@charset "UTF-8";
/* Base */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
  font-size: 20px;
  font-weight: 700;
  color: #21293c;
  margin-bottom: 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-main {
  position: relative;
  z-index: 1;
}

.block-title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Page title */
.page-main > .page-title-wrapper .page-title {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  margin: 0;
  margin-bottom: 30px;
  display: block;
}

.account .page-wrapper .page-main .page-title-wrapper .page-title {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  margin: 0;
  margin-bottom: 30px;
  display: block;
}

/* Block */
.home-introduce h3 {
  font-size: 16px;
  color: #2b2b2d;
  line-height: 22px;
  margin: 0 0 10px 0;
}
.home-introduce h4 {
  font-size: 14px;
  color: #2b2b2d;
  line-height: 20px;
  margin: 0 0 10px 0;
}
.home-introduce p {
  font-size: 13px;
  color: #687176;
  line-height: 22px;
  margin-bottom: 5px;
}
.home-introduce ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
}
.home-introduce ol li {
  font-size: 13px;
  color: #687176;
  line-height: 24px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .home-introduce {
    padding-top: 30px;
  }
}

.breadcrumbs .item {
  line-height: 30px;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs li.home a {
  width: 15px;
  display: inline-block;
  text-indent: 30px;
  line-height: 30px;
  overflow: hidden;
  float: left;
  position: relative;
}
.breadcrumbs li.home a:after {
  content: "";
  font-family: "porto-icons";
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}

.page-wrapper > .breadcrumbs {
  padding: 5px 0 5px;
  margin-bottom: -15px;
  margin-top: -10px;
}
.page-wrapper > .breadcrumbs .items {
  padding: 0 15px;
}

.sidebar {
  /* Sidebar Left */
}
.sidebar > div {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .sidebar.sidebar-main:before {
    content: "";
    position: absolute;
    left: 0;
    right: 22px;
    border: solid 1px #dae2e6;
    top: 0;
    bottom: 0;
    border-radius: 2px;
  }
}
.sidebar.sidebar-main > .block.filter {
  margin-bottom: 0;
  border-bottom: #efefef solid 1px;
}
.sidebar.sidebar-main > .block.filter .options dt {
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #313131;
  line-height: 1;
  padding: 30px 20px 0 20px;
}
@media only screen and (max-width: 768px) {
  .sidebar.sidebar-main > .block.filter .options dt {
    padding-left: 0;
    padding-right: 0;
  }
}
.sidebar.sidebar-main > .block.filter .options dd {
  border: none;
  background: transparent;
  padding: 10px 20px 16px 20px;
}
@media only screen and (max-width: 768px) {
  .sidebar.sidebar-main > .block.filter .options dd {
    padding-left: 0;
    padding-right: 0;
  }
}
.sidebar .sidebar-title {
  padding: 30px 20px 0 20px;
}
@media only screen and (max-width: 768px) {
  .sidebar .sidebar-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.sidebar .sidebar-filterproducts.custom-block {
  border: none;
  background: transparent;
  padding: 10px 20px 26px 20px;
  border-bottom: #efefef solid 1px;
  position: relative;
  z-index: 2;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .sidebar .sidebar-filterproducts.custom-block {
    padding-left: 0;
    padding-right: 0;
  }
}
.sidebar .block-category-list .block-title {
  background: transparent;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #21293c;
  border: none;
  letter-spacing: 0.01em;
  padding: 20px 20px 0 20px;
}
.sidebar .block-category-list .block-content {
  border: none;
  background-color: transparent;
  padding: 10px 20px 26px 20px;
  border-bottom: #efefef solid 1px;
  position: relative;
  z-index: 2;
  border-radius: 0;
}
.sidebar > .block.filter .options dt {
  background: transparent;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #21293c;
  border: none;
  letter-spacing: 0.01em;
  padding: 25px 20px 0 20px;
}

#amprogress {
  visibility: hidden;
}

#confirmBox .amcart-confirm-buttons button {
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: none;
  border-radius: 0;
}
#confirmBox .amcart-confirm-buttons button.am-btn-right {
  background-color: #ef4c24;
}
#confirmBox .added-item {
  color: #ef4c24;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#confirmBox .added-item:hover {
  color: #ef4e25;
}
#confirmBox .amcart-confirm-buttons a {
  color: #ef4c24;
}
#confirmBox .amcart-confirm-buttons a:hover, #confirmBox .amcart-confirm-buttons a:focus, #confirmBox .amcart-confirm-buttons a:active, #confirmBox .amcart-confirm-buttons a:visited {
  color: #ef4e25;
}
#confirmBox .text {
  margin-top: 10px;
}
#confirmBox .text a {
  color: #ef4c24;
}
#confirmBox .text a:hover, #confirmBox .text a:visited, #confirmBox .text a:focus {
  color: #ef4e25;
}
#confirmBox .amcart-qty-wrap > .amcart-input {
  border-radius: 0;
}

