@charset "UTF-8";
/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #fd806e;
}

.theme-color {
  color: #fd806e;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 1199px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #fd806e;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.footer .footer-col h4,
.footer .footer-col .block-title strong, .footer .block-title strong {
  font-family: "Ubuntu", sans-serif;
  color: #333333;
  font-size: 16px;
  display: block;
  padding: 0 0 22px;
  margin: 0;
  font-weight: 500;
}

.footer-container {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  background: #f5f5f5;
}

.footer,
.footer button {
  font-family: "Ubuntu", sans-serif;
}

.footer {
  clear: both;
  width: 100%;
  padding-top: 53px;
  /* ==================================back-top ================================================== */
}
@media only screen and (max-width: 479px) {
  .footer {
    padding-top: 15px;
  }
}
.footer .footer-cols-wrapper {
  padding-bottom: 25px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer .footer-cols-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer .footer-col {
  /*float: left;*/
  width: 20%;
  padding: 0 5px;
}
.footer .footer-col.last {
  width: 27%;
  margin-right: 0;
  padding-left: 4%;
  border-left: 1px solid #e5e5e5;
}
.footer .block-title {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
.footer .links,
.footer .footer-col ul {
  padding: 0;
}
.footer .links li,
.footer .footer-col ul li {
  word-break: break-all;
  line-height: 1.4;
  padding: 7px 0 8px;
}
.footer .links a,
.footer .footer-col ul a {
  color: #333333;
}
.footer .links a:hover,
.footer .footer-col ul a:hover {
  color: #fd806e;
}
.footer .block {
  border: none;
  padding: 0;
  margin: 0;
}
.footer .block-subscribe {
  margin: 0 0 30px 0;
}
.footer .form-subscribe-header {
  display: none;
}
.footer .block-socials li {
  float: left;
  margin-right: 20px;
}
.footer .block-socials li a {
  font-size: 20px;
}
.footer #back-top {
  position: fixed;
  bottom: 75px;
  z-index: 999;
  right: 27px;
  display: none;
  width: 41px;
  height: 41px;
}
.footer #back-top span {
  display: block;
  text-align: center;
  width: 45px;
  height: 45px;
  background-color: #fd806e;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
}
.footer #back-top span::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f106";
  font-size: 45px;
  line-height: 40px;
}
.footer #back-top span:hover {
  background-color: #fc3e23;
}
.footer .block-subscribe .input-box {
  float: left;
  width: 80%;
  padding-top: 0;
}
.footer .block-subscribe .input-box .validation-advice {
  color: #eb340a;
  position: absolute;
  z-index: 139;
  bottom: -2px;
  background: #ffffff;
  padding: 0 3px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.footer .block-subscribe .input-box .validation-advice:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 10px;
  display: block;
  width: 8px;
  height: 8px;
  z-index: 140;
  background: #ffffff;
  border: 1px solid #ddd;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer .block-subscribe .input-text {
  width: 100%;
  height: 40px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
}
.footer .block-subscribe .input-text.validation-failed {
  border-right: 1px solid #ee372a;
}
.footer .block-subscribe .block-content {
  padding-top: 7px;
}
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
.footer .block-subscribe .actions {
  float: left;
  width: auto;
  margin: 0;
}
.footer .block-subscribe .actions .button {
  line-height: 17px;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 0;
  padding: 0;
  text-align: center;
  margin-left: 3px;
  box-shadow: none;
}
.footer .block-subscribe .actions .button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 20px;
  line-height: 40px;
  vertical-align: top;
}
.footer .bugs,
.footer address {
  clear: both;
}
.footer .bugs {
  display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
.footer address {
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .footer .footer-col {
    width: 19%;
    padding-right: 0;
  }
  .footer .footer-col:nth-child(5) {
    margin-right: 0;
  }
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
  .footer .links a, .footer .footer-col ul a {
    color: #333333;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .footer-col {
    width: 30.20833%;
    padding-right: 0;
  }
  .footer .footer-col.last {
    content: '';
    display: table;
    clear: both;
    padding-top: 20px;
    float: none;
    width: 100%;
    border-left: 0;
    padding-left: 0;
  }
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .footer-col {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-top: none;
    float: none;
    width: 100%;
  }
  .footer .footer-col:nth-child(3) {
    width: 100%;
  }
  .footer .footer-col.last {
    padding: 0;
  }
  .footer .footer-col h4,
  .footer .footer-col .block-title strong {
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fd806e;
    font-weight: 500;
    margin-bottom: 0;
    padding: 7px 10px 7px 24px;
    border-top: solid 1px #dfdfdf;
    position: relative;
    background-color: #f5f5f5;
    display: block;
    width: 100%;
    cursor: pointer;
  }
  .footer .footer-col h4:after,
  .footer .footer-col .block-title strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333333;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 1199px) {
  .footer .footer-col h4,
  .footer .footer-col .block-title strong {
    color: #333333;
    font-weight: normal;
    border: solid 1px #dfdfdf;
    border-bottom: none;
  }
  .footer .footer-col h4:hover,
  .footer .footer-col .block-title strong:hover {
    background-color: #EDEDED;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .footer-col h4.active,
  .footer .footer-col .block-title strong.active {
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fd806e;
    font-weight: 500;
    margin-bottom: 0;
    padding: 7px 10px 7px 24px;
    border-top: solid 1px #dfdfdf;
    position: relative;
    background-color: #f5f5f5;
  }
  .footer .footer-col h4.active:after,
  .footer .footer-col .block-title strong.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #333333;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 1199px) {
  .footer .footer-col h4.active,
  .footer .footer-col .block-title strong.active {
    color: #333333;
    font-weight: normal;
    border: solid 1px #dfdfdf;
    border-bottom: none;
  }
  .footer .footer-col h4.active:hover,
  .footer .footer-col .block-title strong.active:hover {
    background-color: #EDEDED;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .footer-col.last .block-subscribe .block-title strong {
    border-bottom: solid 1px #dfdfdf;
  }
  .footer .footer-col.last .block-subscribe .block-content {
    border: solid 1px #dfdfdf;
    border-top: none;
  }
  .footer .block-facebook-page {
    margin-bottom: 0 !important;
  }
  .footer .footer-col-content,
  .footer .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #dfdfdf;
    overflow: hidden;
  }
  .footer .block-subscribe {
    margin-bottom: 0;
  }
  .footer .block-socials .block-content {
    border-bottom: 1px solid #dfdfdf;
  }
}
.footer .block-facebook-page {
  margin-bottom: 30px;
}
.shipping-notice {
  clear: both;
  margin: 17px 0 0;
}
@media only screen and (max-width: 1299px) and (min-width: 1200px){ 
  .footer-container > .container {
    width: 1200px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px){ 
  .footer-container > .container {
    width: 1300px;
  }
}
@media only screen and (min-width: 1400px){ 
  .footer-container > .container {
    width: 1400px;
  }
}
/*# sourceMappingURL=footer.css.map */
.footer-cols-wrapper .col-item .footer-col-items {
    display: flex;
}
.footer-cols-wrapper .col-item .footer-col-item {
    margin-right: 20px;
}
.footer-cols-wrapper .col-item .footer-col-items img{
    width: 100%;
}
.footer-container .shipping-notice a{
    color: #fd806e;
}
.footer-container .shipping-notice a:hover,
.footer-container .shipping-notice a:focus{
    color: #fc2809;
}
.footer-box .box_image img{
    width: 50px;
    margin-left: 9px;
}
.footer-cols-wrapper .footer-box {
    display: flex;
    justify-content: center;
    background: #fd806e;
    margin-top: 5px;
    color: #fff;
    font-weight: normal;
    padding: 15px 10px;
    width: 229px;
}
.footer-cols-wrapper .footer-box .box_text {
    margin-left: 15px;
}
.footer-cols-wrapper .footer-box .box_headline {
    text-align: center;
    text-decoration: underline;
    margin-top: 3px;
}

