body {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  line-height: 1.5;
  font-weight: 300;
}
.page-main > .page-title-wrapper .page-title {
  font-size: 32px;
  font-weight: 500;
}
a {
  transition: all 0.5s ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.action.primary,
.action-primary,
button.secondary,
.action-select-shipping-item,
button.action {
  background: #272727;
  border: 1px solid #272727;
  transition: all 0.5s ease;
  color: #fff;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 0;
}
.minicart-wrapper .block-minicart .block-content .actions > .secondary {
  margin: 0 10px 15px 5px;
}
.breadcrumbs li a,
.breadcrumbs li a:visited {
  color: #fff;
}
.action.primary:hover,
.action-primary:hover,
.action.primary:focus,
.action-primary:focus,
button.secondary:hover,
button.secondary:focus,
action-select-shipping-item:hover,
action-select-shipping-item:focus,
button.action:hover,
button.action:focus {
  background: #553D25;
  color: #fff;
  border: 1px solid #553D25;
}
aside.modal-popup.confirm._show {
  z-index: 9999 !important;
}
.field-tooltip {
  right: 10px !important;
}
.zoomWindow {
  width: 445px !important;
  left: 59px !important;
}
.weltpixel-quickview {
  display: flex !important;
  justify-content: center;
  align-items: center;
  z-index: 9;
  position: absolute;
  background-image: none;
  background-repeat: no-repeat;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  font-size: 18px;
  color: #000;
  height: 45px;
  width: 50px;
  border-right: 1px solid #ddd;
  text-indent: 0;
}
display:flex .weltpixel-quickview:hover {
  color: #fff;
  background-color: #553D25;
  cursor: pointer;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.swatch-option.text {
  font-size: 12px;
  font-weight: 700;
  line-height: 34px;
  margin-right: 7px;
  min-height: 37px;
  min-width: 37px;
  padding: 1px 2px;
}
.page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
  display: flex !important;
  justify-content: center;
  align-items: center;
  z-index: 9;
  position: absolute;
  background-image: none;
  background-repeat: no-repeat;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  font-size: 18px;
  color: #000;
  height: 45px;
  width: 50px;
  border-right: 1px solid #ddd;
  text-indent: 0;
}
.page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
  color: #fff;
  background-color: #553D25;
  cursor: pointer;
}
.weltpixel-quickview:before {
  content: "\f06e";
  display: block;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.weltpixel-quickview span {
  display: none;
}
.page-products .products-grid .product-item .product-item-info:hover a.amasty-hide-price-container + span + script + script + div + .weltpixel-quickview.weltpixel_quickview_button_v2,
.page-products .products-grid .product-item .product-item-info:hover a.amasty-hide-price-container + span + script + script + .weltpixel-quickview.weltpixel_quickview_button_v2 {
  display: none !important;
}
.page-layout-2columns-left .column.main {
  width: 78%;
}
.page-layout-2columns-left .sidebar-main {
  width: 22%;
}
/********* animation css *************/
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1);
  }
  50% {
    opacity: 0;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -50%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 50%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-30%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(30%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/********* animation css *************/
.slideInRight {
  animation-name: slideInRight;
}
@keyframes fadeIn {
  from {
    opacity: 0.9;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
/******* header section css *******/
.header-top-inner {
  display: inline-block;
  width: auto;
}
.panel.header .container {
  position: relative;
}
.page-header .header.panel {
  max-width: 100%;
}
.header-right-part-link {
  position: absolute;
  right: 10px;
  top: 0;
}
.header-right-part-link a {
  background: #553D25;
  padding: 7px 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
}
.header-right-part-link a:hover {
  background: #272727;
}
.support-bottom-section {
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 9;
}
.support-bottom-section a {
  background: #553D25;
  display: flex;
  padding: 10px;
  max-width: 47px;
  border-radius: 5px;
}
.page-header .panel.wrapper {
  background-color: #F4F4F4;
  border-bottom: 0;
  min-height: 40px;
}
.page-header .panel.wrapper .header-top-main {
  text-align: center;
  color: #272727;
  font-size: 14px;
}
.page-header .panel.wrapper .header-top-main .header-top-inner p {
  margin-bottom: 0;
}
.page-header .panel.wrapper ul.header.links {
  display: none;
}
.header-middle {
  padding: 15px 0;
}
.header-middle .col-3.col-xs-3.col-sm-3.col-md-3.col-lg-3.search-box {
  display: flex;
  align-items: center;
}
.header-middle .col-3.col-xs-3.col-sm-3.col-md-3.col-lg-3.search-box .block-search {
  padding-left: 0;
}
.header-middle .col-3.col-xs-3.col-sm-3.col-md-3.col-lg-3.search-box .block-search .block-content .search input {
  border: 0;
  border-bottom: 1px solid #272727;
  border-radius: 0;
  padding-left: 35px;
}
.header-middle .col-3.col-xs-3.col-sm-3.col-md-3.col-lg-3.search-box .block-search .block-content .search input:not([disabled]):focus {
  box-shadow: none;
}
.header-middle .col-3.col-xs-3.col-sm-3.col-md-3.col-lg-3.search-box .block-search .block-content .search input::-webkit-input-placeholder {
  /* Edge */
  color: transparent;
}
.header-middle .col-3.col-xs-3.col-sm-3.col-md-3.col-lg-3.search-box .block-search .block-content .search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}
.header-middle .col-3.col-xs-3.col-sm-3.col-md-3.col-lg-3.search-box .block-search .block-content .search input::placeholder {
  color: transparent;
}
.header-middle .col-3.col-xs-3.col-sm-3.col-md-3.col-lg-3.search-box .block-search .action.search {
  left: 10px;
  right: calc(90%);
  color: #000;
  opacity: 1;
}
.header-middle .col-3.col-xs-3.col-sm-3.col-md-3.col-lg-3.search-box .block-search .action.search:before {
  color: #292929;
}
.header-middle .col-2.col-xs-6.col-sm-6.col-md-6.col-lg-6.logo-main {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-middle .col-2.col-xs-6.col-sm-6.col-md-6.col-lg-6.logo-main a.logo {
  margin: 0;
  max-width: 100%;
}
.header-middle .header-top-right {
  display: flex;
  justify-content: end;
  align-items: center;
}
.header-middle .header-top-right ul.customer-links {
  display: flex;
  align-items: center;
}
.header-middle .header-top-right ul.customer-links li {
  list-style: none;
  margin-bottom: 0;
}
.header-middle .header-top-right ul.customer-links li.wishlist span.customer-wishlist {
  position: relative;
}
.header-middle .header-top-right ul.customer-links li.wishlist span.customer-wishlist span.counter.qty {
  position: static;
  width: 20px;
  height: 20px;
  background: #000;
  color: #fff;
  border-radius: 100%;
  font-size: 11px;
  overflow: hidden;
  display: inline-block;
  margin-left: 0px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 20px;
  text-align: center;
}
.header-middle .header-top-right ul.customer-links li a:hover img {
  filter: invert(59%) sepia(69%) saturate(665%) hue-rotate(358deg) brightness(98%) contrast(107%);
}
.header-middle .header-top-right ul.customer-links li.nav-item.login {
  position: relative;
}
.header-middle .header-top-right ul.customer-links li.nav-item.login ul.links {
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 0;
  visibility: hidden;
  z-index: 100;
  display: block !important;
  padding: 0;
  background-color: #f3f3f3;
  margin: 0;
  border: none;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  right: -40px;
  width: 110px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.header-middle .header-top-right ul.customer-links li.nav-item.login:hover ul.links {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.header-middle .header-top-right ul.customer-links li.nav-item.login:hover ul.links li {
  list-style: none;
  padding: 0;
}
.header-middle .header-top-right ul.customer-links li.nav-item.login:hover ul.links li a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  padding: 4px 0;
}
.header-middle .header-top-right ul.customer-links li.nav-item.login:hover ul.links li a:hover {
  color: #fff;
  background: #553D25;
}
.header-middle .header-top-right .minicart-wrapper {
  top: -4px;
}
.swatch-option {
  border-radius: 100%;
  min-width: auto;
  width: 25px;
  height: 25px;
}
.minicart-wrapper .action.showcart:before {
  background: url(../images/shopping-cart.svg) no-repeat center center;
  background-size: 31px;
  width: 31px;
  height: 31px;
  content: "";
}
.minicart-wrapper .action.showcart.active:before {
  background: url(../images/shopping-cart.svg) no-repeat center center;
  background-size: 31px;
  width: 31px;
  height: 31px;
  content: "";
}
.minicart-wrapper .action.showcart:hover:before {
  filter: invert(59%) sepia(69%) saturate(665%) hue-rotate(358deg) brightness(98%) contrast(107%);
}
/*************** navigation section *********/
.nav-sections .navigation ul li.home span {
  display: none;
}
/************  Footer  ****************************/
.page-footer {
  padding-bottom: 0;
}
.page-footer .footer-top {
  padding: 60px 0;
}
.page-footer .footer-top .newsletter .join {
  text-align: center;
}
.page-footer .footer-top .newsletter .join h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0em;
  color: #272727;
  border-bottom: 2px solid #553D25;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}
.page-footer .footer-top .newsletter .join h2:before {
  display: none;
}
.page-footer .footer-top .newsletter .join h2:after {
  display: none;
}
.page-footer .footer-top .newsletter .join p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  padding: 14px 0 22px 0;
  margin-bottom: 0;
}
.page-footer .footer-top .block.newsletter {
  margin: 0 auto;
  max-width: 452px;
  width: 100%;
}
.page-footer .footer-top .block.newsletter div#newsletter-error {
  width: 100%;
  order: 1;
}
.page-footer .footer-top .block.newsletter input {
  line-height: 42px;
  height: inherit;
  margin-right: 0;
  border: 0;
  width: 70%;
}
.page-footer .footer-top .block.newsletter input:not([disabled]):focus {
  box-shadow: none;
}
.page-footer .footer-top .block.newsletter .input-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-footer .footer-top .block.newsletter .input-group .btn {
  width: 30%;
  max-width: 93px;
  background: #272727;
  color: #fff;
  line-height: 40px;
  padding: 0;
  flex-wrap: nowrap;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.page-footer .footer-top .block.newsletter .input-group .btn:hover {
  border: 1px solid #553D25;
  background: #553D25;
}
.page-footer .footer-middle {
  padding: 60px 0 55px 0;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
.page-footer .footer-middle .footer-inner-part {
  display: flex;
  justify-content: space-between;
}
.page-footer .footer-middle h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0em;
  border-bottom: 2px solid #553D25;
  width: fit-content;
  width: -moz-fit-content;
  margin-bottom: 20px;
  color: #272727;
}
.page-footer .footer-middle .block {
  margin-bottom: 0;
}
.page-footer .footer-middle .block ul {
  list-style: none;
  padding-left: 0;
}
.page-footer .footer-middle .block ul li {
  list-style: none;
}
.page-footer .footer-middle .block ul.links {
  margin-bottom: 0;
}
.page-footer .footer-middle .block ul.links li {
  margin-bottom: 14px;
}
.page-footer .footer-middle .block ul.links li:last-child {
  margin-bottom: 0;
}
.page-footer .footer-middle .block ul.social {
  display: flex;
  flex-wrap: nowrap;
}
.page-footer .footer-middle .block ul.social li {
  padding-right: 19px;
}
.page-footer .footer-middle .block a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #272727;
}
.page-footer .footer-middle .block a img {
  transition: all 0.5s ease;
}
.page-footer .footer-middle .block a:hover {
  color: #553D25;
}
.page-footer .footer-middle .block a:hover img {
  filter: invert(59%) sepia(69%) saturate(665%) hue-rotate(358deg) brightness(98%) contrast(107%);
}
.page-footer .footer-middle .block a span {
  padding-left: 19px;
}
.copyright {
  background-color: #F3F3F3;
  padding: 15px 0 13px 0;
}
.copyright span {
  color: #272727;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0em;
}
/************ middle section ******/
.cms-index-index .page-main {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.cms-index-index h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #272727;
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px 0;
  position: relative;
}
.cms-index-index h2:before {
  content: "";
  background: #A9A9A9;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.cms-index-index h2:after {
  content: "";
  background: #A9A9A9;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cms-index-index h2 span {
  color: #553D25;
}
#banner-slider-carousel button.owl-prev {
  background: #553D25 !important;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  position: absolute;
  left: 30px;
  top: calc(50% - 50px);
}
#banner-slider-carousel button.owl-prev span {
  display: none;
}
#banner-slider-carousel button.owl-prev:hover {
  background: #272727;
}
#banner-slider-carousel button.owl-prev:before {
  content: "\f104";
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  transform: rotate(-45deg);
  display: block;
  font-weight: 400;
}
#banner-slider-carousel button.owl-next {
  background: #553D25 !important;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: calc(50% - 50px);
}
#banner-slider-carousel button.owl-next span {
  display: none;
}
#banner-slider-carousel button.owl-next:hover {
  background: #272727;
}
#banner-slider-carousel button.owl-next:before {
  content: "\f105";
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  transform: rotate(-45deg);
  display: block;
  font-weight: 400;
}
.main-banner-sec {
  position: relative;
}
.main-banner-sec .mainbanner-sec-inner-part {
  position: absolute;
  bottom: auto;
  left: auto;
  right: 25%;
  text-align: left;
  color: #fff;
  max-width: 35%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  top: 50%;
  transform: translate(50%, -50%);
  width: 100%;
}
.main-banner-sec .mainbanner-sec-inner-part h2 {
  font-size: 54px;
  font-weight: 600;
  line-height: 64px;
  color: #fff;
  padding: 0;
  margin: 0 0 25px 0;
}
.main-banner-sec .mainbanner-sec-inner-part h2:before {
  display: none;
}
.main-banner-sec .mainbanner-sec-inner-part h2:after {
  display: none;
}
.main-banner-sec .mainbanner-sec-inner-part p {
  font-size: 24px;
  line-height: 28px;
}
.main-banner-sec.slide-2 .mainbanner-sec-inner-part {
  left: 30%;
  right: auto;
  max-width: 45%;
  transform: translate(-50%, -50%);
}
.top-categories-main-part {
  padding-top: 60px;
  padding-bottom: 30px;
}
.top-categories-main-part .col-md-3.col-sm-3.col-lg-3.col-xl-3 {
  padding: 0 15px;
}
.top-categories-main-part h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #000;
  padding: 10px 0;
  border-bottom: 2px solid #E2E2E2;
  margin-bottom: 30px;
}
.top-ctg-img-part {
  position: relative;
  transition: all 0.5s ease;
}
.top-ctg-img-part img {
  transition: all 0.5s ease;
}
.top-ctg-img-part img.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.top-ctg-img-part:hover img.hover-img {
  cursor: pointer;
  opacity: 1;
}
.home-sec-2-part .col-md-6.col-sm-6.col-lg-6.col-xl-6 {
  padding: 0 15px;
}
.home-sec-2-part .row {
  margin: 0 -15px;
}
.home-sec-2-part .home-sec-2-inner-part {
  position: relative;
  overflow: hidden;
}
.home-sec-2-part .home-sec-2-inner-part .home-sec-2-text-part {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  flex-direction: column;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
.home-sec-2-part .home-sec-2-inner-part .home-sec-2-text-part h4 {
  font-size: 24px;
  color: #000;
  font-weight: 300;
  line-height: 28px;
}
.home-sec-2-part .home-sec-2-inner-part .home-sec-2-text-part a {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}
.home-sec-2-part .home-sec-2-inner-part .home-sec-2-text-part a:hover {
  color: #553D25;
}
.home-sec-2-part .home-sec-2-inner-part:hover .home-sec-2-text-part {
  left: 0;
  cursor: pointer;
}
.top-categories-main-part.our-collections .col-md-6.col-sm-6.col-lg-6.col-xl-6 {
  padding: 0 15px;
}
.top-categories-main-part.our-collections .row {
  margin: 0 -15px;
}
.top-categories-main-part.our-collections h3 {
  border: none;
}
.top-categories-main-part.our-collections .top-categories-sec {
  position: relative;
  margin-bottom: 30px;
}
.top-categories-main-part.our-collections .top-ctg-img-part a {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.top-categories-main-part.our-collections .top-ctg-img-part a img {
  transition: all 0.5s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: opacity 0.5s, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards ani-fadeIn;
  animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards ani-fadeIn;
}
.top-categories-main-part.our-collections .top-ctg-img-part a:before {
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  z-index: 2;
  pointer-events: none;
}
.top-categories-main-part.our-collections .top-ctg-img-part a:hover:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .6s;
}
.top-categories-main-part.our-collections .top-ctg-img-part a:hover img {
  transform: scale(1.09);
  -moz-transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -o-transform: scale(1.09);
}
.top-categories-main-part.our-collections .top-ctg-text-part {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.top-categories-main-part.our-collections .top-ctg-text-part a {
  background: #553D25;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-categories-main-part.our-collections .top-ctg-text-part a:hover {
  background: #272727;
}
.top-categories-main-part.our-collections .top-ctg-text-part h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
}
/* category page */
.product-item .old-price {
  display: none;
}
.page-products {
  background: #eeeeee;
  /* sidebar main */
}
.page-products header.page-header {
  background: #fff;
}
.page-products .products-grid + .toolbar.toolbar-products {
  border: none;
}
.page-products .products-list + .toolbar.toolbar-products {
  border: none;
}
.page-products .toolbar.toolbar-products {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C4C4C4;
  background: #fff;
  padding: 15px;
  border: none;
  padding-bottom: 12px;
}
.page-products .toolbar.toolbar-products:before {
  display: none;
}
.page-products .toolbar.toolbar-products:after {
  display: none;
}
.page-products .toolbar .limiter {
  display: none;
}
.page-products .toolbar .limiter span {
  color: #272727;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
}
.page-products .toolbar .limiter select {
  box-shadow: none;
  background-color: transparent;
  height: 35px;
  border-radius: 0;
}
.page-products .toolbar .toolbar-right-part {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.page-products .toolbar .toolbar-right-part .toolbar-sorter select {
  box-shadow: none;
  background-color: transparent;
  height: 35px;
  border-radius: 0;
}
.page-products .toolbar .toolbar-right-part .toolbar-sorter .sorter-label {
  color: #272727;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
}
.page-products .toolbar .toolbar-right-part .modes {
  display: flex;
  align-items: center;
}
.page-products .toolbar .toolbar-right-part .modes .modes-mode {
  box-shadow: none;
  background: transparent;
  border: 0;
  padding: 0;
}
.page-products .toolbar .toolbar-right-part .modes .modes-mode.mode-grid:before {
  background: url(../images/mode-modes-grid.svg);
  filter: invert(82%) sepia(29%) saturate(8%) hue-rotate(352deg) brightness(88%) contrast(102%);
  width: 18px;
  height: 18px;
  background-size: 18px;
  font-size: 0;
  content: "";
}
.page-products .toolbar .toolbar-right-part .modes .modes-mode.mode-grid:hover:before {
  filter: inherit;
}
.page-products .toolbar .toolbar-right-part .modes .modes-mode.mode-grid.active:before {
  filter: inherit;
}
.page-products .toolbar .toolbar-right-part .modes .modes-mode.mode-list {
  padding-left: 15px;
}
.page-products .toolbar .toolbar-right-part .modes .modes-mode.mode-list:before {
  background: url(../images/mode-modes-list.svg);
  width: 21px;
  height: 14px;
  background-size: 21px;
  font-size: 0;
  content: "";
}
.page-products .toolbar .toolbar-right-part .modes .modes-mode.mode-list:hover:before {
  filter: invert(82%) sepia(29%) saturate(8%) hue-rotate(352deg) brightness(88%) contrast(102%);
}
.page-products .toolbar .toolbar-right-part .modes .modes-mode.mode-list.active:before {
  filter: invert(82%) sepia(29%) saturate(8%) hue-rotate(352deg) brightness(88%) contrast(102%);
}
.page-products .toolbar .toolbar-right-part .modes .modes-mode.active {
  box-shadow: none;
  background: transparent;
  border: 0;
}
.page-products .toolbar .toolbar-amount {
  display: none;
}
.page-products .toolbar .sorter-action {
  display: none;
}
.page-products .sidebar-main .swatch-option {
  height: 25px;
  max-width: 100%;
  width: 25px;
  border-radius: 100%;
  min-width: auto;
  margin: 0;
}
.page-products .sidebar-main .filter.block {
  border: 1px solid #C4C4C4;
  border-bottom: 0;
}
.page-products .sidebar-main .filter .filter-content {
  background: #fff;
}
.page-products .sidebar-main .filter .filter-content .block-subtitle {
  padding: 12px 10px;
  background: #272727;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}
.page-products .sidebar-main .filter .filter-content .filter-options .filter-options-item {
  padding: 0;
}
.page-products .sidebar-main .filter .filter-content .filter-options .filter-options-content {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  padding: 20px 15px;
}
.page-products .sidebar-main .filter .filter-content .filter-options .filter-options-content .am-shopby-form {
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-products .sidebar-main .filter .filter-content .filter-options .filter-options-content .am-shopby-form .am-filter-items-color {
  margin: 0 -5px;
}
.page-products .sidebar-main .filter .filter-content .filter-options .filter-options-content .am-shopby-form .am-filter-items-color .filter-content .item {
  padding: 0 5px;
}
.page-products .sidebar-main .filter .filter-content .filter-options .filter-options-content .swatch-attribute-options {
  margin: 0;
}
.page-products .sidebar-main .filter .filter-content .filter-options .filter-options-content .swatch-attribute-options .swatch-option {
  border-radius: 50%;
  min-width: 27px;
  height: 27px;
  margin: 0 4px 4px 0;
}
.page-products .sidebar-main .filter .filter-content .filter-options .filter-options-title {
  padding: 14px 40px 15px 10px;
}
.page-products .sidebar-main .filter .filter-content .filter-options .filter-options-content .swatch-attribute.swatch-layered.size .swatch-option.text {
  min-width: auto;
  width: auto;
  height: auto;
  border-radius: 0;
  min-height: auto;
}
.btn-google .fa-google:before {
  content: "\f1a0";
}
.quickview-icon {
  display: none;
}
.products.products-grid.grid .product-items {
  margin: 0 -15px;
}
.products.products-grid.grid .product-items .product-item {
  padding: 0 15px;
  margin-left: 3%;
  width: 33.33%;
  margin: 0 0 30px 0 !important;
}
.products.products-grid.grid .product-items .product-item .product-item-inner {
  display: block;
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  margin: 0;
  transition: inherit;
  transition: all 0.4s ease;
  opacity: 1;
  border: none;
  padding: 0;
}
.products.products-grid.grid .product-items .product-item .product-item-inner:before {
  display: none;
}
.products .product-item-inner {
  box-shadow: none;
}
.products .product-item-info {
  border: none;
  width: 100%;
  background: #fff;
  position: relative;
}
.products .product-item-info:hover {
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
}
.products .product-item-info.active {
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
}
.products .product-item .product-item-info .product-item-photo-hovered {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s ease;
}
.products .product-item .product-item-info .product-item-photo-hovered .photo-image-hover {
  opacity: 0;
  transition: all 0.5s ease;
}
.products .product-item .product-item-info .product-item-photo-hovered .photo-currently-hovered {
  opacity: 1 !important;
  transition: all 0.5s ease;
}
.products .product-item .product-item-info .product-item-photo-hovered .photo-currently-not-hovered {
  opacity: 0 !important;
  transition: all 0.5s ease;
}
.products .product-item .product-item-info .product-image-main-part {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.products .product-item .product-item-info .product-image-main-part a img {
  border: none;
  transition: all 0.5s ease;
  width: 100%;
}
.products .product-item .product-item-info .product-image-main-part .product-image-container .photo-currently-hovered {
  width: 100%;
}
.products .product-item .product-item-info .quickview-icon {
  background: none;
  font-size: 18px;
  color: #000;
  height: 45px;
  width: 50px;
  order: -1;
}
.products .product-item .product-item-info .quickview-icon i.fa.fa-eye {
  display: none;
}
.products .product-item .product-item-info .quickview-icon:hover {
  color: #fff;
  background-color: #553D25;
  cursor: pointer;
}
.products .product-item .product-item-info:before {
  height: 0;
}
.products .product-item .product-item-info .actions-secondary {
  display: flex;
  border-left: 1px solid #ddd;
  position: absolute;
  top: 0;
  z-index: 9;
  margin: 15px;
  right: 0;
  border: 1px solid #ccc;
  border-radius: 30px;
}
.products .product-item .product-item-info .actions-secondary .action {
  position: relative;
  height: 50px;
  display: block;
  line-height: normal;
  width: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 !important;
  border-radius: 30px;
}
.products .product-item .product-item-info .actions-secondary .action.tocompare {
  display: none;
}
.products .product-item .product-item-info .actions-secondary .action.towishlist {
  padding-top: 1px;
}
.products .product-item .product-item-info .actions-secondary .action.towishlist:before {
  content: "\f08a" !important;
  font: normal normal normal 14px/1 FontAwesome;
  background: none;
  font-size: 18px;
  color: #000;
  width: auto;
  height: auto;
}
.products .product-item .product-item-info .actions-secondary .action.towishlist:hover:before {
  color: #fff;
  filter: inherit !important;
}
.products .product-item .product-item-info .actions-secondary .action:hover {
  background: #553D25;
  filter: inherit;
}
.products .product-item .product-item-info .actions-secondary .action:hover:before {
  color: #fff;
}
.products .product-item .product-item-info .product-item-actions {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  width: 100%;
  height: auto;
  align-items: center;
  padding: 0;
  border-top: 1px solid #ddd;
  margin-top: 20px;
}
.products .product-item .product-item-info .product-item-actions .actions-primary {
  padding: 0;
  width: calc(100% - 0px);
}
.products .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  padding-right: 0;
  text-align: center;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .product-item .product-item-info .product-item-actions .tocart.action.primary {
  background: none;
  height: 45px;
  width: 100%;
  transition: all 0.5s ease;
  border: none;
}
.products .product-item .product-item-info .product-item-actions .tocart.action.primary span {
  font-size: 14px;
  color: #000;
}
.products .product-item .product-item-info .product-item-actions .tocart.action.primary:hover {
  background: #553D25;
  color: #fff;
  filter: inherit;
}
.products .product-item .product-item-info .product-item-actions .tocart.action.primary:hover span {
  color: #fff;
}
.products .product-item-details {
  text-align: center;
  padding-top: 0;
}
.products .product-item-details a.amasty-hide-price-container {
  cursor: pointer;
  text-decoration: none;
  color: red;
  min-height: 30px;
  display: flex;
  justify-content: center;
}
.products .product-item-details a.amasty-hide-price-container + span + script + script + div + a.weltpixel-quickview + .product-item-inner,
.products .product-item-details a.amasty-hide-price-container + span + script + script + a.weltpixel-quickview + .product-item-inner,
.products .product-item-details a.amasty-hide-price-container + span + script + div + script + div + a.weltpixel-quickview + .product-item-inner,
.products .product-item-details a.amasty-hide-price-container + span + script + a.weltpixel-quickview + .product-item-inner {
  display: none !important;
}
.products .product-item-details a.amasty-hide-price-container + span + script + script + div + a.weltpixel-quickview,
.products .product-item-details a.amasty-hide-price-container + span + script + div + script + div + a.weltpixel-quickview,
.products .product-item-details a.amasty-hide-price-container + span + script + div + a.weltpixel-quickview,
.products .product-item-details a.amasty-hide-price-container + span + script + script + a.weltpixel-quickview {
  display: none !important;
}
.products .product-item-details .swatch-attribute {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 260px;
}
.products .product-item-details .swatch-attribute .neww.owl-carousel.owl-loaded {
  margin: 0 auto;
  text-align: center;
  /*.owl-item {
					    float: none;
					    display: inline-block;
					    margin: 0 auto;
					}*/
  /*.owl-item{
						.item{
							@media only screen and (min-width: 1200px){
								width:61.2px !important;
							}
						}
						
					}*/
}
.products .product-item-details .swatch-attribute .neww.owl-carousel.owl-loaded .swatch-option.selected {
  outline: 0;
  border: 2px solid #553D25;
}
.products .product-item-details .swatch-attribute .neww.owl-carousel.owl-loaded .owl-stage-outer {
  text-align: center;
}
.products .product-item-details .swatch-attribute .neww.owl-carousel.owl-loaded .owl-stage {
  text-align: center;
  margin: 0 auto;
}
.products .product-item-details .swatch-attribute .neww.owl-carousel.owl-loaded button.owl-prev {
  position: absolute;
  left: -15px;
  top: -1px;
  padding: 10px !important;
  background: transparent;
}
.products .product-item-details .swatch-attribute .neww.owl-carousel.owl-loaded button.owl-next {
  position: absolute;
  right: -15px;
  top: -1px;
  padding: 10px !important;
  background: transparent;
}
.products .product-item-details .swatch-attribute .neww.owl-carousel.owl-loaded button span {
  font-size: 24px;
}
.products .product-item-details .swatch-attribute .swatch-attribute-options {
  margin: 0;
  width: 100%;
}
.products .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option {
  min-width: auto;
  border-radius: 100%;
  float: none;
  margin: 0 auto;
  display: inline-block;
  max-width: 50px !important;
  max-height: 50px !important;
  background-size: contain !important;
}
.products .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.image:not(.disabled):hover,
.products .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.color:not(.disabled):hover {
  border: 1px solid #553D25;
  outline: 0;
}
.products .product-item-details .product-item-name {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  min-height: 40px;
  padding: 0 10px;
}
.products .product-item-details .price-box {
  margin: 10px 0 0;
}
.products .product-item-details .price-box .price-label {
  display: none;
}
.products .product-item-details .price-box .price {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
.products.products-list.list .product-image-main-part .product-item-inner {
  display: none !important;
}
.products.products-list.list .product-image-main-part .product-item-photo {
  display: inline;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.products.products-list.list .product-image-main-part a img {
  border: none;
}
.products.products-list.list .product-item-info {
  padding: 0;
}
.products.products-list.list .product-item-info:hover {
  padding: 0;
}
.products.products-list.list .product-item-info:hover .product-item-inner {
  animation: inherit;
}
.products.products-list.list .product-item-inner {
  position: static;
  opacity: 1;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  order: 2;
}
.products.products-list.list .product-item-inner .product-item-actions {
  box-shadow: none;
  border: none;
  justify-content: flex-start;
}
.products.products-list.list .product-item-inner .product-item-actions .actions-primary {
  padding: 0;
  width: auto;
  order: -1;
  margin-right: 10px;
}
.products.products-list.list .product-item-inner .product-item-actions .actions-primary .tocart.action.primary {
  background: none;
  height: 45px;
  width: 140px;
  transition: all 0.5s ease;
  border: none;
  background: #553D25;
  color: #fff;
  border: 1px solid #553D25;
}
.products.products-list.list .product-item-inner .product-item-actions .actions-primary .tocart.action.primary span {
  color: #fff;
}
.products.products-list.list .product-item-inner .product-item-actions .actions-primary .tocart.action.primary:hover {
  background: transparent;
  color: #553D25;
}
.products.products-list.list .product-item-inner .product-item-actions .actions-primary .tocart.action.primary:hover span {
  color: #553D25;
}
.products.products-list.list .product-item-inner .quickview-icon {
  height: 45px;
  width: 45px;
  color: #999;
  border: 1px solid #ddd;
  margin-right: 10px;
  transition: all 0.5s ease;
}
.products.products-list.list .product-item-inner .quickview-icon:hover {
  cursor: pointer;
  border: transparent;
}
.products.products-list.list .product-item-inner .actions-secondary .action.towishlist {
  adding: 0 !important;
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  transition: all 0.5s ease;
  color: #999;
}
.products.products-list.list .product-item-inner .actions-secondary .action.towishlist:hover {
  cursor: pointer;
  border: transparent;
}
.products.products-list.list .product-items {
  margin: 0 -15px;
}
.products.products-list.list .product-items .product-item {
  padding: 0 15px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}
.products.products-list.list .product-items .product-item .product-item-info {
  border: none;
  width: 100%;
  box-shadow: 1px 0px 3px 1px #ddd;
  padding: 20px;
  display: flex;
  align-items: center;
}
.products.products-list.list .product-items .product-item .product-item-info:hover {
  padding: 20px;
  box-shadow: 1px 0px 3px 1px #ddd;
}
.products.products-list.list .product-items .product-item .product-item-info .product-image-main-part {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  max-width: 33.33%;
}
.products.products-list.list .product-items .product-item .product-item-info .product-image-main-part .product-item-photo-hovered {
  display: none;
}
.products.products-list.list .product-items .product-item .product-item-info .product-item-details {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 66.6667%;
  padding: 20px 20px 20px 30px;
}
.products.products-list.list .product-items .product-item .product-item-info .product-item-details .product-item-name {
  width: 100%;
  text-align: left;
}
.products.products-list.list .product-items .product-item .product-item-info .product-item-details .price-box {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.products.products-list.list .product-items .product-item .product-item-info .product-item-details .price-box + div {
  width: 100%;
  order: 1;
}
.products.products-list.list .product-items .product-item .product-item-info .product-item-details .swatch-attribute {
  justify-content: flex-start;
}
.products.products-list.list .product-items .product-item .product-item-info .product-item-details .product-item-description {
  margin-top: 0;
  text-align: left;
  border-top: 1px dotted #ccc;
  padding-top: 15px;
  margin-bottom: 15px;
}
.products.products-list.list .product-items .product-item .product-item-info .product-item-details .product-item-description + div {
  order: 1;
}
.products.products-list.list .product-items .product-item .product-item-info .product-item-details .product-item-description .action.more {
  display: none;
}
.toolbar-products .pages .item a,
.toolbar-products .pages .item strong {
  background: #eee;
  width: 35px;
  height: 35px;
  box-shadow: none;
  color: #000;
  line-height: 35px;
  border: none;
  border-radius: 3px;
}
.toolbar-products .pages .item a:hover,
.toolbar-products .pages .item a:hover,
.toolbar-products .pages .item.current strong {
  background: #553D25;
  color: #fff;
}
.toolbar-products .pages .item a:hover:before,
.toolbar-products .pages .item a:focus:before {
  color: #fff;
}
.products.products-list.list .product-image-main-part a img.amconf-flipper-img + img.amconf-flipper-img {
  display: none !important;
}
.products.products-list.list .product-items .product-item .product-item-info .product-item-details .product-item-description {
  margin-top: 20px;
}
.page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
  width: 45px;
  height: 45px;
  display: flex;
  text-indent: 0 !important;
  background: none;
  padding: 0;
  line-height: 45px;
}
.page-products .products-list .product-item .weltpixel-quickview {
  font-size: 16px;
  padding: 15px 0;
  float: left;
  display: inline-block !important;
  position: static !important;
  order: 1;
  text-indent: 0 !important;
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  padding: 0;
  line-height: 45px;
}
.page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
  background: #553D25;
  color: #fff;
}
.products.products-list.list .product-item-inner .quickview-icon {
  display: none;
}
.products.products-list.list .product-item-inner {
  width: auto;
  display: inline-block;
  margin-top: 0;
}
.products.products-list.list .product-item-inner .product-item-actions {
  margin-top: 0;
}
.mfp-container .page-layout-1column .product-info-main .product-options-bottom .box-tocart .fieldset .actions {
  margin-left: 0;
}
.products.products-list.list .product-item .product-item-info .product-item-actions .actions-primary .stock.unavailable {
  justify-content: flex-start;
}
.page-layout-2columns-left .sidebar-additional {
  display: none;
}
.catalogsearch-result-index .breadcrumbs .page-title-wrapper {
  display: none;
}
.catalogsearch-result-index .toolbar-products + dl.block {
  display: none;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: pointer;
  pointer-events: auto;
}
/******* breadcrumb **************/
.category-image {
  display: none;
}
.catalog-category-view .breadcrumbs {
  max-width: 100%;
  text-align: center;
  padding: 58px 0 55px;
  background: linear-gradient(135deg, #d2b48c, #8b4513);
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
  margin-top: 0;
  position: relative;
}
.catalog-category-view .breadcrumbs:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.catalog-category-view .breadcrumbs .page-title-wrapper {
  width: 100%;
  z-index: 99;
}
.catalog-category-view .breadcrumbs .page-title-wrapper .page-title {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
}
.catalog-category-view .breadcrumbs ul.items {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.catalog-category-view .breadcrumbs ul.items li.home {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-category-view .breadcrumbs ul.items li.home a {
  background: url(../images/home-bread-icon.svg);
  font-size: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px;
}
.catalog-category-view .breadcrumbs ul.items li {
  padding-top: 1px;
}
.catalog-category-view .breadcrumbs ul.items li strong {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.catalog-category-view .breadcrumbs .item:not(:last-child):after {
  color: #fff;
  margin: 0 10px;
  font-size: 12px;
  padding-top: 1px;
}
/* cart page design*/
.checkout-cart-index .page-main .cart.table-wrapper thead tr th {
  color: #272727;
  font-size: 14px;
}
.checkout-cart-index .page-main .cart.table-wrapper thead tr th.col.price {
  text-align: center;
}
.checkout-cart-index .page-main .cart.table-wrapper thead tr th.col.qty {
  text-align: center;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item td {
  vertical-align: middle;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item td.col.price {
  text-align: center;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item td.col.qty {
  text-align: center;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item td.col.qty .field.qty label.label {
  display: none;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item td.col.qty .field.qty .control {
  width: 68px;
  border: 1px solid #CBCBCB;
  height: 40px;
  display: flex;
  justify-content: center;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item td.col.qty .field.qty .control label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item td.col.qty .field.qty .control .input-text.qty {
  border: none;
  height: auto;
  width: 45px;
  padding: 0;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item td.col.qty .field.qty .control .qty-main {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-left: 1px solid #ccc;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item td.col.qty .field.qty .control .qty-main button {
  background: none;
  border: none;
  padding: 0;
  width: 20px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item td.col.qty .field.qty .control .qty-main button.increaseQty {
  order: -1;
  border-bottom: 1px solid #ccc;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item td.col.qty .field.qty .control .qty-main button i.fa {
  font-size: 10px;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item img.product-image-photo {
  border: 1px solid #E1E1E1;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item .product-item-details {
  vertical-align: middle;
  padding-bottom: 0;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item .product-item-name {
  font-size: 14px;
  font-weight: 500;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item .item-options {
  margin-top: 15px;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item .item-options dt {
  font-size: 14px;
  font-weight: 400;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item .item-options dd span.swatch-option {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  min-width: auto;
  min-height: auto;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item .price-excluding-tax .price {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item .item-actions .actions-toolbar {
  display: block;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item .item-actions .actions-toolbar .action-edit {
  top: -3px;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item .item-actions .actions-toolbar .action-edit:before {
  color: #000;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item .item-actions .actions-toolbar .action-edit:hover:before {
  color: #553D25;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item .item-actions .actions-toolbar .action-delete:before {
  content: '';
  position: absolute;
  background: url(../images/close.svg);
  background-size: cover;
  width: 13px;
  height: 13px;
  right: 0;
  top: 3px;
}
.checkout-cart-index .page-main .cart.table-wrapper tbody.cart.item .item-actions .actions-toolbar .action-delete:hover:before {
  filter: invert(65%) sepia(98%) saturate(1883%) hue-rotate(357deg) brightness(99%) contrast(108%);
}
.checkout-cart-index .page-main .cart.main.actions button.action.update {
  background: #272727;
  color: #fff;
  border: 1px solid #272727;
  font-weight: 400;
  font-size: 14px;
}
.checkout-cart-index .page-main .cart.main.actions button.action.update:hover {
  bacground: #553D25;
  border-color: #553D25;
}
.checkout-cart-index .page-main .cart-summary {
  background: transparent;
  border: 1px solid #E1E1E1;
  padding: 0 0 20px 0;
}
.checkout-cart-index .page-main .cart-summary .summary {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding: 0 20px 10px;
  border-bottom: 1px solid #ccc;
}
.checkout-cart-index .page-main .cart-summary .shipping {
  padding: 0 20px;
}
.checkout-cart-index .page-main .cart-summary .shipping .title {
  border: none;
}
.checkout-cart-index .page-main .cart-summary .shipping .title strong {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.checkout-cart-index .page-main .cart-summary .cart-totals tbody .mark {
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-cart-index .page-main .cart-summary .cart-totals tbody .amount {
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-cart-index .page-main .cart-summary .cart-totals tbody tr.grand.totals td {
  padding-bottom: 0 !important;
}
.checkout-cart-index .page-main .cart-summary .cart-totals tfoot .mark {
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-cart-index .page-main .cart-summary .cart-totals tfoot .amount {
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-cart-index .page-main .cart-summary .checkout-methods-items {
  padding: 0 20px;
}
.checkout-cart-index .page-main .cart-summary .checkout-methods-items .item {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main .cart-summary .checkout-methods-items .item a.action.multicheckout {
  color: #272727;
  text-decoration: none;
  font-weight: 400;
}
.checkout-cart-index .page-main .cart-summary .checkout-methods-items .action.primary.checkout {
  background: #272727;
  border-color: #272727;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.checkout-cart-index .page-main .cart-summary .checkout-methods-items .action.primary.checkout:hover {
  background: #553D25;
  border-color: #553D25;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.amcard-field-container.-cart {
  display: none;
}
a.use-ajax.action.towishlist.action-towishlist {
  display: none;
}
.products.wrapper.grid.products-grid.amscroll-pages,
.products.wrapper.grid.products-grid.amscroll-page {
  margin: 0;
}
.cart-discount {
  display: none;
}
.cart-discount div#block-discount .title:after {
  display: none;
}
.cart-discount div#block-discount strong#block-discount-heading {
  font-size: 24px;
  font-weight: 500;
  color: #272727;
}
.cart-discount div#block-discount .content {
  display: block !important;
}
.cart-discount form#discount-coupon-form {
  margin-top: 10px;
}
.cart-discount form#discount-coupon-form input#coupon_code {
  height: 42px;
  width: 260px;
}
.cart-discount form#discount-coupon-form .actions-toolbar button.action.apply.primary {
  background: #272727;
  height: 42px;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.checkout-cart-index .breadcrumbs a {
  color: #272727 !important;
  font-size: 12px;
  font-weight: 400;
}
.checkout-cart-index .breadcrumbs .page-title-wrapper {
  display: none;
}
/* cart page design*/
/********* mini cart ************/
.amcard-field-container span.amcard-title {
  font-size: 24px;
  font-weight: 500;
  color: #272727;
}
.amcard-field-block .amgcard-datalist-container + .amcard-button {
  height: 40px;
  background: #272727;
  color: #fff;
  font-weight: 400;
}
.amgcard-datalist-container .amcard-field.-datalist {
  height: 40px;
}
.amgcard-datalist-container label.amcard-input-arrow {
  width: 100%;
}
.minicart-wrapper .block-minicart {
  max-width: 320px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000 !important;
  height: 100vh;
  min-width: 1px;
  transform: none;
  left: auto !important;
  width: 320px !important;
  padding: 0;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border: 0;
  margin-top: 0;
  text-overflow: inherit;
}
.minicart-wrapper .block-minicart .block-title {
  display: block;
  background: #553D25;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 5px 0;
}
.minicart-wrapper .block-minicart .items-total {
  display: none;
}
.minicart-wrapper .block-minicart .block-content {
  display: flex;
  flex-direction: column;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  order: 1;
  border: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  max-width: none !important;
  height: calc(100vh - 250px) !important;
  overflow-y: auto;
}
.minicart-wrapper .block-minicart .block-content .subtotal + .actions {
  display: none;
}
.minicart-wrapper .block-minicart .block-content .subtotal {
  border-bottom: 1px solid #dfdfdf;
  margin: 0 !important;
  border-top: 1px solid #dfdfdf;
  order: 2;
  display: flex;
  justify-content: space-between;
  padding: 0 14px;
}
.minicart-wrapper .block-minicart .block-content .subtotal .price-container {
  display: flex;
  align-items: center;
}
.minicart-wrapper .block-minicart .block-content .subtotal .label {
  height: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.minicart-wrapper .block-minicart .block-content .action.viewcart {
  background: #553D25;
  display: flex;
  justify-content: center;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #553D25;
  transition: all 0.5s ease;
}
.minicart-wrapper .block-minicart .block-content .action.viewcart:hover {
  background: transparent;
  color: #553D25;
}
.minicart-wrapper .block-minicart .block-content .actions > .secondary {
  margin: 0 10px 15px;
}
.minicart-wrapper .block-minicart .block-content .actions > .primary .action.primary {
  display: block;
  width: 100%;
  padding: 0;
  background: #272727;
  display: flex;
  justify-content: center;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #272727;
  transition: all 0.5s ease;
}
.minicart-wrapper .block-minicart .block-content .actions > .primary .action.primary:hover {
  background: transparent;
  color: #272727;
}
.minicart-wrapper .block-minicart .block-content .actions {
  order: 3;
}
.minicart-wrapper .ui-dialog {
  display: block !important;
}
.minicart-wrapper .ui-dialog:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: fixed;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  opacity: 0;
  overflow: auto;
  transition: all .5s ease;
  display: none;
}
.minicart-wrapper.active .block-minicart {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.minicart-wrapper.active .ui-dialog:before {
  opacity: 1;
  display: block;
}
.minicart-wrapper .action.close {
  top: 5px;
}
.minicart-wrapper .action.close:before {
  color: #fff;
}
.minicart-wrapper .action.close:hover:before {
  color: #272727;
}
.minicart-wrapper .action.showcart .counter.qty {
  color: #fff;
  background-color: #553D25;
  text-align: center;
  white-space: normal;
  position: absolute;
  height: 20px;
  min-width: 20px;
  font-size: 12px;
  line-height: 22px;
  left: 14px;
  top: -10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
}
/************ product page *************/
.catalog-product-view .breadcrumbs {
  margin: 20px auto 20px;
}
.catalog-product-view .breadcrumbs li.item.category {
  display: none;
}
.catalog-product-view .breadcrumbs li .item:not(:last-child):after {
  font-size: 20px;
  line-height: 15px;
  content: '/';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #000;
}
.catalog-product-view .breadcrumbs li a {
  color: #000;
  font-size: 12px;
}
.page-layout-1column .product.media {
  max-width: 58%;
  width: 100%;
}
.page-layout-1column .product.media .position-left .slick-dots {
  display: none !important;
}
.page-layout-1column .product.media .fotorama__stage {
  padding: 20px !important;
  border: none;
  margin-bottom: 20px;
  margin-left: 10px;
}
.page-layout-1column .product.media .fotorama__stage img {
  border: 1px solid #d7d7d7;
}
.page-layout-1column .product.media #amasty-main-image {
  border: 1px solid #E1E1E1;
  width: 100%;
}
.page-layout-1column .product.media #amasty-gallery.position-left {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-layout-1column .product.media #amasty-gallery.position-left #amasty-main-container {
  max-width: calc(100% - 185px);
  margin-left: 0;
  border: none;
  margin-top: 0;
}
.page-layout-1column .product.media #amasty-gallery.position-left #amasty-gallery-container {
  width: 170px;
  position: static;
  top: 0;
  height: 100% !important;
  order: -1;
}
.page-layout-1column .product.media #amasty-gallery.position-left #amasty-gallery-container #amasty-gallery-images a.amasty-gallery-thumb-link {
  border: 1px solid #E1E1E1;
  margin-bottom: 15px !important;
  margin-left: 0;
  margin-right: 0;
}
.page-layout-1column .product.media #amasty-gallery.position-left #amasty-gallery-container .slick-vertical {
  margin-top: 0;
  height: 100% !important;
}
.page-layout-1column .product.media #amasty-gallery.position-left #amasty-gallery-container .slick-slider button.slick-prev {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: -10px;
  border: 1px solid #E1E1E1;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
}
.page-layout-1column .product.media #amasty-gallery.position-left #amasty-gallery-container .slick-slider button.slick-next {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  border: 1px solid #E1E1E1;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-layout-1column .product.media #amasty-gallery.position-left #amasty-gallery-container .slick-slider .slick-arrow {
  transform: inherit;
  background: none !important;
}
.page-layout-1column .product.media #amasty-gallery.position-left #amasty-gallery-container .slick-slider .slick-arrow:before {
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  padding: 0;
}
.page-layout-1column .product-info-main {
  max-width: 40%;
  width: 100%;
}
.page-layout-1column .product-info-main h1.page-title {
  font-size: 32px;
  font-weight: 500;
}
.page-layout-1column .product-info-main .product-reviews-summary .reviews-actions .action.add {
  color: #000;
  text-decoration: none;
  padding: 0;
}
.page-layout-1column .product-info-main .product-info-stock-sku {
  float: left;
  padding-left: 0;
  text-align: left;
  width: 100%;
  order: -1;
  margin-bottom: 10px;
}
.page-layout-1column .product-info-main .stock.available {
  display: none;
}
.page-layout-1column .product-info-main .stock.unavailable {
  display: none;
}
.page-layout-1column .product-info-main .product-info-price {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  border: none;
}
.page-layout-1column .product-info-main .product-info-price .price-box .price-container span {
  font-size: 14px;
  color: #272727;
  display: block !important;
}
.page-layout-1column .product-info-main .product-info-price .price-box .price-container span.price-label {
  display: none !important;
}
.page-layout-1column .product-info-main .product-info-price .price-box .price-container .price {
  font-size: 32px;
}
.page-layout-1column .product-info-main .product-add-form {
  padding-top: 0;
}
.page-layout-1column .product-info-main .product-options-wrapper .swatch-opt {
  margin: 10px 0;
}
.page-layout-1column .product-info-main .product-options-wrapper .swatch-opt .swatch-attribute-label {
  font-size: 16px;
  font-weight: 600;
}
.page-layout-1column .product-info-main .product-options-wrapper .swatch-opt .swatch-option {
  padding: 5px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: none;
  background-size: contain !important;
  width: auto;
  height: auto;
  min-width: 40px;
  min-height: 40px;
  max-width: initial;
  max-height: initial;
  border: none;
  outline: none;
  font-size: 16px;
  color: #222;
}
.page-layout-1column .product-info-main .product-options-wrapper .swatch-opt .swatch-option.selected {
  outline: 0;
  border: 1px solid #553D25;
  color: #333333;
}
.page-layout-1column .product-info-main .product-options-wrapper .swatch-opt .owl-carousel .owl-item {
  float: none;
  display: inline-block;
  text-align: center;
}
.page-layout-1column .product-info-main .product-options-wrapper .swatch-opt .swatch-option.image:not(.disabled):hover,
.page-layout-1column .product-info-main .product-options-wrapper .swatch-opt .swatch-option.color:not(.disabled):hover {
  border: 1px solid #553D25;
  outline: 0;
}
.page-layout-1column .product-info-main .product-options-wrapper .swatch-opt .swatch-attribute {
  display: flex;
  flex-wrap: wrap;
  width: 310px;
}
.page-layout-1column .product-info-main .product-options-wrapper .swatch-opt .swatch-attribute button.owl-prev {
  position: absolute;
  left: -30px;
  top: -2px;
  padding: 10px !important;
}
.page-layout-1column .product-info-main .product-options-wrapper .swatch-opt .swatch-attribute button.owl-next {
  position: absolute;
  right: -30px;
  top: -2px;
  padding: 10px !important;
}
.page-layout-1column .product-info-main .product-options-wrapper .swatch-opt .swatch-attribute button span {
  font-size: 24px;
}
.page-layout-1column .product-info-main .product-options-wrapper .swatch-opt .swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
  background: #fff;
  border: 1px solid #E9E9E9;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 5px;
  width: auto;
  order: 1;
}
.page-layout-1column .product-info-main .product-options-wrapper .swatch-opt .swatch-attribute-options {
  width: 100%;
  padding: 0 0;
}
.page-layout-1column .product-info-main .box-tocart {
  margin: 0;
}
.page-layout-1column .product-info-main .box-tocart .fieldset {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.page-layout-1column .product-info-main .box-tocart .fieldset .field {
  margin: 0;
}
.page-layout-1column .product-info-main .box-tocart .fieldset .field.qty label.label {
  display: none;
}
.page-layout-1column .product-info-main .box-tocart .fieldset .field.qty .control {
  width: 68px;
  border: 1px solid #CBCBCB;
  height: 40px;
  display: flex;
  justify-content: center;
}
.page-layout-1column .product-info-main .box-tocart .fieldset .field.qty .control input#qty {
  border: none;
  height: auto;
  width: 45px;
  padding: 0;
}
.page-layout-1column .product-info-main .box-tocart .fieldset .field.qty .control .qty-main {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-left: 1px solid #ccc;
}
.page-layout-1column .product-info-main .box-tocart .fieldset .field.qty .control .qty-main button {
  background: none;
  border: none;
  padding: 0;
  width: 20px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-layout-1column .product-info-main .box-tocart .fieldset .field.qty .control .qty-main button.plus {
  order: -1;
  border-bottom: 1px solid #ccc;
}
.page-layout-1column .product-info-main .box-tocart .fieldset .field.qty .control .qty-main button i.fa {
  font-size: 10px;
}
.page-layout-1column .product-info-main .box-tocart .fieldset .actions {
  margin-left: 20px;
}
.page-layout-1column .product-info-main .box-tocart .fieldset .actions button#product-updatecart-button {
  width: 100px;
  padding: 0;
  font-size: 12px;
  height: 40px;
}
.page-layout-1column .product-info-main .box-tocart .fieldset .actions button#product-addtocart-button {
  width: 180px;
  font-size: 14px;
  background: transparent;
  border: 1px solid #272727;
  color: #000;
  height: 40px;
  padding: 0;
  line-height: 39px;
}
.page-layout-1column .product-info-main .box-tocart .fieldset .actions button#product-addtocart-button:hover {
  background: #553D25;
  color: #fff;
  border: 1px solid #553D25;
}
.page-layout-1column .product-info-main .product-social-links {
  display: none;
}
.page-layout-1column .product-info-main .product-social-links .product-addto-links a.action.tocompare {
  display: none;
}
.page-layout-1column .product-info-main .product-social-links .product-addto-links a.action.towishlist {
  font-size: 14px;
  text-transform: capitalize;
}
.page-layout-1column .product-info-main .product-social-links .product-addto-links a.action.towishlist span {
  float: left;
  margin-right: 5px;
}
.page-layout-1column .product-info-main .product-social-links a.action.mailto.friend.amconf-share-link {
  display: none;
}
.page-layout-1column .product-info-main .product.attribute.overview p {
  font-size: 14px;
  color: #828282;
}
.product.data.items {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.product.data.items .item.title {
  padding: 10px 30px 10px 0;
}
.product.data.items .item.title .switch {
  background: none;
  border: none;
  border-bottom: 1px solid #CBCBCB;
  color: #272727;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  text-align: left;
}
.product.data.items .item.title.active .switch {
  color: #272727;
  position: relative;
  border-bottom: #272727 solid 2px;
}
.product.data.items .item.title.active .switch:focus {
  color: #272727;
  position: relative;
  border-bottom: #272727 solid 2px;
}
.product.data.items .item.title.active .switch:hover {
  color: #272727;
  position: relative;
  border-bottom: #272727 solid 2px;
}
.product.data.items .item.content {
  padding: 35px 0 0;
  margin-top: 49px;
  border: none;
  border-top: #cbcbcb solid 1px;
}
.product.info.detailed .description ul li {
  color: #272727;
}
.product.info.detailed .description ul li::marker {
  color: #C4C4C4;
}
.product.info.detailed .additional-attributes {
  width: 100%;
}
.product.info.detailed #product-attribute-specs-table tr:nth-child(odd) {
  background-color: #efefef;
}
.product.info.detailed #product-attribute-specs-table tr th {
  padding: 10px;
}
.product.info.detailed #product-attribute-specs-table tr td {
  padding: 10px;
}
.block.related .block-title.title {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Inter';
}
.block.related .block-title.title strong {
  font-size: 26px;
  font-weight: 600;
}
.block.related .products.products-grid.grid .product-item {
  width: 100%;
  margin: 0 !important;
  text-align: center;
  border: 1px solid #ccc;
  padding: 0;
}
.block.related .products.products-grid.grid .product-items {
  margin: 0;
}
.swatch-opt .slick-track .slick-slide {
  height: auto;
  width: 100% !important;
}
.swatch-attribute-options .slick-list {
  margin: 0;
  overflow: visible;
}
.swatch-opt .slick-track {
  width: 100% !important;
}
.field-error,
div.mage-error[generated] {
  width: 100%;
}
span.swatch-attribute-selected-option:empty {
  display: none;
}
/**************register page design ****************/
.cms-registration .breadcrumbs {
  display: none;
}
.registration-page {
  text-align: center;
  margin-top: 40px;
}
.registration-page h4 {
  font-size: 24px;
}
.thumb-image {
  font-size: 83px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  width: 100%;
}
div.mage-error#authnetcim-cc-cid-error[generated] {
  bottom: -22px;
}
/********* Support page ******/
.cms-page-view .breadcrumbs {
  max-width: 100%;
  text-align: center;
  padding: 0;
  background: linear-gradient(135deg, #d2b48c, #8b4513);
  background-size: cover;
  min-height: 316px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
  margin-top: 0;
}
.cms-page-view .breadcrumbs .page-title-wrapper {
  width: 100%;
  margin: 0;
}
.cms-page-view .breadcrumbs .page-title-wrapper .page-title {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
}
.cms-page-view .breadcrumbs ul.items {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-page-view .breadcrumbs ul.items li.home {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cms-page-view .breadcrumbs ul.items li.home a {
  background: url(../images/home-bread-icon.svg);
  font-size: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px;
}
.cms-page-view .breadcrumbs ul.items li {
  padding-top: 1px;
}
.cms-page-view .breadcrumbs ul.items li strong {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.cms-page-view .breadcrumbs .item:not(:last-child):after {
  color: #fff;
  margin: 0 10px;
  font-size: 12px;
  padding-top: 1px;
}
.cms-page-view #maincontent .page-title-wrapper {
  display: none;
}
.cms-support .breadcrumbs,
.cms-faqs .breadcrumbs {
  max-width: 100%;
  text-align: center;
  padding: 0;
  background: url(../images/support-banner.png);
  background-size: cover;
  min-height: 316px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
  margin-top: 0;
}
.cms-support .breadcrumbs .page-title-wrapper,
.cms-faqs .breadcrumbs .page-title-wrapper {
  width: 100%;
  margin: 0;
}
.cms-support .breadcrumbs .page-title-wrapper .page-title,
.cms-faqs .breadcrumbs .page-title-wrapper .page-title {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
}
.cms-support .breadcrumbs ul.items,
.cms-faqs .breadcrumbs ul.items {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-support .breadcrumbs ul.items li.home,
.cms-faqs .breadcrumbs ul.items li.home {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cms-support .breadcrumbs ul.items li.home a,
.cms-faqs .breadcrumbs ul.items li.home a {
  background: url(../images/home-bread-icon.svg);
  font-size: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px;
}
.cms-support .breadcrumbs ul.items li,
.cms-faqs .breadcrumbs ul.items li {
  padding-top: 1px;
}
.cms-support .breadcrumbs ul.items li strong,
.cms-faqs .breadcrumbs ul.items li strong {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.cms-support .breadcrumbs .item:not(:last-child):after,
.cms-faqs .breadcrumbs .item:not(:last-child):after {
  color: #fff;
  margin: 0 10px;
  font-size: 12px;
  padding-top: 1px;
}
.cms-support #maincontent .page-title-wrapper,
.cms-faqs #maincontent .page-title-wrapper {
  display: none;
}
.cms-page-view .title.text-left {
  display: none;
}
.cms-page-view h3 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 20px;
}
.cms-page-view .faq-img {
  background: #F2F2F2;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  min-height: 201px;
}
.support-inner-part h4 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.support-inner-part h6 {
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.support-inner-part .amform-form {
  margin: 0 auto 10px;
  max-width: 100%;
}
.support-inner-part .amform-form .amcform-page-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.support-inner-part .amform-form #amform-form-1 label {
  font-weight: 400;
  color: #7c6c76;
}
.support-inner-part .amform-form .amform-layout-two:not(.editing) {
  max-width: 46%;
}
.support-inner-part .amform-form .fieldset .fields .amform-layout-two {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  padding: 0;
}
.support-inner-part .amform-form .fieldset .fields .amform-layout-three {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  padding: 0;
}
.support-inner-part .amform-form .amcform-toolbar {
  text-align: left;
  max-width: 48%;
  float: right;
}
.support-inner-part .col-md-4 {
  text-align: center;
}
.support-inner-part .col-md-4 p {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
}
.support-inner-part .col-md-4 .block.block-search {
  margin: 0 auto;
  padding: 0;
  float: none;
}
.support-inner-part .col-md-4 input {
  margin: 0;
  padding-right: 35px;
  position: static;
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
}
.support-inner-part .col-md-4 .action.search {
  opacity: 1;
  position: absolute;
  right: 14px;
  top: 5px;
}
/************** faq page *********/
.faq-in .set {
  border: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}
.faq-in .set a {
  justify-content: space-between;
  margin: 0;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
}
/******* end faq page ***********/
.amform-form .action.primary,
.amform-parent .action.primary {
  padding: 9px;
  min-width: 94px;
  background: #272727;
  font-size: 14px;
  font-family: 'Inter';
  font-weight: 400;
  border: 1px solid #272727;
  color: #fff;
  transition: all 0.5s ease;
}
.amform-form .action.primary:hover,
.amform-parent .action.primary:hover {
  background: #553D25;
  color: #fff;
  border: 1px solid #553D25;
}
.amcform-toolbar {
  text-align: left;
}
/*********** success page *************/
.checkout-onepage-success .actions-toolbar {
  text-align: center;
  display: flex;
  justify-content: center;
}
.checkout-onepage-success .page-main {
  text-align: center;
  margin-top: 40px;
}
.discount-code {
  display: none;
}
/********** abnouts page *******/
.about-sec.pattarn {
  text-align: center;
}
.about-sec.pattarn .right {
  display: inline-block;
  max-width: 48%;
  padding: 0 15px;
  vertical-align: top;
  float: right;
}
.about-sec.pattarn .left {
  display: inline-block;
  max-width: 48%;
  padding: 0 15px;
  text-align: left;
  float: left;
}
.about-sec.pattarn .about-image-sec {
  max-width: 83%;
  margin: 0 auto;
  margin-top: 40px;
  display: inline-block;
}
/******** contact page **********/
.contacts-title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.contact-index-index form#contact-form legend.legend {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-top: 20px;
}
.contact-index-index i.fa {
  background: #553D25;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 20px;
}
.contact-index-index p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
}
.contact-index-index p a {
  color: #272727;
  text-decoration: none;
  font-weight: 500;
}
.contact-index-index .col-md-6 .col-md-12 {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 80px;
}
.products-grid.wishlist .product-image-photo {
  border: 1px solid #ddd;
}
.multishipping-checkout-shipping .page-title-wrapper {
  margin-top: 20px;
}
/******** 404 page not found **********/
.notfound {
  max-width: 460px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  margin: 110px auto 30px;
}
.notfound .notfound-404 {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 50px;
}
.notfound .notfound-404 h1 {
  color: #fff;
  font-weight: 700;
  margin: 0;
  font-size: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.notfound h2 {
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7px;
}
.notfound p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.notfound a {
  display: inline-block;
  padding: 10px 25px;
  background-color: #553D25;
  border: none;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #553D25;
  text-decoration: none;
  -webkit-transition: .2s all;
  transition: .2s all;
}
.notfound a:hover {
  background-color: transparent;
  color: #553D25;
}
.notfound .notfound-404 > div:first-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #553D25;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 5px dashed #000;
  border-radius: 5px;
}
.notfound .notfound-404 > div:first-child:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1) inset;
  border-radius: 5px;
}
.product.info.detailed .description ul li:empty {
  display: none;
}
.customer-links span.customer-wishlist {
  position: relative;
}
.modal-content {
  border: none;
}
.modal-header {
  border: none;
  padding: 0;
}
.form.create.account > .fieldset {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: none;
  margin-bottom: 0px;
}
.form.create.account > .fieldset .field {
  display: inline-block;
  width: 48%;
}
.form.create.account > .fieldset .field select {
  padding: 9px 10px;
  height: auto;
}
.form.create.account > .fieldset .field.company {
  width: 100%;
}
.form.create.account > .fieldset .field.choice {
  width: 100%;
}
.form.create.account > .fieldset .fieldset.address {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: none;
  margin-bottom: 0px;
}
/********** account dashboard css ***********/
.amcard-field-block.-double > .amcard-field {
  height: 40px;
}
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-createpassword .page-title-wrapper {
  padding: 20px 0;
}
.amcard-field-block .amcard-button.-account {
  background: #272727;
  color: #fff;
  font-weight: 400;
}
.page-title-wrapper span.order-status {
  margin-top: 10px !important;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .fieldset > .legend,
.contact-index-index .contact-info .contacts-title {
  color: #777777;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.product.data.items .item.title .switch {
  padding: 0px 20px;
}
.product.data.items .item.title .switch {
  padding: 0 20px;
}
.product.data.items .item.title {
  padding: 10px 0px 10px 0;
}
.item.title.active .switch {
  color: #fff !important;
  background: #204cbc !important;
  padding: 0px 20px;
}
.product.data.items .item.title.active .switch {
  color: #fff !important;
  background: #204cbc;
  padding: 0px 20px;
}
.contact-index-index p {
  display: block !important;
}
.contact-index-index .page-main .contact-info [class^="porto-icon-"],
.contact-index-index .page-main .contact-info [class*=" porto-icon-"] {
  float: left;
  width: 43px;
  height: 43px;
  background-color: #0088cc;
  color: #fff;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.contact-index-index .page-main .contact-info p {
  margin-left: 55px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
}
.block-balance .price {
  font-size: 3.2rem;
  line-height: 32px;
  display: inline-block;
  margin-top: -9px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 9px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 25px;
}
.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #553D25;
  padding: 35px 25px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.customer-account-create .page-title-wrapper,
.customer-account-login .page-title-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search {
  min-width: 100%;
  width: 100%;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  padding-bottom: 35px;
}
.fieldset > .legend {
  padding: 0;
  border: 0;
  color: #0088cc;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
}
.box .box-title {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 7px 7px 0 0;
  display: block;
  width: 100%;
  margin: 0 !important;
}
.box .box-content {
  padding: 20px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fbfbfb;
  min-height: 135px;
}
.box .box-actions {
  margin: 0;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #f5f5f5;
  border-radius: 0 0 7px 7px;
  padding: 10px 15px;
}
.block-order-details-view {
  margin: 0 -10px;
}
.block-order-details-view .block-title {
  padding: 0 10px;
}
.block-order-details-view .box {
  padding: 0 10px;
}
.block-order-details-view .box .box-content {
  min-height: 155px;
  border-radius: 0 0 5px 5px;
}
.block-dashboard-addresses address {
  margin-bottom: 0;
}
.customer-account-index .block .block-title {
  color: #313131;
}
.customer-account-index .block .block-title strong {
  font-weight: 600;
}
.customer-account-index .box .box-title {
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 18px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 4.5px;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .column.main {
  margin-bottom: 27px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 36px;
}
.account .table-wrapper {
  margin-bottom: 18px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^="sales-guest-"] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 9px;
}
.block .title strong {
  font-size: 18px;
  color: #313131;
  padding: 10px 0;
  margin: 0;
  line-height: 1;
}
.block p:last-child {
  margin: 0;
}
.control.captcha-image {
  margin-top: 9px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'porto-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 22.5px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.page-product-downloadable .product-options-wrapper {
  border-bottom: 0;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 9px;
}
.samples-item {
  margin: 0 0 9px;
}
.field.downloads {
  margin-bottom: 9px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: " + ";
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: " (" attr(data-label) ": ";
}
.field.downloads .price-excluding-tax:after {
  content: ")";
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 9px;
  margin-bottom: 9px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.field.downloads .field.choice input {
  position: absolute;
  left: 0;
  top: 2px;
}
.field.downloads .field.downloads-all {
  padding-left: 0;
  border-bottom: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #0088cc;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #0088cc;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #0088cc;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #0088cc;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 27px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 18px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 18px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 9px;
}
.page-product-giftcard .giftcard-amount {
  text-align: left;
  margin-bottom: 0;
  clear: both;
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 18px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span {
  display: block;
  margin-bottom: 4.5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  clear: none;
  border: 0;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-top: 18px;
  margin-bottom: 18px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  float: right;
  width: auto;
  display: block;
  white-space: nowrap;
  border: 0;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-options {
  margin: 18px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 18px;
}
.gift-options-content .fieldset {
  margin: 0 0 18px;
}
.gift-summary {
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 18px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #777777;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #0088cc;
}
.gift-summary .action-delete:before {
  content: '\f81a';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  display: none;
  clear: left;
  float: left;
  margin-right: -100%;
  padding: 18px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\f804';
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 9px 36px 9px 15px;
  position: relative;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #858585;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 9px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #777777;
}
.gift-item-block .content {
  padding: 9px 0 18px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 9px 0;
}
.options-order-container,
.options-items-container {
  margin-bottom: 9px;
}
.gift-messages-order {
  margin-bottom: 22.5px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 36px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #0088cc;
}
.table-giftregistry-items .product-image {
  margin-right: 9px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 4.5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 9px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-edit .giftregistry-type {
  margin-bottom: 27px;
  margin-top: -22.5px;
}
.form-giftregistry-search {
  margin-bottom: 54px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 22.5px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 9px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 4.5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 17px;
  margin: 18px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 18px 0 9px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 9px 9px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 9px 0;
}
.gift-wrapping-title .action-remove {
  margin: -4.5px 0 0 4.5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f81a';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #777777;
}
.gift-wrapping-title .action-remove:active:before {
  color: #0088cc;
}
.gift-options-content .fieldset .field {
  margin: 9px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 18px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 9px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": ";
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
  min-width: 95px;
}
.table.grouped .col.qty .control.qty {
  display: inline-block;
  vertical-align: middle;
}
.table.grouped .col.qty .qty-changer {
  display: inline-block;
  vertical-align: middle;
}
.table.grouped .col.qty .qty-changer > a {
  display: block;
  border: 1px solid #cccccc;
  border-radius: 3px;
  height: 18px;
  line-height: 16px;
  margin-top: 2px;
  color: #ccc;
  font-size: 11px;
}
.table.grouped .col.qty .qty-changer > a:first-child {
  margin-top: 0;
}
.table.grouped .col.qty .qty-changer > a:hover {
  color: #0088cc;
}
.table.grouped .product-item-name {
  font-weight: 400;
  margin-bottom: 9px;
  display: inline-block;
}
.table.grouped .price-box {
  margin: 8px 0 3px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
  color: #0088cc;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
  color: #999999;
}
.table.grouped .stock.unavailable {
  margin: 0;
  white-space: nowrap;
  text-transform: none;
  font-weight: normal;
}
.page-product-grouped .product-info-price {
  float: right;
  display: block;
  width: auto;
  border: 0;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 18px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.map-popup-wrapper.popup .action.close {
  top: 9px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 9px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 9px;
  top: 9px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 18px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 18px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}
.map-popup .action.primary,
.map-popup .amshopby-button,
.map-popup .am-filter-go {
  margin-right: 9px;
}
.map-popup .map-msrp {
  margin-bottom: 9px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 9px;
}
.block-bss-matrixview {
  width: 100% !important;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #777777;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #777777;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\f816';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #777777;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #999999;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #0088cc;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #0088cc;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 9px;
  top: 9px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #0088cc;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 9px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 9px;
}
.block-wishlist-management .wishlist-notice {
  color: #c1c1c1;
  display: inline-block;
  margin-right: 18px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #e7e7e7;
  content: '\e629';
  font-family: 'porto-icons';
  margin: 0 4.5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 18px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 18px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 54px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 18px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 18px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 9px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 9px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #0088cc;
}
.block-wishlist-info-items .action.towishlist {
  padding: 9px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout .title {
  margin-bottom: 27px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .table > tbody > tr > td,
.multicheckout .table-wrapper .table > tbody > tr > th,
.multicheckout .table-wrapper .table > tfoot > tr > td,
.multicheckout .table-wrapper .table > tfoot > tr > th,
.multicheckout .table-wrapper .table > thead > tr > td,
.multicheckout .table-wrapper .table > thead > tr > th {
  vertical-align: middle;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 9px;
}
.multicheckout .table-wrapper .product-item-name > a,
.multicheckout .table-wrapper .product-item-name > a:hover {
  color: #0088cc;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 36px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 9px;
}
.multicheckout .item-options {
  margin: 9px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 9px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #eaeaea;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .box-items .box-content {
  border-top: 1px solid #ddd;
  border-radius: 8px;
}
.multicheckout.order-review .box-items .data.table {
  margin-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 36px;
}
.multicheckout .box-title span {
  margin-right: 9px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0;
  color: #777777;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  line-height: 1.4;
}
.multicheckout .box-billing-method .methods-payment .item-title label {
  font-size: 14px;
  vertical-align: top;
  font-weight: 600;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2rem;
  margin-bottom: 36px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
  padding: 0;
  background: none;
}
[class^="multishipping-"] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #dddddd;
  content: '\f84c';
  font-family: 'porto-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
.data.switch .counter {
  color: #c1c1c1;
}
.data.switch .counter:before {
  content: "(";
}
.data.switch .counter:after {
  content: ")";
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  display: block;
  width: 83px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f844' '\f844' '\f844' '\f844';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f844' '\f844' '\f844';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f844' '\f844';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f844';
}
.review-control-vote:before {
  content: '\f845' '\f845' '\f845' '\f845' '\f845';
}
.review-toolbar {
  padding: 0;
  border-top: 1px solid #c9c9c9;
  margin: 0 0 18px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 18px 0;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  font-size: 1.4rem;
  line-height: 1.5rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  line-height: 1.3;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 18px;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  margin-bottom: 9px;
  font-weight: 600;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  line-height: 32px;
  height: 32px;
  letter-spacing: 10px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-top: 9px;
  margin-bottom: 43.2px;
}
.review-list {
  margin-bottom: 27px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.review-item {
  padding: 18px 0;
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 9px;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  margin: 0 0 18px;
}
.review-content {
  margin-bottom: 18px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 18px;
}
.product-reviews-summary {
  margin-bottom: 10px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-top: 0;
  line-height: 16px;
}
.product-reviews-summary .reviews-actions a {
  color: #bdbdbd;
  padding: 0 15px 0 10px;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  border-right: 1px solid #ccc;
}
.product-reviews-summary.no-rating .reviews-actions a:first-child {
  padding-left: 0;
}
.product-info-main .product-reviews-summary,
.customer-review .product-reviews-summary {
  margin-bottom: 20px;
  display: none;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 15px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 18px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 4.5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 9px;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  width: 30%;
  max-width: 285px;
  float: left;
  margin-right: 3%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 18px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 9px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  font-weight: 600;
  margin-bottom: 18px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 18px;
}
.customer-review .review-details .review-date {
  color: #eaeaea;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 22.5px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 22.5px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 9px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 18px;
}
.order-links .item {
  line-height: 36px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #c1c1c1;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 36px;
  padding: 9px;
}
.order-details-items.ordered .order-title {
  display: none;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 9px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar > .secondary .action.back {
  display: inline-block;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-top: 0;
  padding-bottom: 15px;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ": ";
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #777777;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\f804';
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .action.print {
  display: none;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.form.send.friend {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #0088cc;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before {
  content: '\f84c';
}
.block-collapsible-nav .item {
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 0;
  width: 100%;
}
.block-collapsible-nav .item:first-child {
  border-top: 1px solid #ddd;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  color: #777777;
  display: block;
  padding: 8px 18px 8px 15px;
  position: relative;
}
.block-collapsible-nav .item a:before,
.block-collapsible-nav .item > strong:before {
  content: "\f0da";
  position: absolute;
  left: 0;
  font: normal normal normal 16px/1 FontAwesome;
  top: 10px;
  display: none;
}
.block-collapsible-nav .content {
  background: none;
  padding: 0;
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom: 0;
}
.block-collapsible-nav .item .delimiter {
  display: none;
}
.block-collapsible-nav .item a {
  text-decoration: none;
  border: none;
}
.block-collapsible-nav .item a:hover,
.block-collapsible-nav .item a:active,
.block-collapsible-nav .item a:focus {
  color: #0088cc;
  background-color: transparent;
}
.account .block .block-content a {
  color: #553D25;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item a:hover,
.block-collapsible-nav .item.current strong {
  color: #fff;
  font-weight: 400;
  background: #553D25;
  border: none;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #777777;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #0088cc;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #0088cc;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #0088cc;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 9px;
}
.message.global.demo {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #0088cc;
}
.message.global.demo a:hover {
  color: #0088cc;
}
.message.global.demo a:active {
  color: #0088cc;
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 9px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 9px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 9px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 9px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #c1c1c1;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 22.5px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 9px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 9px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
/*** About US ***/
h2.word-rotator-title {
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px 0;
  color: #121214;
}
.word-rotate {
  visibility: hidden;
  width: 100px;
  height: 0;
  margin-bottom: -7px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
h2 .word-rotate {
  margin-bottom: -7px;
}
.word-rotate.active {
  visibility: visible;
  width: auto;
}
.word-rotate .word-rotate-items {
  position: relative;
  top: 0;
  width: 100%;
}
.word-rotate .word-rotate-items span {
  display: block;
  white-space: nowrap;
}
p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
  color: #0088cc;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0088cc;
  border-color: #0088cc;
}
.btn-primary:hover {
  color: #fff;
  opacity: 0.85;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.btn:hover {
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.push-top {
  margin-top: 20px;
}
hr.tall {
  margin: 30px 0;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
}
.entry-content h3 {
  font-size: 1.7em;
  font-weight: normal;
  color: #0088cc;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 33px;
  text-transform: uppercase;
}
.entry-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.entry-content .lead {
  font-size: 21px;
  line-height: 1.4;
}
.history {
  margin: 25px 0;
  padding: 0;
  clear: both;
}
.history .thumb {
  background: transparent url(../images/history-thumb.png) no-repeat 0 0;
  width: 227px;
  height: 160px;
  margin: 0 0 30px;
  padding: 0;
  float: left;
}
.history .thumb img {
  border-radius: 50%;
  margin: 7px 8px;
  width: 145px;
  height: 145px;
}
.history h4 {
  float: left;
  margin: 15px 0;
  padding: 0;
  color: #0088cc;
  line-height: 27px;
}
.history p {
  margin: 0;
  margin-left: 55px;
  line-height: 24px;
}
.featured-box {
  background: #f5f5f5;
  background-color: transparent;
  background: linear-gradient(to bottom, #ffffff 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.featured-box .box-content {
  border-radius: 8px;
  border-top: 4px solid #0088cc;
  padding: 30px 20px;
}
.featured-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
.featured-box .block-flickr-photos {
  border: 0;
}
.featured-box .block-flickr-photos .block-title {
  display: none;
}
.featured-box .block-flickr-photos a.flickr-image {
  margin: 5px;
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 5px;
  border-radius: 5px;
}
.featured-box .block-flickr-photos a.flickr-image img {
  max-width: 100%;
  width: 75px;
}
.history .featured-box {
  text-align: left;
  margin-left: 225px;
  margin-bottom: 35px;
  min-height: 115px;
}
.history .featured-box .box-content {
  border-top-color: #0088cc;
}
#newsletter_popup {
  background: url(../images/newsletter_popup_bg.jpg) no-repeat;
  margin: 0;
  padding: 40px 40px 25px;
  width: 700px;
  height: 325px;
  border-top: 4px solid #0088cc;
  text-align: left;
  position: relative;
  border-radius: 5px;
}
#newsletter_popup .block-content {
  max-width: 312px;
  text-align: center;
  padding: 6px;
}
#newsletter_popup h2 {
  font-weight: 700;
  color: #313131;
  font-size: 16px;
  line-height: 1;
  margin: 30px 0 12px;
}
#newsletter_popup p {
  font-size: 13px;
  line-height: 1.4;
}
#newsletter_popup .input-box {
  padding: 0;
}
#newsletter_popup input[type="email"] {
  float: left;
  padding: 2px 13px;
  line-height: 30px;
  width: 100%;
  height: 34px;
}
#newsletter_popup .actions {
  float: left;
  margin-left: -55px;
  position: relative;
  z-index: 1;
  width: 55px;
  border-left: 1px solid #ccc;
}
#newsletter_popup .action.primary,
#newsletter_popup .amshopby-button,
#newsletter_popup .am-filter-go {
  height: 34px;
  background-color: transparent;
  color: #555;
  line-height: 34px;
  padding: 0;
  text-align: center;
  width: 100%;
  border: 0;
}
#newsletter_popup .subscribe-bottom {
  position: absolute;
  bottom: 30px;
}
#newsletter_popup .subscribe-bottom label {
  font-size: 11px;
  vertical-align: middle;
}
#newsletter_popup #newsletter_popup_dont_show_again {
  margin-top: 1px;
  vertical-align: middle;
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main {
  margin: 20px 0;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add {
  display: none;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 7px 20px;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}
.product-item .weltpixel-quickview {
  display: none;
}
.wishlist-index-index .products-grid .product-item .product-item-info {
  position: relative;
  padding: 9px;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
  border: none;
  margin: 0;
}
.products-grid .product-item .product-item-details {
  position: initial;
}
.side-list .product-item .weltpixel-quickview {
  display: none !important;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 18px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\f802';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\f801';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 9px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 9px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 18px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc(49%);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 18px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 18px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 18px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  top: 7px;
  right: 0;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 18px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 18px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 9px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile {
    right: -9px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 1366px) {
  .zoomWindow {
    width: 390px !important;
    left: 59px !important;
  }
}
@media only screen and (max-width: 767px) {
  .toolbar-amount {
    float: left;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 9px 36px 9px 15px;
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 18px;
    top: 9px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    content: "\f107";
    font: normal normal normal 20px/1 FontAwesome;
    transition: all 0.5s ease;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    transform: rotate(180deg);
    content: "\f107";
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'porto-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    position: relative;
    padding-top: 41px;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
    color: #777;
  }
  /*.navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\f807';
    font-family: 'porto-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: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\f804';
  }
  .nav-sections .switcher {
    border-bottom: 1px solid #dddddd;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    padding: 12px 20px;
    height: auto;
    color: #777;
  }
  .nav-sections .switcher strong {
    font-size: 13px;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 4.5px;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 9px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    color: #777777;
  }
  .nav-sections .header.links li {
    border-bottom: 1px solid #dddddd;
    font-size: 1.3rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #777777;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a:hover {
    color: #0088cc !important;
  }
  .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(46%);
    overflow: visible;
  }
  .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: 9999;
  }
  .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;
  }
  header.page-header .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  header.page-header .nav-sections-items:before,
  header.page-header .nav-sections-items:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-items:after {
    clear: both;
  }
  header.page-header .nav-sections-item-title {
    background: #553D25;
    border: solid rgba(255, 255, 255, 0.3);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 50%;
  }
  a.nav-sections-item-switch {
    text-decoration: none;
  }
  header.page-header .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  header.page-header .nav-sections-item-title.active > a,
  header.page-header .nav-sections-item-title.active > a:hover,
  header.page-header .nav-sections-item-title.active > a:focus {
    color: #000;
  }
  header.page-header .nav-sections-item-title > a,
  header.page-header .nav-sections-item-title > a:hover,
  header.page-header .nav-sections-item-title > a:focus {
    color: #ffffff;
  }
  header.page-header .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
  }
  header.page-header .nav-sections-item-content:before,
  header.page-header .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-item-content:after {
    clear: both;
  }
  header.page-header .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: 9px;
    padding-right: 0;
    padding-bottom: 9px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #dddddd;
    font-size: 1.3rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 36px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #777777;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #777777;
  }
  .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: #777777;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #777777;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .navigation a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation a:hover {
    color: #0088cc !important;
  }
  .navigation li.level0 {
    line-height: 16px;
  }
  .navigation li.level0:first-child {
    border-top: 0;
  }
  .navigation li.level0 > a.level-top {
    padding: 13px 36px 13px 15px;
  }
  .navigation li.level0 > a.ui-state-active {
    color: #000;
    font-weight: 600;
  }
  .navigation li.level0 > a.ui-state-active,
  .navigation li.level0 > a.ui-state-active + .submenu {
    background-color: #eeeeee;
  }
  .navigation li.level0.active .all-category .ui-state-focus,
  .navigation li.level0.active > a:not(.ui-state-active),
  .navigation li.level0.has-active > a:not(.ui-state-active),
  .navigation li.level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation li.level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    border-left: 0;
    margin-left: 0;
  }
  .navigation li.level0 > .ui-menu-item > a {
    font-weight: 400;
  }
  .navigation li.level0 .ui-menu-item > a:before {
    content: '\f801';
    display: inline;
    font-family: 'porto-icons';
    margin-right: 10px;
    font-size: 16px;
    vertical-align: top;
    color: #aaaaaa;
  }
  .navigation li.level0 ul.level0 > .level1 {
    font-weight: 400;
  }
  .navigation ul.submenu,
  .navigation ul.submenu:not(:first-child) {
    padding-left: 15px;
  }
  .navigation ul.submenu .active > a,
  .navigation ul.submenu:not(:first-child) .active > a,
  .navigation ul.submenu .level1.active > a,
  .navigation ul.submenu:not(:first-child) .level1.active > a {
    padding-left: 15px;
    border: 0;
    font-weight: 600;
  }
  .navigation ul.submenu > li {
    line-height: 16px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 999;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #fff;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 13px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  form:not(.linear-theme) .amcform-title-wrap {
    display: none;
    max-width: 50%;
  }
  form:not(.linear-theme) .amcform-title-wrap:not(:last-child):after,
  form:not(.linear-theme) .amcform-title-wrap:before {
    width: 50%;
    content: '';
  }
  form:not(.linear-theme) .amcform-title-wrap:first-child:before {
    content: none;
  }
  form:not(.linear-theme) .amcform-title-wrap:after {
    background: linear-gradient(90deg, #e3e3e3 16.87%, #ffffff 107.36%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active ~ form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2) {
    display: none;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + .amcform-title-wrap,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2),
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2) {
    display: block;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:not(:last-child):before,
  form:not(.linear-theme) .amcform-title-wrap.-done:not(:last-child):before {
    background: linear-gradient(270deg, #92b0ff 11.11%, rgba(146, 176, 255, 0) 100%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + form:not(.linear-theme) .amcform-title-wrap:not(.-disabled):after {
    background: linear-gradient(270deg, rgba(146, 176, 255, 0) 11.1%, #92b0ff 100%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:after,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + .amcform-title-wrap:before,
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2):after {
    background: #92b0ff;
  }
  .linear-theme .amcform-page-titles {
    padding: 0 15px;
  }
  .linear-theme .amcform-title-wrap {
    display: block;
    min-width: 50%;
    max-width: 100%;
  }
  .linear-theme .amcform-title-wrap.ui-state-active ~ .linear-theme .amcform-title-wrap:nth-last-child(2) {
    display: block;
  }
  .linear-theme .fields {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group {
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-three {
    max-width: 100%;
  }
  .circle-theme .amcform-page-titles {
    align-items: stretch;
  }
  .circle-theme .amcform-title {
    display: block;
    margin: 0;
  }
  .circle-theme .amcform-label {
    display: block;
    padding: 10px 0;
  }
  .circle-theme .amcform-title-wrap {
    margin: 0;
    border-bottom: 4px solid #92b0ff;
  }
  .circle-theme .amcform-title-wrap:after,
  .circle-theme .amcform-title-wrap:before {
    display: none;
  }
  .circle-theme .amcform-title-wrap + .amcform-title-wrap {
    margin: 0;
  }
  .circle-theme .amcform-title-wrap.ui-state-active {
    border-color: #4776f0;
  }
  .circle-theme .amcform-title-wrap.-disabled {
    border-color: #e3e3e3;
  }
  .circle-theme .amcform-title-wrap.-error {
    border-color: #eb5757;
  }
  .amcform-table-block,
  .amcform-table-block tbody,
  .amcform-table-block .amcform-tr,
  .amcform-table-block .amcform-th,
  .amcform-table-block .amcform-td {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .amcform-table-block .amcform-th {
    padding-bottom: 0;
  }
  .amcform-table-block .amcform-td {
    padding-top: 5px;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 0;
    opacity: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-wrap: break-word;
    word-break: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 34px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .sw-megamenu.navigation.side-megamenu {
    display: none;
  }
  .sw-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .sw-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .block-cart-failed .block-title {
    margin: 0 18px 18px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*="block-compare"] {
    display: none;
  }
  .sticky-product {
    padding: 5px 15px;
  }
  .sticky-product .sticky-detail {
    display: none;
  }
  .mobile-sticky .sticky-product {
    padding: 70px 15px 5px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .checkout-index-index .page-header .minicart-wrapper {
    display: none;
  }
  .page-header.type5 .block-search .label {
    margin-right: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 18px;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 18px;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel {
    margin-top: 9px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 18px;
  }
  .login-container {
    padding-bottom: 35px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 36px;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 4.5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 18px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 9px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gift-message-summary {
    padding-right: 7rem;
  }
  .cart.table-wrapper .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\e62a';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #777777;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #0088cc;
  }
  .cart.table-wrapper .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -4.5px 14px -1px -15px;
    padding: 4px 9px 9px 14px;
  }
  .cart.table-wrapper .action-gift._active:after {
    color: #777777;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .gift-options-cart-item + .action-towishlist {
    left: 43px;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\e62b';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #777777;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #0088cc;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 18px;
    padding-bottom: 9px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.filter-active .page-wrapper {
    visibility: hidden;
    height: 0;
    margin-top: -999999em;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    z-index: 99;
    visibility: visible;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 36px;
  }
  .filter.active .filter-title {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 48px;
    z-index: 2;
    border-bottom: 1px solid #cccccc;
  }
  .filter.active .filter-title strong {
    right: 3px;
    left: auto;
    top: 10px;
    border: 0;
    background: none;
    box-shadow: none;
    color: transparent;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #fff;
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    background: transparent;
    z-index: 1;
    line-height: 32px;
  }
  .filter.active .filter-options {
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    background: #ffffff;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: 0 0 20px 0;
  }
  .filter-options-content {
    padding: 4.5px 9px;
  }
  .filter-no-options .filter-title:before {
    content: "";
    width: 100px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    position: relative;
    z-index: 99;
    margin-top: -40px;
    left: -15px;
  }
  .filter .filter-current {
    margin: 0;
    border: none;
    border-width: 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    font: normal normal normal 20px/1 FontAwesome;
    transition: all 0.5s ease;
    content: "\f107";
    position: absolute;
    top: 14px;
    right: 15px;
  }
  .filter .filter-current-subtitle:after {
    content: ' (' attr(data-count) ')';
    font-size: .9em;
    color: #c1c1c1;
  }
  .filter .filter-current.active {
    padding-bottom: 0;
  }
  .filter .filter-current.active .block-subtitle:before {
    transform: rotate(180deg);
    content: "\f107";
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 9px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #ffffff;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #777777;
    display: block;
    padding: 4.5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #0088cc;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 22.5px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 36px;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #ffffff;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
    margin: 20px 15px 0;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .block-collapsible-nav .item {
    padding: 0;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: 2px;
  }
  .navigation .parent .level-top:after {
    font-size: 12px;
    right: 10px;
    top: 13px;
  }
  .mobile-sticky header.page-header {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  }
  .mobile-sticky .page-main {
    margin-top: 64px;
  }
  .page-header.header-newskin .minicart-wrapper {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0;
    float: right;
    margin-right: -17px;
  }
  .page-header.header-newskin .minicart-wrapper .action.showcart:before,
  .page-header.header-newskin .minicart-wrapper .action.showcart.active:before {
    font-size: 28px;
    line-height: 40px;
  }
  .page-header.header-newskin .minicart-wrapper .action.showcart {
    line-height: 40px;
  }
  .products-grid.wishlist {
    margin-bottom: 27px;
    margin-right: -9px;
  }
  .products-grid.wishlist .product-item {
    padding: 18px 9px 18px 18px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 18px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 18px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .action-towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\f816';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #777777;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #0088cc;
  }
  .footer-bottom > .container > * {
    float: none !important;
    line-height: 35px !important;
  }
  .history .featured-box {
    margin-left: 0;
  }
  .history .thumb {
    display: none;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc(49%);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 9px;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 9px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 4.5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-top: 4.5px;
    padding-bottom: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 9px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -18px;
  }
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^="sales-guest-"] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -9px 0 9px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 4.5px 9px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 9px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #555555;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 4.5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 18px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 9px;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .mgz-newsletter-form-inline {
    display: block;
  }
  .mgz-newsletter-form-inline .mgz-newsletter-fields {
    display: block;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #0088cc;
    content: '\f81a';
    font-family: 'porto-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item-photo {
    width: 100%;
    padding: 0;
    display: block;
  }
  .products-list .product-item-details {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -9px 0;
    width: calc(118%) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 9px;
  }
  .product-info-price > *:last-child {
    padding-right: 9px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 9px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 18px -15px 15px;
    padding: 18px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 32px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 38px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 9px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 27px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\f826';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #777777;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #0088cc;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 18px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 18px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 22.5px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 4.5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px #c1c1c1 solid;
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    width: auto;
    margin: 22.5px -9px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 18px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 9px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    display: table-cell;
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    border: 0;
    display: table-cell;
    padding: 11px 9px;
  }
  .table.grouped > tbody > tr > td:last-child {
    border: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #0088cc;
    content: '\f81a';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 4.5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 36px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 22.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 22.5px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 4.5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 4.5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 18px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    float: none;
    display: block;
    margin: 9px 0 0;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 9px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container:before,
  .order-details-items .item-options-container + .item-options-container:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .amcard-card-info {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amcard-card-info .amcard-field {
    flex: 0 50%;
  }
  .amcard-card-info .amcard-field:not(:last-child) {
    margin-right: 0;
  }
  .amrelated-summary-content {
    justify-content: space-between;
    padding: 15px;
  }
  .amrelated-price-wrapper {
    margin: 0;
    padding: 15px 0;
  }
  .amrelated-tocart-wrapper {
    margin: 0;
  }
  /*.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary {
    display: none;
  }*/
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (max-width: 1440px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    padding: 0 20px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'porto-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amconf-matrix-table-wrap .amconf-matrix-qty {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    max-width: 100px;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow {
    display: inline-block;
    width: 13px;
    height: 25px;
    margin-top: 3px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDE5LjExMlYxLjcxOEMxMyAuMzAzIDExLjMxNC0uNDMxIDEwLjI3OC41MzNMMS4yMzMgOC45NDlhMS42MTkgMS42MTkgMCAwIDAtLjAzNyAyLjMzNWw5LjA0NSA4Ljk3N2MxLjAyMSAxLjAxNCAyLjc1OS4yOSAyLjc1OS0xLjE0OXoiIGZpbGw9IiNDMkMyQzIiLz48L3N2Zz4=) no-repeat center;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDE5LjExMlYxLjcxOEMxMyAuMzAzIDExLjMxNC0uNDMxIDEwLjI3OC41MzNMMS4yMzMgOC45NDlhMS42MTkgMS42MTkgMCAwIDAtLjAzNyAyLjMzNWw5LjA0NSA4Ljk3N2MxLjAyMSAxLjAxNCAyLjc1OS4yOSAyLjc1OS0xLjE0OXoiIGZpbGw9IiM2NjYiLz48L3N2Zz4=) no-repeat center;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow.-minus {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow.-plus {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .amconf-matrix-table-wrap .amconf-matrix-input {
    margin: 0 3px;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .amconf-matrix-table-wrap .amconf-matrix-qty > .mage-error:not(.amconf-matrix-input) {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    padding: 0 0 13px;
    width: 400px;
    max-width: initial;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    color: #0088cc;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #0088cc;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #0088cc;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #0088cc;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #0088cc;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .page-products .columns {
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 9px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 18px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 22.5px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 36px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    max-width: 244px;
    float: left;
    margin-bottom: 0;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  /*.wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 50%;
  }*/
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .paypal-review .block .box-title,
  .account .column.main .block:not(.widget) .box-title,
  .multicheckout .box-title,
  .magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
  [class^="sales-guest-"] .column.main .block:not(.widget) .box-title,
  .sales-guest-view .column.main .block:not(.widget) .box-title {
    display: block;
    margin: 0;
  }
}
/************  hide price  ****************************/
.catalog-product-view .product-info-price .price-box.price-final_price .old-price.sly-old-price.no-display,
.catalog-product-view .product-info-price .price-box.price-final_price .old-price {
  display: none !important;
}
.dashboard-customer-index .page-title-wrapper {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding: 10px;
}
.dashboard-customer-index .page-title-wrapper .base {
  font-size: 2.2rem;
  font-weight: 300;
}
.dashboard-customer-index .upload-dashboard .click-here > a {
  color: #553D25;
}
.catalog-product-view #amfile_attachment .am-attachments-tab .attachment-links {
  display: flex;
  justify-content: space-between;
}
.slider-product-item-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.slider-product-item-info .slider-product-item-photo {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.slider-product-item-info .slider-product-item-details {
  text-align: center;
}
.slider-product-item-info .swatch-attribute .swatch-attribute-options {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-contact-num {
  position: relative;
  padding-left: 36px;
}
.footer-contact-num img {
  position: absolute;
  top: 3px;
  left: 0;
}
.footer-contact-email {
  position: relative;
  padding-left: 36px;
}
.footer-contact-email img {
  position: absolute;
  top: 4px;
  left: 0;
}
.social-btn .btn-social:hover {
  color: #fff;
}
.instagram-sec-main-part {
  display: none;
}
.faq-content .main-faq-title {
  margin: 0 0 20px 0;
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Open Sans';
}
.faq-content p strong {
  font-size: 18px;
  color: #000;
  font-family: 'Open Sans';
  font-weight: 600;
  line-height: 1.4em;
  display: block;
}
.faq-content p {
  margin: 0 0 15px 0;
  font-weight: 400;
  display: block;
  line-height: 1.6em;
  font-size: 16px;
  color: #000;
  font-family: 'Open Sans';
}
.blog-content .blog-que {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.blog-content .blog-que h3,
.blog-content .blog-que h4 {
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
  margin: 0;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  color: #000;
}
.blog-content .blog-que h3:after,
.blog-content .blog-que h4:after {
  content: "\f067";
  font-size: 16px;
  font-weight: 100;
  background: #000;
  color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-content .blog-que h3.active:after,
.blog-content .blog-que h4.active:after {
  content: "\f068";
}
.blog-post-view .post-description .blog-que-content p {
  font-size: 14px;
}
.blog-que-content {
  display: none;
}
.blog-content .blog-que h3.active,
.blog-content .blog-que h4.active {
  margin: 0 0 15px;
}
.faq-content .main-faq-title:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: linear-gradient(to right, #ff0000, #0000ff);
  margin: 7px 0 0 0;
}
.faq-content.blog-content {
  margin: 0 0 50px 0;
}
.blog-que:last-child {
  border: 0;
}
body a {
  color: #000;
}
body a:visited,
body a:hover {
  color: #000;
}
body a:hover {
  text-decoration: underline;
}
.blog-que-content {
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 400;
}
.faq-content.blog-content:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .blog-content .blog-que h3:after,
  .blog-content .blog-que h4:after {
    width: 25px;
    height: 25px;
    font-size: 12px;
    flex: none;
    margin: 0 0 0 15px;
  }
  .blog-content .blog-que h3,
  .blog-content .blog-que h4 {
    font-size: 16px;
  }
  .blog-que-content,
  .blog-que-content p,
  .blog-que-content ul,
  .blog-que-content li {
    font-size: 14px;
  }
}
footer address {
  margin: 20px 0;
}
footer address {
  margin: 20px 0;
}
.footer-links ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer-links .social-icon ul {
  display: flex;
  gap: 10px;
}
.footer-links .social-icon ul li {
  margin: 0;
}
.footer-links .social-icon ul li a {
  font-size: 20px;
  text-decoration: none;
}
.newsletter-section {
  text-align: center;
}
.faq-content table p {
  margin: 0;
  font-size: 14px;
}
table.table.table-bordered {
  vertical-align: middle;
}
table.table.table-bordered td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .footer-links h3 {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
  }
  .footer-links h3:after {
    content: "\f067";
    font-size: 16px;
    font-weight: 100;
    color: #00;
    font-family: 'FontAwesome';
    vertical-align: middle;
  }
  .footer-links h3.active:after {
    content: "\f068";
  }
  .footer-links ul {
    display: none;
  }
  footer.page-footer {
    padding: 0;
  }
  header .search-box {
    padding-left: 0;
  }
  header .header-middle .header-top-right {
    padding-right: 0;
  }
  header .search-mobile-icon i.fa {
    margin: 0 0 0 15px;
  }
  body .main-banner-sec .mainbanner-sec-inner-part {
    padding: 15px;
    min-height: 146px;
  }
  body .main-banner-sec .mainbanner-sec-inner-part h2 {
    margin: 0 0 10px 0;
  }
  body .main-banner-sec .mainbanner-sec-inner-part p {
    line-height: 1.6em;
  }
  .checkout-cart-index .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-content {
    overflow: hidden;
  }
}
