/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*==========================
UG Electronics Theme Styling
============================*/
/** Mixins **/
@charset "utf-8";
/* Less Document */
/* Mixins */
/** Variables **/
/* Less Document */
/* MEDIA SCREEN */
/* VERIABLES STYLING */
::selection {
  color: #ffffff;
  background: #2d2a32;
}
::-moz-selection {
  color: #ffffff;
  background: #2d2a32;
}
/** Reset **/
/* Less Document */
/* GENERAL STYLING */
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
dd,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset,
input,
select,
textarea {
  margin: 0;
  padding: 0;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
video,
audio,
mark {
  margin: 0;
  padding: 0;
  display: block;
}
object,
embed {
  outline: none;
}
img,
fieldset,
a img {
  border: none;
}
img {
  height: auto;
  max-width: 100%;
  width: auto\9;
  vertical-align: middle;
}
.video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto;
}
label:focus,
select:focus,
option:focus,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  outline: none;
}
td,
div,
input,
form {
  margin: 0;
  padding: 0;
}
img {
  margin: 0;
  padding: 0;
  border: none;
}
ul {
  list-style: none;
  margin: 0 auto 0;
  padding: 0 0 0 0;
}
ul li {
  padding: 0 0 0 0;
}
ol {
  list-style: decimal;
  margin: 0 auto 15px;
  padding: 0 0 0 22px;
}
ol li {
  padding: 0 0 3px 0;
}
a {
  text-decoration: none;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  outline: none;
  color: #2d2a32;
}
a:hover {
  color: #008bba;
  text-decoration: none;
}
a:hover,
a:focus,
a:active,
a:visited,
.alink:visited {
  text-decoration: none;
  outline: none;
  color: #2d2a32;
}
* {
  box-sizing: border-box;
}
html body,
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  background-color: #ffffff;
  color: #000000;
  background-image: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}