#notice-cookie-block.message.global.cookie {
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  max-width: 100%;
  padding: 25px 15px;
}
#notice-cookie-block.message.global.cookie a {
  color: #ef4c24;
}
#notice-cookie-block.message.global.cookie a:hover, #notice-cookie-block.message.global.cookie a:visited, #notice-cookie-block.message.global.cookie a:focus {
  color: #ef4e25;
}
#notice-cookie-block .content {
  max-width: 1110px;
  margin: 0 auto;
}
#notice-cookie-block .content h3 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left !important;
  margin: 0;
  font-size: 2em;
}

/* Site */
.page-wrapper .page-header.type16 .navigation li.level0 {
  color: #575757;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-wrapper .page-header.type16 .navigation li.level0:hover {
  background-color: #ef4c24;
  border-radius: 0;
  color: white;
}

.page-header {
  position: relative;
  z-index: 5;
}
.page-header.type16 .block-search input {
  border-radius: 20px;
}
.page-header.header-newskin .navigation li.level0.fullwidth .submenu a:hover span, .page-header.header-newskin .navigation li.level0.fullwidth .submenu a:focus span, .page-header.header-newskin .navigation li.level0.fullwidth .submenu a:active span, .page-header.header-newskin .navigation li.level0.classic .submenu a:hover span, .page-header.header-newskin .navigation li.level0.classic .submenu a:focus span, .page-header.header-newskin .navigation li.level0.classic .submenu a:active span, .page-header.header-newskin .navigation li.level0.staticwidth .submenu a:hover span, .page-header.header-newskin .navigation li.level0.staticwidth .submenu a:focus span, .page-header.header-newskin .navigation li.level0.staticwidth .submenu a:active span {
  text-decoration: none;
}
.page-header.header-newskin .navigation.sw-megamenu li.level0.classic .submenu a, .page-header.header-newskin .navigation.sw-megamenu li.level0.fullwidth .submenu a, .page-header.header-newskin .navigation.sw-megamenu li.level0.staticwidth .submenu a {
  display: block;
  line-height: 20px;
  overflow: auto;
  text-overflow: inherit;
  white-space: normal;
}

