/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
body {
  overflow-x: hidden;
}
body.layout-boxed-md #page {
  max-width: 1200px;
}
body.layout-boxed-lg #page {
  max-width: 1200px;
}
body .page-wrapper {
  font-family: 'ProximaNovaRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
body .page-wrapper ul {
  padding: 0;
}
body .page-wrapper ul li {
  list-style: none;
}
body .page-wrapper .message.success {
  font-size: 14px;
}
body .page-wrapper .label {
  color: #999;
  font-size: 100%;
  font-weight: normal !important;
  padding: 0;
  line-height: normal;
  white-space: normal;
  text-align: left;
}
body .page-wrapper a,
body .page-wrapper .alink {
  color: #666;
  text-decoration: none;
}
body .page-wrapper a:hover,
body .page-wrapper .alink:hover {
  color: #f16436;
  text-decoration: none;
}
body .page-wrapper .owl-nav {
  margin-top: 0;
}
body .page-wrapper input,
body .page-wrapper textarea,
body .page-wrapper select {
  border-color: #ddd;
}
body .page-wrapper ._keyfocus *:focus,
body .page-wrapper input:focus:not([disabled]),
body .page-wrapper textarea:focus:not([disabled]),
body .page-wrapper select:focus:not([disabled]) {
  box-shadow: none;
}
body .page-wrapper .page-main > .page-title-wrapper .page-title {
  font-size: 22px;
}
.columns a,
.columns .alink {
  color: #666;
}
.columns a:hover,
.columns .alink:hover {
  color: #f16436;
}
.columns .column.main {
  padding-bottom: 30px;
}
.columns .sidebar-additional .block-title > strong {
  margin: 0;
}
.cms-index-index h1.page-title {
  display: none !important;
}
.ves-header .custom-group {
  float: right;
  border-right: 1px solid #282828!important;
}
.ves-header .custom-group a.toggle {
  line-height: 55px;
  padding: 0 20px;
}
.ves-header .custom-group a.toggle .fa {
  font-size: 14px;
}
.ves-header .custom-group .action.toggle {
  padding: 15px 20px !important;
}
.ves-header .custom-group .dropdown-menu {
  padding: 15px;
  border-radius: 0;
  right: 0 !important;
  left: auto !important;
}
.ves-header .custom-logo {
  text-align: center;
}
.ves-header .custom-logo .logo {
  float: none;
  line-height: 50px;
}
.ves-header .minicart-wrapper .action.showcart::before {
  line-height: 45px !important;
}
.ves-header .navigation .level0 {
  margin-right: 40px;
}
.ves-header .navigation .level0 > .level-top {
  padding-left: 0;
  line-height: 55px;
  text-transform: uppercase;
  color: #b2b2b2;
  font-weight: "Montserrat", sans-serif;
}
.ves-header .navigation .level0.active > .level-top,
.ves-header .navigation .level0.has-active > .level-top,
.ves-header .navigation .level0:hover > .level-top {
  color: #c99947;
  border: 0;
}
.cms-index-index .column.main {
  min-height: 0;
}
.owl-dots {
  display: none;
}
.ves-slideshow {
  margin-bottom: 40px;
}
.ves-slideshow .ves-slider {
  position: relative;
  overflow: hidden;
}
.ves-slideshow .ves-slider .text-content {
  position: absolute;
  top: 25%;
  left: 17%;
  color: #ffffff;
  z-index: 999;
}
.ves-slideshow .ves-slider .text-content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
}
.ves-slideshow .ves-slider .text-content p {
  font-family: 'ProximaNovaRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  padding: 20px 0 30px;
}
.ves-slideshow .ves-slider .text-content a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 10px;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 12px;
  display: inline-block;
}
.ves-slideshow .ves-slider .text-content a:hover,
.ves-slideshow .ves-slider .text-content a:focus {
  background: #333;
  border-color: #333;
}
.ves-slideshow .ves-slider .text-content a.primary {
  background: #c99947;
  border-color: #c99947;
}
.ves-slideshow .ves-slider .text-content a.primary:hover,
.ves-slideshow .ves-slider .text-content a.primary:focus {
  background: #333;
  border-color: #333;
}
.ves-slideshow .ves-slider .text-content.position-02 {
  left: auto;
  right: 5%;
}
.ves-massbottom2 .container {
  position: relative;
}
.ves-slideshow,
.ves-testominial,
.ves-massbottom2 {
  position: relative;
}
.ves-slideshow .owl-controls,
.ves-testominial .owl-controls,
.ves-massbottom2 .owl-controls {
  z-index: 999;
  position: absolute;
  top: 40%;
  width: 80%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ves-slideshow .owl-controls .owl-nav > div,
.ves-testominial .owl-controls .owl-nav > div,
.ves-massbottom2 .owl-controls .owl-nav > div {
  border: 1px solid #ddd;
  text-align: center;
  direction: rtl;
  cursor: pointer;
  position: absolute;
  left: 0;
  padding: 5px 8px;
}
.ves-slideshow .owl-controls .owl-nav > div.owl-demo-next,
.ves-testominial .owl-controls .owl-nav > div.owl-demo-next,
.ves-massbottom2 .owl-controls .owl-nav > div.owl-demo-next,
.ves-slideshow .owl-controls .owl-nav > div.right,
.ves-testominial .owl-controls .owl-nav > div.right,
.ves-massbottom2 .owl-controls .owl-nav > div.right {
  right: 0;
  left: auto;
}
.ves-slideshow .owl-controls .owl-nav > div:hover,
.ves-testominial .owl-controls .owl-nav > div:hover,
.ves-massbottom2 .owl-controls .owl-nav > div:hover,
.ves-slideshow .owl-controls .owl-nav > div:focus,
.ves-testominial .owl-controls .owl-nav > div:focus,
.ves-massbottom2 .owl-controls .owl-nav > div:focus {
  background: #f16436;
  color: #ffffff;
  border-color: #f16436;
}
.ves-slideshow:hover .owl-controls,
.ves-testominial:hover .owl-controls,
.ves-massbottom2:hover .owl-controls,
.ves-slideshow:focus .owl-controls,
.ves-testominial:focus .owl-controls,
.ves-massbottom2:focus .owl-controls {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ves-slideshow .owl-controls .owl-nav > div {
  background: #46949a;
  border-color: #46949a;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 15px;
}
.ves-slideshow .owl-controls .owl-nav > div:hover,
.ves-slideshow .owl-controls .owl-nav > div:focus {
  background: #c99947;
  border-color: #c99947;
}
.ves-showcase {
  margin-bottom: 20px;
}
.ves-showcase .showcase {
  position: relative;
  margin-bottom: 18px;
}
.ves-showcase .showcase .text-content {
  position: absolute;
  top: 30%;
  color: #ffffff;
  text-align: center;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ves-showcase .showcase .text-content h2 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.ves-showcase .showcase .text-content h2:after {
  position: absolute;
  width: 30px;
  height: 2px;
  content: "";
  background: #ffffff;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -10px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.ves-showcase .showcase .text-content p {
  font-family: 'ProximaNovaRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.ves-showcase .showcase .text-content a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 10px;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.ves-showcase .showcase .text-content a:hover,
.ves-showcase .showcase .text-content a:focus {
  background: #333;
  border-color: #333;
}
.ves-showcase .showcase:before {
  content: "";
  width: 80%;
  height: 80%;
  background: #c99947;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ves-showcase .showcase:hover:before,
.ves-showcase .showcase:focus:before {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ves-showcase .showcase:hover .text-content,
.ves-showcase .showcase:focus .text-content {
  top: 15%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ves-showcase .showcase:hover .text-content p,
.ves-showcase .showcase:focus .text-content p,
.ves-showcase .showcase:hover .text-content a,
.ves-showcase .showcase:focus .text-content a {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.ves-showcase .showcase:hover .text-content h2:after,
.ves-showcase .showcase:focus .text-content h2:after {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.ves-showcase .showcase.bg-custom:before {
  background: #91d8e3;
}
.ves-massbottom {
  margin-bottom: 40px;
  background: #111;
}
.ves-massbottom .static-block {
  padding: 40px 0;
  text-align: center;
  color: #666;
}
.ves-massbottom .static-block .fa {
  font-size: 24px;
  background: #272727;
  padding: 10px 15px;
  color: #9f9f9f;
}
.ves-massbottom .static-block h2 {
  font-size: 14px;
  font-weight: 400;
  color: #9f9f9f;
  font-family: "Montserrat", sans-serif;
  margin: 20px 0 0;
}
.ves-massbottom .static-block.bg-color {
  background: #1a1a1a;
}
.ves-massbottom .static-block:hover .fa,
.ves-massbottom .static-block:focus .fa {
  background: #f16436;
  color: #ffffff;
}
.ves-massbottom1 {
  background: url(../images/bg-01.jpg) center bottom no-repeat;
  margin-bottom: 40px;
}
.ves-massbottom1 .ves-testominial .testominial {
  text-align: center;
  padding: 40px 40px 40px 50px;
  position: relative;
  margin: 0 auto;
  max-width: 70%;
}
.ves-massbottom1 .ves-testominial .testominial:before {
  position: absolute;
  left: 30px;
  top: 20px;
  background: url(../images/bg-03.png) center bottom no-repeat;
  width: 37px;
  height: 33px;
  content: "";
}
.ves-massbottom1 .ves-testominial .testominial p {
  font-family: 'ProximaNovaRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.ves-massbottom1 .ves-testominial .testominial h3 {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.ves-massbottom2 {
  margin-bottom: 0;
}
.ves-massbottom2 img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ves-massbottom2 img:hover,
.ves-massbottom2 img:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ves-blog .post-item {
  margin-bottom: 30px;
}
.ves-blog .post-item .post-title h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
.post-content-wrap .post-content {
  padding: 20px 0;
  font-size: 14px;
}
.custom-page .a-center {
  text-align: center;
}
.custom-page .page-title {
  text-align: center;
  margin-top: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.custom-page .page-title h1 {
  font-size: 28px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.custom-page .custom-service .fa {
  font-size: 30px;
  color: #f16436;
  margin: 20px 0 10px;
  text-align: center;
}
.custom-page .team {
  margin: 20px 0;
}
.column.main {
  min-height: 0 !important;
}
.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: 0 !important;
}
.block-compare .empty {
  padding: 15px;
}
.page-layout-1column .columns,
.page-layout-1column-fullwidth .columns {
  display: block;
}
.sections.nav-sections {
  margin-bottom: 0;
}
.page-header {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
}
.page-header .block {
  border: 0;
}
.page-header .block .block-title {
  border: 0;
  padding: 0;
}
.page-header .block .block-title:before {
  background: none;
}
.page-header .page-topbar {
  padding: 4px 0;
  color: #666;
  font-weight: 300;
}
.page-header .logo {
  margin: 0 !important;
  max-width: 100%;
  height: 85px;
  line-height: 85px;
}
.page-header .logo img {
  max-height: initial;
}
.page-header .nav-links {
  margin: 0 -8px;
  padding-top: 5px;
}
.page-header .nav-links li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 8px;
  margin: 0;
}
.page-header .options .action.toggle::after {
  font-size: 10px !important;
}
.page-header .header-links li,
.page-header .setting-links li,
.page-header .switcher li {
  font-size: 14px;
}
.page-header .setting-links {
  margin-right: 0 !important;
}
.page-header .welcome {
  display: none !important;
}
.page-header .setting-links-dropdown li {
  border-bottom: 0;
  border-top: 1px solid #ddd;
}
.page-header .setting-links-dropdown li:first-child {
  border-top: 0 !important;
}
.page-header .setting-links-dropdown li:last-child {
  padding: 0 10px!important;
}
.page-header .setting-links-dropdown li:hover {
  background: none !important;
}
.page-header .setting-links-dropdown li a {
  color: #666;
}
.page-header .setting-links-dropdown li a:hover {
  color: #f16436;
}
.header-content {
  padding: 22px 0;
  position: relative;
}
.header.panel {
  font-family: 'ProximaNovaRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.header.panel a {
  color: #666;
  font-size: 16px;
}
.header.panel a:hover {
  color: #f16436;
}
/* Keep header */
.navbar-fixed-top #ves-header {
  position: fixed;
  background: #ffffff;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
}
.navbar-fixed-top .header-content {
  padding: 10px 0;
}
.navbar-fixed-top .header-content .header-left {
  top: 20px;
}
.navbar-fixed-top .header-content .minicart-wrapper {
  top: 14px;
}
.navbar-fixed-top .logo img {
  max-width: 120px;
  max-height: 50px;
}
.navbar-fixed-top .header2 .logo-wrapper {
  min-height: 60px;
}
.breadcrumbs {
  padding-top: 15px;
  margin-top: -30px !important;
}
.breadcrumbs .item {
  color: #999;
}
.breadcrumbs .item strong {
  color: #5e5e5e;
}
.breadcrumbs .item a {
  color: #999;
}
.breadcrumbs .item:not(:last-child)::after {
  line-height: 22px;
  margin: 0 4px;
  font-size: 8px;
}
.page-footer {
  background: #1e1e1e url(../images/footer-bg.webp) center bottom no-repeat;
  background-size: cover;
  color: #999;
  line-height: normal;
  padding: 40px 0;
}
.page-footer .block {
  margin-bottom: 0;
  border: 0;
}
.page-footer .block .block-title {
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  text-transform: uppercase;
  text-align: left;
}
.page-footer .block .block-title::before {
  background: none;
}
.page-footer .block .block-title strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.page-footer .block .block-content {
  padding: 0;
}
.page-footer .contacts li {
  float: left;
  width: 100%;
}
.page-footer .contacts .fa {
  border: 1px solid #454545;
  width: 30px;
  height: 30px;
  line-height: 24px;
  text-align: center;
  margin-right: 5px;
  float: left;
}
.page-footer .nav-links li a {
  color: #999;
}
.page-footer .nav-links li a:hover,
.page-footer .nav-links li a:focus {
  color: #f16436;
}
.page-footer .newsletter > label.label {
  display: none;
}
.page-footer .newsletter .form.subscribe {
  position: relative;
}
.page-footer .newsletter .form.subscribe .actions {
  position: absolute;
  top: 0;
  right: 2px;
  width: auto;
  margin-top: 12px;
}
.page-footer .newsletter .form.subscribe .actions .action.subscribe {
  background: #c99947;
}
.page-footer .list-social {
  margin-top: 30px;
}
.copyright {
  min-height: 50px;
  line-height: 30px;
  padding: 28px 0 45px;
  color: #999;
  text-align: center;
  font-size: 14px;
  font-family: 'ProximaNovaRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.copyright a {
  color: #c99947;
}
.copyright p {
  margin: 0;
}
.copyright .page-main {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}
.scrollup {
  background: #f16436;
  border-radius: 100%;
  bottom: 82px;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 2px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  z-index: 9999;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
}
.scrollup .fa {
  display: block;
}
.scrollup:hover {
  background: #333;
  text-decoration: none;
}
.pages strong.page {
  padding: 0 15px !important;
}
.pages .item {
  font-size: 15px !important;
}
.toolbar .pages a.page {
  color: #666;
}
.toolbar .pages a.page:hover {
  color: #f16436;
}
body.filter-active .page-wrapper {
  height: auto !important;
  margin-top: 0 !important;
  visibility: visible !important;
}
.block-info.block-info-2columns .content,
.block-info.block-info-3columns .content {
  padding: 0;
  background: none;
}
.block-info.block-info-3columns .content .title {
  font-size: 20px;
  font-weight: bold;
}
.block-info.block-info-3columns .content .info {
  font-size: 16px;
}
.product-info-main .old-price .price {
  color: #999 !important;
  font-size: 22px !important;
  margin-left: 8px;
}
.product-info-main .product-addto-links a:hover {
  color: #f16436;
}
.product-info-main .product-add-form {
  border-color: #eee;
}
.ves-contact .block-content,
.ves-contact .contact-customhtml {
  float: left;
  width: 100%;
}
.ves-contact .google-map {
  margin-bottom: 30px;
}
.ves-contact .media {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.ves-contact .media .fa {
  background: #fafafa;
  border-radius: 50%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  padding: 0;
}
.themesettings-index-quickview .product-info-main .page-title-wrapper .page-title {
  margin-top: 0;
}
.fancybox-outer .popup_avaiable {
  text-align: center;
}
.cart-container .cart-summary {
  width: 26%;
}
.cart-container .cart.table-wrapper .actions-toolbar {
  margin-bottom: 10px;
}
.cart-container .cart.table-wrapper .item .col.item {
  padding-bottom: 0;
}
.checkout-cart-index .mark,
.checkout-cart-index .mark {
  background: transparent;
}
.checkout-index-index .nav-sections {
  display: block;
}
.checkout-index-index .authentication-wrapper {
  margin: 0;
}
.checkout-index-index .search-wrapper,
.checkout-index-index .setting-wrapper {
  display: none !important;
}
.checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
  background: #f16436;
  border-radius: 50%;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 4px;
  top: -8px;
}
.checkout-index-index #checkout .opc-wrapper {
  width: 70%;
}
.checkout-index-index #checkout .modal-content {
  box-shadow: none;
  border: 0;
}
.checkout-index-index #checkout .opc-estimated-wrapper {
  margin: 30px 0;
}
.checkout-index-index #checkout .modal-content {
  background: none;
}
.checkout-index-index #checkout .modal-header {
  background-image: none;
  border-bottom: 0;
}
.checkout-index-index #checkout .modal-content {
  margin: 10px 0;
}
.checkout-index-index #checkout .authentication-wrapper {
  margin-top: 0 !important;
}
.block-authentication .action.action-login {
  font-size: 1.4rem;
}
.abs-shopping-cart-items .action.continue::before,
.block-cart-failed .action.continue::before,
.cart-container .form-cart .action.continue::before,
.abs-shopping-cart-items .action.update::before,
.block-cart-failed .action.update::before,
.cart-container .form-cart .action.update::before {
  font-size: 15px;
  line-height: 20px;
}
.block.discount,
.block.shipping,
.block.block-customer-login,
.block.block-new-customer {
  border: 0;
}
.multishipping-checkout-address-newshipping .columns .checkbox {
  float: left;
}
.cms-pencil-home-page2 .breadcrumbs,
.cms-pencil-home-page3 .breadcrumbs,
.cms-pencil-home-page4 .breadcrumbs {
  display: none;
}
.page-main-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}
#maincontent img:not(.fotorama__img) {
  max-width: 100%;
}
a:hover,
a:focus,
a:active {
  outline: none !important;
}
@media (max-width: 991px) {
  .panel.header .links,
  .panel.header .switcher {
    display: none;
  }
  .nav-sections {
    background: none;
    background: transparent;
  }
  .nav-toggle {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 14;
  }
  .nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-toggle:hover:before {
    color: #333333;
  }
  .nav-toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media (max-width: 991px) {
  .nav-sections-item-title {
    text-transform: uppercase;
    font-weight: 700;
  }
  .nav-sections-item-content {
    margin-top: 45px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .level0 {
    font-size: 14px !important;
    margin-right: 0 !important;
  }
  .navigation .level0 > .level-top {
    line-height: 30px !important;
    font-weight: 400 !important;
  }
  .navigation .parent .level-top {
    position: relative;
    display: swap;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    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: 5px;
  }
  .navigation .parent .level-top.ui-state-active {
    margin-left: 0;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 8px 20px;
  }
  .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: inline-block !important;
    position: relative;
    display: swap;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    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: -18px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .nav-sections .header.links li {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: 700;
    padding: 8px 20px;
  }
  .nav-sections .header.links li:last-child {
    border-bottom: 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: 8px 20px;
  }
  .nav-before-open {
    height: 100%;
    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: 80%;
    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.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    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-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: transparent;
    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;
    color: #333333;
    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;
    color: #333333;
  }
  .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;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media (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: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: transparent;
    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: 47px;
    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: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    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: #cccccc;
    color: #cccccc;
    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;
    color: #333333;
  }
  .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: 'luma-icons';
    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: 'luma-icons';
    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;
  }
  .navigation > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    float: none;
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
  }
  .navigation li.level0 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .navigation li.level0:last-child {
    padding-right: 5px;
  }
  .navigation li.level0 .level-top {
    float: none;
  }
}
/**
 * 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;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap {
  display: inline-block;
  position: relative;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap .admin__action-dropdown-text:after {
  left: -6px;
  right: 0;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap .admin__action-dropdown-menu {
  left: auto;
  right: 0;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap.active .admin__action-dropdown,
.aw-helpdesk2-listing .admin__action-dropdown-wrap._active .admin__action-dropdown {
  border-color: #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap.active .admin__action-dropdown-text:after,
.aw-helpdesk2-listing .admin__action-dropdown-wrap._active .admin__action-dropdown-text:after {
  background-color: #ffffff;
  content: '';
  height: 6px;
  position: absolute;
  top: 100%;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap.active .admin__action-dropdown-menu,
.aw-helpdesk2-listing .admin__action-dropdown-wrap._active .admin__action-dropdown-menu {
  display: block;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap._disabled .admin__action-dropdown {
  cursor: default;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap._disabled:hover .admin__action-dropdown {
  color: #333333;
}
.aw-helpdesk2-listing .admin__action-dropdown {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 0;
  box-shadow: none;
  color: #41362f;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -.025em;
  padding: 0.7rem 3.3rem 0.8rem 1.5rem;
  position: relative;
  vertical-align: baseline;
  z-index: 2;
}
.aw-helpdesk2-listing .admin__action-dropdown:hover,
.aw-helpdesk2-listing .admin__action-dropdown:focus {
  background-color: #ffffff;
  color: #060504;
  text-decoration: none;
}
.aw-helpdesk2-listing .admin__action-dropdown:after {
  right: 1.5rem;
}
.aw-helpdesk2-listing .admin__action-dropdown:before {
  margin-right: 1rem;
}
.aw-helpdesk2-listing .admin__action-dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  line-height: 1.36;
  margin-top: -1px;
  min-width: 120%;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 100%;
  transition: all 0.15s ease;
  z-index: 1;
}
.aw-helpdesk2-listing .admin__action-dropdown-menu > li {
  display: block;
}
.aw-helpdesk2-listing .admin__action-dropdown-menu > li > a {
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 0.6rem 0.5rem;
}
.aw-helpdesk2-listing .selectmenu {
  display: inline-block;
  position: relative;
  text-align: left;
  width: auto;
  border: 1px solid #adadad;
  z-index: 1;
  -webkit-appearance: none;
  background-color: #ffffff;
  border-radius: 1px;
  box-shadow: none;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 400;
  height: auto;
  line-height: 1.36;
  transition: border-color 0.1s linear;
  vertical-align: baseline;
}
.aw-helpdesk2-listing .selectmenu:hover {
  border-color: #878787;
}
.aw-helpdesk2-listing .selectmenu:hover .selectmenu-toggle:before {
  border-color: #878787;
}
.aw-helpdesk2-listing .selectmenu._active {
  border-color: #007bdb;
  z-index: 500;
}
.aw-helpdesk2-listing .selectmenu._active .selectmenu-toggle:after {
  transform: rotate(180deg);
}
.aw-helpdesk2-listing .selectmenu .action-save,
.aw-helpdesk2-listing .selectmenu .action-edit,
.aw-helpdesk2-listing .selectmenu .action-delete {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0 1rem 0 1rem;
}
.aw-helpdesk2-listing .selectmenu .action-save:hover,
.aw-helpdesk2-listing .selectmenu .action-edit:hover,
.aw-helpdesk2-listing .selectmenu .action-delete:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.aw-helpdesk2-listing .selectmenu .action-save:before,
.aw-helpdesk2-listing .selectmenu .action-edit:before,
.aw-helpdesk2-listing .selectmenu .action-delete:before {
  content: '\e604';
  font-family: 'luma-icons';
}
.aw-helpdesk2-listing .selectmenu .action-edit,
.aw-helpdesk2-listing .selectmenu .action-delete {
  border: 0 solid #ffffff;
  border-left-width: 1px;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.aw-helpdesk2-listing .selectmenu .action-edit:hover,
.aw-helpdesk2-listing .selectmenu .action-delete:hover {
  border: 0 solid #ffffff;
  border-left-width: 1px;
}
.aw-helpdesk2-listing .selectmenu .action-save:before {
  content: '\e619';
  font-family: 'luma-icons';
}
.aw-helpdesk2-listing .selectmenu .action-edit:before {
  content: '\e601';
  font-family: 'luma-icons';
}
.aw-helpdesk2-listing .selectmenu button:not(.primary) {
  box-shadow: none;
}
.aw-helpdesk2-listing .selectmenu-value {
  display: inline-block;
}
.aw-helpdesk2-listing .selectmenu-value input[type='text'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  display: inline;
  margin: 0;
  width: 8rem;
}
body._keyfocus .aw-helpdesk2-listing .selectmenu-value input[type='text']:focus {
  box-shadow: none;
}
.aw-helpdesk2-listing .selectmenu-toggle {
  padding-right: 1.8rem;
  background: transparent;
  border: none !important;
  bottom: 0;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.aw-helpdesk2-listing .selectmenu-toggle:focus,
.aw-helpdesk2-listing .selectmenu-toggle:active,
.aw-helpdesk2-listing .selectmenu-toggle:hover {
  background: transparent;
}
.selectmenu._active .aw-helpdesk2-listing .selectmenu-toggle:before {
  border-color: #007bdb;
}
body._keyfocus .aw-helpdesk2-listing .selectmenu-toggle:focus {
  box-shadow: none;
}
.aw-helpdesk2-listing .selectmenu-toggle:before {
  background: #e3e3e3;
  border-left: 1px solid #adadad;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.aw-helpdesk2-listing .selectmenu-toggle:after {
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.aw-helpdesk2-listing .selectmenu-items {
  background: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  float: left;
  left: -1px;
  margin-top: 3px;
  max-width: 20rem;
  min-width: calc(100% + 2px);
  position: absolute;
  top: 100%;
}
.aw-helpdesk2-listing .selectmenu-items._active {
  display: block;
}
.aw-helpdesk2-listing .selectmenu-items ul {
  float: left;
  list-style-type: none;
  margin: 0;
  min-width: 100%;
  padding: 0;
}
.aw-helpdesk2-listing .selectmenu-items li {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: flex;
  flex-direction: row;
  transition: background .2s linear;
  margin-bottom: 0;
}
.aw-helpdesk2-listing .selectmenu-items li:hover {
  background: #e3e3e3;
}
.aw-helpdesk2-listing .selectmenu-items li:last-child .selectmenu-item-action {
  color: #007bdb;
  text-decoration: none;
}
.aw-helpdesk2-listing .selectmenu-item {
  position: relative;
  width: 100%;
  z-index: 1;
}
li._edit > .aw-helpdesk2-listing .selectmenu-item {
  display: none;
}
.aw-helpdesk2-listing .selectmenu-item-edit {
  display: none;
  padding: .3rem 4rem .3rem .4rem;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
li:last-child .aw-helpdesk2-listing .selectmenu-item-edit {
  padding-right: .4rem;
}
.aw-helpdesk2-listing .selectmenu-item-edit .admin__control-text {
  margin: 0;
  width: 5.4rem;
}
li._edit .aw-helpdesk2-listing .selectmenu-item-edit {
  display: block;
}
.aw-helpdesk2-listing .selectmenu-item-action {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  color: #333333;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  min-width: 100%;
  padding: 1rem 6rem 1rem 1.5rem;
  text-align: left;
  transition: background .2s linear;
  width: 5rem;
  border: none !important;
  border-radius: 0;
}
.aw-helpdesk2-listing .selectmenu-item-action:hover,
.aw-helpdesk2-listing .selectmenu-item-action:focus {
  background: #e3e3e3;
}
.aw-actions-toolbar {
  float: right;
}
@media (max-width: 768px) {
  .aw-actions-toolbar {
    float: none;
    max-width: 130px;
  }
}
@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;
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.page-wrapper .page-header {
  border: 0;
  margin: 0;
  padding-bottom: 0;
}
.page-wrapper .panel {
  margin-bottom: 0;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.catalog-category-main {
  margin-right: -15px;
  margin-left: -15px;
}
.catalog-category-main .col-md-12,
.catalog-category-main .col-md-2,
.catalog-category-main .col-md-3,
.catalog-category-main .col-md-4,
.catalog-category-main .col-md-5,
.catalog-category-main .col-md-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 100%;
}
.catalog-sub-category {
  padding-top: 30px;
  list-style: none;
  padding-left: 0;
  clear: both;
}
.catalog-sub-category li {
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 5px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  padding-top: 10px;
  padding-bottom: 20px;
  height: 100%;
}
.catalog-sub-category li:before,
.catalog-sub-category li:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 5px;
}
.catalog-sub-category li:before {
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.catalog-sub-category li:after {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.catalog-sub-category li:hover {
  border: 1px solid rgba(0, 160, 80, 0);
}
.catalog-sub-category li:hover:before,
.catalog-sub-category li:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.catalog-sub-category li .cat-image {
  position: relative;
  z-index: 4;
}
.catalog-sub-category li .cat-image img {
  max-width: 95%;
}
.catalog-sub-category li .info {
  margin-top: 20px;
  position: relative;
  z-index: 4;
}
.catalog-sub-category li .info h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.catalog-sub-category li .info h4 a {
  color: #000000;
}
.catalog-sub-category li .info h4 a:hover {
  text-decoration: none;
}
.catalog-sub-category > div {
  height: 100%;
}
.list .category-list-view .catalog-sub-category {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.list .category-list-view .catalog-sub-category > div {
  margin-bottom: 15px;
}
.list .category-list-view .catalog-sub-category li {
  clear: both;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.list .category-list-view .catalog-sub-category li .cat-image {
  float: left;
  width: 200px;
}
.list .category-list-view .catalog-sub-category li .info {
  float: left;
  width: calc(100% - 230px);
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
/**
 * 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 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;
  }
}
@media only screen and (max-width: 480px) {
  .amcard-card-info .amcard-field:not(:last-child) {
    margin-right: 12px;
  }
  .amcard-card-info .amcard-field > p {
    font-size: 13px;
  }
  .amcard-card-info .amcard-field > strong {
    font-size: 12px;
  }
}
@media only screen and (max-width: 320px) {
  .amcard-card-info .amcard-field:not(:last-child) {
    margin-right: 5px;
  }
  .amcard-card-info .amcard-field > p {
    font-size: 12px;
  }
  .amcard-card-info .amcard-field > strong {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .page-header .preheader_inner {
    z-index: 999;
    position: fixed;
    background-color: rgba(23, 19, 18, 0.65);
  }
  .page-header .nav_bar {
    margin: 12px 0 0 0;
  }
  .page-header .preheader_right {
    margin: 24px 0 16px;
  }
  .page-header .sections.nav-sections {
    padding-bottom: 10px;
  }
  .page-header .sections.nav-sections .navigation {
    top: 68px;
    position: fixed;
    height: auto;
    max-height: calc(100vh - 68px);
    overflow: scroll;
  }
  .page-header .logo_main {
    top: 37%;
  }
  .page-header .logo_main .logo img {
    max-width: 81px;
    max-height: 45px;
  }
}
@media (min-width: 992px) {
  .page-header .section-items.nav-sections-items.sticky {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 0 20px 0;
    background-color: rgba(23, 19, 18, 0.5);
    -webkit-transition: background-color 1s ease;
    transition: background-color 1s ease;
  }
  .page-header .section-items.nav-sections-items.sticky:hover {
    background-color: rgba(23, 19, 18, 0.65);
  }
  .page-header .section-items.nav-sections-items.sticky .navigation {
    margin: 0 auto;
    border-top: none;
    padding: 22px 15px 0 !important;
  }
  .page-header .section-items.nav-sections-items.sticky .navigation.define_float {
    float: none;
  }
  .page-header .section-items.nav-sections-items.sticky .navigation ul li a:after {
    top: 17px;
  }
  .page-header .section-items.nav-sections-items.sticky .navigation ul li:after {
    bottom: -10px;
  }
  .page-header .section-items.nav-sections-items.sticky + .section-additional {
    height: 38px;
  }
  .page-header .section-items.nav-sections-items .navigation {
    display: block !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 1200px) {
  .page-header .section-items.nav-sections-items .navigation {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media all and (max-width: 1141px) {
  .callout .customer-service-block {
    padding: 20px 0;
  }
  .callout span {
    margin-right: 0;
  }
  .callout .phone-content {
    display: block;
    margin-top: 10px;
  }
}
.login-container .block-customer-login,
.login-container .block-new-customer {
  border: 1px solid #ddd !important;
  padding: 20px;
}
.login-container .block-customer-login .block-title,
.login-container .block-new-customer .block-title {
  text-align: left;
  padding-left: 0;
}
.login-container .block-customer-login .block-title:before,
.login-container .block-new-customer .block-title:before {
  display: none;
}
.login-container .block-customer-login .block-title strong,
.login-container .block-new-customer .block-title strong {
  font-size: 20px;
}
.block .block-title {
  text-align: center;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-weight: 600;
  padding: 18px 20px;
}
.block .block-title::before {
  background: #333;
  bottom: 5px;
  content: "";
  height: 3px;
  left: 0;
  right: 0;
  position: absolute;
  width: 30px;
  margin: 0 auto;
}
.block .block-title strong {
  padding: 0;
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
}
.block .block-content {
  padding: 15px 0;
}
.block-success .block {
  border: 0;
}
.block-success .widget-images {
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 10%;
  padding-top: 14px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.block-success .widget-images .image-item a::before {
  display: none;
}
.block-success .widget-images .image-description {
  position: relative;
  z-index: 1;
}
.block-success .widget-images .image-description li {
  line-height: 22px;
}
.block-success .widget-images .image-description h4 {
  margin: 0;
}
.block-success .widget-images .image-description h4 a {
  color: #000000;
  font-size: 15px;
  margin-bottom: 8px;
}
.block-success .widget-images .img-animation {
  bottom: 1px;
  position: absolute;
  right: 1px;
}
.block-success .widget-images.last {
  padding: 0 !important;
}
.block-success .widget-images.last .img-animation {
  position: relative;
  bottom: 0;
  right: 0;
}
.block-success .widget-images .view a {
  color: #f16436;
}
.block-success .widget-images .view a:hover {
  text-decoration: underline;
}
.block-primary .widget-carousel .owl-carousel .owl-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.block-primary .widget-carousel img {
  width: 100%;
}
.block-primary .productlist-widget ul.etabs {
  border-bottom: 2px solid #f6f6f6;
  float: left;
  width: 100%;
  position: relative;
  top: auto;
  margin-bottom: 15px;
}
.block-primary .productlist-widget ul.etabs li {
  border-right: 2px solid #f6f6f6;
  text-align: center;
  width: 25%;
  float: left;
  margin-bottom: -1px;
}
.block-primary .productlist-widget ul.etabs li a {
  font-size: 20px;
  font-weight: 600;
  padding: 15px 10px;
  text-align: center;
}
.block-primary .productlist-widget ul.etabs li.active a,
.block-primary .productlist-widget ul.etabs li:hover a {
  background: #5d4e57;
  color: #ffffff !important;
  text-decoration: none;
}
.block-primary .productlist-widget .tab-content {
  float: left;
  width: 100%;
}
.block-info {
  color: #333 !important;
  overflow: hidden;
  position: relative;
}
.block-info .content {
  padding: 25px 35px 35px;
  position: absolute;
  z-index: 1;
  right: 40px;
  top: 40px;
  width: 40%;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}
.block-info .content .info {
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 20px;
}
.block-info .content .title {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 15px;
  display: block;
}
.block-info .content .button.more {
  background: #333;
  border: 1px solid #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 15px;
  text-decoration: none;
  vertical-align: middle;
  margin-top: 10px;
}
.block-info .widget-carousel {
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  padding: 8px 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
}
.block-info .widget-carousel span {
  background: #000000;
  padding: 0 8px;
}
.block-info .widget-carousel strong {
  font-size: 16px;
}
.block-info .widget-carousel .owl-nav {
  display: none;
}
.block-info .product-block .product-item-info {
  border-bottom: 1px solid #f6f6f6!important;
  float: left;
  margin-bottom: 0 !important;
  padding: 15px !important;
  width: 100%;
}
.block-info .product-block .product-item-info .product-image {
  float: left;
  width: 32%;
  padding-right: 7%;
}
.block-info .product-block .product-item-info .product-image .product-item-photo {
  margin-bottom: 0;
}
.block-info .product-block .product-item-info .product-item-details {
  float: left;
  width: 68%;
}
.block-info .product-block .product-item-info .product-item-details .product-item-name {
  margin-top: 0;
}
.block-info .productlist-widget .owl-nav {
  top: -55px;
}
.block-info .productlist-widget .tab-content {
  margin-top: 15px;
}
.block-info-2columns .sale-mens {
  width: 50%;
}
.block-info-2columns .sale-women {
  width: 50%;
}
.block-info-3columns .block-sale {
  width: 33.33333333%;
}
.block-warning .nav-links {
  margin: 0 -3px;
}
.block-warning .nav-links li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  margin-bottom: 3px;
  padding: 0 3px;
}
.block-warning .nav-links li::after {
  content: "";
  background: #999;
  height: 10px;
  width: 1px;
  right: -3px;
  top: 5px;
  position: absolute;
}
.block-warning .nav-links li a {
  background: transparent;
  margin: 0;
  color: #999;
  line-height: 15px;
  font-size: 14px;
  padding: 0 8px;
  border-radius: 2px;
  font-weight: 300;
}
.block-warning .nav-links li a:hover {
  background: #f16436;
  color: #ffffff !important;
  transition: all 0.3s;
  text-decoration: none;
}
.block-search {
  width: auto !important;
}
.block-search .block-content {
  padding: 0;
}
.block-search .action.search {
  top: 10px !important;
  width: 40px;
  height: 40px;
}
.block-search input {
  height: 40px;
  border: 2px solid #e6e6e6;
  border-radius: 3px;
}
.block-search input::-moz-placeholder {
  color: #666 !important;
}
.minicart-wrapper {
  margin: 0 !important;
}
.minicart-wrapper .block-minicart {
  border: 1px solid #ddd;
}
.minicart-wrapper .minicart-items-wrapper {
  max-height: 410px;
}
.minicart-wrapper .action.showcart::before {
  background: none !important;
  font-size: 14px !important;
  color: #333 !important;
  border: 0;
}
.minicart-wrapper .action.showcart:hover::before,
.minicart-wrapper .action.showcart.active::before {
  color: #f16436 !important;
}
.minicart-wrapper .action.showcart .cart-title {
  font-size: 16px;
  color: #f16436;
  padding: 0 10px 5px;
}
.minicart-wrapper .action.showcart .counter-number {
  color: #000000;
  font-family: "Montserrat", sans-serif;
}
.minicart-wrapper .action.showcart .counter.total-qty {
  padding-left: 10px;
}
.minicart-wrapper .w-item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: normal;
  margin-left: -4px;
}
.minicart-wrapper .actions a {
  color: #666;
}
.minicart-wrapper .actions a:hover {
  color: #f16436;
}
.minicart-wrapper .loader img {
  max-width: 20px;
}
@media (max-height: 600px) {
  .minicart-wrapper .minicart-items-wrapper {
    max-height: 172px;
  }
}
@media (min-height: 600px) and (max-height: 670px) {
  .minicart-wrapper .minicart-items-wrapper {
    max-height: 245px;
  }
}
@media (min-height: 670px) and (max-height: 800px) {
  .minicart-wrapper .minicart-items-wrapper {
    max-height: 285px;
  }
}
.minicart-items .product-item-name a {
  color: #666;
}
.widget-carousel {
  overflow: hidden;
  margin: 0;
}
.widget-carousel .block-content {
  padding: 0;
}
.widget-carousel .item-title {
  display: none;
}
.widget-carousel .customNavigation {
  display: none;
}
.widget-carousel .owl-stage-outer {
  margin: 0;
}
.widget-carousel .owl-nav {
  margin: 0;
}
.widget-carousel .owl-nav .owl-prev,
.widget-carousel .owl-nav .owl-next {
  text-indent: -99999px;
  position: absolute;
  top: 45%;
  background: rgba(0, 0, 0, 0.5) !important;
  color: #ffffff !important;
  width: 30px !important;
  height: 50px !important;
  line-height: 50px !important;
  display: none !important;
}
.widget-carousel .owl-nav .owl-prev::before,
.widget-carousel .owl-nav .owl-next::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "FontAwesome";
  font-size: 24px;
  text-indent: 0;
}
.widget-carousel .owl-nav .owl-prev:hover,
.widget-carousel .owl-nav .owl-next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.widget-carousel .owl-nav .owl-prev {
  left: 15px;
}
.widget-carousel .owl-nav .owl-prev::before {
  content: "\f104";
}
.widget-carousel .owl-nav .owl-next {
  right: 15px;
}
.widget-carousel .owl-nav .owl-next::before {
  content: "\f105";
}
.widget-carousel:hover .customNavigation .owl-prev,
.widget-carousel:hover .owl-nav .owl-prev,
.widget-carousel:hover .customNavigation .owl-next,
.widget-carousel:hover .owl-nav .owl-next {
  display: block !important;
}
.swatch-option {
  height: 27px !important;
}
.sidebar .block {
  border: 1px solid #ddd;
}
.sidebar .block .block-title {
  border-bottom: 1px solid #ddd;
  font-size: 18px !important;
}
.sidebar .block .block-title strong {
  font-size: 18px !important;
  display: block;
  text-align: left;
}
.sidebar .block .block-title:before {
  display: none;
}
.sidebar .block .block-content {
  padding: 15px;
  margin-bottom: 0;
}
.sidebar .block > .empty {
  padding: 15px;
}
.sidebar .block.filter {
  margin-bottom: 0 !important;
}
.sidebar .block.filter .filter-current {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar .block.filter .filter-current .item {
  padding-left: 0;
  padding-right: 17px;
}
.sidebar .block.filter .filter-current .action.remove {
  left: auto;
  right: -2px;
}
.sidebar .block.filter .filter-current .action.remove::before {
  font-size: 14px !important;
}
.sidebar .block.filter .swatch-option.text {
  font-weight: 400;
}
.sidebar .block.filter .filter-current + .filter-actions {
  padding-bottom: 10px;
}
.sidebar .block.filter .filter-subtitle {
  display: none;
}
.sidebar .block.filter .filter-options {
  padding: 10px 0;
  position: relative;
  top: 0;
}
.sidebar .block.filter .filter-options.active {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
.sidebar .block.filter .filter-options.active:first-child {
  border-top: none;
}
.sidebar .block.filter .filter-options.active:last-child {
  border-bottom: none;
}
.sidebar .block.filter .filter-options.active .filter-options-title:after {
  content: "-";
}
.sidebar .block.filter .filter-options .filter-options-title {
  font-weight: 600;
  color: #333;
  cursor: pointer;
  position: relative;
}
.sidebar .block.filter .filter-options .filter-options-title:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 22px;
  right: 0;
  top: 2px;
  font-weight: 300;
  font-size: 20px;
  color: #999;
}
.sidebar .block.filter .filter-options .filter-options-item {
  border-color: #ddd;
}
.sidebar .block.filter .filter-options .filter-options-item.active .filter-options-title {
  color: #f16436;
}
.sidebar .block.filter .filter-options .filter-options-content .item {
  margin: 0;
}
.sidebar .block.filter .filter-options .filter-options-content li {
  padding: 7px 0;
}
.sidebar .block.filter .filter-options .filter-options-content a {
  color: #7d7d7d;
  background: none !important;
}
.sidebar .block.filter .filter-options .filter-options-content a:hover {
  text-decoration: underline;
}
.sidebar .block-compare .action.primary,
.sidebar .block-wishlist .action.primary,
.sidebar .block-reorder .action.primary {
  padding: 5px 10px;
}
.sidebar .block-reorder .product-item .field.item {
  display: block;
}
.sidebar .block-reorder .product-item-name {
  padding-left: 20px;
}
.sidebar .block-reorder .control {
  position: absolute;
}
.sidebar .productlist-widget .tab-content {
  margin-top: 20px;
}
.widget-images {
  margin-bottom: 30px;
  border: 0;
}
.widget-images .block-content {
  padding: 0;
}
.widget-images .image-item a {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  /* style for hover */
}
.widget-images .image-item a:before {
  border: 1px solid #fff;
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.widget-images .image-item a img {
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.widget-images .image-item a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.widget-images .image-item a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.product-block .product-img {
  overflow: hidden;
  position: relative;
}
.product-block .product-image {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  max-width: 100%;
}
.product-block .product-image .hover-image {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.product-block .product-image .product-item-actions {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 11;
  margin: 0 auto;
}
.product-block .product-image .product-item-actions .actions-primary {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.product-block .product-image .product-item-actions .actions-primary .add-to-cart {
  border-radius: 0;
  background: #f16436;
  color: #ffffff;
  border: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 34px;
  height: 34px;
}
.product-block .product-image .product-item-actions .actions-primary .add-to-cart:hover,
.product-block .product-image .product-item-actions .actions-primary .add-to-cart:focus {
  background: #333;
}
.product-block .product-image .product-item-actions .add-to-cart,
.product-block .product-image .product-item-actions .add-to-compare {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  -o-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}
.product-block .product-image .product-item-actions .add-to-wishlist,
.product-block .product-image .product-item-actions .quick-view {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  -o-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}
.product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist,
.product-block .product-image .product-item-actions .actions-secondary .add-to-compare,
.product-block .product-image .product-item-actions .actions-secondary .quick-view {
  background: #e2e2e2;
  color: #666;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 4px;
  visibility: hidden;
  margin-left: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist:hover,
.product-block .product-image .product-item-actions .actions-secondary .add-to-compare:hover,
.product-block .product-image .product-item-actions .actions-secondary .quick-view:hover,
.product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist:focus,
.product-block .product-image .product-item-actions .actions-secondary .add-to-compare:focus,
.product-block .product-image .product-item-actions .actions-secondary .quick-view:focus {
  color: #f16436 !important;
}
.product-block .product-item-details {
  position: relative;
}
.product-block .product-item-details .product-item-name {
  margin: 16px 0 6px;
  line-height: 18px;
  min-height: 30px;
}
.product-block .product-item-details .product-item-name a {
  color: #444;
}
.product-block .product-item-details .price-box {
  position: relative;
  font-family: 'ProximaNovaRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
}
.product-block .product-item-details .price-box span {
  display: inline-block;
}
.product-block .product-item-details .price-box .price-label {
  display: none;
}
.product-block .product-item-details .price-box .price {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
}
.product-block .product-item-details .price-box .old-price .price {
  color: #bbb;
  text-decoration: line-through;
  margin-left: 6px;
  font-weight: normal;
}
.product-block .product-item-info {
  position: relative;
  margin-bottom: 0 !important;
}
.product-block .product-item-info:hover,
.product-block .product-item-info:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  margin: 0 0 30px;
  padding: 0;
  background: transparent;
}
.product-block .product-item-info:hover .hover-image,
.product-block .product-item-info:focus .hover-image {
  visibility: visible;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.product-block .product-item-info:hover .add-to-cart,
.product-block .product-item-info:focus .add-to-cart,
.product-block .product-item-info:hover .add-to-compare,
.product-block .product-item-info:focus .add-to-compare,
.product-block .product-item-info:hover .add-to-wishlist,
.product-block .product-item-info:focus .add-to-wishlist,
.product-block .product-item-info:hover .quick-view,
.product-block .product-item-info:focus .quick-view {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  transform: translate(0, 0) !important;
}
.product-block .product-reviews-summary {
  margin-bottom: 5px;
}
.product-block .description,
.product-block .reviews-actions {
  display: none;
}
.product-block .swatch-option {
  width: 30px;
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .swatch-attribute-options {
  margin-top: 0;
}
.rating-summary .rating-result {
  width: 50px;
}
.rating-summary .rating-result:before {
  font-size: 9px;
}
.rating-summary .rating-result > span::before {
  font-size: 9px;
  color: #ffc419;
}
.product.media {
  position: relative;
}
.product.media .fotorama__stage {
  border: 1px solid #f6f6f6;
  margin-bottom: 20px;
  max-height: 470px;
}
.product.media .fotorama__stage .fotorama__img {
  vertical-align: top;
}
.product-block .icon,
.product.media .icon {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 12;
}
.product-block .icon span span,
.product.media .icon span span {
  background: #d72c4e;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 5px;
}
.product-block .icon .new-icon span,
.product.media .icon .new-icon span {
  background: #83b1ff;
}
.products-grid .product-item {
  width: 25%;
}
.products-grid .product-item .product-block:hover {
  box-shadow: 0 1px 2px 2px #eeeeee;
}
.page-products .products-grid .product-item {
  width: 33.33%;
}
.list.products-list .ves-grid-item {
  width: 100% !important;
}
.list.products-list .ves-grid-item .product-item-details {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.list.products-list .product-block {
  padding: 20px;
  border: 1px solid #f6f6f6;
}
.list.products-list .product-block .product-item-details {
  padding-left: 30px;
}
.list.products-list .product-block .product-item-details .product-item-name {
  font-size: 17px;
}
.list.products-list .product-block .product-item-details .product-item-name a {
  font-weight: 600;
}
.list.products-list .product-block .product-item-details .product-item-name {
  margin-top: 0;
}
.list.products-list .product-block .product-item-info {
  text-align: left;
}
.list.products-list .product-block .product-item-photo {
  padding: 0;
}
.list.products-list .product-block .description {
  display: block;
}
.list.products-list .product-block .product-reviews-summary {
  margin-bottom: 5px;
}
.list.products-list a.more {
  color: #666;
}
.list.products-list a.more:hover {
  color: #f16436;
}
.review-form .action.submit.primary {
  background: #2f2f2f;
  border-color: #2f2f2f;
  color: #ffffff !important;
}
.review-form .action.submit.primary:hover {
  background: #f16436;
  border-color: #f16436;
}
.product.data.items > .item.title > .switch {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}
.product-info-main .page-title-wrapper .page-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px !important;
}
.product-info-main .price-box .price-wrapper .price {
  font-family: 'ProximaNovaRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  color: #000000;
}
.product-info-main .rating-summary {
  margin-top: 4px;
}
.product-info-main .add-action {
  background: #f8f9fb none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: black;
  cursor: pointer;
  display: block;
  font-size: 9px;
  height: 22px;
  line-height: 22px;
  margin-left: -1px;
  position: relative;
  text-align: center;
  width: 26px;
}
.product-info-main .add-action:hover {
  color: #f16436;
}
.product-info-main .field.qty .control {
  float: left !important;
}
.product-info-main .field.qty .input-text.qty {
  border-color: #e6e6e6 !important;
  height: 44px;
}
.product-info-main .product-addto-links {
  float: left;
  width: 100%;
}
.product-info-main .actions {
  vertical-align: top !important;
}
.product-info-main .box-tocart .action.tocart {
  padding: 0 24px;
  line-height: 44px;
  font-size: 14px;
  text-transform: uppercase;
}
.product-info-main .box-tocart .action.tocart .fa {
  margin-right: 5px;
}
.product-info-main .box-tocart .action.tocart:hover {
  background: #f16436;
}
.productlist-index-quickview .product-info-main .page-title {
  padding-top: 25px !important;
}
.fancybox-skin .action_button ul {
  margin-bottom: 0;
  margin-top: 15px;
}
.fancybox-skin .action_button ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.fancybox-skin .action_button .button {
  padding: 0 18px;
  line-height: 35px;
  background: #2f2f2f;
  color: #ffffff;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border: 0;
  border-radius: 3px;
}
.fancybox-skin .action_button .button:hover {
  background: #f16436;
  text-decoration: none;
}
.owl-carousel {
  width: auto !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.owl-carousel .owl-item {
  padding-left: 15px !important;
  padding-right: 15px !important;
  float: left;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  float: left;
}
.owl-carousel .owl-stage {
  float: left;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-stage-outer {
  margin-bottom: 20px;
}
.owl-carousel .owl-nav [class*=owl-] {
  height: 30px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0;
  color: #999;
  font-size: 30px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  line-height: 26px;
  border-radius: 0;
}
.owl-carousel .owl-nav [class*=owl-]:hover,
.owl-carousel .owl-nav [class*=owl-]:focus {
  background: transparent;
  border-color: #000;
  color: #000;
}
.owl-nav .owl-prev {
  float: left;
}
.owl-nav .owl-next {
  float: right;
}
.owl-nav [class*=owl-]:hover {
  border-color: #333;
  text-decoration: none;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff0000 !important;
}
.countdown-timmer {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.countdown-timmer .item-detail {
  display: none;
}
.countdown-timmer .item-countdown ul li div + div {
  background: #ffffff;
  border: 2px solid #ebebeb;
  text-transform: none;
  color: #999;
}
.countdown-timmer .item-countdown ul {
  margin: 0;
}
.countdown-timmer .item-countdown ul li {
  background: #f7f7f7;
  color: #000000;
  width: 45px;
  margin: 0 3px;
  border: 0 !important;
}
.countdown-timmer .item-countdown ul li div.countdown_num {
  color: #000000;
  font-weight: 400;
  line-height: 36px;
  position: relative;
}
.countdown-timmer .item-countdown ul li div.countdown_num::before {
  content: "";
  background: #ebebeb;
  width: 100%;
  height: 2px;
  top: 46%;
  position: absolute;
  left: 0;
}
.countdown-timmer .item-countdown ul li div.countdown_num span {
  font-size: 16px;
  position: relative;
}
.block.related .product-block .product-item-inner,
.block.upsell .product-block .product-item-inner {
  display: none;
}
.block.related .product-block .product-item-info,
.block.upsell .product-block .product-item-info {
  padding: 15px 20px !important;
  float: left;
}
.block.related .product-block .product-item-info:hover,
.block.upsell .product-block .product-item-info:hover {
  box-shadow: 0 1px 2px 2px #eeeeee !important;
}
.block.related .products,
.block.upsell .products {
  margin: 0;
}
.block.related .owl-carousel,
.block.upsell .owl-carousel {
  margin: 0 !important;
}
.block.related .owl-carousel .owl-item,
.block.upsell .owl-carousel .owl-item {
  padding: 0 !important;
  border-right: 1px solid #f6f6f6 !important;
}
.block.related {
  position: relative;
  margin-bottom: 0;
}
.block.related .block-actions {
  position: absolute;
  right: 15px;
  top: 15px;
}
.block.related .block-actions .action.select {
  margin: 0 0 0 5px;
  padding: 2px 10px;
}
.block.related .choice.related {
  position: absolute;
  top: 8px;
  left: 20px;
  z-index: 10;
}
.block.related .choice.related label {
  display: none;
}
.product.info.detailed {
  margin-bottom: 60px;
}
.product.info.detailed .data .title:first-child {
  margin: 0;
}
.product.info.detailed .block {
  border: 0;
}
.block.newsletter .action.subscribe:hover {
  background: #f16436;
}
.block.newsletter .field .control::before {
  margin: 0 8px;
}
.block-aboutus .block-content {
  color: #999;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}
#login-form .actions-toolbar,
.form-create-account .actions-toolbar {
  margin-left: 0 !important;
}
.login-container .fieldset::after {
  margin-left: 0 !important;
}
/* social internal module */
ul.list-social {
  padding: 0;
  margin: 0;
}
ul.list-social li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
ul.list-social li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 2px;
  font-size: 16px;
  text-align: center;
}
ul.list-social li a .fa {
  padding-left: 3px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
ul.list-social li a:hover {
  color: #f16436;
}
ul.list-social li a:hover .fa {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.action.primary {
  font-size: 1.4rem;
  border-radius: 20px !important;
  background: #f16436;
  border-color: #f16436;
  padding: 10px 20px;
  text-transform: uppercase;
}
.action.primary:hover,
.action.primary:active,
.action.primary:focus {
  background: #e04900;
  border-color: #e04900;
}
.action.primary img {
  margin-right: 5px;
}
.actions-toolbar .action.primary {
  font-size: 1.4rem !important;
  padding: 10px 17px !important;
}
.actions-secondary a {
  font-size: 1.4rem;
  border-radius: 20px !important;
  background: transparent;
  border-color: #f16436;
  color: #f16436;
  text-transform: uppercase;
  padding: 6px 12px;
  display: inline-block;
}
.actions-secondary a:hover,
.actions-secondary a:active,
.actions-secondary a:focus {
  background: #f16436;
  border-color: #f16436;
  color: #fff;
}
.actions-secondary a:before {
  display: none !important;
}
.radio,
.checkbox {
  display: inline-block;
}
.products-grid.wishlist .box-tocart .stock {
  margin: 5px 0 auto !important;
}
.wishlist-index-index .products-grid .product-item {
  padding-left: 15px !important;
  margin-bottom: 20px !important;
}
.wishlist-index-index .products-grid .product-item .control {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.wishlist-index-index .products-grid .product-item .field.qty {
  float: left;
}
.wishlist-index-index .products-grid .product-item .product-item-actions {
  margin: 0;
}
.wishlist-index-index .products-grid .product-item .product-item-actions button {
  padding: 5px 10px;
}
.wishlist-index-index .products-grid .product-items {
  margin-left: -15px !important;
}
.promotional {
  line-height: 20px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.promotional .abs > .col-inner {
  padding: 30px 10%;
}
.promotional .abs:hover img {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.promotional .abs a:hover {
  text-decoration: underline;
}
.promotional h4 {
  color: #000000;
  font-weight: 300;
  font-size: 16px;
}
.promotional h4 a {
  color: #ffffff;
}
.promotional h4 a:hover {
  text-decoration: underline;
}
.customer-account-create .form-create-account .fieldset {
  border: 1px solid #ddd;
  padding: 20px;
}
.customer-account-create .form-create-account .fieldset > .legend {
  margin-left: 0;
}
.customer-account-create .form-create-account .fieldset > .newsletter input {
  float: left;
  margin-right: 5px;
}
.fotorama__zoom-in,
fotorama__zoom-out,
.fotorama__arr {
  display: block !important;
}
@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 {
    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) {
    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) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .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 {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .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,
  .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,
  .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,
  .cart-container:before,
  .cart-container:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:before,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view: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,
  .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,
  .cart-container:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view: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,
  .block.crosssell,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^="sales-guest-"] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    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 8px;
    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,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous),
  .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 .cart-gift-item,
  .cart-container .form-cart {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions,
  .cart-container .form-cart .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 .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue,
  .cart-container .form-cart .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1200px;
    box-sizing: border-box;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .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: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 15px;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .column.main {
    padding-right: 15px;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-right: 0;
    padding-left: 15px;
  }
  .sidebar-additional {
    padding-left: 15px;
    clear: right;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    padding-right: 15px;
    padding-left: 0;
    clear: left;
    float: left;
  }
  .page-layout-2columns-left .column.main {
    padding-left: 15px;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-sections .navigation .parent .ui-menu-icon {
    display: none !important;
  }
  .fieldset > .field {
    margin: 0 0 29px;
  }
  .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 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f6f6f6;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .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: #ffffff;
  }
  .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: 2px;
  }
  .product.data.items > .item.content {
    background: #efefef;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .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 15px 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;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .aw-helpdesk2__form .top-panel {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 5px;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    min-width: inherit;
  }
  .category .subscribe-popup {
    margin: 0 auto;
    top: 25%;
    width: 40%;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    transition: transform 0.05s ease-in-out;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    filter: drop-shadow(0px 0px 1px #007aff);
    transform: scale(1.4);
  }
  .swiper-button-black:hover {
    filter: drop-shadow(0px 0px 1px #000000);
  }
  .swiper-button-white:hover {
    filter: drop-shadow(0px 0px 1px #ffffff);
  }
  .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%;
  }
  .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;
  }
  .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;
  }
  .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 8px;
    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;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .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;
  }
  .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;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .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;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -10px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 10px 10px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-add-form {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-top: 10px;
  }
  .product-add-form .fieldset > .field .choice input,
  .product-add-form .fieldset > .fields > .field .choice input {
    float: left;
    margin-right: 5px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 40px;
  }
  .page-layout-1column .product-info-main {
    width: 47%;
  }
  .page-layout-1column .product.media {
    width: 45%;
  }
  .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: 45%;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .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 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .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 {
    padding-bottom: 35px;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-discount {
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .block.crosssell {
    width: 100%;
    padding: 0 4% 0 0;
  }
  .block.crosssell .block-title {
    text-align: left;
    padding-left: 0;
  }
  .block.crosssell .block-title:before {
    display: none;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 133.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #1979c3;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .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: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 30%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .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 .payment-methods .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .payment-method-billing-address .action-update {
    float: right;
  }
  .payment-method-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;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 13px;
    margin-top: 6px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 35px 2px 35px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^="sales-guest-"] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.name {
    padding-left: 0;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .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;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  .page-layout-step-by-step-bundle .product.data.items,
  .page-layout-step-by-step-combine-bundle .product.data.items,
  .page-layout-step-by-step-bundle-select-combined .product.data.items,
  .page-layout-step-by-step-bundle-image-builder .product.data.items {
    margin: 0;
    padding: 0;
  }
  .page-layout-step-by-step-bundle .product.data.items > .item.title,
  .page-layout-step-by-step-combine-bundle .product.data.items > .item.title,
  .page-layout-step-by-step-bundle-select-combined .product.data.items > .item.title,
  .page-layout-step-by-step-bundle-image-builder .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .page-layout-step-by-step-bundle .product.data.items > .item.title > .switch,
  .page-layout-step-by-step-combine-bundle .product.data.items > .item.title > .switch,
  .page-layout-step-by-step-bundle-select-combined .product.data.items > .item.title > .switch,
  .page-layout-step-by-step-bundle-image-builder .product.data.items > .item.title > .switch {
    display: block;
  }
  .page-layout-step-by-step-bundle .product.data.items > .item.content,
  .page-layout-step-by-step-combine-bundle .product.data.items > .item.content,
  .page-layout-step-by-step-bundle-select-combined .product.data.items > .item.content,
  .page-layout-step-by-step-bundle-image-builder .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .page-layout-step-by-step-bundle .product.data.items > .item.content:before,
  .page-layout-step-by-step-combine-bundle .product.data.items > .item.content:before,
  .page-layout-step-by-step-bundle-select-combined .product.data.items > .item.content:before,
  .page-layout-step-by-step-bundle-image-builder .product.data.items > .item.content:before,
  .page-layout-step-by-step-bundle .product.data.items > .item.content:after,
  .page-layout-step-by-step-combine-bundle .product.data.items > .item.content:after,
  .page-layout-step-by-step-bundle-select-combined .product.data.items > .item.content:after,
  .page-layout-step-by-step-bundle-image-builder .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .page-layout-step-by-step-bundle .product.data.items > .item.content:after,
  .page-layout-step-by-step-combine-bundle .product.data.items > .item.content:after,
  .page-layout-step-by-step-bundle-select-combined .product.data.items > .item.content:after,
  .page-layout-step-by-step-bundle-image-builder .product.data.items > .item.content:after {
    clear: both;
  }
  .page-layout-step-by-step-bundle .product.data.items > .item.content.active,
  .page-layout-step-by-step-combine-bundle .product.data.items > .item.content.active,
  .page-layout-step-by-step-bundle-select-combined .product.data.items > .item.content.active,
  .page-layout-step-by-step-bundle-image-builder .product.data.items > .item.content.active {
    display: block;
  }
  .page-layout-step-by-step-bundle .product.data.items > .item.title,
  .page-layout-step-by-step-combine-bundle .product.data.items > .item.title,
  .page-layout-step-by-step-bundle-select-combined .product.data.items > .item.title,
  .page-layout-step-by-step-bundle-image-builder .product.data.items > .item.title {
    margin: 0;
  }
  .page-layout-step-by-step-bundle .product.data.items > .item.title > .switch,
  .page-layout-step-by-step-combine-bundle .product.data.items > .item.title > .switch,
  .page-layout-step-by-step-bundle-select-combined .product.data.items > .item.title > .switch,
  .page-layout-step-by-step-bundle-image-builder .product.data.items > .item.title > .switch {
    background: #ffffff;
    border-top: 1px solid #cccccc;
    height: 40px;
    padding: 1px 10px 1px 10px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.4rem;
    color: #333333;
    text-decoration: none;
  }
  .page-layout-step-by-step-bundle .product.data.items > .item.title > .switch:visited,
  .page-layout-step-by-step-combine-bundle .product.data.items > .item.title > .switch:visited,
  .page-layout-step-by-step-bundle-select-combined .product.data.items > .item.title > .switch:visited,
  .page-layout-step-by-step-bundle-image-builder .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .page-layout-step-by-step-bundle .product.data.items > .item.title > .switch:hover,
  .page-layout-step-by-step-combine-bundle .product.data.items > .item.title > .switch:hover,
  .page-layout-step-by-step-bundle-select-combined .product.data.items > .item.title > .switch:hover,
  .page-layout-step-by-step-bundle-image-builder .product.data.items > .item.title > .switch:hover {
    color: #333333;
    text-decoration: none;
  }
  .page-layout-step-by-step-bundle .product.data.items > .item.title > .switch:active,
  .page-layout-step-by-step-combine-bundle .product.data.items > .item.title > .switch:active,
  .page-layout-step-by-step-bundle-select-combined .product.data.items > .item.title > .switch:active,
  .page-layout-step-by-step-bundle-image-builder .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .page-layout-step-by-step-bundle .product.data.items > .item.title:not(.disabled) > .switch:active,
  .page-layout-step-by-step-combine-bundle .product.data.items > .item.title:not(.disabled) > .switch:active,
  .page-layout-step-by-step-bundle-select-combined .product.data.items > .item.title:not(.disabled) > .switch:active,
  .page-layout-step-by-step-bundle-image-builder .product.data.items > .item.title:not(.disabled) > .switch:active,
  .page-layout-step-by-step-bundle .product.data.items > .item.title.active > .switch,
  .page-layout-step-by-step-combine-bundle .product.data.items > .item.title.active > .switch,
  .page-layout-step-by-step-bundle-select-combined .product.data.items > .item.title.active > .switch,
  .page-layout-step-by-step-bundle-image-builder .product.data.items > .item.title.active > .switch,
  .page-layout-step-by-step-bundle .product.data.items > .item.title.active > .switch:focus,
  .page-layout-step-by-step-combine-bundle .product.data.items > .item.title.active > .switch:focus,
  .page-layout-step-by-step-bundle-select-combined .product.data.items > .item.title.active > .switch:focus,
  .page-layout-step-by-step-bundle-image-builder .product.data.items > .item.title.active > .switch:focus,
  .page-layout-step-by-step-bundle .product.data.items > .item.title.active > .switch:hover,
  .page-layout-step-by-step-combine-bundle .product.data.items > .item.title.active > .switch:hover,
  .page-layout-step-by-step-bundle-select-combined .product.data.items > .item.title.active > .switch:hover,
  .page-layout-step-by-step-bundle-image-builder .product.data.items > .item.title.active > .switch:hover {
    color: #333333;
    text-decoration: none;
    padding-bottom: 1px;
  }
  .page-layout-step-by-step-bundle .product.data.items > .item.content,
  .page-layout-step-by-step-combine-bundle .product.data.items > .item.content,
  .page-layout-step-by-step-bundle-select-combined .product.data.items > .item.content,
  .page-layout-step-by-step-bundle-image-builder .product.data.items > .item.content {
    background: #ffffff;
    margin: 0;
    padding: 10px 10px 30px;
  }
  .minicart-wrapper .block.block-minicart {
    top: 36px;
    right: -23px;
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    width: 100%;
    box-sizing: border-box;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 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-top: 10px;
    padding-bottom: 10px;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .contact_otr li {
    float: left;
    width: 100%;
    font-size: 1.6rem;
    font-family: 'ProximaNovaSemibold';
  }
  .subsc_otr input[type="text"] {
    background: #ffffff;
    border: none;
    padding: 9px 15px;
    font-family: 'ProximaNovaRegular';
    width: 71%;
    float: left;
    border-radius: 4px 0 0 4px;
  }
  .paypal_inner p {
    float: left;
    width: auto;
    font-size: 1rem;
    font-family: 'ProximaNovaSemibold';
    margin: 0 0 5px 0;
    text-transform: uppercase;
  }
  .folow_otr label {
    float: left;
    width: auto;
    font-size: 16px;
    margin: 5px 22px 0 0;
    font-family: 'ProximaNovaRegular';
  }
  .catalog-product-view .preheader_otr,
  .catalog-category-view .preheader_otr,
  .cms-page-view .preheader_otr {
    height: 260px;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .catalog-sub-category li {
    border: none;
    border-radius: 0;
    transition: none;
    padding: 0;
    margin: 0;
  }
  .catalog-sub-category li:before,
  .catalog-sub-category li:after {
    display: none;
  }
  .catalog-sub-category li:hover {
    border: none;
  }
  .catalog-sub-category li .info h4 a:hover {
    color: #f16436;
  }
  .products.wrapper .product-image:hover .product-item-actions,
  .products.wrapper .product-image:hover .actions-secondary {
    opacity: 1 !important;
  }
  .products.wrapper .product-image:hover .product-item-photo:after {
    opacity: 1;
  }
  .products.wrapper .product-reviews-summary {
    margin-bottom: 5px;
  }
  .toolbar .pages a.page:hover {
    background: #dedede;
    color: #7d7d7d;
  }
  .products.wrapper.products-list .product-item-info .product-image {
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .page-wrapper .breadcrumbs {
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-wrapper .breadcrumbs .item:not(:last-child):after {
    line-height: 26px;
  }
  .page-wrapper .breadcrumbs .item a {
    color: white;
  }
  .page-wrapper .breadcrumbs .item a:hover {
    color: #f16436;
  }
  .page-wrapper .breadcrumbs .item strong {
    font-weight: 600;
  }
  .sidebar.sidebar-main {
    padding-bottom: 60px;
  }
  .sticky-addtocart-button-container img {
    margin: 0 10px 0 0;
  }
  .sticky-addtocart-button-container button.bundle {
    line-height: 11px;
    padding: 12px 10px 10px 40px;
    width: 170px;
  }
  .sticky-addtocart-button-container button.bundle img {
    position: absolute;
    left: 13px;
    height: 29px;
    top: 11px;
  }
  .sticky-addtocart-button-container button.bundle span {
    font-size: 11px;
    font-weight: 700;
  }
  .sticky-addtocart-button-container button.bundle span label {
    font-size: 18px;
  }
  .sticky-addtocart-button-container button.bundle span label :after {
    content: '\A';
    white-space: pre;
  }
  .cart-container .cart-summary {
    padding-top: 15px;
    padding-bottom: 35px;
  }
  .block.crosssell .block-content {
    padding: 0;
  }
  .opc-progress-bar-item._active:before {
    background: #f16436;
  }
  .opc-progress-bar-item._active > span:before {
    background: #f16436;
  }
  .opc-progress-bar-item._complete > span {
    color: #f16436;
  }
  .checkout-index-index .column.main {
    padding-top: 20px;
  }
  .column.main .cms-page-content .heading_main h2 {
    margin-top: 20px;
  }
  .products_otr .product_main {
    border: 1px solid #cfcfcf;
  }
  .products_otr .product_main .product_detail {
    cursor: pointer;
  }
  .products_otr .product_main .product_detail:first-child > div {
    padding-top: 46px;
  }
  .products_otr .product_main .product_detail:first-child h2 {
    font-size: 2.4rem;
  }
  .products_otr .product_main .product_detail:first-child .product-image-photo {
    height: 325px;
    top: 0;
    transform: translateX(-50%);
  }
  .products_otr .product_main .product_detail:first-child .product_detail_inner {
    padding: 20px 40px;
  }
  .products_otr .product_main .product_detail:last-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .products_otr .product_main .product_detail:last-child > div {
    border: 1px solid #cfcfcf;
    border-top: none;
    padding: 0 20px;
  }
  .products_otr .product_main .product_detail:last-child > div:nth-child(n+3):last-child,
  .products_otr .product_main .product_detail:last-child > div:nth-child(n+3):nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
  .products_otr .product_main .product_detail:last-child > div:nth-child(-n+2) {
    border-bottom: 1px solid #cfcfcf;
  }
  .products_otr .product_main .product_detail:last-child > div:nth-child(2n) {
    border-left: none;
    border-right: none;
  }
  .products_otr .product_main .product_detail:first-child:hover,
  .products_otr .product_main .product_detail:last-child > div:hover {
    background: #fff;
    box-shadow: 0 0 4px 0 #ccc;
    transform: scale(1.05);
    position: relative;
    z-index: 999;
    transition: 0.1s ease all;
  }
  .products_otr .product_main .product_detail:first-child:hover .add-to-cart a,
  .products_otr .product_main .product_detail:last-child > div:hover .add-to-cart a {
    display: none;
  }
  .products_otr .product_main .product_detail:first-child:hover .buy_arrow,
  .products_otr .product_main .product_detail:last-child > div:hover .buy_arrow {
    display: block;
  }
  .products_otr .product_main .product_detail:first-child:hover .buy_arrow a,
  .products_otr .product_main .product_detail:last-child > div:hover .buy_arrow a {
    display: block;
  }
  .products_otr .product_main .product_detail:first-child:hover .buy_arrow a img,
  .products_otr .product_main .product_detail:last-child > div:hover .buy_arrow a img {
    display: inline-block;
    vertical-align: middle;
  }
  .product_detail:first-child .product_detail_inner .product-image-wrapper {
    overflow: initial;
  }
  .product_detail:first-child .product_detail_inner .product-item-photo {
    height: 426px;
    float: left;
    width: 100%;
    position: relative;
  }
  .product_detail:first-child .product_detail_inner .product-item-photo img {
    float: none;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .product_detail_inner .add-to-cart,
  .product_detail_inner .buy_arrow {
    padding-bottom: 25px;
  }
}
@media all and (min-width: 1024px), print {
  .aw-heldesk2__agent-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .aw-heldesk2__agent-container .page-title-wrapper {
    padding-right: 20px;
  }
  .aw_helpdesk2__agent-info {
    width: 40%;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .ampromo-popup-wrapper {
    max-width: 960px;
    width: 100%;
  }
  .ampromo-popup-wrapper .slick-dotted.slick-slider {
    margin-bottom: 3rem;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 0;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .category .subscribe-popup {
    width: 30%;
  }
  .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;
  }
  .catalog-category-main .col-md-12,
  .catalog-category-main .col-md-2,
  .catalog-category-main .col-md-3,
  .catalog-category-main .col-md-4,
  .catalog-category-main .col-md-5,
  .catalog-category-main .col-md-6 {
    float: left;
    margin-bottom: 30px;
  }
  .catalog-category-main .col-md-12 {
    width: 100%;
  }
  .catalog-category-main .col-md-6 {
    width: 50%;
  }
  .catalog-category-main .col-md-4 {
    width: 33.33333333%;
  }
  .catalog-category-main .col-md-5 {
    width: 20%;
  }
  .catalog-category-main .col-md-3 {
    width: 25%;
  }
  .catalog-category-main .col-md-2 {
    width: 16.66666667%;
  }
  .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;
  }
  .option-wrapper:before,
  .option-wrapper:after {
    content: '';
    display: table;
  }
  .option-wrapper:after {
    clear: both;
  }
  .option-wrapper .image-container {
    float: left;
  }
  .option-wrapper .field.option {
    float: right;
    width: 100%;
    padding-left: 230px;
    margin-left: -100%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(n+1) {
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .products .product-image:hover .product-item-photo .product-image-photo {
    transform: scale(1.18);
  }
  .column.main .cms-page-content .heading_main h2 {
    margin-top: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/**
 * @author Atwix Team
 * @copyright Copyright (c) 2019 Atwix (https://www.atwix.com/)
 *  @package Atwix_Theme
 */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HereJustNow';
  src: url('../fonts/HereJustNow.woff2') format('woff2'), url('../fonts/HereJustNow.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNovaSemibold';
  src: url('../fonts/ProximaNovaSemibold.woff2') format('woff2'), url('../fonts/ProximaNovaSemibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNovaBold';
  src: url('../fonts/ProximaNovaBold.woff2') format('woff2'), url('../fonts/ProximaNovaBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanovaextrabold';
  src: url('../fonts/proximanovaextrabold.woff2') format('woff2'), url('../fonts/proximanovaextrabold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KeskiyonLumisade';
  src: url('../fonts/KeskiyonLumisade.woff2') format('woff2'), url('../fonts/KeskiyonLumisade.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNovaRegular';
  src: url('../fonts/ProximaNovaRegular.woff2') format('woff2'), url('../fonts/ProximaNovaRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*background RGBA
============================================*/
/*inline-block
============================================*/
/* ---------------------------------- Animation --------------------------------------- */
/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Tools */
.a-left {
  text-align: left;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.f-none {
  float: none !important;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.col-no-padding {
  padding: 0 !important;
}
.row-no-margin {
  margin: 0 !important;
}
.no-bg {
  background: none !important;
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-header .wrapper {
    position: relative;
  }
  .page-header .wrapper::before {
    background: url("../images/bg_header.png") no-repeat;
    content: "";
    height: 226px;
    opacity: 0.5;
    position: absolute;
    right: -130px;
    top: 0;
    width: 255px;
  }
  .page-header .page-topbar {
    position: relative;
  }
  .page-header .page-topbar::before {
    border-bottom: 1px solid #e6e6e6;
    bottom: 0;
    content: "";
    left: -100%;
    position: absolute;
    width: 500%;
  }
  .rtl .page-header .wrapper:before {
    left: -130px;
    right: auto;
  }
  .block-inline .productlist-widget .product-item-info {
    float: left;
    width: 100%;
  }
  .block-inline .productlist-widget .product-image {
    float: left;
    width: 47%;
  }
  .block-inline .productlist-widget .product-item-details {
    float: left;
    width: 53%;
  }
  .ves-menutop {
    background: #f16436;
  }
  .ves-menutop::before,
  .ves-menutop::after {
    border-bottom: 2px solid #e6e6e6;
    bottom: 0;
    content: "";
    position: absolute;
    width: 500%;
  }
  .ves-menutop::before {
    right: 100%;
  }
  .ves-menutop::after {
    left: 100%;
  }
  .block-theme .pretext-html,
  .block-danger .pretext-html,
  .block-highlighted .pretext-html {
    float: left;
    padding: 0 20px;
  }
  .block-theme .pretext-html p,
  .block-danger .pretext-html p,
  .block-highlighted .pretext-html p {
    margin: 0;
  }
  .block-theme .pretext-html .f-left,
  .block-danger .pretext-html .f-left,
  .block-highlighted .pretext-html .f-left {
    margin-right: 20px;
  }
  .block-theme .pretext-html img + img,
  .block-danger .pretext-html img + img,
  .block-highlighted .pretext-html img + img {
    margin-top: 20px;
  }
  .block-theme .block-content,
  .block-danger .block-content,
  .block-highlighted .block-content {
    float: left;
  }
  .block-theme .productlist-widget,
  .block-danger .productlist-widget,
  .block-highlighted .productlist-widget {
    padding-bottom: 20px;
  }
  .block-theme .productlist-widget .product-item-info,
  .block-danger .productlist-widget .product-item-info,
  .block-highlighted .productlist-widget .product-item-info {
    border-bottom: 0 !important;
  }
  .block-theme.block-inline .productlist-widget .product-item-info,
  .block-danger.block-inline .productlist-widget .product-item-info,
  .block-highlighted.block-inline .productlist-widget .product-item-info {
    border-bottom: 1px solid #f6f6f6!important;
  }
  .block-theme.block-inline .productlist-widget .product-block > div:last-child,
  .block-danger.block-inline .productlist-widget .product-block > div:last-child,
  .block-highlighted.block-inline .productlist-widget .product-block > div:last-child {
    border-bottom: 0 !important;
  }
  .block-theme .pretext-html,
  .block-theme .block-content {
    width: 50%;
  }
  .block-danger .pretext-html {
    width: 33.3333%;
  }
  .block-danger .block-content {
    width: 66.6666%;
  }
  .block-highlighted .pretext-html {
    width: 66.6666%;
  }
  .block-highlighted .block-content {
    width: 33.3333%;
  }
  .rtl .block-theme .pretext-html,
  .rtl .block-danger .pretext-html,
  .rtl .block-highlighted .pretext-html,
  .rtl .block-theme .block-content,
  .rtl .block-danger .block-content,
  .rtl .block-highlighted .block-content {
    float: right;
  }
  .rtl .block-theme .pretext-html .f-left,
  .rtl .block-danger .pretext-html .f-left,
  .rtl .block-highlighted .pretext-html .f-left {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main {
    width: 62% !important;
  }
  .page-layout-1column .product.media {
    width: 34% !important;
  }
  .promotional .abs {
    border-right: 2px solid #f6f6f6;
    width: 20%;
  }
  .promotional .abs-last {
    border: 0 !important;
  }
  .rtl .product.data.items > .item.title {
    float: right;
  }
  .rtl .product.data.items > .item.content {
    float: left;
    margin-right: -100%;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
  .product-block .product-item-actions {
    display: block;
  }
  .product-block .product-image .product-item-actions {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 5% !important;
  }
  .product-block .add-to-cart,
  .product-block .add-to-compare,
  .product-block .add-to-wishlist,
  .product-block .quick-view {
    opacity: 1 !important;
    transform: translate(0px, 0px) !important;
    visibility: visible !important;
  }
  .product-block .actions-secondary {
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .productlist-widget .pretext-html {
    display: none;
  }
  .page-header .minicart-wrapper .w-item {
    display: none;
  }
  .page-header .minicart-wrapper .action.showcart::before {
    border: 0 !important;
    font-size: 22px !important;
  }
  .page-header .header-content {
    padding: 0 !important;
  }
  .page-header .nav-toggle {
    top: 18px;
  }
  .page-header .logo {
    height: 45px;
    line-height: 45px;
    padding-top: 8px;
    text-align: center;
    width: 100%;
  }
  .page-header .minicart-warp {
    position: absolute;
    right: 2px;
    top: -50px;
  }
  .ves-menutop .header-links .switcher-trigger {
    display: none !important;
  }
  .ves-menutop .header-links .header-links-options {
    width: 100%;
  }
  .ves-menutop .header-links ul {
    padding-left: 10px;
  }
  .ves-menutop .header-links ul li {
    float: left;
    width: 100%;
    padding: 10px 0;
  }
  .ves-menutop .header-links ul li a {
    color: #666;
  }
  .ves-menutop .ves-megamenu li.level0 > a {
    color: #333 !important;
  }
  .ves-menutop .ves-megamenu.menu-hover li .dropdown-menu {
    position: relative;
  }
  .ves-menutop .nav-sections-item-title {
    background: #eef0ef;
    height: auto;
    padding: 0;
  }
  .ves-menutop .nav-sections-item-title a {
    float: left;
    padding: 15px 0;
    width: 100%;
  }
  .ves-menutop .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  .ves-menutop .section-item-content {
    float: left;
    width: 100%;
  }
  .ves-menutop .nav-sections {
    background: #fcfcfc;
    z-index: 9999 !important;
  }
  .rtl .navigation .parent .level-top::after {
    left: 7px;
  }
  .rtl .page-header .minicart-warp {
    left: 2px;
    right: auto;
  }
  .nav-sections .switcher-trigger strong::after {
    display: none !important;
  }
  .ves-menutop .nav-sections .switcher {
    font-weight: 600;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block.widget .product-item-info {
    height: auto !important;
  }
  .ves-megamenu li.level0 > a,
  .navigation .level0 > .level-top {
    padding: 0 10px!important;
  }
  .products-grid .product-item {
    width: 33.3333%;
  }
  .ves-header .custom-group .action.toggle {
    padding: 15px !important;
  }
  .ves-slideshow .ves-slider .text-content {
    left: 10%;
    top: 5%;
  }
  .ves-slideshow .ves-slider .text-content p {
    display: none;
  }
  .img-responsive {
    width: 100%;
  }
  .products-grid .product-item {
    width: 50% !important;
  }
  .products-grid .product-item .product-block:hover {
    box-shadow: 0 1px 2px 2px #eeeeee;
  }
  .products-grid .product-items {
    margin-left: 0px !important;
  }
}
@media (max-width: 767px) {
  .img-responsive,
  .thumbnail > img,
  .thumbnail a > img,
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 100%;
  }
  .ves-header .minicart-wrapper .action.showcart::before {
    line-height: 32px;
    padding: 2px 7px;
  }
  .ves-slideshow .ves-slider .text-content {
    left: 10%;
    top: 5%;
  }
  .ves-slideshow .ves-slider .text-content h2 {
    font-size: 20px;
  }
  .ves-slideshow .ves-slider .text-content p {
    display: none;
  }
  .ves-slideshow .ves-slider .text-content a {
    padding: 5px 10px;
  }
  .block .block-title strong {
    font-size: 26px;
  }
  .products-grid .product-items {
    margin-left: 0 !important;
  }
  .products-grid .product-item {
    padding-right: 10px;
    margin-bottom: 20px;
    width: 50%;
  }
  .ves-showcase .showcase .text-content h2 {
    font-size: 14px;
  }
  .ves-showcase .showcase .text-content h2:after {
    display: none;
  }
  .ves-showcase .showcase .text-content a {
    padding: 5px 10px;
  }
  .ves-showcase .showcase .text-content p {
    display: none;
  }
  .ves-massbottom1 .ves-testominial .testominial {
    max-width: 88%;
  }
  .ves-massbottom2 .owl-controls .owl-nav > div.right {
    right: 30px;
  }
  .list.products-list .product-block .product-image {
    margin-bottom: 10px;
  }
  .list.products-list .product-block .product-item-details {
    display: unset;
    padding: 10px 0 0;
  }
  .list.products-list .product-block .product-image-container,
  .list.products-list .product-block .product-image-photo {
    width: 100% !important;
  }
  .product-block .add-to-compare,
  .product-block .quick-view {
    display: none !important;
  }
  .page-layout-1column .fotorama__nav {
    height: auto !important;
  }
  .navbar-fixed-top {
    position: fixed !important;
  }
  .navbar-fixed-top #ves-header {
    position: unset !important;
    box-shadow: none !important;
  }
  .product-info-main .field.qty {
    float: left;
  }
  .category-view .block-info .content {
    display: none;
  }
  .block-image a img {
    width: 100%;
  }
  .block.widget .product-item-info {
    height: auto !important;
  }
  .product.info.detailed .data > .item.content {
    margin-top: 0 !important;
  }
  .navigation .parent .level-top::after {
    top: 0;
  }
  .cart-container .cart-summary {
    width: 100%;
  }
  .abs-toggling-title-mobile::after,
  .block-wishlist-management .wishlist-select .wishlist-name::after,
  .block-collapsible-nav .title::after {
    font-size: 15px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name::after,
  .block-collapsible-nav .title::after {
    top: 8px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    width: 100%;
  }
  .productlist-widget .owl-nav {
    width: 46px;
  }
  .widget-carousel .customNavigation .owl-prev,
  .widget-carousel .owl-nav .owl-prev,
  .widget-carousel .customNavigation .owl-next,
  .widget-carousel .owl-nav .owl-next {
    top: 30%;
  }
  .checkout-index-index #checkout .opc-wrapper {
    width: 100%;
  }
  .checkout-index-index #checkout .opc-estimated-wrapper {
    position: relative;
  }
  .checkout-index-index #checkout .minicart-wrapper {
    top: 15px;
  }
  .checkout-index-index #checkout .opc-wrapper .form-login,
  .checkout-index-index #checkout .opc-wrapper .form-shipping-address,
  .checkout-index-index #checkout .opc-wrapper .methods-shipping {
    background: none;
  }
  .block.filter {
    margin-bottom: 30px;
  }
  .block.filter .block-title {
    position: relative;
  }
  .block.filter .block-title::after {
    content: "+";
    position: absolute;
    right: 15px;
    font-family: "Open Sans", sans-serif;
    top: 20px;
    font-size: 20px;
  }
  .block.filter.active .block-title:after {
    content: "-";
  }
  .rtl .block.filter .block-title::after {
    left: 15px;
    right: auto;
  }
  .widget-carousel .customNavigation .owl-prev,
  .widget-carousel .owl-nav .owl-prev,
  .widget-carousel .customNavigation .owl-next,
  .widget-carousel .owl-nav .owl-next {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .productlist-widget .owl-carousel {
    padding-top: 15px;
  }
  .productlist-widget ul.etabs {
    top: 66px;
  }
  .block-primary .productlist-widget ul.etabs li {
    width: 100%;
  }
}
/* Safari and Chrome fix*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .toolbar-sorter .sorter-label {
    min-width: 80px;
  }
  .call-online,
  .product-addto-links a,
  .product.data.items > .item.title > .switch,
  .product-addto-links a,
  .block.related .block-actions,
  .product-info-main .box-tocart .action.tocart,
  .product-options-bottom .box-tocart .action.tocart {
    white-space: nowrap;
  }
}
/* RTL Fix */
.rtl .f-left,
.rtl .pull-left {
  float: right !important;
}
.rtl .f-right,
.rtl .pull-right {
  float: left !important;
}
.rtl .a-left {
  text-align: right;
}
.rtl .a-right {
  text-align: left;
}
.rtl .col-lg-1,
.rtl .col-lg-2,
.rtl .col-lg-3,
.rtl .col-lg-4,
.rtl .col-lg-5,
.rtl .col-lg-6,
.rtl .col-lg-7,
.rtl .col-lg-8,
.rtl .col-lg-9,
.rtl .col-lg-10,
.rtl .col-lg-11,
.rtl .col-lg-12,
.rtl .col-md-1,
.rtl .col-md-2,
.rtl .col-md-3,
.rtl .col-md-4,
.rtl .col-md-5,
.rtl .col-md-6,
.rtl .col-md-7,
.rtl .col-md-8,
.rtl .col-md-9,
.rtl .col-md-10,
.rtl .col-md-11,
.rtl .col-md-12,
.rtl .col-sm-1,
.rtl .col-sm-2,
.rtl .col-sm-3,
.rtl .col-sm-4,
.rtl .col-sm-5,
.rtl .col-sm-6,
.rtl .col-sm-7,
.rtl .col-sm-8,
.rtl .col-sm-9,
.rtl .col-sm-10,
.rtl .col-sm-11,
.rtl .col-sm-12,
.rtl .col-xs-1,
.rtl .col-xs-2,
.rtl .col-xs-3,
.rtl .col-xs-4,
.rtl .col-xs-5,
.rtl .col-xs-6,
.rtl .col-xs-7,
.rtl .col-xs-8,
.rtl .col-xs-9,
.rtl .col-xs-10,
.rtl .col-xs-11,
.rtl .col-xs-12 {
  float: right !important;
}
.rtl .page-header .logo,
.rtl .header2 .minicart-wrapper .action.showcart .counter.total-qty,
.rtl .block-inline .productlist-widget .product-image {
  float: right;
}
.rtl .block-search,
.rtl .product-info-main,
.rtl .cart-summary {
  float: left !important;
}
.rtl .product.media,
.rtl .countdown-timmer .item-countdown li,
.rtl .abs-shopping-cart-items-desktop,
.rtl .block-cart-failed,
.rtl .cart-container .cart-gift-item,
.rtl .cart-container .form-cart,
.rtl .checkout-index-index #checkout .opc-wrapper {
  float: right;
}
.rtl .block .block-title,
.rtl .opc-block-summary .product-item .product-item-name-block {
  text-align: right;
}
.rtl .block .block-title::before {
  right: 20px;
  left: auto;
}
.rtl .page-footer .block .block-title {
  text-align: right;
}
.rtl .page-footer .contacts .fa {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.rtl .ves-slideshow .ves-slider .text-content a {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .minicart-wrapper .action.showcart .counter.total-qty {
  padding-left: auto;
  padding-right: 10px;
}
.rtl .minicart-wrapper .action.showcart::before {
  border-right: 0;
  border-left: 1px solid #ddd;
}
.rtl .minicart-wrapper .w-item {
  margin-left: 0;
  margin-right: -4px;
}
.rtl .nav-toggle {
  left: auto;
  right: 15px;
}
.rtl .navigation .level0 {
  right: 0;
  left: auto;
}
.rtl .navigation .level0 > .level1.parent::before {
  content: "\f104";
  left: 0;
  right: auto;
}
.rtl .ves-megamenu li.level0 {
  float: right;
}
.rtl .ves-megamenu .dropdown > .dropdown-menu {
  text-align: right;
}
.rtl .ves-megamenu .dropdown.submenu-alignright > .dropdown-menu {
  left: auto;
  right: 0;
}
.rtl .ves-megamenu .dropdown-menu {
  left: auto;
  right: 0;
}
.rtl .ves-megamenu .dropdown-menu .content-wrap .megamenu-sidebar,
.rtl .ves-megamenu .dropdown-menu .content-wrap .megamenu-content {
  float: right;
}
.rtl .ves-megamenu .dropdown-menu .nav-item > a::before {
  margin-left: 4px;
  margin-right: 0;
}
.rtl .ves-megamenu .products-widget .owl-nav {
  left: 0;
  right: auto;
}
.rtl .ves-megamenu .dropdown-submenu .dropdown-menu {
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
}
.rtl .ves-megamenu .caret {
  left: 20px;
  right: auto;
}
.rtl .ves-megamenu .nav-item.level1 .dropdown-menu {
  left: auto;
  right: 70%;
}
.rtl .ves-megamenu .dynamic-items li > a > .caret {
  left: 20px;
  right: auto;
  border-right: 4px dashed;
  border-left: 0;
}
.rtl .nav-mobile li .opener,
.rtl .productlist-widget ul.etabs {
  left: 0;
  right: auto;
}
.rtl .block.newsletter input {
  padding-right: 35px;
  padding-left: auto;
}
.rtl .block.related .block-actions,
.rtl .field-tooltip {
  left: 0;
  right: auto;
}
.rtl .product-info-main .product-addto-links a,
.rtl .product-options-bottom .product-addto-links a {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}
.rtl .minicart-wrapper .block-minicart {
  left: -15px;
  right: auto;
}
.rtl .minicart-wrapper .block-minicart::before {
  left: 26px;
  right: auto;
}
.rtl .minicart-wrapper .block-minicart::after {
  left: 25px;
  right: auto;
}
.rtl .minicart-wrapper .product .actions {
  float: left;
}
.rtl .minicart-items .product-item-details {
  padding-left: 0;
  padding-right: 88px;
}
.rtl .minicart-items .product > .product-item-photo,
.rtl .minicart-items .product > .product-image-container {
  float: right;
}
.rtl .productlist-widget ul.etabs .tab {
  text-align: right;
}
.rtl .productlist-widget .owl-nav {
  left: 15px;
  right: auto;
}
.rtl .scrollup {
  right: auto;
  left: 10px;
}
.rtl .filter-options-title {
  padding: 10px 10px 0 40px;
}
.rtl .list.products-list .product-block .product-item-details {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}
.rtl #layered-filter-block .swatch-option {
  float: right;
}
.rtl .cart.table-wrapper .product-item-photo {
  padding-left: 20px;
  padding-right: 0;
}
.rtl .authentication-wrapper {
  float: left;
  text-align: left;
}
.rtl .checkout-index-index #checkout .opc-wrapper {
  padding-left: 30px;
  padding-right: 0;
}
.rtl ul.list-social li a .fa {
  margin-left: -3px;
  margin-right: 0;
}
.rtl .ves-menu .ves-vertical .dropdown > .dropdown-menu {
  right: 100% !important;
  left: auto !important;
}
.rtl .ves-menu .ves-vertical li.level0 > a .caret {
  left: 20px;
  right: auto;
}
.rtl .ves-menu .ves-vertical .dropdown-menu {
  box-shadow: -4px 2px 6px rgba(0, 0, 0, 0.2);
}
.rtl .ves-menu .ves-vertical li.level0.dropdown:hover::before {
  left: -2px;
  right: auto;
}
.rtl .ves-menu .ves-vertical .icon-left {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .block-info .product-block .product-item-info {
  text-align: right;
}
.rtl .block-info .product-block .product-item-info .product-image {
  float: right;
  padding-left: 7%;
  padding-right: 0;
}
.rtl .header2 .block-search {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .vertical-menu .block .block-title strong::before {
  left: 8%;
  right: auto;
}
.rtl .blog-posts .post-date::before,
.rtl .blog-posts .post-comment::before {
  right: 0;
  left: auto;
}
.rtl .blog-posts .post-date,
.rtl .blog-posts .post-comment {
  padding-left: 0;
  padding-right: 22px;
}
.rtl .block-success .widget-images {
  padding-left: 0;
  padding-right: 10%;
}
.rtl .block-success .widget-images .img-animation {
  left: 1px;
  right: auto;
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .block-minicart {
    max-height: 75vh;
    overflow: auto;
  }
  .block-minicart .minicart-items-wrapper {
    max-height: initial;
    height: auto !important;
  }
}
/**
 * @author Atwix Team
 * @copyright Copyright (c) 2018 Atwix (https://www.atwix.com/)
 * @package Atwix_Theme
 */
/**
 * @author Atwix Team
 * @copyright Copyright (c) Atwix (https://www.atwix.com/)
 */
/**
 * @author Atwix Team
 * @copyright Copyright (c) 2019 Atwix (https://www.atwix.com/)
 * @package Atwix_Theme
 */
/**
 * @author Atwix Team
 * @copyright Copyright (c) 2018 Atwix (https://www.atwix.com/)
 * @package Atwix_Theme
 */
/**
 * @author Atwix Team
 * @copyright Copyright (c) 2019 Atwix (https://www.atwix.com/)
 * @package Atwix_Theme
 */
/**
 * @author Atwix Team
 * @copyright Copyright (c) 2018 Atwix (https://www.atwix.com/)
 * @package Atwix_Theme
 */
@media (max-width: 860px) {
  .sidebar .sidebar-block {
    background-size: 100%;
  }
  .sidebar .sidebar-block a {
    font-size: 12px;
    margin-top: 125px !important;
  }
  .sidebar .sidebar-block span {
    font-size: 10px;
  }
}
@media (max-width: 900px) {
  .sidebar .sidebar-block p {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 18px;
  }
}
@media (max-width: 1050px) {
  .sidebar .sidebar-block p {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
@media (min-width: 568px) and (max-width: 1023px) {
  .catalog-category-main .catalog-sub-category li .cat-image img {
    width: 50%;
  }
}
@media (max-width: 1097px) {
  .sidebar .sidebar-block {
    background-size: cover;
  }
  .sidebar .sidebar-block .content a {
    padding: 5px;
    margin-top: 160px;
  }
}
.page-wrapper .breadcrumbs .items {
  font-size: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .breadcrumbs .items {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-wrapper .breadcrumbs {
    padding-left: 15px;
  }
}
@media (max-width: 599px) {
  .service_section {
    padding: 0;
  }
  .section_cap {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .product_detail_inner {
    margin-top: 20px;
  }
  .product_detail_inner .product-image-wrapper {
    padding-bottom: 200px !important;
  }
}
@media (max-width: 980px) {
  .insta_section .insta_inner {
    width: 16.6%;
  }
}
@media (max-width: 767px) {
  .insta_section .insta_inner {
    width: 20%;
  }
}
@media (max-width: 600px) {
  .insta_section .insta_inner {
    width: 25%;
  }
}
@media (max-width: 500px) {
  .insta_section .insta_inner {
    width: 33.3%;
  }
}
@media (max-width: 331px) {
  .insta_section .insta_inner {
    width: 50%;
  }
}
/**
 * @author Atwix Team
 * @copyright Copyright (c) 2018 Atwix (https://www.atwix.com/)
 */
/**
 * @author Atwix Team
 * @copyright Copyright (c) 2018 Atwix (https://www.atwix.com/)
 */