html body h1,
body h1,
html body h2,
body h2,
html body h3,
body h3,
html body h4,
body h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto 20px;
  padding: 0;
}
html body h5,
body h5,
html body h6,
body h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
}
html body p,
body p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  color: #2d2a32;
  margin: 0 auto 15px;
  padding: 0;
}
@media only screen and (min-width: 1620px) {
  html body p,
  body p {
    font-size: 16px;
  }
}
html body input:focus,
body input:focus,
html body select:focus,
body select:focus,
html body textarea:focus,
body textarea:focus {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
html body a,
body a {
  text-decoration: none;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  outline: none;
  color: #000000;
}
html body a:hover,
body a:hover {
  color: #008bba;
  text-decoration: none;
}
html body a:hover,
body a:hover,
html body a:focus,
body a:focus,
html body a:active,
body a:active,
html body a:visited,
body a:visited,
html body .alink:visited,
body .alink:visited {
  text-decoration: none;
  outline: none;
  color: #000000;
}
/**Common Button Start**/
.action.primary,
body .action.primary {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  padding: 25px 65px;
  text-align: center;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #000000;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  vertical-align: middle;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
@media only screen and (min-width: 1620px) {
  .action.primary,
  body .action.primary {
    font-size: 22px;
  }
}
.action.primary:hover,
body .action.primary:hover {
  background-color: #008bba;
  color: #ffffff;
  border: 1px solid #008bba;
}
.action.primary:focus,
body .action.primary:focus {
  outline: none;
  background-color: #008bba;
  color: #ffffff;
  border: 1px solid #008bba;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .action.primary,
  body .action.primary {
    padding: 20px 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .action.primary,
  body .action.primary {
    padding: 20px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .action.primary,
  body .action.primary {
    padding: 18px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .action.primary,
  body .action.primary {
    padding: 15px 35px;
  }
}
button,
a.action.primary {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.btn.btn-common {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  padding: 25px 65px;
  text-align: center;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #000000;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  vertical-align: middle;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
@media only screen and (min-width: 1620px) {
  .btn.btn-common {
    font-size: 22px;
  }
}
.btn.btn-common:hover {
  background-color: #008bba;
  color: #ffffff;
  border: 1px solid #008bba;
}
.btn.btn-common:focus {
  outline: none;
  background-color: #008bba;
  color: #ffffff;
  border: 1px solid #008bba;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .btn.btn-common {
    padding: 20px 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn.btn-common {
    padding: 20px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn.btn-common {
    padding: 18px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .btn.btn-common {
    padding: 15px 35px;
  }
}
/**Common Button End**/
/**Form Design Start**/
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}
.fieldset .field label.label {
  display: inline-block;
  margin: 0 auto 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: #2d2a32;
}
.fieldset .field .control input[type="text"],
.fieldset .field .control input[type="password"],
.fieldset .field .control input[type="url"],
.fieldset .field .control input[type="tel"],
.fieldset .field .control input[type="search"],
.fieldset .field .control input[type="number"],
.fieldset .field .control input[type="datetime"],
.fieldset .field .control input[type="email"],
.fieldset .field .control textarea,
.fieldset .field .control select {
  display: block;
  width: 100%;
  margin: 0 auto 0;
  padding: 10px 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: #333333;
  text-align: left;
  background-color: transparent;
  min-height: 60px;
  border: 1px solid #000000;
  outline: none;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  border: 1px solid #2d2a32;
}
.fieldset .field .control input[type="text"]:focus,
.fieldset .field .control input[type="password"]:focus,
.fieldset .field .control input[type="url"]:focus,
.fieldset .field .control input[type="tel"]:focus,
.fieldset .field .control input[type="search"]:focus,
.fieldset .field .control input[type="number"]:focus,
.fieldset .field .control input[type="datetime"]:focus,
.fieldset .field .control input[type="email"]:focus,
.fieldset .field .control textarea:focus,
.fieldset .field .control select:focus,
.fieldset .field .control input[type="text"]:active,
.fieldset .field .control input[type="password"]:active,
.fieldset .field .control input[type="url"]:active,
.fieldset .field .control input[type="tel"]:active,
.fieldset .field .control input[type="search"]:active,
.fieldset .field .control input[type="number"]:active,
.fieldset .field .control input[type="datetime"]:active,
.fieldset .field .control input[type="email"]:active,
.fieldset .field .control textarea:active,
.fieldset .field .control select:active {
  border-color: #008bba;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.fieldset .field .control input[type="text"]::-webkit-input-placeholder,
.fieldset .field .control input[type="password"]::-webkit-input-placeholder,
.fieldset .field .control input[type="url"]::-webkit-input-placeholder,
.fieldset .field .control input[type="tel"]::-webkit-input-placeholder,
.fieldset .field .control input[type="search"]::-webkit-input-placeholder,
.fieldset .field .control input[type="number"]::-webkit-input-placeholder,
.fieldset .field .control input[type="datetime"]::-webkit-input-placeholder,
.fieldset .field .control input[type="email"]::-webkit-input-placeholder,
.fieldset .field .control textarea::-webkit-input-placeholder,
.fieldset .field .control select::-webkit-input-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.fieldset .field .control input[type="text"]::-moz-placeholder,
.fieldset .field .control input[type="password"]::-moz-placeholder,
.fieldset .field .control input[type="url"]::-moz-placeholder,
.fieldset .field .control input[type="tel"]::-moz-placeholder,
.fieldset .field .control input[type="search"]::-moz-placeholder,
.fieldset .field .control input[type="number"]::-moz-placeholder,
.fieldset .field .control input[type="datetime"]::-moz-placeholder,
.fieldset .field .control input[type="email"]::-moz-placeholder,
.fieldset .field .control textarea::-moz-placeholder,
.fieldset .field .control select::-moz-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.fieldset .field .control input[type="text"]:-ms-input-placeholder,
.fieldset .field .control input[type="password"]:-ms-input-placeholder,
.fieldset .field .control input[type="url"]:-ms-input-placeholder,
.fieldset .field .control input[type="tel"]:-ms-input-placeholder,
.fieldset .field .control input[type="search"]:-ms-input-placeholder,
.fieldset .field .control input[type="number"]:-ms-input-placeholder,
.fieldset .field .control input[type="datetime"]:-ms-input-placeholder,
.fieldset .field .control input[type="email"]:-ms-input-placeholder,
.fieldset .field .control textarea:-ms-input-placeholder,
.fieldset .field .control select:-ms-input-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.fieldset .field .control input[type="text"]:-moz-placeholder,
.fieldset .field .control input[type="password"]:-moz-placeholder,
.fieldset .field .control input[type="url"]:-moz-placeholder,
.fieldset .field .control input[type="tel"]:-moz-placeholder,
.fieldset .field .control input[type="search"]:-moz-placeholder,
.fieldset .field .control input[type="number"]:-moz-placeholder,
.fieldset .field .control input[type="datetime"]:-moz-placeholder,
.fieldset .field .control input[type="email"]:-moz-placeholder,
.fieldset .field .control textarea:-moz-placeholder,
.fieldset .field .control select:-moz-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.fieldset .field .control input[type="text"]:-webkit-autofill,
.fieldset .field .control input[type="password"]:-webkit-autofill,
.fieldset .field .control input[type="url"]:-webkit-autofill,
.fieldset .field .control input[type="tel"]:-webkit-autofill,
.fieldset .field .control input[type="search"]:-webkit-autofill,
.fieldset .field .control input[type="number"]:-webkit-autofill,
.fieldset .field .control input[type="datetime"]:-webkit-autofill,
.fieldset .field .control input[type="email"]:-webkit-autofill,
.fieldset .field .control textarea:-webkit-autofill,
.fieldset .field .control select:-webkit-autofill,
.fieldset .field .control input[type="text"]:-webkit-autofill:hover,
.fieldset .field .control input[type="password"]:-webkit-autofill:hover,
.fieldset .field .control input[type="url"]:-webkit-autofill:hover,
.fieldset .field .control input[type="tel"]:-webkit-autofill:hover,
.fieldset .field .control input[type="search"]:-webkit-autofill:hover,
.fieldset .field .control input[type="number"]:-webkit-autofill:hover,
.fieldset .field .control input[type="datetime"]:-webkit-autofill:hover,
.fieldset .field .control input[type="email"]:-webkit-autofill:hover,
.fieldset .field .control textarea:-webkit-autofill:hover,
.fieldset .field .control select:-webkit-autofill:hover,
.fieldset .field .control input[type="text"]:-webkit-autofill:focus,
.fieldset .field .control input[type="password"]:-webkit-autofill:focus,
.fieldset .field .control input[type="url"]:-webkit-autofill:focus,
.fieldset .field .control input[type="tel"]:-webkit-autofill:focus,
.fieldset .field .control input[type="search"]:-webkit-autofill:focus,
.fieldset .field .control input[type="number"]:-webkit-autofill:focus,
.fieldset .field .control input[type="datetime"]:-webkit-autofill:focus,
.fieldset .field .control input[type="email"]:-webkit-autofill:focus,
.fieldset .field .control textarea:-webkit-autofill:focus,
.fieldset .field .control select:-webkit-autofill:focus {
  border: 1px solid #2d2a32;
  -webkit-text-fill-color: #2d2a32;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
  color: #2d2a32;
}
.fieldset .field .control input.mage-error,
.fieldset .field .control select.mage-error,
.fieldset .field .control textarea.mage-error {
  border-color: #008bba;
}
.fieldset .field textarea {
  min-height: 70px;
  resize: vertical;
}
.fieldset .field .password-strength-meter {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-top: 10px;
}
.fieldset .field .password-strength-meter:before {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.fieldset .field input[type="checkbox"],
.fieldset .field input[type="radio"] {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.fieldset .field .control.captcha .nested .control.captcha-image img {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 1px solid #d2d2d2;
}
.fieldset .field .control.captcha .nested .control.captcha-image .action {
  display: inline-block;
  margin: -5px auto 0;
  width: auto;
  padding: 6px 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #008bba;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #008bba;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-decoration: none;
  vertical-align: middle;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.fieldset .field .control.captcha .nested .control.captcha-image .action:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffa71a;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.fieldset .field .control.captcha .nested .control.captcha-image .action:active,
.fieldset .field .control.captcha .nested .control.captcha-image .action:focus,
.fieldset .field .control.captcha .nested .control.captcha-image .action:hover {
  color: #000000;
  border: 1px solid #ffa71a;
  text-decoration: none;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  outline: none;
}
.fieldset .field .control.captcha .nested .control.captcha-image .action:active:before,
.fieldset .field .control.captcha .nested .control.captcha-image .action:focus:before,
.fieldset .field .control.captcha .nested .control.captcha-image .action:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.fieldset .abs-field-tooltip input,
.fieldset .field .control._with-tooltip input {
  margin-right: 10px;
  margin-left: 0;
  width: calc(100% - 36px);
  float: none;
  clear: both;
}
.fieldset .abs-field-tooltip input:after,
.fieldset .field .control._with-tooltip input:after {
  clear: both;
}
.fieldset .field-tooltip {
  top: 7px;
}
.fieldset .field-tooltip .field-tooltip-content {
  border-color: #f4f4f4;
}
/**Form Design End**/
/**Contaner Resize Start**/
.container {
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1620px) {
  body .navigation,
  body .breadcrumbs,
  body .page-header .header.panel,
  body .header.content,
  body .footer.content,
  body .page-wrapper > .widget,
  body .page-wrapper > .page-bottom,
  body .block.category.event,
  body .top-container,
  body .page-main,
  body .container {
    max-width: 1720px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  body .navigation,
  body .breadcrumbs,
  body .page-header .header.panel,
  body .header.content,
  body .footer.content,
  body .page-wrapper > .widget,
  body .page-wrapper > .page-bottom,
  body .block.category.event,
  body .top-container,
  body .page-main,
  body .container {
    max-width: 1280px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  body .navigation,
  body .breadcrumbs,
  body .page-header .header.panel,
  body .header.content,
  body .footer.content,
  body .page-wrapper > .widget,
  body .page-wrapper > .page-bottom,
  body .block.category.event,
  body .top-container,
  body .page-main,
  body .container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
/**Contaner Resize End**/
/** Header **/
/* Less Document */
.page-header {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  float: none;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.page-header .panel.wrapper {
  display: none !important;
}
.page-header .header.content {
  width: 100%;
  max-width: 100%;
  padding: 30px 20px;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-header .header.content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
}
@media only screen and (min-width: 1620px) {
  .page-header .header.content {
    max-width: 1720px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .page-header .header.content {
    max-width: 1280px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-header .header.content .logo {
  display: block;
  margin: 0;
  padding: 0;
  width: 128px;
  float: none;
  order: 0;
}
.page-header .header.content .logo img {
  display: block;
  margin: 0;
  width: 128px;
  float: none;
}
.page-header .header.content .minicart-wrapper,
.page-header .header.content .amquote-cart-wrapper.minicart-wrapper,
.page-header .header.content .block.block-search,
.page-header .header.content .panel.header,
.page-header .header.content .header-deliver-address,
.page-header .header.content .navigation,
.page-header .header.content .sidenavWrapper {
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
.page-header .header.content .nav-sections {
  order: 1;
  margin: 0;
}
@media only screen and (min-width: 1620px) {
  .page-header .header.content .nav-sections {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .page-header .header.content .nav-sections .navigation {
    min-width: 170px;
    max-width: 170px;
    z-index: 9;
    background-color: #ffffff;
  }
  .page-header .header.content .nav-sections .navigation .ui-menu {
    background-color: #ffffff;
  }
  .page-header .header.content .nav-sections .navigation .ui-menu .level0.ui-menu-item {
    background-color: #ffffff;
  }
  .page-header .header.content .nav-sections .navigation .ui-menu .level0.ui-menu-item a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 26px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: underline;
  }
  .page-header .header.content .nav-sections .navigation .ui-menu .level0.ui-menu-item a:hover {
    color: #008bba;
  }
  .page-header .header.content .nav-sections .navigation .ui-menu .level0.ui-menu-item .ui-menu-icon:after {
    content: '';
    background-image: url('../images/dropdown-arrow.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .page-header .header.content .nav-sections .navigation .ui-menu .level0.ui-menu-item ul .ui-menu-icon:after {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  .page-header .header.content .nav-sections .navigation .ui-menu .level0.ui-menu-item ul li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
  }
  .page-header .header.content .nav-sections .navigation .ui-menu .level0.ui-menu-item ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
    color: #000000;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    max-width: 100%;
  }
  .page-header .header.content .nav-sections .navigation .ui-menu .level0.ui-menu-item ul li a:hover {
    color: #008bba;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .page-header .header.content .nav-sections .navigation {
    min-width: 130px;
    max-width: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-header .header.content .nav-sections .navigation {
    min-width: 130px;
    max-width: 130px;
  }
  .page-header .header.content .nav-sections .navigation .ui-menu .level0.ui-menu-item a {
    font-size: 14px;
  }
}
.page-header .header.content .block.block-search {
  order: 2;
  margin: 0 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .page-header .header.content .block.block-search {
    min-width: 160px;
    max-width: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-header .header.content .block.block-search {
    min-width: 160px;
    max-width: 160px;
  }
}
@media only screen and (min-width: 1620px) {
  .page-header .header.content .block.block-search {
    min-width: 480px;
    max-width: 480px;
  }
}
.page-header .header.content .block.block-search .block.block-content .nested {
  display: none;
}
.page-header .header.content .block.block-search .block.block-content .search .control {
  padding: 0;
  margin: 0;
}
.page-header .header.content .block.block-search .block.block-content .search .control input {
  border: 1px solid #DCDCDC;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: transparent;
  padding: 10px 45px 10px 10px;
  width: 100%;
  max-width: 100%;
  min-height: 60px;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.page-header .header.content .block.block-search .block.block-content .search .control input:focus {
  box-shadow: none;
  outline: none;
  border-color: #000000;
}
.page-header .header.content .block.block-search .block.block-content .actions .action {
  top: 12px;
}
.page-header .header.content .block.block-search .block.block-content .actions .action::before {
  content: '';
  background-image: url('../images/search.svg');
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-header .header.content .header-deliver-address {
  order: 3;
  padding: 0 40px 0 0;
}
.page-header .header.content .header-deliver-address p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #2d2a32;
  padding: 0;
  margin: 0 auto 5px;
}
.page-header .header.content .header-deliver-address p a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 0;
  margin: 0 0 0 5px;
}
.page-header .header.content .header-deliver-address h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #008bba;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-header .header.content .header-deliver-address p,
  .page-header .header.content .header-deliver-address h4 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .page-header .header.content .header-deliver-address {
    padding: 0 20px 0 0;
  }
  .page-header .header.content .header-deliver-address p,
  .page-header .header.content .header-deliver-address h4 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .page-header .header.content .panel.header {
    order: 4;
    border-left: 1px solid #DDDDDD;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .page-header .header.content .panel.header li {
    display: none;
    padding: 0 20px;
    margin: 0;
  }
  .page-header .header.content .panel.header li:last-child {
    display: inline-block;
  }
  .page-header .header.content .panel.header li:last-child a:before {
    content: '';
    display: block;
    background-image: url('../images/signup.svg');
    width: 25px;
    height: 25px;
    margin: 0 auto;
  }
  .page-header .header.content .panel.header li a {
    padding: 0;
    position: relative;
    width: auto;
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    color: #008bba;
    text-transform: capitalize;
    text-align: center;
    max-width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-header .header.content .panel.header li.greet.welcome span {
    padding: 0;
    position: relative;
    width: auto;
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    color: #008bba;
    text-transform: capitalize;
    text-align: center;
    max-width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-header .header.content .panel.header li.link.authorization-link {
    display: inline-block;
  }
  .page-header .header.content .panel.header li.link.authorization-link a:before {
    content: '';
    display: block;
    background-image: url('../images/login.svg');
    width: 25px;
    height: 25px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-header .header.content .panel.header li {
    padding: 0 10px;
  }
  .page-header .header.content .panel.header li a {
    font-size: 12px;
  }
  .page-header .header.content .panel.header li.greet.welcome span {
    font-size: 12px;
  }
}
.page-header .header.content .amquote-cart-wrapper.minicart-wrapper {
  order: 5;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-header .header.content .amquote-cart-wrapper.minicart-wrapper {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .page-header .header.content .amquote-cart-wrapper.minicart-wrapper {
    padding: 0 10px;
  }
}
.page-header .header.content .amquote-cart-wrapper.minicart-wrapper .amquote-showcart {
  position: relative;
}
.page-header .header.content .amquote-cart-wrapper.minicart-wrapper .amquote-showcart:before {
  content: '';
  background-image: url('../images/my-qoute.svg');
  width: 25px;
  height: 25px;
  margin: 0 auto;
  display: block;
}
.page-header .header.content .amquote-cart-wrapper.minicart-wrapper .amquote-showcart .text {
  clip: unset;
  height: auto;
  -webkit-opacity: 1;
  overflow: visible;
  padding: 0;
  position: relative;
  width: auto;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  color: #008bba;
  text-transform: capitalize;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .amquote-showcart .text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .page-header .header.content .amquote-cart-wrapper.minicart-wrapper .amquote-showcart .text {
    font-size: 12px;
  }
}
.page-header .header.content .amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  background-color: #008bba;
  border-radius: 99%;
  -moz-border-radius: 99%;
  -webkit-border-radius: 99%;
  width: 22px;
  height: 22px;
  font-size: 10px;
  line-height: 21px;
  position: absolute;
  top: 0;
  right: 0;
}
.page-header .header.content .amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty .counter-number {
  text-shadow: none;
}
.page-header .header.content .minicart-wrapper {
  order: 6;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-header .header.content .minicart-wrapper {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .page-header .header.content .minicart-wrapper {
    padding: 0 10px;
  }
}
.page-header .header.content .minicart-wrapper .showcart {
  position: relative;
}
.page-header .header.content .minicart-wrapper .showcart:before {
  content: '';
  background-image: url('../images/my-cart.svg');
  width: 25px;
  height: 25px;
  margin: 0 auto;
  display: block;
}
.page-header .header.content .minicart-wrapper .showcart .text {
  clip: unset;
  height: auto;
  -webkit-opacity: 1;
  overflow: visible;
  padding: 0;
  position: relative;
  width: auto;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  color: #008bba;
  text-transform: capitalize;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-header .header.content .minicart-wrapper .showcart .text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .page-header .header.content .minicart-wrapper .showcart .text {
    font-size: 12px;
  }
}
.page-header .header.content .minicart-wrapper .showcart .counter.qty {
  background-color: #008bba;
  border-radius: 99%;
  -moz-border-radius: 99%;
  -webkit-border-radius: 99%;
  width: 22px;
  height: 22px;
  font-size: 10px;
  line-height: 21px;
  position: absolute;
  top: 0;
  right: -4px;
}
.page-header .header.content .minicart-wrapper .showcart .counter.qty .counter-number {
  text-shadow: none;
}
.page-header .header.content .sidenavWrapper {
  order: 7;
  /* The navigation menu links */
  /* Position and style the close button (top right corner) */
}
.page-header .header.content .sidenavWrapper > span {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  float: none;
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-header .header.content .sidenavWrapper > span img {
    display: block;
    margin: -4px auto 0;
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .page-header .header.content .sidenavWrapper > span img {
    width: 40px;
    height: 40px;
  }
}
.page-header .header.content .sidenavWrapper .sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 99;
  /* Stay on top */
  top: 0;
  right: 0;
  background-color: #eaeaea;
  padding: 60px 0 0 0;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}
.page-header .header.content .sidenavWrapper .sidenav a {
  display: block;
  padding: 5px 10px 5px 20px;
  margin: 0 auto;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 26px;
  color: #000000;
  text-transform: capitalize;
  text-decoration: none;
}
.page-header .header.content .sidenavWrapper .sidenav a:hover {
  color: #008bba;
}
.page-header .header.content .sidenavWrapper .sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 36px;
  margin: 7px 0 0 0px;
  padding: 10px;
  width: 40px;
  display: inline-block;
  color: #000000;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .page-header .header.content .action.nav-toggle {
    position: relative;
    top: auto;
    left: 0;
    margin: 0 10px 0 0;
  }
  .page-header .header.content .action.nav-toggle:before {
    font-size: 36px;
    border: 1px solid #008bba;
    padding: 9px 4px;
    color: #008bba;
  }
  .page-header .header.content .ui-menu {
    background-color: #ffffff;
  }
  .page-header .header.content .ui-menu .level0.ui-menu-item {
    background-color: #ffffff;
  }
  .page-header .header.content .ui-menu .level0.ui-menu-item a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 26px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
  }
  .page-header .header.content .ui-menu .level0.ui-menu-item a:hover {
    color: #008bba;
  }
  .page-header .header.content .ui-menu .level0.ui-menu-item ul li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
  }
  .page-header .header.content .ui-menu .level0.ui-menu-item ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
    color: #000000;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 40px 8px 15px;
    max-width: 100%;
  }
  .page-header .header.content .ui-menu .level0.ui-menu-item ul li a:hover {
    color: #008bba;
  }
  .page-header .header.content .ui-menu .level0.ui-menu-item ul li .rm-expand {
    top: 8px;
    display: block !important;
    content: '';
    background-image: url('../images/dropdown-arrow.svg');
    width: 20px;
    height: 20px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .page-header .header.content .ui-menu .level0.ui-menu-item ul li .rm-expand.open {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .page-header .header.content .navigation .parent .level-top::after {
    right: 0px;
    top: 8px;
  }
  .page-header .header.content .nav-sections-item-content {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header.content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-header .header.content .action.nav-toggle {
    order: 0;
    position: absolute;
    top: 32px;
    left: 20px;
    margin: 0 10px 0 0;
  }
  .page-header .header.content .action.nav-toggle:before {
    font-size: 28px;
    padding: 6px 4px;
  }
  .page-header .header.content .logo {
    order: 1;
    width: 100%;
    flex-grow: 1;
    max-width: 100%;
    border-bottom: 1px solid #DCDCDC;
    display: block;
    margin: 0 auto 10px;
    padding: 0 0 10px 0;
  }
  .page-header .header.content .logo img {
    max-width: 115px;
    display: block;
    margin: 0 auto;
  }
  .page-header .header.content .block.block-search {
    order: 2;
    margin: 0;
  }
  .page-header .header.content .block.block-search .search .label {
    cursor: pointer;
  }
  .page-header .header.content .block.block-search .search .label:before {
    font-size: 30px;
    color: #008bba;
    line-height: 22px;
  }
  .page-header .header.content .block.block-search .search .label span {
    display: block;
    border: none;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    color: #008bba;
    text-transform: capitalize;
    text-align: center;
  }
  .page-header .header.content .block.block-search .search .control {
    border: none;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    background-color: #f6f6f6;
    bottom: -10px;
    left: 0;
    z-index: 99;
  }
  .page-header .header.content .block.block-search .search .control #search {
    margin: 15px;
    padding: 10px 15px;
    min-height: 45px;
    max-height: 45px;
    width: calc(100% - 30px);
  }
  .page-header .header.content .amquote-cart-wrapper.minicart-wrapper {
    order: 3;
  }
  .page-header .header.content .minicart-wrapper {
    order: 4;
  }
  .page-header .header.content .header-deliver-address {
    order: 6;
    width: 100%;
    flex-grow: 1;
    padding: 10px 0 0 0;
    text-align: center;
    border-top: 1px solid #DCDCDC;
    margin: 10px auto 0;
  }
  .page-header .header.content .sidenavWrapper {
    order: 5;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .page-header {
    border-bottom: none !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 992px) {
  .page-header .navigation .level0.active > .level-top,
  .page-header .navigation .level0.has-active > .level-top {
    border: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .page-header .block.block-search {
    order: 3 !important;
  }
  .page-header .block.block-search .search .label {
    cursor: pointer;
  }
  .page-header .block.block-search .search .label:before {
    font-size: 30px;
    color: #008bba;
    line-height: 22px;
  }
  .page-header .block.block-search .search .label span {
    display: block;
    border: none;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    color: #008bba;
    text-transform: capitalize;
    text-align: center;
  }
  .page-header .block.block-search .search .control {
    border: none;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    background-color: #f6f6f6;
    bottom: -10px;
    left: 0;
    z-index: 99;
  }
  .page-header .block.block-search .search .control #search {
    margin: 15px;
    padding: 10px 15px;
    min-height: 45px;
    max-height: 45px;
    width: calc(100% - 30px);
  }
  .page-header .header-deliver-address {
    order: 2 !important;
  }
}
.page-header .navigation .level0 .submenu .active > a {
  border-color: #008bba;
}
@media only screen and (min-width: 992px) {
  body .navigation .level0 .submenu .submenu {
    left: 80% !important;
  }
}
/** Footer **/
/* Less Document */
.footer-wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  float: none;
  /** Green Box Open **/
  /** Green Box Close **/
  /** Newsletter Open **/
  /** Newsletter Close **/
  /** Footer Main Open **/
  /** Footer Main Close **/
}
.footer-wrapper .footer-textPart {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #b6cf4e;
  float: none;
}
.footer-wrapper .footer-textPart .footer-textPartInner {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
  float: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.footer-wrapper .footer-textPart .footer-textPartInner .footer-textPartLeft {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px 0 0;
  background-color: transparent;
  float: none;
}
@media only screen and (max-width: 991px) {
  .footer-wrapper .footer-textPart .footer-textPartInner .footer-textPartLeft {
    padding: 0 0 0 0;
    width: 100%;
    max-width: 100%;
  }
}
.footer-wrapper .footer-textPart .footer-textPartInner .footer-textPartLeft p {
  display: block;
  margin: 0 auto;
  padding: 0 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-align: left;
  margin: 0 auto 0;
  padding: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .footer-wrapper .footer-textPart .footer-textPartInner .footer-textPartLeft p {
    font-size: 32px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper .footer-textPart .footer-textPartInner .footer-textPartLeft p {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper .footer-textPart .footer-textPartInner .footer-textPartLeft p {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-textPart .footer-textPartInner .footer-textPartLeft p {
    font-size: 24px;
    line-height: 30px;
  }
}
.footer-wrapper .footer-textPart .footer-textPartInner .footer-textPartRight {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 60px;
  background-color: transparent;
  float: none;
  border-left: 1px solid #000;
}
@media only screen and (max-width: 991px) {
  .footer-wrapper .footer-textPart .footer-textPartInner .footer-textPartRight {
    border-left: none;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 100%;
  }
}
.footer-wrapper .footer-textPart .footer-textPartInner .footer-textPartRight p {
  display: block;
  margin: 0 auto;
  padding: 0 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-align: left;
  margin: 0 auto 0;
  padding: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .footer-wrapper .footer-textPart .footer-textPartInner .footer-textPartRight p {
    font-size: 32px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper .footer-textPart .footer-textPartInner .footer-textPartRight p {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper .footer-textPart .footer-textPartInner .footer-textPartRight p {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-textPart .footer-textPartInner .footer-textPartRight p {
    font-size: 24px;
    line-height: 30px;
  }
}
.footer-wrapper .footer-textPart .footer-textPartInner .footer-textPartRight p img {
  display: block;
  margin: 0 15px 0 0;
  float: left;
  max-width: 142px;
}
@media only screen and (max-width: 991px) {
  .footer-wrapper .footer-textPart {
    padding: 0 0 0 0;
  }
  .footer-wrapper .footer-textPart .footer-textPartInner {
    flex-direction: column;
  }
}
.footer-wrapper .footer-newsletter {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #ffa71a;
  float: none;
}
.footer-wrapper .footer-newsletter .footer-newsletterInner {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 120px;
  background-color: transparent;
  float: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterLeft {
  display: block;
  width: 40%;
  max-width: 40%;
  margin: 0 auto;
  padding: 0 15px 0 0;
  background-color: transparent;
  float: none;
}
@media only screen and (max-width: 991px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterLeft {
    padding: 0 0 10px 0;
    width: 100%;
    max-width: 100%;
  }
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterLeft h5 {
  display: block;
  margin: 0 auto;
  padding: 0 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-align: left;
  margin: 0 auto 5px;
  padding: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterLeft h5 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterLeft h5 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterLeft h5 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterLeft h5 {
    font-size: 18px;
    line-height: 22px;
  }
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterLeft p {
  display: block;
  margin: 0 auto;
  padding: 0 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-align: left;
  margin: 0 auto 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterLeft p {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight {
  display: block;
  width: 60%;
  max-width: 60%;
  margin: 0 auto;
  padding: 0 0 0 15px;
  background-color: transparent;
  float: none;
}
@media only screen and (max-width: 991px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight {
    padding: 10px 0 0 0;
    width: 100%;
    max-width: 100%;
  }
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  background-color: transparent;
  float: none;
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  background-color: transparent;
  float: none;
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
  float: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 0 20px;
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions {
  display: block;
  padding: 0;
  margin: 0;
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  float: none;
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control:before,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control:before {
  display: none;
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="text"],
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="text"],
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="email"],
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="email"] {
  display: block;
  width: 100%;
  margin: 0 auto 0;
  padding: 10px 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: #333333;
  text-align: left;
  background-color: transparent;
  border: 1px solid #000000;
  outline: none;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  min-height: 60px;
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="text"]:focus,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="text"]:focus,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="email"]:focus,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="email"]:focus,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="text"]:active,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="text"]:active,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="email"]:active,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="email"]:active {
  border-color: #000000;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="text"]::-webkit-input-placeholder,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="text"]::-webkit-input-placeholder,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="email"]::-webkit-input-placeholder,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="email"]::-webkit-input-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="text"]::-moz-placeholder,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="text"]::-moz-placeholder,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="email"]::-moz-placeholder,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="email"]::-moz-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="text"]:-ms-input-placeholder,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="text"]:-ms-input-placeholder,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="email"]:-ms-input-placeholder,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="email"]:-ms-input-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="text"]:-moz-placeholder,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="text"]:-moz-placeholder,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="email"]:-moz-placeholder,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="email"]:-moz-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="text"]:-webkit-autofill,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="text"]:-webkit-autofill,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="email"]:-webkit-autofill,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="email"]:-webkit-autofill,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="text"]:-webkit-autofill:hover,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="text"]:-webkit-autofill:hover,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="email"]:-webkit-autofill:hover,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="email"]:-webkit-autofill:hover,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="text"]:-webkit-autofill:focus,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="text"]:-webkit-autofill:focus,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="email"]:-webkit-autofill:focus,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="email"]:-webkit-autofill:focus {
  border: 1px solid #eaeaea;
  -webkit-text-fill-color: #2d2a32;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
  color: #2d2a32;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="text"],
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="text"],
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="email"],
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="email"] {
    min-height: 50px;
    max-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="text"],
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="text"],
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input[type="email"],
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input[type="email"] {
    min-height: 50px;
    max-height: 50px;
  }
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control input.mage-error,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control input.mage-error,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control select.mage-error,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control select.mage-error,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .control textarea.mage-error,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .control textarea.mage-error {
  border-color: #d60000;
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .action.subscribe.primary,
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .action.subscribe.primary {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  min-height: 60px;
  max-height: 60px;
  padding: 15px 30px;
  background-color: #000000;
  border-color: #000;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .action.subscribe.primary,
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .action.subscribe.primary {
    min-height: 50px;
    max-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field .action.subscribe.primary,
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions .action.subscribe.primary {
    min-height: 50px;
    max-height: 50px;
  }
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions {
  width: auto;
  min-width: 175px;
  max-width: 175px;
}
.footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field {
  width: auto;
  min-width: 320px;
  max-width: 360px;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions {
    width: auto;
    min-width: 175px;
    max-width: 175px;
  }
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field {
    width: auto;
    min-width: 250px;
    max-width: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions {
    width: auto;
    min-width: 175px;
    max-width: 175px;
  }
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field {
    width: auto;
    min-width: 180px;
    max-width: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions {
    width: auto;
    min-width: 175px;
    max-width: 175px;
  }
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field {
    width: auto;
    min-width: 265px;
    max-width: 265px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions {
    width: auto;
    min-width: 175px;
    max-width: 175px;
  }
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field {
    width: auto;
    min-width: 185px;
    max-width: 185px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe {
    flex-direction: column;
    gap: 10px 0;
  }
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .actions {
    width: auto;
    min-width: 100%;
    max-width: 100%;
  }
  .footer-wrapper .footer-newsletter .footer-newsletterInner .footer-newsletterRight .block.newsletter .content .form.subscribe .field {
    width: auto;
    min-width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer-wrapper .footer-newsletter .footer-newsletterInner {
    padding: 30px 0 30px 0;
    flex-direction: column;
  }
}
.footer-wrapper .footer-main {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #2d2a32;
  float: none;
  color: #ffffff;
  /* Footer Top Open */
  /* Footer Top Close */
  /* Footer Bottom Open */
  /* Footer Bottom Close */
}
.footer-wrapper .footer-main .footer-main-top {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 0 0;
  background-color: transparent;
  float: none;
  min-height: 250px;
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  background-color: transparent;
  float: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner {
    border-top: none;
  }
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box {
  width: 16.6%;
  border-right: solid 1px rgba(255, 255, 255, 0.25);
  padding: 50px 40px 50px 40px;
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box:last-child {
  border: none;
  padding: 50px 0 50px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box:last-child {
    padding: 30px 0 30px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box:last-child {
    padding: 30px 0 30px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box:last-child {
    padding: 30px 0 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box:last-child {
    padding: 15px 0 15px 0;
  }
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box:first-child {
  padding: 50px 40px 50px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box:first-child {
    padding: 30px 20px 30px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box:first-child {
    padding: 30px 20px 30px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box:first-child {
    padding: 30px 20px 30px 0;
  }
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box img {
  padding-bottom: 20px;
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  padding: 0 0 30px 0;
  margin: 0 0 0 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box h4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box h4 {
    font-size: 16px;
  }
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box ul li {
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box ul li a {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box {
    padding: 30px 20px 30px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box {
    padding: 30px 20px 30px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box {
    padding: 30px 20px 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box {
    padding: 15px 0 15px 0;
  }
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box.footer-address {
  width: 22%;
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box.footer-address {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box.footer-address {
    width: 100%;
    border: none;
    padding: 0 0 0 0;
  }
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box.footer-address ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box.footer-address ul li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  align-items: flex-start;
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box.footer-address ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box.footer-address ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box.footer-address ul li {
    font-size: 14px;
  }
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box.footer-address ul li img {
  margin: 0 10px 0 0;
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box.footer-address ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box.footer-address ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-top-box.footer-address ul li a {
    font-size: 14px;
  }
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-info {
  width: 20%;
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-info {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-info {
    width: 100%;
    border: none;
  }
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-info ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-info ul li {
  width: 50%;
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-car {
  width: 14%;
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-car {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-car {
    width: 100%;
    border: none;
  }
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-headrest {
  width: 20%;
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-headrest {
    width: 30%;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-headrest {
    width: 100%;
  }
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-overhead {
  width: 20%;
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-overhead {
    width: 40%;
    padding: 30px 20px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-overhead {
    width: 100%;
    border: none;
    padding: 15px 0 15px 0;
  }
}
.footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-accessories {
  width: 18%;
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-accessories {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-main .footer-main-top .footer-main-top-inner .footer-accessories {
    width: 100%;
    border: none;
  }
}
.footer-wrapper .footer-main .footer-main-bottom {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background-color: transparent;
  float: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.footer-wrapper .footer-main .footer-main-bottom .footer-main-bottom-left {
  display: block;
  width: 50%;
  max-width: 50%;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  float: none;
}
.footer-wrapper .footer-main .footer-main-bottom .footer-main-bottom-left p {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0;
  text-align: left;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-main .footer-main-bottom .footer-main-bottom-left {
    padding: 0;
    width: 100%;
    max-width: 100%;
    order: 1;
  }
  .footer-wrapper .footer-main .footer-main-bottom .footer-main-bottom-left p {
    text-align: center;
    margin-bottom: 0;
  }
}
.footer-wrapper .footer-main .footer-main-bottom .footer-main-bottom-right {
  display: block;
  width: 50%;
  max-width: 50%;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  float: none;
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-main .footer-main-bottom .footer-main-bottom-right {
    padding: 0 0 15px 0;
    width: 100%;
    max-width: 100%;
    order: 0;
  }
}
.footer-wrapper .footer-main .footer-main-bottom .footer-main-bottom-right .social-icons {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
  float: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 0 20px;
}
.footer-wrapper .footer-main .footer-main-bottom .footer-main-bottom-right .social-icons li {
  display: block;
  margin: 0;
  padding: 0 0;
}
.footer-wrapper .footer-main .footer-main-bottom .footer-main-bottom-right .social-icons li a {
  display: block;
  margin: 0;
  padding: 0 0;
}
.footer-wrapper .footer-main .footer-main-bottom .footer-main-bottom-right .social-icons li a img {
  display: block;
  margin: 0;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-main .footer-main-bottom .footer-main-bottom-right .social-icons {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-main .footer-main-bottom {
    flex-direction: column;
    padding: 20px 0;
  }
}
.copy.w-hidden-main {
  display: none;
}
/** Home Page **/
/* Less Document */
.cms-home .page-main {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  float: none;
  background-color: #fff;
}
.cms-home .block-static-block.widget {
  margin: 0 auto;
}
.cms-home .columns .column.main {
  padding: 0 !important;
}
.home-wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  float: none;
  /* Banner Slider Open */
  /* Banner Slider Close */
}
.home-wrapper .banner-slider {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  float: none;
}
.home-wrapper .banner-slider .custom-slider {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  float: none;
}
.home-wrapper .banner-slider .custom-slider .owl-stage-outer {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  float: none;
}
.home-wrapper .banner-slider .custom-slider .owl-theme.owl-carousel .owl-controls .owl-dot span {
  width: 25px;
  height: 25px;
  border: 1px solid #008bba;
  background-color: #ffffff;
  padding: 0;
  margin: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .home-wrapper .banner-slider .custom-slider .owl-theme.owl-carousel .owl-controls .owl-dot span {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-wrapper .banner-slider .custom-slider .owl-theme.owl-carousel .owl-controls .owl-dot span {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-wrapper .banner-slider .custom-slider .owl-theme.owl-carousel .owl-controls .owl-dot span {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-wrapper .banner-slider .custom-slider .owl-theme.owl-carousel .owl-controls .owl-dot span {
    width: 10px;
    height: 10px;
  }
}
.home-wrapper .banner-slider .custom-slider .owl-theme.owl-carousel .owl-controls .owl-dot.active span {
  background-color: #008bba;
  border-color: #008bba;
}
.home-wrapper .banner-slider .custom-slider .owl-theme .owl-dots {
  bottom: 195px;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .home-wrapper .banner-slider .custom-slider .owl-theme .owl-dots {
    bottom: 95px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-wrapper .banner-slider .custom-slider .owl-theme .owl-dots {
    bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-wrapper .banner-slider .custom-slider .owl-theme .owl-dots {
    bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .home-wrapper .banner-slider .custom-slider .owl-theme .owl-dots {
    bottom: 0;
  }
}
.home-wrapper .home-wrapper-inner {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  float: none;
}
.home-wrapper .owl-carousel .owl-stage-outer {
  padding: 0;
}
.home-wrapper .owl-carousel .owl-item img {
  width: auto;
}
/* Gray Box After Slider Open */
.gray-slide-bottom {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #eaeaea;
  float: none;
}
.gray-slide-bottom .gray-slide-bottom-top {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: -105px auto 0;
  padding: 0;
  background-color: transparent;
  float: none;
}
.gray-slide-bottom .gray-slide-bottom-top .gray-slide-bottom-top-inner {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 80px;
  padding: 0;
  background-color: transparent;
  float: none;
}
@media only screen and (max-width: 767px) {
  .gray-slide-bottom .gray-slide-bottom-top .gray-slide-bottom-top-inner {
    margin: 0 auto 40px;
  }
}
.gray-slide-bottom .gray-slide-bottom-top .gray-slide-bottom-top-inner .item {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0;
  padding: 60px;
  background-color: #ffffff;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  float: none;
}
.gray-slide-bottom .gray-slide-bottom-top .gray-slide-bottom-top-inner .item .icon {
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
  width: auto;
}
.gray-slide-bottom .gray-slide-bottom-top .gray-slide-bottom-top-inner .item h4 {
  display: block;
  margin: 0 auto 15px;
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
}
.gray-slide-bottom .gray-slide-bottom-top .gray-slide-bottom-top-inner .item p {
  display: block;
  margin: 0 0;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  padding: 0 20px 0 0;
  display: -webkit-box;
  max-width: 300px;
  position: relative;
}
.gray-slide-bottom .gray-slide-bottom-top .gray-slide-bottom-top-inner .item p a.morelink {
  display: inline-block;
  position: absolute;
  bottom: -4px;
  right: 0;
  margin: 0;
  padding: 0;
  color: #008bba;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
}
.gray-slide-bottom .gray-slide-bottom-top .gray-slide-bottom-top-inner .item p a.morelink .fo img {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.gray-slide-bottom .gray-slide-bottom-top .gray-slide-bottom-top-inner .item .morecontent span {
  display: none;
}
.gray-slide-bottom .gray-slide-bottom-top .gray-slide-bottom-top-inner .item .morelink {
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .gray-slide-bottom .gray-slide-bottom-top {
    margin: -75px auto 0;
  }
  .gray-slide-bottom .gray-slide-bottom-top .gray-slide-bottom-top-inner .item {
    padding: 40px;
  }
  .gray-slide-bottom .gray-slide-bottom-top .gray-slide-bottom-top-inner .item h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gray-slide-bottom .gray-slide-bottom-top {
    margin: -55px auto 0;
  }
  .gray-slide-bottom .gray-slide-bottom-top .gray-slide-bottom-top-inner .item {
    padding: 30px;
  }
  .gray-slide-bottom .gray-slide-bottom-top .gray-slide-bottom-top-inner .item h4 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gray-slide-bottom .gray-slide-bottom-top {
    margin: -45px auto 0;
  }
  .gray-slide-bottom .gray-slide-bottom-top .gray-slide-bottom-top-inner .item {
    padding: 30px;
  }
  .gray-slide-bottom .gray-slide-bottom-top .gray-slide-bottom-top-inner .item h4 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .gray-slide-bottom .gray-slide-bottom-top {
    margin: -10px auto 0;
  }
  .gray-slide-bottom .gray-slide-bottom-top .gray-slide-bottom-top-inner .item {
    padding: 20px;
  }
  .gray-slide-bottom .gray-slide-bottom-top .gray-slide-bottom-top-inner .item h4 {
    font-size: 24px;
  }
}
.gray-slide-bottom .gray-slide-bottom-bottom {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 120px 0;
  background-color: transparent;
  float: none;
}
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  float: none;
  position: relative;
}
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  float: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-left {
  display: block;
  width: 50%;
  max-width: 50%;
  margin: 0;
  padding: 0 40px 0 0;
  background-color: transparent;
  float: none;
}
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-left h3 {
  display: block;
  margin: 0 auto 30px;
  padding: 0 0 0;
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  line-height: 54px;
  text-align: left;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-left h3 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-left h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-left h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-left h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-left p {
  display: block;
  margin: 0 auto 60px;
  padding: 0 0 0;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 26px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-left p {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-left p {
    margin: 0 auto 30px;
  }
}
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-right {
  display: block;
  width: 50%;
  max-width: 50%;
  margin: 0;
  padding: 0 0 0 40px;
  background-color: transparent;
  float: none;
  text-align: center;
}
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-right img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item {
    flex-direction: row;
  }
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-left {
    padding: 0 35px 0 0;
  }
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-right {
    padding: 0 0 0 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item {
    flex-direction: row;
  }
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-left {
    padding: 0 25px 0 0;
  }
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-right {
    padding: 0 0 0 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item {
    flex-direction: column;
  }
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-left {
    width: 100%;
    max-width: 100%;
    padding: 0 0 10px 0;
  }
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-right {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item {
    flex-direction: column;
  }
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-left {
    width: 100%;
    max-width: 100%;
    padding: 0 0 10px 0;
  }
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .item .item-right {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
  }
}
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  text-align: center;
}
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-prev,
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-next,
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  background-color: transparent;
  width: 76px;
  height: 76px;
  border-radius: 99%;
  -moz-border-radius: 99%;
  -webkit-border-radius: 99%;
  margin: 5px;
  padding: 0;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-prev:after,
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after,
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-next:after,
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  content: '';
  display: block;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: -23px;
  background-color: transparent;
  width: 76px;
  height: 76px;
  border-radius: 99%;
  -moz-border-radius: 99%;
  -webkit-border-radius: 99%;
  margin: 0;
  padding: 0;
  background-image: url('../images/owl-arrow-main.svg');
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-prev:before,
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before,
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-next:before,
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  content: '';
  display: none !important;
}
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-prev:hover:after,
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:hover:after,
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-next:hover:after,
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:hover:after {
  background-image: url('../images/owl-arrow.svg');
}
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-next:after,
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-next:hover:after,
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:hover:after {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-prev:hover:after,
.gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:hover:after {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav {
    bottom: -80px;
  }
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-prev,
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-next,
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    width: 50px;
    height: 50px;
  }
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-prev:after,
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after,
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-next:after,
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
    width: 50px;
    height: 50px;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav {
    bottom: -80px;
  }
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-prev,
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-next,
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    width: 50px;
    height: 50px;
  }
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-prev:after,
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after,
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav .owl-next:after,
  .gray-slide-bottom .gray-slide-bottom-bottom .gray-slide-bottom-bottom-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
}
/* Gray Box After Slider Close */
/* About UG (Home Page) Open */
.aboutUG {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  background-color: transparent;
  float: none;
}
@media only screen and (max-width: 991px) {
  .aboutUG {
    padding: 40px 0;
  }
}
.aboutUG .aboutUG-inner {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
  float: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: center;
}
@media only screen and (max-width: 991px) {
  .aboutUG .aboutUG-inner {
    flex-direction: column;
  }
}
.aboutUG .aboutUG-inner .aboutUG-left {
  display: block;
  width: 50%;
  max-width: 50%;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
  float: none;
}
.aboutUG .aboutUG-inner .aboutUG-left img {
  display: block;
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .aboutUG .aboutUG-inner .aboutUG-left {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    text-align: center;
  }
  .aboutUG .aboutUG-inner .aboutUG-left img {
    display: block;
    margin: 0 auto 30px;
  }
}
.aboutUG .aboutUG-inner .aboutUG-right {
  display: block;
  width: 50%;
  max-width: 50%;
  margin: 0 auto;
  padding: 0 0 0 90px;
  background-color: transparent;
  float: none;
}
@media only screen and (max-width: 991px) {
  .aboutUG .aboutUG-inner .aboutUG-right {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
  }
}
.aboutUG .aboutUG-inner .aboutUG-right h2 {
  display: block;
  margin: 0 auto 80px;
  padding: 0 0 0;
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  line-height: 54px;
  text-align: left;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .aboutUG .aboutUG-inner .aboutUG-right h2 {
    font-size: 38px;
    line-height: 44px;
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aboutUG .aboutUG-inner .aboutUG-right h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aboutUG .aboutUG-inner .aboutUG-right h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutUG .aboutUG-inner .aboutUG-right h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 auto 20px;
  }
}
.aboutUG .aboutUG-inner .aboutUG-right ol {
  margin: 0 auto 0;
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}
.aboutUG .aboutUG-inner .aboutUG-right ol li {
  margin: 0 auto 0;
  padding: 20px 0 45px 250px;
  border-top: 1px solid #2d2a32;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 26px;
  text-align: left;
  list-style-position: inside;
  list-style-type: none;
  list-style: none;
  position: relative;
  counter-increment: my-awesome-counter;
}
.aboutUG .aboutUG-inner .aboutUG-right ol li::before {
  content: counter(my-awesome-counter);
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  line-height: 26px;
  text-align: left;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .aboutUG .aboutUG-inner .aboutUG-right ol li {
    padding: 20px 0 45px 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aboutUG .aboutUG-inner .aboutUG-right ol li {
    padding: 20px 0 35px 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aboutUG .aboutUG-inner .aboutUG-right ol li {
    padding: 20px 0 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutUG .aboutUG-inner .aboutUG-right ol li {
    padding: 20px 0 25px 35px;
  }
}
.aboutUG .aboutUG-bottom {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 0 0;
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .aboutUG .aboutUG-bottom {
    padding: 30px 0 0 0;
  }
}
.aboutUG .aboutUG-bottom h5 {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 46px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .aboutUG .aboutUG-bottom h5 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aboutUG .aboutUG-bottom h5 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aboutUG .aboutUG-bottom h5 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutUG .aboutUG-bottom h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
/* About UG (Home Page) Close */
/* 4 Main Category Open*/
.four-main-cat {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  background-color: transparent;
}
.four-main-cat .four-main-cat-inner {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  background-color: transparent;
}
.four-main-cat .four-main-cat-inner .items {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  background-color: transparent;
}
.four-main-cat .four-main-cat-inner .items .item {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  background-color: transparent;
  position: relative;
}
.four-main-cat .four-main-cat-inner .items .item a {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.four-main-cat .four-main-cat-inner .items .item a img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.four-main-cat .four-main-cat-inner .items .item a span {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
}
.four-main-cat .four-main-cat-inner .items .item a:hover img {
  transform: scale(1.2);
}
/* 4 Main Category Close*/
/* Home Featured Products Open */
.home-featured-products {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  background-color: transparent;
}
.home-featured-products .featured-products-top {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0 150px 0;
  background-color: #008bba;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-featured-products .featured-products-top {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .home-featured-products .featured-products-top {
    padding-top: 40px;
  }
}
.home-featured-products .featured-products-top h2 {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .home-featured-products .featured-products-top h2 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-featured-products .featured-products-top h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-featured-products .featured-products-top h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .home-featured-products .featured-products-top h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.home-featured-products .featured-products-bottom {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  background-color: #ffffff;
  /* Tab Open */
  /* Tab Close */
}
.home-featured-products .featured-products-bottom h2 {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-align: center;
  margin: 40px auto;
  padding: 0;
}
.home-featured-products .featured-products-bottom .product.data.items {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.home-featured-products .featured-products-bottom .product.data.items .item-title-wrap {
  display: block;
  margin: -102px auto 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  background-color: #008bba;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .home-featured-products .featured-products-bottom .product.data.items .item-title-wrap {
    margin: -92px auto 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-featured-products .featured-products-bottom .product.data.items .item-title-wrap {
    margin: -82px auto 0;
  }
}
.home-featured-products .featured-products-bottom .product.data.items .item-title-wrap::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
@media only screen and (max-width: 991px) {
  .home-featured-products .featured-products-bottom .product.data.items .item-title-wrap::after {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.home-featured-products .featured-products-bottom .product.data.items .item.title {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
  z-index: 2;
  cursor: default;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.home-featured-products .featured-products-bottom .product.data.items .item.title .switch {
  display: block;
  margin: 0;
  padding: 35px 35px;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  line-height: 32px;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  height: auto;
  cursor: pointer;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .home-featured-products .featured-products-bottom .product.data.items .item.title .switch {
    font-size: 18px;
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-featured-products .featured-products-bottom .product.data.items .item.title .switch {
    font-size: 16px;
    padding: 25px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .home-featured-products .featured-products-bottom .product.data.items .item.title .switch {
    font-size: 16px;
    padding: 15px 25px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
  }
}
.home-featured-products .featured-products-bottom .product.data.items .item.title:first-child {
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-left-radius: 25px;
  overflow: hidden;
}
.home-featured-products .featured-products-bottom .product.data.items .item.title:last-child {
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
}
.home-featured-products .featured-products-bottom .product.data.items .item.title:hover {
  background-color: rgba(0, 0, 0, 0.25);
  color: #eaeaea;
}
@media only screen and (max-width: 991px) {
  .home-featured-products .featured-products-bottom .product.data.items .item.title:first-child {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
  }
  .home-featured-products .featured-products-bottom .product.data.items .item.title:last-child {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
  }
}
.home-featured-products .featured-products-bottom .product.data.items .item.title.active .switch {
  background-color: #ffffff;
  color: #000000;
}
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area {
  display: block;
  margin: 0;
  padding: 60px 0 100px;
  width: 100%;
  max-width: 100%;
  clear: both;
}
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content {
  display: flex;
  margin: 0;
  padding: 0 0 0;
  width: 100%;
  max-width: 100%;
  float: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  gap: 30px;
  list-style: none;
}
@media only screen and (max-width: 439px) {
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content {
    gap: 0;
  }
}
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item {
  display: block;
  width: calc(33.33% - 20px);
  margin: 0 0 50px;
  padding: 0;
  float: none;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 439px) {
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item {
    width: 100%;
  }
}
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-img {
  display: block;
  border: 1px solid #dddddd;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  float: none;
  background-color: transparent;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-img img {
  display: block;
  padding: 0;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item h3 {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  padding: 0;
  float: none;
  background-color: transparent;
  text-align: left;
}
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item h3 a {
  display: inline-block;
  width: auto;
  margin: 0 auto 0;
  padding: 0;
  float: none;
  background-color: transparent;
  text-align: left;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item h3 a:hover {
  color: #008bba;
}
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
  float: none;
  background-color: transparent;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des p,
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h1,
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h2,
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h3,
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h4,
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h5,
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h6 {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  padding: 0;
  float: none;
  background-color: transparent;
  text-align: left;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des p,
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h1,
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h2,
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h3,
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h4,
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h5,
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h6 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des p,
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h1,
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h2,
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h3,
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h4,
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h5,
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des p,
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h1,
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h2,
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h3,
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h4,
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h5,
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des h6 {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des ul {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  padding: 0;
  float: none;
  background-color: transparent;
  text-align: left;
  list-style: disc;
}
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des ul li {
  display: block;
  width: 100%;
  margin: 0 auto 5px;
  padding: 0;
  float: none;
  background-color: transparent;
  text-align: left;
  list-style: disc;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item .item-des ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item:hover .item-img {
  border-color: #008bba;
}
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .item.content .product-item:hover h3 a {
  color: #008bba;
}
.home-featured-products .featured-products-bottom .product.data.items .featuredcontent_area .btn-wrapper {
  display: block;
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
  float: none;
  background-color: transparent;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .home-featured-products .featured-products-bottom .product.data.items .item-title-wrap {
    display: flex;
    float: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
}
/* Home Featured Products Close */
/* Home Page Blog Open */
.blog-home {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0 100px 0;
  background-color: #eaeaea;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-home {
    padding: 70px 0 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-home {
    padding: 50px 0 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-home {
    padding: 30px 0 30px 0;
  }
}
.blog-home h2 {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-align: center;
  margin: 0 auto 50px;
  padding: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .blog-home h2 {
    font-size: 38px;
    line-height: 44px;
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-home h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-home h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-home h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 auto 20px;
  }
}
.blog-home .blog-home-inner {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  background-color: transparent;
}
.blog-home .blog-home-inner .item {
  margin: 0 auto;
  padding: 0;
  position: relative;
  min-height: 390px;
}
.blog-home .blog-home-inner .item .post-user.post-meta-item {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  color: #008bba;
  text-align: left;
  margin: 0 auto 15px;
  padding: 0;
}
.blog-home .blog-home-inner .item .post-user.post-meta-item a {
  display: inline-block;
  margin: 0;
  padding: 5px 0 5px 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  color: #008bba;
  background-image: url('../images/user.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.blog-home .blog-home-inner .item .post-user.post-meta-item a:hover {
  color: #000000;
}
.blog-home .blog-home-inner .item .post-tags.post-meta-item {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  color: #008bba;
  text-align: left;
  margin: 0 auto 5px;
  padding: 0;
}
.blog-home .blog-home-inner .item .post-tags.post-meta-item a {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 2px 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  color: #008bba;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid #008bba;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.blog-home .blog-home-inner .item .post-tags.post-meta-item a:hover {
  color: #000000;
  border-color: #000000;
}
.blog-home .blog-home-inner .item h3 {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-align: left;
  margin: 0 auto 15px;
  padding: 0;
}
.blog-home .blog-home-inner .item h3 a {
  display: inline-block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-align: left;
  margin: 0 auto 0;
  padding: 0;
}
.blog-home .blog-home-inner .item h3 a:hover {
  color: #008bba;
}
.blog-home .blog-home-inner .item .post-excerpt {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-align: left;
  margin: 0 auto;
  padding: 0 0 50px 0;
}
.blog-home .blog-home-inner .item .post-date {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  color: #747474;
  text-align: left;
  margin: 0 auto 0;
  padding: 0 0 0 30px;
  background-image: url('../images/small-calender.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  bottom: 0;
}
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-prev,
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-next,
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  display: inline-block;
  background-color: transparent;
  width: 60px;
  height: 60px;
  border-radius: 99%;
  -moz-border-radius: 99%;
  -webkit-border-radius: 99%;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-prev:after,
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after,
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-next:after,
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  content: '';
  display: block;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: -23px;
  background-color: transparent;
  width: 60px;
  height: 60px;
  border-radius: 99%;
  -moz-border-radius: 99%;
  -webkit-border-radius: 99%;
  margin: 0;
  padding: 0;
  background-image: url('../images/owl-arrow-main.svg');
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-prev:before,
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before,
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-next:before,
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  content: '';
  display: none !important;
}
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-prev:hover:after,
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:hover:after,
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-next:hover:after,
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:hover:after {
  background-image: url('../images/owl-arrow.svg');
}
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-next,
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -15px;
}
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-next:after,
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-next:hover:after,
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:hover:after {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-prev,
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -15px;
}
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-prev:hover:after,
.blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:hover:after {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-prev,
  .blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
  .blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-next,
  .blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    width: 50px;
    height: 50px;
  }
  .blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-prev:after,
  .blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after,
  .blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-next:after,
  .blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
    width: 50px;
    height: 50px;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-prev,
  .blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
  .blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-next,
  .blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    width: 50px;
    height: 50px;
  }
  .blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-prev:after,
  .blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after,
  .blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav .owl-next:after,
  .blog-home .blog-home-inner .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
}
/* Home Page Blog Close */
/** List Page **/
/* Category Landing Page Start */
.catalog-category-view .column.main,
.catalogsearch-result-index .column.main {
  padding-bottom: 0 !important;
}
.catalog-category-view .column.main .toolbar.toolbar-products,
.catalogsearch-result-index .column.main .toolbar.toolbar-products {
  margin: 0 auto;
  padding: 0;
}
.catalog-category-view .column.main .products.wrapper.list.products-list,
.catalogsearch-result-index .column.main .products.wrapper.list.products-list {
  margin: 50px auto 0;
}
.catalog-category-view .column.main .listbtn,
.catalogsearch-result-index .column.main .listbtn {
  display: block;
  width: 100%;
  margin: 0 auto 100px;
  padding: 0;
  max-width: 100%;
  float: none;
  background-color: transparent;
  position: relative;
  text-align: center;
}
.catalog-category-view .column.main .listbtn .noContent,
.catalogsearch-result-index .column.main .listbtn .noContent,
.catalog-category-view .column.main .listbtn .btn.btn-common.noContent,
.catalogsearch-result-index .column.main .listbtn .btn.btn-common.noContent {
  cursor: not-allowed;
  opacity: 0.8;
  border: none;
  background-color: transparent;
  color: #000;
}
.catalog-category-view .catalog-heading,
.catalogsearch-result-index .catalog-heading {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  float: none;
  background-color: transparent;
  position: relative;
}
.catalog-category-view .catalog-heading img,
.catalogsearch-result-index .catalog-heading img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.catalog-category-view .catalog-heading .category-description,
.catalogsearch-result-index .catalog-heading .category-description {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  float: none;
  background-color: transparent;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.catalog-category-view .catalog-heading .category-description .container,
.catalogsearch-result-index .catalog-heading .category-description .container {
  height: 100%;
  min-height: 100%;
}
.catalog-category-view .catalog-heading .category-description .category-description-inner,
.catalogsearch-result-index .catalog-heading .category-description .category-description-inner {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  float: none;
  background-color: transparent;
  height: 100%;
  min-height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  text-align: left;
  color: #ffffff;
}
.catalog-category-view .catalog-heading .category-description .category-description-inner .catalog-heading__text,
.catalogsearch-result-index .catalog-heading .category-description .category-description-inner .catalog-heading__text,
.catalog-category-view .catalog-heading .category-description .category-description-inner h1,
.catalogsearch-result-index .catalog-heading .category-description .category-description-inner h1,
.catalog-category-view .catalog-heading .category-description .category-description-inner h1.catalog-heading__text,
.catalogsearch-result-index .catalog-heading .category-description .category-description-inner h1.catalog-heading__text {
  display: flex;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  float: none;
  background-color: transparent;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 56px;
  font-weight: 700;
  font-style: normal;
  line-height: 56px;
  color: #ffffff;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalog-category-view .catalog-heading .category-description .category-description-inner h3,
.catalogsearch-result-index .catalog-heading .category-description .category-description-inner h3 {
  display: flex;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  float: none;
  background-color: transparent;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  line-height: 26px;
  color: #ffffff;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalog-category-view .catalog-heading .category-description .category-description-inner p,
.catalogsearch-result-index .catalog-heading .category-description .category-description-inner p {
  display: flex;
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
  float: none;
  background-color: transparent;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  color: #ffffff;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .catalog-category-view .catalog-heading .category-description .category-description-inner .catalog-heading__text,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner .catalog-heading__text,
  .catalog-category-view .catalog-heading .category-description .category-description-inner h1,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner h1,
  .catalog-category-view .catalog-heading .category-description .category-description-inner h1.catalog-heading__text,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner h1.catalog-heading__text {
    margin: 0 auto 20px;
    font-size: 46px;
    line-height: 40px;
  }
  .catalog-category-view .catalog-heading .category-description .category-description-inner h3,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner h3 {
    margin: 0 auto 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .catalog-category-view .catalog-heading .category-description .category-description-inner p,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view .catalog-heading .category-description .category-description-inner .catalog-heading__text,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner .catalog-heading__text,
  .catalog-category-view .catalog-heading .category-description .category-description-inner h1,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner h1,
  .catalog-category-view .catalog-heading .category-description .category-description-inner h1.catalog-heading__text,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner h1.catalog-heading__text {
    margin: 0 auto 20px;
    font-size: 36px;
    line-height: 30px;
  }
  .catalog-category-view .catalog-heading .category-description .category-description-inner h3,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner h3 {
    margin: 0 auto 15px;
    font-size: 20px;
    line-height: 24px;
  }
  .catalog-category-view .catalog-heading .category-description .category-description-inner p,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-category-view .catalog-heading .category-description .category-description-inner .catalog-heading__text,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner .catalog-heading__text,
  .catalog-category-view .catalog-heading .category-description .category-description-inner h1,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner h1,
  .catalog-category-view .catalog-heading .category-description .category-description-inner h1.catalog-heading__text,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner h1.catalog-heading__text {
    margin: 0 auto 15px;
    font-size: 24px;
    line-height: 26px;
  }
  .catalog-category-view .catalog-heading .category-description .category-description-inner h3,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner h3 {
    margin: 0 auto 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .catalog-category-view .catalog-heading .category-description .category-description-inner p,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .catalog-heading .category-description .category-description-inner .catalog-heading__text,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner .catalog-heading__text,
  .catalog-category-view .catalog-heading .category-description .category-description-inner h1,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner h1,
  .catalog-category-view .catalog-heading .category-description .category-description-inner h1.catalog-heading__text,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner h1.catalog-heading__text {
    margin: 0 auto 0;
    font-size: 24px;
    line-height: 26px;
  }
  .catalog-category-view .catalog-heading .category-description .category-description-inner h3,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner h3 {
    display: none !important;
  }
  .catalog-category-view .catalog-heading .category-description .category-description-inner p,
  .catalogsearch-result-index .catalog-heading .category-description .category-description-inner p {
    display: none !important;
  }
}
.catalog-category-view .catalog-info .catalog-info__title,
.catalogsearch-result-index .catalog-info .catalog-info__title,
.catalog-category-view .catalog-info .catalog-info__text,
.catalogsearch-result-index .catalog-info .catalog-info__text {
  display: none;
}
.catalog-category-view .page-main .column.main .toolbar.toolbar-products .sorter-options,
.catalogsearch-result-index .page-main .column.main .toolbar.toolbar-products .sorter-options {
  padding: 5px;
}
.catalog-category-view .page-main .column.main .products-list .product-items,
.catalogsearch-result-index .page-main .column.main .products-list .product-items {
  display: flex;
  margin: 0;
  padding: 0 0 0;
  width: 100%;
  max-width: 100%;
  float: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  gap: 0;
  list-style: none;
}
@media only screen and (max-width: 439px) {
  .catalog-category-view .page-main .column.main .products-list .product-items,
  .catalogsearch-result-index .page-main .column.main .products-list .product-items {
    gap: 0;
  }
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item {
  display: block;
  width: 33.33%;
  margin: 0 0 50px;
  padding: 10px 30px 30px 30px;
  float: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom: 1px solid #DDDDDD;
  border-left: 0.5px solid #DDDDDD;
  border-right: 0.5px solid #DDDDDD;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view .page-main .column.main .products-list .product-items .product-item,
  .catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-category-view .page-main .column.main .products-list .product-items .product-item,
  .catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item {
    margin: 0 0 20px;
    padding: 10px 20px 20px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-category-view .page-main .column.main .products-list .product-items .product-item,
  .catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .page-main .column.main .products-list .product-items .product-item,
  .catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .catalog-category-view .page-main .column.main .products-list .product-items .product-item,
  .catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item {
    width: 100%;
  }
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info {
  display: flex;
  margin: 0;
  padding: 0 0 0;
  width: 100%;
  max-width: 100%;
  float: none;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  position: relative;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .producttag,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .producttag {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  float: none;
  background-color: transparent;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  color: #000000;
  text-align: left;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-name,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-name {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  float: none;
  background-color: transparent;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  color: #443828;
  text-align: left;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-name a,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-name a {
  display: inline-block;
  margin: 0 auto 0;
  padding: 0;
  float: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  color: #443828;
  text-align: left;
  text-decoration: none;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-name a:hover,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-name a:hover {
  color: #008bba;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-photo,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-photo {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  float: none;
  background-color: transparent;
  border: none;
  text-align: center;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-photo span,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-photo span {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0;
  padding: 0;
  float: none;
  background-color: transparent;
  border: none;
  text-align: center;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-photo span img,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-photo span img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto 0;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .brandlogo,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .brandlogo {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0;
  padding: 0;
  float: none;
  background-color: transparent;
  border: none;
  text-align: left;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .brandlogo img,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .brandlogo img {
  display: inline-block;
  width: auto;
  max-width: 60px;
  margin: 0 10px 10px 0;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  height: 100%;
  margin: 0 auto 0;
  padding: 0;
  float: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  opacity: 0;
  z-index: -1;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .price-box,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .price-box {
  display: none;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner {
  display: flex;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  height: 100%;
  margin: 0 auto 0;
  padding: 0;
  float: none;
  background-color: transparent;
  border: none;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions,
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-description,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-description,
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary {
  display: block;
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
  float: none;
  background-color: transparent;
  border: none;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  order: 1;
  text-align: center;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.tocompare,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.tocompare {
  display: none !important;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
  display: block;
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
  float: none;
  background-color: transparent;
  border: none;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .btn.btn-common,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .btn.btn-common {
  padding: 25px 35px;
  font-weight: 400;
  background-color: #000000;
  border-color: #000000;
  display: inline-block;
  width: auto;
  margin: 30px auto 0;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  vertical-align: middle;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
@media only screen and (min-width: 1620px) {
  .catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .btn.btn-common,
  .catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .btn.btn-common {
    font-size: 22px;
  }
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .btn.btn-common:hover,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .btn.btn-common:hover {
  background-color: #008bba;
  border-color: #008bba;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-description,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-description {
  order: 0;
  text-align: center;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-description .btn.btn-common,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-description .btn.btn-common {
  padding: 25px 35px;
  font-weight: 400;
  background-color: #008bba;
  border-color: #008bba;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-description .btn.btn-common:hover,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-description .btn.btn-common:hover {
  background-color: #000000;
  border-color: #000000;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .action.tocart.primary,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .action.tocart.primary {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary {
  order: 2;
  text-align: center;
  position: relative;
  margin: 30px auto 0;
  padding: 0;
  min-width: 280px;
  max-width: 280px;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary,
  .catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary {
    min-width: 200px;
    max-width: 200px;
  }
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .input-text.qty,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .input-text.qty {
  display: block;
  margin: 0;
  padding: 5px;
  background-color: #ffffff;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border: none;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: absolute;
  top: 11px;
  left: 16px;
  width: 50px;
  height: 50px;
  z-index: 9;
  text-align: center;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .input-text.qty:focus,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .input-text.qty:focus,
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .input-text.qty:hover,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .input-text.qty:hover,
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .input-text.qty:active,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .input-text.qty:active {
  border: none;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #eaeaea;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .input-text.qty,
  .catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .input-text.qty {
    left: 9px;
  }
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .amquote-addto-button,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .amquote-addto-button {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  padding: 25px 30px 25px 80px;
  text-align: center;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #000000;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  vertical-align: middle;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  min-width: 280px;
}
@media only screen and (min-width: 1620px) {
  .catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .amquote-addto-button,
  .catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .amquote-addto-button {
    font-size: 22px;
  }
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .amquote-addto-button:hover,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .amquote-addto-button:hover {
  background-color: #008bba;
  color: #ffffff;
  border: 1px solid #008bba;
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .amquote-addto-button:focus,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .amquote-addto-button:focus {
  outline: none;
  background-color: #008bba;
  color: #ffffff;
  border: 1px solid #008bba;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .amquote-addto-button,
  .catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .amquote-addto-button {
    min-width: 200px;
    padding: 25px 15px 25px 60px;
  }
}
.catalog-category-view .page-main .column.main .products-list .product-items .product-item:hover .product-item-info .product-item-details,
.catalogsearch-result-index .page-main .column.main .products-list .product-items .product-item:hover .product-item-info .product-item-details {
  opacity: 1;
  z-index: 99;
}
.catalog-category-view .block.filter,
.catalogsearch-result-index .block.filter {
  display: none !important;
}
.catalog-category-view .sidebar.sidebar-additional .block.block-compare,
.catalogsearch-result-index .sidebar.sidebar-additional .block.block-compare {
  display: none;
}
.catalog-category-view .sidebar.sidebar-additional .block.block-reorder .block-content .actions-toolbar,
.catalogsearch-result-index .sidebar.sidebar-additional .block.block-reorder .block-content .actions-toolbar {
  max-width: 100%;
}
.catalog-category-view .sidebar.sidebar-additional .block.block-reorder .block-content .actions-toolbar .primary .action,
.catalogsearch-result-index .sidebar.sidebar-additional .block.block-reorder .block-content .actions-toolbar .primary .action {
  padding-right: 25px;
  padding-left: 25px;
}
.category-content-wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0;
  padding: 100px 0;
  float: none;
  background-color: #eaeaea;
  border: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .category-content-wrapper {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-content-wrapper {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-content-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .category-content-wrapper {
    padding: 40px 0;
  }
}
.category-content-wrapper .category-content-wrapper-inner {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0;
  padding: 0;
  float: none;
  background-color: transparent;
  border: none;
}
.category-content-wrapper .category-content-wrapper-inner h2 {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .category-content-wrapper .category-content-wrapper-inner h2 {
    font-size: 38px;
    line-height: 44px;
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-content-wrapper .category-content-wrapper-inner h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-content-wrapper .category-content-wrapper-inner h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  .category-content-wrapper .category-content-wrapper-inner h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 auto 20px;
  }
}
.category-content-wrapper .category-content-wrapper-inner h5 {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  margin: 0 auto 50px;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .category-content-wrapper .category-content-wrapper-inner h5 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-content-wrapper .category-content-wrapper-inner h5 {
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-content-wrapper .category-content-wrapper-inner h5 {
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  .category-content-wrapper .category-content-wrapper-inner h5 {
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto 20px;
  }
}
.category-content-wrapper .category-content-wrapper-inner .category-content-4box {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0;
  padding: 0;
  float: none;
  background-color: transparent;
  border: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.category-content-wrapper .category-content-wrapper-inner .category-content-4box .item {
  display: block;
  width: 25%;
  margin: 0 auto 0;
  padding: 0 30px 30px 0;
  float: none;
  background-color: transparent;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-content-wrapper .category-content-wrapper-inner .category-content-4box .item {
    width: 50%;
    padding: 0 20px 20px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-content-wrapper .category-content-wrapper-inner .category-content-4box .item {
    width: 50%;
    padding: 0 20px 20px 0;
  }
}
@media only screen and (max-width: 575px) {
  .category-content-wrapper .category-content-wrapper-inner .category-content-4box .item {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.category-content-wrapper .category-content-wrapper-inner .category-content-4box .item .icon {
  display: block;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 0 0 0;
  float: none;
  background-color: transparent;
  border: none;
  text-align: left;
}
.category-content-wrapper .category-content-wrapper-inner .category-content-4box .item .icon img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto 0;
  float: none;
}
.category-content-wrapper .category-content-wrapper-inner .category-content-4box .item h3 {
  display: block;
  margin: 0 auto 15px;
  padding: 0;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 46px;
  color: #000000;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .category-content-wrapper .category-content-wrapper-inner .category-content-4box .item h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-content-wrapper .category-content-wrapper-inner .category-content-4box .item h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-content-wrapper .category-content-wrapper-inner .category-content-4box .item h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .category-content-wrapper .category-content-wrapper-inner .category-content-4box .item h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.category-content-wrapper .category-content-wrapper-inner .category-content-4box .item p {
  margin: 0 auto;
}
.category-content-wrapper .category-content-wrapper-inner .category-content-bottom-box {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 20px auto 0;
  padding: 50px;
  float: none;
  background-color: transparent;
  border: 1px solid #bababa;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .category-content-wrapper .category-content-wrapper-inner .category-content-bottom-box {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-content-wrapper .category-content-wrapper-inner .category-content-bottom-box {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-content-wrapper .category-content-wrapper-inner .category-content-bottom-box {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .category-content-wrapper .category-content-wrapper-inner .category-content-bottom-box {
    padding: 25px;
  }
}
.category-content-wrapper .category-content-wrapper-inner .category-content-bottom-box p {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  font-style: normal;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #000000;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .category-content-wrapper .category-content-wrapper-inner .category-content-bottom-box p {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-content-wrapper .category-content-wrapper-inner .category-content-bottom-box p {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-content-wrapper .category-content-wrapper-inner .category-content-bottom-box p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .category-content-wrapper .category-content-wrapper-inner .category-content-bottom-box p {
    font-size: 20px;
    line-height: 28px;
  }
}
/** Pages **/
/* Less Document */
/* Top 4 Boc Content Start */
.top-4box-content {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #eaeaea;
}
@media only screen and (max-width: 767px) {
  .top-4box-content {
    padding: 15px 0;
  }
}
.top-4box-content .top-4box-content-inner {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
}
.top-4box-content .top-4box-content-inner .owl-carousel .owl-stage-outer {
  padding: 0;
}
.top-4box-content .top-4box-content-inner .item {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.top-4box-content .top-4box-content-inner .item .icon {
  display: block;
  width: auto;
  margin: 0 10px 0 0;
  padding: 0;
  float: none;
}
.top-4box-content .top-4box-content-inner .item span {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}
.top-4box-content .top-4box-content-inner .owl-item {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.top-4box-content .top-4box-content-inner .owl-item:last-child {
  border-right: none;
}
@media only screen and (max-width: 439px) {
  .top-4box-content .top-4box-content-inner .owl-item {
    border-right: none;
  }
}
@media only screen and (min-width: 440px) and (max-width: 767px) {
  .top-4box-content .top-4box-content-inner .owl-item {
    border-right: none;
  }
}
/* Top 4 Boc Content End */
/*Mini Cart Open*/
.minicart-items-wrapper {
  max-height: 400px;
}
.minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
  display: block;
  line-height: 19px;
  margin-bottom: 3px;
}
.minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  color: #000000;
  text-decoration: none;
  text-align: left;
  text-transform: none;
}
.minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a:hover {
  color: #008bba;
}
.minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .label {
  color: #000000;
}
.minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .item-qty {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .item-qty:focus {
  outline: none;
  box-shadow: none;
  border-color: #d60000;
}
.minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .update-cart-item {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  padding: 7px 12px;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  border: none;
}
.minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty .update-cart-item:hover {
  background-color: #ffa71a;
}
.minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .action {
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .action:before {
  color: #000000;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .action:hover:before {
  color: #000000;
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap {
  /*Modal Header Open*/
  /*Modal Header Close*/
  /*Modal Body Open*/
  /*Modal Body Close*/
  /*Modal Footer Open*/
  /*Modal Footer Close*/
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-header .action-close {
  padding: 14px;
  line-height: 15px;
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-content {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 20px;
  font-size: 20px;
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer button {
  display: inline-block;
  margin: 0 0 0 5px;
  width: auto;
  padding: 5px 35px;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  position: relative;
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer button:hover,
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer button:active,
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer button:focus {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer button.action-accept {
  background-color: #008bba;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #008bba;
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer button.action-accept:hover {
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer button.action-dismiss {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  text-transform: none;
}
.modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer button.action-dismiss:hover {
  color: #ffffff;
  border: 1px solid #008bba;
  background-color: #008bba;
}
/*Mini Cart Close*/
.page-title {
  margin-top: 40px;
}
body .mage-error {
  position: relative;
}
body .search-autocomplete ul {
  border: 1px solid #dcdcdc;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 330px;
}
body .search-autocomplete ul li:not(:empty) {
  border: none;
  border-bottom: 1px solid #DCDCDC;
}
/** Product Details Page **/
/* Less Document */
.breadcrumbs {
  margin: 10px 0 40px 0;
}
.breadcrumbs .items .item a,
.breadcrumbs .items .item strong {
  color: #008bba;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
}
.breadcrumbs .items .item strong {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs .items .item:not(:last-child):after {
  content: '/';
  padding-left: 15px;
  padding-right: 15px;
  color: #666666;
}
.product-info-main {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 50px;
  width: calc(50% - 30px) !important;
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  .product-info-main {
    padding: 25px;
    width: 50% !important;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main {
    width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  .product-info-main h1 {
    margin-top: 0;
    font-size: 28px;
  }
}
.product-info-main .spilt_text {
  padding: 0 0 30px 0;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (max-width: 991px) {
  .product-info-main .spilt_text {
    font-size: 16px;
  }
}
.product-info-main .spilt_text a {
  color: #008bba;
  font-weight: 600;
  padding: 0 0 30px 10px;
  text-transform: uppercase;
}
.product-info-main .product {
  margin: 0;
}
.product-info-main .product.attribute.overview {
  margin: 0;
}
.product-info-main .product.attribute.overview .value {
  position: relative;
  margin-top: 40px;
  padding: 30px 30px 0 0;
  height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.product-info-main .product.attribute.overview .value:before {
  position: absolute;
  content: '';
  background-color: #ddd;
  left: -50px;
  width: calc(200%);
  height: 1px;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .product-info-main .product.attribute.overview .value:before {
    left: -25px;
    width: calc(150%);
  }
}
.product-info-main .product.attribute.overview .value ul {
  position: relative;
}
.product-info-main .product.attribute.overview .value h4,
.product-info-main .product.attribute.overview .value strong {
  font-size: 24px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding-top: 20px;
}
@media only screen and (max-width: 991px) {
  .product-info-main .product.attribute.overview .value h4,
  .product-info-main .product.attribute.overview .value strong {
    font-size: 18px;
  }
}
.product-info-main .product.attribute.overview .value ul li {
  position: relative;
  padding-left: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .product-info-main .product.attribute.overview .value ul li {
    padding-left: 30px;
  }
}
.product-info-main .product.attribute.overview .value ul li:before {
  position: absolute;
  content: '';
  background-image: url('../images/tick-circle.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 24px;
  height: 24px;
  top: 15px;
  left: 0;
}
.product-info-main .product.attribute.overview .value ul li:first-child {
  padding: 0;
  border: none;
}
.product-info-main .product.attribute.overview .value ul li:first-child:before {
  display: none;
}
.product-info-main .product.attribute.overview .value ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.product-info-main .product.attribute.overview .value::-webkit-scrollbar {
  width: 10px;
}
.product-info-main .product.attribute.overview .value::-webkit-scrollbar-track {
  background: #D9D9D9;
  width: 10px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
.product-info-main .product.attribute.overview .value::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
.product-info-main .product.attribute.overview .value::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
.product-info-main .product-add-form .box-tocart {
  display: block;
}
.product-info-main .product-add-form .box-tocart .fieldset {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .product-info-main .product-add-form .box-tocart .fieldset {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main .product-add-form .box-tocart .fieldset {
    display: block;
  }
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty {
  display: flex;
  align-items: center;
  margin: 0;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .label span {
  font-size: 24px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .product-info-main .product-add-form .box-tocart .fieldset .field.qty .label span {
    font-size: 18px;
    padding-right: 15px;
  }
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control {
  display: flex;
  position: relative;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control button {
  width: 60px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
  border: 1px solid #dddddd;
  color: #008bba;
  font-size: 20px;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control input {
  width: 60px;
  text-align: center;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #dddddd;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control #qty-error {
  position: absolute;
  width: 250px;
  bottom: -30px;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions {
  padding-top: 0;
  display: flex;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary {
  display: none;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .please_login_link {
  background-color: #000000;
  padding: 25px 30px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .product-info-main .product-add-form .box-tocart .fieldset .actions .please_login_link {
    padding: 15px;
    height: 50px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .product-info-main .product-add-form .box-tocart .fieldset .actions .please_login_link {
    padding: 15px;
    height: 50px;
    font-size: 14px;
    margin: 30px 0 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .product-info-main .product-add-form .box-tocart .fieldset .actions .please_login_link {
    padding: 15px 25px;
    height: 50px;
    font-size: 14px;
    margin: 30px 0 0 0;
  }
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .amquote-addto-button {
  background-color: #000000;
  padding: 25px 30px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  display: block;
  border: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .product-info-main .product-add-form .box-tocart .fieldset .actions .amquote-addto-button {
    padding: 14px;
    height: 50px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .product-info-main .product-add-form .box-tocart .fieldset .actions .amquote-addto-button {
    padding: 14px;
    height: 50px;
    font-size: 14px;
    margin: 30px 0 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .product-info-main .product-add-form .box-tocart .fieldset .actions .amquote-addto-button {
    padding: 15px 25px;
    height: 50px;
    font-size: 14px;
    margin: 30px 0 0 0;
  }
}
.product.media {
  width: 50% !important;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .product.media {
    width: 100% !important;
    padding-right: 0;
  }
}
.product.media .fotorama__stage__shaft.fotorama__grab .fotorama__stage__frame {
  border: 1px solid #dddddd;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  margin-bottom: 30px;
}
.product.media .fotorama__stage__shaft.fotorama__grab .fotorama__stage__frame img {
  width: 98%;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
.product.media .fotorama__nav-wrap {
  padding: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .product.media .fotorama__nav-wrap {
    padding: 10px 0 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .product.media .fotorama__nav-wrap .fotorama__dot {
    width: 8px;
    height: 8px;
  }
}
.product.media .fotorama__nav-wrap .fotorama__thumb-border {
  border-color: #008bba;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
.product.media .fotorama__thumb {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 1px solid #dddddd;
}
.product.media .fotorama__arr {
  width: 36px;
  height: 60px;
  background-color: #ffa71a;
  top: 50%;
  transform: translateY(-50%);
}
.product.info {
  padding: 100px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .product.info {
    padding: 50px 0 0 0;
  }
}
.product.info .product .item.title {
  margin: 0 0 0 0 !important;
  width: 25% !important;
}
@media only screen and (max-width: 767px) {
  .product.info .product .item.title {
    width: 100% !important;
    margin: 10px 0 10px 0 !important;
  }
}
.product.info .product .item.title a.data {
  padding: 35px 0 35px 0 !important;
  text-align: center !important;
  color: #000000 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  height: auto !important;
  background-color: #eaeaea;
  border: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product.info .product .item.title a.data {
    padding: 15px 0 15px 0 !important;
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 991px) {
  .product.info .product .item.title a.data {
    padding: 15px 0 15px 0 !important;
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 767px) {
  .product.info .product .item.title a.data {
    padding: 5px 0 5px 0 !important;
  }
}
.product.info .product .item.title:first-child a.data {
  border-radius: 25px 0 0 0;
  -moz-border-radius: 25px 0 0 0;
  -webkit-border-radius: 25px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .product.info .product .item.title:first-child a.data {
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
  }
}
.product.info .product .item.title:nth-last-child(2) a.data {
  border-radius: 0 25px 0 0;
  -moz-border-radius: 0 25px 0 0;
  -webkit-border-radius: 0 25px 0 0;
}
@media only screen and (max-width: 767px) {
  .product.info .product .item.title:nth-last-child(2) a.data {
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
  }
}
.product.info .product .item.title.active a.data {
  border: 1px solid #dddddd;
}
.product.info .product .data.item.content {
  margin-top: 140px;
  border: none;
  padding: 0 0 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product.info .product .data.item.content {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .product.info .product .data.item.content {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .product.info .product .data.item.content {
    margin-top: 20px;
  }
}
.product.info .product .data.item.content .central-image a.button {
  padding: 25px 65px 25px 65px !important;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #000000;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product.info .product .data.item.content .central-image a.button {
    font-size: 16px;
    padding: 15px 35px 15px 35px !important;
  }
}
@media only screen and (max-width: 991px) {
  .product.info .product .data.item.content .central-image a.button {
    font-size: 16px;
    padding: 15px 35px 15px 35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .product.info .product .data.item.content .central-image a.button {
    padding: 15px 15px 15px 15px !important;
    width: 100%;
  }
}
.products-related,
.products-upsell {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.products-related .product-item-info,
.products-upsell .product-item-info {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 1px solid #dddddd;
  padding: 30px 30px 30px 30px;
  text-align: left;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .products-related .product-item-info,
  .products-upsell .product-item-info {
    margin: 0 15px 0 0;
  }
}
.products-related .product-item-info .field.choice.related,
.products-upsell .product-item-info .field.choice.related {
  width: 100% !important;
  color: #008bba;
  position: relative !important;
  z-index: 2;
}
.products-related .product-item-info .product-item-details strong a.product-item-link,
.products-upsell .product-item-info .product-item-details strong a.product-item-link {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  padding: 30px 0 10px 0;
  display: block;
}
@media only screen and (max-width: 991px) {
  .products-related .product-item-info .product-item-details strong a.product-item-link,
  .products-upsell .product-item-info .product-item-details strong a.product-item-link {
    font-size: 20px;
  }
}
.products-related .product-item-info .product-item-details .related-shortdescription p,
.products-upsell .product-item-info .product-item-details .related-shortdescription p {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 991px) {
  .products-related .product-item-info .product-item-details .related-shortdescription p,
  .products-upsell .product-item-info .product-item-details .related-shortdescription p {
    font-size: 16px;
  }
}
.products-related .product-item-info .related-product-hv,
.products-upsell .product-item-info .related-product-hv {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.products-related .product-item-info .related-product-hv a,
.products-upsell .product-item-info .related-product-hv a {
  padding: 25px 35px 25px 35px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  background-color: #008bba;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .products-related .product-item-info .related-product-hv a,
  .products-upsell .product-item-info .related-product-hv a {
    font-size: 16px;
    padding: 15px 25px 15px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .products-related .product-item-info .related-product-hv a,
  .products-upsell .product-item-info .related-product-hv a {
    font-size: 16px;
    padding: 15px 25px 15px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .products-related .product-item-info .related-product-hv a,
  .products-upsell .product-item-info .related-product-hv a {
    font-size: 16px;
    padding: 15px 15px 15px 15px;
    width: 100%;
  }
}
.products-related .product-item-info:hover,
.products-upsell .product-item-info:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.products-related .product-item-info:hover .related-product-hv,
.products-upsell .product-item-info:hover .related-product-hv {
  display: flex;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
:root .catalog-product-view .product.product-item {
  margin: 0 0 0 0 !important;
}
:root .catalog-product-view .products-related .owl-carousel.products .owl-controls .owl-nav.fullscreen [class*=owl-],
:root .catalog-product-view .products-upsell .owl-carousel.products .owl-controls .owl-nav.fullscreen [class*=owl-] {
  background: #F2F2F2 !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 60px !important;
  height: 60px;
  top: 50% !important;
  margin: -30px 0 0 0;
}
:root .catalog-product-view .products-related .owl-carousel.products .owl-controls .owl-nav.fullscreen [class*=owl-]:before,
:root .catalog-product-view .products-upsell .owl-carousel.products .owl-controls .owl-nav.fullscreen [class*=owl-]:before {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
:root .catalog-product-view .products-related .owl-carousel.products .owl-controls .owl-nav.fullscreen [class*=owl-]:hover,
:root .catalog-product-view .products-upsell .owl-carousel.products .owl-controls .owl-nav.fullscreen [class*=owl-]:hover {
  background: #FFA71A !important;
}
:root .catalog-product-view .products-related .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next,
:root .catalog-product-view .products-upsell .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  :root .catalog-product-view .products-related .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next,
  :root .catalog-product-view .products-upsell .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
    right: 15px !important;
  }
}
:root .catalog-product-view .products-related .owl-carousel.products .owl-controls .owl-dots,
:root .catalog-product-view .products-upsell .owl-carousel.products .owl-controls .owl-dots {
  display: none !important;
}
.ugsage-relatedsec {
  padding: 100px 0 0 0;
  margin: 50px 0 0 0;
  border-top: 1px solid #ddd;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ugsage-relatedsec {
    padding: 50px 0 0 0;
    margin: 50px 0 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .ugsage-relatedsec {
    padding: 30px 0 0 0;
    margin: 0 0 0 0;
  }
}
.ugsage-relatedsec h3.block-title {
  color: #000000;
  font-size: 45px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .ugsage-relatedsec h3.block-title {
    font-size: 28px;
  }
}
.ugsage-relatedsec .block-content.content .action {
  color: #008bba;
  font-weight: 600;
  padding: 0 0 0 10px;
  text-transform: uppercase;
  background: none;
  border: none;
}
.breadcrumbs {
  padding: 40px 0 0 0;
}
.mage-error {
  position: absolute;
  bottom: 0;
}
/**********news*************/
.wordpress-posttype-view .post-list-wrapper .post-list {
  padding: 15px 15px 15px 15px;
}
@media only screen and (max-width: 767px) {
  .wordpress-posttype-view .post-list-wrapper .post-list {
    padding: 0 0 0 0;
  }
}
.wordpress-posttype-view .post-list-wrapper .post-list .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 30px 30px 30px 30px;
}
@media only screen and (max-width: 767px) {
  .wordpress-posttype-view .post-list-wrapper .post-list .item {
    margin: 0 0 20px 0;
    padding: 30px 20px 30px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wordpress-posttype-view .post-list-wrapper .post-list .item .post-list-item h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .wordpress-posttype-view .post-list-wrapper .post-list .item .post-list-item h2 {
    font-size: 20px;
  }
}
.wordpress-posttype-view .post-list-wrapper .post-list .item .post-image {
  margin: 0 0 30px 0;
}
.wordpress-posttype-view .post-list-wrapper .post-list .item .post-image a {
  display: block;
}
.wordpress-posttype-view .post-list-wrapper .post-list .item .post-image a img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.wordpress-posttype-view .post-list-wrapper .post-list .item .post-meta {
  margin: 0 0 0 0;
}
.wordpress-posttype-view .post-list-wrapper .post-list .item .post-meta .post-categories {
  margin: 0 0 20px 0;
}
.wordpress-posttype-view .post-list-wrapper .post-list .item .post-meta .post-tags {
  margin: 0 0 20px 0;
}
.wordpress-posttype-view .post-list-wrapper .pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wordpress-posttype-view .post-list-wrapper .pager .toolbar-amount {
  padding: 0 0 0 0;
}
.wordpress-posttype-view .post-list-wrapper .pager .pages {
  padding: 0 0 0 15px;
}
.wordpress-posttype-view .post-list-wrapper .pager .pages .pages-items .item {
  font-size: 16px;
  color: #000000;
}
.wordpress-posttype-view .post-list-wrapper .pager .pages .pages-items .item.current strong span {
  font-size: 16px;
}
.wordpress-posttype-view .page-title-wrapper .page-title {
  margin: 0 0 20px 0;
}
.wordpress-post-view .page-main .columns .post-view .post-entry .post-image {
  display: inline-block;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 30px;
}
.wordpress-post-view .page-main .columns .post-view .comments-wrapper form {
  margin: 30px auto 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 0 30px 30px 30px;
  max-width: 75%;
}
@media only screen and (max-width: 767px) {
  .wordpress-post-view .page-main .columns .post-view .comments-wrapper form {
    max-width: 100%;
  }
}
.wordpress-post-view .page-main .columns .post-view .comments-wrapper form .fieldset .legend {
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px auto;
  font-weight: 600;
  font-size: 20px;
}
.wordpress-post-view .page-main .columns .post-view .post-meta .post-meta-item {
  display: block;
  padding: 0 0 10px 0;
}
/**********news*************/
/**********contact*************/
.contact-index-index .page-main {
  padding: 40px 20px 40px 20px;
  text-align: center;
}
.contact-index-index .page-main .form.contact {
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  margin: 0 auto;
  padding: 20px;
}
.contact-index-index .page-main .form.contact .fieldset .legend {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  box-sizing: border-box;
  color: #2d2a32;
  font-size: 26px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
}
.contact-index-index .page-main .form.contact .fieldset .div.mage-error {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .contact-index-index .page-main .form.contact .fieldset .field .label {
    text-align: left !important;
    display: block;
  }
}
/**********contact*************/
/***************search**************/
.catalogsearch-result-index .page-main {
  padding-bottom: 40px;
}
.catalogsearch-result-index .page-main .sidebar.sidebar-additional .block.block-reorder {
  background-color: #008bba;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 45px 20px 45px 20px;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .catalogsearch-result-index .page-main .sidebar.sidebar-additional .block.block-reorder .actions-toolbar .primary {
    float: none !important;
    margin-top: 15px !important;
    display: block !important;
  }
  .catalogsearch-result-index .page-main .sidebar.sidebar-additional .block.block-reorder .secondary .action.view {
    float: none !important;
    margin-top: 15px !important;
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  .catalogsearch-result-index .page-main .sidebar.sidebar-additional {
    width: 100%;
  }
}
.catalogsearch-result-index .page-main .sidebar.sidebar-additional .product-items.product-items-names .product-item .product-item-name .product-item-link {
  color: #ffffff;
}
.catalogsearch-result-index .page-main .sidebar.sidebar-additional .secondary {
  display: block;
  float: none;
}
.catalogsearch-result-index .page-main .sidebar.sidebar-additional .secondary .action.view {
  background-color: #ffffff;
  color: #000000;
  padding: 15px 20px 15px 20px;
  width: 100%;
  margin-top: 20px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .catalogsearch-result-index .page-main .sidebar.sidebar-additional .secondary .action.view {
    width: auto;
    padding: 15px 30px 15px 30px;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .page-main .sidebar.sidebar-additional .secondary .action.view {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .catalogsearch-result-index .page-wrapper .column.main {
    width: 100% !important;
    float: none !important;
    padding-left: 0;
  }
}
/**/
/** Cart Page **/
/* Less Document */
.cart-container .cart-summary,
.checkout-cart-index .cart-container .cart-summary,
.amasty_quote-cart-index .cart-container .cart-summary {
  padding: 35px;
  background-color: #008bba;
  border: none;
  color: #ffffff;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .cart-container .cart-summary,
  .checkout-cart-index .cart-container .cart-summary,
  .amasty_quote-cart-index .cart-container .cart-summary {
    padding: 35px 20px;
  }
}
.cart-container .cart-summary .summary.title,
.checkout-cart-index .cart-container .cart-summary .summary.title,
.amasty_quote-cart-index .cart-container .cart-summary .summary.title {
  display: block;
  margin: 0 auto 30px;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  font-style: normal;
  color: #ffffff;
  text-align: left;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .cart-container .cart-summary .summary.title,
  .checkout-cart-index .cart-container .cart-summary .summary.title,
  .amasty_quote-cart-index .cart-container .cart-summary .summary.title {
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-container .cart-summary .summary.title,
  .checkout-cart-index .cart-container .cart-summary .summary.title,
  .amasty_quote-cart-index .cart-container .cart-summary .summary.title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .cart-container .cart-summary .summary.title,
  .checkout-cart-index .cart-container .cart-summary .summary.title,
  .amasty_quote-cart-index .cart-container .cart-summary .summary.title {
    font-size: 20px;
    line-height: 26px;
  }
}
.cart-container .cart-summary .cart-totals,
.checkout-cart-index .cart-container .cart-summary .cart-totals,
.amasty_quote-cart-index .cart-container .cart-summary .cart-totals {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  border: none;
}
.cart-container .cart-summary .cart-totals .table-wrapper .table tr,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr,
.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr {
  border-bottom: 1px solid #2DADD8;
}
.cart-container .cart-summary .cart-totals .table-wrapper .table tr th,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr th,
.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr th,
.cart-container .cart-summary .cart-totals .table-wrapper .table tr td,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr td,
.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr td {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  font-style: normal;
  color: #ffffff;
  text-align: left;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .cart-container .cart-summary .cart-totals .table-wrapper .table tr th,
  .checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr th,
  .amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr th,
  .cart-container .cart-summary .cart-totals .table-wrapper .table tr td,
  .checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr td,
  .amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr td {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-container .cart-summary .cart-totals .table-wrapper .table tr th,
  .checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr th,
  .amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr th,
  .cart-container .cart-summary .cart-totals .table-wrapper .table tr td,
  .checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr td,
  .amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr td {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .cart-container .cart-summary .cart-totals .table-wrapper .table tr th,
  .checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr th,
  .amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr th,
  .cart-container .cart-summary .cart-totals .table-wrapper .table tr td,
  .checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr td,
  .amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr td {
    font-size: 14px;
    line-height: 20px;
  }
}
.cart-container .cart-summary .cart-totals .table-wrapper .table tr td,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr td,
.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr td {
  text-align: right !important;
}
.cart-container .cart-summary .cart-totals .table-wrapper .table tr:last-child,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr:last-child,
.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper .table tr:last-child {
  border-bottom: none;
}
.cart-container .cart-summary .quote-details,
.checkout-cart-index .cart-container .cart-summary .quote-details,
.amasty_quote-cart-index .cart-container .cart-summary .quote-details {
  display: block;
  margin: 50px auto 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  border: none;
}
.cart-container .cart-summary .quote-details .title,
.checkout-cart-index .cart-container .cart-summary .quote-details .title,
.amasty_quote-cart-index .cart-container .cart-summary .quote-details .title {
  display: block;
  margin: 0 auto 30px;
  padding: 0 0 10px 0;
  width: 100%;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid #2DADD8;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  font-style: normal;
  color: #ffffff;
  text-align: left;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .cart-container .cart-summary .quote-details .title,
  .checkout-cart-index .cart-container .cart-summary .quote-details .title,
  .amasty_quote-cart-index .cart-container .cart-summary .quote-details .title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-container .cart-summary .quote-details .title,
  .checkout-cart-index .cart-container .cart-summary .quote-details .title,
  .amasty_quote-cart-index .cart-container .cart-summary .quote-details .title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .cart-container .cart-summary .quote-details .title,
  .checkout-cart-index .cart-container .cart-summary .quote-details .title,
  .amasty_quote-cart-index .cart-container .cart-summary .quote-details .title {
    font-size: 14px;
    line-height: 20px;
  }
}
.cart-container .cart-summary .quote-details .fieldset,
.checkout-cart-index .cart-container .cart-summary .quote-details .fieldset,
.amasty_quote-cart-index .cart-container .cart-summary .quote-details .fieldset {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  border: none;
}
.cart-container .cart-summary .quote-details .fieldset .field,
.checkout-cart-index .cart-container .cart-summary .quote-details .fieldset .field,
.amasty_quote-cart-index .cart-container .cart-summary .quote-details .fieldset .field {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  border: none;
}
.cart-container .cart-summary .quote-details .fieldset .field .label,
.checkout-cart-index .cart-container .cart-summary .quote-details .fieldset .field .label,
.amasty_quote-cart-index .cart-container .cart-summary .quote-details .fieldset .field .label {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  font-style: normal;
  color: #ffffff;
  text-align: left;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .cart-container .cart-summary .quote-details .fieldset .field .label,
  .checkout-cart-index .cart-container .cart-summary .quote-details .fieldset .field .label,
  .amasty_quote-cart-index .cart-container .cart-summary .quote-details .fieldset .field .label {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-container .cart-summary .quote-details .fieldset .field .label,
  .checkout-cart-index .cart-container .cart-summary .quote-details .fieldset .field .label,
  .amasty_quote-cart-index .cart-container .cart-summary .quote-details .fieldset .field .label {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .cart-container .cart-summary .quote-details .fieldset .field .label,
  .checkout-cart-index .cart-container .cart-summary .quote-details .fieldset .field .label,
  .amasty_quote-cart-index .cart-container .cart-summary .quote-details .fieldset .field .label {
    font-size: 14px;
    line-height: 20px;
  }
}
.cart-container .cart-summary .quote-details .fieldset .field .control,
.checkout-cart-index .cart-container .cart-summary .quote-details .fieldset .field .control,
.amasty_quote-cart-index .cart-container .cart-summary .quote-details .fieldset .field .control {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  border: none;
}
.cart-container .cart-summary .quote-details .fieldset .field .control textarea,
.checkout-cart-index .cart-container .cart-summary .quote-details .fieldset .field .control textarea,
.amasty_quote-cart-index .cart-container .cart-summary .quote-details .fieldset .field .control textarea {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  font-style: normal;
  color: #ffffff;
  text-align: left;
  border-bottom: 1px solid #2DADD8;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.cart-container .cart-summary .checkout-methods-items,
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items,
.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items {
  display: block;
  margin: 40px auto 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  border: none;
}
.cart-container .cart-summary .checkout-methods-items .action.primary.checkout:hover,
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .action.primary.checkout:hover,
.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .action.primary.checkout:hover {
  background-color: #ffa71a;
  border-color: #ffa71a;
  color: #000000;
}
.cart-container .cart-summary .checkout-methods-items .amquote-addto-button.amasty-quote-link,
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .amquote-addto-button.amasty-quote-link,
.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .amquote-addto-button.amasty-quote-link {
  background-color: #ffa71a;
  border-color: #ffa71a;
  color: #000000;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
}
.cart-container .cart-summary .checkout-methods-items .amquote-addto-button.amasty-quote-link:hover,
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .amquote-addto-button.amasty-quote-link:hover,
.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .amquote-addto-button.amasty-quote-link:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .cart-container .cart-summary,
  .checkout-cart-index .cart-container .cart-summary,
  .amasty_quote-cart-index .cart-container .cart-summary {
    width: 33%;
  }
  .cart-container .form-cart,
  .checkout-cart-index .cart-container .form-cart,
  .amasty_quote-cart-index .cart-container .form-cart {
    width: 67%;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .cart-container .cart-summary,
  .checkout-cart-index .cart-container .cart-summary,
  .amasty_quote-cart-index .cart-container .cart-summary {
    width: 100%;
    float: none;
    margin: 0 auto 30px;
    position: relative;
    top: 0 !important;
  }
  .cart-container .form-cart,
  .checkout-cart-index .cart-container .form-cart,
  .amasty_quote-cart-index .cart-container .form-cart {
    width: 100%;
    float: none;
    margin: 0 auto 0;
  }
}
.cart-container .cart-summary .block > .title,
.checkout-cart-index .cart-container .cart-summary .block > .title,
.amasty_quote-cart-index .cart-container .cart-summary .block > .title {
  border-top: 1px solid #2DADD8;
  padding-top: 15px;
}
.cart-container .cart-summary .block > .title:after,
.checkout-cart-index .cart-container .cart-summary .block > .title:after,
.amasty_quote-cart-index .cart-container .cart-summary .block > .title:after {
  top: 14px;
}
.cart-container #block-summary .fieldset,
.checkout-cart-index .cart-container #block-summary .fieldset,
.amasty_quote-cart-index .cart-container #block-summary .fieldset {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  border: none;
  color: #ffffff;
}
.cart-container #block-summary .fieldset .field.note,
.checkout-cart-index .cart-container #block-summary .fieldset .field.note,
.amasty_quote-cart-index .cart-container #block-summary .fieldset .field.note {
  color: #ffffff;
}
.cart-container #block-summary .fieldset .field:not(.choice) > .label,
.checkout-cart-index .cart-container #block-summary .fieldset .field:not(.choice) > .label,
.amasty_quote-cart-index .cart-container #block-summary .fieldset .field:not(.choice) > .label,
.cart-container #block-summary .fieldset .field > .label,
.checkout-cart-index .cart-container #block-summary .fieldset .field > .label,
.amasty_quote-cart-index .cart-container #block-summary .fieldset .field > .label {
  color: #ffffff;
}
.cart-container #block-summary .fieldset .field .control select,
.checkout-cart-index .cart-container #block-summary .fieldset .field .control select,
.amasty_quote-cart-index .cart-container #block-summary .fieldset .field .control select,
.cart-container #block-summary .fieldset .field .control .input-text,
.checkout-cart-index .cart-container #block-summary .fieldset .field .control .input-text,
.amasty_quote-cart-index .cart-container #block-summary .fieldset .field .control .input-text {
  color: #ffffff;
  border-color: #ffffff;
}
.cart-container #block-summary .fieldset .field .control select option,
.checkout-cart-index .cart-container #block-summary .fieldset .field .control select option,
.amasty_quote-cart-index .cart-container #block-summary .fieldset .field .control select option,
.cart-container #block-summary .fieldset .field .control .input-text option,
.checkout-cart-index .cart-container #block-summary .fieldset .field .control .input-text option,
.amasty_quote-cart-index .cart-container #block-summary .fieldset .field .control .input-text option {
  color: #000000;
}
.cart-container .block.discount .fieldset .field:not(.choice) > .label,
.checkout-cart-index .cart-container .block.discount .fieldset .field:not(.choice) > .label,
.amasty_quote-cart-index .cart-container .block.discount .fieldset .field:not(.choice) > .label,
.cart-container .block.discount .input-text,
.checkout-cart-index .cart-container .block.discount .input-text,
.amasty_quote-cart-index .cart-container .block.discount .input-text {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.cart-container .block.discount .input-text:focus,
.checkout-cart-index .cart-container .block.discount .input-text:focus,
.amasty_quote-cart-index .cart-container .block.discount .input-text:focus {
  border-color: #ffffff !important;
}
.cart-container .block.discount .input-text::-webkit-input-placeholder,
.checkout-cart-index .cart-container .block.discount .input-text::-webkit-input-placeholder,
.amasty_quote-cart-index .cart-container .block.discount .input-text::-webkit-input-placeholder {
  color: #ffffff;
}
.cart-container .block.discount .input-text::-moz-placeholder,
.checkout-cart-index .cart-container .block.discount .input-text::-moz-placeholder,
.amasty_quote-cart-index .cart-container .block.discount .input-text::-moz-placeholder {
  color: #ffffff;
}
.cart-container .block.discount .input-text:-ms-input-placeholder,
.checkout-cart-index .cart-container .block.discount .input-text:-ms-input-placeholder,
.amasty_quote-cart-index .cart-container .block.discount .input-text:-ms-input-placeholder {
  color: #ffffff;
}
.cart-container .block.discount .input-text:-moz-placeholder,
.checkout-cart-index .cart-container .block.discount .input-text:-moz-placeholder,
.amasty_quote-cart-index .cart-container .block.discount .input-text:-moz-placeholder {
  color: #ffffff;
}
.cart-container .block.discount .action.apply.primary,
.checkout-cart-index .cart-container .block.discount .action.apply.primary,
.amasty_quote-cart-index .cart-container .block.discount .action.apply.primary {
  padding: 15px 25px;
}
.cart-container .cart.table-wrapper,
.checkout-cart-index .cart-container .cart.table-wrapper,
.amasty_quote-cart-index .cart-container .cart.table-wrapper {
  overflow-x: auto;
}
.cart-container .cart.table-wrapper .cart.table thead,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table thead,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table thead {
  background-color: #eaeaea;
  margin: 0 auto 0;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.cart-container .cart.table-wrapper .cart.table thead tr th,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table thead tr th,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table thead tr th {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1620px) {
  .cart-container .cart.table-wrapper .cart.table thead tr th,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table thead tr th,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table thead tr th {
    font-size: 18px;
  }
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item {
  border-color: #cecece;
  padding: 0 0 0 0;
  margin: 0 auto 0;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .product-item-photo,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .product-item-photo,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .product-item-photo {
  border: 1px solid #cecece;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 5px;
  margin-right: 0;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info {
  margin: 0 auto 0;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info td,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info td,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info td {
  padding: 20px 10px 20px 10px;
  vertical-align: middle;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info td.actionsec,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info td.actionsec,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info td.actionsec {
  min-width: 100px;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details {
  padding: 0 0 0 15px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details {
    padding: 0 0 0 70px;
  }
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .product-item-name,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .product-item-name,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .product-item-name {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .product-item-name a,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .product-item-name a,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .product-item-name a {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details p,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details p,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details p {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #9b9b9b;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note-quote,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note-quote,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note-quote {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 0 0 25px;
  font-size: 14px;
  font-weight: 600;
  color: #6c6c6c;
  background-image: url('../images/quote-note.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea {
  display: block;
  width: 100%;
  margin: 0 auto 0;
  padding: 10px 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  color: #333333;
  text-align: left;
  background-color: transparent;
  min-height: 70px;
  border: 1px solid #000000;
  outline: none;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  border: 1px solid #2d2a32;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea:focus,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea:focus,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea:focus,
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea:active,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea:active,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea:active {
  border-color: #008bba;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea::-webkit-input-placeholder,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea::-webkit-input-placeholder,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea::-webkit-input-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea::-moz-placeholder,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea::-moz-placeholder,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea::-moz-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea:-ms-input-placeholder,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea:-ms-input-placeholder,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea:-ms-input-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea:-moz-placeholder,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea:-moz-placeholder,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .product-item-details .add-note textarea:-moz-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  color: #000000;
}
@media only screen and (min-width: 1620px) {
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price {
    font-size: 18px;
  }
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input {
  border: 1px solid #cecece;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  color: #000000;
  text-align: center;
}
@media only screen and (min-width: 1620px) {
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input {
    font-size: 18px;
  }
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input:focus,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input:focus,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input:focus,
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input:active,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input:active,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input:active {
  border-color: #008bba;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input::-webkit-input-placeholder,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input::-webkit-input-placeholder,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input::-webkit-input-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input::-moz-placeholder,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input::-moz-placeholder,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input::-moz-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input:-ms-input-placeholder,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input:-ms-input-placeholder,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input:-ms-input-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input:-moz-placeholder,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input:-moz-placeholder,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.price .control.price .amquotereq-input:-moz-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .price-excluding-tax .cart-price .price,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .price-excluding-tax .cart-price .price,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .price-excluding-tax .cart-price .price {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  color: #000000;
}
@media only screen and (min-width: 1620px) {
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .price-excluding-tax .cart-price .price,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .price-excluding-tax .cart-price .price,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .price-excluding-tax .cart-price .price {
    font-size: 18px;
  }
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text {
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  color: #000000;
  text-align: center;
  padding: 5px;
  width: 35px;
}
@media only screen and (min-width: 1620px) {
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text {
    font-size: 18px;
  }
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text:focus,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text:focus,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text:focus,
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text:active,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text:active,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text:active {
  border-color: #008bba;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text::-webkit-input-placeholder,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text::-webkit-input-placeholder,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text::-webkit-input-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text::-moz-placeholder,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text::-moz-placeholder,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text::-moz-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text:-ms-input-placeholder,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text:-ms-input-placeholder,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text:-ms-input-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text:-moz-placeholder,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text:-moz-placeholder,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .input-text:-moz-placeholder {
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .quantity-minus,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .quantity-minus,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .quantity-minus,
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .quantity-plus,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .quantity-plus,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .quantity-plus {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 14px;
  color: #000000;
  border: 1px solid #008bba;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .quantity-minus:hover,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .quantity-minus:hover,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .quantity-minus:hover,
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .quantity-plus:hover,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .quantity-plus:hover,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .field.qty .control.qty .quantity-plus:hover {
  background-color: #eaeaea;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.item,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.item,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.item {
    display: block;
    width: 100%;
  }
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.price.qty,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.price.qty,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.price.qty,
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.qty,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.qty,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.qty,
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.subtotal,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.subtotal,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.subtotal,
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.actionsec,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.actionsec,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.actionsec {
    display: block;
    width: 50%;
  }
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.price,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.price,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.price {
    width: 50%;
    text-align: left;
  }
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.qty,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.qty,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.qty {
    width: 50%;
    text-align: left;
  }
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.qty .control.qty,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.qty .control.qty,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.qty .control.qty {
    justify-content: flex-start;
  }
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.subtotal,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.subtotal,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.subtotal {
    width: 50%;
    text-align: left;
  }
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.actionsec,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.actionsec,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .item-info .col.actionsec {
    width: 50%;
    overflow: hidden;
    text-align: left;
  }
}
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .actions-toolbar .action.action-edit,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .actions-toolbar .action.action-edit,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .actions-toolbar .action.action-edit,
.cart-container .cart.table-wrapper .cart.table tbody.cart.item .actions-toolbar .action.action-delete,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .actions-toolbar .action.action-delete,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .actions-toolbar .action.action-delete {
  background: none;
  border: none;
}
@media only screen and (max-width: 1024px) {
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .actions-toolbar .action.action-edit,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .actions-toolbar .action.action-edit,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .actions-toolbar .action.action-edit,
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .actions-toolbar .action.action-delete,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .actions-toolbar .action.action-delete,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .actions-toolbar .action.action-delete {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .actions-toolbar .action.action-edit,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .actions-toolbar .action.action-edit,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .actions-toolbar .action.action-edit,
  .cart-container .cart.table-wrapper .cart.table tbody.cart.item .actions-toolbar .action.action-delete,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .actions-toolbar .action.action-delete,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table tbody.cart.item .actions-toolbar .action.action-delete {
    margin-right: 10px;
  }
}
.cart-container .cart.table-wrapper .cart.table .items thead + .item,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.table .items thead + .item,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.table .items thead + .item {
  border-top: none !important;
}
.cart-container .cart.main.actions .action,
.checkout-cart-index .cart-container .cart.main.actions .action,
.amasty_quote-cart-index .cart-container .cart.main.actions .action {
  display: inline-block;
  margin: 0 0 15px 0 !important;
  width: auto;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #000000;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  vertical-align: middle;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
@media only screen and (min-width: 1620px) {
  .cart-container .cart.main.actions .action,
  .checkout-cart-index .cart-container .cart.main.actions .action,
  .amasty_quote-cart-index .cart-container .cart.main.actions .action {
    font-size: 22px;
  }
}
.cart-container .cart.main.actions .action:hover,
.checkout-cart-index .cart-container .cart.main.actions .action:hover,
.amasty_quote-cart-index .cart-container .cart.main.actions .action:hover {
  background-color: #008bba;
  color: #ffffff;
  border: 1px solid #008bba;
}
.cart-container .cart.main.actions .action:focus,
.checkout-cart-index .cart-container .cart.main.actions .action:focus,
.amasty_quote-cart-index .cart-container .cart.main.actions .action:focus {
  outline: none;
  background-color: #008bba;
  color: #ffffff;
  border: 1px solid #008bba;
}
@media only screen and (min-width: 1200px) and (max-width: 1619px) {
  .cart-container .cart.main.actions .action,
  .checkout-cart-index .cart-container .cart.main.actions .action,
  .amasty_quote-cart-index .cart-container .cart.main.actions .action {
    padding: 15px 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-container .cart.main.actions .action,
  .checkout-cart-index .cart-container .cart.main.actions .action,
  .amasty_quote-cart-index .cart-container .cart.main.actions .action {
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-container .cart.main.actions .action,
  .checkout-cart-index .cart-container .cart.main.actions .action,
  .amasty_quote-cart-index .cart-container .cart.main.actions .action {
    padding: 15px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-container .cart.main.actions .action,
  .checkout-cart-index .cart-container .cart.main.actions .action,
  .amasty_quote-cart-index .cart-container .cart.main.actions .action {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper .block-minicart {
    width: 240px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .block-minicart .actions .primary {
    padding: 0 0 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .block-minicart .actions .primary .action.primary.checkout {
    font-size: 12px;
    padding: 10px 10px 10px 10px;
    width: 100%;
  }
}
/** Checkout Page **/
/* Less Document */
.checkout-index-index .page-main {
  padding: 40px 20px 0 20px;
}
.checkout-index-index .page-main .opc-progress-bar {
  margin-bottom: 60px;
}
.checkout-index-index .page-main .opc-progress-bar .opc-progress-bar-item span {
  font-weight: 700;
  color: #008bba;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .page-main .opc-progress-bar .opc-progress-bar-item span {
    font-size: 16px;
  }
}
.checkout-index-index .page-main .opc-progress-bar .opc-progress-bar-item._active span {
  color: #000000;
}
.checkout-index-index .page-main .opc-progress-bar-item._active:before {
  background-color: #008bba;
}
.checkout-index-index .page-main .opc-progress-bar-item._active > span:before {
  background-color: #008bba;
}
.checkout-index-index .page-main .opc-wrapper .opc .step-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .checkout-index-index .page-main .opc-wrapper .opc .step-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .checkout-index-index .page-main .opc-wrapper .opc .step-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .page-main .opc-wrapper .opc .step-title {
    font-size: 20px;
    padding-bottom: 0;
  }
}
.checkout-index-index .page-main .opc-wrapper .opc .checkout-shipping-address .shipping-address-item.selected-item {
  border-color: #008bba;
}
.checkout-index-index .page-main .opc-wrapper .opc .checkout-shipping-address .shipping-address-item.selected-item:after {
  background-color: #008bba;
}
.checkout-index-index .page-main .opc-wrapper .opc .checkout-shipping-address .new-address-popup .action.action-show-popup {
  background-color: #000000;
  color: #ffffff;
  padding: 15px 30px 15px 30px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.checkout-index-index .page-main .opc-wrapper .opc .checkout-shipping-method .actions-toolbar .primary .button {
  padding: 15px 30px 15px 30px;
}
.checkout-index-index .page-main .opc-wrapper .opc .checkout-shipping-method .step-content {
  margin-bottom: 0;
}
.checkout-index-index .page-main .modal-content .opc-block-summary {
  background-color: #008bba;
  padding: 35px 35px 35px 35px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  color: #ffffff;
  font-weight: 400;
}
.checkout-index-index .page-main .modal-content .opc-block-summary .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 40px;
  padding-bottom: 30px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .checkout-index-index .page-main .modal-content .opc-block-summary .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .checkout-index-index .page-main .modal-content .opc-block-summary .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .page-main .modal-content .opc-block-summary .title {
    font-size: 20px;
  }
}
.checkout-index-index .page-main .modal-content span.value {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .page-main .opc-estimated-wrapper {
    padding: 0 0 20px 0;
  }
}
.checkout-index-index .page-main .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
  background-color: #008bba;
}
.checkout-index-index .page-main .checkout-payment-method .opc-payment .payment-method-content {
  padding-left: 0;
}
.checkout-index-index .page-main .checkout-payment-method .opc-payment .payment-method-content .payment-method-billing-address {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 20px 20px 5px 20px;
  margin: 0 0 25px 0;
  width: 50%;
}
.checkout-index-index .page-main .checkout-payment-method .opc-payment .payment-method-content .opc-payment-additional .payment-option-title {
  padding-left: 0;
}
.checkout-index-index .page-main .checkout-payment-method .opc-payment .payment-method-content .opc-payment-additional .payment-option-title .action.action-toggle {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #008bba;
}
.checkout-index-index .page-main .checkout-payment-method .opc-payment .payment-method-content .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.checkout-index-index .page-main .checkout-payment-method .opc-payment .payment-method-content .opc-payment-additional .payment-option-content .form.form-discount .payment-option-inner .field .control p {
  margin-top: 20px;
}
.checkout-index-index .page-main .checkout-payment-method .opc-payment .payment-method-content .opc-payment-additional .payment-option-content .form.form-discount .payment-option-inner .field .control p span.chars-value {
  color: #008bba;
}
.checkout-index-index .page-main .checkout-payment-method .opc-payment .payment-method-content .actions-toolbar .primary .action.checkout {
  font-size: 16px;
  padding: 15px 30px 15px 30px;
}
.checkout-index-index .page-main .checkout-payment-method .opc-payment-additional.discount-code .payment-option-title.choice {
  padding-left: 0;
}
.checkout-index-index .page-main .checkout-payment-method .opc-payment-additional.discount-code .payment-option-title.choice .action.action-toggle {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #008bba;
}
.checkout-index-index .page-main .opc-block-shipping-information {
  background-color: #eaeaea;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 0 0 0 0;
}
.checkout-index-index .page-main .opc-block-shipping-information .shipping-information {
  padding: 35px 35px 35px 35px;
}
.checkout-index-index .page-main .opc-block-shipping-information .shipping-information-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 20px;
}
.checkout-index-index .page-main .opc-block-shipping-information .shipping-information-content span.value {
  color: #000000;
}
.checkout-index-index .page-main .checkout-payment-method .payment-option-content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.checkout-index-index .page-main .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-apply {
  margin-right: 0;
  background-color: #000000;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
  color: #ffffff;
  border: none;
  font-size: 16px;
  padding: 15px 30px 15px 30px;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .page-main .checkout-payment-method .payment-option {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .page-main .payment-method .payment-method-title.choice {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .page-main .payment-method .payment-method-title.choice label.label {
    margin: 0;
  }
}
.checkout-index-index .modal-inner-wrap .modal-footer .action.secondary {
  border: none;
  background-color: #000000;
  padding: 18px 30px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.checkout-index-index .modal-inner-wrap .modal-footer .action.action-save-address {
  padding: 15px 30px 15px 30px;
  text-transform: capitalize;
  font-size: 16px;
}
.checkout-index-index .top-4box-content {
  display: none;
}
.checkout-index-index .page-header .header.content {
  padding-top: 15px;
  padding-bottom: 15px;
}
/**/
/** Dashboard Page **/
/* Less Document */
.customer-account-login .fieldset > .field:not(.choice) > .label {
  padding-top: 0;
  text-align: left;
  width: 100%;
}
.customer-account-login .action.create.primary {
  border-radius: 70px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
}
.customer-account-login .fieldset.login .actions-toolbar .secondary .action {
  margin-top: 26px;
}
.customer-account-login .login-container .fieldset:after,
.customer-account-login .actions-toolbar {
  margin-left: 0 !important;
}
.customer-account-login .fieldset > .field.choice:before,
.customer-account-login .fieldset > .field.no-label:before {
  display: none;
}
.customer-account-forgotpassword .fieldset > .field:not(.choice) > .label {
  padding-top: 19px;
}
.customer-account-create .fieldset.additional_info {
  display: none;
}
.fieldset > .field:not(.choice) > .label {
  padding-top: 19px;
}
.form-create-account,
.form.password.forget {
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
  margin: 0 auto 0;
  padding: 20px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.form-create-account .fieldset,
.form.password.forget .fieldset {
  margin-bottom: 20px;
}
.form-create-account .fieldset legend,
.form.password.forget .fieldset legend {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  color: #2d2a32;
  text-transform: capitalize;
  margin: 0 auto 20px;
  padding: 0 0 10px 0;
  border-color: #cccccc;
}
.customer-account-create .page-header,
.customer-account-forgotpassword .page-header,
.customer-account-login .page-header {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.customer-account-create .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-login .page-main {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.customer-account-create .page-main .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-main .page-title-wrapper .page-title,
.customer-account-login .page-main .page-title-wrapper .page-title {
  display: block;
  text-align: center;
}
.customer-account-login .login-container .block.block-customer-login,
.customer-account-login .login-container .block.block-new-customer {
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.customer-account-login .login-container .block.block-customer-login .block-title,
.customer-account-login .login-container .block.block-new-customer .block-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  color: #2d2a32;
  text-transform: capitalize;
  margin: 0 0;
  padding: 20px;
  border-color: #cccccc;
}
.customer-account-login .login-container .block.block-customer-login .block-content,
.customer-account-login .login-container .block.block-new-customer .block-content {
  margin: 0 0;
  padding: 20px;
}
.customer-account-login .login-container .block.block-customer-login .fieldset > .field > .control,
.customer-account-login .login-container .block.block-new-customer .fieldset > .field > .control {
  width: 100%;
}
/*******dasboard******/
.account .page-main {
  padding: 40px 20px 40px 20px;
}
.account .page-main .sidebar.sidebar-main {
  background-color: #008bba;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 45px 20px 45px 20px;
}
@media only screen and (max-width: 991px) {
  .account .page-main .sidebar.sidebar-main {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .account .page-main .sidebar.sidebar-main {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .account .page-main .sidebar.sidebar-main .block.block-collapsible-nav {
    top: 0;
  }
}
.account .page-main .sidebar.sidebar-main .block.block-collapsible-nav .block-collapsible-nav-title:after {
  top: 12px;
}
.account .page-main .sidebar.sidebar-main .content.block-collapsible-nav-content {
  background-color: transparent;
  padding: 0 0 0 0;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .account .page-main .sidebar.sidebar-main .content.block-collapsible-nav-content {
    background-color: #008bba;
    padding: 20px;
  }
}
.account .page-main .sidebar.sidebar-main .content.block-collapsible-nav-content .nav.items li a,
.account .page-main .sidebar.sidebar-main .content.block-collapsible-nav-content .nav.items li strong {
  color: #ffffff;
}
.account .page-main .sidebar.sidebar-main .content.block-collapsible-nav-content .nav.items li a:hover {
  background: #2AA3CC;
}
.account .page-main .sidebar.sidebar-main .content.block-collapsible-nav-content .nav.items li .delimiter {
  border-color: #2aa3cc;
}
.account .page-main .sidebar.sidebar-main .content.block-collapsible-nav-content .nav.items li.current strong {
  border-color: #ffffff;
}
.account .page-main .sidebar.sidebar-main .content.block-collapsible-nav-content .nav.items li.current a {
  border-color: #ffffff;
}
.account .page-main .sidebar.sidebar-additional {
  background-color: #000000;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 45px 20px 45px 20px;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .account .page-main .sidebar.sidebar-additional {
    width: 100%;
  }
}
.account .page-main .sidebar.sidebar-additional .block-title strong {
  font-size: 20px;
  font-weight: 600;
}
.account .page-main .sidebar.sidebar-additional .product-items.product-items-names .product-item .product-item-name .product-item-link {
  color: #ffffff;
}
.account .page-main .sidebar.sidebar-additional .actions-toolbar {
  max-width: 100%;
}
.account .page-main .sidebar.sidebar-additional .actions-toolbar .primary {
  display: block;
  float: none;
}
.account .page-main .sidebar.sidebar-additional .actions-toolbar .primary button {
  background-color: #008bba;
  padding: 15px 20px 15px 20px;
  width: 100%;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .account .page-main .sidebar.sidebar-additional .actions-toolbar .primary button {
    width: auto;
    padding: 15px 30px 15px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .account .page-main .sidebar.sidebar-additional .actions-toolbar .primary button {
    margin: 0;
  }
}
.account .page-main .sidebar.sidebar-additional .actions-toolbar .secondary {
  display: block;
  float: none;
}
.account .page-main .sidebar.sidebar-additional .actions-toolbar .secondary .action.view {
  background-color: #ffffff;
  color: #000000;
  padding: 15px 20px 15px 20px;
  width: 100%;
  margin-top: 20px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .account .page-main .sidebar.sidebar-additional .actions-toolbar .secondary .action.view {
    width: auto;
    padding: 15px 30px 15px 30px;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .account .page-main .sidebar.sidebar-additional .actions-toolbar .secondary .action.view {
    margin-top: 0;
  }
}
.account .page-main .sidebar.sidebar-additional .block.block-reorder {
  margin-bottom: 0;
}
.account .page-main .column.main {
  width: calc(75.7%) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 45px 45px 45px 45px;
}
@media only screen and (max-width: 991px) {
  .account .page-main .column.main {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .account .page-main .column.main {
    padding: 25px;
    margin-top: 30px;
  }
}
.account .page-main .column.main .page-title-wrapper h1.page-title {
  margin-top: 0;
}
.account .page-main .column.main .box.box-information,
.account .page-main .column.main .box.box-newsletter,
.account .page-main .column.main .box.box-billing-address,
.account .page-main .column.main .box.box-shipping-address {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  padding: 25px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
.account .page-main .column.main .box.box-information .box-actions,
.account .page-main .column.main .box.box-newsletter .box-actions,
.account .page-main .column.main .box.box-billing-address .box-actions,
.account .page-main .column.main .box.box-shipping-address .box-actions {
  border-top: solid 1px #C2C2C2;
  margin-top: 15px;
  padding-top: 15px;
}
.account .page-main .column.main .box.box-information .box-actions .action.edit,
.account .page-main .column.main .box.box-newsletter .box-actions .action.edit,
.account .page-main .column.main .box.box-billing-address .box-actions .action.edit,
.account .page-main .column.main .box.box-shipping-address .box-actions .action.edit {
  position: relative;
  padding-left: 30px;
}
.account .page-main .column.main .box.box-information .box-actions .action.edit:before,
.account .page-main .column.main .box.box-newsletter .box-actions .action.edit:before,
.account .page-main .column.main .box.box-billing-address .box-actions .action.edit:before,
.account .page-main .column.main .box.box-shipping-address .box-actions .action.edit:before {
  position: absolute;
  content: '';
  background-image: url('../images/message-edit.svg');
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.account .page-main .column.main .box.box-information .box-actions .action.change-password {
  position: relative;
  padding-left: 30px;
  float: right;
}
.account .page-main .column.main .box.box-information .box-actions .action.change-password:before {
  position: absolute;
  content: '';
  background-image: url('../images/key.svg');
  width: 24px;
  height: 24px;
  left: 0;
  top: -2px;
}
.account .page-main .column.main .block .block-title strong {
  font-weight: 600;
}
.account .page-main .column.main .block.block-dashboard-orders .block-title.order .action.view {
  color: #008bba;
  font-weight: 600;
}
.account .page-main .column.main .block.block-dashboard-addresses .block-title .action.edit {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  float: right;
}
@media only screen and (max-width: 767px) {
  .account .page-main .column.main .block.block-dashboard-addresses .block-title .action.edit {
    float: none;
    display: block;
    margin: 10px 0 0 0;
  }
}
.account .page-main .column.main .block.block-dashboard-addresses .block-title .action.edit:before {
  position: absolute;
  content: '';
  background-image: url('../images/location.svg');
  width: 24px;
  height: 24px;
  left: 0;
  top: -2px;
}
.account .page-main .box.box-address-billing,
.account .page-main .box.box-address-shipping {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  padding: 25px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
.account .page-main .box.box-address-billing .box-actions,
.account .page-main .box.box-address-shipping .box-actions {
  border-top: solid 1px #C2C2C2;
  margin-top: 15px;
  padding-top: 15px;
}
.account .page-main .form .fieldset .legend {
  margin: 0 0 20px 0;
  font-weight: 600;
}
.account .page-main .form .actions-toolbar .primary button {
  font-size: 16px;
  padding: 15px 30px 15px 30px;
}
.account .page-main .items.order-links .nav {
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .account .page-main .items.order-links .nav {
    font-size: 12px;
    margin-right: 10px;
  }
}
.account .page-main .items.order-links .nav.current {
  background-color: #008bba;
  padding: 10px 20px 10px 20px;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .account .page-main .items.order-links .nav.current {
    padding: 5px 5px 5px 5px;
  }
}
.account .page-main .form.form-newsletter-manage .fieldset .field.choice:before {
  display: none;
}
.account .page-main .form.form-newsletter-manage .actions-toolbar {
  margin-left: 0;
}
/*******dasboard******/
@media only screen and (max-width: 991px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
._error .order-comment-input {
  outline: none;
  border: 2px solid #ed8380;
}
._error .order-comment-input:focus {
  outline: none;
  border: 2px solid #ed8380;
  box-shadow: 0 0 3px #ed8380;
}
.um-remaining-chars {
  display: block;
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  z-index: 1;
  margin-top: -5px;
}
.um-remaining-chars .chars-value {
  color: #ff5501;
  font-weight: 700;
}
.checkout-payment-method .payment-option._collapsible.comment .payment-option-content {
  display: block;
}
.extend_1,
.owl-carousel.products .owl-controls .owl-nav .owl-prev,
.owl-carousel.products .owl-controls .owl-nav .owl-next,
.owl-carousel.products .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
  font-size: 0;
}
.products.products-grid,
.custom-slider {
  position: relative;
  padding: 0 0 20px;
}
.owl-carousel.products {
  display: none;
  width: 100%;
  position: relative;
  z-index: 0;
}
.owl-carousel.products .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel.products .owl-animated-in {
  z-index: 0;
}
.owl-carousel.products .owl-animated-out {
  z-index: 1;
}
.owl-carousel.products .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel.products .owl-stage {
  position: relative;
}
.owl-carousel.products .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel.products .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev {
  width: 40px !important;
  top: 0 !important;
  left: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
  width: 40px !important;
  top: 0 !important;
  right: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next:hover {
  background: none transparent !important;
}
.owl-carousel.products.owl-loaded {
  display: block;
}
.owl-carousel.products.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.products.owl-hidden {
  opacity: 0;
}
.owl-carousel.products .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  user-select: none;
}
.owl-carousel.products .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}
.owl-carousel.products .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-item .product-item {
  width: 100% !important;
  margin: 10px;
}
.owl-carousel.products .owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.products.owl-rtl {
  direction: rtl;
}
.owl-carousel.products.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.products .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel.products .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../../../../frontend/Magento/blank/en_GB/WeltPixel_OwlCarouselSlider/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}
.owl-carousel.products .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel.products .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel.products .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel.products .owl-refresh .owl-item {
  display: none;
}
.owl-carousel.products.owl-text-select-on .owl-item {
  user-select: auto;
}
.owl-carousel.products .banner-item .content_slider {
  position: absolute;
  top: 25%;
  left: 50px;
  width: calc(100% - 120px);
  z-index: 1;
  color: #ffffff;
}
.owl-carousel.products .banner-item .content_slider .banner-title {
  width: 100%;
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  clear: both;
}
.owl-carousel.products .banner-item .content_slider .banner-description {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}
.owl-carousel.products .banner-item .content_slider .buttons {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
}
.owl-carousel.products .banner-item .content_slider .buttons a.action.primary {
  margin: 10px;
}
.owl-carousel.products .banner-item .content_slider .buttons .custom_content {
  margin: 10px 0 0;
  text-align: center;
}
.owl-carousel.products .product-item-details {
  float: left;
  width: 100%;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-theme.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme.owl-carousel .owl-controls .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border: 1px solid #d6d6d6;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme.owl-carousel .owl-controls .owl-dot:hover span {
  background: #000000;
}
.owl-theme.owl-carousel .owl-controls .owl-dot.active span {
  background: #000000;
  border: 1px solid #000000;
}
.owl-theme.owl-carousel .product .price-container .price {
  padding-right: 3px;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 0px;
  margin: calc(-@size / 2) 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: 15px;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: black;
  text-indent: 0;
  border-top: none;
  transform: rotate(360deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: 15px;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: black;
  border-top: none;
  transform: rotate(180deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  background-color: #ffffff;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
[class*=owl-carousel-products-] .owl-theme .owl-dots {
  position: relative;
  bottom: -20px;
}
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:after {
  background: #000000;
}
.no-js .owl-carousel {
  display: block;
}
#pre-div-ajax {
  position: relative;
  top: 80px;
}
#pre-div {
  background-color: #ffffff;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
#pre-div .cssload-loader {
  position: relative;
  left: calc(50% - 31px);
  top: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
}
#pre-div .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#pre-div .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #000000;
}
#pre-div .catalog-product-view .product-items .product-item-actions .actions-secondary {
  display: inline-block !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.catalog-product-view.theme-pearl .column.main .block-content.content .block-actions .action.select {
  font-size: 18px;
}
.catalog-product-view .column.main .block-content.content .block-actions .action.select {
  margin-left: 10px;
}
.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related {
  width: 80px;
  margin: 0 auto;
  float: none;
  position: static;
}
/* Mixins */
.css-code-ie-edge {
  /* IE10+ Edge CSS styles go here */
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 5px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e608" !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  overflow: visible !important;
  right: 30px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 42px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
  left: 45px;
}
.css-code-ie-edge [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
  right: -55px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  background: transparent !important;
  color: #fff !important;
}
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
  color: black !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@supports (-ms-ime-align:auto) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .amquote-addto-button {
    width: 49%;
  }
  .amquote-action-wrap .action.tocart {
    width: 48%;
  }
  .amquote-cart-wrapper.minicart-wrapper {
    margin-bottom: 0;
    margin-right: 0;
  }
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
    margin: 0 5px 0 20px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart {
    width: 390px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart:after,
  .amquote-cart-wrapper.minicart-wrapper .block-minicart:before {
    transform: none;
  }
  .quote-details {
    padding: 0;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    flex-basis: auto;
  }
  .amasty_quote-cart-index .cart.main.actions .action:not(:last-child):not(:first-child) {
    margin: 0 5px 0 0;
  }
  .amasty_quote-cart-index .cart.main.actions button.action:not(:first-child):last-of-type {
    margin: 0;
  }
  html.ie8,
  html.ie9,
  html.ie10,
  html.ie11 {
    height: auto;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .widget-blog-posts ol.post-list li.item {
    width: calc((100% - (2% * (4 - 1))) / 4);
  }
  .widget-blog-posts ol.post-list li.item:nth-child(2n + 1) {
    clear: none;
    margin-left: 2%;
  }
  .widget-blog-posts ol.post-list li.item:nth-child(4n + 1) {
    clear: left;
    margin-left: 0 !important;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
.block.crosssell .owl-stage .owl-item .product-item {
  width: 89% !important;
}
.block.crosssell .owl-stage .owl-item .product-item .product-item-actions {
  text-align: center;
}
.block.crosssell .owl-stage .owl-item .product-item .product-item-actions .actions-primary {
  display: block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.catalog-category-view .products-list .product-item-details .qty {
  width: 50px;
  text-align: center;
  margin: 0 10px;
}
.catalog-category-view .products-list .amquote-addto-button {
  max-width: 200px;
}
.catalog-category-view .products-list .please_login_link {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px;
  float: none;
  border: 2px none #222;
  background-color: #158bb8;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
