﻿/*fonts*/
/*AvernirLTStd Medium*/
/*AvernirLTStd MediumOblique*/
/*AvenitLTStd Black*/
/*AvenitLTStd Black*/
/*colors*/
/*size*/
/*mixins*/
.master-wrapper-page {
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  overflow: hidden; }

.header-upper {
  border: none !important; }

.header-links a, .header-links span {
  line-height: 28px; }

.header-links {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin: 0px 30px 25px auto;
  position: relative;
  z-index: 110;
  background-color: white; }
  .header-links > ul {
    display: flex; }
    .header-links > ul > li {
      vertical-align: top;
      margin: 0;
      padding: 0;
      position: relative;
      background: #e30082;
      background: -moz-linear-gradient(top, #e30082 0%, #c80073 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #e30082), color-stop(100%, #c80073));
      background: -webkit-linear-gradient(top, #e30082 0%, #c80073 100%);
      background: -o-linear-gradient(top, #e30082 0%, #c80073 100%);
      background: -ms-linear-gradient(top, #e30082 0%, #c80073 100%);
      background: linear-gradient(to bottom, #e30082 0%, #c80073 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30082', endColorstr='#c80073', GradientType=0 ); }
      @media (min-width: 768px) {
        .header-links > ul > li {
          padding: 5px 0px; } }
      .header-links > ul > li:not(#topcartlink):hover {
        opacity: 0.8; }
      .header-links > ul > li > a {
        color: #fff;
        font-family: "Avenir Next Cyr W00 Medium", Arial, Helvetica, sans-serif;
        font-size: 13px;
        padding: 0px 25px;
        line-height: 28px;
        border-right: 1px solid #ea80bc; }
        .header-links > ul > li > a:hover {
          color: #fff; }
      .header-links > ul > li:last-child a {
        border-right: none; }
    .header-links > ul #topcartlink {
      background: #00acf0;
      background: -moz-linear-gradient(top, #00acf0 0%, #0084e4 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #0084e4), color-stop(100%, #c80073));
      background: -webkit-linear-gradient(top, #00acf0 0%, #0084e4 100%);
      background: -o-linear-gradient(top, #00acf0 0%, #0084e4 100%);
      background: -ms-linear-gradient(top, #00acf0 0%, #0084e4 100%);
      background: linear-gradient(to bottom, #00acf0 0%, #0084e4 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acf0', endColorstr='#0084e4', GradientType=0 );
      border-right: 1px solid #fff;
      position: relative;
      padding: 0px 0px;
      width: 83px;
      margin-right: -1px;
      margin-right: -1px; }
      .header-links > ul #topcartlink > a {
        padding: 0px;
        display: block;
        border-right: none;
        background: none;
        line-height: 28px !important; }
        @media (min-width: 768px) {
          .header-links > ul #topcartlink > a {
            line-height: 38px !important; } }
        .header-links > ul #topcartlink > a .cart-label {
          position: absolute;
          width: 83px;
          height: 40px;
          background: url("/Themes/DefaultClean/Content/images/restyle/cart_ico.png") no-repeat left top;
          left: 0px;
          top: 0px;
          z-index: 0;
          text-indent: -9999px;
          overflow: hidden; }
          @media (min-width: 768px) {
            .header-links > ul #topcartlink > a .cart-label {
              height: 69px; } }
        .header-links > ul #topcartlink > a .cart-qty {
          color: #000;
          font-family: "Avenir Next Cyr W00 Bold", Arial, Helvetica, sans-serif;
          font-size: 14px;
          line-height: 38px;
          position: relative;
          z-index: 1;
          margin-top: 3px;
          margin-left: 5px;
          display: block; }

.header-lower {
  background-color: #fff;
  position: relative;
  padding: 0 !important;
  border: none; }
  @media (min-width: 1001px) {
    .header-lower {
      padding: 10px 0 !important; } }
  .header-lower::after, .header-lower::before {
    content: "";
    display: block;
    background-color: #fff;
    height: 100%;
    width: 1000px;
    position: absolute;
    top: 0px; }
  .header-lower::after {
    right: -1000px; }
  .header-lower::before {
    left: -1000px; }
  .header-lower .header-logo {
    position: absolute;
    left: 20px;
    top: -40px;
    z-index: 1; }
  .header-lower .header-menu {
    margin: 0px 90px 0px 150px;
    width: auto;
    padding: 0px !important;
    border: none;
    text-align: left;
    padding: 10px 0px 10px 0px;
    position: relative;
    z-index: 0; }
    .header-lower .header-menu > ul > li {
      border: none;
      padding: 0px 10px; }
      .header-lower .header-menu > ul > li > a {
        font-size: 16px;
        font-family: "Avenir Next Cyr W00 Medium", Arial, Helvetica, sans-serif;
        color: #000;
        padding: 5px 5px; }
        .header-lower .header-menu > ul > li > a.active {
          color: #e50083; }
        .header-lower .header-menu > ul > li > a:hover {
          color: #e50083; }
  .header-lower .search-box {
    position: absolute;
    right: 30px;
    top: 7px;
    z-index: 1; }
    .header-lower .search-box .search-box-button {
      border-radius: 3px;
      width: 40px;
      height: 37px;
      background: url(/Themes/DefaultClean/Content/images/restyle/search_button.png) no-repeat center center;
      padding: 0px;
      min-width: 0px; }
      .header-lower .search-box .search-box-button:hover {
        opacity: 0.8; }
    .header-lower .search-box .search-box-text {
      display: none;
      height: 37px;
      position: absolute;
      right: 0px;
      top: 43px; }

.footer {
  background: url("/Themes/DefaultClean/Content/images/restyle/footer-default.jpg") no-repeat center top;
  background-color: #509612;
  padding-top: 200px;
  position: relative;
  max-width: 1170px;
  margin: auto; }

.footer-powered-by a {
  font-weight: normal; }

@media (min-width: 1001px) {
  .footer-info {
    float: left !important; }
  .footer-powered-by {
    float: right !important; } }

#newsletter-result-block {
  text-align: center;
  color: red; }

.footer-container {
  max-width: 1200px;
  margin: auto; }

.footer-top {
  max-width: 1170px;
  margin: auto;
  background-color: #f0f1f1; }
  .footer-top .footer-container {
    text-align: center;
    padding: 12px 0px; }
  .footer-top .footer-newsletter {
    display: inline-block;
    vertical-align: top;
    margin: 0px 20px; }
    .footer-top .footer-newsletter .title {
      display: inline-block;
      font-family: "Avenir Next Cyr W00 Bold", Arial, Helvetica, sans-serif;
      vertical-align: top;
      font-size: 14px;
      margin-top: 10px; }
    .footer-top .footer-newsletter .newsletter-subscribe {
      display: inline-block;
      vertical-align: top; }
    .footer-top .footer-newsletter .newsletter-email {
      margin-left: 10px; }
    .footer-top .footer-newsletter .newsletter-subscribe-text {
      background: #e8e8e8;
      background: -moz-linear-gradient(top, #e8e8e8 0%, #cccccc 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #cccccc));
      background: -webkit-linear-gradient(top, #e8e8e8 0%, #cccccc 100%);
      background: -o-linear-gradient(top, #e8e8e8 0%, #cccccc 100%);
      background: -ms-linear-gradient(top, #e8e8e8 0%, #cccccc 100%);
      background: linear-gradient(to bottom, #e8e8e8 0%, #cccccc 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#cccccc', GradientType=0 );
      border: none;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      margin-right: 1px; }
    .footer-top .footer-newsletter .newsletter-subscribe-button {
      background: #e30082;
      background: -moz-linear-gradient(top, #e30082 0%, #c80073 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #e30082), color-stop(100%, #c80073));
      background: -webkit-linear-gradient(top, #e30082 0%, #c80073 100%);
      background: -o-linear-gradient(top, #e30082 0%, #c80073 100%);
      background: -ms-linear-gradient(top, #e30082 0%, #c80073 100%);
      background: linear-gradient(to bottom, #e30082 0%, #c80073 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30082', endColorstr='#c80073', GradientType=0 );
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      text-transform: none; }
      .footer-top .footer-newsletter .newsletter-subscribe-button:hover {
        opacity: 0.8; }
  .footer-top .footer-social {
    display: inline-block;
    vertical-align: top; }
    .footer-top .footer-social span {
      display: inline-block;
      vertical-align: middle; }
  .footer-top .networks {
    display: inline-block; }
    .footer-top .networks li {
      display: inline-block;
      vertical-align: middle;
      margin: 0px 5px; }
      .footer-top .networks li a {
        background: url(/Themes/DefaultClean/Content/images/restyle/social.png) no-repeat left center;
        display: block;
        height: 37px; }
      .footer-top .networks li.facebook a {
        width: 37px; }
      .footer-top .networks li.youtube a {
        width: 51px;
        background-position: -50px center; }
      .footer-top .networks li.twitter a {
        width: 37px;
        background-position: -112px center; }

.footer-upper {
  border: none;
  max-width: 905px;
  padding: 0px; }
  .footer-upper a {
    color: #fff; }

.footer-lower {
  color: #fff;
  font-size: 12px;
  font-family: "Avenir Next Cyr W00 Medium", Arial, Helvetica, sans-serif;
  max-width: 100%; }
  .footer-lower a {
    color: #fff; }

.footer-logos {
  text-align: center; }
  .footer-logos::after {
    content: "";
    clear: both;
    display: block; }
  .footer-logos .secured {
    float: right;
    margin-right: 30px; }
  .footer-logos .payment-logos {
    display: inline-block;
    text-align: center;
    margin-top: 7px;
    margin-left: 85px; }
    .footer-logos .payment-logos .payment-logo {
      width: 46px;
      height: 25px;
      display: inline-block;
      background: url(/Themes/DefaultClean/Content/images/restyle/payment-icons.png) no-repeat left top;
      margin: 0px 3px; }
      .footer-logos .payment-logos .payment-logo.paypal {
        background-position: 0 0; }
      .footer-logos .payment-logos .payment-logo.mastercard {
        background-position: -56px 0; }
      .footer-logos .payment-logos .payment-logo.maestro {
        background-position: -112px 0; }
      .footer-logos .payment-logos .payment-logo.visa-electron {
        background-position: -168px 0; }
      .footer-logos .payment-logos .payment-logo.visa {
        background-position: -224px 0; }
      .footer-logos .payment-logos .payment-logo.jcb {
        background-position: -281px 0; }

.footer-block .list {
  padding: 0px 10px 0px 0px;
  box-sizing: border-box;
  margin: 0px; }
  .footer-block .list li {
    padding: 0px; }
    .footer-block .list li a {
      color: #fff;
      font-size: 13px;
      font-weight: normal;
      font-family: "Avenir Next Cyr W00 Medium", Arial, Helvetica, sans-serif;
      line-height: 19px; }
      .footer-block .list li a:hover {
        color: #fff;
        text-decoration: underline; }

.footer-block .title {
  color: #fff;
  font-family: "Avenir Next Cyr W00 Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 5px; }

.footer-block .content {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  font-family: "Avenir Next Cyr W00 Medium", Arial, Helvetica, sans-serif;
  line-height: 19px; }
  .footer-block .content p {
    margin-bottom: 15px; }

.footer-block.information {
  width: 60%; }
  .footer-block.information::after {
    content: "";
    clear: both;
    display: block; }
  .footer-block.information .list {
    width: 33%;
    float: left; }

.footer-block.customer-service, .footer-block.my-account, .footer-block.contact-us {
  width: 20%; }

.footer-mobile-menu {
  display: none; }

.product-gallery .picture .items {
  height: 100%; }

.product-gallery .picture img {
  position: static; }

.product-gallery .picture::before {
  display: none; }

.product-gallery .picture .owl-controls {
  display: none; }

.product-gallery .picture-thumbs {
  overflow: visible; }
  .product-gallery .picture-thumbs a {
    height: auto;
    width: auto; }
    .product-gallery .picture-thumbs a img {
      border: 5px solid #f0f1f1;
      border-radius: 3px;
      position: static; }
    .product-gallery .picture-thumbs a.active img {
      border-color: #e20081; }
  .product-gallery .picture-thumbs .owl-controls .owl-nav .owl-prev {
    left: -20px; }
  .product-gallery .picture-thumbs .owl-controls .owl-nav .owl-next {
    right: -20px; }
  .product-gallery .picture-thumbs .owl-controls .owl-dots {
    display: none !important; }

.recently-added-products-page .page-body,
.news-list-page .page-body,
.news-item-page .page-body {
  margin: 0; }
  @media (min-width: 768px) {
    .recently-added-products-page .page-body,
    .news-list-page .page-body,
    .news-item-page .page-body {
      margin: 0 30px; } }

@media (min-width: 768px) {
  .recently-added-products-page .box-marginLR60,
  .news-list-page .box-marginLR60,
  .news-item-page .box-marginLR60 {
    margin-right: 40px;
    margin-left: 40px; } }

@media (min-width: 768px) {
  .recently-added-products-page .section-title,
  .news-list-page .section-title,
  .news-item-page .section-title {
    margin-left: 60px;
    margin-right: 60px; } }

.recently-added-products-page a.btn,
.news-list-page a.btn,
.news-item-page a.btn {
  text-decoration: none;
  color: #fff; }

.news-title {
  color: #0099ff;
  text-decoration: none; }

.news-date {
  background: none;
  padding-top: 0px;
  padding-bottom: 0px; }

.news-item-page .news-date {
  text-align: center;
  margin: 10px auto 0px auto; }

.comment-list .title {
  margin: 30px 0 30px;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  text-align: center;
  float: none;
  min-height: 40px;
  padding: 10px 15px;
  line-height: 20px;
  color: #717171;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,e8e8e8+98 */
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 98%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 98%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 98%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e8e8e8',GradientType=0 );
  /* IE6-9 */ }

.comment-list .comment {
  border: none; }

.comment-info .username {
  background: none;
  padding: 0px; }

.comment-time {
  background: none;
  padding: 0px;
  min-height: 0px; }
  .comment-time label {
    font-size: 12px;
    font-family: "Avenir Next Cyr W00 Medium It", Arial, Helvetica, sans-serif; }
  .comment-time .stat-value {
    font-size: 12px;
    display: inline-block;
    font-family: "Avenir Next Cyr W00 Medium It", Arial, Helvetica, sans-serif;
    margin-bottom: 5px; }

.comment-content {
  border: none;
  padding-left: 15px;
  padding-right: 15px; }

.comment-title {
  padding: 0px;
  margin: 0px 0px 0px 0px; }

.comment-body {
  padding: 0px; }

#fancybox-close {
  right: -30px !important; }

.back-in-stock-subscription-page .fieldset {
  margin: 0px; }
  .back-in-stock-subscription-page .fieldset .title {
    margin: 0px 15px 15px 15px; }

.back-in-stock-subscription-page .body-text {
  margin: 0px 20px 0px 20px;
  padding-bottom: 10px;
  text-align: center; }
  .back-in-stock-subscription-page .body-text .button-container {
    text-align: center; }

.shopping-cart-page .common-buttons .continue-shopping-button:hover {
  background-color: #aaa;
  opacity: 0.8; }

.cart-collaterals .button-2:hover {
  opacity: 0.8; }

.pink-btn:active, .pink-btn:active {
  background: #e30082;
  background: -moz-linear-gradient(top, #e30082 0%, #c80073 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e30082), color-stop(100%, #c80073));
  background: -webkit-linear-gradient(top, #e30082 0%, #c80073 100%);
  background: -o-linear-gradient(top, #e30082 0%, #c80073 100%);
  background: -ms-linear-gradient(top, #e30082 0%, #c80073 100%);
  background: linear-gradient(to bottom, #e30082 0%, #c80073 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30082', endColorstr='#c80073', GradientType=0 ); }

.brand-header-widget {
  position: absolute;
  right: 35px;
  top: 164px;
  text-align: center; }
  .brand-header-widget .brand-header-logo {
    margin: 0px auto 10px auto;
    max-width: 400px; }
    .brand-header-widget .brand-header-logo img {
      max-width: 100%; }
  .brand-header-widget .brand-header-link {
    border: 1px solid #fff;
    font-family: "Avenir Next Cyr W00 Bold", Arial, Helvetica, sans-serif;
    font-size: 13px;
    border-radius: 5px;
    padding: 8px 30px; }

.bootstrap-select button {
  height: 38px;
  padding: 4px 50px 4px 15px !important;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #dcdcdc url("/Themes/DefaultClean/Content/images/icons/select-arrow.png") right no-repeat !important;
  -webkit-appearance: none;
  font-size: 14px;
  outline: none !important;
  color: #000;
  font-family: "Avenir Next Cyr W00 Medium", Arial, Helvetica, sans-serif;
  min-width: 90px;
  font-style: italic;
  width: 100%; }
  .bootstrap-select button .filter-option {
    font-family: "Avenir Next Cyr W00 Medium", Arial, Helvetica, sans-serif;
    color: #000; }
  .bootstrap-select button:hover, .bootstrap-select button:focus {
    color: #000;
    border: 1px solid #fff;
    opacity: 1; }
  .bootstrap-select button .bs-caret {
    display: none !important; }

.bootstrap-select select {
  display: none !important; }

.bootstrap-select > .dropdown-menu {
  padding: 0px;
  border: none;
  margin: 0px;
  min-width: 100% !important;
  z-index: 100; }

.bootstrap-select ul.dropdown-menu {
  position: relative;
  /*max-height:200px !important;*/
  background-color: #dcdcdc;
  margin: 0px;
  min-width: 100%;
  list-style: none;
  padding: 0px; }
  .bootstrap-select ul.dropdown-menu li a {
    color: #000 !important;
    text-decoration: none !important;
    font-family: "Avenir Next Cyr W00 Medium", Arial, Helvetica, sans-serif;
    padding-left: 15px;
    padding-right: 50px; }
    .bootstrap-select ul.dropdown-menu li a:hover {
      background-color: #cccccc; }
    .bootstrap-select ul.dropdown-menu li a span {
      color: #000 !important;
      font-family: "Avenir Next Cyr W00 Medium", Arial, Helvetica, sans-serif; }
  .bootstrap-select ul.dropdown-menu li.selected a {
    background-color: #cccccc; }

.bootstrap-select.light button {
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  background: #fff url("/Themes/DefaultClean/Content/images/restyle/select-arrow.png") no-repeat right 10px center !important;
  font-style: normal; }
  .bootstrap-select.light button:hover, .bootstrap-select.light button:focus {
    border: 1px solid #f1f1f1; }

.bootstrap-select.light.btn-group.open .dropdown-toggle {
  box-shadow: none;
  -webkit-box-shadow: none; }

.bootstrap-select.light.btn-group.open button {
  border: 1px solid #cccccc; }

.bootstrap-select.light ul.dropdown-menu {
  background-color: #fff; }
  .bootstrap-select.light ul.dropdown-menu li a:hover {
    background-color: #eeeeee; }
  .bootstrap-select.light ul.dropdown-menu li.selected a {
    background-color: #eeeeee; }

.contact-page .contact-title {
  max-width: 100px; }

.master-wrapper-page > .position-relative {
  z-index: 1; }

.inputs input[type=radio] {
  margin-top: 0px; }

.inputs .radio-label {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0px 10px 0px 5px; }

.pager li.previous-page * {
  background: url(/Themes/DefaultClean/Content/images/restyle/page-arrows.png) no-repeat center -29px;
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-top: 5px; }

.pager li.next-page * {
  background: url(/Themes/DefaultClean/Content/images/restyle/page-arrows.png) no-repeat center -1px;
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-top: 5px; }

.pager-n-brand-wrap .pager li.previous-page * {
  background-position: center -76px; }

.pager-n-brand-wrap .pager li.next-page * {
  background-position: center -53px; }

.topic-navigation {
  text-align: center;
  margin-top: 10px; }

/*responsive*/
@media (max-width: 1200px) {
  .master-wrapper-page {
    background-size: 100% auto; }
  .footer {
    max-width: 970px; }
  .footer-top {
    max-width: 970px; }
  .footer-lower {
    padding: 25px 30px; }
  .header-lower .header-menu > ul > li {
    padding-left: 0px;
    padding-right: 0px; } }

@media (max-width: 1000px) {
  .header-selectors-wrapper {
    padding: 0px; }
  .header-links-wrapper {
    padding: 0 !important; }
    .header-links-wrapper::after {
      content: "";
      clear: both;
      display: block; }
  .header-links {
    float: right;
    margin: 0px 10px 25px auto; }
    .header-links a {
      line-height: normal; }
    .header-links > ul > li > a {
      text-transform: none;
      font-size: 12px;
      padding: 0px 15px;
      line-height: 18px; }
    .header-links > ul #topcartlink {
      display: inline-block;
      margin: 0px;
      width: 74px; }
      .header-links > ul #topcartlink > a .cart-label {
        width: 74px;
        background-size: 50px auto;
        left: 9px;
        top: 2px; }
      .header-links > ul #topcartlink > a .cart-qty {
        font-size: 12px;
        line-height: 28px;
        margin: 0px; }
  .header-lower .header-logo {
    left: 5px;
    top: -20px; }
    .header-lower .header-logo img {
      max-width: 70px; }
  .header-lower .header-menu {
    padding: 0px;
    margin: 0;
    max-width: none; }
    .header-lower .header-menu > ul > li > a {
      font-size: 14px; }
  .header-lower .search-box {
    right: 10px;
    top: 4px; }
    .header-lower .search-box .search-box-button {
      border-radius: 3px;
      width: 30px;
      height: 29px;
      background-size: cover; }
    .header-lower .search-box .search-box-text {
      height: 29px;
      top: 34px; }
  .menu-toggle {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-family: "Avenir Next Cyr W00 Medium", Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 0;
    line-height: 38px;
    position: relative;
    margin-left: 70px;
    padding-left: 50px; }
    .menu-toggle .burger-icon {
      display: block;
      width: 24px;
      position: absolute;
      left: 15px;
      top: 10px; }
      .menu-toggle .burger-icon .ico-bar {
        height: 4px;
        border-radius: 2px;
        background-color: #000;
        width: 100%;
        display: block;
        margin-bottom: 3px;
        transition: all 0.3s;
        transform-origin: 0 50%; }
        .menu-toggle .burger-icon .ico-bar:last-child {
          margin-bottom: 0px; }
    .menu-toggle::after {
      content: "";
      display: block;
      position: absolute;
      right: 60px;
      top: 15px;
      width: 17px;
      height: 11px;
      background: url("/Themes/DefaultClean/Content/images/restyle/navigation-arrow.png") no-repeat left top;
      transform-origin: 50% 50%;
      transition: transform 0.3s; }
    .menu-toggle.open::after {
      transform: rotate(180deg); }
    .menu-toggle.open .burger-icon .ico-bar:nth-child(1) {
      transform: rotate(45deg);
      width: 20px; }
    .menu-toggle.open .burger-icon .ico-bar:nth-child(2) {
      opacity: 0; }
    .menu-toggle.open .burger-icon .ico-bar:nth-child(3) {
      transform: rotate(-45deg);
      width: 20px; }
  .top-menu.mobile {
    margin: 20px 0 0;
    font-family: "Avenir Next Cyr W00 Medium", Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-bottom: 0; }
    .top-menu.mobile > li {
      background-color: #fff;
      border-bottom: 1px solid #e8e8e8 !important; }
      .top-menu.mobile > li > a {
        padding: 10px 15px;
        min-height: 0px;
        font-size: 14px; }
      .top-menu.mobile > li:first-child {
        border-top: 1px solid #e8e8e8; }
    .top-menu.mobile .sublist li {
      background-color: #e8e8e8;
      margin-left: 0px; }
      .top-menu.mobile .sublist li a {
        padding: 10px 10px 10px 30px;
        font-size: 14px; }
      .top-menu.mobile .sublist li .sublist a {
        padding: 10px 10px 10px 50px; }
    .top-menu.mobile .sublist .sublist-toggle {
      height: 38px; }
  .sublist-toggle {
    background: url("/Themes/DefaultClean/Content/images/restyle/navigation-arrow.png") no-repeat center center;
    height: 38px; }
  .footer-block {
    margin-left: 0px;
    margin-right: 0px; } }

@media (max-width: 991px) {
  .footer {
    max-width: 750px; }
  .footer-top {
    max-width: 750px; } }

@media (max-width: 767px) {
  .product-gallery .picture-thumbs .owl-controls .owl-nav {
    display: block; }
    .product-gallery .picture-thumbs .owl-controls .owl-nav .owl-prev {
      left: -10px; }
    .product-gallery .picture-thumbs .owl-controls .owl-nav .owl-next {
      right: -10px; }
  .footer {
    padding-bottom: 70px; }
  .footer-mobile-menu {
    display: block; }
    .footer-mobile-menu .menu-toggle {
      margin-left: 0px;
      border-top: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8; }
      .footer-mobile-menu .menu-toggle::after {
        right: 30px; }
    .footer-mobile-menu .footer-mobile-menu-container {
      display: none; }
    .footer-mobile-menu .footer-block {
      width: auto; }
      .footer-mobile-menu .footer-block .title {
        color: #000;
        background-color: #fff;
        border-bottom: 1px solid #e8e8e8;
        padding: 10px 15px; }
      .footer-mobile-menu .footer-block .list {
        float: none;
        width: auto;
        padding: 0px; }
        .footer-mobile-menu .footer-block .list li a {
          color: #000;
          border-bottom: 1px solid #e8e8e8;
          padding: 10px 15px 10px 30px; }
  .footer-top .footer-newsletter {
    display: block;
    text-align: left; }
    .footer-top .footer-newsletter .title {
      display: block;
      margin-bottom: 10px; }
    .footer-top .footer-newsletter .newsletter-subscribe {
      display: block;
      margin-bottom: 10px; }
    .footer-top .footer-newsletter .newsletter-email {
      margin-left: auto;
      display: block; }
    .footer-top .footer-newsletter .newsletter-subscribe-text {
      width: calc(100% - 100px); }
    .footer-top .footer-newsletter .newsletter-subscribe-button {
      width: 98px; }
  .footer-top .footer-social {
    display: block;
    margin: 0px 20px;
    text-align: left; }
  .footer-block.contact-us {
    width: auto;
    text-align: center; }
    .footer-block.contact-us .title {
      display: none; }
    .footer-block.contact-us br {
      display: none; }
    .footer-block.contact-us p {
      margin: 0px; }
  .footer-upper .footer-block.information, .footer-upper .footer-block.customer-service {
    display: none; }
    .footer-upper .footer-block.information .list, .footer-upper .footer-block.customer-service .list {
      float: none;
      width: auto; }
  .footer-logos .payment-logos {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px; }
  .footer-logos .secured {
    position: absolute;
    margin: 0px;
    left: 50%;
    margin-left: -45px;
    bottom: 10px; }
  .footer-lower {
    padding: 10px 0px; }
  .brand-header-widget {
    right: 0px;
    left: 0px; }
    .brand-header-widget .brand-header-link {
      width: 100%;
      max-width: 260px; }
  .pager li {
    margin: 0px 2px; }
  .page.topic-page .page-body table td {
    display: block;
    text-align: center; } }

