* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.home-save-upto-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}
.home-save-upto-section .home-save-upto-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 74.7%;
  flex: 0 0 74.7%;
  max-width: 74.7%;
  background: #fd6b00;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0px;
  position: relative;
}
.home-save-upto-section .home-save-upto-left img {
  position: absolute;
  left: 20px;
  top: -60px;
}
.home-save-upto-section .home-save-upto-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25.3%;
  flex: 0 0 25.3%;
  max-width: 25.3%;
  background: #d2e4ff;
  text-align: center;
  padding: 40px 0px;
}
.home-save-upto-section .save-btn {
  display: block;
}
.home-save-upto-section .save-btn a {
  display: inline-block;
  vertical-align: top;
  background: #191919;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  color: #ffffff;
  padding: 18px 32px;
  text-decoration: none;
}
.home-save-upto-section .save-btn a:hover {
  background: #d6644a;
}
.home-save-upto-section .save-content {
  width: 44.5%;
}
.home-save-upto-section .save-content p {
  font-size: 18px;
  line-height: 1.833333333333333;
  margin-bottom: 17px;
}
.home-save-upto-section .save-section {
  width: 24.6%;
}
.home-save-upto-section .save-section .up-to {
  display: block;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.home-save-upto-section .save-section .save-percentage {
  font-size: 83px;
  display: block;
  font-weight: 700;
  line-height: 1;
}
.home-save-upto-section .save-section .save-percentage .dollar {
  font-size: 62px;
}
.home-save-upto-section .home-save-upto-left-img {
  width: 25.3%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-left: 20px;
}
.scroll-down-section {
  text-align: center;
  position: relative;
  font-size: 21px;
  color: #ffffff;
  font-style: italic;
  font-weight: 600;
}
.scroll-down-section:before {
  content: "";
  border-top: 88px solid #dd7158;
  border-left: 44px solid transparent;
  border-right: 44px solid transparent;
  height: 0;
  max-width: 320px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
  cursor: pointer;
}
.scroll-down-section span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  top: 15px;
  max-width: 320px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.scroll-down-section span:after {
  content: "\f103";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin: 7px auto 0;
}
#banner-slider-carousel {
  margin: 0;
}
.product-item .bss-quickview span {
  display: none;
}
.product-item .bss-quickview:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 18px;
}
.product-item-actions .actions-secondary > .action.towishlist:before,
.product-item-actions .actions-secondary > .action.tocompare:before {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  height: auto;
  width: inherit;
  font-size: 14px;
}
.product-item-actions .actions-secondary > .action.towishlist:before {
  content: "\f004";
  font-weight: 400;
}
.product-item-actions .actions-secondary > .action.tocompare:before {
  content: "\f012";
}
.product-addto-links > .action.towishlist,
.product-addto-links > .action.tocompare {
  line-height: 50px;
  text-align: center;
  width: 50px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #7f7f7f;
  color: #ffffff;
  margin: 0;
  height: 50px;
  display: inline-block;
  vertical-align: top;
}
.product-addto-links > .action.towishlist > span,
.product-addto-links > .action.tocompare > span {
  display: none;
}
.product-addto-links > .action.towishlist:before,
.product-addto-links > .action.tocompare:before {
  display: block;
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  height: auto;
  width: inherit;
  font-size: 18px;
  overflow: inherit;
}
.product-addto-links > .action.towishlist:hover,
.product-addto-links > .action.tocompare:hover {
  background: #d6644a;
}
.product-addto-links > .action.towishlist:hover:before,
.product-addto-links > .action.tocompare:hover:before {
  color: #ffffff;
}
.product-addto-links > .action.towishlist:before {
  content: "\f004";
  font-weight: 400;
}
.product-addto-links > .action.tocompare:before {
  content: "\f012";
}
.product-social-links .action.mailto.friend,
.product-addto-links .action.mailto.friend {
  line-height: 50px;
  text-align: center;
  width: 50px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #7f7f7f;
  color: #ffffff;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  height: 50px;
}
.product-social-links .action.mailto.friend > span,
.product-addto-links .action.mailto.friend > span {
  display: none;
}
.product-social-links .action.mailto.friend:before,
.product-addto-links .action.mailto.friend:before {
  display: block;
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  height: auto;
  width: inherit;
  font-size: 18px;
  overflow: inherit;
}
.product-social-links .action.mailto.friend:hover,
.product-addto-links .action.mailto.friend:hover {
  background: #d6644a;
}
.product-social-links .action.mailto.friend:hover:before,
.product-addto-links .action.mailto.friend:hover:before {
  color: #ffffff;
}
.widget .block-title.avgearshop-title {
  text-align: center;
}
.widget .block-title.avgearshop-title strong {
  display: block;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}