.header {
  /* Content */
}
@media only screen and (max-width: 768px) {
  .header.content .header.links {
    display: none;
  }
}
.header.content > .links {
  border-right: 1px solid #dde0e2;
  display: flex;
  height: 40px;
  justify-content: center;
  line-height: 40px;
  margin: 0;
  margin-top: -20px;
  padding: 0;
  padding-left: 35px;
  padding-right: 30px;
  position: absolute;
  right: 100px;
  top: 50%;
}
.header.content > .links:after {
  color: #ef4c24;
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 30px;
  height: 40px;
  left: 0;
  line-height: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  position: absolute;
  text-align: center;
  top: 0;
}
.header.content > .links > li {
  color: #8E8E8E;
  float: left;
  font-size: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.header.content > .links a {
  color: #8E8E8E;
  font-size: 11px;
  padding: 0;
}
.header.content > .links a:hover {
  color: #ef4c24;
  text-decoration: none !important;
}
.header.content > .links > .customer-welcome {
  padding: 12px 0;
}
.header.content > .links > .customer-welcome ul li {
  padding: 8px 15px;
}
.header.content > .links > .customer-welcome .header.links {
  right: -12px;
}
.header.content > .links > .customer-welcome + .authorization-link {
  display: none;
}
.header.content > .links .customer-menu .header.links a {
  color: #8E8E8E !important;
}

/* sw Megamenu */
.sw-megamenu.navigation > ul .submenu a:hover span {
  color: #ef4c24;
}
.sw-megamenu.navigation > ul .submenu li.level1 > a:hover span {
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .sw-megamenu.navigation > ul > li:first-child .subchildmenu.columns4 > li {
    width: 50%;
  }
  .sw-megamenu.navigation > ul > li:first-child .subchildmenu.columns4 > li > a {
    text-align: center;
  }
  .sw-megamenu.navigation > ul > li:first-child .subchildmenu.columns4 .subchildmenu {
    display: inline-block;
    width: 100%;
  }
  .sw-megamenu.navigation > ul > li:first-child .subchildmenu.columns4 .subchildmenu > li {
    float: left;
    width: 33.33%;
  }
  .sw-megamenu.navigation > ul > li:first-child .subchildmenu.columns4 .subchildmenu > li li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .sw-megamenu.navigation > ul > li:first-child .level1 > .subchildmenu {
    display: flex;
  }
  .sw-megamenu.navigation > ul > li:first-child .level1 > .subchildmenu li {
    flex: 33.33% 0 0;
  }
  .sw-megamenu.navigation > ul > li:first-child .level2 > a:hover span {
    color: #777;
  }
  .sw-megamenu.navigation > ul > li:first-child.staticwidth .subchildmenu.mega-columns > li {
    float: none;
  }
}

/* Flags */
.page-header .switcher strong.view-en {
  background: url("../img/flags/en.png") no-repeat left 2px transparent;
}
.page-header .switcher strong.view-en img {
  visibility: hidden;
}
.page-header .switcher strong.view-sp {
  background: url("../img/flags/sp.png") no-repeat left 2px transparent;
}
.page-header .switcher strong.view-sp img {
  visibility: hidden;
}
.page-header .options .view-en a {
  background: url("../img/flags/en.png") no-repeat 10px 10px transparent;
}
.page-header .options .view-en a img {
  visibility: hidden;
}

/* Header mobile */
@media only screen and (max-width: 768px) {
  .nav-sections .header.links li {
    border: none;
  }
  .nav-sections .header.links li.greet.welcome {
    padding: 0;
  }
  .nav-sections .header.links li.greet.welcome span {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 12px 20px;
  }
  .nav-sections .header.links li a {
    border-bottom: 1px solid #ddd;
  }
}

/* Footer */
.footer {
  color: #A8A8A8;
  font-size: 13px;
  line-height: 20px;
  background: #272723;
}
.footer p {
  color: #A8A8A8;
}
.footer h3,
.footer .block-title {
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.footer .footer-middle a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .footer-middle a:hover {
  color: #ef4c24;
  text-decoration: none;
}

/* Footer Middle */
.footer-middle .block {
  line-height: 20px;
}
.footer-middle ul.links {
  margin: 0 0 20px 0;
}
.footer-middle ul.links li {
  padding: 6px 0;
}
.footer-middle .contact-ft-info strong {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 7px;
  display: inline-block;
  color: white;
  line-height: 100%;
  text-transform: uppercase;
}
.footer-middle .block-bottom {
  border-top: 1px solid #3d3d38;
  text-align: left;
  padding: 27px 0;
  overflow: hidden;
  margin-top: 10px;
}
.footer-middle .block-bottom address {
  padding: 8px 0;
}
@media only screen and (min-width: 768px) {
  .footer-middle .block-bottom .custom-block {
    float: right;
  }
}

.social-icons {
  display: flex;
  margin: 0 0 20px 0;
}
.social-icons a {
  text-indent: 0;
  color: #fff;
  border-radius: 0;
  font-size: 18.6px;
  width: 48px;
  height: 48px;
  text-align: center;
  margin-left: 0;
  line-height: 46px;
  display: block;
  margin-right: 10px;
  background-color: #33332f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icons a:hover {
  opacity: 0.8;
}

/* Page */
/* Homepage slider */
.cms-home {
  /* Homepage bar */
}
.cms-home .top-container {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.cms-home .top-container .block-static-block.widget {
  margin-bottom: 0;
}
.cms-home .page-main {
  margin: 0;
  max-width: 100%;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .cms-home .page-main {
    padding-bottom: 14px;
  }
}
.cms-home .page-title-wrapper {
  margin: 0 15px;
  text-align: center;
}
.cms-home .homepage-bar {
  background: transparent;
}
.cms-home .homepage-bar h3 {
  color: #465157;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.cms-home .homepage-bar .col-lg-4 {
  border: none;
}
.cms-home .homepage-bar [class*=porto-icon-] {
  color: #465157;
  font-size: 37px;
}

/* Welcome image */
.welcome-img {
  margin-top: 20px;
  padding: 0 15px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .welcome-img img {
    height: auto;
    width: auto;
  }
}

/* Single image */
.single-images .row {
  align-items: center;
  justify-content: center;
}
.single-images .col-12 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.single-images .image-link:before {
  display: none;
}
.single-images .image-link img {
  margin: 0 auto;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
  width: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.single-images .image-link:hover img {
  filter: grayscale(100%);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

/* Customer support */
.custom-support {
  background: #f7f7f7;
  margin: 50px 0;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .custom-support {
    margin: 30px 0;
  }
}
.custom-support > div {
  text-align: center;
}
.custom-support > div div.number {
  color: #ef4c24;
  display: block;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 58px;
  margin-bottom: 15px;
}
.custom-support > div div.content {
  margin: 0 50px;
}
.custom-support > div div.content > h2 {
  color: #2b2b2d;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.custom-support > div div.content > p {
  color: #687176;
  font-size: 13px;
  line-height: 24px;
}

.contact-index-index .page-main .page-title-wrapper {
  display: block;
}
.contact-index-index .contact-info a {
  color: #777777;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-index-index .contact-info a:hover {
  color: #ef4c24;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .contact-index-index .contact-info {
    padding-top: 30px;
  }
}

.field input[type=text],
.field input[type=password],
.field input[type=url],
.field input[type=tel],
.field input[type=search],
.field input[type=number],
.field input[type=datetime],
.field input[type=email] {
  border-radius: 0;
}
.field input[type=text]:focus,
.field input[type=password]:focus,
.field input[type=url]:focus,
.field input[type=tel]:focus,
.field input[type=search]:focus,
.field input[type=number]:focus,
.field input[type=datetime]:focus,
.field input[type=email]:focus {
  box-shadow: none;
  outline: none;
  border-color: rgba(239, 76, 36, 0.5);
}
.field textarea {
  border-radius: 0;
}
.field textarea:focus {
  box-shadow: none;
  outline: none;
  border-color: rgba(239, 76, 36, 0.5);
}
.field select {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  height: 38px;
}
.field select:focus {
  box-shadow: none;
  outline: none;
  border-color: rgba(239, 76, 36, 0.5);
}

.primary.action {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  border-radius: 0;
  text-transform: uppercase;
}

#contact-form textarea {
  height: 70px;
  overflow-y: auto;
}
#contact-form .fieldset > .fields > .field:last-child {
  margin: 0 0 18px 0;
}

/* Mini cart item */
.minicart-items .product-item .product-image-container {
  border: none;
}
.minicart-items .product-item .product-image-wrapper {
  border: none;
}
.minicart-items .product-item .product-image-wrapper .product-image-photo {
  max-height: 75px !important;
  width: auto !important;
}

/* Shopping cart */
.item-info .product-image-photo {
  max-height: 150px;
  width: auto;
}

.am-photo-container .product-image-photo {
  bottom: 0;
  width: auto;
}

/* Shipping address */
.checkout-container .opc-progress-bar {
  /* Opc progress bar */
}
@media only screen and (min-width: 768px) {
  .checkout-container .opc-progress-bar {
    display: flex;
  }
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._complete > span {
  color: #ef4c24;
}

.opc-wrapper .step-title {
  color: #ef4c24;
  font-weight: 500;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  display: inline-block;
  margin-bottom: 8px;
}
.opc-wrapper .checkout-billing-address .field-select-billing {
  margin: 20px 0 0 0;
}
.opc-wrapper .checkout-billing-address .billing-address-form {
  border: 1px solid #ddd;
  margin-top: 20px;
  padding: 20px 20px 0 20px;
}
.opc-wrapper .checkout-billing-address span.mandatory {
  display: none;
}
@media only screen and (min-width: 768px) {
  .opc-wrapper .shipping-address-items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }
  .opc-wrapper .shipping-address-item {
    padding-bottom: 60px;
  }
  .opc-wrapper .shipping-address-item .action-select-shipping-item {
    bottom: 20px;
    margin: 0;
    position: absolute;
    right: 18px;
  }
}

.opc-estimated-wrapper .estimated-block .estimated-price {
  color: #ef4c24;
}

.checkout-payment-method .payment-group .payment-method-title {
  border-bottom: 1px solid #ccc;
  border-top: none;
}

.checkout-index-index .modal-popup .fieldset .field .label {
  display: inline-block;
  margin-bottom: 8px;
}

button:not(.primary):hover, button:not(.primary):active, button:not(.primary):focus, button:not(.primary):visited {
  background-color: #ef4c24;
  border-color: #ef4c24;
}

/* Checkout success */
.checkout-success {
  padding: 30px 0;
}

/* Order Summary */
#opc-block-summary .minicart-items .product > .product-image-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
#opc-block-summary .minicart-items .product > .product-image-container img {
  max-height: 65px;
  width: auto;
}

/* Auth link */
.authentication-wrapper button.action-auth-toggle {
  padding: 0 15px;
}
.authentication-wrapper button.action-auth-toggle:hover, .authentication-wrapper button.action-auth-toggle:active, .authentication-wrapper button.action-auth-toggle:focus {
  color: white;
}

/* Order summary */
.opc-block-summary .items-in-cart .product .product-image-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
.opc-block-summary .items-in-cart .product .product-image-container img {
  height: auto;
  max-height: 65px;
  width: auto;
}

/* Remove Appy discount code */
.payments .payment-option.discount-code {
  display: none;
}

.product.name a {
  color: #5b5b5f;
}

.product-item-actions .action.tocompare {
  display: none;
}

.products-list .product-item-details .actions-secondary,
.products-grid .product-item-details .actions-secondary {
  border-radius: 0;
}
.products-list .product-item-photo,
.products-grid .product-item-photo {
  border: none;
}

.products-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
  display: none;
}