.widget .block-title.avgearshop-title strong:after {
  display: block;
  margin: 0 auto;
  background: url(../images/separator.png) no-repeat;
  width: 180px;
  height: 19px;
  content: "";
  margin-top: 13px;
}
.widget .block-title.avgearshop-title span {
  display: block;
  font-size: 18px;
  margin-top: 14px;
}
.home-exciting-gear,
.home-deals-week {
  padding: 80px 0px;
}
.home-exciting-gear .products,
.home-deals-week .products {
  margin: 0;
}
.owl-carousel .owl-nav {
  margin: 0;
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: 30%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: none;
  border: none;
}
.owl-carousel .owl-nav button:before {
  content: "";
  display: block;
  border-radius: 0;
  margin: 0;
  width: 41px;
  height: 75px;
  background: url(../images/slider-nav.png) no-repeat;
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev {
  margin: 0;
  padding: 0;
  left: -41px;
}
.owl-carousel .owl-nav button.owl-prev:hover:before {
  background-position: 0px -75px;
}
.owl-carousel .owl-nav button.owl-next {
  margin: 0;
  padding: 0;
  right: -41px;
}
.owl-carousel .owl-nav button.owl-next:before {
  background-position: 0px -150px;
}
.owl-carousel .owl-nav button.owl-next:hover:before {
  background-position: 0px -225px;
}
.navigation_mm .mm-navbars-top {
  border-bottom: 0 !important;
  background: transparent;
}
.navigation_mm .mm-navbars-top .mm-navbar {
  height: 0 !important;
}
.navigation_mm .mm-navbar .nav-logo img {
  display: none !important;
}
.navigation_mm .mm-panels,
.navigation_mm .mm-panels {
  top: 0 !important;
}
.navigation_mm .nav-logo #close_menu {
  padding-top: 0px !important;
  background: #666666;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -10px;
}
.navigation_mm .mm-navbars-top {
  width: 50% !important;
  left: 50% !important;
}
.navigation_mm .mm-listview .mm-next {
  width: 100% !important;
}
a.mm-btn.mm-prev {
  background: #666666;
}
@media (max-width: 1440px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
}
.home-jbl-partybox {
  background: #323230;
  position: relative;
  color: #ffffff;
  font-size: 0;
  padding-bottom: 10px;
}
.home-jbl-partybox:after {
  display: block;
  content: "";
  width: 100%;
  background: url(../images/rectangle.svg) no-repeat;
  height: 53px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-jbl-partybox .off-percentage {
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
}
.home-jbl-partybox .off-percentage:before {
  width: 0;
  height: 0;
  border-top: 178px solid #f46303;
  border-left: 178px solid transparent;
  content: "";
  display: block;
}
.home-jbl-partybox .off-percentage .off-percentage-value {
  font-size: 24px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 36px;
  right: 0;
}
.home-jbl-partybox .partybox-img,
.home-jbl-partybox .partybox-name,
.home-jbl-partybox .partybox-content {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding: 0px 10px;
  position: relative;
  z-index: 1;
}
.home-jbl-partybox .partybox-img,
.home-jbl-partybox .partybox-name {
  width: 25%;
  text-align: center;
}
.home-jbl-partybox .partybox-content {
  width: 40%;
}
.home-jbl-partybox .partybox-content p {
  line-height: 2.0625;
}
.home-jbl-partybox .partybox-content p:last-child {
  margin-bottom: 0;
}
.home-jbl-partybox .partybox-name h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
  padding-top: 25px;
}
.home-jbl-partybox .partybox-img {
  margin-top: 50px;
}
.breadcrumbs {
  background: #f2f2f2;
  padding: 17px 0px;
  margin-bottom: 50px;
}
.breadcrumbs .items {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1428px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.breadcrumbs a {
  text-decoration: none;
}
.page-title-wrapper .page-title#page-title-heading {
  font-size: 18px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.data.item .data.switch .counter {
  color: #000000;
}
.data.item.active .data.switch .counter,
.data.item:hover .data.switch .counter {
  color: #ffffff;
}
.data.item.content h2,
.data.item.content h3,
.data.item.content h4,
.data.item.content h5,
.data.item.content h6 {
  font-size: 17px;
  color: #d6644a;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px 0px 16px;
}
.data.item.content ul {
  list-style: none;
  padding: 0;
  margin: 0px 0px 16px;
}
.data.item.content ul li {
  margin: 0px 0px 14px;
  display: block;
  font-size: 17px;
  color: #3e3e3e;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
.data.item.content ul li:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
}
.data.item.content ul li:last-child {
  margin-bottom: 0;
}
.data.item.content p {
  font-size: 17px;
  color: #000000;
  font-weight: 500;
  position: relative;
  margin-bottom: 16px;
}
.data.item.content iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 16px;
}
.nav-sections .navigation > ul {
  display: inline-block;
  vertical-align: top;
}
.page-main > .page-title-wrapper .page-title {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
}
.avgearshop-cms-main p {
  font-size: 15px;
  line-height: 1.5;
}
.avgearshop-cms-main h2,
.avgearshop-cms-main h3 {
  font-weight: bold;
  font-size: 18px;
}
.avgearshop-cms-main h4,
.avgearshop-cms-main h5,
.avgearshop-cms-main h6 {
  font-size: 15px;
  font-weight: bold;
}
.avgearshop-cms-main ul {
  padding-left: 20px;
}
.avgearshop-cms-main ul li {
  font-size: 15px;
  line-height: 1.5;
}
.avgearshop-cms-main .questions-section {
  list-style: none;
  padding: 0;
  margin: 0px 0px 16px;
}
.avgearshop-cms-main .questions-section li {
  margin: 0px 0px 14px;
  display: block;
  font-size: 17px;
  color: #3e3e3e;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
.avgearshop-cms-main .questions-section li:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
}
.avgearshop-cms-main .questions-section li:last-child {
  margin-bottom: 0;
}
.avgearshop-cms-main table th,
.avgearshop-cms-main table td {
  border: solid 1px #ccc;
  font-size: 15px;
  line-height: 1.5;
}
.avgearshop-cms-main table thead th {
  background: #fafafa;
}
.cms-video {
  text-align: center;
}
.cms-video iframe {
  display: block;
  margin: 0 auto;
}
.avgearshop-reviews p {
  font-size: 15px;
  line-height: 1.5;
}
.avgearshop-reviews h3 {
  font-weight: bold;
  font-size: 18px;
}
.avgearshop-reviews h4,
.avgearshop-reviews h5,
.avgearshop-reviews h6 {
  font-size: 15px;
  font-weight: bold;
}
.avgearshop-reviews .customer-display-name {
  font-weight: 600;
}
.avgearshop-reviews .review-box {
  padding-bottom: 15px;
}
.alo-brands {
  background: none;
}
.acx-brandslider-home.widget-brandslider-home {
  padding-top: 74px;
}
.acx-brandslider-home.widget-brandslider-home .slides {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.acx-brandslider-home.widget-brandslider-home .slides li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-bottom: 0;
  margin-bottom: 62px;
}
.acx-brandslider-home.widget-brandslider-home .slides li img {
  vertical-align: top;
  max-width: 110px;
  height: auto;
}
.acx-brandslider-home.widget-brandslider-home .block-title.avgearshop-title {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .acx-brandslider-home.widget-brandslider-home .slides li {
    width: 12.5%;
  }
}
.cms-index-index.page-layout-1column .column.main {
  padding-bottom: 0;
}
.customer-account-login .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.checkout-cart-index .page-title-wrapper {
  padding-top: 40px;
}
body.account .page-title-wrapper {
  padding-top: 0px;
  margin-bottom: 0;
}
body.account .page-title-wrapper .page-title {
  font-size: 18px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.block-collapsible-nav .item {
  border-bottom: solid 1px #ddd;
  margin: 0;
}
.block-collapsible-nav .item:last-child {
  border-bottom: none;
}
.block-collapsible-nav .item a {
  border: none;
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: none;
  color: #d6644a;
}
.block-collapsible-nav .item.current > strong {
  border: none;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item strong {
  padding: 7px 18px 7px 0px;
}
/*.browse-by {
	display: block;
}
nav.navigation {
	display: none;
}
nav.navigation.visible {
	position: absolute;
    top: 100%;
    pointer-events: none;
    border: #e6ebee solid 1px;
    box-shadow: none;
    padding: 0;
    width: 100%;
    left: 0;
    background: #ffffff; 
    }*/
@media (min-width: 768px) {
  .nav-sections-item-content {
    max-width: 1428px;
    width: 100%;
    padding: 0px 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .nav-sections-item-content .freeship-top {
    float: right;
    color: #ffffff;
    padding-left: 52px;
    padding-right: 78px;
    position: relative;
    line-height: 28px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px;
  }
  .nav-sections-item-content .freeship-top:before {
    width: 37px;
    height: 27px;
    content: "";
    display: block;
    background: url(../images/truck.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
  }
  .nav-sections-item-content .freeship-top:after {
    width: 56px;
    height: 28px;
    content: "";
    display: block;
    background: url(../images/flag.jpg) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav-sections-item-content #browse-btn {
    float: left;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    line-height: 60px;
    margin-right: 55px;
  }
  .nav-sections-item-content #browse-btn .fas {
    font-size: 34px;
    line-height: 1;
    margin-right: 10px;
    vertical-align: middle;
  }
  .nav-sections-item-content #browse-btn:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 20px;
    margin-left: 8px;
  }
  .nav-sections-item-content .additional-menu-links {
    float: left;
  }
  .nav-sections-item-content .additional-menu-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .nav-sections-item-content .additional-menu-links ul li {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 55px;
    position: relative;
  }
  .nav-sections-item-content .additional-menu-links ul li a {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    line-height: 60px;
  }
  .nav-sections-item-content .additional-menu-links ul li.parent ul.submenu {
    display: none;
  }
  .nav-sections-item-content .additional-menu-links ul li.parent > a {
    position: relative;
  }
  .nav-sections-item-content .additional-menu-links ul li.parent > a:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin-left: 8px;
  }
  .nav-sections-item-content .additional-menu-links ul li.visible ul {
    display: block !important;
    position: absolute;
    left: 0;
    top: 100%;
    max-width: 300px;
    min-width: 300px;
    border: #e6ebee solid 1px;
    background: #ffffff;
    z-index: 9;
  }
  .nav-sections-item-content .additional-menu-links ul li ul li {
    display: block;
    float: none;
    width: 100%;
  }
  .nav-sections-item-content .additional-menu-links ul li ul li a {
    font-size: 14px;
    line-height: 40px;
    color: #000000;
    display: block;
    padding: 0px 12px;
  }
  .nav-sections-item-content .additional-menu-links ul li ul li a:hover {
    background: #d6644a;
    color: #ffffff;
  }
  .nav-sections-item-content .additional-menu-links ul li ul li:not(:first-child) > a {
    border-top: #e6ebee solid 1px;
  }
  .nav-sections-item-content:after,
  .nav-sections-item-content:before {
    content: "";
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections .navigation > ul {
    display: block;
  }
  .navigation .level0 .submenu li {
    position: relative;
  }
}
.so-social-share {
  display: inline-block;
  vertical-align: top;
}
.action.primary.tmp3-button {
  text-transform: uppercase;
  height: 45px;
  padding: 7px 28px;
  font-size: 700;
  font-size: 12px;
}
input[type="email"].tmp3-input {
  height: 45px;
  line-height: 45px;
  width: 100%;
  border: 2px solid #444;
  text-align: left;
  color: #333;
}
.tmp3_field_newsletter {
  position: relative;
  padding-right: 130px;
}
.subscribe-bottom {
  font-size: 13px;
}
.tmp3-text-content {
  padding-top: 80px;
}
#mb-ajaxcart-wrapper .product-name,
#mb-ajaxcart-wrapper .mb-message-successs {
  font-size: 15px;
  font-weight: normal;
}
#mb-ajaxcart-wrapper .ajaxcart-message-cartinfo .price {
  font-weight: 700;
}
#mb-ajaxcart-wrapper .action.primary {
  text-transform: uppercase;
}
#banner-slider-carousel {
  overflow: hidden;
}
.banner-slider .item {
  position: relative;
}
.banner-slider .item .container {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #ffffff;
}
.banner-slider .item h2,
.banner-slider .item h3,
.banner-slider .item p {
  margin: 0;
}
.banner-slider .item h2,
.banner-slider .item h3 {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.banner-slider .item h3 {
  text-transform: uppercase;
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  color: #d6644a;
  padding-bottom: 6px;
}
.banner-slider .item h2 {
  text-transform: uppercase;
  line-height: 1;
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  max-width: 390px;
  padding-bottom: 6px;
}
.banner-slider .item p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  max-width: 350px;
}
.banner-slider .item .banner-button-set {
  padding-top: 38px;
}
.banner-slider .item .banner-button-set a {
  font-size: 13px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  padding: 13px 24px;
  background: #d6644a;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.banner-slider .item .banner-button-set a:hover {
  background: #000000;
}
.banner-slider .item .banner-button-set a:last-child {
  background: #000000;
}
.banner-slider .item .banner-button-set a:last-child:hover {
  background: #d6644a;
}
#banner-slider-carousel .owl-nav button {
  top: 50%;
  bottom: inherit;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 41px;
}
@media (max-width: 1280px) and (min-width: 1024px) {
  .home-save-upto-section .save-section .up-to {
    font-size: 28px;
  }
  .home-save-upto-section .save-section .save-percentage {
    font-size: 60px;
  }
  .home-save-upto-section .save-section .save-percentage .dollar {
    font-size: 50px;
  }
  .home-save-upto-section .home-save-upto-left img {
    left: 0;
  }
  .home-jbl-partybox .partybox-name h4 {
    font-size: 24px;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .footer-links.tags-list li a {
    font-size: 12px;
  }
  .footer-links li.two-items a:first-child {
    padding-right: 8px;
    margin-right: 4px;
  }
}
@media (max-width: 1023px) {
  .footer.content {
    padding: 0;
  }
  .page-footer {
    padding-bottom: 0;
  }
  .nav-sections-item-content .freeship-top {
    display: none;
  }
  .header.content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .nav-sections-item-content #browse-btn {
    font-size: 17px;
    margin-right: 40px;
  }
  .nav-sections-item-content .additional-menu-links ul li {
    font-size: 17px;
    margin-right: 40px;
  }
  .block.block-search {
    margin: 0;
    padding: 10px 15px;
    max-width: 100%;
    width: 100%;
  }
  .block.block-search .block-content {
    margin: 0;
    position: relative;
  }
  .block-search {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-search input {
    height: 56px;
    padding-left: 15px;
  }
  .block-search .action.search {
    height: 56px;
    padding-left: 15px;
    font-size: 16px;
  }
  .breadcrumbs {
    margin-bottom: 20px;
  }
  .product-item-name {
    font-size: 16px;
  }
  .widget .block-title.avgearshop-title strong {
    font-size: 20px;
  }
  .widget .block-title.avgearshop-title strong:after {
    width: 146px;
    background-size: 100%;
    height: 16px;
  }
  .widget.block.related {
    margin-bottom: 0;
  }
  .widget.block.related .products {
    margin-bottom: 0;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 100%;
    padding-right: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .page-layout-2columns-left .column.main {
    width: 100%;
  }
  .page-products .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .page-products .sorter {
    float: left;
  }
  .page-products .limiter {
    padding: 0;
  }
  .acx-brandslider-home.widget-brandslider-home {
    padding-top: 40px;
  }
  .acx-brandslider-home.widget-brandslider-home .slides {
    text-align: center;
  }
  .acx-brandslider-home.widget-brandslider-home .slides li {
    width: 16.66%;
    margin-bottom: 30px;
  }
  .home-save-upto-section {
    margin-top: 40px;
  }
  .home-save-upto-section .save-section {
    width: 28.6%;
  }
  .home-save-upto-section .save-section .up-to {
    font-size: 24px;
  }
  .home-save-upto-section .save-section .save-percentage {
    font-size: 55px;
  }
  .home-save-upto-section .save-section .save-percentage .dollar {
    font-size: 45px;
  }
  .home-save-upto-section .home-save-upto-left-img {
    height: 100%;
    position: relative;
  }
  .home-save-upto-section .home-save-upto-left {
    padding: 20px 0px;
  }
  .home-save-upto-section .home-save-upto-left img {
    left: 0;
    top: -69px;
  }
  .home-save-upto-section .home-save-upto-right {
    padding: 20px 0px;
  }
  .home-save-upto-section .home-save-upto-right img {
    max-width: 170px;
  }
  .home-save-upto-section .save-content p {
    font-size: 17px;
  }
  .home-jbl-partybox .partybox-img {
    width: 20%;
  }
  .home-jbl-partybox .partybox-name {
    width: 28%;
  }
  .home-jbl-partybox .partybox-name h4 {
    font-size: 24px;
  }
  .home-jbl-partybox .partybox-content {
    font-size: 15px;
  }
  .home-jbl-partybox:after {
    height: 38px;
  }
  .banner-slider .item h2 {
    font-size: 32px;
  }
  .banner-slider .item .banner-button-set {
    padding-top: 20px;
  }
  .home-exciting-gear,
  .home-deals-week {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #banner-slider-carousel {
    margin: 0px 0px!important;
  }
  .block.block-search {
    padding-top: 0;
  }
  .nav-sections-item-content {
    padding: 0;
    margin-top: 50px;
  }
  .nav-sections-item-content #browse-btn {
    display: none;
  }
  .nav-sections .navigation > ul {
    display: block;
  }
  .navigation a {
    text-transform: uppercase;
    font-weight: 600;
  }
  .navigation .level0 {
    border-color: #565454;
  }
  .navigation .level0 > .level-top:hover {
    color: #ffffff;
  }
  .navigation li.level0:last-child {
    border-color: #565454;
  }
  .navigation .submenu:not(:first-child) ul {
    padding-left: 0;
  }
  .navigation .submenu:not(:first-child) ul > li {
    border-top: solid 1px #565454;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #ffffff;
  }
  .additional-menu-links {
    position: relative;
    z-index: 5;
    padding: 0px 15px;
  }
  .additional-menu-links ul {
    list-style: none;
    font-size: 0;
    margin: 0px -5px;
    padding: 0;
  }
  .additional-menu-links ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 5px;
    font-size: 16px;
    font-weight: 600;
    width: 50%;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    position: relative;
  }
  .additional-menu-links ul li a {
    display: block;
    background: #111111;
    text-decoration: none;
    padding: 17px 5px;
    color: #ffffff;
  }
  .additional-menu-links ul li a:hover {
    background: #d6644a;
  }
  .additional-menu-links ul li.parent > a {
    position: relative;
  }
  .additional-menu-links ul li.parent > a:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin-left: 8px;
  }
  .additional-menu-links ul.submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    margin: 0;
    width: 100%;
    padding: 0px 5px;
  }
  .additional-menu-links ul.submenu li {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .additional-menu-links ul .visible .submenu {
    display: block !important;
  }
  .block-search {
    padding: 0px 15px;
  }
  .block-search input {
    height: 50px;
  }
  .block-search .action.search {
    height: 50px;
  }
  .tmp3-img-content {
    display: none;
  }
  #bio_ep {
    max-width: 320px;
    width: 320px;
    height: auto;
    transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
  }
  .tmp3-text-content {
    padding: 0;
    height: auto;
    width: 100%;
    display: block;
    padding: 20px;
  }
  .tmp3_field_newsletter {
    padding-right: 0;
    width: 100%;
  }
  .tmp3-form {
    margin-top: 0;
  }
  .tmp3-text {
    padding-top: 15px;
  }
  .tmp3-text-1 {
    margin-bottom: 10px;
  }
  .action.primary.tmp3-button {
    position: static;
    margin-top: 10px;
  }
  .data.item.content p {
    font-size: 16px;
  }
  .product-item-details .actions-primary {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
  }
  .product-item-details .product-item-inner-links {
    display: inline-block;
    vertical-align: top;
  }
  .product-item-details .product-item-actions .actions-primary {
    display: inline-block;
  }
  .product-item-details .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: top;
  }
  .product-item-details .actions-primary + .actions-secondary > .action {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .product-item-details .actions-primary + .actions-secondary > .action:before {
    font-size: 20px;
  }
  .product-item-details .actions-primary + .actions-secondary > .action.tocompare {
    display: none;
  }
  .product-item button.tocart,
  .product-item a.tocart {
    padding: 17px 23px;
    background: #d6644a;
    border-color: #d6644a;
  }
  .product-item .product-item-inner-links button.tocart {
    line-height: 48px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .customer-account-login .page-title-wrapper,
  .customer-account-forgotpassword .page-title-wrapper,
  .customer-account-create .page-title-wrapper,
  .checkout-cart-index .page-title-wrapper {
    padding-top: 20px;
  }
  .page-main > .page-title-wrapper .page-title {
    font-size: 18px;
  }
  .login-container .block .block-title strong {
    font-size: 16px;
  }
  .product-item-photo {
    border: solid 1px #ebebeb;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    padding: 15px;
    margin: 0;
    background: #eee;
  }
  .products + .toolbar-products {
    margin-bottom: 0;
  }
  .page-products .column.main {
    padding-bottom: 0;
  }
  .toolbar select {
    height: 50px;
    max-width: 122px;
  }
  .cart.table-wrapper .cart thead {
    display: none;
  }
  .contact-details-right,
  .google-map {
    padding-top: 20px;
  }
  .scroll-down-section {
    font-size: 18px;
  }
  .scroll-down-section span {
    top: 12px;
  }
  .scroll-down-section span:after {
    display: none;
  }
  .scroll-down-section:before {
    border-top-width: 50px;
  }
  .owl-theme .owl-nav {
    margin: 0 !important;
  }
  .slider-product-item-actions .actions-primary {
    display: inline-block;
    vertical-align: top;
  }
  .slider-product-item-actions .product-item-inner-links {
    display: inline-block;
    vertical-align: top;
  }
  .slider-product-item-actions .product-item-inner-links .product-item-actions .actions-primary {
    display: inline-block;
    vertical-align: top;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action.tocompare {
    display: none;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:before {
    font-size: 20px;
  }
  .slider-product-item-photo {
    border: solid 1px #ebebeb;
  }
  .acx-brandslider-home {
    padding-top: 40px;
  }
  .acx-brandslider-home.widget-brandslider-home .slides {
    text-align: center;
  }
  .acx-brandslider-home.widget-brandslider-home .slides li {
    width: 20%;
    margin-bottom: 30px;
  }
  .acx-brandslider-home.widget-brandslider-home .slides li img {
    max-width: 100%;
  }
  #banner-slider-carousel .owl-nav button {
    top: 50% !important;
    bottom: inherit !important;
    transform: translate(0, -50%) !important;
    -moz-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    width: 41px !important;
  }
}
#viewmore {
  display: none;
}
#viewless {
  display: none;
}
.view-more {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
.view-more a {
  text-decoration: none;
  display: inline-block;
  color: #d6644a;
  font-weight: 600;
}
.view-more a:after {
  content: "\f103";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin: 7px auto 0;
}
@media (min-width: 768px) {
  #banner-slider-carousel .owl-item img.mobile-banner {
    display: none;
  }
}
@media (max-width: 767px) {
  #viewmore {
    display: block;
  }
  .acx-brandslider-home.widget-brandslider-home .slides li.hide-m {
    display: none;
  }
  #banner-slider-carousel .owl-item img.desktop-banner {
    display: none;
  }
  .banner-slider .item .container {
    text-align: center;
  }
  .banner-slider .item h2,
  .banner-slider .item p {
    margin-left: auto;
    margin-right: auto;
  }
  .banner-slider .item h2,
  .banner-slider .item h3 {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.45);
  }
  .home-save-upto-section {
    margin-left: -15px;
    margin-right: -15px;
  }
  .home-save-upto-section .save-content p {
    font-size: 14px;
  }
  .home-save-upto-section .save-section .up-to {
    font-size: 20px;
  }
  .home-save-upto-section .save-section .save-percentage {
    font-size: 45px;
  }
  .home-save-upto-section .save-section .save-percentage .dollar {
    font-size: 35px;
  }
  .home-save-upto-section .home-save-upto-right {
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
  }
  .home-save-upto-section .home-save-upto-right img {
    width: 100%;
    max-width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
  }
  .home-save-upto-section .home-save-upto-left img {
    top: -62px;
  }
  .home-jbl-partybox {
    margin: 0 -15px;
  }
  .home-jbl-partybox .off-percentage:before {
    border-top-width: 130px;
    border-left-width: 130px;
  }
  .home-jbl-partybox .off-percentage .off-percentage-value {
    font-size: 22px;
    top: 28px;
    right: -5px;
  }
  .home-jbl-partybox .partybox-name h4 {
    font-size: 18px;
  }
  .bulk-order-row .bulk-order-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .avgearshop-cms-main table th {
    font-size: 11px;
  }
  .avgearshop-cms-main table td {
    font-size: 13px;
  }
  .avgearshop-cms-main h2,
  .avgearshop-cms-main h3 {
    font-size: 16px;
  }
  .avgearshop-cms-main p {
    font-size: 14px;
  }
  .avgearshop-cms-main .questions-section li {
    font-size: 14px;
  }
  .cms-video iframe {
    max-width: 100%;
  }
  .block-collapsible-nav .item {
    padding: 0px 15px;
  }
  .block-collapsible-nav {
    top: 0;
  }
  .account .page-main {
    padding-top: 60px;
  }
}
@media (max-width: 639px) and (min-width: 481px) {
  .product-item-details .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: top;
  }
  .product-item-details .actions-primary + .actions-secondary > .action {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .product-item-details .actions-primary + .actions-secondary > .action:before {
    font-size: 20px;
  }
  .product-item-details .actions-primary + .actions-secondary > .action.tocompare {
    display: none;
  }
  .product-item button.tocart,
  .product-item a.tocart {
    padding: 13px 17px;
    background: #d6644a;
    border-color: #d6644a;
  }
  .product-item .product-item-inner-links button.tocart {
    line-height: 40px;
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 0;
  }
}
@media (max-width: 639px) {
  .home-save-upto-section .save-content p {
    font-size: 14px;
    max-width: 230px;
    font-size: 16px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .home-save-upto-section .save-section .up-to {
    font-size: 20px;
  }
  .home-save-upto-section .save-section .save-percentage {
    font-size: 45px;
  }
  .home-save-upto-section .save-section .save-percentage .dollar {
    font-size: 35px;
  }
  .home-save-upto-section .home-save-upto-right {
    padding-right: 5px;
    padding-left: 5px;
  }
  .home-save-upto-section .home-save-upto-right img {
    width: 100%;
    max-width: 150px;
  }
  .home-save-upto-section .home-save-upto-left img {
    top: -62px;
  }
  .home-jbl-partybox {
    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;
    overflow: hidden;
  }
  .home-jbl-partybox:after {
    height: 30px;
  }
  .home-jbl-partybox .partybox-name {
    -ms-flex-order: 0;
    width: 100%;
    padding: 0;
    order: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
  }
  .home-jbl-partybox .partybox-name h4 {
    font-size: 18px;
    padding: 10px;
    width: 65%;
  }
  .home-jbl-partybox .partybox-name img {
    max-width: 35%;
    padding: 0px 10px;
    width: 100%;
  }
  .home-jbl-partybox .partybox-img {
    -ms-flex-order: 1;
    order: 1;
    width: 35%;
    margin-top: 15px;
  }
  .home-jbl-partybox .partybox-content {
    -ms-flex-order: 2;
    order: 2;
    padding-top: 50px;
    width: 65%;
  }
  .home-save-upto-section .home-save-upto-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding: 0;
  }
  .home-save-upto-section .home-save-upto-left-img {
    width: 38%;
    padding: 0px 10px;
    margin-top: -12%;
    height: auto;
  }
  .home-save-upto-section .home-save-upto-left-img img {
    position: static;
  }
  .home-save-upto-section .home-save-upto-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .home-save-upto-section .save-content {
    width: 100%;
    padding: 10px;
    padding-top: 0;
  }
  .home-save-upto-section .save-section {
    width: 62%;
  }
  .home-save-upto-section .save-section .up-to {
    font-size: 24px;
  }
  .home-save-upto-section .save-section .save-percentage {
    font-size: 55px;
  }
  .home-save-upto-section .save-section .save-percentage .dollar {
    font-size: 45px;
  }
  .home-save-upto-section .save-btn {
    text-align: center;
  }
  .home-save-upto-section .save-btn a {
    padding: 15px 32px;
  }
}
@media (max-width: 480px) {
  .header.content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 87px;
    padding-right: 60px;
  }
  .nav-toggle-mm,
  .nav-toggle {
    font-size: 14px;
    line-height: 18px;
  }
  .nav-toggle-mm > span,
  .nav-toggle > span {
    padding-left: 20px;
    padding-right: 13px;
  }
  .nav-toggle-mm > span:after,
  .nav-toggle > span:after {
    font-size: 13px;
    top: 3px;
  }
  .logo {
    /*    		max-width: 140px;*/
    max-width: 172px;
    padding-bottom: 8px;
  }
  .nav-toggle-mm,
  .nav-toggle,
  .header-account,
  .minicart-wrapper {
    top: 24px;
  }
  .data.item.content p {
    font-size: 15px;
  }
  .product-reviews-summary .reviews-actions a {
    font-size: 13px;
  }
  .product-reviews-summary .reviews-actions .action.add {
    padding-left: 10px;
  }
  .data.item.content ul li {
    font-size: 15px;
  }
  .limiter-text {
    display: none;
  }
  .cart-container .form-cart .actions.main button,
  .cart-container .form-cart .actions.main a.action.primary {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .google-map iframe {
    height: 280px;
  }
  .scroll-down-section {
    font-size: 15px;
  }
  .scroll-down-section span {
    max-width: 280px;
    top: 15px;
  }
  .scroll-down-section:before {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    max-width: 230px;
  }
  .product-item-name {
    margin-bottom: 10px;
  }
  .acx-brandslider-home.widget-brandslider-home .slides {
    text-align: center;
    margin-left: -5px;
    margin-right: -5px;
  }
  .acx-brandslider-home.widget-brandslider-home .slides li {
    width: 33.33%;
    padding: 0px 5px;
  }
  .acx-brandslider-home.widget-brandslider-home .slides li img {
    max-width: 100%;
  }
  .banner-slider .item p {
    display: none;
  }
  .banner-slider .item h2 {
    font-size: 26px;
    padding: 0;
    line-height: 1.4;
  }
  .banner-slider .item h3 {
    font-size: 18px;
    padding-bottom: 6px;
  }
  .banner-slider .item .banner-button-set a {
    font-size: 12px;
    padding: 13px 20px;
  }
  .home-jbl-partybox .partybox-content p {
    font-size: 13px;
    line-height: 1.6;
  }
  .home-jbl-partybox .partybox-name h4 {
    font-size: 14px;
    font-weight: 600;
  }
  .home-jbl-partybox .partybox-content {
    padding-top: 30px;
  }
  .home-save-upto-section .save-content p {
    font-size: 13px;
  }
  .home-save-upto-section .save-section .up-to {
    font-size: 18px;
  }
  .home-save-upto-section .save-section .save-percentage {
    font-size: 45px;
  }
  .home-save-upto-section .save-section .save-percentage .dollar {
    font-size: 35px;
  }
  .home-save-upto-section .home-save-upto-left-img {
    margin-top: -11%;
  }
}
.price {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.product-social-links .outofstock {
  vertical-align: top;
  font-size: 17px;
  padding: 13px 31px;
  background: #d6644a;
  border-color: #d6644a;
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #ffffff;
  border-radius: 3px;
}
@media (min-width: 1024px) {
  .product-info-main .page-title-wrapper h1 {
    margin-top: -4px;
  }
}
@media (max-width: 767px) {
  .fotorama__arr--prev {
    display: block !important;
  }
  .fotorama__arr--next {
    display: block !important;
  }
  .fotorama__arr {
    width: 30px !important;
  }
  .sections.nav-sections nav.navigation_mm {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media (max-width: 639px) {
  .cart-container .form-cart .actions.main .continue,
  .cart-container .form-cart .actions.main button {
    padding: 7px 8px;
  }
  /**/
  .banner-slider .item .container {
    top: 0;
    transform: translate(-50%, 0%);
    height: 100%;
    padding-top: 17px;
  }
  .banner-slider .item h3 {
    padding-bottom: 6px;
  }
  .banner-slider .item .banner-button-set {
    padding-top: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .banner-slider .item h2 {
    font-size: 14px !important;
  }
  .banner-button-set a.compare_btn {
    display: none !important;
  }
  .owl-carousel .owl-nav button.owl-next:before {
    background-position: 0px -91px;
    background-size: 62%;
  }
  #banner-slider-carousel .owl-nav button {
    width: 28px !important;
    height: 45px;
  }
  .owl-carousel .owl-nav button.owl-next:hover:before {
    background-position: 0px -91px;
  }
  .owl-carousel .owl-nav button.owl-prev:hover:before {
    background-position: 0px 4px;
  }
  .owl-carousel .owl-nav button:before {
    background-size: 62%;
    height: 44px;
    background-position: 0px 4px;
  }
  .owl-carousel .owl-nav button.owl-prev:hover:before {
    background-position: 0px 2px;
  }
}
@media (max-width: 480px) {
  .cart-container .form-cart .actions.main .continue {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .catalog-product-view .widget.block.related {
    display: none;
  }
  .product.info.detailed {
    margin-bottom: 0;
  }
  .catalog-product-view .column.main {
    padding-bottom: 0;
  }
  .data.item.content iframe {
    height: 180px;
  }
}
#homeslider .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
#homeslider .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
@media (max-width: 1480px) and (min-width: 768px) {
  .banner-slider .item .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#back_top {
  background-color: #333333;
  bottom: 22px;
  cursor: pointer;
  display: none;
  height: 45px;
  position: fixed;
  right: 30px;
  width: 45px;
  z-index: 999;
  color: #ffffff;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  #back_top {
    right: 15px;
  }
}
div#back_top:after {
  content: '\f077';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #d6644a;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px transparent;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 7px;
  width: 7px;
  margin: 0px 2px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
  /*.fotorama__nav__frame {
        padding-left: 0 !important;
        &:last-child {
            padding-right: 0 !important;
        }
    }*/
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background: #d6644a;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 50%;
  display: block;
  height: 7px;
  position: relative;
  width: 7px;
  background: #949494;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  border: solid 1px #ccc;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active .fotorama__thumb {
  border-color: #d6644a;
}
.fotorama__thumb-border {
  /*&:extend(.fotorama-border-box);
    &:extend(.fotorama-print-background);
    backface-visibility: hidden;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
    border: 1px solid @theme__color__primary-alt;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9;*/
  display: none;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  *display: none;
  cursor: default;
  opacity: 0.1;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
/*.fotorama__stage,
.fotorama__nav {
    &:before,
    &:after {
        &:extend(.fotorama-gpu);
        background-repeat: no-repeat;
        content: '';
        display: block;
        pointer-events: none;
        position: absolute;
        text-decoration: none;
        z-index: 10;
    }
    &:before {
        left: -10px;
        top: -10px;
    }
    &:after {
        right: -10px;
        bottom: -10px;
    }
    &.fotorama__shadows--left:before,
    &.fotorama__shadows--right:after {
        background-size: 1px 100%, 5px 100%;
        bottom: 0;
        height: auto;
        top: 0;
        width: 10px;
    }
    &.fotorama__shadows--top:before,
    &.fotorama__shadows--bottom:after {
        background-size: 100% 1px, 100% 5px ;
        height:10px;
        left: 0;
        right:0;
        width:auto;
    }
    &.fotorama__shadows--left:before {
        .fotorama-shadow-gradient(0, 50%);
        background-position: 0 0, 0 0;
        left: 0;
    }

    &.fotorama__shadows--right:after {
        .fotorama-shadow-gradient(100%, 50%);
        background-position: 100% 0, 100% 0;
        right: 0;
    }
    &.fotorama__shadows--top:before {
        .fotorama-shadow-gradient(50%, 0);
        background-position: 0 0, 0 0;
        top:0;

    }
    &.fotorama__shadows--bottom:after {
        .fotorama-shadow-gradient(50%, 100%);
        background-position: 0 100%, 0 100%;
        bottom:0;
    }
}*/
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
  background-color: #d6644a;
  border-radius: 3px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -345px;
  background-color: #d6644a;
  border-radius: 3px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