.toolbar-products.toolbar select {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  color: #7a7d82;
  font-size: 14px;
  font-weight: 400;
  height: 37px;
  line-height: 31px;
  padding: 0 10px;
  padding-right: 30px;
  text-transform: capitalize;
}
.toolbar-products.toolbar .modes {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  margin-top: 7px;
}
.toolbar-products.toolbar .modes > a {
  border: none;
  color: #21293c;
}
.toolbar-products.toolbar .modes > a:hover {
  background: white;
  color: #21293c;
}
.toolbar-products.toolbar .modes-mode {
  width: 15px;
}
.toolbar-products.toolbar .modes-mode:before {
  font-size: 14px;
}
.toolbar-products.toolbar .modes-mode.active {
  background: white;
  border: none;
  color: #21293c;
}
.toolbar-products .toolbar-sorter .sorter-action:before {
  color: #21293c;
}

/* Pages */
.pages .item a,
.pages .item .page {
  border-radius: 0;
  color: #8E8E8E;
  height: 37px;
  line-height: 31px;
  width: 37px;
}
.pages .item a:hover,
.pages .item .page:hover {
  background: #ef4c24;
  border-color: #ef4c24;
}
.pages .item a:visited,
.pages .item .page:visited {
  color: #ef4c24;
}
.pages .item strong.page {
  background: #ef4c24;
  border-color: #ef4c24;
  color: white;
}

/* Product grid */
.products-grid .product-item-details .product-item-actions.actions .tocart {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.products-grid .product-item-details .product-item-actions.actions .tocart:hover, .products-grid .product-item-details .product-item-actions.actions .tocart:focus, .products-grid .product-item-details .product-item-actions.actions .tocart:visited {
  background-color: #ef4c24 !important;
  border-color: #ef4c24 !important;
  color: white;
}
.products-grid .product-item-details .product-item-actions.actions .actions-secondary:hover {
  background-color: #ef4c24;
  color: white;
}
.products-grid .product-item:hover .product-item-details .product-item-actions.actions .tocart {
  background-color: #ef4c24 !important;
  border-color: #ef4c24 !important;
  color: white !important;
}
.products-grid .product-item-photo {
  align-items: center;
  display: flex;
  height: 200px;
  justify-content: center;
}

/* TTC */
.product-item-details .product-price-tax {
  color: #ef4c24;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.product-item-details .product-price-tax .price {
  color: #ef4c24;
}
.product-item-details .product-price-tax > span {
  margin-right: 5px;
}
.product-item-details .price-final_price > p {
  font-style: italic;
}

/* Sidebar */
.sidebar > .block.filter .item a.current {
  color: #ef4c24;
  font-weight: bold;
}
.sidebar > .block.filter .item a.current + span {
  color: #ef4c24;
  font-weight: bold;
}

.page-products .toolbar-products {
  padding-top: 20px;
}

/* Gallery */
.fotorama__wrap .fotorama__stage {
  border-radius: 0;
}

/* Product info */
.product-info-main .page-title-wrapper h1 {
  font-size: 25px;
  letter-spacing: -0.01em;
  color: #21293c;
  margin: 3px 0 15px;
}
.product-info-main .product.overview {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 27px;
  border-bottom: solid 1px #dae2e6;
}
.product-info-main .product-reviews-summary .reviews-actions a {
  color: #21293c;
}
.product-info-main .product-reviews-summary .reviews-actions a:hover {
  text-decoration: underline;
}
.product-info-main .product-options-bottom,
.product-info-main .product-info-price {
  margin-bottom: 25px;
}
.product-info-main .product-options-bottom .product-price-tax,
.product-info-main .product-info-price .product-price-tax {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
  color: #ef4c24;
  margin-right: 7px;
}
.product-info-main .product-options-bottom .price-container > p,
.product-info-main .product-info-price .price-container > p {
  font-style: italic;
}
.product-info-main .product-options-bottom .price-box .price-container .price,
.product-info-main .product-info-price .price-box .price-container .price {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
  color: #ef4c24;
  margin-right: 7px;
}
.product-info-main .product-options-bottom .price-ttc,
.product-info-main .product-info-price .price-ttc {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
  color: #ef4c24;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
.product-info-main .product-options-bottom .product-info-stock-sku,
.product-info-main .product-info-price .product-info-stock-sku {
  color: #21293c;
}
.product-info-main .box-tocart .fieldset > .field.qty,
.product-info-main .box-tocart .nested.options-list > .field.qty {
  position: relative;
  width: 106px;
}
.product-info-main .box-tocart .qty.field .qty-changer > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 43px;
  width: 30px;
  line-height: 41px;
  text-align: center;
  margin: 0;
  border-radius: 0;
  border-color: #dae2e6;
}
.product-info-main .box-tocart .qty.field .qty-changer > a:hover {
  color: #ef4c24;
}
.product-info-main .box-tocart .qty.field .qty-changer > a:first-child {
  left: auto;
  right: 4px;
}
.product-info-main .box-tocart .qty.field .qty-changer > a .porto-icon-up-dir:before {
  content: "";
}
.product-info-main .box-tocart .qty.field .qty-changer > a .porto-icon-down-dir:before {
  content: "";
}
.product-info-main .box-tocart .input-text.qty {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  height: 43px;
  width: 44px !important;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #61605a;
  margin: 0;
  border-color: #dae2e6;
}
.product-info-main .box-tocart .qty.field .control,
.product-info-main .box-tocart .qty.field .qty-changer {
  margin-left: 29px;
}
.product-info-main .box-tocart .actions {
  margin-right: 5px;
}
.product-info-main .product-social-links {
  border: none;
  display: none;
}

/* Product info detail */
.detailed .product.data.items {
  border: none;
}
.detailed .product.data.items > .item.title {
  padding: 10px 30px 10px 0;
}
@media only screen and (max-width: 768px) {
  .detailed .product.data.items > .item.title {
    padding-right: 0;
  }
}
.detailed .product.data.items > .item.title > .switch {
  font-size: 14px;
  font-weight: 700;
  color: #818692;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  line-height: 30px;
  background: none;
  padding: 0;
}
.detailed .product.data.items > .item.title > .switch:visited {
  color: #c1c1c1;
  text-decoration: none;
}
.detailed .product.data.items > .item.title > .switch:hover {
  color: #818692;
  background: transparent !important;
}
.detailed .product.data.items > .item.title.active > .switch {
  color: #21293c;
  position: relative;
  background: white;
  border: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  line-height: 30px;
  padding: 0;
  border-bottom: 2px solid red;
}
.detailed .product.data.items > .item.title.active > .switch:focus, .detailed .product.data.items > .item.title.active > .switch:hover, .detailed .product.data.items > .item.title.active > .switch:active {
  color: #21293c;
  position: relative;
  border-bottom: #08c solid 2px;
}
.detailed .product.data.items > .item.content {
  padding: 20px 0 0;
  background-color: #fff;
  box-shadow: none;
  border: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 27px;
}
@media only screen and (min-width: 768px) {
  .detailed .product.data.items > .item.content {
    margin-top: 45px;
    padding-top: 35px;
    border-top: #dae2e6 solid 1px;
  }
}

.catalog-product-view:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .product-add-form .box-tocart .action.tocart {
  height: 43px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.product-info-main .product.sku.attribute {
  white-space: normal;
}

.page-main .login-container {
  border-top-color: #ef4c24;
}

.primary .action.primary {
  border-radius: 0;
  color: white;
}

.form.create.account > .fieldset.address .legend {
  display: none;
}
@media only screen and (min-width: 768px) {
  .form.create.account > .fieldset.address {
    margin-top: -185px;
  }
}

/*# sourceMappingURL=marlink-custom.css.map */
