/* font */
/* font icon */
/* Colors */
/*	loader */
/*	Back to top */
/*	Breadcrumb */
/*	Form */
/* button */
/* list */
/*	boxed layout */
/*	header */
/*logo if text*/
/*account, language, currency*/
/*account layout*/
/*language and currency layout*/
/*cart layout*/
/*search layout*/
/* desctope menu */
/*	Footer */
/*	Product item */
/* product desktop */
/* product desktop design02 */
/* options swatch design02 */
/*options swatch*/
/* product mobile*/
/*countdown*/
/*
	Product listing product
*/
/*Filters options*/
/*
	rating
*/
/*
	label
*/
/*
	Product single
*/
/* Collapse block */
/* Review-block */
/* produc slider vertical (product.html)*/
/* produc slider vertical (product-02.html)*/
/* video link*/
/*
	Blog
*/
/* left col blog*/
/* blog colums*/
/* blog filter*/
/* blog aside*/
/*
Instagram
*/
/*
Lookbook
*/
/*
Modal
*/
/*addtocart*/
/*newsletter*/
/*layout product info (product-variable.html)*/
/*subsribe_good*/
/*
Portfolio
*/
/*
	magnific popup (portfolio pages)
*/
/*
Promo
*/
/*promo full width (index-09.html)*/
/*promo full width (index-13.html)*/
/*promo full width (index-02.html, index-14.html)*/
/*listing banner aside (listing-left-column.html)*/
/*collection img (index-02.html)*/
/* promo fixed */
/*
	Shop cart
*/
/* shopping_cart_01.html */
/* shopping_cart_02.html */
/*
	Shop account
*/
/* account_address.html, account.html, account_order.html */
/*
	slider revolution(index pages)
*/
/*
	slider main slick(index-14.html)
*/
/*
	slider slider
*/
._reset-ul-style {
  list-style: none;
  margin: 0;
  padding: 0;
}
._list-inline-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._list-block-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
._tt-point .tt-point-v-t {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
._tt-point .tt-point-v-b {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
._tt-point .tt-point-h-l {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
._tt-point .tt-point-h-r {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
/* open modal mobile menu */
body:not(.touch-device).mm-open {
  padding-right: 17px;
}
body:not(.touch-device).mm-open .tt-stuck-nav.stuck {
  padding-right: 17px;
}
/* open modal bootstrap */
.modal-open {
  overflow: hidden;
}
body:not(.touch-device).modal-open {
  overflow-x: hidden;
  padding-right: 17px;
}
body:not(.touch-device).modal-open .tt-stuck-nav.stuck {
  padding-right: 17px;
}
html.ie.gecko body.modal-open {
  padding-right: 0px !important;
}
/* open left col (*listing) */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  -webkit-overflow-scrolling: touch;
  outline: none;
  text-align: center;
  padding: 0;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.modal-slide,
.modal-popup {
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  -webkit-overflow-scrolling: touch;
  outline: none;
  text-align: center;
  padding: 0;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.modal.show {
  opacity: 1;
}
.modal-popup._show {
  opacity: 1;
  visibility: visible;
}
/* Newsletter popup */
.modal.newsletter-modal {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.newsletter-modal.modal {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.newsletter-modal.modal.show {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.newsletter-modal.modal.style1 .modal-dialog {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter-modal.modal.style1.show .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.newsletter-modal.modal.style2 .modal-dialog {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter-modal.modal.style2.show .modal-dialog {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.newsletter-modal.modal.style3 .modal-dialog {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.newsletter-modal.modal.style3.show .modal-dialog {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.newsletter-modal.modal.style4 {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.newsletter-modal.modal.style4 .modal-dialog {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}
.newsletter-modal.modal.style4.show .modal-dialog {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
/* END Newsletter popup */
@media (min-width: 320px) {
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
}
.modal-md {
  width: 736px;
}
.modal-lg {
  width: 962px;
}
@media (max-width: 1229px) {
  .modal-lg {
    width: 900px;
  }
}
@media (max-width: 1024px) {
  .modal-lg {
    width: 730px;
  }
}
@media (max-width: 789px) {
  .modal-lg {
    width: 550px;
  }
}
@media (max-width: 650px) {
  .modal-lg {
    width: 420px;
  }
}
@media (max-width: 500px) {
  .modal-lg {
    width: 320px;
  }
}
@media (max-width: 370px) {
  .modal-lg {
    width: 280px;
  }
}
@media (min-width: 651px) {
  .modal-sm {
    width: 506px;
  }
}
@media (max-width: 650px) {
  .modal-sm {
    width: 420px;
  }
}
@media (max-width: 500px) {
  .modal-sm {
    width: 320px;
  }
}
@media (max-width: 370px) {
  .modal-sm {
    width: 280px;
  }
}
.modal-backdrop.fade {
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.modal-backdrop.in {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.modal-newsletter .modal-backdrop.show {
  -moz-opacity: 0.87;
  -khtml-opacity: 0.87;
  -webkit-opacity: 0.87;
  opacity: 0.87;
}
/* modal layout */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  -webkit-overflow-scrolling: touch;
  outline: none;
}
.modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
}
.modal .modal-header {
  border: none;
  padding: 22px 20px 0px 20px;
  margin: 0;
}
.modal .modal-header .close {
  font-size: 24px;
  line-height: 24px;
  position: relative;
  z-index: 7;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.modal .modal-title {
  font-size: 20px;
  line-height: 26px;
  margin: 34px 0 0 0;
  padding-bottom: 19px;
  letter-spacing: 0.02em;
}
.modal .modal-footer {
  border: none;
}
/* tt-modal-addtocart */
#modalAddToCartProduct .modal-dialog {
  width: 736px;
}
@media (max-width: 1024px) {
  #modalAddToCartProduct .modal-dialog {
    width: 420px;
  }
}
@media (max-width: 575px) {
  #modalAddToCartProduct .modal-dialog {
    width: 270px;
  }
}
.tt-modal-addtocart.desctope {
  position: relative;
}
.tt-modal-addtocart.desctope .row {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-modal-addtocart.desctope .row > div:first-child {
  padding-right: 52px;
}
.tt-modal-addtocart.desctope .row > div:last-child {
  padding-left: 49px;
}
.tt-modal-addtocart.desctope .row > div:last-child .btn {
  width: 100%;
}
.tt-modal-addtocart.desctope .tt-modal-messages {
  font-family: 'Hind', sans-serif;
  color: #191919;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}
.tt-modal-addtocart.desctope .tt-modal-messages [class^="icon-"] {
  color: #2879fe;
}
.tt-modal-addtocart.desctope .tt-modal-product {
  margin-top: 26px;
}
.tt-modal-addtocart.desctope .tt-modal-product .tt-img img {
  width: 100%;
  max-width: 154px;
  height: auto;
}
.tt-modal-addtocart.desctope .tt-modal-product .tt-title {
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 12px;
  color: #191919;
}
.tt-modal-addtocart.desctope .tt-modal-product .tt-title a {
  color: #191919;
}
.tt-modal-addtocart.desctope .tt-modal-product .tt-title a:hover {
  color: #2879fe;
}
.tt-modal-addtocart.desctope .tt-modal-product .tt-qty {
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-top: 7px;
  color: #191919;
}
.tt-modal-addtocart.desctope .tt-modal-product > *:nth-child(1) {
  margin-top: 0;
}
.tt-modal-addtocart.desctope .tt-product-total {
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  color: #191919;
  font-size: 14px;
  margin-top: 5px;
}
.tt-modal-addtocart.desctope .tt-product-total .tt-price {
  font-size: 16px;
}
.tt-modal-addtocart.desctope .tt-cart-total {
  color: #191919;
  display: inline-block;
}
.tt-modal-addtocart.desctope .tt-cart-total .tt-total {
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  color: #191919;
  margin-top: 11px;
}
.tt-modal-addtocart.desctope .tt-cart-total .tt-total .tt-price {
  color: #2879fe;
  font-size: 24px;
}
.tt-modal-addtocart.desctope [class^="col"] .btn {
  margin-top: 20px;
}
.tt-modal-addtocart.desctope [class^="col"] .tt-cart-total + .btn {
  margin-top: 25px;
}
.tt-modal-addtocart.desctope [class^="col"] > *:nth-child(1) {
  margin-top: 0;
}
.tt-modal-addtocart.desctope:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e9e7e7;
  position: absolute;
  left: 50%;
  margin-left: 8px;
  top: 0px;
}
.tt-modal-addtocart.mobile {
  margin-top: 9px;
}
.tt-modal-addtocart.mobile .tt-modal-messages {
  font-family: 'Hind', sans-serif;
  color: #191919;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 13px;
}
.tt-modal-addtocart.mobile .tt-modal-messages [class^="icon-"] {
  color: #2879fe;
}
.tt-modal-addtocart.mobile [class^="btn"] {
  padding-top: 9px;
  padding-bottom: 9px;
}
@media (min-width: 1025px) {
  .tt-modal-addtocart.desctope {
    display: block;
  }
  .tt-modal-addtocart.mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tt-modal-addtocart.desctope {
    display: none;
  }
  .tt-modal-addtocart.mobile {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* tt-modal-addtocart */
.tt-modal-quickview {
  text-align: left;
}
@media (max-width: 1024px) and (min-width: 791px) {
  .tt-modal-quickview .tt-product-single-info {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .tt-modal-quickview .tt-product-single-info {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.tt-modal-quickview .tt-product-single-info .tt-title {
  font-weight: 500;
}
/*
    modal custom
*/
.modal {
  text-align: center;
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  -webkit-overflow-scrolling: touch;
  outline: none;
}
.modal .modal-dialog {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: inherit;
  }
}
.modal .modal-header {
  height: 54px;
  position: relative;
}
.modal .modal-header .close {
  width: 54px;
  height: 54px;
  top: -2px;
  line-height: 54px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'wokiee';
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
@media (min-width: 1025px) {
  .modal .modal-header .close {
    right: -52px;
  }
}
@media (max-width: 1024px) {
  .modal .modal-header .close {
    right: -20px;
  }
}
.modal .modal-header .close:before {
  content: "\ea0f";
  font-size: 20px;
  line-height: 1;
}
.modal .modal-header .close:hover {
  color: #2879fe;
}
.modal .modal-body:not(.no-background) {
  background-color: #ffffff;
}
.modal .modal-body {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .modal .modal-body {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .modal .modal-body {
    padding: 30px;
  }
}
@media (max-width: 789px) {
  .modal .modal-body {
    padding: 25px;
  }
}
@media (max-width: 500px) {
  .modal .modal-body {
    padding: 20px;
  }
}
@media (max-width: 270px) {
  .modal .modal-body {
    padding: 15px;
  }
}
@media (min-width: 320px) {
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
}
.modal-backdrop {
  background: #000000;
}
.modal-backdrop.show {
  opacity: 0.5;
}
/* modal-video */
.modal-video {
  width: 1055px;
}
@media (max-width: 1170px) {
  .modal-video {
    width: 604px;
  }
}
@media (max-width: 667px) {
  .modal-video {
    width: 461px;
  }
}
@media (max-width: 507px) {
  .modal-video {
    width: 277px;
  }
}
.modal-video-content {
  font-size: 0;
  line-height: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.modal-video-content iframe {
  border: none;
  width: 100%;
  height: 584px;
  max-height: 80vh;
}
@media (max-width: 1100px) {
  .modal-video-content iframe {
    height: 315px;
  }
}
@media (max-width: 667px) {
  .modal-video-content iframe {
    height: 239px;
  }
}
@media (max-width: 507px) {
  .modal-video-content iframe {
    height: 134px;
  }
}
/* tt-modal-newsletter */
.tt-modal-newsletter .tt-modal-newsletter-promo .tt-title-small {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.42;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-family: 'Hind', sans-serif;
}
.tt-modal-newsletter .tt-modal-newsletter-promo .tt-title-small + .tt-title-large {
  margin-top: -5px;
}
.tt-modal-newsletter .tt-modal-newsletter-promo .tt-title-large {
  color: #2879fe;
  font-size: 64px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-family: 'Hind', sans-serif;
}
.tt-modal-newsletter .tt-modal-newsletter-promo p {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.03em;
  margin-top: 2px;
  font-family: 'Hind', sans-serif;
}
.tt-modal-newsletter .tt-modal-newsletter-promo > *:nth-child(1) {
  margin-top: 0;
}
.tt-modal-newsletter > p {
  margin-top: 14px;
  color: #191919;
}
.tt-modal-newsletter .subscribe-form {
  max-width: 390px;
  margin: 25px auto 0;
}
.tt-modal-newsletter .subscribe-form [class^="btn"] {
  padding-left: 20px;
  padding-right: 20px;
}
.tt-modal-newsletter .row-social-icon {
  text-align: center;
  margin-top: 30px;
}
.tt-modal-newsletter .row-social-icon .tt-social-icon {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.tt-modal-newsletter .row-social-icon .tt-social-icon li a {
  color: #d8d8d8;
}
.tt-modal-newsletter .row-social-icon .tt-social-icon li a:hover {
  color: #2879fe;
}
.tt-modal-newsletter .checkbox-group {
  color: #ffffff;
  margin-top: 20px;
}
.tt-modal-newsletter .checkbox-group label {
  padding-left: 28px;
  color: #ffffff;
}
.tt-modal-newsletter .checkbox-group label .box {
  border: none;
}
.tt-modal-newsletter .checkbox-group label .check:before {
  left: 0;
}
.tt-modal-newsletter .checkbox-group label:hover {
  color: #2879fe;
}
@media (min-width: 501px) {
  .tt-modal-newsletter .subscribe-form .input-group .btn {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 500px) {
  .tt-modal-newsletter .tt-modal-newsletter-promo .tt-title-small {
    font-size: 20px;
  }
  .tt-modal-newsletter .tt-modal-newsletter-promo .tt-title-large {
    font-size: 52px;
  }
  .tt-modal-newsletter .tt-modal-newsletter-promo p {
    font-size: 14px;
    line-height: 22px;
  }
  .tt-modal-newsletter .subscribe-form .input-group {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tt-modal-newsletter .subscribe-form .input-group div.mage-error {
    position: static;
    top: inherit;
    margin: 10px 0 0;
  }
  .tt-modal-newsletter .subscribe-form .input-group .form-control {
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .tt-modal-newsletter [class^="btn"] {
    margin-top: 15px;
  }
}
.tt-modal-newsletter > *:nth-child(1) {
  margin-top: 0;
}
.tt-layout-product-info .tt-title {
  color: #191919;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 6px;
}
.tt-layout-product-info .tt-table-modal-info {
  width: 100%;
  margin-top: 17px;
}
.tt-layout-product-info .tt-table-modal-info thead th {
  color: #191919;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  padding: 2px 4px;
}
.tt-layout-product-info .tt-table-modal-info tbody tr:nth-child(odd) {
  background: #f7f8fa;
}
.tt-layout-product-info .tt-table-modal-info tbody td {
  color: #191919;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  padding: 4px 4px;
}
@media (max-width: 789px) {
  .tt-table-responsive-md .tt-table-modal-info {
    width: 700px;
  }
}
@media (min-width: 1025px) {
  #modalProductInfo-02 .modal-body {
    padding: 36px 40px 32px 36px;
  }
}
.tt-layout-product-info-02 {
  text-align: left;
}
.tt-layout-product-info-02 .tt-title {
  color: #191919;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 6px;
  letter-spacing: 0.04em;
}
.tt-layout-product-info-02 .tt-title:not(:first-child) {
  margin-top: 19px;
}
.tt-layout-product-info-02 p {
  margin-top: 5px;
}
.tt-layout-product-info-02 .tt-title + p {
  margin-top: 0;
}
.tt-layout-product-info-02 ul:not([class]) {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tt-layout-product-info-02 ul:not([class]) > li {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 11px;
  color: #191919;
}
.tt-layout-product-info-02 ul:not([class]) > li a {
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-decoration: none;
}
.tt-layout-product-info-02 ul:not([class]) > li a:hover {
  color: #2879fe;
}
.tt-layout-product-info-02 ul:not([class]) > li:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #191919;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.tt-layout-product-info-02 ul:not([class]) + ul {
  margin-top: 5px;
}
.modal-xs {
  width: 280px;
}
.modal-xs .modal-header .close {
  right: -42px;
  top: 10px;
}
.modal-xs .modal-body {
  padding: 10px 10px 23px !important;
}
.tt-modal-subsribe-good {
  color: #191919;
  font-size: 14px;
  font-weight: 500;
}
.tt-modal-subsribe-good i {
  font-size: 30px;
  color: #2879fe;
  position: relative;
  top: 5px;
  margin-right: 1px;
}
.modals-overlay,
.modal-custom-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 8888 !important;
}
.modal-slide,
.modal-popup {
  z-index: 9999 !important;
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  background: #fff;
  top: 100px;
  left: 50%;
  width: 600px;
  margin: 0 0 0 -300px;
}
@media (max-width: 790px) {
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    width: 400px;
    margin: 0 0 0 -200px;
  }
}
@media (max-width: 440px) {
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    top: 20px;
    width: auto;
    margin: 0;
    left: 10px;
    right: 10px;
  }
}
.modal-slide .modal-header,
.modal-popup .modal-header {
  border: 0;
  position: relative;
  padding: 25px 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #191919;
}
.modal-slide .modal-header h1,
.modal-popup .modal-header h1,
.modal-slide .modal-header h2,
.modal-popup .modal-header h2 {
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  padding-bottom: 0 !important;
  margin: 0;
}
.modal-slide .modal-header button,
.modal-popup .modal-header button {
  position: absolute;
  right: 17px;
  top: 19px;
  z-index: 2;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.modal-slide .modal-header button:hover,
.modal-popup .modal-header button:hover {
  color: #2879fe;
}
.modal-slide .modal-header button.action-close span,
.modal-popup .modal-header button.action-close span {
  display: none;
}
.modal-slide .modal-header button.action-close:before,
.modal-popup .modal-header button.action-close:before {
  font-family: 'wokiee';
  font-size: 20px;
  content: "\ea0f";
}
.modal-slide .modal-content,
.modal-popup .modal-content {
  border: 0;
  padding: 20px;
  text-align: left;
}
.modal-slide .modal-content .field .control._with-tooltip,
.modal-popup .modal-content .field .control._with-tooltip {
  padding: 0;
}
.modal-slide .modal-content .field-tooltip,
.modal-popup .modal-content .field-tooltip {
  display: none;
}
.modal-slide .modal-content .form-shipping-address fieldset.street,
.modal-popup .modal-content .form-shipping-address fieldset.street {
  margin-bottom: 20px;
}
.modal-slide .modal-content .form-shipping-address fieldset.street label,
.modal-popup .modal-content .form-shipping-address fieldset.street label {
  display: none;
}
.modal-slide .modal-footer,
.modal-popup .modal-footer {
  margin: 0;
  background: none !important;
}
.modal-slide .modal-footer button.action-secondary,
.modal-popup .modal-footer button.action-secondary,
.modal-slide .modal-footer button.action-primary,
.modal-popup .modal-footer button.action-primary {
  background: #2879fe;
  font-family: 'Hind', sans-serif;
  border: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  outline: none;
  padding: 13px 31px 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
@media (max-width: 790px) {
  .modal-slide .modal-footer button.action-secondary,
  .modal-popup .modal-footer button.action-secondary,
  .modal-slide .modal-footer button.action-primary,
  .modal-popup .modal-footer button.action-primary {
    margin: 0 0 10px;
  }
}
@media (max-width: 575px) {
  .modal-slide .modal-footer button.action-secondary,
  .modal-popup .modal-footer button.action-secondary,
  .modal-slide .modal-footer button.action-primary,
  .modal-popup .modal-footer button.action-primary {
    font-size: 12px;
    padding: 12px 25px;
  }
}
.modal-slide .modal-footer button.action-secondary:hover,
.modal-popup .modal-footer button.action-secondary:hover,
.modal-slide .modal-footer button.action-primary:hover,
.modal-popup .modal-footer button.action-primary:hover {
  background: #2267d8;
  color: #ffffff;
  outline: none;
}
.modal-slide._inner-scroll .modal-inner-wrap,
.modal-popup._inner-scroll .modal-inner-wrap {
  overflow-y: auto;
  max-height: 70%;
}
.modal-slide._inner-scroll .modal-content,
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 20;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom {
  cursor: pointer;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 20;
}
.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
  z-index: 99999;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: #ffffff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 21;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: -43px;
  top: -44px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #ffffff;
  font-size: 0px;
  line-height: 0;
  font-family: 'wokiee';
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.mfp-close:before {
  content: "\ea0f";
  font-size: 20px;
  line-height: 1;
}
.mfp-close:hover {
  color: #2879fe;
}
.mfp-counter {
  top: 0;
  right: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: lighter;
  white-space: nowrap;
}
button.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  width: 50px;
  height: 50px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border: medium inset transparent;
}
.mfp-arrow {
  display: block;
  font-family: 'wokiee';
  font-size: 30px;
  line-height: 45px;
  color: #ffffff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mfp-arrow:hover,
button.mfp-arrow:hover {
  color: #2879fe;
}
.mfp-arrow:before {
  display: block;
}
.mfp-arrow-right {
  right: 10px;
}
.mfp-arrow-right:before {
  content: "\e90e";
  left: 10px;
}
.mfp-arrow-left:before {
  content: "\e90d";
  left: 7px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
@media (max-width: 1229px) {
  .mfp-iframe-holder .mfp-close {
    top: -44px;
    right: -15px;
  }
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;*/
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -21px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  text-align: center;
  font-family: 'Hind', sans-serif;
}
.mfp-title {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  word-wrap: break-word;
}
.mfp-image-holder .mfp-content {
  max-width: 72%;
}
.mfp-gallery img.mfp-img {
  max-height: 80vh !important;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* tt-product item  desctope*/
@media (min-width: 1025px) {
  .tt-product:not(.tt-view).thumbprod-center {
    text-align: center;
  }
  .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-row .tt-add-info {
    width: 100%;
  }
  .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-rating,
  .tt-product:not(.tt-view).thumbprod-center .tt-description .product-reviews-summary {
    width: 100%;
    display: block;
    text-align: center;
  }
  .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-price,
  .tt-product:not(.tt-view).thumbprod-center .tt-description .price-box {
    display: block;
  }
  .tt-product:not(.tt-view).thumbprod-center .tt-description .field.choice.related {
    display: block;
  }
  .tt-product:not(.tt-view).thumbprod-center .tt-description .field.choice.related input[type="checkbox"],
  .tt-product:not(.tt-view).thumbprod-center .tt-description .field.choice.related input[type="radio"] {
    margin: 0 2px 0 0;
    display: inline-block;
    position: relative;
    top: 3px;
  }
  .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-options-swatch {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-product-inside-hover {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .tt-product:not(.tt-view).thumbprod-center {
    text-align: center;
  }
  .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-row .tt-add-info {
    width: 100%;
  }
  .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-rating,
  .tt-product:not(.tt-view).thumbprod-center .tt-description .product-reviews-summary {
    width: 100%;
    display: block;
    text-align: center;
  }
  .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-price,
  .tt-product:not(.tt-view).thumbprod-center .tt-description .price-box {
    display: block;
  }
  .tt-product:not(.tt-view).thumbprod-center .tt-description .field.choice.related {
    display: block;
  }
  .tt-product:not(.tt-view).thumbprod-center .tt-description .field.choice.related input[type="checkbox"],
  .tt-product:not(.tt-view).thumbprod-center .tt-description .field.choice.related input[type="radio"] {
    margin: 0 2px 0 0;
    display: inline-block;
    position: relative;
    top: 3px;
  }
  .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-options-swatch {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .tt-product:not(.tt-view) {
    overflow: hidden;
  }
  .tt-product:not(.tt-view) .tt-image-box {
    position: relative;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview,
  .tt-product:not(.tt-view) .tt-image-box .action.towishlist,
  .tt-product:not(.tt-view) .tt-image-box .action.tocompare {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    color: #191919;
    width: 46px;
    height: 46px;
    position: absolute;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    z-index: 5;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview:before,
  .tt-product:not(.tt-view) .tt-image-box .action.towishlist:before,
  .tt-product:not(.tt-view) .tt-image-box .action.tocompare:before {
    font-family: 'wokiee';
    font-size: 20px;
    line-height: 1;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview:hover,
  .tt-product:not(.tt-view) .tt-image-box .action.towishlist:hover,
  .tt-product:not(.tt-view) .tt-image-box .action.tocompare:hover {
    background: #2879fe;
    color: #ffffff;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview {
    top: 10px;
    right: 10px;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview:before {
    content: '\e9a8';
    margin-top: -1px;
  }
  .tt-product:not(.tt-view) .tt-image-box .action.towishlist {
    top: 66px;
    right: 10px;
  }
  .tt-product:not(.tt-view) .tt-image-box .action.towishlist:before {
    content: '\eb16';
    margin-top: 2px;
    font-size: 16px;
  }
  .tt-product:not(.tt-view) .tt-image-box .action.tocompare {
    top: 122px;
    right: 10px;
  }
  .tt-product:not(.tt-view) .tt-image-box .action.tocompare:before {
    content: '\eb18';
    margin-top: -1px;
    font-size: 16px;
  }
  .tt-product:not(.tt-view) .tt-image-box img {
    width: 100%;
    height: auto;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-img {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-img-roll-over {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-label-location {
    position: absolute;
    top: 7px;
    left: 8px;
    z-index: 2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-label-location [class^="tt-label-"] {
    margin-left: 3px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
    padding: 2px 4px 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-new {
    background: #03a9f5;
    color: #ffffff;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-sale {
    background: #f8353e;
    color: #ffffff;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-featured {
    background: #fdbc20;
    color: #ffffff;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-best {
    color: #ffffff;
    background: #c344ec;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-out-stock {
    background: #191919;
    color: #ffffff;
  }
  .tt-product:not(.tt-view) .tt-description {
    padding-top: 17px;
    position: relative;
    z-index: 4;
    background: #ffffff;
  }
  .tt-product:not(.tt-view) .tt-description > .weltpixel-quickview {
    display: none;
  }
  .tt-product:not(.tt-view) .tt-description .tt-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tt-product:not(.tt-view) .tt-description .tt-row > *:nth-child(1) {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .tt-product:not(.tt-view) .tt-description .tt-add-info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tt-product:not(.tt-view) .tt-description .tt-add-info li {
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    color: #999999;
  }
  .tt-product:not(.tt-view) .tt-description .tt-add-info li a {
    color: #999999;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .tt-product:not(.tt-view) .tt-description .tt-add-info li a:hover {
    color: #2879fe;
  }
  .tt-product:not(.tt-view) .tt-description .tt-title {
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #191919;
  }
  .tt-product:not(.tt-view) .tt-description .tt-title a {
    color: #191919;
  }
  .tt-product:not(.tt-view) .tt-description .tt-title a:hover {
    color: #2879fe;
  }
  .tt-product:not(.tt-view) .tt-description .field.choice.related {
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .tt-product:not(.tt-view) .tt-description .field.choice.related input[type="checkbox"],
  .tt-product:not(.tt-view) .tt-description .field.choice.related input[type="radio"] {
    margin: 0 6px 1px 0;
  }
  .tt-product:not(.tt-view) .tt-description .field.choice.related label.label {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
    margin-right: 5px;
  }
  .tt-product:not(.tt-view) .tt-description .tt-price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #191919;
  }
  .tt-product:not(.tt-view) .tt-description .tt-price .new-price {
    color: #f8353e;
    margin-right: 7px;
  }
  .tt-product:not(.tt-view) .tt-description .tt-price .old-price {
    color: #191919;
    text-decoration: line-through;
  }
  .tt-product:not(.tt-view) .tt-description .tt-price .old-price .money {
    text-decoration: line-through;
  }
  .tt-product:not(.tt-view) .tt-description .tt-price span {
    display: inline-block;
  }
  .tt-product:not(.tt-view) .tt-description .tt-option-block {
    margin-top: 14px;
  }
  .tt-product:not(.tt-view) .tt-description .tt-option-block > [class^="tt-options-"]:not(:first-child) {
    margin-top: 9px;
  }
  .tt-product:not(.tt-view) .tt-description [class*="swatch-opt-"] {
    margin-top: 12px;
  }
  .tt-product:not(.tt-view) .tt-description [class*="swatch-opt-"] .swatch-attribute:not(:first-child) {
    margin-top: 9px;
  }
  .tt-product:not(.tt-view) .tt-description .tt-product-inside-hover {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    width: 100%;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart {
    background: none;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    font-family: 'Hind', sans-serif;
    display: inline-block;
    position: relative;
    letter-spacing: 0.04em;
    color: #2879fe;
    font-size: 14px;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg {
    background-color: #2879fe;
    color: #ffffff;
    padding: 3px 16px 9px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg:before {
    color: #ffffff;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg:hover {
    background-color: #2267d8;
    color: #ffffff;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg:hover:before {
    color: #ffffff;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart:before {
    content: '\e986';
    font-family: 'wokiee';
    font-size: 20px;
    top: 3px;
    margin-right: 2px;
    font-weight: normal;
    position: relative;
    color: #2879fe;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart:hover {
    color: #191919;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart:hover:before {
    color: #191919;
  }
  .tt-product:not(.tt-view) .tt-description > *:nth-child(1) {
    margin-top: 0;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .tt-product:not(.tt-view) .tt-description .tt-product-inside-hover {
    display: none;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  .tt-product:not(.tt-view) .tt-description .tt-product-inside-hover > * {
    margin-top: 6px;
  }
}
@media (max-width: 1024px) {
  .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview,
  .tt-product:not(.tt-view) .tt-image-box .action.towishlist,
  .tt-product:not(.tt-view) .tt-image-box .action.tocompare {
    display: none;
  }
}
.tt-product-listing.tt-col-six .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview,
.tt-product-listing.tt-col-six .tt-product:not(.tt-view) .tt-image-box .action.towishlist,
.tt-product-listing.tt-col-six .tt-product:not(.tt-view) .tt-image-box .action.tocompare {
  width: 34px;
  height: 34px;
}
.tt-product-listing.tt-col-six .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview:before,
.tt-product-listing.tt-col-six .tt-product:not(.tt-view) .tt-image-box .action.towishlist:before,
.tt-product-listing.tt-col-six .tt-product:not(.tt-view) .tt-image-box .action.tocompare:before {
  font-size: 16px;
}
.tt-product-listing.tt-col-six .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview {
  top: 10px;
  right: 10px;
}
.tt-product-listing.tt-col-six .tt-product:not(.tt-view) .tt-image-box .action.towishlist {
  top: 54px;
  right: 10px;
}
.tt-product-listing.tt-col-six .tt-product:not(.tt-view) .tt-image-box .action.tocompare {
  top: 98px;
  right: 10px;
}
@media (min-width: 1025px) {
  .tt-product:not(.tt-view):hover .tt-image-box .tt-btn-quickview,
  .tt-product:not(.tt-view):hover .tt-image-box .action.towishlist,
  .tt-product:not(.tt-view):hover .tt-image-box .action.tocompare {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  .tt-product:not(.tt-view):hover .tt-image-box .tt-img-roll-over + .tt-img {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  .tt-product:not(.tt-view):hover .tt-image-box .tt-img-roll-over,
  .tt-product:not(.tt-view):hover .tt-image-box [class^="tt-img"]:last-child {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@media (min-width: 1025px) {
  .tt-product:not(.tt-view).hovered .tt-product-inside-hover {
    display: inline-flex;
  }
}
/* tt-product-design02 desctope*/
@media (min-width: 1025px) {
  .tt-product-design02:not(.tt-view).thumbprod-center .tt-description {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 20px;
    margin-top: 0px;
    bottom: -50%;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    -webkit-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
  }
  .tt-product-design02:not(.tt-view).thumbprod-center .tt-description .tt-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tt-product-design02:not(.tt-view).thumbprod-center .tt-description .tt-row .tt-add-info {
    width: 100%;
    display: block;
    text-align: center;
  }
  .tt-product-design02:not(.tt-view).thumbprod-center .tt-description .tt-options-swatch {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tt-product-design02:not(.tt-view).thumbprod-center .tt-description .tt-options-swatch:not(.options-large):not(.options-middle) li a:not(.options-color) {
    padding-top: 1px;
  }
  .tt-product-design02:not(.tt-view).thumbprod-center .tt-description .tt-product-inside-hover {
    display: block;
    text-align: center;
  }
  .tt-product-design02:not(.tt-view).thumbprod-center .tt-description .tt-btn-quickview {
    position: absolute;
    bottom: 8px;
    right: 18px;
  }
  .tt-product-design02:not(.tt-view).thumbprod-center .tt-description .tt-btn-link {
    position: absolute;
    bottom: 7px;
    right: 18px;
  }
  .tt-product-design02:not(.tt-view).thumbprod-center:hover .tt-description {
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .tt-product-design02:not(.tt-view) {
    position: relative;
    overflow: hidden;
  }
  .tt-product-design02:not(.tt-view) .tt-image-box {
    position: relative;
  }
  .tt-product-design02:not(.tt-view) .tt-image-box .tt-img img {
    width: 100%;
    height: auto;
  }
  .tt-product-design02:not(.tt-view) .tt-image-box .tt-img-roll-over {
    display: none;
  }
  .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location {
    position: absolute;
    top: 7px;
    left: 8px;
    z-index: 7;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location [class^="tt-label-"] {
    margin-left: 3px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
    padding: 2px 4px 1px;
  }
  .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location .tt-label-new {
    color: #ffffff;
    background: #1393f5;
  }
  .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location .tt-label-sale {
    color: #ffffff;
    background: #f8353e;
  }
  .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location .tt-label-featured {
    color: #ffffff;
    background: #fdbc20;
  }
  .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location .tt-label-best {
    color: #ffffff;
    background: #c344ec;
  }
  .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location .tt-label-out-stock {
    color: #ffffff;
    background: #191919;
  }
  .tt-product-design02:not(.tt-view) .tt-image-box:before {
    background: #f7f8fa;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  .tt-product-design02:not(.tt-view) .tt-description {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 20px;
    margin-top: 0px;
    bottom: -50%;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    -webkit-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
  }
  .tt-product-design02:not(.tt-view) .tt-description .tt-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .tt-product-design02:not(.tt-view) .tt-description .tt-row .tt-rating,
  .tt-product-design02:not(.tt-view) .tt-description .tt-row .product-reviews-summary {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: -1px;
  }
  .tt-product-design02:not(.tt-view) .tt-description .tt-row .tt-add-info {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .tt-product-design02:not(.tt-view) .tt-description .tt-add-info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 13px;
  }
  .tt-product-design02:not(.tt-view) .tt-description .tt-add-info li {
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    color: #191919;
  }
  .tt-product-design02:not(.tt-view) .tt-description .tt-add-info li a {
    color: #191919;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  .tt-product-design02:not(.tt-view) .tt-description .tt-add-info li a:hover {
    color: #2879fe;
  }
  .tt-product-design02:not(.tt-view) .tt-description .tt-title {
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #191919;
  }
  .tt-product-design02:not(.tt-view) .tt-description .tt-title a {
    color: #191919;
  }
  .tt-product-design02:not(.tt-view) .tt-description .tt-title a:hover {
    color: #2879fe;
  }
  .tt-product-design02:not(.tt-view) .tt-description .field.choice.related {
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .tt-product-design02:not(.tt-view) .tt-description .field.choice.related input[type="checkbox"],
  .tt-product-design02:not(.tt-view) .tt-description .field.choice.related input[type="radio"] {
    margin: 0 6px 1px 0;
  }
  .tt-product-design02:not(.tt-view) .tt-description .field.choice.related label.label {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
    margin-right: 5px;
  }
  .tt-product-design02:not(.tt-view) .tt-description .tt-price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #191919;
  }
  .tt-product-design02:not(.tt-view) .tt-description .tt-price .new-price {
    color: #f8353e;
    margin-right: 7px;
  }
  .tt-product-design02:not(.tt-view) .tt-description .tt-price .old-price {
    color: #191919;
    text-decoration: line-through;
  }
  .tt-product-design02:not(.tt-view) .tt-description .tt-price span {
    display: inline-block;
  }
  .tt-product-design02:not(.tt-view) .tt-description .tt-option-block {
    margin-top: 9px;
  }
  .tt-product-design02:not(.tt-view) .tt-description .tt-option-block > [class^="tt-options-"]:not(:first-child) {
    margin-top: 9px;
  }
  .tt-product-design02:not(.tt-view) .tt-description .tt-product-inside-hover {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
  }
  .tt-product-design02:not(.tt-view) .tt-description > *:nth-child(1) {
    margin-top: 0;
  }
  .tt-product-design02:not(.tt-view) .tt-options-swatch li a:not(.options-color) {
    background: #ffffff;
    color: #191919;
  }
  .tt-product-design02:not(.tt-view) .tt-options-swatch li a.options-color {
    font-size: 0;
    line-height: 0;
  }
  .tt-product-design02:not(.tt-view) .tt-options-swatch li:hover a:not(.options-color) {
    color: #ffffff;
    background: #2879fe;
  }
  .tt-product-design02:not(.tt-view) .tt-options-swatch li:hover .options-color:before {
    border-color: #ffffff;
  }
  .tt-product-design02:not(.tt-view) .tt-options-swatch li.active a:not(.options-color) {
    color: #ffffff;
    background: #2879fe;
  }
  .tt-product-design02:not(.tt-view) .tt-options-swatch li.active .options-color:before {
    border-color: #ffffff;
  }
  .tt-product-design02:not(.tt-view) .tt-btn-addtocart {
    background: none;
    padding: 0;
    line-height: 1;
    color: #2879fe;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Hind', sans-serif;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    display: inline-block;
    position: relative;
    letter-spacing: 0.04em;
  }
  .tt-product-design02:not(.tt-view) .tt-btn-addtocart:before {
    content: '\e986';
    font-family: 'wokiee';
    color: #2879fe;
    font-size: 20px;
    top: 3px;
    margin-right: 6px;
    font-weight: normal;
    position: relative;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .tt-product-design02:not(.tt-view) .tt-btn-addtocart:hover {
    background: none;
    color: #191919;
  }
  .tt-product-design02:not(.tt-view) .tt-btn-addtocart:hover:before {
    color: #191919;
  }
  .tt-product-design02:not(.tt-view) .tt-btn-quickview,
  .tt-product-design02:not(.tt-view) .action.towishlist,
  .tt-product-design02:not(.tt-view) .action.tocompare {
    font-size: 20px;
    line-height: 1;
    padding: 4px 0 4px 4px;
    color: #191919;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    display: inline-block;
    position: absolute;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden;
  }
  .tt-product-design02:not(.tt-view) .tt-btn-quickview:hover,
  .tt-product-design02:not(.tt-view) .action.towishlist:hover,
  .tt-product-design02:not(.tt-view) .action.tocompare:hover {
    color: #2879fe;
  }
  .tt-product-design02:not(.tt-view) .tt-btn-quickview {
    right: 18px;
    top: 7px;
  }
  .tt-product-design02:not(.tt-view) .action.towishlist {
    right: 20px;
    top: 38px;
    font-size: 16px;
  }
  .tt-product-design02:not(.tt-view) .action.tocompare {
    right: 19px;
    top: 66px;
    font-size: 16px;
  }
  .tt-product-design02:not(.tt-view) .action.towishlist:before {
    content: '\eb16';
    font-family: 'wokiee';
  }
  .tt-product-design02:not(.tt-view) .action.tocompare:before {
    content: '\eb18';
    font-family: 'wokiee';
  }
  .tt-product-design02:not(.tt-view) .tt-btn-quickview:before {
    content: '\e9a8';
    font-family: 'wokiee';
  }
  .tt-product-design02:not(.tt-view) .tt-btn-link {
    font-size: 20px;
    line-height: 1;
    padding: 4px 0 4px 4px;
    color: #191919;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    display: inline-block;
  }
  .tt-product-design02:not(.tt-view) .tt-btn-link:before {
    content: '\e91e';
    font-family: 'wokiee';
  }
  .tt-product-design02:not(.tt-view) .tt-btn-link:hover {
    color: #2879fe;
  }
  .tt-product-design02:not(.tt-view) .tt-description.scrollable {
    padding-top: 0;
    padding-bottom: 0;
  }
  .tt-product-design02:not(.tt-view) .tt-description.scrollable .viewport {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .tt-product-design02:not(.tt-view) .tt-countdown_box {
    visibility: visible;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .tt-product-design02:not(.tt-view) .tt-description .tt-btn-link {
    display: none;
  }
  .tt-product-design02:not(.tt-view) .tt-btn-quickview {
    display: none;
  }
}
@media (min-width: 1025px) {
  .tt-product-design02:not(.tt-view):hover .tt-label-location {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  .tt-product-design02:not(.tt-view):hover .tt-image-box:before {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
  }
  .tt-product-design02:not(.tt-view):hover .tt-description {
    bottom: 0%;
    opacity: 1;
    visibility: visible;
  }
  .tt-product-design02:not(.tt-view):hover .tt-countdown_box {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden;
  }
  .tt-product-design02:not(.tt-view):hover > .tt-btn-quickview,
  .tt-product-design02:not(.tt-view):hover > .action.towishlist,
  .tt-product-design02:not(.tt-view):hover > .action.tocompare {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible;
    z-index: 7;
  }
}
.tt-product:not(.tt-view) .tt-options-swatch,
.tt-product-design02:not(.tt-view) .tt-options-swatch {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-product:not(.tt-view) .tt-text-info,
.tt-product-design02:not(.tt-view) .tt-text-info {
  display: none;
}
.tt-product-design02:not(.tt-view) .tt-options-swatch {
  margin: -10px -1px 0 -5px;
}
@media (min-width: 1025px) {
  .tt-product:not(.tt-view) .swatch-attribute-options {
    margin: -10px -1px 2px -1px;
  }
  .tt-product:not(.tt-view) .swatch-option {
    margin: 10px 2px 0;
  }
}
@media (max-width: 1024px) {
  .tt-product:not(.tt-view) .swatch-attribute-options {
    margin: -11px -1px 1px -7px;
  }
  .tt-product:not(.tt-view) .swatch-option {
    margin: 16px 8px 0;
  }
}
@media (min-width: 1025px) {
  .tt-layout-product-item:not(.tt-view) {
    margin-top: -38px;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .tt-layout-product-item:not(.tt-view) {
    margin-top: -40px;
  }
}
@media (max-width: 575px) {
  .tt-layout-product-item:not(.tt-view) {
    margin-top: -30px;
  }
}
@media (min-width: 1025px) {
  .tt-layout-product-item:not(.tt-view) .tt-product,
  .tt-layout-product-item:not(.tt-view) .tt-product-design02,
  .tt-layout-product-item:not(.tt-view) .tt-collection-item {
    margin-top: 38px;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .tt-layout-product-item:not(.tt-view) .tt-product,
  .tt-layout-product-item:not(.tt-view) .tt-product-design02,
  .tt-layout-product-item:not(.tt-view) .tt-collection-item {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .tt-layout-product-item:not(.tt-view) .tt-product,
  .tt-layout-product-item:not(.tt-view) .tt-product-design02,
  .tt-layout-product-item:not(.tt-view) .tt-collection-item {
    margin-top: 30px;
  }
}
.tt-layout-product-item + .tt_product_showmore {
  margin-top: 40px;
}
/* mobile product
   - tt-product
   - tt-product-design02
*/
@media (max-width: 1024px) {
  .tt-product:not(.tt-view) .tt-image-box,
  .tt-product-design02:not(.tt-view) .tt-image-box {
    position: relative;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-img img,
  .tt-product-design02:not(.tt-view) .tt-image-box .tt-img img {
    width: 100%;
    height: auto;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-img-roll-over,
  .tt-product-design02:not(.tt-view) .tt-image-box .tt-img-roll-over {
    display: none;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-label-location,
  .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location {
    position: absolute;
    top: 7px;
    left: 8px;
    z-index: 2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-label-location [class^="tt-label-"],
  .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location [class^="tt-label-"] {
    margin-left: 3px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
    padding: 2px 4px 1px;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-new,
  .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location .tt-label-new {
    color: #ffffff;
    background: #1393f5;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-sale,
  .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location .tt-label-sale {
    color: #ffffff;
    background: #f8353e;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-featured,
  .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location .tt-label-featured {
    color: #ffffff;
    background: #fdbc20;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-best,
  .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location .tt-label-best {
    color: #ffffff;
    background: #c344ec;
  }
  .tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-out-stock,
  .tt-product-design02:not(.tt-view) .tt-image-box .tt-label-location .tt-label-out-stock {
    color: #ffffff;
    background: #191919;
  }
  .tt-product:not(.tt-view) .tt-description,
  .tt-product-design02:not(.tt-view) .tt-description {
    margin-top: 16px;
  }
  .tt-product:not(.tt-view) .tt-description > .weltpixel-quickview,
  .tt-product-design02:not(.tt-view) .tt-description > .weltpixel-quickview {
    display: none;
  }
  .tt-product:not(.tt-view) .tt-description .tt-row,
  .tt-product-design02:not(.tt-view) .tt-description .tt-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tt-product:not(.tt-view) .tt-description .tt-row > *:nth-child(1),
  .tt-product-design02:not(.tt-view) .tt-description .tt-row > *:nth-child(1) {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .tt-product:not(.tt-view) .tt-description .tt-add-info,
  .tt-product-design02:not(.tt-view) .tt-description .tt-add-info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tt-product:not(.tt-view) .tt-description .tt-add-info li,
  .tt-product-design02:not(.tt-view) .tt-description .tt-add-info li {
    font-size: 12px;
    line-height: 19px;
    color: #999999;
  }
  .tt-product:not(.tt-view) .tt-description .tt-add-info li a,
  .tt-product-design02:not(.tt-view) .tt-description .tt-add-info li a {
    color: #999999;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .tt-product:not(.tt-view) .tt-description .tt-add-info li a:hover,
  .tt-product-design02:not(.tt-view) .tt-description .tt-add-info li a:hover {
    color: #2879fe;
  }
  .tt-product:not(.tt-view) .tt-description .tt-title,
  .tt-product-design02:not(.tt-view) .tt-description .tt-title {
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #191919;
  }
  .tt-product:not(.tt-view) .tt-description .tt-title a,
  .tt-product-design02:not(.tt-view) .tt-description .tt-title a {
    color: #191919;
  }
  .tt-product:not(.tt-view) .tt-description .tt-title a:hover,
  .tt-product-design02:not(.tt-view) .tt-description .tt-title a:hover {
    color: #2879fe;
  }
  .tt-product:not(.tt-view) .tt-description .field.choice.related,
  .tt-product-design02:not(.tt-view) .tt-description .field.choice.related {
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .tt-product:not(.tt-view) .tt-description .field.choice.related input[type="checkbox"],
  .tt-product-design02:not(.tt-view) .tt-description .field.choice.related input[type="checkbox"],
  .tt-product:not(.tt-view) .tt-description .field.choice.related input[type="radio"],
  .tt-product-design02:not(.tt-view) .tt-description .field.choice.related input[type="radio"] {
    margin: 0 6px 1px 0;
  }
  .tt-product:not(.tt-view) .tt-description .field.choice.related label.label,
  .tt-product-design02:not(.tt-view) .tt-description .field.choice.related label.label {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
    margin-right: 5px;
  }
  .tt-product:not(.tt-view) .tt-description .tt-price,
  .tt-product-design02:not(.tt-view) .tt-description .tt-price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #191919;
  }
  .tt-product:not(.tt-view) .tt-description .tt-price .new-price,
  .tt-product-design02:not(.tt-view) .tt-description .tt-price .new-price {
    color: #f8353e;
    margin-right: 7px;
  }
  .tt-product:not(.tt-view) .tt-description .tt-price .old-price,
  .tt-product-design02:not(.tt-view) .tt-description .tt-price .old-price {
    color: #191919;
    text-decoration: line-through;
  }
  .tt-product:not(.tt-view) .tt-description .tt-price span,
  .tt-product-design02:not(.tt-view) .tt-description .tt-price span {
    display: inline-block;
  }
  .tt-product:not(.tt-view) .tt-description .tt-option-block,
  .tt-product-design02:not(.tt-view) .tt-description .tt-option-block {
    margin-top: 15px;
  }
  .tt-product:not(.tt-view) .tt-description .tt-option-block > [class^="tt-options-"]:not(:first-child),
  .tt-product-design02:not(.tt-view) .tt-description .tt-option-block > [class^="tt-options-"]:not(:first-child) {
    margin-top: 9px;
  }
  .tt-product:not(.tt-view) .tt-description [class*="swatch-opt-"],
  .tt-product-design02:not(.tt-view) .tt-description [class*="swatch-opt-"] {
    margin-top: 10px;
  }
  .tt-product:not(.tt-view) .tt-description [class*="swatch-opt-"] .swatch-attribute:not(:first-child),
  .tt-product-design02:not(.tt-view) .tt-description [class*="swatch-opt-"] .swatch-attribute:not(:first-child) {
    margin-top: 9px;
  }
  .tt-product:not(.tt-view) .tt-description .tt-product-inside-hover,
  .tt-product-design02:not(.tt-view) .tt-description .tt-product-inside-hover {
    margin-top: 15px;
  }
  .tt-product:not(.tt-view) .tt-description .addto_btns,
  .tt-product-design02:not(.tt-view) .tt-description .addto_btns {
    margin-top: 11px;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart,
  .tt-product-design02:not(.tt-view) .tt-description .tt-btn-addtocart {
    line-height: 1;
    font-weight: 400;
    font-family: 'Hind', sans-serif;
    display: inline-block;
    position: relative;
    letter-spacing: 0.04em;
    color: #ffffff;
    font-size: 12px;
    padding: 6px 18px 13px;
    background: #2879fe;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart:before,
  .tt-product-design02:not(.tt-view) .tt-description .tt-btn-addtocart:before {
    content: '\e986';
    font-family: 'wokiee';
    font-size: 20px;
    top: 3px;
    margin-right: 6px;
    font-weight: normal;
    position: relative;
    color: #ffffff;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart:hover,
  .tt-product-design02:not(.tt-view) .tt-description .tt-btn-addtocart:hover {
    color: #ffffff;
    background: #2267d8;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart:hover:before,
  .tt-product-design02:not(.tt-view) .tt-description .tt-btn-addtocart:hover:before {
    color: #ffffff;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-quickview,
  .tt-product-design02:not(.tt-view) .tt-description .tt-btn-quickview,
  .tt-product:not(.tt-view) .tt-description .action.towishlist,
  .tt-product-design02:not(.tt-view) .tt-description .action.towishlist,
  .tt-product:not(.tt-view) .tt-description .action.tocompare,
  .tt-product-design02:not(.tt-view) .tt-description .action.tocompare {
    font-size: 20px;
    line-height: 1;
    padding: 4px;
    color: #191919;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    display: inline-block;
    position: relative;
    margin: 0 7px;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-quickview:hover,
  .tt-product-design02:not(.tt-view) .tt-description .tt-btn-quickview:hover,
  .tt-product:not(.tt-view) .tt-description .action.towishlist:hover,
  .tt-product-design02:not(.tt-view) .tt-description .action.towishlist:hover,
  .tt-product:not(.tt-view) .tt-description .action.tocompare:hover,
  .tt-product-design02:not(.tt-view) .tt-description .action.tocompare:hover {
    color: #2879fe;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-quickview,
  .tt-product-design02:not(.tt-view) .tt-description .tt-btn-quickview {
    top: 1px;
  }
  .tt-product:not(.tt-view) .tt-description .action.towishlist,
  .tt-product-design02:not(.tt-view) .tt-description .action.towishlist {
    font-size: 16px;
  }
  .tt-product:not(.tt-view) .tt-description .action.tocompare,
  .tt-product-design02:not(.tt-view) .tt-description .action.tocompare {
    font-size: 16px;
  }
  .tt-product:not(.tt-view) .tt-description .tt-btn-quickview:before,
  .tt-product-design02:not(.tt-view) .tt-description .tt-btn-quickview:before {
    content: '\e9a8';
    font-family: 'wokiee';
  }
  .tt-product:not(.tt-view) .tt-description .action.towishlist:before,
  .tt-product-design02:not(.tt-view) .tt-description .action.towishlist:before {
    content: '\eb16';
    font-family: 'wokiee';
  }
  .tt-product:not(.tt-view) .tt-description .action.tocompare:before,
  .tt-product-design02:not(.tt-view) .tt-description .action.tocompare:before {
    content: '\eb18';
    font-family: 'wokiee';
  }
  .tt-product:not(.tt-view) .tt-description > *:nth-child(1),
  .tt-product-design02:not(.tt-view) .tt-description > *:nth-child(1) {
    margin-top: 0;
  }
  .tt-product:not(.tt-view) > *:nth-child(1),
  .tt-product-design02:not(.tt-view) > *:nth-child(1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .tt-product:not(.tt-view) .tt-description .tt-product-inside-hover,
  .tt-product-design02:not(.tt-view) .tt-description .tt-product-inside-hover {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .tt-product:not(.tt-view):hover .tt-image-box .tt-img,
  .tt-product-design02:not(.tt-view):hover .tt-image-box .tt-img {
    opacity: 1;
  }
  .tt-product:not(.tt-view):hover .tt-image-box .tt-img-roll-over,
  .tt-product-design02:not(.tt-view):hover .tt-image-box .tt-img-roll-over {
    opacity: 0;
  }
}
/* countdown product item */
.tt-countdown_box {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  z-index: 5;
}
.tt-countdown_box .tt-countdown_inner {
  overflow: hidden;
  margin: 0 auto 0%;
  width: 100%;
  padding: 5px 0 10px;
}
.tt-countdown_box .countdown-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-countdown_box .countdown-row .countdown-section {
  width: 25%;
  position: relative;
  margin: 0 2px;
  padding: 19px 0 13px;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  color: #2879fe;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.tt-countdown_box .countdown-row .countdown-section .countdown-amount {
  font-size: 16px;
  line-height: 15px;
  display: block;
  font-weight: 500;
}
.tt-countdown_box .countdown-row .countdown-section .countdown-period {
  display: block;
  padding-top: 1px;
}
@media (max-width: 1229px) {
  .tt-countdown_box .tt-countdown_inner {
    margin-bottom: 0%;
  }
  .tt-countdown_box .countdown-row .countdown-section {
    padding: 15px 0;
    margin: 0 2px;
    font-size: 13px;
    line-height: 16px;
  }
  .tt-countdown_box .countdown-row .countdown-section .countdown-amount {
    font-size: 15px;
  }
  .tt-countdown_box .countdown-row .countdown-section .countdown-period {
    padding-top: 0;
  }
}
/* product small (tt-small) */
.tt-product.tt-small:not(.tt-view) .tt-countdown_box .tt-countdown_inner,
.tt-product-design02.tt-small:not(.tt-view) .tt-countdown_box .tt-countdown_inner {
  margin: 0 auto 0;
  padding: 2px 0 10px;
}
.tt-product.tt-small:not(.tt-view) .tt-countdown_box .countdown-section,
.tt-product-design02.tt-small:not(.tt-view) .tt-countdown_box .countdown-section {
  margin: 0 2px;
  line-height: 13px;
  font-size: 12px;
}
@media (max-width: 575px) {
  .tt-product.tt-small:not(.tt-view) .tt-countdown_box .countdown-section,
  .tt-product-design02.tt-small:not(.tt-view) .tt-countdown_box .countdown-section {
    margin: 0;
  }
}
.tt-product.tt-small:not(.tt-view) .tt-countdown_box .countdown-amount,
.tt-product-design02.tt-small:not(.tt-view) .tt-countdown_box .countdown-amount {
  font-size: 13px;
}
@media (max-width: 1024px) {
  .tt-product.tt-small:not(.tt-view) .tt-description,
  .tt-product-design02.tt-small:not(.tt-view) .tt-description {
    margin-top: 8px;
    padding-bottom: 6px;
  }
  .tt-product.tt-small:not(.tt-view) .tt-description .tt-option-block,
  .tt-product-design02.tt-small:not(.tt-view) .tt-description .tt-option-block {
    margin-top: 10px;
  }
  .tt-product.tt-small:not(.tt-view) .tt-description > *:nth-child(1),
  .tt-product-design02.tt-small:not(.tt-view) .tt-description > *:nth-child(1) {
    margin-top: 0;
  }
  .tt-product.tt-small:not(.tt-view) .tt-row,
  .tt-product-design02.tt-small:not(.tt-view) .tt-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tt-product.tt-small:not(.tt-view) .tt-row .tt-rating,
  .tt-product-design02.tt-small:not(.tt-view) .tt-row .tt-rating {
    margin-left: -1px;
  }
  .tt-product.tt-small:not(.tt-view) .tt-row .tt-add-info,
  .tt-product-design02.tt-small:not(.tt-view) .tt-row .tt-add-info {
    margin-top: 4px;
  }
  .tt-product.tt-small:not(.tt-view) .tt-title,
  .tt-product-design02.tt-small:not(.tt-view) .tt-title {
    line-height: 20px;
  }
  .tt-product.tt-small:not(.tt-view) .field.choice.related,
  .tt-product-design02.tt-small:not(.tt-view) .field.choice.related {
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .tt-product.tt-small:not(.tt-view) .field.choice.related input[type="checkbox"],
  .tt-product-design02.tt-small:not(.tt-view) .field.choice.related input[type="checkbox"],
  .tt-product.tt-small:not(.tt-view) .field.choice.related input[type="radio"],
  .tt-product-design02.tt-small:not(.tt-view) .field.choice.related input[type="radio"] {
    margin: 0 6px 1px 0;
  }
  .tt-product.tt-small:not(.tt-view) .field.choice.related label.label,
  .tt-product-design02.tt-small:not(.tt-view) .field.choice.related label.label {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
    margin-right: 5px;
  }
  .tt-product.tt-small:not(.tt-view) .tt-price,
  .tt-product-design02.tt-small:not(.tt-view) .tt-price {
    margin-top: 1px;
  }
  .tt-product.tt-small:not(.tt-view) .tt-product-inside-hover,
  .tt-product-design02.tt-small:not(.tt-view) .tt-product-inside-hover {
    margin-top: 15px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tt-product.tt-small:not(.tt-view) .tt-product-inside-hover > *:nth-child(1),
  .tt-product-design02.tt-small:not(.tt-view) .tt-product-inside-hover > *:nth-child(1) {
    margin-top: 0;
  }
  .tt-product.tt-small:not(.tt-view) .actions-primary,
  .tt-product-design02.tt-small:not(.tt-view) .actions-primary {
    width: 100%;
  }
  .tt-product.tt-small:not(.tt-view) .tt-btn-addtocart,
  .tt-product-design02.tt-small:not(.tt-view) .tt-btn-addtocart {
    width: 100%;
    display: block;
    text-align: center;
    padding: 6px 18px 14px;
    font-size: 0;
  }
  .tt-product.tt-small:not(.tt-view) .tt-btn-addtocart:before,
  .tt-product-design02.tt-small:not(.tt-view) .tt-btn-addtocart:before {
    margin-right: 0;
  }
  .tt-product.tt-small:not(.tt-view) .addto_btns,
  .tt-product-design02.tt-small:not(.tt-view) .addto_btns {
    text-align: center;
  }
  .tt-product.tt-small:not(.tt-view) .action.towishlist,
  .tt-product-design02.tt-small:not(.tt-view) .action.towishlist,
  .tt-product.tt-small:not(.tt-view) .action.tocompare,
  .tt-product-design02.tt-small:not(.tt-view) .action.tocompare,
  .tt-product.tt-small:not(.tt-view) .tt-btn-quickview,
  .tt-product-design02.tt-small:not(.tt-view) .tt-btn-quickview {
    margin: 0 7px;
  }
  .tt-product.tt-small:not(.tt-view) > *:nth-child(1),
  .tt-product-design02.tt-small:not(.tt-view) > *:nth-child(1) {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .tt-product-design02.tt-small:not(.tt-view) .tt-description {
    display: block;
    vertical-align: middle;
    padding-left: 13px;
    padding-right: 13px;
  }
  .tt-product-design02.tt-small:not(.tt-view) .tt-description .tt-btn-addtocart {
    width: 100%;
    display: block;
    padding: 5px 5px 5px 0;
    font-size: 0;
    text-align: left;
  }
  .tt-product-design02.tt-small:not(.tt-view) .tt-description .tt-btn-quickview {
    margin-top: 5px;
  }
  .tt-product-design02.tt-small:not(.tt-view) .tt-description > *:nth-child(1) {
    margin-top: 27px;
  }
  .tt-product-design02.tt-small:not(.tt-view).thumbprod-center .tt-description .tt-title {
    text-align: center;
  }
  .tt-product-design02.tt-small:not(.tt-view).thumbprod-center .tt-description .tt-price {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tt-product-design02.tt-small:not(.tt-view).thumbprod-center:not('.tt-small') .text-decoration {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .tt-product-design02.thumbprod-center .tt-description {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tt-product-design02.thumbprod-center .tt-description .tt-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tt-product-design02.thumbprod-center .tt-description .tt-row .tt-add-info {
    width: 100%;
    display: block;
    text-align: center;
  }
  .tt-product-design02.thumbprod-center .tt-description .tt-btn-link {
    position: absolute;
    bottom: 8px;
    right: 20px;
  }
  .tt-product-design02.thumbprod-center .tt-description .tt-product-inside-hover {
    display: block;
    text-align: center;
  }
  .tt-product-design02.thumbprod-center .tt-description .tt-description.ps-container {
    height: 100%;
  }
  .tt-product-design02.thumbprod-center .tt-description .tt-options-swatch {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tt-product-design02.thumbprod-center .ps-scrollbar-x-rail {
    display: none !important;
  }
  .tt-product-design02.thumbprod-center .tt-description.ps-active-y,
  .tt-product-design02.thumbprod-center .tt-description.ps-active-x,
  .tt-product-design02.thumbprod-center .tt-description.ps-active-x .tt-rating,
  .tt-product-design02.thumbprod-center .tt-description.ps-active-y .tt-rating,
  .tt-product-design02.thumbprod-center .tt-description.ps-active-y > *,
  .tt-product-design02.thumbprod-center .tt-description.ps-active-x > * {
    display: block;
    width: 100%;
    text-align: center;
  }
  .tt-product-design02.thumbprod-center .tt-description.ps-active-y .tt-product-inside-hover .tt-btn-link,
  .tt-product-design02.thumbprod-center .tt-description.ps-active-x .tt-product-inside-hover .tt-btn-link {
    bottom: -5px;
    right: 9px;
  }
  .tt-product-design02.thumbprod-center:hover .tt-description {
    height: 100%;
  }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail,
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail,
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail,
  .ps-container:hover > .ps-scrollbar-x-rail:hover,
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background: transparent !important;
  }
  .tt-product-design02.thumbprod-center .tt-description.ps-active-y .tt-product-inside-hover,
  .tt-product-design02.thumbprod-center .tt-description.ps-active-x .tt-product-inside-hover,
  .tt-product-design02 .tt-description .tt-option-block,
  .tt-product-design02 .tt-description .description,
  .tt-product-design02 .tt-description .tt-price,
  .tt-product-design02 .tt-description .tt-title,
  .tt-product-design02 .tt-description .tt-row {
    position: relative;
    z-index: 31;
  }
  .tt-product-design02.thumbprod-center.tt-small .tt-description .tt-product-inside-hover .tt-btn-addtocart {
    text-align: center;
  }
  .tt-product-design02.thumbprod-center.tt-view .tt-description {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tt-product-design02.thumbprod-center.tt-view .tt-description .tt-row .tt-add-info {
    text-align: left;
  }
  .tt-product-design02.thumbprod-center.tt-view .tt-description .tt-product-inside-hover {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: left;
  }
  .tt-product-design02.thumbprod-center.tt-view .tt-options-swatch {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
* {
  outline: 0;
}
html.touch-device {
  overflow-x: hidden;
}
.page-layout-checkout .toggle {
  display: none;
}
.product-info-main .price-box .old-price .price {
  color: #fe2828 !important;
}
.customer-account-login .login-container .block-customer-login .block-content .form-login .login .field-recaptcha .field {
  display: none !important;
}
@media only screen and (max-width: 1230px) and (min-width: 776px) {
  .tt-col-left {
    width: 100%;
  }
}
@media only screen and (max-width: 1230px) and (min-width: 776px) {
  .tt-col-left .tt-box-info {
    width: 100%;
  }
}
@media only screen and (max-width: 1230px) and (min-width: 776px) {
  .tt-col-left .tt-box-info ul {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1230px) and (min-width: 776px) {
  .tt-col-left .tt-box-info ul .mail-list {
    margin-left: 0;
  }
}
@media only screen and (max-width: 310px) and (min-width: 776px) {
  .cms-wokiee_skin2 .tt-footer-custom {
    margin-bottom: -45px;
  }
}
footer .tt-logo img {
  margin-top: 5px;
}
.weltpixel-quickview {
  display: none !important;
}
.category-contact-us .leftColumn {
  display: none;
}
.obj-move-right .tt-desctop-parent-multi {
  display: none;
}
.tt-stuck-nav .tt-stuck-parent-multi {
  display: none;
}
.cms-wokiee_skin2 .tt-mobile-parent-multi {
  display: none;
}
.cms-wokiee_skin2 .product_dropdown {
  display: none;
}
.cms-wokiee_skin2 .join {
  margin-right: 35px;
}
body {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #191919;
  background: #ffffff;
  margin: 0;
  overflow-x: hidden;
  direction: ltr;
  background-position: center 0;
  background-repeat: no-repeat;
}
a {
  text-decoration: none;
  outline: none;
  color: #2879fe;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
a:hover {
  color: #191919;
  outline: none;
  text-decoration: none;
}
a:active,
a:visited,
a:focus {
  text-decoration: none;
  outline: none;
}
.TonyM__list .TonyM__clearfix {
  margin-top: 0 !important;
}
.btn,
button.action,
.action.primary {
  background: #2879fe;
  font-family: 'Hind', sans-serif;
  border: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  outline: none;
  padding: 14px 31px 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
@media (max-width: 575px) {
  .btn,
  button.action,
  .action.primary {
    font-size: 12px;
    padding: 12px 25px;
  }
}
@media (min-width: 576px) {
  .btn:not(.tt-icon-right) [class^="icon-"] {
    font-size: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .btn:not(.tt-icon-right) [class^="icon-"] {
    font-size: 18px;
    margin-right: 10px;
  }
}
@media (min-width: 576px) {
  .btn.tt-icon-right [class^="icon-"] {
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    top: -2px;
  }
}
@media (max-width: 575px) {
  .btn.tt-icon-right [class^="icon-"] {
    font-size: 18px;
    margin-left: 10px;
  }
}
.btn:active,
button:active,
.btn:visited,
button:visited,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover,
button.action:hover,
.action.primary:hover {
  background: #2267d8;
  color: #ffffff;
  outline: none;
}
.btn-lg {
  padding: 18px 31px 17px;
}
@media (max-width: 575px) {
  .btn-lg {
    font-size: 12px;
    padding: 17px 25px;
  }
}
@media (min-width: 1101px) {
  .btn-xl {
    padding: 19px 41px 17px;
  }
}
@media (min-width: 790px) and (max-width: 1100px) {
  .btn-xl {
    padding-top: 14px;
    padding-bottom: 12px;
  }
}
@media (max-width: 789px) {
  .btn-xl {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 14px;
    padding-bottom: 12px;
  }
}
.btn:focus,
.btn.focus {
  box-shadow: none;
}
.btn.btn-white {
  background: #ffffff;
  color: #191919;
}
.btn.btn-white:hover {
  background: #191919;
  color: #ffffff;
}
.btn.btn-dark {
  background: #191919;
  color: #ffffff;
}
.btn.btn-dark:hover {
  background: #2879fe;
  color: #ffffff;
}
.btn.btn-border {
  background: transparent;
  color: #2879fe;
  border: 2px solid #2879fe;
  height: 40px;
  padding-left: 29px;
  padding-right: 29px;
}
.btn.btn-border:hover {
  background: #2879fe;
  color: #ffffff;
  border-color: #2879fe;
}
.btn.btn-border01 {
  background: transparent;
  color: #999999;
  border: 2px solid #999999;
  height: 36px;
  padding-left: 29px;
  padding-right: 29px;
  pointer-events: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.btn.btn-border01:hover {
  background: #191919;
  color: #ffffff;
  outline-color: #191919;
}
.btn-link,
.btn-link:focus,
button.action.btn-link,
button.action.btn-link:focus,
.action.primary.btn-link,
.action.primary.btn-link:focus {
  display: inline-block;
  font-size: 14px;
  background: none !important;
  padding: 0;
  color: #2879fe;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: 'Hind', sans-serif;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.btn-link *[class^="icon-"],
.btn-link:focus *[class^="icon-"],
button.action.btn-link *[class^="icon-"],
button.action.btn-link:focus *[class^="icon-"],
.action.primary.btn-link *[class^="icon-"],
.action.primary.btn-link:focus *[class^="icon-"] {
  margin-right: 7px;
  font-size: 20px;
  position: relative;
  top: 3px;
}
.btn-link:hover,
button.action.btn-link:hover,
.action.primary.btn-link:hover {
  text-decoration: none;
  background: none !important;
  color: #191919;
}
.btn-link-02,
.btn-link-02:focus {
  display: inline-block;
  font-size: 14px;
  color: #2879fe;
  text-decoration: none;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.btn-link-02:hover {
  text-decoration: none;
  color: #191919;
}
.btn-underline {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: 'Hind', sans-serif;
  border-bottom: 1px solid #2879fe;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.btn-underline:not([class$="color"]) {
  color: #2879fe;
}
.btn-underline:hover {
  text-decoration: none;
  color: #191919;
  border-bottom-color: transparent;
}
.btn-underline.tt-white-color {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-underline.tt-white-color:hover {
  color: #191919;
  border-color: transparent;
}
.disable {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  pointer-events: none;
}
@media (min-width: 790px) {
  .btn-top {
    margin-top: 40px;
  }
}
@media (max-width: 789px) and (min-width: 576px) {
  .btn-top {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .btn-top {
    margin-top: 20px;
  }
}
.tt-link {
  color: #2879fe;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-link:hover {
  color: #191919;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  position: relative;
  font-family: 'Hind', sans-serif;
  color: #191919;
  margin-bottom: 0px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #2879fe;
}
h1:not(.tt-title-subpages):not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
  font-size: 46px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 17px;
}
@media (max-width: 1024px) {
  h1:not(.tt-title-subpages):not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 575px) {
  h1:not(.tt-title-subpages):not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 21px;
  }
}
h2:not(.small):not([class^="tt-title"]):not([class^="tt-c-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 23px;
}
@media (max-width: 1024px) {
  h2:not(.small):not([class^="tt-title"]):not([class^="tt-c-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 29px;
    line-height: 39px;
    padding-bottom: 18px;
  }
}
@media (max-width: 575px) {
  h2:not(.small):not([class^="tt-title"]):not([class^="tt-c-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
  }
}
h3:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]),
h2.small:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  padding-bottom: 23px;
}
@media (max-width: 1024px) {
  h3:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]),
  h2.small:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 17px;
  }
}
@media (max-width: 575px) {
  h3:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]),
  h2.small:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 19px;
    line-height: 29px;
    padding-bottom: 9px;
  }
}
h4:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 24px;
}
@media (max-width: 1024px) {
  h4:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 16px;
  }
}
@media (max-width: 575px) {
  h4:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 8px;
  }
}
h5:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
}
@media (max-width: 1024px) {
  h5:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 15px;
  }
}
@media (max-width: 575px) {
  h5:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 17px;
    line-height: 27px;
    padding-bottom: 7px;
  }
}
h6:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
}
@media (max-width: 575px) {
  h6:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 6px;
  }
}
.tt-title-subpages:not(.noborder) {
  border-bottom: 1px solid #e9e7e7;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0.003em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 50px 0;
  margin-bottom: 46px;
  margin-top: -10px;
}
@media (max-width: 1024px) {
  .tt-title-subpages:not(.noborder) {
    font-size: 28px;
    line-height: 34px;
    padding: 0 0 32px 0;
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .tt-title-subpages:not(.noborder) {
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 26px 0;
    margin-bottom: 22px;
  }
}
.tt-title-subpages.noborder {
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 50px 0;
  margin-top: -10px;
}
@media (max-width: 1024px) {
  .tt-title-subpages.noborder {
    font-size: 28px;
    line-height: 34px;
    padding: 0 0 32px 0;
  }
}
@media (max-width: 575px) {
  .tt-title-subpages.noborder {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 26px;
  }
}
.tt-title-subpages:not(.text-left):not(.text-right) {
  text-align: center;
}
.tt-title-border {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0 0 12px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e9e7e7;
}
@media (max-width: 575px) {
  .tt-title-border {
    margin-bottom: 24px;
  }
}
p {
  margin: 16px 0 0 0px;
}
@media (max-width: 575px) {
  p {
    margin: 10px 0 0 0px;
  }
}
mark,
.mark:not(td):not(th) {
  background: #191919;
  color: #ffffff;
  padding: 2px 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
hr {
  border: 0;
  border-top: 1px solid #e9e7e7;
}
hr:not([class]) {
  margin-top: 53px;
  margin-bottom: 53px;
}
@media (max-width: 1024px) {
  hr:not([class]) {
    margin-top: 35px;
    margin-bottom: 34px;
  }
}
@media (max-width: 575px) {
  hr:not([class]) {
    margin-top: 27px;
    margin-bottom: 26px;
  }
}
hr.hr-01 {
  margin-top: 53px;
  margin-bottom: 46px;
}
@media (max-width: 1024px) {
  hr.hr-01 {
    margin-top: 35px;
    margin-bottom: 33px;
  }
}
@media (max-width: 575px) {
  hr.hr-01 {
    margin-top: 27px;
    margin-bottom: 26px;
  }
}
address {
  margin: 0;
}
audio {
  width: 100%;
  display: block;
}
audio:not(:first-child) {
  margin-top: 34px;
}
@media (max-width: 1229px) {
  audio:not(:first-child) {
    margin-top: 28px;
  }
}
@media (max-width: 575px) {
  audio:not(:first-child) {
    margin-top: 22px;
  }
}
@media (max-width: 575px) {
  .col-12-575width {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 440px) {
  .col-12-440width {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
input::-ms-clear {
  display: none;
}
@media (max-width: 500px) {
  .tt-table-responsive {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
@media (max-width: 789px) {
  .tt-table-responsive-md {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.nomargin,
#tt-pageContent .nomargin {
  margin-top: 0;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
@media (min-width: 790px) {
  .width-90 {
    width: 89%;
  }
}
.link {
  color: #2879fe;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.link:hover {
  text-decoration: none;
  color: #191919;
}
.divider {
  height: 46px;
  clear: both;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1024px) {
  .divider {
    height: 40px;
  }
}
@media (max-width: 575px) {
  .divider {
    height: 32px;
  }
}
.tt-logo {
  display: inline-block;
}
.tt-logo img {
  height: auto;
  max-height: 20px;
}
/* tt-box-info */
.tt-box-info {
  line-height: 22px;
}
.tt-box-info p {
  margin-top: 6px;
}
.tt-box-info > *:nth-child(1) {
  margin-top: 0;
}
/* list */
.tt-list-dash {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tt-list-dash > li {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 19px;
  color: #191919;
}
.tt-list-dash > li:not(:first-child) {
  margin-top: 6px;
}
.tt-list-dash > li:before {
  content: '';
  width: 9px;
  height: 1px;
  background: #191919;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
}
.tt-list-dash ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tt-list-dash ul > li {
  font-size: 14px;
  position: relative;
  padding: 6px 0 0 10px;
}
.tt-list-dash ul > li:before {
  content: '';
  width: 5px;
  height: 1px;
  background: #191919;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: -3px;
}
.tt-list-dot {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tt-list-dot > li {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 11px;
  color: #191919;
}
.tt-list-dot > li a {
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-list-dot > li a:hover {
  color: #2879fe;
}
.tt-list-dot > li:not(:first-child) {
  margin-top: 6px;
}
.tt-list-dot > li:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #2879fe;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.tt-list-dot ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0px 0 0 8px;
}
.tt-list-dot ul > li {
  font-size: 14px;
  position: relative;
  padding: 6px 0 0 9px;
}
.tt-list-dot ul > li:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #191918;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: -2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.tt-list-dot.list-dot-large > li {
  padding-left: 13px;
  color: #191919;
}
.tt-list-dot.list-dot-large > li:before {
  width: 7px;
  height: 7px;
  top: 6px;
}
.tt-list-number {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: li;
}
.tt-list-number li {
  color: #191919;
}
.tt-list-number li:before {
  counter-increment: li;
  content: counters(li, ".") " ";
  color: #191919;
}
.tt-list-number li:not(:first-child) {
  margin-top: 6px;
}
.tt-list-number ol {
  padding: 6px 0 0px 24px;
  margin: 0;
  counter-reset: li;
  list-style: none;
}
.tt-list-number ol li:before {
  color: #191919;
}
/* blockquote */
.tt-blockquote {
  background: #f7f8fa;
  padding: 29px 25px 26px;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.tt-blockquote .tt-icon {
  font-size: 36px;
  line-height: 26px;
  color: #2879fe;
}
.tt-blockquote .tt-title {
  font-size: 30px;
  line-height: 40px;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #191919;
  display: inline-block;
  margin-top: 15px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-blockquote .tt-title-description {
  font-size: 12px;
  display: block;
  margin-top: 14px;
  color: #999999;
}
.tt-blockquote .tt-title-description span {
  color: #191919;
}
.tt-blockquote > *:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .tt-blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tt-blockquote .tt-icon {
    font-size: 34px;
  }
  .tt-blockquote .tt-title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .tt-blockquote .tt-icon {
    font-size: 33px;
  }
  .tt-blockquote .tt-title {
    font-size: 21px;
    line-height: 31px;
  }
}
.tt-blockquote.add-hover:hover .tt-title {
  color: #2879fe;
}
.tt-blockquote:not(:first-child) {
  margin-top: 21px;
}
.tt-blockquote:not(.text-left):not(.text-right) {
  text-align: center;
}
.tt-blockquote-02 {
  position: relative;
  padding: 0 0 0 50px;
  margin: 0;
}
.tt-blockquote-02 .tt-icon {
  position: absolute;
  top: 1px;
  left: -2px;
  font-size: 36px;
  line-height: 36px;
}
.tt-blockquote-02 .tt-title {
  font-size: 30px;
  line-height: 40px;
  font-family: 'Hind', sans-serif;
  font-style: italic;
  font-weight: 500;
}
.tt-blockquote-02 .tt-title-description {
  font-size: 14px;
  display: inline-block;
  margin-top: 9px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media (max-width: 575px) {
  .tt-blockquote-02 {
    padding: 0;
  }
  .tt-blockquote-02 .tt-icon {
    position: relative;
  }
  .tt-blockquote-02 .tt-title {
    margin-top: 3px;
  }
  .tt-blockquote-02 .tt-title-description {
    margin-top: 6px;
  }
}
.tt-blockquote-02 > *:nth-child(1) {
  margin-top: 0;
}
/* table */
.tt-table-01 {
  width: 100%;
  border-top: 1px solid #e9e7e7;
  border-bottom: 1px solid #e9e7e7;
}
.tt-table-01 thead tr th {
  font-weight: 500;
  color: #191919;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Hind', sans-serif;
  letter-spacing: 0.03em;
  padding: 12px 0 10px;
}
.tt-table-01 thead tr th:first-child {
  width: 12%;
  max-width: 68px;
  padding-right: 10px;
}
.tt-table-01 thead tr th:not(:first-child) {
  width: 44%;
  padding-right: 10px;
}
.tt-table-01 tbody tr {
  border-top: 1px solid #e9e7e7;
}
.tt-table-01 tbody tr td {
  padding: 11px 0 11px;
  line-height: 17px;
}
.tt-table-01 tbody tr td:first-child {
  width: 12%;
  max-width: 68px;
  padding-right: 10px;
}
.tt-table-01 tbody tr td:not(:first-child) {
  width: 44%;
  padding-right: 10px;
}
/* table */
.tt-table-02 {
  width: 100%;
  border-top: 1px solid #e9e7e7;
  border-bottom: 1px solid #e9e7e7;
}
.tt-table-02 tbody tr {
  border-top: 1px solid #e9e7e7;
}
.tt-table-02 tbody tr td:first-child {
  color: #191919;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-right: 10px;
}
.tt-table-02 tbody tr td {
  line-height: 17px;
}
.tt-table-02 tbody tr td:first-child {
  width: 31%;
  max-width: 179px;
  padding: 12px 9px 10px 0;
}
.tt-table-02 tbody tr td:not(:first-child) {
  padding: 13px 0 9px;
}
/* tt-table-03 (product-variable.html)*/
.tt-table-03 {
  width: 100%;
}
.tt-table-03 tbody tr td:first-child {
  color: #191919;
  width: 74px;
  padding: 0 10px 0 0;
}
.tt-table-03 tbody tr td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.tt-table-03 tbody tr:last-child td {
  padding-bottom: 0;
}
/*
Content
*/
#tt-pageContent > .container-indent0:not(.nomargin):not([class^="tt-offset"]),
#tt-pageContent .main-content > .container-indent0:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 32px;
}
@media (max-width: 1024px) {
  #tt-pageContent > .container-indent0:not(.nomargin):not([class^="tt-offset"]),
  #tt-pageContent .main-content > .container-indent0:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 43px;
  }
}
@media (max-width: 575px) {
  #tt-pageContent > .container-indent0:not(.nomargin):not([class^="tt-offset"]),
  #tt-pageContent .main-content > .container-indent0:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 33px;
  }
}
#tt-pageContent > .container-indent:not(.nomargin):not([class^="tt-offset"]),
#tt-pageContent .main-content > .container-indent:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 52px;
}
@media (max-width: 1024px) {
  #tt-pageContent > .container-indent:not(.nomargin):not([class^="tt-offset"]),
  #tt-pageContent .main-content > .container-indent:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 43px;
  }
}
@media (max-width: 575px) {
  #tt-pageContent > .container-indent:not(.nomargin):not([class^="tt-offset"]),
  #tt-pageContent .main-content > .container-indent:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 33px;
  }
}
#tt-pageContent > .container-indent1:not(.nomargin):not([class^="tt-offset"]),
#tt-pageContent .main-content > .container-indent1:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 63px;
}
@media (max-width: 1024px) {
  #tt-pageContent > .container-indent1:not(.nomargin):not([class^="tt-offset"]),
  #tt-pageContent .main-content > .container-indent1:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 43px;
  }
}
@media (max-width: 575px) {
  #tt-pageContent > .container-indent1:not(.nomargin):not([class^="tt-offset"]),
  #tt-pageContent .main-content > .container-indent1:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 33px;
  }
}
#tt-pageContent > .tt-offset-small,
#tt-pageContent .main-content > .tt-offset-small {
  /*margin-top: 20px;*/
}
#tt-pageContent .del-img,
#tt-pageContent .main-content .del-img {
  width: 100%;
  height: auto;
}
#tt-pageContent .del-item-top,
#tt-pageContent .main-content .del-item-top {
  margin-top: 33px;
}
@media (max-width: 1024px) {
  #tt-pageContent .del-item-top,
  #tt-pageContent .main-content .del-item-top {
    margin-top: 28px;
  }
}
@media (max-width: 575px) {
  #tt-pageContent .del-item-top,
  #tt-pageContent .main-content .del-item-top {
    margin-top: 23px;
  }
}
#tt-pageContent .container-fluid,
#tt-pageContent .main-content .container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 575px) {
  .container-fluid-custom:not(.container-fluid-custom-mobile-padding) {
    padding-right: 0;
    padding-left: 0;
  }
  #tt-pageContent .container-fluid-custom-mobile-padding {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-fluid-custom-mobile-padding-02 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.container-fluid-custom {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
/* tt-block-title */
.tt-block-title {
  text-align: center;
  padding-bottom: 32px;
}
.tt-block-title .tt-title {
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #191919;
}
.tt-block-title .tt-title a {
  color: #2879fe;
  text-decoration: none;
  display: inline-block;
  position: relative;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.tt-block-title .tt-title a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  height: 2px;
  width: 100%;
  background: #2879fe;
}
.tt-block-title .tt-title a:hover {
  color: #2879fe;
}
.tt-block-title .tt-title a:hover:before {
  background: transparent;
}
.tt-block-title .tt-title-small {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #191919;
  text-transform: uppercase;
}
.tt-block-title .tt-title-small a {
  color: #2879fe;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid #2879fe;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.tt-block-title .tt-title-small a:hover {
  color: #2879fe;
  border-color: transparent;
}
.tt-block-title .tt-title-small .block-actions {
  padding: 0 0 0 10px;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #191919;
}
@media (max-width: 575px) {
  .tt-block-title .tt-title-small .block-actions {
    display: block;
    padding: 0;
  }
}
.tt-block-title .tt-title-small .block-actions a {
  border: 0;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-block-title .tt-title-small .block-actions a:hover {
  color: #191919;
}
.tt-block-title .tt-title-small .block-actions a:before {
  content: ' - ';
  color: #191919;
}
.tt-block-title .tt-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: 'Hind', sans-serif;
  color: #191919;
  margin: 0;
  padding: 0;
}
@media (max-width: 575px) {
  .tt-block-title {
    padding-bottom: 23px;
  }
}
/* tt-title-sub */
.tt-title-sub {
  font-size: 16px;
  padding-bottom: 34px;
  margin-top: 4px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media (max-width: 575px) {
  .tt-title-sub {
    padding-bottom: 22px;
  }
}
/* box-faq */
.tt-box-faq-listing {
  margin-top: -26px;
}
.tt-box-faq-listing .tt-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
}
.tt-box-faq-listing .tt-box-faq {
  margin-top: 47px;
  letter-spacing: 0.0063em;
}
.tt-box-faq-listing .tt-box-faq .tt-title {
  color: #191919;
}
.tt-box-faq-listing .tt-box-faq .tt-title a {
  color: #191919;
}
.tt-box-faq-listing .tt-box-faq .tt-title a:hover {
  color: #2879fe;
}
.tt-box-faq-listing .tt-box-faq p {
  margin-top: 16px;
}
@media (min-width: 790px) {
  .tt-box-faq-listing .tt-box-faq {
    padding-right: 35px;
  }
}
.tt-box-faq-listing .tt-box-faq:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .tt-box-faq-listing {
    margin-top: -19px;
  }
  .tt-box-faq-listing .tt-box-faq {
    margin-top: 24px;
  }
}
/* demo-typography */
.demo-typography {
  padding-top: 7px;
}
.demo-typography h1 {
  margin-top: 38px;
}
@media (max-width: 1024px) {
  .demo-typography h1 {
    margin-top: 23px;
  }
}
@media (max-width: 575px) {
  .demo-typography h1 {
    margin-top: 19px;
  }
}
.demo-typography .tt-box-text {
  margin-top: 43px;
}
@media (max-width: 1024px) {
  .demo-typography .tt-box-text {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .demo-typography .tt-box-text {
    margin-top: 23px;
  }
}
.demo-typography .tt-blockquote {
  margin-top: 33px;
  margin-bottom: 33px;
}
@media (max-width: 1024px) {
  .demo-typography .tt-blockquote {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .demo-typography .tt-blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
/* .tt-about-box */
@media (min-width: 791px) {
  .tt-about-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    padding: 208px 0 216px 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .tt-about-box .img-mobile {
    display: none;
  }
  .tt-about-box .tt-title {
    color: #ffffff;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.02em;
    font-weight: 500;
    padding-bottom: 0;
  }
  .tt-about-box p {
    margin-top: 23px;
    max-width: 75%;
  }
  .tt-about-box .tt-blockquote-02 {
    margin-top: 44px;
    color: #ffffff;
  }
  .tt-about-box .tt-blockquote-02 .tt-icon {
    color: #ffffff;
  }
  .tt-about-box .tt-blockquote-02 .tt-title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #ffffff;
  }
}
@media (min-width: 791px) and (max-width: 1229px) {
  .tt-about-box {
    padding: 110px 0 118px 0;
  }
  .tt-about-box .tt-title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.02em;
  }
  .tt-about-box p {
    max-width: 100%;
  }
  .tt-about-box .tt-blockquote-02 .tt-title {
    font-size: 22px;
    line-height: 27px;
  }
}
@media (max-width: 790px) {
  .tt-about-box {
    background: none !important;
  }
  .tt-about-box > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tt-about-box .img-mobile {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 32px;
  }
  .tt-about-box .tt-title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 32px;
    letter-spacing: 0.02em;
    padding-bottom: 4px;
  }
  .tt-about-box .tt-blockquote-02 {
    margin-top: 25px;
    color: #191919;
  }
  .tt-about-box .tt-blockquote-02 .tt-icon {
    color: #2879fe;
  }
  .tt-about-box .tt-blockquote-02 .tt-title {
    margin-top: 0px;
    padding-bottom: 0;
    font-size: 23px;
  }
}
.tt-about-box div[class^="col-"] > *:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 576px) {
  html.tt-boxed .tt-about-box .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.tt-about-col-list {
  margin-top: -52px;
}
.tt-about-col-list .tt-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
}
.tt-about-col-list div[class^="col"] {
  margin-top: 52px;
}
@media (max-width: 1024px) {
  .tt-about-col-list div[class^="col"] {
    margin-top: 42px;
  }
}
@media (max-width: 575px) {
  .tt-about-col-list div[class^="col"] {
    margin-top: 25px;
  }
}
@media (max-width: 1024px) {
  .tt-about-col-list {
    margin-top: -42px;
  }
}
@media (max-width: 790px) {
  .tt-about-col-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .tt-about-col-list {
    margin-top: -25px;
  }
}
.tt-about02-col-list {
  margin-top: -52px;
}
.tt-about02-col-list .tt-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
}
.tt-about02-col-list div[class^="col"] {
  margin-top: 52px;
}
@media (max-width: 1024px) {
  .tt-about02-col-list div[class^="col"] {
    margin-top: 42px;
  }
}
@media (max-width: 575px) {
  .tt-about02-col-list div[class^="col"] {
    margin-top: 25px;
  }
}
@media (max-width: 1024px) {
  .tt-about02-col-list {
    margin-top: -42px;
  }
}
@media (max-width: 575px) {
  .tt-about02-col-list {
    margin-top: -25px;
  }
}
/* tt-about-box-02 */
.tt-about-box-02 .tt-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0em;
  margin-top: -4px;
}
@media (max-width: 1229px) {
  .tt-about-box-02 .tt-title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 789px) {
  .tt-about-box-02 .tt-title {
    font-size: 22px;
    line-height: 32px;
  }
}
/* tt-col-img */
.tt-col-img {
  margin-top: -20px;
}
.tt-col-img img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
/* tt-contact-box */
@media (min-width: 791px) {
  .tt-contact-box {
    background-image: url('../images/custom/contact-img-01.jpg');
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: red;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 302px 15px 320px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .tt-contact-box a {
    color: #ffffff;
  }
  .tt-contact-box a:hover {
    color: #2879fe;
  }
  .tt-contact-box .tt-title {
    color: #ffffff;
    font-size: 34px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    letter-spacing: 0.03em;
  }
  .tt-contact-box address {
    color: #ffffff;
    margin: 24px 0 0 0;
  }
  .tt-contact-box .img-mobile {
    display: none;
  }
}
@media (min-width: 791px) and (max-width: 1229px) {
  .tt-contact-box {
    padding-top: 202px;
    padding-bottom: 220px;
  }
  .tt-contact-box .tt-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 790px) {
  .tt-contact-box {
    background: none !important;
  }
  .tt-contact-box .img-mobile {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
  }
  .tt-contact-box .tt-title {
    font-size: 24px;
    line-height: 34px;
  }
  .tt-contact-box address {
    margin-top: 14px;
  }
  .tt-contact-box .container > *:nth-child(1) {
    margin-top: 0;
  }
}
.tt-contact-box div[class^="col-"] > *:nth-child(1) {
  margin-top: 0;
}
.tt-contact-col-list {
  margin-top: -51px;
}
.tt-contact-col-list .tt-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
}
.tt-contact-col-list div[class^="col"] {
  margin-top: 51px;
}
@media (max-width: 1024px) {
  .tt-contact-col-list div[class^="col"] {
    margin-top: 42px;
  }
}
@media (max-width: 790px) {
  .tt-contact-col-list div[class^="col"] {
    margin-top: 24px;
  }
}
@media (max-width: 1024px) {
  .tt-contact-col-list {
    margin-top: -42px;
  }
}
@media (max-width: 575px) {
  .tt-contact-col-list {
    margin-top: -25px;
  }
}
.tt-contact02-col-list div[class^="col"] {
  margin-top: 51px;
}
@media (max-width: 1024px) {
  .tt-contact02-col-list div[class^="col"] {
    margin-top: 42px;
  }
}
@media (max-width: 575px) {
  .tt-contact02-col-list div[class^="col"] {
    margin-top: 25px;
  }
}
/* tt-contact-info */
.tt-contact-info:not(.text-left):not(.text-right) {
  text-align: center;
}
.tt-contact-info .tt-icon {
  font-size: 55px;
  line-height: 1.1;
  color: #2879fe;
}
.tt-contact-info .tt-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #191919;
  margin: 15px 0 0 0;
  padding-bottom: 0;
}
.tt-contact-info address {
  margin: 15px 0 0 0;
  letter-spacing: 0.01em;
}
@media (max-width: 1229px) {
  .tt-contact-info .tt-icon {
    font-size: 55px;
  }
  .tt-contact-info .tt-title {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0 0 0;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .tt-contact-info {
    padding-bottom: 0px;
  }
  .tt-contact-info .tt-icon {
    font-size: 48px;
  }
  .tt-contact-info .tt-title {
    font-size: 18px;
    line-height: 28px;
    margin: 5px 0 0 0;
  }
  .tt-contact-info address {
    margin-top: 8px;
  }
}
.tt-contact-info > *:nth-child(1) {
  margin-top: 0;
}
/* map */
.contact-map {
  width: 100%;
}
.contact-map #map {
  height: 450px;
  width: 100%;
}
/* form */
::-webkit-input-placeholder {
  color: #191919;
}
::-moz-placeholder {
  color: #191919;
}
:-moz-placeholder {
  color: #191919;
}
:-ms-input-placeholder {
  color: #191919;
}
input:not(.tt-search-input):focus::-webkit-input-placeholder {
  color: transparent;
}
input:not(.tt-search-input):focus:-moz-placeholder {
  color: transparent;
}
input:not(.tt-search-input):focus::-moz-placeholder {
  color: transparent;
}
input:not(.tt-search-input):focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
/* form-default */
.form-default .form-group {
  margin-bottom: 20px;
}
.form-default .form-group label:not(.error) {
  font-size: 14px;
  color: #191919;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  padding-bottom: 4px;
  letter-spacing: 0.02em;
}
.form-default .form-control {
  background: #f7f8fa;
  font-size: 14px;
  border: 1px solid #f7f8fa;
  padding: 11px 12px 10px 15px;
  font-family: 'Hind', sans-serif;
  box-shadow: none;
  outline: none;
  color: #191919;
  font-weight: 300;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.form-default .form-control.mage-error {
  background: #ffffff;
  border-color: #f8353e;
}
.form-default .form-control.mage-error:focus {
  background: #ffffff;
  border-color: #f8353e;
}
.form-default .form-control:not(textarea) {
  height: 40px;
}
@media (max-width: 575px) {
  .form-default .form-control:not(textarea) {
    height: 39px;
  }
}
.form-default input.form-control,
.form-default textarea.form-control {
  -webkit-appearance: none;
}
.form-default select.form-control {
  padding: 10px 12px 11px 15px;
  cursor: pointer;
}
.form-default select.form-control:not([size]):not([multiple]) {
  height: auto;
}
.form-default .form-control.error {
  border-color: red;
}
.form-default .form-control:focus {
  border-color: #2879fe;
  background: #ffffff;
}
.form-default .tt-required {
  display: inline-block;
  float: right;
  color: #191919;
  padding-left: 5px;
}
.mac .form-default .form-control,
.ie .form-default .form-control {
  padding: 10px 12px 11px 15px;
}
.list-form-inline {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -15px;
}
.list-form-inline li {
  margin-left: 15px;
}
.list-form-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -15px;
}
.list-form-column li {
  margin-left: 15px;
}
/* checkbox-group */
.checkbox-group {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.checkbox-group input[type=checkbox] {
  display: none;
}
.checkbox-group label {
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  color: #191919;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.checkbox-group label span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.12s;
  -moz-transition-duration: 0.12s;
  transition-duration: 0.12s;
}
.checkbox-group label .box {
  background: #f7f8fa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  height: 17px;
  width: 17px;
  z-index: 9;
  margin-top: 1px;
  border: 1px solid #cdcdcd;
}
.checkbox-group label .check {
  top: 1px;
  left: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: #2879fe;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  width: 17px;
  height: 17px;
  line-height: 1;
}
.checkbox-group label .check:before {
  content: "\ea11";
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  position: relative;
  left: 1px;
  top: 1px;
  font-family: 'wokiee';
  font-style: normal;
  font-weight: 400;
}
.checkbox-group:hover label {
  color: #2879fe;
}
input[type=checkbox]:disabled ~ label .check {
  background: #bbb;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
input[type=checkbox]:checked ~ label .check {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
input[type=checkbox]:disabled ~ label .check:before {
  content: "\e9a2";
}
/* radio-group */
.radio {
  display: block;
  cursor: pointer;
  margin: 0 0 8px;
  line-height: 22px;
  transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  color: #191919;
}
.radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #2879fe;
}
.radio .outer {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin: 2px 9px 0 0;
  background-color: #f7f8fa;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.radio .inner {
  width: 10px;
  height: 10px;
  top: 2px;
  left: 2px;
  display: block;
  background-color: #2879fe;
  opacity: 0;
  position: relative;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio:hover {
  color: #2879fe;
}
.radio:hover .inner {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* contact-form */
.form.contact {
  margin-top: 52px;
}
@media (max-width: 575px) {
  .form.contact {
    margin-top: 33px;
  }
}
.form.contact fieldset.fieldset legend.legend,
.form.contact fieldset.fieldset div.field.note,
.form.contact fieldset.fieldset label.label {
  display: none;
}
.form.contact fieldset.fieldset textarea {
  height: 160px;
}
.form.contact fieldset.fieldset div.field {
  margin-bottom: 20px;
}
/* tt-box-thumb (services.html)*/
.tt-box-thumb-listing {
  margin-top: -53px;
}
@media (max-width: 1024px) {
  .tt-box-thumb-listing {
    margin-top: -35px;
  }
}
@media (max-width: 1024px) {
  .tt-box-thumb-listing {
    margin-top: -28px;
  }
}
.tt-box-thumb {
  margin-top: 53px;
  text-align: center;
}
.tt-box-thumb .tt-img {
  overflow: hidden;
  display: block;
  backface-visibility: hidden;
}
.tt-box-thumb .tt-img img {
  width: 100%;
  height: auto;
}
.tt-box-thumb .tt-title {
  margin-top: 22px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 30px;
  padding: 0;
  color: #191919;
}
.tt-box-thumb .tt-title a {
  color: #191919;
}
.tt-box-thumb .tt-title a:hover {
  color: #2879fe;
}
.tt-box-thumb p {
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 1024px) {
  .tt-box-thumb {
    margin-top: 35px;
  }
  .tt-box-thumb .tt-title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 19px;
  }
  .tt-box-thumb p {
    margin-top: 11px;
  }
}
@media (max-width: 575px) {
  .tt-box-thumb {
    margin-top: 23px;
  }
  .tt-box-thumb .tt-title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 16px;
  }
  .tt-box-thumb p {
    margin-top: 7px;
  }
}
.tt-box-thumb > *:nth-child(1) {
  margin-top: 0;
}
.cms-noroute-index footer {
  margin-top: 0 !important;
}
.tt-page404 {
  background: #ffffff;
  color: #191919;
  text-align: center;
  padding: 79px 20px 103px;
}
.tt-page404 img {
  max-width: 100%;
  height: auto;
}
.tt-page404 .tt-title {
  color: #191919;
  padding: 0;
  margin: 42px 0 0 0;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 44px;
}
.tt-page404 p {
  margin-top: 2px;
  font-size: 15px;
}
.tt-page404 .btn {
  margin-top: 34px;
}
@media (max-width: 1024px) {
  .tt-page404 img {
    max-width: 400px;
  }
  .tt-page404 .tt-title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 789px) {
  .tt-page404 {
    padding: 35px 20px 59px;
  }
  .tt-page404 img {
    width: 350px;
    max-width: 70%;
  }
  .tt-page404 .tt-title {
    font-size: 25px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .tt-page404 .tt-title {
    font-size: 23px;
    line-height: 32px;
    margin: 28px 0 0 0;
  }
  .tt-page404 .btn {
    margin-top: 25px;
  }
}
.tt-page404 > *:nth-child(1) {
  margin-top: 0;
}
/* tt-empty-cart*/
.tt-empty-cart {
  text-align: center;
  padding: 0 20px 102px;
  color: #191919;
}
.tt-empty-cart img {
  max-width: 100%;
  height: auto;
}
.tt-empty-cart .tt-icon {
  font-size: 150px;
  line-height: 1.1;
  color: #ebecee;
}
.tt-empty-cart p {
  margin-top: 2px;
  font-size: 15px;
}
.tt-empty-cart .btn_continue_shopping {
  margin-top: 34px;
}
.tt-empty-cart .btn_continue_shopping a {
  background: #2879fe;
  font-family: 'Hind', sans-serif;
  border: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  outline: none;
  padding: 13px 31px 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-empty-cart .btn_continue_shopping a:hover {
  background: #2267d8;
  color: #ffffff;
  outline: none;
}
@media (max-width: 575px) {
  .tt-empty-cart .btn_continue_shopping a {
    font-size: 12px;
    padding: 12px 25px;
  }
}
@media (max-width: 1024px) {
  .tt-empty-cart {
    padding: 0 20px 82px;
  }
  .tt-empty-cart .tt-icon {
    font-size: 130px;
  }
}
@media (max-width: 575px) {
  .tt-empty-cart {
    padding: 0 15px 62px;
  }
  .tt-empty-cart .tt-icon {
    font-size: 120px;
  }
}
.tt-empty-cart > *:nth-child(1) {
  margin-top: 0;
}
/* tt-empty-search*/
.tt-empty-search {
  text-align: center;
  padding: 106px 20px 102px;
  color: #191919;
}
.tt-empty-search img {
  max-width: 100%;
  height: auto;
}
.tt-empty-search .tt-icon {
  font-size: 150px;
  line-height: 1.1;
  color: #ebecee;
}
.tt-empty-search .tt-title {
  color: #191919;
  padding: 0;
  margin: 9px 0 0 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
}
.tt-empty-search p {
  margin-top: 2px;
  font-size: 15px;
}
.tt-empty-search .btn {
  margin-top: 34px;
}
@media (max-width: 1024px) {
  .tt-empty-search {
    padding: 71px 20px 82px;
  }
  .tt-empty-search .tt-icon {
    font-size: 130px;
  }
  .tt-empty-search .tt-title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .tt-empty-search {
    padding: 51px 15px 62px;
  }
  .tt-empty-search .tt-icon {
    font-size: 120px;
  }
  .tt-empty-search .tt-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.tt-empty-search > *:nth-child(1) {
  margin-top: 0;
}
/* tt-coming-soon */
.tt-coming-soon {
  padding: 27px 0 90px 0;
  overflow: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 734px) {
  .tt-coming-soon {
    height: 100vh;
  }
}
.tt-coming-soon form .form-group {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.tt-coming-soon form .form-control {
  min-width: 254px;
  margin-top: 20px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.tt-coming-soon form .btn {
  margin-top: 20px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tt-coming-soon h1.tt-title {
  font-size: 34px;
  line-height: 47px;
  margin: 54px 0 0 0;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #191919;
}
.tt-coming-soon h2.tt-title {
  font-size: 16px;
  line-height: 26px;
  margin: 31px 0 0 0;
  padding: 0 0 2px 0;
  font-weight: 500;
  color: #191919;
  width: 100%;
}
.tt-coming-soon .description {
  max-width: 584px;
  margin: 21px auto 47px;
}
.tt-coming-soon .tt-coming-soon-content > *:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 1229px) {
  .tt-coming-soon {
    padding-top: 17px;
  }
  .tt-coming-soon h1.tt-title {
    font-size: 30px;
    line-height: 40px;
  }
  .tt-coming-soon .description {
    margin-bottom: 37px;
  }
  .tt-coming-soon form {
    margin-top: 0px;
  }
  .tt-coming-soon h2.tt-title {
    margin-top: 21px;
  }
}
@media (min-width: 1025px) {
  .tt-coming-soon {
    background: url('../images/custom/comingsoon-img-01.jpg') center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .tt-coming-soon {
    padding-top: 15px;
    padding-bottom: 27px;
  }
  .tt-coming-soon h1.tt-title {
    font-size: 29px;
    line-height: 39px;
    margin-top: 35px;
  }
  .tt-coming-soon .description {
    margin-bottom: 27px;
  }
  .tt-coming-soon form .form-control,
  .tt-coming-soon form .btn {
    margin-top: 13px;
  }
  .tt-coming-soon form .form-group {
    margin-bottom: 13px;
  }
}
@media (max-width: 575px) {
  .tt-coming-soon {
    padding-bottom: 10px;
  }
  .tt-coming-soon h1.tt-title {
    font-size: 23px;
    line-height: 33px;
    margin-top: 15px;
  }
  .tt-coming-soon .description {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .tt-coming-soon form .form-group {
    display: block;
  }
  .tt-coming-soon form .form-control {
    margin-top: 13px;
  }
  .tt-coming-soon form .btn {
    margin-top: 13px;
  }
  .tt-coming-soon form .form-group {
    margin-bottom: 7px;
  }
}
.coming-soon-bottom {
  position: fixed;
  bottom: 72px;
  width: 100%;
  left: 0;
}
.coming-soon-bottom p {
  font-size: 12px;
}
.coming-soon-bottom .tt-social-icon {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 11px;
}
@media (max-width: 1229px) {
  .coming-soon-bottom {
    bottom: 52px;
  }
}
@media (max-width: 1024px) {
  .coming-soon-bottom {
    bottom: 22px;
  }
  .coming-soon-bottom .tt-social-icon {
    margin-top: 5px;
  }
}
@media (max-width: 789px) {
  .coming-soon-bottom {
    position: inherit;
    bottom: inherit;
    margin-top: 25px;
  }
}
/* social-icon */
.tt-social-icon {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tt-social-icon li a {
  font-size: 18px;
  line-height: 26px;
  color: #d8d8d8;
  padding: 4px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-social-icon li a:hover {
  color: #191919;
}
.tt-social-icon li:first-child {
  margin-right: 5px;
}
.tt-social-icon li:last-child {
  margin-left: 5px;
}
.tt-social-icon li:not(:last-child):not(:first-child) {
  margin: 0 5px;
}
/* login-form-box */
.tt-login-form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.tt-login-form .tt-item {
  border: 1px solid #e9e7e7;
  padding: 32px 39px 20px;
  height: 100%;
}
.tt-login-form .tt-item .tt-title {
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 14px 0;
  font-weight: 500;
}
.tt-login-form .tt-item p {
  margin-top: 0;
}
.tt-login-form .tt-item .form-top {
  margin-top: 17px;
}
.tt-login-form .tt-item .btn:not(.btn-top) {
  margin-top: 4px;
  margin-bottom: 5px;
}
.tt-login-form .tt-item .btn-top {
  margin-top: 25px;
}
.tt-login-form .tt-item .btn {
  margin-right: 12px;
}
.tt-login-form .tt-item .additional-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.tt-login-form .tt-item .additional-links a {
  color: #2879fe;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-login-form .tt-item .additional-links a:hover {
  color: #191919;
}
@media (max-width: 789px) {
  .tt-login-form {
    display: block;
    align-items: flex-start;
    margin-top: -20px;
  }
  .tt-login-form .tt-item:first-child {
    margin-top: 20px;
    height: auto;
  }
}
@media (max-width: 440px) {
  .tt-login-form .tt-item {
    padding: 20px 20px 10px;
  }
}
/*
	slick
*/
/*tt-carousel-products*/
.tt-carousel-products.slick-slider .slick-slide[class^="col-"] {
  max-width: inherit;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-animated-show-js {
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.slick-animated-show-js.slick-initialized {
  opacity: 1;
}
.slick-track {
  margin: auto;
}
.tt-slick-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* (blog-single-post-gallery.html) */
.tt-slick-button {
  font-size: 0;
  line-height: 0;
}
.tt-slick-button .slick-arrow {
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background: #f7f8fa;
  color: #191919;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-slick-button .slick-arrow:hover {
  background: #2879fe;
  color: #ffffff;
}
.tt-slick-button .slick-arrow:before {
  font-family: 'wokiee';
  font-size: 20px;
  line-height: 1;
}
.tt-slick-button .slick-prev:before {
  content: "\e90d";
}
.tt-slick-button .slick-next {
  margin-left: 4px;
}
.tt-slick-button .slick-next:before {
  content: "\e90e";
}
/* slick (product.html) */
.tt-slick-button-vertical {
  font-size: 0;
  line-height: 0;
}
.tt-slick-button-vertical .slick-arrow {
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background: #f7f8fa;
  color: #191919;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-slick-button-vertical .slick-arrow:hover {
  background: #2879fe;
  color: #ffffff;
}
.tt-slick-button-vertical .slick-arrow:before {
  font-family: 'wokiee';
  font-size: 20px;
  line-height: 1;
}
.tt-slick-button-vertical .slick-prev:before {
  content: "\e90f";
}
.tt-slick-button-vertical .slick-next {
  left: 42px;
}
.tt-slick-button-vertical .slick-next:before {
  content: "\e90c";
}
.tt-slick-quantity {
  font-size: 14px;
  line-height: 1;
  color: #989898;
  font-family: 'Hind', sans-serif;
}
.tt-slick-quantity .account-number {
  font-size: 20px;
  color: #191919;
}
/* arrow-location-01 (blog listing pages)*/
.arrow-location-01 .slick-arrow {
  position: absolute;
  bottom: 10px;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background: #ffffff;
  color: #191919;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.arrow-location-01 .slick-arrow:hover {
  background: #2879fe;
  color: #ffffff;
}
.arrow-location-01 .slick-arrow:before {
  font-family: 'wokiee';
  font-size: 20px;
  line-height: 1;
}
.arrow-location-01 .slick-prev {
  right: 57px;
}
.arrow-location-01 .slick-prev:before {
  content: "\e90d";
}
.arrow-location-01 .slick-next {
  right: 10px;
}
.arrow-location-01 .slick-next:before {
  content: "\e90e";
}
/* arrow-location-02 (product-02.html)*/
.arrow-location-02 .slick-arrow {
  position: absolute;
  bottom: -58px;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background: #f7f8fa;
  color: #191919;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.arrow-location-02 .slick-arrow:hover {
  background: #2879fe;
  color: #ffffff;
}
.arrow-location-02 .slick-arrow:before {
  font-family: 'wokiee';
  font-size: 20px;
  line-height: 1;
}
.arrow-location-02 .slick-prev {
  left: 0px;
}
.arrow-location-02 .slick-prev:before {
  content: "\e90d";
}
.arrow-location-02 .slick-next {
  left: 47px;
}
.arrow-location-02 .slick-next:before {
  content: "\e90e";
}
/* arrow-location-03 (desktop menu)*/
.arrow-location-03 .slick-arrow {
  position: absolute;
  top: -46px;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  font-weight: 500;
  color: #191919;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.arrow-location-03 .slick-arrow:hover {
  color: #2879fe;
  background: transparent;
}
.arrow-location-03 .slick-arrow:before {
  font-family: 'wokiee';
  font-size: 20px;
  line-height: 1;
}
.arrow-location-03 .slick-prev {
  right: 20px;
}
.arrow-location-03 .slick-prev:before {
  content: "\e90d";
}
.arrow-location-03 .slick-next {
  right: -4px;
}
.arrow-location-03 .slick-next:before {
  content: "\e90e";
}
/* arrow-location-tab (index pages) */
.arrow-location-tab .slick-arrow {
  position: absolute;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  color: #191919;
  background: #f7f8fa;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.arrow-location-tab .slick-arrow:hover {
  background: #2879fe;
  color: #ffffff;
}
.arrow-location-tab .slick-arrow:before {
  font-family: 'wokiee';
  font-size: 20px;
  line-height: 1;
}
.arrow-location-tab .slick-prev:before {
  content: "\e90d";
  margin-right: 2px;
}
.arrow-location-tab .slick-next:before {
  content: "\e90e";
  margin-left: 2px;
}
@media (min-width: 1025px) {
  .arrow-location-tab.arrow-location-tab01 .slick-arrow {
    top: -43px;
  }
  .arrow-location-tab .slick-arrow {
    top: -33px;
  }
  .arrow-location-tab .slick-prev {
    right: 57px;
  }
  .arrow-location-tab .slick-next {
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .arrow-location-tab .slick-arrow {
    top: 50%;
  }
  .arrow-location-tab .slick-prev {
    left: 0px;
  }
  .arrow-location-tab .slick-next {
    right: 0px;
  }
}
/* arrow-location-right-top (product single pages)*/
.arrow-location-right-top .slick-arrow {
  position: absolute;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background: #f7f8fa;
  color: #191919;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.arrow-location-right-top .slick-arrow:hover {
  background: #2879fe;
  color: #ffffff;
}
.arrow-location-right-top .slick-arrow:before {
  font-family: 'wokiee';
  font-size: 20px;
  line-height: 1;
}
.arrow-location-right-top .slick-prev:before {
  content: "\e90d";
}
.arrow-location-right-top .slick-next:before {
  content: "\e90e";
}
@media (min-width: 1025px) {
  .arrow-location-right-top .slick-arrow {
    top: -28px;
  }
  .arrow-location-right-top .slick-prev {
    right: 57px;
  }
  .arrow-location-right-top .slick-next {
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .arrow-location-right-top .slick-arrow {
    top: 50%;
  }
  .arrow-location-right-top .slick-prev {
    left: 0px;
  }
  .arrow-location-right-top .slick-next {
    right: 0px;
  }
}
/* arrow-location-center (quickViewModal)*/
.arrow-location-center .slick-arrow,
.arrow-location-center .slick-arrow:active {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  color: #dadada;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.arrow-location-center .slick-arrow:hover {
  color: #191919;
}
.arrow-location-center .slick-arrow:before {
  font-family: 'wokiee';
  font-size: 20px;
  line-height: 1;
}
.arrow-location-center .slick-prev {
  left: 0px;
}
.arrow-location-center .slick-prev:before {
  content: "\e90d";
}
.arrow-location-center .slick-next {
  right: 0px;
}
.arrow-location-center .slick-next:before {
  content: "\e90e";
}
/* arrow-location-center-02 (index-07.html)*/
.arrow-location-center-02 .slick-arrow,
.arrow-location-center-02 .slick-arrow:active {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background: #f7f8fa;
  color: #191919;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.arrow-location-center-02 .slick-arrow:hover {
  color: #ffffff;
  background: #2879fe;
}
.arrow-location-center-02 .slick-arrow:before {
  font-family: 'wokiee';
  font-size: 20px;
  line-height: 1;
}
.arrow-location-center-02 .slick-prev {
  left: 0px;
}
.arrow-location-center-02 .slick-prev:before {
  content: "\e90d";
  margin-right: 2px;
}
.arrow-location-center-02 .slick-next {
  right: 0px;
}
.arrow-location-center-02 .slick-next:before {
  content: "\e90e";
  margin-left: 2px;
}
body:not(.touch-device) .arrow-location-center-02.tt-arrow-hover .slick-arrow {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
body:not(.touch-device) .arrow-location-center-02.tt-arrow-hover:hover .slick-arrow {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
/* slick - style */
.slick-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 22px;
  position: absolute;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.slick-slider .slick-dots li {
  margin: 0 3px;
  padding: 0 2px;
  cursor: pointer;
}
.slick-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  background: #dadada;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-slider .slick-dots li:hover button {
  background: #191919;
}
.slick-slider .slick-dots .slick-active button {
  background: #191919;
}
/* (blog masonry col) */
.tt-arrow-type-02.slick-slider .slick-arrow {
  background: #f7f8fa;
  color: #dadada;
}
.tt-arrow-type-02.slick-slider .slick-arrow:hover {
  background: #f7f8fa;
  color: #191919;
}
.tt-arrow-type-02.slick-slider .slick-next {
  right: 20px;
}
.tt-arrow-type-02.slick-slider .slick-prev {
  left: 20px;
}
.wrapper-social-icon {
  background: #f7f8fa;
  padding: 12px 5px 10px;
}
@media (max-width: 1024px) {
  .wrapper-social-icon {
    margin-top: 0 !important;
  }
}
/* tt-gift-layout (gift-cart.html)*/
.tt-gift-layout {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 82px 0;
}
.tt-gift-layout .tt-title {
  margin-top: 81px;
  font-size: 34px;
  line-height: 1.1;
  color: #191919;
}
.tt-gift-layout .tt-gift-box {
  margin-top: 53px;
  max-width: 434px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
}
.tt-gift-layout .tt-gift-box img {
  max-width: 100%;
  height: auto;
}
.tt-gift-layout .tt-gift-box .tt-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-gift-layout .tt-gift-box .tt-description .tt-sum {
  color: #ffffff;
  font-size: 32px;
  font-family: 'Hind', sans-serif;
  position: absolute;
  top: 17px;
  right: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (max-width: 575px) {
  .tt-gift-layout .tt-gift-box .tt-description .tt-sum {
    font-size: 27px;
  }
}
.tt-gift-layout .tt-gift-box .tt-description .tt-code {
  background-color: #ffffff;
  border: 7px solid #ffffff;
  margin: 20px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.tt-gift-layout .tt-gift-box .tt-description .tt-code span {
  display: block;
  position: relative;
  padding: 13px 14px 11px;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #191919;
}
.tt-gift-layout .tt-gift-box .tt-description .tt-code span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: url('../images/custom/tt-gift-box-border2.png') left top repeat-y;
}
.tt-gift-layout .tt-gift-box .tt-description .tt-code span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: url('../images/custom/tt-gift-box-border2.png') right top repeat-y;
}
.tt-gift-layout .tt-gift-box .tt-description .tt-code:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url('../images/custom/tt-gift-box-border1.png') left top repeat-x;
}
.tt-gift-layout .tt-gift-box .tt-description .tt-code:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url('../images/custom/tt-gift-box-border1.png') left top repeat-x;
}
.tt-gift-layout p {
  margin-top: 33px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.tt-gift-layout .tt-gift-dissembled {
  margin-top: 35px;
}
.tt-gift-layout .tt-gift-dissembled img {
  max-width: 100%;
  height: auto;
}
.tt-gift-layout .btn-border {
  margin-top: 62px;
}
.tt-gift-layout .btn-link {
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .tt-gift-layout {
    padding: 42px 0;
  }
  .tt-gift-layout .tt-title {
    margin-top: 41px;
    font-size: 31px;
  }
  .tt-gift-layout .tt-gift-box {
    margin-top: 44px;
    max-width: 380px;
  }
  .tt-gift-layout .tt-gift-box .tt-description .tt-code span {
    font-size: 22px;
    letter-spacing: 0.04em;
  }
  .tt-gift-layout .tt-gift-dissembled {
    margin-top: 31px;
  }
  .tt-gift-layout .btn-border {
    margin-top: 40px;
  }
  .tt-gift-layout .btn-link {
    margin-top: 23px;
  }
}
@media (max-width: 575px) {
  .tt-gift-layout {
    padding: 22px 0;
  }
  .tt-gift-layout .tt-title {
    margin-top: 35px;
    font-size: 26px;
  }
  .tt-gift-layout .tt-gift-box {
    margin-top: 36px;
    max-width: 290px;
  }
  .tt-gift-layout .tt-gift-box .tt-description .tt-code {
    margin: 15px;
  }
  .tt-gift-layout .tt-gift-box .tt-description .tt-code span {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
  .tt-gift-layout p {
    margin-top: 25px;
    line-height: 19px;
  }
  .tt-gift-layout .tt-gift-dissembled {
    margin-top: 24px;
  }
  .tt-gift-layout .btn-border {
    margin-top: 31px;
  }
  .tt-gift-layout .btn-link {
    margin-top: 18px;
  }
}
.tt-gift-layout > *:nth-child(1) {
  margin-top: 0;
}
/* tt-back-to-top */
@media (min-width: 790px) {
  .tt-back-to-top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    width: 62px;
    height: 62px;
    background-color: rgba(40, 121, 254, 0.75);
    color: #ffffff;
    font-size: 0;
    line-height: 0;
    position: fixed;
    bottom: -64px;
    right: 5px;
    z-index: 20;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
  .tt-back-to-top:before {
    font-family: 'wokiee' !important;
    content: "\e903";
    display: block;
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: -1px;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -webkit-transition: top 0.2s linear;
    transition: top 0.2s linear;
  }
  .tt-back-to-top:hover {
    background-color: #303030;
    color: #ffffff;
  }
  .tt-back-to-top:hover:before {
    top: -4px;
  }
  .tt-back-to-top.tt-show {
    bottom: 50px;
  }
}
@media (max-width: 789px) {
  .tt-back-to-top {
    background: #ffffff;
    color: #191919;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 0 33px 0;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .tt-back-to-top:before {
    font-family: 'wokiee' !important;
    content: "\e9c9";
    display: block;
    font-size: 20px;
    line-height: 1;
  }
  .tt-back-to-top:hover {
    background: #ffffff;
    color: #2879fe;
  }
}
/* tt-breadcrumb */
.tt-breadcrumb {
  background: #f7f8fa;
}
.tt-breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-breadcrumb ul li {
  font-size: 12px;
  padding: 4px 6px 4px 11px;
  position: relative;
  color: #191919;
}
.tt-breadcrumb ul li a {
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-breadcrumb ul li a:hover {
  color: #2879fe;
}
.tt-breadcrumb ul li:not(:first-child):before {
  content: '/';
  position: absolute;
  display: inline-block;
  left: 0;
  top: 4px;
}
.tt-breadcrumb ul li:first-child {
  padding-left: 0;
}
@media (max-width: 575px) {
  .tt-breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* tt-services-block */
.tt-layout-02 {
  background: #f7f8fa;
}
.tt-services-listing.tt-layout-02 .tt-services-block {
  margin-top: 16px;
  padding-bottom: 14px;
}
.tt-services-listing:not(.tt-layout-02) {
  margin-top: -30px;
}
.tt-services-listing:not(.tt-layout-02) .tt-services-block {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .tt-services-listing:not(.tt-layout-02) {
    margin-top: -35px;
  }
  .tt-services-listing:not(.tt-layout-02) .tt-services-block {
    margin-top: 37px;
  }
}
@media (min-width: 791px) {
  .tt-services-listing-aligment {
    margin-bottom: -5px;
  }
}
@media (max-width: 790px) and (min-width: 576px) {
  .tt-services-listing-aligment {
    margin-bottom: -12px;
  }
}
@media (max-width: 575px) {
  .tt-services-listing-aligment {
    margin-bottom: -10px;
  }
}
.tt-services-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-services-block .tt-col-icon {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 50px;
  color: #2879fe;
}
.tt-services-block .tt-col-icon [class^="icon-"] {
  position: relative;
  top: -5px;
}
@media (min-width: 576px) {
  .tt-services-block .tt-col-icon + .tt-col-description {
    padding-left: 21px;
  }
}
@media (max-width: 575px) {
  .tt-services-block .tt-col-icon + .tt-col-description {
    padding-left: 11px;
  }
}
.tt-services-block .tt-col-description {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  line-height: 1.3;
  color: #191919;
}
.tt-services-block .tt-col-description .tt-title {
  padding: 0;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #191919;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-services-block .tt-col-description p {
  margin-top: 7px;
  font-size: 14px;
  line-height: 22px;
}
.tt-services-block .tt-col-description > *:nth-child(1) {
  margin-top: 0;
}
.tt-services-block:hover {
  text-decoration: none;
}
.tt-services-block:hover .tt-title {
  color: #2879fe;
}
.tt-product-single-aside > *:not(:first-child) {
  margin-top: 30px;
}
.tt-services-aside {
  border: 1px solid #e9e7e7;
  padding: 21px 19px 14px 19px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.tt-services-aside .tt-services-block:not(:first-child) {
  border-top: 1px solid #e9e7e7;
  padding: 22px 0 0 0;
}
.tt-services-aside .tt-services-block:not(:last-child) {
  padding-bottom: 13px;
}
.tt-services-aside .tt-services-block .tt-col-icon {
  margin-left: -4px;
}
.tt-services-aside .tt-services-block .tt-col-icon [class^="icon-"] {
  top: -8px;
}
.tt-services-aside .tt-services-block .tt-col-icon + .tt-col-description {
  padding-left: 8px;
}
.tt-services-aside .tt-services-block .tt-col-description p {
  margin-top: 1px;
}
.tt-services-aside .tt-promo-brand {
  max-width: 514px;
}
@media (min-width: 1025px) and (max-width: 1229px) {
  .tt-row-custom-01.tt-responsive-lg {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tt-row-custom-01.tt-responsive-lg .col-item:not(:first-child) {
    margin-top: 15px;
  }
}
/* tt-img-box (index-02.html)*/
.tt-img-box-listing {
  margin-top: -20px;
}
.tt-img-box-listing .tt-img-box {
  margin-top: 20px;
}
.tt-img-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e9e7e7;
  text-decoration: none;
  position: relative;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
  padding: 25%;
}
.tt-img-box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.tt-img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-color: inherit;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.tt-img-box:hover {
  border-color: #2879fe;
}
.tt-img-box:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
@media (min-width: 1025px) {
  .tt-img-box {
    height: 138px;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .tt-img-box {
    height: 118px;
  }
}
@media (max-width: 575px) and (min-width: 421px) {
  .tt-img-box {
    height: 100px;
  }
}
@media (max-width: 420px) {
  .tt-img-box {
    height: 100px;
  }
}
/* tt-layout-vertical-listing */
.tt-layout-vertical-listing .tt-item:not(:first-child) {
  margin-top: 18px;
}
.tt-layout-vertical {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-layout-vertical .tt-img {
  max-width: 100%;
  margin-top: 2px;
  position: relative;
}
.tt-layout-vertical .tt-img img {
  width: 100%;
  max-width: 100px;
  height: auto;
}
.tt-layout-vertical .tt-img .tt-img-default {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  overflow: hidden;
  top: 0;
  left: 0;
}
.tt-layout-vertical .tt-img .tt-img-roll-over {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.tt-layout-vertical .tt-img + .tt-description {
  padding-left: 20px;
}
.tt-layout-vertical .tt-title {
  font-size: 14px;
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  color: #191919;
}
.tt-layout-vertical .tt-title a {
  color: #191919;
}
.tt-layout-vertical .tt-title a:hover {
  color: #2879fe;
}
.tt-layout-vertical .tt-description .tt-rating {
  margin-left: -1px;
}
.tt-layout-vertical .tt-description .tt-add-info {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 3px;
}
.tt-layout-vertical .tt-description .tt-add-info li {
  font-size: 12px;
  color: #999999;
}
.tt-layout-vertical .tt-description .tt-add-info li a {
  color: #999999;
}
.tt-layout-vertical .tt-description .tt-add-info li a:hover {
  color: #2879fe;
}
.tt-layout-vertical .tt-description .tt-price {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #191919;
}
.tt-layout-vertical .tt-description .tt-price .new-price {
  color: #f8353e;
  margin-right: 7px;
}
.tt-layout-vertical .tt-description .tt-price .old-price {
  color: #191919;
  text-decoration: line-through;
}
.tt-layout-vertical .tt-description .tt-price span {
  display: inline-block;
}
.tt-layout-vertical .tt-description > *:nth-child(1) {
  margin-top: 0;
}
.tt-layout-vertical ul.tt-options-swatch {
  margin: 12px 0px 0 -2px;
}
.tt-layout-vertical ul.tt-options-swatch li {
  margin: 4px 2px 0;
}
.tt-layout-vertical:hover .tt-img .tt-img-default + .tt-roll-over {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.tt-layout-vertical:hover .tt-img .tt-img-roll-over,
.tt-layout-vertical:hover .tt-img [class^="tt-img"]:last-child {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
/* tt-tabs-default */
.tt-block-title + .tt-tab-wrapper {
  position: relative;
}
@media (min-width: 1025px) {
  .tt-block-title + .tt-tab-wrapper {
    margin-top: -65px;
  }
}
.tt-tab-wrapper {
  position: relative;
}
@media (min-width: 1025px) {
  .tt-tab-wrapper {
    margin-top: -1px;
  }
}
@media (min-width: 1025px) {
  .arrow-location-tab {
    margin-top: 90px;
  }
  .tt-block-title + .arrow-location-tab.tt-carousel-products {
    margin-top: -38px;
  }
  .tab-content .arrow-location-tab {
    margin-top: -51px;
  }
  .tt-block-title + .tab-content .arrow-location-tab.tt-carousel-products {
    margin-top: -52px;
  }
}
.tt-tabs-default {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-tabs-default li > a {
  color: #999999;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  padding: 5px 13px;
  display: inline-block;
}
.tt-tabs-default li > a:hover {
  color: #191919;
}
.tt-tabs-default li > a.active {
  color: #191919;
}
@media (min-width: 1025px) {
  .tt-tabs-default {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 130px;
    padding-right: 130px;
    padding-bottom: 29px;
  }
}
@media (max-width: 1024px) {
  .tt-tabs-default {
    margin-left: -14px;
    padding-bottom: 29px;
  }
}
@media (max-width: 575px) {
  .tt-tabs-default {
    padding-bottom: 19px;
    margin-top: -5px;
  }
}
.tt-tabs-default + .tab-content .tab-pane:not(.active) {
  display: none;
}
@media (min-width: 1025px) {
  .tt-tab-wrapper .tt-tabs-default {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 130px;
    padding-right: 130px;
    padding-bottom: 49px;
  }
}
@media (max-width: 1024px) {
  .tt-tab-wrapper .tt-tabs-default {
    margin-left: -14px;
    padding-bottom: 31px;
  }
}
@media (max-width: 575px) {
  .tt-tab-wrapper .tt-tabs-default {
    padding-bottom: 20px;
    margin-top: -5px;
  }
}
/* tt-text-box01 */
.tt-text-box01 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 862px;
  margin: 0 auto;
}
.tt-text-box01 > *:nth-child(1) {
  margin-top: 0;
}
/* tt-content-info */
.tt-content-info {
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  color: #191919;
}
.tt-content-info .tt-title {
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 23px;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-content-info p {
  margin-top: 0;
}
.tt-content-info .tt-subscription {
  margin-top: 20px;
}
.tt-content-info .tt-subscription .tt-text-large {
  font-size: 16px;
  color: #191919;
  font-weight: 500;
  font-family: 'Hind', sans-serif;
}
.tt-content-info .tt-subscription .tt-text-small {
  color: #999999;
  font-size: 12px;
}
.tt-content-info:hover {
  color: #191919;
}
.tt-content-info:hover .tt-title {
  color: #2879fe;
}
@media (min-width: 1230px) {
  .tt-content-info {
    padding-left: 20%;
    padding-right: 20%;
  }
}
@media (max-width: 1229px) {
  .tt-content-info {
    padding-left: 15%;
    padding-right: 15%;
  }
}
.tt-slider-fullwidth {
  position: relative;
}
.tt-slider-fullwidth.arrow-location-center-02:after,
.tt-slider-fullwidth.arrow-location-center-02:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
}
@media (min-width: 401px) {
  .tt-slider-fullwidth.arrow-location-center-02:after,
  .tt-slider-fullwidth.arrow-location-center-02:before {
    width: 70px;
  }
}
@media (max-width: 400px) {
  .tt-slider-fullwidth.arrow-location-center-02:after,
  .tt-slider-fullwidth.arrow-location-center-02:before {
    width: 55px;
  }
}
.tt-slider-fullwidth.arrow-location-center-02:after {
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #ffffff 50%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), #ffffff 50%);
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), #ffffff 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
  right: 0;
}
.tt-slider-fullwidth.arrow-location-center-02:before {
  content: '';
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff 50%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff 50%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff 50%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff 50%);
  left: 0;
}
/* tt-carousel-brands */
.tt-carousel-brands {
  margin: 4px 0px -4px;
}
.tt-carousel-brands .slick-slide {
  text-align: center;
}
.tt-carousel-brands a {
  display: inline-block;
  padding: 0 20px;
}
.tt-carousel-brands a img {
  height: auto;
  width: 100%;
  max-width: 131px;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
}
.tt-carousel-brands a:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
html:not(.mac):not(.touch-device) .tt-carousel-brands .slick-track {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* tt-items-categories */
.tt-categories-listing {
  margin-top: -50px;
}
.tt-categories-listing .tt-items-categories {
  margin-top: 50px;
}
.tt-items-categories .tt-title-block .tt-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-items-categories .tt-title-block img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 17px;
}
.tt-items-categories .tt-title-block > *:nth-child(1) {
  margin-top: 0;
}
.tt-items-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 11px;
  padding-bottom: 3px;
}
.tt-items-categories ul li {
  color: #191919;
}
.tt-items-categories ul li a {
  color: #191919;
  padding: 3px 0 3px 0;
  display: inline-block;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-items-categories ul li a:hover {
  color: #2879fe;
}
.tt-items-categories ul li.active a {
  color: #2879fe;
}
.tt-items-categories .tt-title-block + [class^="btn"] {
  margin-top: 14px;
}
.tt-items-categories > *:nth-child(1) {
  margin-top: 0;
}
.tt-items-categories.active .tt-title {
  color: #2879fe;
}
/* tt-loader (quickViewModal)*/
.tt-loader {
  height: 100%;
  width: 100%;
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
}
.tt-loader svg path,
.tt-loader svg rect {
  fill: #2879fe;
}
.tt-offset-35 {
  margin-top: 35px;
}
@media (max-width: 575px) {
  .tt-offset-35 {
    margin-top: 24px;
  }
}
.tt-offset-40 {
  margin-top: 40px;
}
.tt-offset-20 {
  margin-top: 20px;
}
.tt-offset-16 {
  margin-top: 16px;
}
.tt-offset-7 {
  margin-top: 7px;
}
/*
 	visibility of elements
 */
/* hidden */
@media (min-width: 1230px) {
  .hidden-lg-up {
    display: none;
  }
}
@media (max-width: 1230px) and (min-width: 1025px) {
  .hidden-md-up {
    display: none;
  }
}
@media (max-width: 1025px) and (min-width: 790px) {
  .hidden-sm-up {
    display: none;
  }
}
@media (max-width: 789px) and (min-width: 575px) {
  .hidden-sm {
    display: none;
  }
}
@media (max-width: 575px) {
  .hidden-xs {
    display: none;
  }
}
/* visibility */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  display: none;
}
@media (min-width: 1230px) {
  .visible-xl {
    display: block;
  }
}
@media (max-width: 1230px) and (min-width: 1025px) {
  .visible-lg {
    display: block;
  }
}
@media (max-width: 1025px) and (min-width: 789px) {
  .visible-md {
    display: block;
  }
}
@media (max-width: 789px) and (min-width: 575px) {
  .visible-sm {
    display: block;
  }
}
@media (max-width: 575px) {
  .visible-xs {
    display: block;
  }
}
.hide {
  display: none !important;
}
@media (max-width: 1024px) {
  .tt-hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .tt-hidden-desctope {
    display: none !important;
  }
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
/* color text */
.tt-base-color {
  color: #2879fe;
}
.tt-base-dark-color {
  color: #191919;
}
.tt-white-color {
  color: #ffffff;
}
.tt-light-green-color {
  color: #08da97;
}
/* bg color */
.tt-color-bg-01 {
  background-color: #add8e6;
}
.tt-color-bg-02 {
  background-color: #fe9001;
}
.tt-color-bg-03 {
  background-color: #808080;
}
.tt-color-bg-04 {
  background-color: #0000ff;
}
.tt-color-bg-05 {
  background-color: #00ff00;
}
.tt-color-bg-06 {
  background-color: #46d3bb;
}
.tt-color-bg-07 {
  background-color: #f66c47;
}
.tt-color-bg-08 {
  background-color: #ffffff;
}
.tt-color-bg-09 {
  background-color: #e5e5e5;
}
.tt-color-bg-10 {
  background-color: #fed533;
}
.tt-color-bg-11 {
  background-color: #f36b26;
}
.tt-color-bg-12 {
  background-color: #7bba3c;
}
.tt-color-bg-13 {
  background-color: #1790c8;
}
.tt-color-bg-14 {
  background-color: #d82a90;
}
.tt-color-bg-15 {
  background-color: #7f7f00;
}
.tt-color-bg-16 {
  background-color: #e7352b;
}
.tt-color-bg-17 {
  background-color: #8d429f;
}
.tt-color-bg-18 {
  background-color: #777878;
}
.search-terms {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
}
.search-terms li {
  margin: 0 7px 0 0;
}
.search-terms li a {
  display: inline-block;
  padding: 2px 5px;
  background: #2879fe;
  color: #fff;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.search-terms li a:hover {
  background: #191919;
}
.no-display {
  display: none !important;
}
.popup_cookie_block {
  display: none;
}
.popup_cookie_block.visible-panel {
  display: block;
}
.popup_cookie_wrapper {
  background: #a700e4;
  color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5em;
  z-index: 2147483647;
  padding: 16px 30px;
  width: 100%;
}
@media (min-width: 790px) {
  .popup_cookie_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 789px) {
  .popup_cookie_wrapper {
    text-align: center;
  }
}
.wk_cookie_txt {
  display: block;
}
@media (min-width: 790px) {
  .wk_cookie_txt {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 16px;
  }
}
@media (max-width: 789px) {
  .wk_cookie_txt {
    margin-bottom: 15px;
  }
}
.hire {
  padding: 10px 15px 10px !important;
  font-size: 37px !important;
  margin-left: 14% !important;
  margin-top: 1% !important;
}
.hire1 {
  margin-top: 25% !important;
}
.canon {
  margin-top: 27.5% !important;
  text-align: left !important;
  margin-left: 44% !important;
}
.canon_title {
  font-size: 49px;
  line-height: 10px;
  font-weight: 900;
  margin-left: -10%;
}
@media screen and (max-width: 399px) and (min-width: 350px) {
  .hire {
    padding: 6px 8px 6px 8px !important;
    font-size: 15px !important;
    margin-left: 4% !important;
    margin-top: 1% !important;
  }
  .image1 {
    margin-top: 25% !important;
  }
  .canon {
    margin-top: 45.5% !important;
    text-align: left !important;
    margin-left: -21% !important;
  }
  .canon_title {
    font-size: 14px !important;
    font-weight: 900 !important;
  }
  .content_sub {
    font-weight: 900 !important;
    font-size: 7px !important;
    line-height: 7px !important;
  }
  .content2 {
    margin-left: -200% !important;
    font-size: 18px !important;
    color: white !important;
    margin-top: -38px !important;
  }
  .content3 {
    margin-left: -202% !important;
    font-size: 24px !important;
    color: white !important;
    margin-top: 2px !important;
  }
  .join {
    font-size: 11px !important;
    color: white !important;
    border: 3px solid white !important;
    border-radius: 50px !important;
    padding: 1% 17% 1% 20% !important;
    background: none !important;
    margin-left: -218% !important;
    margin-top: -1% !important;
  }
}
@media screen and (max-width: 449px) and (min-width: 400px) {
  .title1 {
    font-size: xx-large !important;
    font-weight: 900 !important;
    margin-top: 2% !important;
  }
  .title2 {
    font-size: x-small !important;
    margin-top: 1% !important;
  }
  .canon {
    margin-top: 42.5% !important;
    text-align: left !important;
    margin-left: -21% !important;
  }
  .image1 {
    margin-top: 22% !important;
  }
  .canon_title {
    font-size: 13px !important;
    font-weight: 900 !important;
    margin-top: -3% !important;
  }
  .content_sub {
    font-weight: 500;
    font-size: 8px !important;
    line-height: 37px !important;
    margin-left: -10%;
  }
  .hire {
    padding: 6px 8px 6px 8px !important;
    font-size: 15px !important;
    margin-left: 4% !important;
    margin-top: 1% !important;
  }
  .content2 {
    font-size: 25px !important;
    color: white !important;
    margin-left: -251px !important;
    margin-top: -33px !important;
  }
  .content3 {
    font-size: 35px !important;
    color: white !important;
    margin-left: -254px !important;
    margin-top: 6px !important;
  }
  .join {
    font-size: 11px !important;
    color: white !important;
    border: 3px solid white !important;
    border-radius: 50px !important;
    padding: 1% 15% 1% 15% !important;
    background: none !important;
    margin-left: -375% !important;
    margin-top: 3% !important;
  }
}
@media screen and (max-width: 799px) and (min-width: 750px) {
  .canon {
    margin-top: 42.5% !important;
    text-align: left !important;
    margin-left: -27% !important;
  }
  .image1 {
    margin-top: 35% !important;
  }
  .contents {
    font-size: 30px !important;
    color: white !important;
    margin-left: -291% !important;
    margin-top: -15% !important;
  }
  .content2 {
    font-size: 34px !important;
    color: white !important;
    margin-left: -248% !important;
    margin-top: 18px !important;
  }
  .content3 {
    font-size: 50px !important;
    color: white !important;
    margin-left: -252% !important;
    margin-top: 20px !important;
  }
  .join {
    font-size: 20px !important;
    color: white !important;
    border: 3px solid white !important;
    border-radius: 50px !important;
    padding: 1% 15% 1% 15% !important;
    background: none !important;
    margin-left: -272% !important;
    margin-top: 14% !important;
  }
  .hire {
    padding: 6px 8px 6px 8px !important;
    font-size: 25px !important;
    margin-left: 5% !important;
    margin-top: 1% !important;
  }
  .canon_title {
    margin-left: -46% !important;
    font-size: 27px !important;
    margin-top: 29% !important;
    line-height: 15px !important;
  }
  .content_sub {
    font-size: 12px !important;
    margin-left: -45% !important;
  }
}
@media screen and (max-width: 1030px) and (min-width: 1000px) {
  .canon {
    margin-top: 42.5% !important;
    text-align: left !important;
    margin-left: -21% !important;
  }
  .contents {
    font-size: 35px !important;
    color: white !important;
    margin-left: -342% !important;
    margin-top: -14% !important;
  }
  .content2 {
    font-size: 40px !important;
    color: white !important;
    margin-left: -307% !important;
    margin-top: 18px !important;
  }
  .content3 {
    font-size: 50px !important;
    color: white !important;
    margin-left: -322% !important;
    margin-top: 28px !important;
  }
  .join {
    font-size: 20px !important;
    color: white !important;
    border: 3px solid white !important;
    border-radius: 50px !important;
    padding: 5% 20% 5% 20% !important;
    background: none !important;
    margin-left: -331% !important;
    margin-top: 9% !important;
  }
  .hire {
    padding: 6px 8px 6px 8px !important;
    font-size: 25px !important;
    margin-left: 13% !important;
    margin-top: 1% !important;
  }
  .image1 {
    margin-top: 22% !important;
  }
  .canon_title {
    font-size: 25px !important;
    font-weight: 900 !important;
    margin-top: -12% !important;
    margin-left: -21% !important;
  }
  .content_sub {
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 63px !important;
    margin-left: -23% !important;
  }
}
address {
  font-size: large !important;
  line-height: 158% !important;
}
.contact {
  font-weight: 700 !important;
  font-size: large !important;
}
@media screen and (max-width: 1049px) and (min-width: 1000px) {
  .canon {
    margin-top: 42.5% !important;
    text-align: left !important;
    margin-left: -21% !important;
  }
}
.titles {
  color: white !important;
}
.title1 {
  font-weight: 900 !important;
  font-size: -webkit-xxx-large;
  margin-top: 2%;
}
.title2 {
  font-size: xx-large;
  margin-top: 1%;
}
@media screen and (max-width: 399px) and (min-width: 300px) {
  .title1 {
    font-size: xx-large;
    font-weight: 900 !important;
    margin-top: 2%;
  }
  .title2 {
    font-size: x-small;
    margin-top: 1%;
  }
  .banner1 {
    background: #F8F8FA !important;
    margin-top: -2% !important;
  }
  .banner {
    background: #F8F8FA !important;
  }
  .category-home-page .contents {
    font-size: 45px !important;
    color: white !important;
    margin-left: -956px !important;
    margin-top: 15px !important;
  }
  .category-home-page .content2 {
    font-size: 60px !important;
    color: white !important;
    margin-left: -772px !important;
    margin-top: 46px !important;
  }
  .category-home-page .content3 {
    font-size: 71px !important;
    color: white !important;
    margin-left: -847px !important;
    margin-top: 62px !important;
  }
  .category-home-page .join {
    font-size: 20px !important;
    color: white !important;
    border: 3px solid white !important;
    border-radius: 50px !important;
    padding: 7% 17% 7% 20% !important;
    background: none !important;
    margin-left: -636% !important;
    margin-top: 20% !important;
  }
  .banner_img {
    width: 40% !important;
  }
}
@media screen and (max-width: 399px) and (min-width: 300px) {
  .category-home-page .contents {
    font-size: 20px !important;
    color: white !important;
    margin-left: -155% !important;
    margin-top: -33% !important;
  }
  .category-home-page .content2 {
    font-size: 19px !important;
    color: white !important;
    margin-left: -130% !important;
    margin-top: 8px !important;
  }
}
@media screen and (max-width: 1950px) and (min-width: 1900px) {
  .canon {
    margin-top: 38.5% !important;
    text-align: left !important;
    margin-left: 30% !important;
  }
  .image1 {
    margin-top: 27% !important;
  }
  .hire1 {
    margin-top: 44% !important;
  }
  .hire {
    padding: 10px 15px 10px !important;
    font-size: 37px !important;
    margin-left: 14% !important;
    margin-top: 1% !important;
  }
  .canon_title {
    margin-top: 15% !important;
    margin-left: -23% !important;
  }
  .content_sub {
    margin-left: -24% !important;
  }
  .content2 {
    font-size: 55px !important;
    color: white;
    margin-left: -409% !important;
    margin-top: 49px !important;
  }
  .content3 {
    font-size: 109px !important;
    color: white;
    margin-left: -400% !important;
    margin-top: 101px !important;
  }
  .join {
    font-size: 33px !important;
    color: white;
    border: 3px solid white;
    border-radius: 50px;
    padding: 10% 17% 10% 20%;
    background: none;
    margin-left: -441% !important;
    margin-top: 33%;
  }
}
@media screen and (max-width: 1499px) and (min-width: 1350px) {
  .hire {
    padding: 10px 15px 10px !important;
    font-size: 37px !important;
    margin-left: -3% !important;
    margin-top: 7% !important;
  }
  .canon {
    margin-top: 31.5% !important;
    text-align: left !important;
    margin-left: 56% !important;
  }
  .canon_title {
    font-size: 49px;
    line-height: 10px;
    font-weight: 900;
    margin-left: -6% !important;
  }
  .content_sub {
    font-weight: 500;
    font-size: 26px;
    line-height: 63px;
    margin-left: -6% !important;
  }
  .content2 {
    font-size: 55px !important;
    color: white;
    margin-left: -280% !important;
    margin-top: 49px !important;
  }
  .content3 {
    font-size: 103px !important;
    color: white;
    margin-left: -273% !important;
    margin-top: 65px !important;
  }
  .join {
    font-size: 15px !important;
    color: white !important;
    border: 3px solid white !important;
    border-radius: 50px !important;
    padding: 4% 10% 4% 10% !important;
    background: none !important;
    margin-left: -310% !important;
    margin-top: 12% !important;
  }
}
.text-center {
  width: 37% !important;
  left: 31% !important;
  right: auto !important;
}
.select1 {
  border-radius: 50px !important;
}
@media screen and (max-width: 1349px) and (min-width: 1300px) {
  .canon {
    margin-top: 27.5% !important;
    text-align: left !important;
    margin-left: 60% !important;
  }
  .hire1 {
    margin-left: -28% !important;
  }
}
/*.list-unstyled { 
    height: 30px;
    width: 300px;
    border: 1px #000 solid;
  border-radius: 50px;
}
.list-unstyled li { padding: 4px 10px; z-index: 2; }
.list-unstyled li:not(.init) { float: left; margin-left:14px; width: 272px; display: none; background: white;border: 1px solid black; }
.list-unstyled li:not(.init):hover, .list-unstyled li.selected:not(.init) { background: #09f; }
li.init { cursor: pointer; }

.drop {
	margin-left: 37% !important;
    margin-top: 2% !important;
}*/
.select1 ul {
  list-style: none;
}
.select1 ul li.option {
  /*background-color: #DEDEDE;
    box-shadow: 0px 1px 0 #DEDEDE, 0px -1px 0 #DEDEDE;
    -webkit-box-shadow: 0px 1px 0 #DEDEDE, 0px -1px 0 #DEDEDE;
    -moz-box-shadow: 0px 1px 0 #DEDEDE, 0px -1px 0 #DEDEDE;*/
  border: 2px solid black;
  border-radius: 50px;
}
.select1 ul li.option {
  z-index: 1;
  padding: 5px;
  display: none;
}
.select1 ul li:first-child {
  display: block;
}
.select1 ul li {
  cursor: default;
}
.select1 {
  margin-left: 33%;
  margin-top: 1%;
}
/*.TonyM__panel li:nth-child(4) {
    margin-left: -91% !important;
}*/
/*#items {
    border: 2px solid black;
    border-radius: 0;
    margin-left: 4%;
    width: 92.5%;
}
#items:after {
    border: 2px solid black;
    border-radius: 50px;
}*/
.hirenow1 {
  background-color: #2879fe !important;
  color: #ffffff !important;
  padding: 8px 16px 9px !important;
  border-radius: 6px !important;
  border: 1px !important;
  font-size: 21px !important;
}
/*#shipping-zip-form {
	margin-left: 76% !important;
	margin-right: -1% !important;
}*/
/*#co-shipping-method-form {
	margin-left: 76% !important;
}*/
/*#discount-coupon-form {
	margin-left: 76% !important;
	margin-right: -1% !important;
}*/
.note {
  font-size: 13px !important;
  color: #191919 !important;
  display: block !important;
}
@media screen and (max-width: 600px) and (min-width: 350px) {
  .tt-product h2.tt-title {
    display: block !important;
    width: 150px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }
}
/*
########################### Suraj #########################/
###########################################################
*/
.for_toner_carosel .tt-title {
  /*display:none;*/
}
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
@media (min-width: 300px) {
  .relat_prods {
    width: 100%;
  }
}
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
@media (min-width: 1030px) {
  .for_toner_carosel .arrow-location-tab.arrow-location-tab01 .slick-arrow {
    top: 20px;
  }
}
/* Set width to make card deck cards 100% width */
.image1 {
  margin-top: 12%;
}
/*changes for header not live site strip - 19-02-2020*/
.tt-top-panel .tt-row .tt-btn-close {
  display: none !important;
}
.theme_header .tt-top-panel {
  background: yellow !important;
}
.tt-top-panel .tt-row .tt-description {
  color: black;
  font-weight: 900;
  font-size: 27px;
  text-transform: uppercase;
}
.banner-text-message {
  background: #2267d8 !important;
  color: white;
  font-size: 31px;
  padding: 0 0 0.5% 0;
  font-weight: bolder;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
/***** hide price notice blinker 27-Oct-20 *****/
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.login_notice h6 {
  animation: blinker 2s linear infinite;
}
/***** hide price notice blinker 27-Oct-20 ****/
.deals_banner {
  max-width: 100%;
  height: auto;
  border: 2px solid black;
}
.category-home-office-suite .aside {
  display: none !important;
}
.category-home-office-suite .col-lg-9,
.category-home-office-suite .col-xl-9 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
._block-content-loading {
  position: relative;
}
.loading-mask {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 8;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.loading-mask .loader img {
  position: static !important;
}
.message {
  position: relative;
  padding: 10px 20px 10px 40px;
  margin: 15px 0;
  font-size: 15px;
}
.message:before {
  position: absolute;
  font-family: 'wokiee';
  speak: none;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 12px;
  top: 9px;
}
.message.info {
  background: #e7f4fe;
  color: #1393f5;
}
.message.info:before {
  content: "\ea28";
}
.message.notice {
  background: #f7f8fa;
  color: #191919;
}
.message.notice:before {
  content: "\ea28";
}
.message.error {
  background: #feeaeb;
  color: #f8353e;
}
.message.error:before {
  content: "\ea29";
}
.message.warning {
  background: #fff8e8;
  color: #fdbc20;
}
.message.warning:before {
  content: "\ea27";
}
.message.success {
  background: #ecfbf9;
  color: #42d6c3;
}
.message.success:before {
  content: "\ea11";
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  display: block;
  width: 100%;
  background: #f7f8fa;
  font-size: 14px;
  border: 1px solid #f7f8fa;
  padding: 11px 12px 10px 12px;
  font-family: 'Hind', sans-serif;
  box-shadow: none;
  outline: none;
  color: #191919;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-appearance: none;
  height: 40px;
}
@media (max-width: 575px) {
  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="datetime"],
  input[type="email"] {
    height: 39px;
  }
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
  border-color: #2879fe;
  background: #ffffff;
}
input[type="text"].mage-error,
input[type="password"].mage-error,
input[type="url"].mage-error,
input[type="tel"].mage-error,
input[type="search"].mage-error,
input[type="number"].mage-error,
input[type="datetime"].mage-error,
input[type="email"].mage-error {
  background: #ffffff;
  border-color: #f8353e;
}
input[type="text"].mage-error:focus,
input[type="password"].mage-error:focus,
input[type="url"].mage-error:focus,
input[type="tel"].mage-error:focus,
input[type="search"].mage-error:focus,
input[type="number"].mage-error:focus,
input[type="datetime"].mage-error:focus,
input[type="email"].mage-error:focus {
  background: #ffffff;
  border-color: #f8353e;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f7f8fa inset !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  display: block;
  width: 100%;
  background: #f7f8fa;
  font-size: 14px;
  border: 1px solid #f7f8fa;
  padding: 10px 12px 11px 15px;
  font-family: 'Hind', sans-serif;
  box-shadow: none;
  outline: none;
  color: #191919;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  height: auto;
  cursor: pointer;
}
select:focus {
  border-color: #2879fe;
  background: #ffffff;
}
select.mage-error {
  background: #ffffff;
  border-color: #f8353e;
}
select.mage-error:focus {
  background: #ffffff;
  border-color: #f8353e;
}
textarea {
  display: block;
  width: 100%;
  background: #f7f8fa;
  font-size: 14px;
  border: 1px solid #f7f8fa;
  padding: 10px 12px 11px 15px;
  font-family: 'Hind', sans-serif;
  box-shadow: none;
  outline: none;
  color: #191919;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-appearance: none;
}
textarea:focus {
  border-color: #2879fe;
  background: #ffffff;
}
textarea.mage-error {
  background: #ffffff;
  border-color: #f8353e;
}
textarea.mage-error:focus {
  background: #ffffff;
  border-color: #f8353e;
}
@media (max-width: 1024px) {
  select textarea,
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"] {
    font-size: 16px !important;
  }
}
div.mage-error {
  font-size: 12px;
  color: #f8353e;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  border: solid 1px #e9e7e7;
  background: #fff;
  padding: 10px;
  max-width: 360px;
  min-width: 210px;
  font-size: 12px;
  line-height: 16px;
}
body:not(.checkout-index-index) .main-content .actions-toolbar div.secondary a.action {
  color: #2879fe;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
body:not(.checkout-index-index) .main-content .actions-toolbar div.secondary a.action:hover {
  color: #191919;
}
body:not(.checkout-index-index) .main-content .actions-toolbar div.primary button.action,
body:not(.checkout-index-index) .main-content .actions-toolbar div.primary .action.primary {
  background: transparent;
  color: #2879fe;
  border: 2px solid #2879fe;
  padding: 12px 29px 10px;
}
body:not(.checkout-index-index) .main-content .actions-toolbar div.primary button.action:hover,
body:not(.checkout-index-index) .main-content .actions-toolbar div.primary .action.primary:hover {
  background: #2879fe;
  color: #ffffff;
  border-color: #2879fe;
}
@media (max-width: 575px) {
  body:not(.checkout-index-index) .main-content .actions-toolbar div.primary button.action,
  body:not(.checkout-index-index) .main-content .actions-toolbar div.primary .action.primary {
    padding: 12px 23px 11px;
  }
}
fieldset.fieldset:not(:last-child),
div.fieldset:not(:last-child) {
  margin-bottom: 20px;
}
fieldset.fieldset legend.legend,
div.fieldset legend.legend {
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #191919;
}
@media (max-width: 575px) {
  fieldset.fieldset legend.legend,
  div.fieldset legend.legend {
    font-size: 16px;
    padding: 0 0 10px;
  }
}
fieldset.fieldset legend.legend + br,
div.fieldset legend.legend + br,
fieldset.fieldset legend.label + br,
div.fieldset legend.label + br {
  display: none;
}
fieldset.fieldset label.label,
div.fieldset label.label,
fieldset.fieldset legend.label,
div.fieldset legend.label {
  font-size: 14px;
  color: #191919;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  padding-bottom: 4px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  fieldset.fieldset label.label,
  div.fieldset label.label,
  fieldset.fieldset legend.label,
  div.fieldset legend.label {
    font-size: 12px;
  }
}
fieldset.fieldset div.field.required label.label:after,
div.fieldset div.field.required label.label:after,
fieldset.fieldset div.field._required label.label:after,
div.fieldset div.field._required label.label:after,
fieldset.fieldset .field.required legend.label:after,
div.fieldset .field.required legend.label:after {
  content: "*";
}
fieldset.fieldset div.field:not(:last-child),
div.fieldset div.field:not(:last-child) {
  margin-bottom: 20px;
}
fieldset.fieldset .field.street .nested,
div.fieldset .field.street .nested {
  padding-top: 20px;
}
fieldset.fieldset .field.choice,
div.fieldset .field.choice {
  align-items: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
fieldset.fieldset .field.choice input[type="checkbox"],
div.fieldset .field.choice input[type="checkbox"],
fieldset.fieldset .field.choice input[type="radio"],
div.fieldset .field.choice input[type="radio"] {
  margin: 0 6px 1px 0;
}
fieldset.fieldset .field.choice label.label,
div.fieldset .field.choice label.label {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
  margin-right: 5px;
}
fieldset.fieldset .field.captcha,
div.fieldset .field.captcha {
  padding: 10px 0 0;
}
fieldset.fieldset .field.captcha .captcha-image,
div.fieldset .field.captcha .captcha-image {
  align-items: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
fieldset.fieldset .field.captcha .captcha-image img,
div.fieldset .field.captcha .captcha-image img {
  margin-right: 15px;
}
fieldset.fieldset .field.captcha .captcha-image button.action,
div.fieldset .field.captcha .captcha-image button.action {
  font-size: 22px;
  background: none;
  border: 0;
  padding: 0;
  color: #2879fe;
}
fieldset.fieldset .field.captcha .captcha-image button.action:hover,
div.fieldset .field.captcha .captcha-image button.action:hover {
  color: #191919;
}
fieldset.fieldset .field.captcha .captcha-image button.action span,
div.fieldset .field.captcha .captcha-image button.action span {
  display: none;
}
fieldset.fieldset .field.captcha .captcha-image button.action:before,
div.fieldset .field.captcha .captcha-image button.action:before {
  content: "\ea4f";
  font-family: 'wokiee';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.field .control._with-tooltip {
  position: relative;
  padding-right: 40px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 9px;
}
.field-tooltip .field-tooltip-action {
  color: #2879fe;
}
.field-tooltip .field-tooltip-action:before {
  font-family: 'wokiee';
  font-size: 30px;
  content: "\ea26";
}
.field-tooltip .field-tooltip-content {
  background: #f7f8fa;
  padding: 12px;
  width: 270px;
  visibility: hidden;
  opacity: 0;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -12px;
  word-wrap: break-word;
  z-index: 2;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media (max-width: 1024px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: 40px;
  }
}
.field-tooltip._active .field-tooltip-content {
  visibility: visible;
  opacity: 1;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  display: inline-block;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  font-family: 'wokiee';
  font-size: 12px;
  content: "\e9c9";
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
.fields.group-2 .field {
  float: left;
  width: 50%;
  position: relative;
}
.fields.group-2 .field:first-child .control {
  padding-right: 25px;
}
.fields.group-2 .field:first-child .control:after {
  content: '\2013';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 10px;
  width: 25px;
}
.fields.group-2 .field.with-addon .control {
  padding-right: 45px;
}
.fields.group-2 .field.with-addon .control .addafter {
  background: none;
  border: 0;
  padding-top: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.fields.group-2:after {
  content: '';
  clear: both;
  display: table;
}
.input-group div.mage-error {
  position: absolute;
  top: 42px;
  left: 0;
  line-height: 14px;
}
dl.items.methods {
  margin: 0;
}
dl.items.methods dt.item-title {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
dl.items.methods dd {
  margin-bottom: 3px;
}
.table-wrapper {
  margin-bottom: 20px;
}
table.data.table {
  border-top: 1px solid #e9e7e7;
  width: 100%;
}
table.data.table caption.table-caption {
  display: none;
}
table.data.table thead tr {
  border-bottom: 1px solid #e9e7e7;
}
table.data.table thead th {
  color: #191919;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 12px 10px 10px 10px;
  font-family: 'Hind', sans-serif;
  text-transform: uppercase;
}
table.data.table thead th:first-child {
  padding-left: 0;
}
table.data.table thead th:last-child {
  padding-right: 0;
}
@media (max-width: 789px) {
  table.data.table thead {
    display: none;
  }
}
table.data.table tbody tr {
  border-bottom: 1px solid #e9e7e7;
}
table.data.table tbody td {
  padding: 11px 10px;
}
table.data.table tbody td:first-child {
  padding-left: 0;
}
table.data.table tbody td:last-child {
  padding-right: 0;
}
table.data.table tbody td a.action:not(:last-child) {
  margin-right: 10px;
}
table.data.table tbody td dl.item-options {
  margin: 0;
  font-size: 12px;
}
table.data.table tbody td dl.item-options:after {
  clear: both;
  content: '';
  display: table;
}
table.data.table tbody td dl.item-options dt {
  float: left;
  clear: both;
  font-weight: 500;
  margin: 0 5px 0 0;
}
table.data.table tbody td dl.item-options dt:after {
  content: ':';
}
table.data.table tbody td dl.item-options dd {
  float: left;
  margin: 0;
}
table.data.table tbody td .cart-price .price {
  color: #191919;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 789px) {
  table.data.table tbody tr {
    border-bottom: 0;
  }
  table.data.table tbody td {
    display: block;
    border-bottom: 1px solid #e9e7e7;
    padding: 8px 0;
  }
  table.data.table tbody td:before {
    content: attr(data-th) ': ';
    display: inline-block;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #191919;
    text-transform: uppercase;
    padding-right: 10px;
  }
}
table.data.table tfoot tr {
  border-bottom: 1px solid #e9e7e7;
}
table.data.table tfoot th {
  padding: 11px 10px;
  text-align: right;
  text-transform: uppercase;
  color: #191919;
}
table.data.table tfoot td {
  padding: 11px 10px;
}
table.data.table tfoot td .price {
  color: #191919;
  font-size: 16px;
  font-weight: bold;
}
table.data.table tfoot tr.grand_total td .price,
table.data.table tfoot tr.grand.totals td .price {
  font-size: 24px;
  color: #2879fe;
}
@media (max-width: 789px) {
  table.data.table tfoot tr {
    border-bottom: 0;
  }
  table.data.table tfoot th {
    display: none;
  }
  table.data.table tfoot td {
    display: block;
    border-bottom: 1px solid #e9e7e7;
    padding: 8px 0;
  }
  table.data.table tfoot td:before {
    content: attr(data-th) ': ';
    display: inline-block;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #191919;
    text-transform: uppercase;
    padding-right: 10px;
  }
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 77;
  background-color: #ffffff;
  opacity: 1;
  display: block;
}
#loader-wrapper.loader-off,
body.loaded #loader-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -ms-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -9px;
  margin-left: -100px;
  perspective: 400px;
  transform-type: preserve-3d;
}
#loader .dot {
  animation: loader ease-in-out 3s infinite;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: black;
  position: absolute;
  background: #2879fe;
}
#loader .dot:nth-child(2) {
  animation-delay: 0.5s;
}
#loader .dot:nth-child(3) {
  animation-delay: 0.4s;
}
#loader .dot:nth-child(4) {
  animation-delay: 0.3s;
}
#loader .dot:nth-child(5) {
  animation-delay: 0.2s;
}
#loader .dot:nth-child(6) {
  animation-delay: 0.1s;
}
#loader .dot:nth-child(7) {
  animation-delay: 0s;
}
html:not(.ie) #loader .dot {
  border: 2px solid #ffffff;
}
@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(235px);
  }
  65% {
    transform: translateX(235px);
  }
  95% {
    transform: translateX(0);
  }
}
/*
	*Header have 3 color schemes:
		- tt-color-scheme-01
        - tt-color-scheme-02
        - tt-color-scheme-03
*/
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* tt-top-panel */
.tt-top-panel {
  background: #2879fe;
  display: none;
}
.tt-top-panel.visible-panel {
  display: block;
}
.tt-top-panel .tt-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  padding: 24px 15px 15px;
  font-size: 13px;
  line-height: 23px;
  color: #ffffff;
  font-family: 'Hind', sans-serif;
  letter-spacing: 0.06em;
  word-spacing: 0.03em;
  position: relative;
}
.tt-top-panel .tt-row a:not([class]) {
  display: inline-block;
  color: #ffffff;
  position: relative;
}
.tt-top-panel .tt-row a:not([class]):before {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.tt-top-panel .tt-row a:not([class]):hover:before {
  background-color: transparent;
}
.tt-top-panel .tt-row .tt-description {
  text-align: center;
}
.tt-top-panel .tt-row .tt-btn-close {
  text-decoration: none;
  margin-left: 27px;
  padding: 2px;
  cursor: pointer;
  background: none;
  border: none;
  font-weight: 500;
  position: relative;
  top: -1px;
}
.tt-top-panel .tt-row .tt-btn-close:before {
  font-family: 'wokiee';
  content: "\e9b3";
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-top-panel .tt-row .tt-btn-close:hover:before {
  color: #ffffff;
}
.header-popup-bg {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 21;
  display: none;
}
@media (max-width: 1024px) {
  body.tt-popup-dropdown .header-popup-bg {
    display: block;
  }
  body.tt-popup-dropdown .tt-stuck-nav.stuck {
    z-index: 22;
  }
  body.tt-popup-dropdown .tt-stuck-nav.stuck:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
  }
}
header {
  /*
		header an object
	*/
  /*.tt-cart,*/
  /* tt-box-info */
  /* tt-cart-layout */
  /* tt-search */
  /* tt-social-icon */
  /* tt-listing-01 */
  /*
		Color schemes
	*/
}
header .tt-logo {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
header .tt-logo .tt-title {
  padding: 0;
  display: inline-block;
  font-size: 19px;
  line-height: 1.1;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  color: #2879fe;
  text-transform: uppercase;
}
header .tt-logo:hover .tt-title {
  color: #2879fe;
}
header .tt-logo-alignment {
  position: relative;
}
header .tt-desktop-header .tt-logo {
  margin-top: 13px;
  margin-bottom: 17px;
}
header .tt-desktop-header .tt-logo .tt-title {
  margin-top: 6px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (min-width: 1230px) {
  header .tt-desktop-header .dropdown-menu {
    max-width: 1200px;
  }
}
header .tt-dropdown-obj {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
header .tt-dropdown-obj .tt-dropdown-toggle {
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 5px 8px;
  font-size: 20px;
  line-height: 1;
  color: #191919;
  background: none;
  border: none;
  display: inline-block;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
header .tt-dropdown-obj .tt-dropdown-toggle i {
  pointer-events: none;
}
header .tt-dropdown-obj .tt-dropdown-toggle:hover {
  color: #2879fe;
}
header .tt-dropdown-obj .tt-dropdown-menu {
  display: none;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 22;
  text-align: left;
}
@media (max-width: 1024px) {
  header .tt-dropdown-obj:not(.tt-search) .tt-dropdown-menu {
    display: block;
    right: auto;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform .3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    position: fixed;
  }
  header .container {
    max-width: inherit;
  }
}
header .tt-dropdown-obj.active .tt-dropdown-toggle {
  z-index: 2;
  color: #2879fe;
}
header .tt-account .tt-dropdown-menu,
header .tt-multi-obj .tt-dropdown-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1025px) {
  header .tt-account .tt-dropdown-menu,
  header .tt-multi-obj .tt-dropdown-menu {
    width: 280px;
  }
}
@media (min-width: 1025px) {
  header .tt-account .tt-dropdown-menu .tt-cart .tt-dropdown-menu,
  header .tt-multi-obj .tt-dropdown-menu .tt-cart .tt-dropdown-menu {
    width: 399px;
  }
}
@media (max-width: 1024px) {
  header .tt-account .tt-dropdown-menu,
  header .tt-multi-obj .tt-dropdown-menu {
    width: 270px;
  }
}
@media (max-width: 1024px) {
  header .tt-cart .tt-dropdown-menu {
    width: 320px;
  }
  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content {
    padding: 26px 30px 23px;
  }
  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-total-row {
    margin-top: 30px;
    padding-top: 24px;
  }
  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn {
    margin-top: 4px;
  }
  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn .tt-item {
    margin-top: 20px;
  }
  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn .btn {
    font-weight: 500;
  }
  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn .btn:not(.btn-border) {
    font-size: 12px;
  }
  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-total-title {
    letter-spacing: 0.02em;
  }
}
@media (min-width: 1025px) {
  header .tt-cart.active .tt-dropdown-menu,
  header .tt-account.active .tt-dropdown-menu,
  header .tt-multi-obj.active .tt-dropdown-menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  header .tt-cart.active .tt-dropdown-menu,
  header .tt-account.active .tt-dropdown-menu,
  header .tt-multi-obj.active .tt-dropdown-menu {
    display: block;
    right: auto;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
header .tt-parent-box:first-child .tt-dropdown-toggle {
  padding-left: 0;
}
header .tt-parent-box:last-child .tt-dropdown-toggle {
  padding-right: 0;
}
header .tt-parent-box {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: top;
}
header .tt-box-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .tt-box-info ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  letter-spacing: 0.01em;
  font-size: 14px;
}
header .tt-box-info ul li a {
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
header .tt-box-info ul li [class^="icon-"] {
  margin-right: 4px;
  font-size: 18px;
  position: relative;
  top: 3px;
}
header .tt-box-info ul li:not(:first-child) {
  margin-left: 880px;
}
@media (min-width: 1025px) {
  header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
    padding: 33px 20px 37px 39px;
  }
}
@media (max-width: 1024px) {
  header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
    padding: 15px 20px 37px 29px;
  }
  header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li {
    letter-spacing: 0.01em;
  }
  header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a {
    display: inline-block;
    padding: 7px 0;
    color: #191919;
  }
  header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a [class^="icon-"] {
    top: 3px;
    margin-right: 7px;
    color: #191919;
  }
  header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a:hover {
    color: #2879fe;
  }
  header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a:hover [class^="icon-"] {
    color: #2879fe;
  }
}
header .tt-account ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -1px;
}
header .tt-account ul li {
  font-size: 14px;
}
header .tt-account ul li a {
  color: #191919;
  padding: 3px 0;
  display: block;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
header .tt-account ul li a [class^="icon-"] {
  font-size: 20px;
  line-height: 1;
  margin-right: 8px;
  position: relative;
  top: 3px;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
header .tt-account ul li a .icon-Vector,
header .tt-account ul li a .icon-n-072,
header .tt-account ul li a .icon-n-08 {
  font-size: 16px;
  left: 2px;
}
header .tt-account ul li a .icon-n-072 {
  margin-right: 11px;
}
header .tt-account ul li a .icon-n-08 {
  margin-right: 12px;
}
header .tt-account ul li a .icon-Vector {
  margin-right: 9px;
}
header .tt-account ul li a:hover {
  color: #2879fe;
}
header .tt-account ul li a:hover [class^="icon-"] {
  color: #2879fe;
}
@media (min-width: 1025px) {
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner {
    padding: 35px 20px 30px 41px;
  }
}
@media (max-width: 1024px) {
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul {
    padding: 16px 30px 16px 31px;
    position: relative;
    margin-top: 0;
  }
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li {
    letter-spacing: 0.02em;
  }
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li a {
    padding: 9px 0;
    color: #191919;
  }
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li a [class^="icon-"] {
    font-size: 20px;
    color: #191919;
  }
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li a:hover {
    color: #2879fe;
  }
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li a:hover [class^="icon-"] {
    color: #2879fe;
  }
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li.active a {
    color: #2879fe;
  }
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul li.active a [class^="icon-"] {
    color: #2879fe;
  }
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul:not(:first-child) {
    border-top: 1px solid #e9e7e7;
  }
}
header .tt-multi-obj ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -4px;
}
header .tt-multi-obj ul li {
  font-size: 14px;
}
header .tt-multi-obj ul li a,
header .tt-multi-obj ul li span {
  color: #191919;
  padding: 3px 0;
  display: block;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
header .tt-multi-obj ul li a [class^="icon-"],
header .tt-multi-obj ul li span [class^="icon-"] {
  font-size: 15px;
  line-height: 1;
  margin-right: 8px;
  margin-left: -3px;
  position: relative;
  top: 1px;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
header .tt-multi-obj ul li a:hover {
  color: #2879fe;
}
header .tt-multi-obj ul li a:hover [class^="icon-"] {
  color: #2879fe;
}
header .tt-multi-obj ul li.active a,
header .tt-multi-obj ul li.active span {
  color: #2879fe;
}
header .tt-multi-obj ul li.active a [class^="icon-"],
header .tt-multi-obj ul li.active span [class^="icon-"] {
  color: #2879fe;
}
header .tt-multi-obj ul:not(:first-child) {
  margin-top: 22px;
}
header .tt-multi-obj .tt-mobile-add + ul {
  margin-top: 0;
}
header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add {
  border-bottom: 1px solid #e9e7e7;
}
@media (min-width: 1025px) {
  header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add {
    display: none;
  }
}
header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title {
  color: #191919;
  font-size: 14px;
  line-height: 1.1;
  pointer-events: none;
}
header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close {
  font-size: 14px;
  padding: 13px 12px 13px 29px;
  display: block;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close:before {
  font-family: 'wokiee';
  content: "\e9b3";
  padding-right: 6px;
  font-size: 14px;
  position: relative;
  top: 1px;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close:hover {
  color: #2879fe;
}
header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close:hover:before {
  color: #2879fe;
}
header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title {
  padding: 18px 0 17px 30px;
}
header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title + .tt-close {
  position: absolute;
  right: 9px;
  top: 0;
  font-size: 0;
  text-align: right;
}
header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #2879fe;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 12px;
  line-height: 1.7;
  pointer-events: none;
}
header .tt-cart .tt-dropdown-toggle .tt-badge-cart .loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  background: #2879fe;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
header .tt-cart .tt-dropdown-toggle .tt-badge-cart .loading-mask .loader {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
header .tt-cart .tt-dropdown-toggle .tt-badge-cart .loading-mask .loader img {
  display: none;
}
header .tt-cart .tt-cart-layout .tt-cart-empty {
  padding: 21px 40px 19px;
  text-align: center;
  display: block;
}
header .tt-cart .tt-cart-layout .tt-cart-empty [class^="icon-"] {
  font-size: 40px;
  line-height: 1;
  color: #cdcdcd;
}
header .tt-cart .tt-cart-layout .tt-cart-empty p {
  margin-top: 7px;
  letter-spacing: 0.01em;
  color: #191919;
}
header .tt-cart .tt-cart-layout .tt-cart-content {
  padding: 26px 20px 23px;
}
header .tt-cart .tt-cart-layout .tt-cart-content .minicart-items-wrapper {
  height: auto !important;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img {
  margin-top: 4px;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img img {
  width: 67px;
  height: auto;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-wrap {
  display: flex;
  width: 100%;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-wrap .tt-title {
  color: #191919;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-wrap .tt-title a {
  color: #191919;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-wrap .tt-title a:hover {
  color: #2879fe;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img + .tt-item-descriptions {
  margin-left: 20px;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-title {
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-add-info {
  list-style: none;
  margin: 4px 0 0 0;
  padding: 0 0 5px 0;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-add-info li {
  color: #999999;
  font-size: 11px;
  line-height: 16px;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .details-qty {
  padding-top: 8px;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .details-qty label {
  display: none;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .details-qty .item-qty {
  display: inline-block;
  margin-right: 4px;
  width: 36px;
  height: 24px;
  font-size: 12px;
  padding: 5px;
  text-align: center;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .details-qty .update-cart-item {
  display: inline-block;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #191919;
  font-size: 12px;
  line-height: 22px;
  position: relative;
  top: 2px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .details-qty .update-cart-item:hover {
  color: #2879fe;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-price,
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .price-container {
  font-size: 16px;
  color: #191919;
  font-weight: 500;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions > *:nth-child(1) {
  margin-top: 0;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item:not(:first-child) {
  margin-top: 16px;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-close {
  padding: 4px;
  margin-right: -6px;
  margin-bottom: 6px;
  position: relative;
  background: none;
  border: none;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-edit {
  padding: 4px;
  margin-right: -6px;
  position: relative;
  background: none;
  border: none;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-close:before,
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-edit:before {
  color: #191919;
  font-size: 15px;
  line-height: 22px;
  font-family: 'wokiee';
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-close:before {
  content: "\ea83";
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-edit:before {
  content: "\eb11";
  font-size: 14px;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-close:hover:before,
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-edit:hover:before {
  color: #2879fe;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e9e7e7;
  margin-top: 20px;
  padding-top: 14px;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row .tt-cart-total-title {
  font-weight: 500;
  color: #191919;
  font-size: 14px;
  font-family: 'Hind', sans-serif;
  text-transform: uppercase;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row .tt-cart-total-price,
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row .price-container {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  color: #191919;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-btn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-btn .tt-item {
  margin-top: 11px;
  width: 100%;
}
header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-btn .btn {
  padding-left: 13px;
  padding-right: 13px;
  width: 100%;
  white-space: normal;
  text-transform: uppercase;
}
header .tt-dropdown-obj .tt-dropdown-toggle:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 1025px) {
  header .tt-search .tt-dropdown-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    display: block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  header .tt-search .tt-dropdown-menu .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  header .tt-search .tt-dropdown-menu form {
    position: relative;
    display: block;
  }
  header .tt-search .tt-dropdown-menu .tt-search-input {
    display: inline;
    background: transparent;
    font-size: 24px;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #eceaea;
    padding: 11px 12px 10px 0px;
    font-family: 'Hind', sans-serif;
    box-shadow: none;
    outline: none;
    width: 100%;
    height: auto;
    text-transform: uppercase;
    color: #191919;
    margin-top: 28px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus)::-webkit-input-placeholder {
    color: #191919;
    text-transform: uppercase;
  }
  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus)::-moz-placeholder {
    color: #191919;
    text-transform: uppercase;
  }
  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus):-moz-placeholder {
    color: #191919;
    text-transform: uppercase;
  }
  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus):-ms-input-placeholder {
    color: #191919;
    text-transform: uppercase;
  }
  header .tt-search .tt-dropdown-menu .tt-btn-search {
    color: #333333;
    font-size: 30px;
    line-height: 1;
    font-family: 'wokiee';
    position: absolute;
    cursor: pointer;
    top: 41px;
    padding: 4px 0 4px 4px;
    margin-top: -4px;
    right: 0px;
    z-index: 3;
    display: inline-block;
    background: none;
    border: none;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  header .tt-search .tt-dropdown-menu .tt-btn-search:before {
    content: "\e9b4";
  }
  header .tt-search .tt-dropdown-menu .tt-btn-search:hover {
    color: #2879fe;
  }
  header .tt-search .tt-dropdown-menu .nested {
    padding: 10px 0 0 0;
    display: none;
  }
  header .tt-search .tt-dropdown-menu .tt-info-text {
    position: absolute;
    top: 0;
    left: 0;
  }
  header .tt-search .tt-dropdown-menu .tt-btn-close {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -1px;
    color: #191919;
    font-size: 14px;
    line-height: 1;
    font-family: 'wokiee';
    padding: 5px 0px 5px 5px;
    background: none;
    border: none;
    cursor: pointer;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  header .tt-search .tt-dropdown-menu .tt-btn-close:before {
    font-family: 'wokiee';
    content: "\e9b3";
    line-height: 1;
  }
  header .tt-search .tt-dropdown-menu .tt-btn-close:hover {
    color: #2879fe;
  }
  header .tt-search .tt-dropdown-menu > .container {
    display: none;
  }
}
@media (max-width: 1024px) {
  header .tt-search .tt-dropdown-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    position: absolute;
    z-index: -2;
    opacity: 0;
    width: 100%;
    top: 0;
    left: 0;
  }
  header .tt-search .tt-dropdown-menu:before {
    content: '';
    display: block;
    width: calc(100% + 40px);
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #ffffff;
    margin-left: -20px;
    margin-right: -20px;
  }
  header .tt-search .tt-dropdown-menu .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
  header .tt-search .tt-dropdown-menu .container [class^="tt-col"]:first-child:first-child {
    padding-left: 0;
  }
  header .tt-search .tt-dropdown-menu .tt-info-text {
    display: none;
  }
  header .tt-search .tt-dropdown-menu form {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .tt-search .tt-dropdown-menu form .tt-col:first-child {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
  }
  header .tt-search .tt-dropdown-menu form .tt-col:last-child {
    margin-left: 20px;
  }
  header .tt-search .tt-dropdown-menu form .tt-search-input {
    background: transparent;
    font-size: 14px;
    border: 1px solid transparent;
    padding: 17px 12px 12px 0px;
    height: 48px;
    font-family: 'Hind', sans-serif;
    box-shadow: none;
    outline: none;
    width: calc(100% - 40px);
    color: #191919;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  header .tt-search .tt-dropdown-menu form .tt-search-input:not(focus)::-webkit-input-placeholder {
    color: #191919;
    text-transform: uppercase;
  }
  header .tt-search .tt-dropdown-menu form .tt-search-input:not(focus)::-moz-placeholder {
    color: #191919;
    text-transform: uppercase;
  }
  header .tt-search .tt-dropdown-menu form .tt-search-input:not(focus):-moz-placeholder {
    color: #191919;
    text-transform: uppercase;
  }
  header .tt-search .tt-dropdown-menu form .tt-search-input:not(focus):-ms-input-placeholder {
    color: #191919;
    text-transform: uppercase;
  }
  header .tt-search .tt-dropdown-menu .nested {
    display: none;
  }
  header .tt-search .tt-dropdown-menu .tt-btn-close {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: #191919;
    font-size: 20px;
    line-height: 1;
    font-family: 'wokiee';
    padding: 3px 0px 5px 5px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    top: 3px;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  header .tt-search .tt-dropdown-menu .tt-btn-close:before {
    font-family: 'wokiee';
    content: "\e9b3";
    font-size: 20px;
    line-height: 1;
  }
  header .tt-search .tt-dropdown-menu .tt-btn-close:hover {
    color: #2879fe;
  }
  header .tt-search .tt-dropdown-menu .tt-btn-search {
    color: #2879fe;
    font-size: 20px;
    line-height: 1;
    font-family: 'wokiee';
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -10px;
    right: 40px;
    z-index: 3;
    display: inline-block;
    background: none;
    border: none;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  header .tt-search .tt-dropdown-menu .tt-btn-search:before {
    content: "\e9b4";
  }
  header .tt-search .tt-dropdown-menu .search-results {
    position: absolute;
    top: 38px;
    left: 0;
    padding: 11px 11px 19px;
  }
}
@media (max-width: 1024px) and (min-width: 481px) {
  header .tt-search .tt-dropdown-menu .search-results {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 481px) {
  header .tt-search .tt-dropdown-menu .search-results {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
header .tt-search .search-results {
  position: relative;
  padding: 0;
  width: 100%;
  display: none;
}
@media (max-width: 1024px) {
  header .tt-search .search-results {
    background: #ffffff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.04);
    margin-top: 22px;
  }
  header .tt-search .search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header .tt-search .search-results ul > li {
    display: none;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  header .tt-search .search-results ul > li a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #191919;
    padding: 0;
    position: relative;
    background-color: transparent;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
  }
  header .tt-search .search-results ul > li a .thumbnail {
    width: 50px;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    border-right: 2px solid #ffffff;
  }
  header .tt-search .search-results ul > li a .thumbnail img {
    width: 100%;
    height: auto;
  }
  header .tt-search .search-results ul > li a .tt-description {
    padding: 5px 15px 5px 16px;
    white-space: normal;
    font-size: 14px;
    line-height: 24px;
  }
  header .tt-search .search-results ul > li a .tt-description .tt-title {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
  }
  header .tt-search .search-results ul > li a .tt-description .tt-price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #191919;
  }
  header .tt-search .search-results ul > li a .tt-description .tt-price .new-price {
    color: #f8353e;
    margin-right: 7px;
  }
  header .tt-search .search-results ul > li a .tt-description .tt-price .old-price {
    color: #191919;
    text-decoration: line-through;
  }
  header .tt-search .search-results ul > li a .tt-description .tt-price .old-price .money {
    text-decoration: line-through;
  }
  header .tt-search .search-results ul > li a .tt-description .tt-price span {
    display: inline-block;
  }
  header .tt-search .search-results ul > li a:hover {
    background-color: #f7f8fa;
  }
  header .tt-search .search-results ul > li:not(:first-child) {
    margin-top: 10px;
  }
  header .tt-search .search-results ul li:nth-child(-n+3) {
    display: block;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) and (min-width: 481px) {
  header .tt-search .search-results {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 481px) {
  header .tt-search .search-results {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  header .tt-search .search-results {
    margin-top: 27px;
    background: #ffffff;
  }
  header .tt-search .search-results ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin-right: -10px;
    margin-left: -10px;
  }
  header .tt-search .search-results ul > li {
    display: block;
    width: 16.666%;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }
  header .tt-search .search-results ul > li a {
    display: block;
    color: #191919;
  }
  header .tt-search .search-results ul > li a .thumbnail img {
    width: 100%;
    height: auto;
  }
  header .tt-search .search-results ul > li a .tt-description {
    padding: 14px 0px 5px 0px;
    white-space: normal;
    font-size: 14px;
    line-height: 24px;
  }
  header .tt-search .search-results ul > li a .tt-description .tt-title {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  header .tt-search .search-results ul > li a .tt-description .tt-price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #191919;
  }
  header .tt-search .search-results ul > li a .tt-description .tt-price .new-price {
    color: #f8353e;
    margin-right: 7px;
  }
  header .tt-search .search-results ul > li a .tt-description .tt-price .old-price {
    color: #191919;
    text-decoration: line-through;
  }
  header .tt-search .search-results ul > li a .tt-description .tt-price .old-price .money {
    text-decoration: line-through;
  }
  header .tt-search .search-results ul > li a .tt-description .tt-price span {
    display: inline-block;
  }
  header .tt-search .search-results ul > li a:hover .tt-title {
    color: #2879fe;
  }
}
header .tt-search .tt-view-all {
  background: none;
  border: none;
  padding: 0;
  margin-top: 15px;
  color: #2879fe;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
header .tt-search .tt-view-all:hover {
  text-decoration: none;
  color: #191919;
}
@media (min-width: 1025px) {
  header .tt-search.active .tt-dropdown-menu {
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header .tt-search.active .tt-dropdown-menu > .container {
    display: block;
  }
}
@media (max-width: 1024px) {
  header .tt-search.active .tt-dropdown-menu {
    z-index: 3;
    opacity: 1;
  }
}
header .tt-social-icon {
  margin-top: 7px;
  padding-bottom: 5px;
}
header .tt-social-icon li:first-child a {
  padding-left: 0;
}
header .tt-social-icon li:last-child a {
  padding-right: 0;
}
header ul.tt-listing-01 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  text-align: center;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
  margin-top: -4px;
  margin-left: -8px;
  padding-bottom: 2px;
}
header ul.tt-listing-01 li {
  margin-top: 8px;
  margin-left: 8px;
  width: calc(50% - 8px);
}
header ul.tt-listing-01 li a {
  display: block;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header ul.tt-listing-01 li a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
header ul.tt-listing-01 li a:before {
  content: '';
  width: 100%;
  height: 100%;
  outline: 1px solid #e9e7e7;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  -moz-transition: outline-color 0.2s linear;
  -o-transition: outline-color 0.2s linear;
  -webkit-transition: outline-color 0.2s linear;
  transition: outline-color 0.2s linear;
}
@media (min-width: 1230px) {
  header ul.tt-listing-01 li a {
    height: 78px;
    padding: 9px;
  }
}
@media (max-width: 1229px) {
  header ul.tt-listing-01 li a {
    height: 65px;
    padding: 5px;
  }
}
header ul.tt-listing-01 li a:hover:before {
  outline-color: #191919;
}
@media (max-width: 480px) {
  header .tt-mobile-header .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
header .tt-color-scheme-01 {
  background: #00a1ee;
  color: #ffffff;
}
header .tt-color-scheme-01 .tt-box-info ul li a {
  color: #ffffff;
}
header .tt-color-scheme-01 .tt-box-info ul li a:hover {
  color: #ffffff;
}
header .tt-color-scheme-01 .tt-box-info ul li [class^="icon-"] {
  color: #ffffff;
}
header .tt-color-scheme-01 .tt-social-icon li a {
  color: #191919;
}
header .tt-color-scheme-01 .tt-social-icon li a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 [data-tm-dir='row'] .TonyM__panel > li > a {
    color: #ffffff;
    background: transparent;
  }
  header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 [data-tm-dir='row'] .TonyM__panel > li:hover > a {
    color: #ffffff;
    background: #2879fe;
  }
}
@media only screen and (min-width: 1025px) {
  header .tt-color-scheme-01 .tt-desctop-menu:not(.tt-hover-02) [data-tm-dir='row'] .TonyM__panel > li > a {
    color: #ffffff;
    background: transparent;
  }
  header .tt-color-scheme-01 .tt-desctop-menu:not(.tt-hover-02) [data-tm-dir='row'] .TonyM__panel > li:hover > a {
    color: #2879fe;
    background: transparent;
  }
}
header .tt-color-scheme-01 .tt-dropdown-obj .tt-dropdown-toggle {
  color: #ffffff;
}
header .tt-color-scheme-01 .tt-dropdown-obj .tt-dropdown-toggle:hover {
  color: #2879fe;
}
header .tt-color-scheme-02 {
  background: #f7f8fa;
  color: #888888;
}
header .tt-color-scheme-02 .tt-box-info ul li a {
  color: #888888;
}
header .tt-color-scheme-02 .tt-box-info ul li a:hover {
  color: #888888;
}
header .tt-color-scheme-02 .tt-box-info ul li [class^="icon-"] {
  color: #2879fe;
}
header .tt-color-scheme-02 .tt-social-icon li a {
  color: #cdcdcd;
}
header .tt-color-scheme-02 .tt-social-icon li a:hover {
  color: #191919;
}
@media only screen and (min-width: 1025px) {
  header .tt-color-scheme-02 .tt-desctop-menu.tt-hover-02 [data-tm-dir='row'] .TonyM__panel > li > a {
    color: #191919;
    background: transparent;
  }
  header .tt-color-scheme-02 .tt-desctop-menu.tt-hover-02 [data-tm-dir='row'] .TonyM__panel > li:hover > a {
    color: #ffffff;
    background: #2879fe;
  }
}
@media only screen and (min-width: 1025px) {
  header .tt-color-scheme-02 .tt-desctop-menu:not(.tt-hover-02) [data-tm-dir='row'] .TonyM__panel > li > a {
    color: #191919;
    background: transparent;
  }
  header .tt-color-scheme-02 .tt-desctop-menu:not(.tt-hover-02) [data-tm-dir='row'] .TonyM__panel > li:hover > a {
    color: #2879fe;
    background: transparent;
  }
}
header .tt-color-scheme-02 .tt-dropdown-obj .tt-dropdown-toggle {
  color: #191919;
}
header .tt-color-scheme-02 .tt-dropdown-obj .tt-dropdown-toggle:hover {
  color: #2879fe;
}
header [class^="tt-color-scheme-"].tt-search-container {
  background: #ffffff;
}
.cms-index-index header .tt-color-scheme-03 {
  background: transparent;
  color: #888888;
}
@media only screen and (min-width: 1025px) {
  .cms-index-index header .tt-color-scheme-03 .tt-desctop-menu.tt-hover-02 [data-tm-dir='row'] .TonyM__panel > li > a {
    color: #ffffff;
    background: transparent;
  }
  .cms-index-index header .tt-color-scheme-03 .tt-desctop-menu.tt-hover-02 [data-tm-dir='row'] .TonyM__panel > li:hover > a {
    color: #ffffff;
    background: #2879fe;
  }
}
@media only screen and (min-width: 1025px) {
  .cms-index-index header .tt-color-scheme-03 .tt-desctop-menu:not(.tt-hover-02) [data-tm-dir='row'] .TonyM__panel > li > a {
    color: #ffffff;
    background: transparent;
  }
  .cms-index-index header .tt-color-scheme-03 .tt-desctop-menu:not(.tt-hover-02) [data-tm-dir='row'] .TonyM__panel > li:hover > a {
    color: #2879fe;
    background: transparent;
  }
}
.cms-index-index header .tt-color-scheme-03 .tt-dropdown-obj .tt-dropdown-toggle {
  color: #ffffff;
}
.cms-index-index header .tt-color-scheme-03 .tt-dropdown-obj .tt-dropdown-toggle:hover {
  color: #2879fe;
}
html.ie .tt-desctop-parent-menu {
  line-height: 0;
}
html.ie .tt-desctop-parent-menu .dropdown-menu {
  line-height: 22px;
}
/*
	desktop header
*/
.tt-desktop-header {
  position: relative;
  z-index: 8;
}
@media (max-width: 1024px) {
  .tt-desktop-header {
    display: none;
  }
}
.tt-desktop-header .tt-dropdown-obj {
  margin-top: 9px;
  padding-bottom: 7px;
}
.tt-header-static {
  position: absolute;
  z-index: 9;
  width: 100%;
  background: transparent;
}
.tt-header-static-subpage {
  position: static;
}
header .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.tt-desktop-header .container-fluid .container {
  position: relative;
}
/*
	header layout
*/
@media (max-width: 1024px) {
  .tt-header-top-row.mobile-hide {
    display: none;
  }
}
.tt-header-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 40px;
}
.tt-header-row .tt-col-right {
  vertical-align: top;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.tt-header-row .tt-col-right div.tt-desctop-parent-menu:not(:last-child) {
  margin-right: 15px;
}
.tt-header-row .tt-row-left {
  vertical-align: top;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-header-row .tt-row-left .tt-logo:not(:last-child) {
  margin-bottom: 0;
}
.tt-header-row .tt-row-left .tt-logo + .tt-desctop-parent-menu .tt-desctop-menu nav > ul li.dropdown > a {
  padding-top: 13px;
  padding-bottom: 22px;
}
.tt-header-row .tt-row-left .tt-logo + .tt-desctop-parent-menu .tt-desctop-menu nav > ul li.dropdown > a .tt-badge {
  top: -6px;
}
.tt-header-row .tt-row-left > *:nth-child(1):not(.tt-logo) {
  margin-top: 0;
}
.tt-header-row .tt-col-left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  vertical-align: top;
}
.tt-header-row .tt-col-left:last-child .tt-desctop-menu:last-child:first-child nav > ul li.dropdown > a {
  padding-top: 18px;
  padding-bottom: 17px;
}
.tt-header-row .tt-col-left:last-child .tt-desctop-menu:last-child:first-child nav > ul li.dropdown > a .tt-badge {
  top: 2px;
}
.tt-header-row .tt-col-left:not(.tt-row-center):not(.tt-row-left) .tt-logo {
  margin-right: 30px;
}
.tt-header-row .tt-position-absolute:not(:first-child) {
  position: absolute;
}
.tt-header-row .tt-position-absolute.tt-search-active {
  left: 0;
}
.tt-header-row .tt-col-right.tt-position-absolute:not(:first-child) {
  right: 0;
}
.tt-header-row .tt-col-left.tt-position-absolute {
  left: 0;
  position: absolute;
}
.tt-header-row .tt-row-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
}
.tt-header-row .tt-row-center .tt-logo:not(:last-child) {
  margin-bottom: 0;
}
.tt-header-row .tt-row-center .tt-logo + .tt-desctop-parent-menu .tt-desctop-menu nav > ul li.dropdown > a {
  padding-top: 13px;
  padding-bottom: 22px;
}
.tt-header-row .tt-row-center .tt-logo + .tt-desctop-parent-menu .tt-desctop-menu nav > ul li.dropdown > a .tt-badge {
  top: -6px;
}
.tt-header-row .tt-row-center > *:nth-child(1):not(.tt-logo) {
  margin-top: 0;
}
.tt-header-row .tt-col-large {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
}
.tt-header-row .tt-col-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-header-row .tt-col-center .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 870px) {
  .tt-header-row.tt-top-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 0 7px 0;
  }
  .tt-header-row.tt-top-row > div {
    max-width: inherit;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tt-header-row.tt-top-row .tt-box-info {
    width: 100%;
    margin-top: 6px;
  }
  .tt-header-row.tt-top-row .tt-box-info ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tt-header-row.tt-top-row .tt-box-info ul li {
    margin-left: 0;
    margin-right: 0;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .tt-header-row.tt-top-row .tt-social-icon {
    margin-top: 6px;
  }
  .tt-header-row.tt-top-row .tt-social-icon li:first-child {
    margin-right: 10px;
  }
  .tt-header-row.tt-top-row .tt-social-icon li:not(:last-child):not(:first-child) {
    margin: 0 10px;
  }
  .tt-header-row.tt-top-row .tt-social-icon li:last-child {
    margin-left: 10px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .tt-header-row.tt-top-row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container-fluid.tt-search-container {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.tt-search-container .tt-search .tt-dropdown-menu form {
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid.tt-search-container .tt-search .tt-dropdown-menu .tt-btn-search {
  right: 60px;
}
/* tt-desctop-menu */
.tt-desctop-menu {
  /*
        obj
    */
  /*
        dropdown layout
    */
}
.tt-desctop-menu img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.tt-desctop-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tt-desctop-menu ul li {
  display: inline-block;
}
.tt-desctop-menu > ul > li > a {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  display: inline-block;
  position: relative;
}
.tt-desctop-menu ul.popup-left {
  left: auto;
  right: 100%;
}
.tt-desctop-menu .dropdown {
  position: inherit;
}
.tt-desctop-menu .dropdown > a {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-desctop-menu .dropdown .dropdown-menu {
  display: none;
  top: -10000px;
  background: #ffffff;
}
.tt-desctop-menu .dropdown:hover {
  top: auto;
}
.tt-desctop-menu .dropdown:hover .dropdown-menu {
  top: auto;
}
.tt-desctop-menu .dropdown-menu {
  padding: 33px 5px 27px 39px;
  margin-top: 0px;
  border: none;
  display: block;
  position: absolute;
}
.tt-desctop-menu .megamenu .dropdown-menu {
  left: 0;
}
.tt-desctop-menu .dropdown-menu.one-col {
  min-width: 202px;
  margin-left: 0;
  width: auto;
}
.tt-desctop-menu .dropdown-menu.large-width {
  width: 290px;
}
.tt-desctop-menu .dropdown-menu.large-width > li > a {
  white-space: normal;
}
.tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child .dropdown-menu {
  margin-left: 0;
}
.tt-desctop-menu .dropdown > a {
  position: relative;
}
.tt-desctop-menu .dropdown > a .tt-badge {
  position: absolute;
  top: 9px;
  right: 0;
}
.tt-desctop-menu .tt-badge {
  display: inline-block;
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  color: #ffffff;
  background-color: transparent;
  font-size: 12px;
  line-height: 1;
  padding: 3px 4px 1px;
  position: relative;
  top: -1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.tt-desctop-menu .tt-new {
  color: #ffffff;
  background-color: #1393f5;
}
.tt-desctop-menu .tt-fatured {
  color: #ffffff;
  background-color: #fdbc20;
}
.tt-desctop-menu .tt-sale {
  color: #ffffff;
  background-color: #f8353e;
}
.tt-desctop-menu .header-menu-product a {
  display: block;
}
.tt-desctop-menu .header-menu-product a .tt-title {
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-desctop-menu .header-menu-product a:hover .tt-title {
  color: #2879fe;
}
.tt-desctop-menu .header-menu-product .tt-product .tt-description {
  padding-top: 6px;
}
.tt-desctop-menu nav > ul {
  /*._reset-ul-style();
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;*/
}
.tt-desctop-menu nav > ul > li.dropdown > a {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 28px 12px 27px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.tt-desctop-menu .tt-title-submenu + .slick-slider,
.tt-desctop-menu .tt-title-submenu + .tt-menu-slider {
  margin-top: 4px;
}
.tt-desctop-menu .tt-megamenu-submenu {
  margin-top: -3px;
  display: inline-block;
}
.tt-desctop-menu .tt-megamenu-submenu > li {
  display: block;
  position: relative;
}
.tt-desctop-menu .tt-megamenu-submenu > li > a {
  color: #191919;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  padding-top: 3px;
  padding-right: 23px;
  padding-bottom: 3px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-desctop-menu .tt-megamenu-submenu > li > a img {
  width: auto;
  position: absolute;
  right: -8px;
  top: 0px;
  visibility: hidden;
  z-index: 3;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-desctop-menu .tt-megamenu-submenu > li > a:hover {
  color: #2879fe;
}
.tt-desctop-menu .tt-megamenu-submenu > li > a:hover img {
  visibility: visible;
  right: -34px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.tt-desctop-menu .tt-megamenu-submenu > li > a:hover:before {
  left: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.tt-desctop-menu .tt-megamenu-submenu > li.active > a {
  color: #2879fe;
}
.tt-desctop-menu .tt-megamenu-submenu li a:not(:only-child):after {
  content: "";
  speak: none;
  right: 13px;
  margin-top: 7px;
  position: absolute;
  border-top: 4px solid transparent;
  border-left: 4px solid #191919;
  border-bottom: 4px solid transparent;
  position: relative;
  display: inline-block;
  float: right;
  -webkit-font-smoothing: antialiased;
  pointer-events: none;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.tt-desctop-menu .tt-megamenu-submenu li a:not(:only-child):after .tt-badge {
  position: relative;
  top: 1px;
}
.tt-desctop-menu .tt-megamenu-submenu > li > a:not(:only-child):after {
  right: -13px;
}
.tt-desctop-menu .tt-megamenu-submenu > li ul {
  display: none;
  margin-top: 0px;
  background: #ffffff;
  position: absolute;
  z-index: 13;
  left: 100%;
  top: -13px;
  padding: 13px 0px 10px 0px;
  min-width: 210px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.tt-desctop-menu .tt-megamenu-submenu > li ul ul.right,
.tt-desctop-menu .tt-megamenu-submenu > li ul ul.right ul {
  left: auto;
  right: 100%;
}
.tt-desctop-menu .tt-megamenu-submenu > li ul ul.right .left,
.tt-desctop-menu .tt-megamenu-submenu > li ul ul.right .left ul {
  left: 100%;
  right: auto;
}
.tt-desctop-menu .tt-megamenu-submenu > li ul li {
  margin-bottom: 0;
  display: block;
  position: relative;
}
.tt-desctop-menu .tt-megamenu-submenu > li ul li a {
  padding: 3px 7px 3px 20px;
  font-size: 14px;
  display: block;
  color: #191919;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-desctop-menu .tt-megamenu-submenu > li ul li a:hover {
  color: #2879fe;
}
.tt-desctop-menu .tt-megamenu-submenu > li ul li.active > a {
  color: #2879fe;
}
.tt-desctop-menu ul.tt-sub-img {
  display: block;
}
.tt-desctop-menu ul.tt-sub-img li {
  display: block;
}
.tt-desctop-menu ul.tt-sub-img li a {
  display: block;
}
.tt-desctop-menu ul.tt-sub-img li a img {
  width: auto;
  position: absolute;
  right: -34px;
  top: -5px;
  visibility: hidden;
  z-index: 3;
  max-width: 141px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.tt-desctop-menu ul.tt-sub-img li a:hover img {
  visibility: visible;
  top: 0px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.tt-desctop-menu ul.tt-sub-img li.tt-sub-menu > a {
  display: inline-block;
}
.tt-desctop-menu .dropdown-menu {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.tt-desctop-menu .dropdown-menu > .row:not(:first-child) {
  margin-top: 26px;
}
.tt-desctop-menu .megamenu .dropdown-menu {
  width: 100%;
  padding: 33px 39px 39px 39px;
}
.tt-desctop-menu .megamenu .col {
  max-width: 281px;
}
@media (max-width: 1229px) {
  .tt-desctop-menu .megamenu .col {
    max-width: 228px;
  }
}
.tt-desctop-menu .tt-megamenu-col-01 .dropdown-menu {
  width: 280px;
  margin-left: -40px;
}
.tt-desctop-menu .tt-megamenu-col-01 .col {
  max-width: 281px;
  min-width: 281px;
}
.tt-desctop-menu .tt-megamenu-col-02 .dropdown-menu {
  width: 630px;
  margin-left: -40px;
}
.tt-desctop-menu .tt-megamenu-col-02 .col {
  max-width: 281px;
  min-width: 281px;
}
.tt-desctop-menu .tt-col-list {
  margin-top: -23px;
}
.tt-desctop-menu .tt-col-list [class^="col"] {
  margin-top: 23px;
}
@media only screen and (min-width: 1025px) {
  .tt-desctop-menu:not(.tt-hover-02) [data-tm-dir='row'] .TonyM__panel > li:nth-child(2) > a {
    padding-left: 0;
  }
  .tt-desctop-menu:not(.tt-hover-02) [data-tm-dir='row'] .TonyM__panel > li:last-child > a {
    padding-right: 0;
  }
  .tt-desctop-menu:not(.tt-hover-02) [data-tm-dir='row'] .TonyM__panel > li > a {
    color: #191919;
    background: transparent;
  }
  .tt-desctop-menu:not(.tt-hover-02) [data-tm-dir='row'] .TonyM__panel > li:hover > a {
    color: #2879fe;
    background: transparent;
  }
  .tt-desctop-menu.tt-hover-02 [data-tm-dir='row'] .TonyM__panel > li > a,
  .tt-desctop-menu.tt-hover-02 [data-tm-dir='row'] .TonyM__panel > li:nth-child(2) > a,
  .tt-desctop-menu.tt-hover-02 [data-tm-dir='row'] .TonyM__panel > li:last-child > a {
    padding-left: 13px;
    padding-right: 13px;
  }
  .tt-desctop-menu.tt-hover-02 [data-tm-dir='row'] .TonyM__panel > li > a {
    color: #191919;
    background: transparent;
  }
  .tt-desctop-menu.tt-hover-02 [data-tm-dir='row'] .TonyM__panel > li:hover > a {
    color: #ffffff;
    background: #2879fe;
  }
}
/*
	tt-mobile-header
*/
.tt-mobile-header .tt-top-line {
  border-top: 1px solid #e9e7e7;
}
.tt-mobile-header .tt-dropdown-obj {
  margin-top: 11px;
  padding-bottom: 7px;
}
.tt-mobile-header .tt-parent-box {
  margin-left: 20px;
}
.tt-mobile-header .tt-search .tt-dropdown-menu form {
  height: 50px;
}
.tt-mobile-header .container-fluid {
  min-height: 50px;
}
@media (min-width: 481px) {
  .tt-mobile-header .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tt-mobile-header .tt-logo-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  width: 100%;
}
.tt-mobile-header .tt-logo-container .tt-logo-alignment {
  top: -3px;
}
.tt-mobile-header .tt-logo-container .tt-logo-alignment .tt-title {
  margin-top: 11px;
}
.tt-mobile-header .tt-logo-container .tt-logo img {
  max-height: 20px;
}
@media (min-width: 481px) {
  .tt-mobile-header .tt-mobile-parent-menu {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
  }
}
@media (max-width: 480px) {
  .tt-mobile-header .tt-header-row.tt-top-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tt-mobile-header .tt-header-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .tt-mobile-header .tt-header-row .tt-parent-box {
    margin-left: inherit;
  }
  .tt-mobile-header .tt-header-row .tt-menu-toggle {
    padding-left: 8px;
    padding-right: 8px;
  }
  .tt-mobile-header .tt-header-row .tt-parent-box:last-child .tt-dropdown-toggle {
    padding-right: 8px;
  }
}
/* tt-menu-toggle */
.tt-menu-toggle {
  position: relative;
  display: inline-block;
  padding: 12px 5px 5px 0px;
  cursor: pointer;
  margin-left: 1px;
}
.tt-menu-toggle i {
  color: #191919;
  font-size: 20px;
  line-height: 1;
  position: relative;
  display: inline-block;
}
body:not(.touch-device) .tt-menu-toggle:hover i {
  color: #2879fe;
}
/* visibility desktop and mobile header */
@media (max-width: 1024px) {
  .tt-desktop-header {
    display: none;
  }
  .tt-mobile-header {
    display: block;
  }
}
@media (min-width: 1025px) {
  .tt-desktop-header {
    display: block;
  }
  .tt-mobile-header {
    display: none;
  }
}
/* tt-stuck-nav */
.tt-stuck-nav {
  width: 100%;
  position: fixed;
  backface-visibility: hidden;
  display: none;
  top: -100%;
  z-index: 20;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
  min-height: 45px;
}
.tt-stuck-nav .tt-dropdown-obj {
  margin-top: 8px;
  padding-bottom: 6px;
}
.tt-stuck-nav .tt-desctop-menu nav > ul li.dropdown > a {
  padding-top: 17px;
  padding-bottom: 16px;
}
.tt-stuck-nav .tt-desctop-menu nav > ul li.dropdown > a .tt-badge {
  top: 2px;
  padding: 1px 3px 1px;
}
.tt-stuck-nav .tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
  padding-left: 0;
}
.tt-stuck-nav .tt-menu-toggle {
  top: -1px;
}
.tt-stuck-nav .tt-btn-close {
  position: relative;
  top: 1px;
}
@media (max-width: 1024px) {
  .tt-stuck-nav .container {
    max-width: 100%;
  }
  .tt-stuck-nav .tt-parent-box {
    margin-left: 20px;
  }
}
@media (min-width: 481px) {
  .tt-stuck-nav .tt-stuck-parent-menu {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .tt-stuck-nav .container-fluid,
  .tt-stuck-nav .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .tt-stuck-nav .tt-header-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tt-stuck-nav .tt-header-row .tt-parent-box {
    margin-left: inherit;
  }
  .tt-stuck-nav .tt-header-row .tt-menu-toggle {
    padding-left: 8px;
    padding-right: 8px;
  }
  .tt-stuck-nav .tt-header-row .tt-parent-box:last-child .tt-dropdown-toggle {
    padding-right: 8px;
  }
}
.stuck.tt-stuck-nav {
  top: 0;
}
@media (max-width: 1024px) {
  .stuck.tt-stuck-nav {
    background: #ffffff;
  }
  .stuck.tt-stuck-nav .tt-search .tt-dropdown-menu .search-results {
    top: 23px;
    border-top: 1px solid #e9e7e7;
    padding-top: 20px;
  }
  .stuck.tt-stuck-nav .tt-search.active .tt-dropdown-menu::before {
    content: '';
    display: block;
    width: calc(100% + 40px);
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #ffffff;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1025px) {
  .stuck.tt-stuck-nav {
    background: #ffffff;
  }
}
/* tt-promo-02 (header banners) */
.tt-promo-02 {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tt-promo-02 > img {
  width: 100%;
  height: auto;
}
.tt-promo-02 .tt-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 39px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo-02 .tt-description .tt-title-small {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.04em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo-02 .tt-description .tt-title-large {
  font-family: 'Hind', sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0.04em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo-02 .tt-description .tt-title-xlarge {
  font-family: 'Hind', sans-serif;
  font-size: 36px;
  line-height: 41px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 2px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo-02 .tt-description p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
  letter-spacing: 0.02em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo-02 .tt-description .tt-obj-bottom {
  position: absolute;
  bottom: 30px;
}
.tt-promo-02 .tt-description [class^="btn"] {
  margin-top: 20px;
}
.tt-promo-02 .tt-description .tt-title-small:not([class$="color"]),
.tt-promo-02 .tt-description .tt-title-large:not([class$="color"]),
.tt-promo-02 .tt-description .tt-title-large:not([class$="color"]) {
  color: #191919;
}
.tt-promo-02 .tt-description img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1229px) {
  .tt-promo-02 .tt-description .tt-title-xlarge {
    font-size: 29px;
    line-height: 41px;
  }
}
@media (max-width: 575px) {
  .tt-promo-02 .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 22px;
  }
  .tt-promo-02 .tt-description .tt-title-large {
    font-size: 20px;
    line-height: 29px;
  }
  .tt-promo-02 .tt-description p {
    margin-top: 0;
    line-height: 20px;
  }
  .tt-promo-02 .tt-description [class^="btn"] {
    margin-top: 10px;
  }
}
.tt-promo-02 .tt-description *:nth-child(1) {
  margin-top: 0;
}
.tt-promo-02 .tt-description:not(.tt-point-v-t) {
  padding: 20px 39px;
}
.tt-promo-02 .tt-description.tt-point-v-t {
  padding: 26px 46px 26px 28px;
}
@media (max-width: 1229px) {
  .tt-promo-02 .tt-description.tt-point-v-t {
    padding: 26px 28px 26px 28px;
  }
}
.tt-promo-02 .tt-point-v-t {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-promo-02 .tt-point-v-b {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.tt-promo-02 .tt-point-h-l {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.tt-promo-02 .tt-point-h-r {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.tt-promo-02:hover .btn-underline,
.tt-promo-02:hover .btn-underline.tt-white-color {
  border-color: transparent !important;
}
.tt-promo-02:hover .btn-underline.tt-white-color {
  color: #ffffff;
}
.desctop-menu-large .tt-desktop-header .tt-obj-menu {
  width: 20%;
}
.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu {
  margin-left: -12px;
}
.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav > ul {
  display: inline-flex;
}
.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav > ul > li.dropdown > a {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  z-index: 1;
}
.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav > ul > li.dropdown:first-child > a {
  padding-left: 12px;
}
.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav > ul > li.dropdown .dropdown-menu {
  z-index: 2;
}
.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01):not(.tt-menu-small) {
  padding-top: 20px;
  padding-bottom: 20px;
}
.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu.tt-menu-small {
  padding-bottom: 14px;
}
.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu.tt-menu-small nav > ul > li.dropdown > a {
  padding-top: 0;
}
@media (max-width: 1735px) {
  .desctop-menu-large .tt-desktop-header.tt-header-static .tt-position-absolute + .tt-obj-menu .tt-desctop-menu {
    padding-left: 225px;
    padding-right: 225px;
  }
}
@media (min-width: 1230px) {
  .desctop-menu-large .tt-desktop-header.tt-header-static .tt-obj-menu.obj-aligment-center {
    position: inherit;
  }
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu {
  width: 20%;
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) {
  padding-top: 8px;
  padding-bottom: 9px;
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu {
  margin-left: -12px;
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu nav > ul {
  display: inline-flex;
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu nav > ul > li.dropdown > a {
  position: relative;
  z-index: 1;
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu nav > ul > li.dropdown:first-child > a {
  padding-left: 12px;
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu nav > ul > li.dropdown .dropdown-menu {
  z-index: 2;
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) {
  margin-left: -12px;
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) nav > ul > li.dropdown > a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) nav > ul li.dropdown:first-child > a {
  padding-left: 12px;
}
.tt-obj-menu.obj-aligment-center .tt-desctop-menu nav > ul,
.justify-content-md-center .tt-desctop-menu nav > ul {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
html.ie .desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav > ul {
  display: inline-block;
}
html.ie .desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu nav > ul {
  display: inline-block;
}
/*
    mobile menu
*/
.panel-menu,
.mmpanels,
.mmpanels > .mmpanel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: inherit;
}
.panel-menu {
  width: 270px;
  background: #ffffff;
  position: fixed;
  z-index: 22;
}
.panel-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.panel-menu ul li {
  margin: 0;
  width: 100%;
}
.panel-menu ul li a {
  display: flex;
  padding: 9px 27px 9px 30px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  color: #191919;
  background: transparent;
  position: relative;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.panel-menu ul li a:hover {
  color: #2879fe;
  background: transparent;
}
.panel-menu #mm0.mmpanel a:not(.mm-close) {
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  color: #191919;
  background-color: transparent;
}
.panel-menu #mm0.mmpanel a:not(.mm-close):after {
  color: #191919;
}
.panel-menu #mm0.mmpanel a:not(.mm-close):hover {
  color: #2879fe;
  background-color: transparent;
}
.panel-menu #mm0.mmpanel a:not(.mm-close):hover:after {
  color: #2879fe;
}
.panel-menu #mm0.mmpanel .mm-next-level:after {
  top: 12px;
}
.panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link) {
  font-family: 'Hind', sans-serif;
  font-weight: 400;
}
.panel-menu .mmpanel .tt-badge {
  display: inline-block;
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 3px 4px 1px;
  max-height: 16px;
  top: 2px;
  position: relative;
  margin-left: 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.panel-menu .mmpanel .tt-new {
  color: #ffffff;
  background-color: #1393f5;
}
.panel-menu .mmpanel .tt-fatured {
  color: #ffffff;
  background-color: #1393f5;
}
.panel-menu .mmpanel .tt-sale {
  color: #ffffff;
  background-color: #f8353e;
}
.panel-menu .mmpanel .mm-original-link .tt-badge {
  top: -1px;
}
.panel-menu .mm-close,
.panel-menu .mm-prev-level,
.panel-menu .mm-original-link {
  display: block;
  color: #191919;
  background-color: transparent;
}
.panel-menu .mm-close:before,
.panel-menu .mm-prev-level:before,
.panel-menu .mm-next-level:after {
  font-family: 'wokiee';
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  color: #191919;
}
.panel-menu .mm-close:hover,
.panel-menu .mm-prev-level:hover,
.panel-menu .mm-next-level:hover {
  color: #2879fe;
  background-color: transparent;
}
.panel-menu .mm-close:hover:before .mm-prev-level:hover:before,
.panel-menu .mm-next-level:hover:after {
  color: #2879fe;
}
.panel-menu li.mm-close-parent {
  margin-bottom: 15px;
}
.panel-menu li.mm-close-parent .mm-close {
  padding: 15px 16px 13px 29px;
  color: #191919;
  border-bottom: 1px solid #e9e7e7;
  background-color: transparent;
}
.panel-menu li.mm-close-parent .mm-close:before {
  content: "\e9b3";
  padding-right: 6px;
  position: relative;
  top: 1px;
  color: #191919;
}
.panel-menu li.mm-close-parent .mm-close:hover {
  color: #2879fe;
  background-color: transparent;
}
.panel-menu li.mm-close-parent .mm-close:hover:before {
  color: #2879fe;
}
.panel-menu .mm-prev-level {
  padding: 15px 16px 13px 29px;
  color: #191919;
  background-color: transparent;
  border-bottom: 1px solid #e9e7e7;
  margin-bottom: 15px;
}
.panel-menu .mm-prev-level:before {
  content: "\e90d";
  padding-right: 10px;
  position: relative;
  top: 1px;
  color: #191919;
}
.panel-menu .mm-prev-level:hover {
  color: #2879fe;
  background-color: transparent;
}
.panel-menu .mm-prev-level:hover:before {
  color: #2879fe;
}
.panel-menu .mm-next-level {
  color: #191919;
  background-color: transparent;
}
.panel-menu .mm-next-level:after {
  content: "\e90e";
  padding-left: 10px;
  top: 12px;
  right: 30px;
  position: absolute;
  color: #191919;
}
.panel-menu .mm-next-level:hover {
  color: #2879fe;
  background-color: transparent;
}
.panel-menu .mm-next-level:hover:after {
  color: #2879fe;
}
.panel-menu .mm-original-link {
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  color: #191919;
  background-color: transparent;
}
.panel-menu .mm-original-link:before {
  padding-right: 10px;
  color: #191919;
}
.panel-menu .mm-original-link:hover {
  color: #2879fe;
  background-color: transparent;
}
.panel-menu .mm-original-link:hover:before {
  color: #2879fe;
}
.mm-open {
  overflow: hidden;
}
.mm-open .mm-fullscreen-bg {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.55);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 21;
  display: none;
}
.mmitemopen.panel-menu,
.mmitemopen.panel-menu.mm-right {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform .3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.panel-menu {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.panel-menu.mm-right,
.mmitemopen.panel-menu.mm-right.mmhide {
  left: auto;
  right: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mmitemopen.panel-menu.mmhide {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mmpanel {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform .3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mmpanels {
  overflow: hidden;
}
.mmpanel.mmopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mmpanel.mmsubopened {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
.mmpanels > .mmpanel {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.mmpanels,
.mmpanels > .mmpanel {
  background: inherit;
  border-color: inherit;
}
.mmpanels > .mmpanel:not(.mmhidden) {
  display: block;
}
.mmpanels > .mmpanel:after {
  content: '';
  display: block;
  height: 20px;
}
.mmhidden,
.mm-nav-btn {
  display: none;
}
.mm-fullscreen-bg,
.mm-fullscreen-bg:focus,
.mm-fullscreen-bg:active,
.mm-fullscreen-bg:hover {
  outline: none;
}
.tt-menu-slider {
  max-height: 389px;
}
/*
	tt-header-holder
 */
.tt-search-container .tt-obj-options {
  width: 100%;
  position: absolute;
  top: 0;
}
header .tt-dropdown-obj.obj-move-left .tt-dropdown-menu {
  left: 0;
  right: auto;
}
.tt-header-holder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-header-holder .tt-col-obj {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.tt-header-holder .tt-obj-menu {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
}
.tt-header-holder .obj-move-left {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  margin-right: auto !important;
}
.tt-header-holder .obj-move-right {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-left: auto !important;
}
.tt-header-holder .tt-obj-options.obj-move-right {
  right: 0;
}
.tt-header-holder .obj-move-right.tt-position-absolute:not(:first-child) {
  right: 0;
}
.tt-header-holder .tt-search-active {
  width: 100%;
}
.tt-header-holder .obj-aligment-left {
  text-align: left;
}
.tt-header-holder .obj-aligment-center {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  text-align: center;
}
.tt-header-holder .obj-aligment-center > * {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.tt-header-holder .obj-aligment-right {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  text-align: right;
}
.tt-header-holder .obj-aligment-right > * {
  text-align: left;
}
.tt-header-holder .obj-aligment-right:not(:first-child):not(:last-child) > * {
  margin-right: 30px;
}
.tt-header-holder .tt-position-absolute {
  position: absolute;
  top: 0;
}
.tt-header-holder .tt-obj-logo:not(.obj-move-right):not(.obj-aligment-center) .tt-logo {
  margin-right: 33px;
}
.tt-header-holder .tt-col-obj.obj-move-right .tt-logo,
.tt-header-holder .tt-col-obj.obj-move-right .tt-desctop-menu {
  margin-left: 30px;
}
@media only screen and (min-width: 1025px) {
  .tt-header-holder .tt-obj-menu:last-child:first-child .tt-desctop-menu:not(.tt-menu-small) [data-tm-dir='row'] .TonyM__panel > li > a {
    padding-top: 18px;
    padding-bottom: 17px;
  }
  .tt-header-holder .tt-obj-menu:last-child:first-child .tt-desctop-menu:not(.tt-menu-small) [data-tm-dir='row'] .TonyM__panel > li > a .TonyM__label {
    top: 0;
  }
}
.tt-header-holder .tt-desctop-menu.tt-menu-small {
  margin-top: -10px;
}
@media only screen and (min-width: 1025px) {
  .tt-header-holder .tt-desctop-menu.tt-menu-small [data-tm-dir='row'] .TonyM__panel > li > a {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .tt-header-holder .tt-desctop-menu.tt-menu-small [data-tm-dir='row'] .TonyM__panel > li > a .TonyM__label {
    top: -5px;
  }
}
@media only screen and (min-width: 1025px) {
  .tt-header-holder .tt-desctop-menu:not(.tt-hover-02) [data-tm-dir='row'] .TonyM__panel > li:nth-child(2) > a {
    padding-left: 0;
  }
  .tt-header-holder .tt-desctop-menu:not(.tt-hover-02) [data-tm-dir='row'] .TonyM__panel > li:last-child > a {
    padding-right: 0;
  }
}
html.ie .tt-header-holder .tt-desctop-menu.tt-menu-small {
  margin-top: -7px;
}
.tt-obj-menu.obj-aligment-center .tt-desctop-menu .megamenu > .dropdown-menu {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.tt-obj-menu.obj-aligment-right .tt-desctop-menu .megamenu .dropdown-menu {
  left: auto;
  right: 0;
}
@media (min-width: 1230px) {
  .tt-header-static .tt-obj-menu.obj-aligment-left {
    position: relative;
  }
}
@media (max-width: 1229px) {
  .tt-header-static .tt-obj-menu.obj-aligment-left .tt-desctop-menu .megamenu > .dropdown-menu {
    left: 0;
    right: 0;
    max-width: 100%;
  }
}
@media (min-width: 1230px) {
  .tt-header-static .tt-obj-menu.obj-aligment-center {
    position: relative;
  }
}
@media (max-width: 1229px) {
  .tt-header-static .tt-obj-menu.obj-aligment-center .tt-desctop-menu .megamenu > .dropdown-menu {
    left: 0;
    right: 0;
    max-width: 100%;
  }
}
@media (min-width: 1230px) {
  .tt-header-static .tt-obj-menu.obj-aligment-right {
    position: relative;
  }
}
@media (max-width: 1229px) {
  .tt-header-static .tt-obj-menu.obj-aligment-right .tt-desctop-menu .megamenu > .dropdown-menu {
    left: 0;
    right: 0;
    max-width: 100%;
  }
}
@media (min-width: 1230px) {
  .tt-header-static .container-fluid .tt-header-holder .tt-obj-logo {
    width: 208px;
  }
}
@media (max-width: 1229px) {
  .tt-header-static .container-fluid .tt-header-holder .tt-obj-logo {
    width: 195px;
  }
}
@media (min-width: 1230px) {
  .tt-header-static .container-fluid .tt-header-holder .tt-obj-logo + .obj-aligment-center + .tt-obj-options.obj-move-right {
    width: 208px;
  }
}
@media (max-width: 1229px) {
  .tt-header-static .container-fluid .tt-header-holder .tt-obj-logo + .obj-aligment-center + .tt-obj-options.obj-move-right {
    width: 195px;
  }
}
.tt-header-static .container-fluid .tt-header-holder .tt-obj-logo + .obj-aligment-center + .obj-move-right {
  text-align: right;
}
.content2 {
  font-size: 55px;
  color: white;
  margin-left: -1063px;
  margin-top: 49px;
}
.content3 {
  font-size: 88px;
  color: white;
  margin-left: -1029px;
  margin-top: 90px;
}
.join {
  font-size: 20px;
  color: white;
  border: 3px solid white;
  border-radius: 50px;
  padding: 5% 20% 5% 20%;
  background: none;
  margin-left: -770%;
  margin-top: 32%;
  cursor: pointer !important;
}
.image {
  padding: 1% 8% !important;
}
.deal-buy-now {
  position: absolute !important;
  top: 8%;
  left: 138%;
  transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  background-color: #00a1ee !important;
  font-size: 16px;
  padding: 12px 24px;
  border: none !important;
  cursor: pointer !important;
  border-radius: 5px !important;
  text-align: center !important;
}
.deal-img {
  margin-bottom: 2%;
}
.category-dynabook-a30-canon-mf742-deal .tt-offset-20 {
  margin-top: -30px !important;
}
.category-dynabook-l40-canon-mf742-deal .tt-offset-20 {
  margin-top: -30px !important;
}
.category-dynabook-l50-canon-mf742-deal .tt-offset-20 {
  margin-top: -30px !important;
}
.category-dynabook-a30-canon-mf643-deal .tt-offset-20 {
  margin-top: -30px !important;
}
.category-dynabook-l40-canon-mf643-deal .tt-offset-20 {
  margin-top: -30px !important;
}
.category-dynabook-l50-canon-mf643-deal .tt-offset-20 {
  margin-top: -30px !important;
}
.deal-buy-now a {
  color: white !important;
}
/*
    *footer have 3 layout:
        - tt-footer-col
        - tt-footer-custom
        - tt-footer-center
    *footer have 3 color schemes:
        - tt-color-scheme-01
        - tt-color-scheme-02
        - tt-color-scheme-03
    * footer mobile begin < 789px
*/
footer {
  margin-top: 60px;
  /*
     Color schemes desctope
 */
}
@media (max-width: 1024px) {
  footer {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  footer {
    margin-top: 40px;
  }
}
footer .tt-logo .tt-title {
  padding: 0;
  display: inline-block;
  font-size: 17px;
  line-height: 1.1;
  position: relative;
  top: 5px;
  font-family: 'Hind', sans-serif;
  color: #2879fe;
  font-weight: 500;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
footer .tt-logo .tt-title span {
  font-weight: normal;
}
@media (max-width: 789px) {
  footer .tt-logo .tt-title {
    top: 0px;
  }
}
footer .tt-logo img {
  height: auto;
  max-height: 20px;
}
footer .tt-logo-alignment {
  position: relative;
}
@media (min-width: 790px) {
  footer .tt-logo-alignment {
    top: 1px;
  }
}
@media (max-width: 789px) {
  footer .tt-logo-alignment {
    top: 0px;
  }
}
@media (min-width: 790px) {
  footer .tt-footer-col {
    padding-bottom: 49px;
  }
  footer .tt-footer-col div[class^="col-"] {
    margin-top: 55px;
  }
  footer .tt-footer-col .tt-social-icon {
    margin-left: -8px;
  }
  footer .tt-footer-col .tt-newsletter {
    padding-bottom: 5px;
  }
  footer .tt-footer-col .tt-newsletter .tt-collapse-content form {
    margin-top: 24px;
  }
  footer .tt-footer-col .tt-newsletter .tt-collapse-content .form-inline .form-group {
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  footer .tt-footer-col .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
    width: 100%;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  footer .tt-footer-col .tt-newsletter .tt-collapse-content .form-inline .form-group .btn {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  footer .tt-footer-col .tt-newsletter .tt-collapse-content > *:nth-child(1) {
    margin-top: 0;
  }
}
@media (min-width: 790px) {
  footer .tt-footer-custom {
    padding: 10px 0;
  }
  footer .tt-footer-custom .tt-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-custom .tt-col-left {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10px;
  }
  footer .tt-footer-custom .tt-col-left .tt-col-item {
    margin-left: 10px;
  }
  footer .tt-footer-custom .tt-col-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  footer .tt-footer-custom .tt-col-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-custom .tt-payment-list {
    margin-top: 7px;
    padding-bottom: 5px;
  }
  footer .tt-footer-custom .tt-box-copyright {
    padding: 19px 0 7px;
  }
  footer .tt-footer-custom .tt-logo-col + .tt-col-item .tt-box-copyright {
    padding-top: 19px;
    padding-bottom: 7px;
  }
  footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
    margin-right: 106px;
  }
  footer .tt-footer-custom .tt-newsletter .tt-mobile-collapse {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content p {
    display: none;
  }
}
@media (min-width: 790px) and (min-width: 790px) {
  footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
    padding-bottom: 0;
  }
  footer .tt-footer-custom .tt-newsletter .form-default .form-group {
    margin-bottom: 0;
  }
}
@media (min-width: 790px) and (min-width: 1230px) {
  footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
    margin-right: 106px;
  }
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content .form-control {
    width: 507px;
  }
}
@media (min-width: 790px) and (max-width: 1229px) and (min-width: 1025px) {
  footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
    margin-right: 50px;
  }
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content .form-control {
    width: 340px;
  }
}
@media (min-width: 790px) and (max-width: 1024px) {
  footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
    margin-right: 50px;
  }
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content .form-control {
    width: auto;
  }
}
@media (min-width: 790px) {
  footer .tt-footer-center {
    padding-top: 54px;
    padding-bottom: 44px;
  }
  footer .tt-footer-center .tt-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }
  footer .tt-footer-center .tt-row > *:nth-child(1) {
    margin-top: 0;
  }
  footer .tt-footer-center .tt-newsletter {
    padding-bottom: 4px;
  }
  footer .tt-footer-center .tt-newsletter .tt-mobile-collapse {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content form {
    margin-top: 24px;
  }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline {
    width: 100%;
  }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group {
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
    width: 100%;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .btn {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  footer .tt-footer-center .tt-newsletter .tt-collapse-content > *:nth-child(1) {
    margin-top: 0;
  }
}
@media (min-width: 790px) and (min-width: 1025px) {
  footer .tt-footer-center .tt-row {
    max-width: 587px;
  }
}
@media (min-width: 790px) and (max-width: 1229px) {
  footer .tt-footer-center .tt-row {
    max-width: 500px;
  }
}
footer .tt-footer-default {
  width: 100%;
}
@media (min-width: 790px) {
  footer .tt-footer-default {
    padding: 10px 0;
  }
  footer .tt-footer-default .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-default .tt-payment-list {
    margin-top: 8px;
    padding-bottom: 14px;
  }
  footer .tt-footer-default .tt-box-copyright {
    padding: 19px 0 7px;
  }
  footer .tt-footer-default .tt-logo-col + .tt-col-item .tt-box-copyright {
    padding-top: 19px;
    padding-bottom: 7px;
  }
  footer .tt-footer-default .tt-newsletter .tt-collapse-title {
    margin-right: 106px;
    white-space: nowrap;
    padding-top: 3px;
  }
  footer .tt-footer-default .tt-newsletter .tt-mobile-collapse {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-default .tt-newsletter .tt-collapse-content {
    width: 100%;
  }
  footer .tt-footer-default .tt-newsletter .tt-collapse-content p {
    display: none;
  }
  footer .tt-footer-default .tt-newsletter .tt-collapse-content .form-group {
    width: 100%;
  }
  footer .tt-footer-default .tt-newsletter .form-group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-default .tt-newsletter .form-group .form-control {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
  }
  footer .tt-footer-default .tt-social-icon {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 790px) and (min-width: 790px) {
  footer .tt-footer-default .tt-newsletter .tt-collapse-title {
    padding-bottom: 0;
  }
  footer .tt-footer-default .tt-newsletter .form-default .form-group {
    margin-bottom: 0;
  }
  footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  footer .tt-footer-default .tt-newsletter .form-default .form-group .btn {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 790px) and (min-width: 1230px) {
  footer .tt-footer-default .tt-newsletter .tt-collapse-title {
    margin-right: 106px;
  }
}
@media (min-width: 790px) and (max-width: 1229px) and (min-width: 1025px) {
  footer .tt-footer-default .tt-newsletter .tt-collapse-title {
    margin-right: 50px;
  }
}
@media (min-width: 790px) and (max-width: 1024px) {
  footer .tt-footer-default .tt-newsletter .tt-collapse-title {
    margin-right: 50px;
  }
  footer .tt-footer-default .tt-newsletter .tt-collapse-content .form-control {
    width: auto;
  }
}
footer .form-default [class^="btn"] {
  padding-left: 20px;
  padding-right: 20px;
}
footer .tt-box-copyright {
  font-size: 14px;
  letter-spacing: 0.01em;
}
footer .tt-payment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -6px;
}
footer .tt-payment-list li {
  margin-top: 6px;
}
footer .tt-payment-list li a {
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  padding: 0 5px;
}
footer .tt-payment-list li a > [class^="icon"] {
  font-size: 17px;
}
footer .tt-payment-list li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  color: inherit;
}
footer .tt-payment-list li:first-child a {
  padding-left: 0;
}
footer .tt-payment-list li:last-child a {
  padding-right: 0;
}
footer .tt-mobile-collapse .tt-collapse-title {
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.04em;
  font-weight: 900;
}
@media (min-width: 790px) {
  footer .tt-mobile-collapse .tt-collapse-title {
    padding-bottom: 13px;
  }
}
footer .tt-mobile-collapse .tt-collapse-content {
  display: block;
}
footer .tt-mobile-collapse .tt-collapse-content > *:nth-child(1) {
  margin-top: 0;
}
footer .tt-mobile-collapse .tt-collapse-content > .tt-list:nth-child(1) {
  margin-top: -1px;
}
footer .tt-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -3px;
}
footer .tt-list li a {
  font-size: 19px !important;
  line-height: 31px !important;
  display: inline-block;
  padding: 3px 0 3px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
footer address {
  margin-right: 9px;
}
footer address p:first-child {
  margin-top: 0;
}
footer address p:not(:first-child) {
  margin-top: 6px;
}
footer address a {
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
footer .tt-newsletter form {
  position: relative;
}
footer .tt-newsletter form .errors:not(label) {
  position: absolute;
  top: 56px;
  left: 0;
}
footer .tt-newsletter form .errors:not(label) ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f8353e;
}
footer .tt-newsletter form .errors:not(label) ul li {
  position: relative;
  padding: 6px 19px 8px 19px;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
footer .tt-newsletter form .errors:not(label) ul li:before {
  content: '\ea27';
  font-family: 'wokiee';
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 4px;
  margin-right: 7px;
  color: #ffffff;
}
footer .tt-newsletter form .errors:not(label):before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  border: 6px solid transparent;
  border-bottom: 6px solid #f8353e;
}
footer .tt-newsletter form label.error,
footer .tt-newsletter form div.mage-error {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 56px;
  left: 0;
  padding: 8px 19px 6px 43px;
  background: #f8353e;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  z-index: 1;
}
footer .tt-newsletter form label.error:before,
footer .tt-newsletter form div.mage-error:before {
  content: '\ea27';
  font-family: 'wokiee';
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: 19px;
  color: #ffffff;
}
footer .tt-newsletter form label.error:after,
footer .tt-newsletter form div.mage-error:after {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  border: 6px solid transparent;
  border-bottom: 6px solid #f8353e;
}
@media (max-width: 789px) {
  footer .tt-newsletter form label.error,
  footer .tt-newsletter form div.mage-error {
    top: auto;
    bottom: 100px;
  }
  footer .tt-newsletter form label.error:after,
  footer .tt-newsletter form div.mage-error:after {
    top: auto;
    bottom: -12px;
    border: 6px solid transparent;
    border-top: 6px solid #f8353e;
  }
}
@media (min-width: 790px) {
  footer .f-visible-mobile {
    display: none !important;
  }
}
@media (max-width: 789px) {
  footer .f-visible-desctope {
    display: none !important;
  }
}
@media (min-width: 790px) {
  footer .tt-color-scheme-01 {
    background: #f7f8fa;
    color: #191919;
  }
  footer .tt-color-scheme-01 .tt-collapse-title {
    color: #191919;
  }
  footer .tt-color-scheme-01 .tt-collapse-title a {
    color: #191919;
  }
  footer .tt-color-scheme-01 .tt-collapse-title a:hover {
    color: #2879fe;
  }
  footer .tt-color-scheme-01 .tt-collapse-content {
    color: #191919;
  }
  footer .tt-color-scheme-01 .tt-collapse-content a {
    color: #2879fe;
  }
  footer .tt-color-scheme-01 .tt-collapse-content a:hover {
    color: #191919;
  }
  footer .tt-color-scheme-01 .tt-list li a,
  footer .tt-color-scheme-01 .tt-mobile-collapse .tt-collapse-content .tt-list li a {
    color: #191919;
  }
  footer .tt-color-scheme-01 .tt-list li a:hover,
  footer .tt-color-scheme-01 .tt-mobile-collapse .tt-collapse-content .tt-list li a:hover {
    color: #2879fe;
  }
  footer .tt-color-scheme-01 address span {
    color: #191919;
  }
  footer .tt-color-scheme-01 .tt-newsletter .form-control:not(:active):not(:focus) {
    color: #191919;
    background: #ffffff;
    border-color: #ffffff;
  }
  footer .tt-color-scheme-01 .tt-newsletter .form-control:focus {
    color: #191919;
    border-color: #2879fe;
    background: #ffffff;
  }
  footer .tt-color-scheme-01 .tt-newsletter ::-webkit-input-placeholder {
    color: #191919;
  }
  footer .tt-color-scheme-01 .tt-newsletter ::-moz-placeholder {
    color: #191919;
  }
  footer .tt-color-scheme-01 .tt-newsletter :-moz-placeholder {
    color: #191919;
  }
  footer .tt-color-scheme-01 .tt-newsletter :-ms-input-placeholder {
    color: #191919;
  }
  footer .tt-color-scheme-01 .tt-newsletter .btn {
    background: #2879fe;
    color: #ffffff;
  }
  footer .tt-color-scheme-01 .tt-newsletter .btn:hover {
    background: #000000;
    color: #ffffff;
  }
  footer .tt-color-scheme-01 .tt-social-icon li a {
    color: #d8d8d8;
  }
  footer .tt-color-scheme-01 .tt-social-icon li a:hover {
    color: #191919;
  }
  footer .tt-color-scheme-02 {
    background: #2879fe;
    color: #ffffff;
  }
  footer .tt-color-scheme-02 .tt-list li a,
  footer .tt-color-scheme-02 .tt-mobile-collapse .tt-collapse-content .tt-list li a {
    color: #ffffff;
  }
  footer .tt-color-scheme-02 .tt-list li a:hover,
  footer .tt-color-scheme-02 .tt-mobile-collapse .tt-collapse-content .tt-list li a:hover {
    color: #191919;
  }
  footer .tt-color-scheme-02 address a {
    color: #ffffff;
  }
  footer .tt-color-scheme-02 address a:hover {
    color: #191919;
  }
  footer .tt-color-scheme-02 address span {
    color: #191919;
  }
  footer .tt-color-scheme-02 .tt-collapse-title {
    color: #ffffff;
  }
  footer .tt-color-scheme-02 .tt-newsletter .form-control:not(:active):not(:focus) {
    color: #191919;
    background: #ffffff;
    border-color: #ffffff;
  }
  footer .tt-color-scheme-02 .tt-newsletter .form-control:focus {
    color: #191919;
    border-color: #191919;
    background: #ffffff;
  }
  footer .tt-color-scheme-02 .tt-newsletter ::-webkit-input-placeholder {
    color: #191919;
  }
  footer .tt-color-scheme-02 .tt-newsletter ::-moz-placeholder {
    color: #191919;
  }
  footer .tt-color-scheme-02 .tt-newsletter :-moz-placeholder {
    color: #191919;
  }
  footer .tt-color-scheme-02 .tt-newsletter :-ms-input-placeholder {
    color: #191919;
  }
  footer .tt-color-scheme-02 .tt-newsletter .btn {
    background: #303030;
    color: #ffffff;
  }
  footer .tt-color-scheme-02 .tt-newsletter .btn:hover {
    background: #000000;
    color: #ffffff;
  }
  footer .tt-color-scheme-02 .tt-social-icon li a {
    color: #ffffff;
  }
  footer .tt-color-scheme-02 .tt-social-icon li a:hover {
    color: #1c302d;
  }
  footer .tt-color-scheme-03 {
    background: #303030;
    color: #888888;
  }
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-title {
    color: #ffffff;
  }
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content {
    color: #888888;
  }
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content a {
    color: #2879fe;
  }
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content a:hover {
    color: #ffffff;
  }
  footer .tt-color-scheme-03 .tt-box-copyright {
    color: #888888;
  }
  footer .tt-color-scheme-03 .tt-list li a,
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content .tt-list li a {
    color: #888888;
  }
  footer .tt-color-scheme-03 .tt-list li a:hover,
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content .tt-list li a:hover {
    color: #2879fe;
  }
  footer .tt-color-scheme-03 .tt-list li.active a,
  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content .tt-list li.active a {
    color: #2879fe;
  }
  footer .tt-color-scheme-03 address span {
    color: #ffffff;
  }
  footer .tt-color-scheme-03 .tt-social-icon li a {
    color: #191919;
  }
  footer .tt-color-scheme-03 .tt-social-icon li a:hover {
    color: #ffffff;
  }
  footer .tt-color-scheme-03 .tt-newsletter .form-control:not(:active):not(:focus) {
    background: #ffffff;
    border-color: #ffffff;
    color: #191919;
  }
  footer .tt-color-scheme-03 .tt-newsletter .form-control:focus {
    border-color: #2879fe;
    background: #ffffff;
    color: #191919;
  }
  footer .tt-color-scheme-03 .tt-newsletter ::-webkit-input-placeholder {
    color: #191919;
  }
  footer .tt-color-scheme-03 .tt-newsletter ::-moz-placeholder {
    color: #191919;
  }
  footer .tt-color-scheme-03 .tt-newsletter :-moz-placeholder {
    color: #191919;
  }
  footer .tt-color-scheme-03 .tt-newsletter :-ms-input-placeholder {
    color: #191919;
  }
  footer .tt-color-scheme-03 .tt-newsletter .btn {
    background: #2879fe;
    color: #ffffff;
  }
  footer .tt-color-scheme-03 .tt-newsletter .btn:hover {
    background: #000000;
    color: #ffffff;
  }
  footer .tt-color-scheme-04 {
    background: #222222;
    color: #888888;
  }
  footer .tt-color-scheme-04 .tt-box-copyright {
    color: #888888;
  }
  footer .tt-color-scheme-04 .tt-logo .tt-title {
    color: #ffffff;
  }
  footer .tt-color-scheme-04 .tt-social-icon li a {
    color: #191919;
  }
  footer .tt-color-scheme-04 .tt-social-icon li a:hover {
    color: #ffffff;
  }
  footer .tt-color-scheme-04 .tt-mobile-collapse .tt-collapse-title {
    color: #ffffff;
  }
  footer .tt-color-scheme-04 .tt-mobile-collapse .tt-collapse-content {
    color: #888888;
  }
  footer .tt-color-scheme-04 .tt-mobile-collapse .tt-collapse-content a {
    color: #888888;
  }
  footer .tt-color-scheme-04 .tt-mobile-collapse .tt-collapse-content a:hover {
    color: #ffffff;
  }
  footer .tt-color-scheme-04 .tt-newsletter .form-control:not(:active):not(:focus) {
    background: #ffffff;
    border-color: #ffffff;
    color: #ffffff;
  }
  footer .tt-color-scheme-04 .tt-newsletter .form-control:focus {
    border-color: #2879fe;
    background: #ffffff;
    color: #ffffff;
  }
  footer .tt-color-scheme-04 .tt-newsletter ::-webkit-input-placeholder {
    color: #191919;
  }
  footer .tt-color-scheme-04 .tt-newsletter ::-moz-placeholder {
    color: #191919;
  }
  footer .tt-color-scheme-04 .tt-newsletter :-moz-placeholder {
    color: #191919;
  }
  footer .tt-color-scheme-04 .tt-newsletter :-ms-input-placeholder {
    color: #191919;
  }
  footer .tt-color-scheme-04 .tt-newsletter .btn {
    background: #2879fe;
    color: #ffffff;
  }
  footer .tt-color-scheme-04 .tt-newsletter .btn:hover {
    background: #000000;
    color: #ffffff;
  }
}
@media (max-width: 789px) {
  footer {
    background: #f7f8fa;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  footer .tt-footer-col,
  footer .tt-footer-center {
    background: #f7f8fa;
    color: #888888;
    padding: 0px;
    width: 100%;
  }
  footer .tt-footer-col .container,
  footer .tt-footer-center .container,
  footer .tt-footer-custom .container,
  footer .tt-footer-default .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  footer .tt-footer-custom:not(:last-child) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    background: #f7f8fa;
    color: #888888;
  }
  footer .tt-footer-custom:not(:last-child) .tt-row,
  footer .tt-footer-custom:not(:last-child) .tt-col-left,
  footer .tt-footer-custom:not(:last-child) .tt-col-right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  footer .tt-footer-custom:not(:last-child) .tt-col-item {
    width: 100%;
  }
  footer .tt-footer-default:not(:last-child) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  footer .tt-footer-custom:last-child:not(:first-child) {
    margin-top: 34px;
  }
  footer .tt-footer-custom:last-child {
    background: #ffffff;
    padding: 32px 0px;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
  }
  footer .tt-footer-custom:last-child .tt-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-custom:last-child .tt-row .tt-col-left {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-custom:last-child .tt-row .tt-col-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-custom:last-child .tt-box-copyright {
    margin-top: 16px;
    text-align: center;
  }
  footer .tt-footer-custom:last-child .tt-payment-list {
    margin-top: 17px;
    margin-bottom: -15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .tt-footer-custom:last-child .tt-payment-list li a > [class^="icon"] {
    font-size: 17px;
  }
  footer .tt-footer-custom:last-child > *:nth-child(1) {
    margin-top: 0;
  }
  footer .tt-footer-center {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  footer .tt-mobile-collapse .tt-collapse-title {
    cursor: pointer;
    color: #191919;
    padding-bottom: 12px;
    padding-right: 20px;
    border-bottom: 1px solid #e9e7e7;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    width: 100%;
    text-align: left;
    outline: none;
  }
  footer .tt-mobile-collapse .tt-collapse-title:hover:not(:focus) {
    color: #2879fe;
  }
  footer .tt-mobile-collapse .tt-collapse-title:before {
    content: '\e9b1';
    font-family: 'wokiee';
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 20px;
    line-height: 1;
    color: #191919;
  }
  footer .tt-mobile-collapse .tt-collapse-title.tt-open:before {
    content: '\e9b2';
  }
  footer .tt-mobile-collapse .tt-collapse-content {
    margin-top: 16px;
    display: none;
  }
  footer .tt-mobile-collapse .tt-collapse-title.tt-open + .tt-collapse-content {
    display: block;
  }
  footer .tt-mobile-collapse {
    margin-top: 35px;
  }
  footer .tt-newsletter form {
    margin-top: 24px;
  }
  footer .tt-newsletter form .form-group {
    width: 100%;
    margin-bottom: 0;
  }
  footer .tt-newsletter form .form-group .form-control {
    width: 100%;
  }
  footer .tt-newsletter form .btn {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    display: block;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  footer .tt-newsletter .form-control:not(:active):not(:focus) {
    color: #191919;
    background: #ffffff;
    border-color: #ffffff;
  }
  footer .tt-newsletter .form-control:focus {
    color: #191919;
    border-color: #2879fe;
    background: #ffffff;
  }
  footer .tt-newsletter ::-webkit-input-placeholder {
    color: #191919;
  }
  footer .tt-newsletter ::-moz-placeholder {
    color: #191919;
  }
  footer .tt-newsletter :-moz-placeholder {
    color: #191919;
  }
  footer .tt-newsletter :-ms-input-placeholder {
    color: #191919;
  }
  footer .tt-newsletter .btn {
    background: #2879fe;
    color: #ffffff;
  }
  footer .tt-newsletter .btn:hover {
    background: #000000;
    color: #ffffff;
  }
  footer .tt-list li a {
    color: #888888;
  }
  footer .tt-list li a:hover {
    color: #2879fe;
  }
  footer address a {
    color: #2879fe;
  }
  footer address a:hover {
    color: #191919;
  }
  footer address span {
    color: #191919;
  }
  footer .tt-social-icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 26px;
    margin-left: -7px;
  }
  footer .tt-social-icon li a {
    color: #191919;
  }
  footer .tt-social-icon li a:hover {
    color: #191919;
  }
  footer .tt-logo .tt-title {
    color: #2879fe;
  }
}
footer > *:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 790px) {
  html.ie footer .tt-footer-col .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
    width: auto;
  }
  html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content {
    width: 590px;
  }
  html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content p {
    width: 590px;
  }
  html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline {
    width: auto;
  }
  html.ie footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
    width: auto;
    min-width: 370px;
  }
}
@media (max-width: 789px) {
  .f-mobile-dark {
    background: #303030;
  }
  .f-mobile-dark .tt-footer-custom:last-child {
    background: #222222;
  }
  .f-mobile-dark .tt-footer-col,
  .f-mobile-dark .tt-footer-center {
    background: #303030;
    color: #888888;
  }
  .f-mobile-dark .tt-mobile-collapse .tt-collapse-title {
    color: #ffffff;
    border-bottom: 1px solid rgba(233, 231, 231, 0.14);
  }
  .f-mobile-dark address span {
    color: #ffffff;
  }
  .f-mobile-dark address a:hover {
    color: #ffffff;
  }
  .f-mobile-dark .tt-social-icon li a:hover {
    color: #ffffff;
  }
  .f-mobile-dark + .tt-back-to-top {
    background: #222222;
    color: #ffffff;
  }
  .f-mobile-dark + .tt-back-to-top:hover {
    background: #222222;
    color: #2879fe;
  }
}
@media (min-width: 789px) and (max-width: 1024px) {
  .leftColumn:not(.rightColumn) {
    padding-right: 25px;
    margin-top: -6px;
  }
}
@media (min-width: 1025px) {
  .leftColumn:not(.rightColumn) {
    padding-right: 50px;
    margin-top: 1px;
  }
}
@media (min-width: 789px) and (max-width: 1024px) {
  .rightColumn {
    padding-left: 25px;
    margin-top: -6px;
  }
}
@media (min-width: 1025px) {
  .rightColumn {
    padding-left: 50px;
    margin-top: 1px;
  }
}
.sidebar.sidebar-main .block {
  margin-bottom: 33px;
}
.sidebar.sidebar-additional .block:not(:last-child) {
  margin-bottom: 33px;
}
.sidebar .block:not(.filter) .block-title {
  position: relative;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0 0 13px;
  text-transform: uppercase;
  color: #191919;
  border-bottom: 1px solid #e9e7e7;
}
.sidebar .block:not(.filter) .block-title strong {
  font-weight: 500;
}
.sidebar .block:not(.filter) .block-title .counter {
  display: none;
}
.sidebar .block:not(.filter).collapsible .block-title {
  padding-right: 20px;
  cursor: pointer;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.sidebar .block:not(.filter).collapsible .block-title:after {
  position: absolute;
  display: block;
  top: 6px;
  right: -2px;
  font-family: 'wokiee';
  font-size: 10px;
  content: "\e9b1";
  line-height: 1;
  font-weight: normal;
  color: #191919;
}
.sidebar .block:not(.filter).collapsible .block-title:hover {
  color: #2879fe;
}
.sidebar .block:not(.filter).collapsible .block-title:hover:after {
  color: #191919;
}
.sidebar .block:not(.filter).collapsible.open .block-title:after {
  content: "\e9b2";
}
.sidebar .block:not(.filter) .block-content {
  margin-top: 20px;
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) li:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) .product-item-info {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-right: 16px;
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) .product-item-info .product-item-photo {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  width: calc(50% - 20px);
  margin-right: 20px;
  position: relative;
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) .product-item-info .product-item-photo + .product-item-details {
  flex: 0 0 50%;
  max-width: 50%;
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) .tt-label-location {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) .tt-label-location [class^="tt-label-"] {
  margin-left: 2px;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 2px 4px 1px;
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) .tt-label-location .tt-label-new {
  background: #03a9f5;
  color: #ffffff;
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) .tt-label-location .tt-label-sale {
  background: #f8353e;
  color: #ffffff;
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) .tt-label-location .tt-label-featured {
  background: #fdbc20;
  color: #ffffff;
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) .tt-label-location .tt-label-best {
  color: #ffffff;
  background: #c344ec;
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) .tt-label-location .tt-label-our-stock {
  background: #191919;
  color: #ffffff;
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) .product-item-actions {
  margin: 10px 0 0;
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) .product-item-actions .actions-primary .action.primary.tocart {
  background: none;
  border: 0;
  padding: 0;
  color: #2879fe;
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) .product-item-actions .actions-primary .action.primary.tocart:hover {
  color: #191919;
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) .product-item-actions .actions-primary .action.primary.tocart span {
  display: none;
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) .product-item-actions .actions-primary .action.primary.tocart:before {
  font-family: 'wokiee';
  speak: none;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e986";
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) .product-item-actions .actions-secondary .btn-remove {
  position: absolute;
  right: 0;
  top: 2px;
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) .product-item-actions .actions-secondary .btn-remove:before {
  font-family: 'wokiee';
  speak: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9b3";
}
.sidebar .block:not(.filter) .product-items:not(.product-items-names) .product-item-actions .actions-secondary .btn-remove span {
  display: none;
}
.sidebar .block:not(.filter) .product-items.product-items-names {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .block:not(.filter) .product-items.product-items-names li {
  position: relative;
  padding-right: 16px;
}
.sidebar .block:not(.filter) .product-items.product-items-names li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar .block:not(.filter) .product-items.product-items-names li .product-item-name a {
  color: #191919;
}
.sidebar .block:not(.filter) .product-items.product-items-names li .product-item-name a:hover {
  color: #2879fe;
}
.sidebar .block:not(.filter) .product-items.product-items-names li .action.delete {
  position: absolute;
  right: 0;
  top: 2px;
}
.sidebar .block:not(.filter) .product-items.product-items-names li .action.delete:before {
  font-family: 'wokiee';
  speak: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9b3";
}
.sidebar .block:not(.filter) .product-items.product-items-names li .action.delete span {
  display: none;
}
.sidebar .block:not(.filter) .actions-toolbar {
  padding: 20px 0 0;
}
.sidebar .block:not(.filter) .actions-toolbar div.primary {
  display: inline-block;
  margin: 0 7px 10px 0;
}
.sidebar .block:not(.filter) .actions-toolbar div.primary button.action,
.sidebar .block:not(.filter) .actions-toolbar div.primary .action.primary {
  padding: 10px 18px 9px;
  font-size: 12px;
}
@media (max-width: 575px) {
  .sidebar .block:not(.filter) .actions-toolbar div.primary button.action,
  .sidebar .block:not(.filter) .actions-toolbar div.primary .action.primary {
    padding: 10px 18px 9px;
    font-size: 12px;
  }
}
.sidebar .block:not(.filter) .actions-toolbar div.secondary {
  display: inline-block;
  margin: 0 0 10px;
}
.sidebar .block:not(.filter) .actions-toolbar div.secondary a.action {
  background: transparent;
  border: 2px solid #2879fe;
  font-family: 'Hind', sans-serif;
  color: #2879fe;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  outline: none;
  padding: 8px 16px 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.sidebar .block:not(.filter) .actions-toolbar div.secondary a.action:hover {
  background: #2879fe;
  color: #ffffff;
  border-color: #2879fe;
}
.sidebar .block-wishlist .subtitle {
  display: none;
}
.sidebar .block-wishlist .actions-toolbar div.primary a.action {
  background: transparent;
  border: 2px solid #2879fe;
  font-family: 'Hind', sans-serif;
  color: #2879fe;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  outline: none;
  padding: 8px 16px 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.sidebar .block-wishlist .actions-toolbar div.primary a.action:hover {
  background: #2879fe;
  color: #ffffff;
  border-color: #2879fe;
}
.sidebar .block-reorder .subtitle {
  display: none;
}
.sidebar .block-reorder .product-items li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar .block-reorder .field {
  float: left;
  margin: 2px 6px 0 0;
}
.sidebar .block-reorder .field label.label {
  display: none;
}
.sidebar .block-navigation .nav.items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .block-navigation .nav.items li {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 11px;
  color: #191919;
}
.sidebar .block-navigation .nav.items li strong {
  font-weight: normal;
}
.sidebar .block-navigation .nav.items li:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #2879fe;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.sidebar .block-navigation .nav.items li:not(:last-child) {
  margin-bottom: 6px;
}
.block.filter {
  position: relative;
}
.block.filter .block-title,
.block.filter .filter-subtitle {
  display: none;
}
.block.filter .filter-options,
.block.filter .filter-options-item {
  margin-bottom: 33px;
}
.block.filter .filter-options:last-child,
.block.filter .filter-options-item:last-child {
  margin-bottom: 0;
}
.block.filter .filter-options .filter-options-title,
.block.filter .filter-options-item .filter-options-title {
  position: relative;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0 0 13px;
  text-transform: uppercase;
  color: #191919;
  border-bottom: 1px solid #e9e7e7;
}
.block.filter .filter-options.collapsible .filter-options-title,
.block.filter .filter-options-item.collapsible .filter-options-title,
.block.filter .filter-options [data-collapsible="true"] .filter-options-title,
.block.filter .filter-options-item [data-collapsible="true"] .filter-options-title {
  padding-right: 20px;
  cursor: pointer;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.block.filter .filter-options.collapsible .filter-options-title:after,
.block.filter .filter-options-item.collapsible .filter-options-title:after,
.block.filter .filter-options [data-collapsible="true"] .filter-options-title:after,
.block.filter .filter-options-item [data-collapsible="true"] .filter-options-title:after {
  position: absolute;
  display: block;
  top: 6px;
  right: -2px;
  font-family: 'wokiee';
  font-size: 10px;
  content: "\e9b1";
  line-height: 1;
  font-weight: normal;
  color: #191919;
}
.block.filter .filter-options.collapsible .filter-options-title:hover,
.block.filter .filter-options-item.collapsible .filter-options-title:hover,
.block.filter .filter-options [data-collapsible="true"] .filter-options-title:hover,
.block.filter .filter-options-item [data-collapsible="true"] .filter-options-title:hover {
  color: #2879fe;
}
.block.filter .filter-options.collapsible .filter-options-title:hover:after,
.block.filter .filter-options-item.collapsible .filter-options-title:hover:after,
.block.filter .filter-options [data-collapsible="true"] .filter-options-title:hover:after,
.block.filter .filter-options-item [data-collapsible="true"] .filter-options-title:hover:after {
  color: #191919;
}
.block.filter .filter-options .filter-options-content,
.block.filter .filter-options-item .filter-options-content {
  margin: 20px 0 0;
  display: none;
}
.block.filter .filter-options.collapsible.open .filter-options-title:after,
.block.filter .filter-options-item.collapsible.open .filter-options-title:after,
.block.filter .filter-options [data-collapsible="true"].active .filter-options-title:after,
.block.filter .filter-options-item [data-collapsible="true"].active .filter-options-title:after {
  content: "\e9b2";
}
.block.filter .filter-options.collapsible.open .filter-options-content,
.block.filter .filter-options-item.collapsible.open .filter-options-content,
.block.filter .filter-options [data-collapsible="true"].active .filter-options-content,
.block.filter .filter-options-item [data-collapsible="true"].active .filter-options-content {
  display: block;
}
.block.filter .filter-options .items,
.block.filter .filter-options-item .items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block.filter .filter-options .items li,
.block.filter .filter-options-item .items li {
  padding: 5px 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
}
.block.filter .filter-options .items li .checkbox-group,
.block.filter .filter-options-item .items li .checkbox-group,
.block.filter .filter-options .items li .radio,
.block.filter .filter-options-item .items li .radio {
  margin-bottom: 0;
}
.block.filter .filter-options .items li a,
.block.filter .filter-options-item .items li a {
  color: #191919;
}
.block.filter .filter-options .items li a:hover,
.block.filter .filter-options-item .items li a:hover {
  color: #2879fe;
}
.block.filter .filter-options .items li a .count,
.block.filter .filter-options-item .items li a .count {
  margin-left: 1px;
  font-style: normal;
  color: #191919;
}
.block.filter .filter-options .items li a .count:before,
.block.filter .filter-options-item .items li a .count:before {
  content: '(';
}
.block.filter .filter-options .items li a .count:after,
.block.filter .filter-options-item .items li a .count:after {
  content: ')';
}
.block.filter .filter-options .items li a .count .filter-count-label,
.block.filter .filter-options-item .items li a .count .filter-count-label {
  display: none;
}
.block.filter .filter-options[attribute="price"] .items li,
.block.filter .filter-options-item[attribute="price"] .items li {
  padding: 0;
}
.block.filter .filter-options[attribute="price"] .items li:first-child .ln_slider_container,
.block.filter .filter-options-item[attribute="price"] .items li:first-child .ln_slider_container {
  padding: 25px 5px 0;
}
.block.filter .filter-options[attribute="price"] .items li:first-child .ln_slider_container .ui-slider-horizontal,
.block.filter .filter-options-item[attribute="price"] .items li:first-child .ln_slider_container .ui-slider-horizontal {
  height: 5px;
  background: #e9e7e7;
}
.block.filter .filter-options[attribute="price"] .items li:first-child .ln_slider_container .ui-slider-handle,
.block.filter .filter-options-item[attribute="price"] .items li:first-child .ln_slider_container .ui-slider-handle {
  top: -4px;
  width: 13px;
  height: 13px;
  background: #2879fe;
  cursor: pointer;
}
.block.filter .filter-options[attribute="price"] .items li:first-child .ln_slider_container #ln_slider_text_price,
.block.filter .filter-options-item[attribute="price"] .items li:first-child .ln_slider_container #ln_slider_text_price {
  text-align: center;
  padding: 10px 0 0;
}
.block.filter .ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.block.filter .ln_overlay .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}
.block.filter .block-actions.filter-actions {
  margin-bottom: 33px;
}
.block.filter .filter-current .block-subtitle {
  display: block;
  position: relative;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0 0 13px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #191919;
  border-bottom: 1px solid #e9e7e7;
}
.block.filter .filter-current .items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
.block.filter .filter-current .items li {
  position: relative;
  padding: 3px 0 3px 20px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #191919;
}
.block.filter .filter-current .items li .filter-label {
  font-weight: 500;
}
.block.filter .filter-current .items li .filter-label:after {
  content: ':';
}
.block.filter .filter-current .items li .action.remove {
  position: absolute;
  left: 0;
  top: 4px;
}
.block.filter .filter-current .items li .action.remove:before {
  font-family: 'wokiee';
  speak: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9b3";
}
.block.filter .filter-current .items li .action.remove span {
  display: none;
}
.swatch-attribute-options {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: -10px -1px 2px -1px;
}
.swatch-option {
  margin: 10px 2px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-size: 12px;
  line-height: 16px;
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
  outline: 0;
}
@media (max-width: 1024px) {
  .swatch-attribute-options {
    margin: -10px -1px 2px -1px;
  }
  .swatch-option {
    margin: 10px 2px 0;
  }
}
.swatch-option.text {
  padding-left: 2px;
  padding-right: 2px;
  background: #f7f8fa;
  color: #191919;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.swatch-option.text.selected,
.swatch-option.text:hover {
  background: #2879fe;
  color: #ffffff;
}
.swatch-option.image,
.swatch-option.color {
  font-size: 0;
  line-height: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.swatch-option.image:before,
.swatch-option.color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -webkit-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  backface-visibility: hidden;
}
.swatch-option.image:after,
.swatch-option.color:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  outline: none;
  backface-visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -webkit-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
}
.swatch-option.image:before,
.swatch-option.color:before {
  border: 0 solid #ffffff;
}
.swatch-option.image:after,
.swatch-option.color:after {
  border: 0 solid #2879fe;
}
.swatch-option.image:hover:before,
.swatch-option.color:hover:before,
.swatch-option.image.selected:before,
.swatch-option.color.selected:before {
  border-width: 4px;
}
.swatch-option.image:hover:after,
.swatch-option.color:hover:after,
.swatch-option.image.selected:after,
.swatch-option.color.selected:after {
  border-width: 2px;
}
.swatch-option.image[option-tooltip-value="#ffffff"],
.swatch-option.color[option-tooltip-value="#ffffff"] {
  border: 2px solid #e9e7e6;
}
.swatch-option.image[option-tooltip-value="#ffffff"]:hover,
.swatch-option.color[option-tooltip-value="#ffffff"]:hover {
  border-color: transparent;
}
.block.filter .swatch-attribute-options {
  margin: -10px -1px 0 -5px;
}
.block.filter .swatch-option {
  margin: 10px 5px 0;
  min-width: 30px;
  min-height: 30px;
}
.block.filter .swatch-option.text {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.block.filter .swatch-option.image:hover:before,
.block.filter .swatch-option.color:hover:before {
  border-width: 6px;
}
.block.filter .swatch-option.image:hover:after,
.block.filter .swatch-option.color:hover:after {
  border-width: 3px;
}
.swatch-option-tooltip,
.swatch-input {
  display: none;
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.form-create-account {
  border: solid 1px #e9e7e7;
  max-width: 476px;
  margin: 0 auto;
  padding: 32px 39px 20px;
}
@media (min-width: 1230px) {
  .form-create-account {
    max-width: 580px;
  }
}
@media (max-width: 440px) {
  .form-create-account {
    padding: 20px;
  }
}
.form-create-account .actions-toolbar {
  text-align: center;
}
.form-create-account .actions-toolbar div.primary {
  margin-bottom: 10px;
}
form.password.forget {
  border: solid 1px #e9e7e7;
  max-width: 476px;
  margin: 0 auto;
  padding: 32px 39px 20px;
}
@media (min-width: 1230px) {
  form.password.forget {
    max-width: 580px;
  }
}
@media (max-width: 440px) {
  form.password.forget {
    padding: 20px;
  }
}
@media (min-width: 441px) {
  form.password.forget .actions-toolbar {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  form.password.forget .actions-toolbar div.primary {
    flex: 0 0 auto;
    margin-right: auto;
  }
  form.password.forget .actions-toolbar div.secondary {
    flex: 0 0 auto;
  }
}
@media (max-width: 440px) {
  form.password.forget .actions-toolbar div.primary {
    margin-bottom: 10px;
  }
}
.login-container:after {
  clear: both;
  content: '';
  display: table;
}
.login-container .block {
  border: 1px solid #e9e7e7;
  padding: 32px 39px;
  height: 100%;
}
@media (max-width: 440px) {
  .login-container .block {
    padding: 20px;
  }
}
.login-container .block .block-title {
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 14px 0;
  font-weight: 500;
  text-transform: uppercase;
  color: #191919;
}
@media (max-width: 575px) {
  .login-container .block .block-title {
    font-size: 16px;
    padding: 0 0 10px;
  }
}
.login-container .block.block-new-customer p {
  margin: 0 0 25px;
}
@media (min-width: 441px) {
  .login-container .block.block-customer-login .actions-toolbar {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .login-container .block.block-customer-login .actions-toolbar div.primary {
    flex: 0 0 auto;
    margin-right: auto;
  }
  .login-container .block.block-customer-login .actions-toolbar div.secondary {
    flex: 0 0 auto;
  }
}
@media (max-width: 440px) {
  .login-container .block.block-customer-login .actions-toolbar div.primary {
    margin-bottom: 10px;
  }
}
@media (min-width: 790px) {
  .login-container .block.block-customer-login {
    float: right;
    width: 49%;
    min-height: 390px;
  }
  .login-container .block.block-new-customer {
    float: left;
    width: 49%;
    min-height: 390px;
  }
}
@media (min-width: 1025px) {
  .login-container .block.block-customer-login {
    min-height: 380px;
  }
  .login-container .block.block-new-customer {
    min-height: 380px;
  }
}
@media (max-width: 789px) {
  .login-container .block.block-customer-login {
    margin-bottom: 20px;
  }
}
body.account .main-content .block:not(:last-child) {
  margin-bottom: 30px;
}
body.account .main-content .block .block-title {
  padding: 0 0 21px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e9e7e7;
}
@media (max-width: 575px) {
  body.account .main-content .block .block-title {
    padding: 0 0 11px 0;
    margin-bottom: 20px;
  }
}
body.account .main-content .block .block-title strong {
  font-family: 'Hind', sans-serif;
  color: #191919;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (max-width: 789px) {
  body.account .main-content .block .block-title strong {
    display: block;
    font-size: 22px;
    margin-bottom: 4px;
  }
}
@media (max-width: 575px) {
  body.account .main-content .block .block-title strong {
    font-size: 18px;
  }
}
body.account .main-content .block .block-title a {
  position: relative;
  padding-left: 20px;
  margin: 10px 0 0;
  text-transform: uppercase;
  color: #2879fe;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (min-width: 790px) {
  body.account .main-content .block .block-title a {
    float: right;
  }
}
body.account .main-content .block .block-title a:hover {
  color: #191919;
}
body.account .main-content .block .block-title a:before {
  content: "\ea15";
  font-family: 'wokiee';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 2px;
}
body.account .main-content .block .block-content:after {
  clear: both;
  content: '';
  display: table;
}
body.account .main-content .block .block-content .box .box-title {
  display: block;
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #191919;
}
@media (max-width: 575px) {
  body.account .main-content .block .block-content .box .box-title {
    font-size: 16px;
    padding: 0 0 10px;
  }
}
@media (min-width: 790px) {
  body.account .main-content .block .block-content .box {
    width: 49%;
  }
  body.account .main-content .block .block-content .box:nth-child(odd) {
    float: left;
    clear: both;
  }
  body.account .main-content .block .block-content .box:nth-child(even) {
    float: right;
  }
}
@media (max-width: 789px) {
  body.account .main-content .block .block-content .box:not(:last-child) {
    margin-bottom: 20px;
  }
}
body.account .main-content .block .block-content .box-content {
  margin-bottom: 12px;
}
body.account .main-content .block .block-content .box-content p {
  margin: 0;
}
body.account .main-content .block .block-content .box-actions a {
  margin-right: 10px;
  color: #2879fe;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
body.account .main-content .block .block-content .box-actions a:hover {
  color: #191919;
}
body.account .main-content .block-reviews-dashboard .items {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.account .main-content .block-reviews-dashboard .items > li {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 11px;
  color: #191919;
}
body.account .main-content .block-reviews-dashboard .items > li strong {
  font-weight: 500;
}
body.account .main-content .block-reviews-dashboard .items > li a {
  color: #191919;
}
body.account .main-content .block-reviews-dashboard .items > li a:hover {
  color: #2879fe;
}
body.account .main-content .block-reviews-dashboard .items > li:not(:first-child) {
  margin-top: 15px;
}
body.account .main-content .block-reviews-dashboard .items > li:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #2879fe;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
body.account .main-content table.data.table.table-order-items {
  border-top: 0;
}
body.account .main-content .actions-toolbar {
  padding-top: 15px;
}
body.account .main-content .actions-toolbar .secondary a {
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 790px) {
  body.account .main-content .actions-toolbar:after {
    clear: both;
    content: '';
    display: table;
  }
  body.account .main-content .actions-toolbar div.primary {
    float: right;
  }
  body.account .main-content .actions-toolbar .secondary {
    float: left;
    margin: 10px 0 0;
  }
}
@media (max-width: 789px) {
  body.account .main-content .actions-toolbar div.primary {
    margin-bottom: 12px;
  }
}
body.sales-order-view .tt-title-subpages.noborder {
  padding-bottom: 10px;
}
body.sales-order-view .page-title-wrapper {
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 789px) {
  body.sales-order-view .page-title-wrapper {
    margin-bottom: 20px;
  }
}
body.sales-order-view .page-title-wrapper .order-status {
  font-size: 16px;
}
body.sales-order-view .page-title-wrapper .order-date {
  font-style: italic;
  font-size: 12px;
}
body.sales-order-view .page-title-wrapper .order-date .label {
  font-weight: 500;
  color: #191919;
}
body.sales-order-view .page-title-wrapper .actions-toolbar {
  padding: 10px 0 0;
}
body.sales-order-view .page-title-wrapper .actions-toolbar a {
  margin: 0 5px;
  text-transform: uppercase;
}
body.sales-order-view .order-links {
  border-bottom: 1px solid #e9e7e7;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
body.sales-order-view .order-links li {
  display: inline-block;
  margin-right: 10px;
}
body.sales-order-view .order-details-items {
  margin-bottom: 30px;
}
@media (max-width: 789px) {
  body.sales-order-view .order-details-items {
    margin-bottom: 15px;
  }
}
body.sales-order-view .order-details-items .items-qty {
  margin: 0;
}
body.sales-order-view .order-details-items .items-qty .title:after {
  content: ': ';
}
body.sales-order-view .order-title {
  padding: 0 0 21px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e9e7e7;
}
@media (max-width: 575px) {
  body.sales-order-view .order-title {
    padding: 0 0 11px 0;
    margin-bottom: 20px;
  }
}
body.sales-order-view .order-title strong {
  font-family: 'Hind', sans-serif;
  color: #191919;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (max-width: 789px) {
  body.sales-order-view .order-title strong {
    display: block;
    font-size: 22px;
    margin-bottom: 4px;
  }
}
@media (max-width: 575px) {
  body.sales-order-view .order-title strong {
    font-size: 18px;
  }
}
.customer-account-logoutsuccess .main-content p {
  margin: 0;
  text-align: center;
}
.customer-account-logoutsuccess .main-content p:before {
  content: "\ea1b";
  font-family: 'wokiee';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 120px;
  display: block;
  color: #ebecee;
  margin-bottom: 20px;
}
.products-grid.wishlist .product-items {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.products-grid.wishlist .product-items .product-item-photo {
  display: block;
  margin: 0 auto 16px;
  max-width: 280px;
}
.products-grid.wishlist .product-items .product-item-name {
  font-size: 14px;
  font-weight: 400;
}
.products-grid.wishlist .product-items .product-item-name a {
  color: #191919;
}
.products-grid.wishlist .product-items .product-item-name a:hover {
  color: #2879fe;
}
.products-grid.wishlist .product-items .price-box {
  margin-bottom: 15px;
}
.products-grid.wishlist .product-items .price-box p {
  margin: 0;
}
.products-grid.wishlist .product-items .product-item-inner:after {
  clear: both;
  content: '';
  display: table;
}
.products-grid.wishlist .product-items .product-item-inner > .product-item-actions {
  float: right;
  margin: 8px 0 0;
}
.products-grid.wishlist .product-items .product-item-inner > .product-item-actions a {
  font-size: 22px;
  margin: 0 0 0 10px;
}
.products-grid.wishlist .product-items .product-item-inner > .product-item-actions a span {
  display: none;
}
.products-grid.wishlist .product-items .product-item-inner > .product-item-actions a.action.edit {
  font-size: 20px;
}
.products-grid.wishlist .product-items .product-item-inner > .product-item-actions a.action.edit:before {
  font-family: 'wokiee';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eb11";
}
.products-grid.wishlist .product-items .product-item-inner > .product-item-actions a.action.delete:before {
  font-family: 'wokiee';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea83";
}
.products-grid.wishlist .product-items .comment-box {
  margin-bottom: 15px;
}
.products-grid.wishlist .product-items .comment-box label {
  display: none;
}
.products-grid.wishlist .product-items .comment-box textarea {
  height: 100px;
  min-height: 100px;
}
.products-grid.wishlist .product-items .box-tocart {
  float: left;
}
.products-grid.wishlist .product-items .box-tocart fieldset.fieldset div.field:not(:last-child) {
  margin: 0 10px 0 0;
  float: left;
  width: 60px;
}
.products-grid.wishlist .product-items .box-tocart .input-text.qty {
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}
.products-grid.wishlist .product-items .box-tocart button.action {
  background: none;
  border: 0;
  padding: 0;
  font-size: 26px;
  color: #2879fe;
}
.products-grid.wishlist .product-items .box-tocart button.action:hover {
  color: #191919;
}
.products-grid.wishlist .product-items .box-tocart button.action span {
  display: none;
}
.products-grid.wishlist .product-items .box-tocart button.action:before {
  content: "\e986";
  font-family: 'wokiee';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.products-grid.wishlist .product-items .box-tocart .product-item-actions {
  float: left;
  margin: 7px 0 0;
}
.products-grid.wishlist .product-items .box-tocart label.label {
  display: none;
}
body.account.wishlist-index-index .main-content .actions-toolbar {
  padding: 45px 0 0;
}
body.account.wishlist-index-index .main-content .actions-toolbar div.primary {
  float: none;
  margin-bottom: 25px;
}
body.account.wishlist-index-index .main-content .actions-toolbar div.primary button.action {
  margin: 0 10px 0 0;
}
body.account.wishlist-index-index .main-content .actions-toolbar div.secondary {
  float: none;
  margin: 0;
  padding: 20px 0 0;
  border-top: solid 1px #e9e7e7;
}
@media (max-width: 789px) {
  body.account.wishlist-index-index .main-content .actions-toolbar {
    text-align: center;
  }
  body.account.wishlist-index-index .main-content .actions-toolbar div.primary button.action {
    margin: 0 5px 15px;
  }
}
body.catalog-product-compare-index a.action.print {
  float: right;
  padding: 8px 13px;
  font-size: 24px;
  background: #2879fe;
  color: #ffffff;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
body.catalog-product-compare-index a.action.print:hover {
  background: #2267d8;
  color: #ffffff;
}
body.catalog-product-compare-index a.action.print span {
  display: none;
}
body.catalog-product-compare-index a.action.print:after {
  clear: both;
  content: '';
  display: table;
}
body.catalog-product-compare-index a.action.print:before {
  content: "\e9f6";
  font-family: 'wokiee';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 790px) {
  body.catalog-product-compare-index table.data.table.table-comparison {
    table-layout: fixed;
  }
}
body.catalog-product-compare-index table.data.table.table-comparison thead th span {
  display: none;
}
body.catalog-product-compare-index table.data.table.table-comparison thead td {
  padding: 15px 10px 10px;
  text-align: right;
}
body.catalog-product-compare-index table.data.table.table-comparison thead td a.action.delete {
  font-size: 18px;
}
body.catalog-product-compare-index table.data.table.table-comparison thead td a.action.delete span {
  display: none;
}
body.catalog-product-compare-index table.data.table.table-comparison thead td a.action.delete:before {
  content: "\e9b3";
  font-family: 'wokiee';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.catalog-product-compare-index table.data.table.table-comparison tbody th {
  color: #191919;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 11px 10px 11px 0;
  font-family: 'Hind', sans-serif;
  text-transform: uppercase;
  vertical-align: top;
}
body.catalog-product-compare-index table.data.table.table-comparison tbody td {
  vertical-align: top;
}
body.catalog-product-compare-index table.data.table.table-comparison tbody td .product-item-photo {
  max-width: 280px;
  margin: 0 0 10px;
}
body.catalog-product-compare-index table.data.table.table-comparison tbody td .product-item-name {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
}
body.catalog-product-compare-index table.data.table.table-comparison tbody td .product-item-name a {
  color: #191919;
}
body.catalog-product-compare-index table.data.table.table-comparison tbody td .product-item-name a:hover {
  color: #2879fe;
}
body.catalog-product-compare-index table.data.table.table-comparison tbody td .product-reviews-summary {
  margin-bottom: 8px;
}
body.catalog-product-compare-index table.data.table.table-comparison tbody td .price-box {
  margin-bottom: 9px;
}
body.catalog-product-compare-index table.data.table.table-comparison tbody td .product-item-actions .actions-primary {
  margin-bottom: 10px;
}
body.catalog-product-compare-index table.data.table.table-comparison tbody td .attribute p:first-child {
  margin-top: 0;
}
@media (max-width: 789px) {
  body.catalog-product-compare-index table.data.table.table-comparison tbody th {
    font-size: 12px;
  }
  body.catalog-product-compare-index table.data.table.table-comparison tbody td:before {
    content: '';
    display: none;
  }
  body.catalog-product-compare-index table.data.table.table-comparison tbody td .product-item-photo {
    max-width: 180px;
  }
}
.tt-shopcart-wrapper {
  border: 1px solid #e9e7e7;
}
@media (min-width: 576px) {
  .tt-shopcart-wrapper {
    padding: 32px 39px 35px;
  }
}
@media (max-width: 575px) {
  .tt-shopcart-wrapper {
    padding: 25px 24px 23px;
  }
}
.block.discount {
  margin-bottom: 25px;
}
.block.discount .title {
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #191919;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .block.discount .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.block.discount .fieldset.coupon .field {
  margin-bottom: 20px;
}
.block.discount .fieldset.coupon label.label {
  display: none;
}
.block.discount .actions-toolbar button.action {
  width: 100%;
}
.block.shipping {
  margin-bottom: 25px;
}
.block.shipping .title {
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #191919;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .block.shipping .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.block.shipping fieldset.fieldset legend.legend,
.block.shipping fieldset.fieldset legend.legend + br {
  display: none;
}
.block.shipping fieldset.fieldset p {
  margin: 0 0 17px;
}
.block.shipping fieldset.fieldset dl.items.methods {
  padding: 0 0 0;
}
div.cart-totals {
  margin-bottom: 32px;
}
table.data.table.totals {
  border: 0;
  font-family: 'Hind', sans-serif;
}
table.data.table.totals tbody tr {
  border-bottom: 0;
}
table.data.table.totals tbody th {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 5px 0;
  text-transform: uppercase;
  color: #191919;
}
table.data.table.totals tbody td {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  text-align: right;
}
table.data.table.totals tbody td .price {
  color: #191919;
}
table.data.table.totals tbody tr.grand.totals td {
  font-size: 24px;
}
table.data.table.totals tbody tr.grand.totals td .price {
  color: #2879fe;
}
@media (max-width: 789px) {
  table.data.table.totals tbody th {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 1px;
    font-size: 14px;
  }
  table.data.table.totals tbody td {
    text-align: center;
    padding-top: 1px;
    padding-bottom: 10px;
  }
  table.data.table.totals tbody td:before {
    content: '';
    display: none;
  }
}
.checkout-methods-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkout-methods-items li {
  text-align: center;
}
.checkout-methods-items li:not(:last-child) {
  margin-bottom: 10px;
}
.checkout-methods-items button.action {
  width: 100%;
  padding: 18px 31px 17px;
}
@media (max-width: 575px) {
  .checkout-methods-items button.action {
    font-size: 12px;
    padding: 17px 25px;
  }
}
table.data.table.cart tbody td.item .product-item-photo {
  display: table-cell;
  max-width: 100%;
  padding-right: 15px;
  position: static;
  width: 1%;
  vertical-align: middle;
}
table.data.table.cart tbody td.item .product-item-details {
  display: table-cell;
  white-space: normal;
  width: 99%;
  vertical-align: middle;
}
table.data.table.cart tbody td.item .product-item-name {
  font-weight: normal;
}
table.data.table.cart tbody td.item .product-item-name a {
  color: #191919;
}
table.data.table.cart tbody td.item .product-item-name a:hover {
  color: #2879fe;
}
table.data.table.cart tbody td.qty label.label {
  display: none;
}
table.data.table.cart tbody td.qty input.qty {
  width: 60px;
  text-align: center;
  padding: 11px 15px 10px 15px;
}
table.data.table.cart tbody .item-actions td {
  padding-top: 17px;
  text-align: right;
}
table.data.table.cart tbody .item-actions a.action {
  position: relative;
  font-size: 22px;
}
table.data.table.cart tbody .item-actions a.action span {
  display: none;
}
table.data.table.cart tbody .item-actions a.action:before {
  font-family: 'wokiee';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table.data.table.cart tbody .item-actions a.action.action-towishlist {
  top: 1px;
}
table.data.table.cart tbody .item-actions a.action.action-towishlist:before {
  content: "\eb16";
}
table.data.table.cart tbody .item-actions a.action.action-edit:before {
  content: "\eb11";
}
table.data.table.cart tbody .item-actions a.action.action-delete:before {
  content: "\ea83";
}
table.data.table.cart tbody .item-actions .gift-options-cart-item {
  text-align: left;
}
table.data.table.cart tbody .item-actions .gift-options-cart-item button.action.action-gift {
  float: left;
  margin-top: 5px;
  background: none;
  padding: 0;
  color: #2879fe;
}
table.data.table.cart tbody .item-actions .gift-options-cart-item button.action.action-gift:hover {
  color: #191919;
}
table.data.table.cart tbody .item-actions .gift-options-cart-item button.action.action-gift:after {
  font-family: 'wokiee';
  content: "\e9c6";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7px;
  top: -1px;
  position: relative;
}
table.data.table.cart tbody .item-actions .gift-options-cart-item button.action.action-gift._active:after {
  content: "\e9c9";
}
table.data.table.cart tbody .item-actions .gift-options-cart-item .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0 10px;
  margin-top: 20px;
  border-top: solid 1px #e9e7e7;
  width: 100%;
}
table.data.table.cart tbody .item-actions .gift-options-cart-item .gift-content._active {
  display: block;
}
table.data.table.cart tbody .item-actions .gift-options-cart-item .gift-content .gift-options-title {
  font-size: 16px;
  color: #191919;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  padding-bottom: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  table.data.table.cart tbody .item-actions .gift-options-cart-item .gift-content .gift-options-title {
    font-size: 12px;
  }
}
table.data.table.cart tbody .item-actions .gift-options-cart-item .actions-toolbar {
  padding: 20px 0 0;
}
table.data.table.cart tbody .item-actions .gift-options-cart-item .actions-toolbar button {
  margin-right: 10px;
}
@media (max-width: 789px) {
  table.data.table.cart tbody td.item:before {
    content: '';
    display: none;
  }
  table.data.table.cart tbody td.qty .field.qty {
    display: inline-block;
  }
  table.data.table.cart tbody tr.item-actions td:before {
    content: '';
    display: none;
  }
  table.data.table.cart tbody tr.item-actions .gift-options-cart-item .gift-content {
    border-top: 0;
    border-bottom: solid 1px #e9e7e7;
    padding-bottom: 20px;
  }
}
@media (min-width: 790px) {
  .cart.main.actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 32px 0 30px;
  }
  .cart.main.actions .col-left {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
  }
  .cart.main.actions *[class^="btn"]:not(:first-child) {
    margin-left: 40px;
  }
}
@media (max-width: 789px) {
  .cart.main.actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3px 0 21px;
  }
  .cart.main.actions .col-left {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .cart.main.actions .col-right {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cart.main.actions .col-right .btn-link:first-child {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .cart.main.actions *[class^="btn"] {
    margin-top: 15px;
  }
}
.cart-container #gift-options-cart .cart-gift-item {
  margin-bottom: 25px;
}
.cart-container #gift-options-cart .cart-gift-item .gift-item-block .title {
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 500;
  color: #191919;
  padding: 15px 0;
  border-top: solid 1px #e9e7e7;
  border-bottom: solid 1px #e9e7e7;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .cart-container #gift-options-cart .cart-gift-item .gift-item-block .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.cart-container #gift-options-cart .cart-gift-item .gift-item-block .title span {
  cursor: pointer;
}
.cart-container #gift-options-cart .cart-gift-item .gift-item-block .title:after {
  font-family: 'wokiee';
  content: "\e9c6";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7px;
  font-size: 16px;
  top: 0;
  position: relative;
}
.cart-container #gift-options-cart .cart-gift-item .gift-item-block._active .title:after {
  content: "\e9c9";
}
.cart-container #gift-options-cart .cart-gift-item .gift-options .gift-options-title {
  display: none;
}
.cart-container #gift-options-cart .cart-gift-item .gift-options .actions-toolbar {
  padding: 20px 0 0;
}
.cart-container #gift-options-cart .cart-gift-item .gift-options .actions-toolbar button {
  margin-right: 10px;
}
.multicheckout .block {
  margin-bottom: 30px;
}
.multicheckout .block .block-title {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 500;
  color: #191919;
  padding-bottom: 16px;
  margin-bottom: 26px;
  border-bottom: solid 1px #e9e7e7;
}
@media (max-width: 575px) {
  .multicheckout .block .block-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.multicheckout .block-content .box-title:not(.legend) {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #191919;
}
.multicheckout .block-content .box-title:not(.legend) a {
  margin-left: 7px;
}
.multicheckout:not(.order-review) .block-content:after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 791px) {
  .multicheckout:not(.order-review) .block-content .box:nth-child(1),
  .multicheckout:not(.order-review) .block-content .box:nth-child(3) {
    float: left;
    width: 25%;
  }
  .multicheckout:not(.order-review) .block-content .box:nth-child(2) {
    float: left;
    width: 50%;
    padding: 0 20px;
  }
}
@media (max-width: 790px) {
  .multicheckout:not(.order-review) .block-content .box:nth-child(1),
  .multicheckout:not(.order-review) .block-content .box:nth-child(2) {
    margin-bottom: 20px;
  }
}
@media (min-width: 441px) {
  .multicheckout:not(.address) .actions-toolbar {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .multicheckout:not(.address) .actions-toolbar div.primary {
    flex: 0 0 auto;
    margin-right: auto;
  }
  .multicheckout:not(.address) .actions-toolbar div.secondary {
    flex: 0 0 auto;
  }
}
@media (max-width: 440px) {
  .multicheckout:not(.address) .actions-toolbar div.primary {
    margin-bottom: 10px;
  }
}
.multicheckout.address .title {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 500;
  color: #191919;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .multicheckout.address .title {
    font-size: 14px;
    line-height: 20px;
  }
}
.multicheckout.address table.data.table label.label {
  display: none;
}
.multicheckout.address table.data.table .product-item-name {
  font-weight: normal;
}
.multicheckout.address table.data.table .product-item-name a {
  color: #191919;
}
.multicheckout.address table.data.table .product-item-name a:hover {
  color: #2879fe;
}
.multicheckout.address table.data.table .input-text.qty {
  max-width: 60px;
  text-align: center;
}
@media (max-width: 789px) {
  .multicheckout.address table.data.table .field.qty,
  .multicheckout.address table.data.table .field.address {
    display: inline-block;
    max-width: 200px;
  }
}
.multicheckout.address .actions-toolbar {
  padding: 20px 0 0;
}
.multicheckout.address .actions-toolbar div.primary {
  text-align: right;
  margin-bottom: 20px;
}
.multicheckout.address .actions-toolbar div.primary .action.primary {
  padding: 18px 31px 17px;
}
@media (max-width: 575px) {
  .multicheckout.address .actions-toolbar div.primary .action.primary {
    font-size: 12px;
    padding: 17px 25px;
  }
}
.multicheckout.address .actions-toolbar div.secondary {
  border-top: solid 1px #e9e7e7;
  padding: 20px 0 0;
  text-align: right;
}
.multicheckout.address .actions-toolbar div.secondary a.action {
  float: left;
  margin: 9px 0 0;
}
@media (max-width: 789px) {
  .multicheckout.address .actions-toolbar div.primary {
    text-align: center;
  }
  .multicheckout.address .actions-toolbar div.primary .action.primary {
    width: 100%;
  }
  .multicheckout.address .actions-toolbar div.secondary {
    text-align: center;
  }
  .multicheckout.address .actions-toolbar div.secondary button.action,
  .multicheckout.address .actions-toolbar div.secondary a.action {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
}
.multicheckout.shipping .block-shipping .block-content .box dt.item-title {
  display: none;
}
.multicheckout.shipping .block-shipping .block-content .box legend.legend {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 6px;
}
@media (max-width: 575px) {
  .multicheckout.shipping .block-shipping .block-content .box legend.legend {
    font-size: 14px;
    padding: 0 0 6px;
  }
}
.multicheckout.shipping .block-shipping .block-content .box dt.order-title {
  margin-bottom: 20px;
}
.multicheckout.shipping .block-shipping .block-content .box button.action.action-gift {
  margin-bottom: 15px;
  background: none;
  padding: 0;
  color: #2879fe;
}
.multicheckout.shipping .block-shipping .block-content .box button.action.action-gift:hover {
  color: #191919;
}
.multicheckout.shipping .block-shipping .block-content .box button.action.action-gift:after {
  font-family: 'wokiee';
  content: "\e9c6";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7px;
  top: -1px;
  position: relative;
}
.multicheckout.shipping .block-shipping .block-content .box button.action.action-gift.active:after {
  content: "\e9c9";
}
.multicheckout.shipping .block-shipping .block-content .box .gift-messages-order {
  padding: 20px 0 10px;
  margin-top: 5px;
  border-top: solid 1px #e9e7e7;
}
.multicheckout.shipping .block-shipping .block-content .box .gift-messages-order.hidden {
  display: none;
}
.multicheckout.shipping .block-shipping .block-content .box .gift-messages-order p {
  margin: 0 0 16px;
}
.multicheckout.shipping .block-shipping .block-content .box .order-options .items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.multicheckout.shipping .block-shipping .block-content .box .order-options .items li.item:not(:last-child) {
  margin-bottom: 20px;
}
.multicheckout.shipping .block-shipping .block-content .box .order-options .items li.item .product {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.multicheckout.shipping .block-shipping .block-content .box .order-options .items li.item .product .number {
  display: none;
}
.multicheckout.shipping .block-shipping .block-content .box .order-options .items li.item .product .photo.container {
  width: auto !important;
  max-width: inherit !important;
  padding: 0 !important;
  margin: 0 15px 0 0 !important;
}
.multicheckout.shipping .block-shipping .block-content .box .order-options .items li.item .product .product-name {
  font-weight: normal;
}
.multicheckout.shipping .block-shipping .block-content .box .order-options .items li.item .block.message {
  padding: 20px 0 10px;
  margin-top: 5px;
  border-top: solid 1px #e9e7e7;
}
.multicheckout.shipping .block-shipping .block-content .box .order-options .items li.item .block.message.hidden {
  display: none;
}
.multicheckout.shipping .block-shipping .block-content .box .order-options .items li.item .block.message p {
  margin: 0 0 16px;
}
dl.checkout-payment-method dt {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-weight: normal;
  margin-bottom: 15px;
}
dl.checkout-payment-method dt input[type="radio"],
dl.checkout-payment-method dt input[type="checkbox"] {
  margin: 0 6px 1px 0;
}
.multishipping-checkout-billing .main-content {
  position: relative;
}
.multicheckout.order-review .block-content:after {
  clear: both;
  content: '';
  display: table;
}
.multicheckout.order-review .block-content:not(:last-child) {
  margin-bottom: 20px;
}
.multicheckout.order-review .block-content .title {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 500;
  color: #191919;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .multicheckout.order-review .block-content .title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 791px) {
  .multicheckout.order-review .block-content .box.box-billing-address,
  .multicheckout.order-review .block-content .box.box-shipping-address {
    float: left;
    width: 49%;
  }
  .multicheckout.order-review .block-content .box.box-billing-method,
  .multicheckout.order-review .block-content .box.box-shipping-method {
    float: right;
    width: 49%;
  }
}
@media (max-width: 790px) {
  .multicheckout.order-review .block-content .box.box-billing-address,
  .multicheckout.order-review .block-content .box.box-shipping-address,
  .multicheckout.order-review .block-content .box.box-shipping-method {
    margin-bottom: 20px;
  }
}
.multicheckout.order-review .block-content .box.box-items {
  clear: both;
  padding: 20px 0 0;
}
.multicheckout.order-review .checkout-review .grand.totals {
  text-align: right;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e9e7e7;
  font-size: 24px;
}
@media (max-width: 575px) {
  .multicheckout.order-review .checkout-review .grand.totals {
    font-size: 18px;
  }
}
.multicheckout.order-review .checkout-review .grand.totals .mark {
  padding: 0;
  background: none;
  color: #191919;
}
.multicheckout.order-review .checkout-review .grand.totals .amount {
  color: #2879fe;
}
.multicheckout.success p {
  text-align: center;
  margin: 0 0 20px;
}
.multicheckout.success h3 {
  text-align: center;
}
.multicheckout.success .orders-succeed {
  margin-bottom: 25px;
}
.multicheckout.success .orders-succeed .orders-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.multicheckout.success .orders-succeed .orders-list li {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 11px;
  margin: 0 0 12px;
}
.multicheckout.success .orders-succeed .orders-list li:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #2879fe;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.checkout-index-index .page-title-wrapper {
  display: none;
}
.checkout-container:after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 791px) {
  .authentication-wrapper {
    float: right;
  }
}
@media (max-width: 790px) {
  .authentication-wrapper {
    margin: 0 0 20px;
  }
  .authentication-wrapper .action-auth-toggle {
    width: 100%;
  }
}
.authentication-wrapper .authentication-dropdown {
  position: absolute;
  left: 50%;
  top: 200px;
  width: 400px;
  margin: 0 0 0 -200px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}
@media (max-width: 440px) {
  .authentication-wrapper .authentication-dropdown {
    width: auto;
    margin: 0;
    left: 10px;
    right: 10px;
  }
}
.authentication-wrapper .authentication-dropdown._show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
@media (min-width: 441px) {
  .authentication-wrapper .authentication-dropdown .actions-toolbar {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .authentication-wrapper .authentication-dropdown .actions-toolbar div.primary {
    flex: 0 0 auto;
    margin-right: auto;
  }
  .authentication-wrapper .authentication-dropdown .actions-toolbar div.secondary {
    flex: 0 0 auto;
  }
}
@media (max-width: 440px) {
  .authentication-wrapper .authentication-dropdown .actions-toolbar {
    text-align: center;
  }
  .authentication-wrapper .authentication-dropdown .actions-toolbar div.primary {
    margin-bottom: 10px;
  }
  .authentication-wrapper .authentication-dropdown .actions-toolbar div.primary button {
    width: 100%;
  }
}
.authentication-wrapper .modal-header {
  border: 0;
  position: absolute;
  right: 17px;
  top: 19px;
  z-index: 2;
}
.authentication-wrapper .modal-header button {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.authentication-wrapper .modal-header button:hover {
  color: #2879fe;
}
.authentication-wrapper .modal-header button.action-close span {
  display: none;
}
.authentication-wrapper .modal-header button.action-close:before {
  font-family: 'wokiee';
  font-size: 20px;
  content: "\e9b3";
}
.authentication-wrapper .modal-content {
  background: #fff;
  border: 0;
  padding: 20px;
}
.authentication-wrapper .modal-content .block-title {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0 20px 13px 0;
  margin: 0 0 20px;
  border-bottom: solid 1px #e9e7e7;
  text-transform: uppercase;
  color: #191919;
}
.authentication-wrapper .modal-content .block-title strong {
  font-weight: 500;
}
body._has-modal-custom .modal-custom.authentication-dropdown {
  display: block !important;
}
body._has-modal-custom .modal-custom-overlay {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 899;
}
.opc-progress-bar {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  font-size: 0;
}
.opc-progress-bar li {
  display: inline-block;
  min-width: 240px;
  margin: 0;
  padding: 57px 10px 0;
  position: relative;
  text-align: center;
}
.opc-progress-bar li span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #191919;
}
.opc-progress-bar li:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 21px;
  left: 0;
  right: 0;
  height: 4px;
  background: #e9e7e7;
}
.opc-progress-bar li:before {
  width: 46px;
  height: 46px;
  background-color: #e9e7e7;
  text-align: center;
  color: #191919;
  font-size: 20px;
  line-height: 46px;
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  margin: 0 0 0 -26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.opc-progress-bar li:nth-child(1):before {
  content: '1';
}
.opc-progress-bar li:nth-child(2):before {
  content: '2';
}
.opc-progress-bar li._active:after {
  background: #2879fe;
}
.opc-progress-bar li._active:before {
  background-color: #2879fe;
  color: #fff;
}
.opc-progress-bar li._complete {
  cursor: pointer;
}
@media (max-width: 790px) {
  .opc-progress-bar li {
    min-width: inherit;
    width: 50%;
  }
}
@media (max-width: 440px) {
  .opc-progress-bar li {
    padding: 42px 10px 0;
  }
  .opc-progress-bar li span {
    font-size: 12px;
  }
  .opc-progress-bar li span:before {
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    margin: 0 0 0 -18px;
  }
  .opc-progress-bar li span:after {
    top: 16px;
  }
}
.opc-estimated-wrapper {
  margin-bottom: 20px;
}
.opc-estimated-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 791px) {
  .opc-estimated-wrapper {
    display: none;
  }
}
.opc-estimated-wrapper .estimated-block {
  float: left;
  font-size: 16px;
  color: #191919;
}
.opc-estimated-wrapper .estimated-block span {
  display: block;
}
.opc-estimated-wrapper .minicart-wrapper {
  float: right;
}
.opc-estimated-wrapper .minicart-wrapper button.action:before {
  font-family: 'wokiee';
  font-size: 20px;
  content: '\e9ed';
  font-weight: 400;
  margin: 0 10px 0 0;
  position: relative;
  top: -1px;
}
.opc-wrapper .opc {
  list-style: none;
  margin: 0;
  padding: 0;
}
.opc-wrapper .opc .step-title {
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding: 14px 0 14px 0;
  margin: 0 0 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #191919;
  border-bottom: solid 1px #e9e7e7;
  border-top: solid 1px #e9e7e7;
}
.opc-wrapper .opc > li:not(:last-child) {
  padding-bottom: 30px;
}
.opc-wrapper .opc .checkout-shipping-address fieldset.street,
.opc-wrapper .opc .checkout-payment-method fieldset.street {
  margin-bottom: 20px;
}
.opc-wrapper .opc .checkout-shipping-address fieldset.street label,
.opc-wrapper .opc .checkout-payment-method fieldset.street label {
  display: none;
}
.opc-wrapper .opc .checkout-payment-method fieldset.fieldset legend.legend {
  display: none;
}
.opc-wrapper .opc .checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.opc-wrapper .opc .checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.opc-wrapper .opc .checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.opc-wrapper .opc .checkout-payment-method .field-select-billing > .label {
  display: none;
}
.opc-wrapper .opc .checkout-payment-method .payment-method-billing-address {
  margin: 0 0 20px;
}
.opc-wrapper .opc .checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.opc-wrapper .opc .checkout-payment-method .payment-method-content .actions-toolbar {
  text-align: right;
}
.opc-wrapper .opc .checkout-payment-method .payment-method-content .actions-toolbar button.action {
  padding: 21px 31px 20px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .opc-wrapper .opc .checkout-payment-method .payment-method-content .actions-toolbar button.action {
    font-size: 14px;
    padding: 17px 25px;
  }
}
.opc-wrapper .opc .checkout-payment-method .checkout-billing-address .actions-toolbar {
  text-align: left;
  padding: 20px 0 0;
}
.opc-wrapper .opc .shipping-address-items {
  margin: 0;
}
@media (min-width: 576px) {
  .opc-wrapper .opc .shipping-address-items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1%;
  }
}
.opc-wrapper .opc .shipping-address-item {
  border: 2px solid #e9e7e7;
  margin: 0 0 20px 0;
  padding: 20px 30px 20px 20px;
  width: 100%;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (min-width: 576px) {
  .opc-wrapper .opc .shipping-address-item {
    margin: 0 1% 20px 1%;
    width: 48%;
  }
}
.opc-wrapper .opc .shipping-address-item.selected-item {
  border-color: #2879fe;
}
.opc-wrapper .opc .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .opc .shipping-address-item button.action {
  padding: 9px 20px 8px;
  font-size: 12px;
  margin: 20px 0 0;
}
.opc-wrapper .opc .checkout-agreements .checkout-agreement {
  margin-bottom: 10px;
}
.opc-wrapper .opc .checkout-agreements .checkout-agreement input[type="checkbox"] {
  margin: 4px 6px 0 0;
  float: left;
}
.opc-wrapper .opc .checkout-agreements .checkout-agreement button.action {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: normal;
  background: none;
  border: 0;
  padding: 0;
  color: #191919;
  text-transform: none;
}
.opc-wrapper .opc .payment-option .payment-option-title {
  position: relative;
  display: block;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  line-height: 30px;
  padding: 14px 0;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: #191919;
  cursor: pointer;
  border-top: solid 1px #e9e7e7;
}
.opc-wrapper .opc .payment-option .payment-option-title:after {
  position: relative;
  top: 1px;
  font-family: 'wokiee';
  font-size: 18px;
  content: "\e9c6";
}
.opc-wrapper .opc .payment-option .payment-option-content {
  display: none;
}
.opc-wrapper .opc .payment-option._active .payment-option-title:after {
  content: "\e9c9";
}
.opc-wrapper .opc .payment-option._active .payment-option-content {
  display: block;
}
.opc-wrapper .opc .payment-option .form-discount label.label {
  display: none;
}
.opc-wrapper .opc .payment-option .form-discount .payment-option-inner {
  margin-bottom: 20px;
}
.opc-wrapper .opc .payment-option .form-discount .actions-toolbar {
  text-align: left;
}
.opc-wrapper .opc .table-checkout-shipping-method {
  width: 100%;
  margin-bottom: 20px;
}
.opc-wrapper .opc .table-checkout-shipping-method thead {
  display: none;
}
.opc-wrapper .opc .table-checkout-shipping-method tbody tr {
  display: table-row;
  margin: 0;
}
.opc-wrapper .opc .table-checkout-shipping-method tbody tr:not(:last-child) {
  border-bottom: solid 1px #e9e7e7;
}
.opc-wrapper .opc .table-checkout-shipping-method tbody tr td {
  padding: 10px;
}
.opc-wrapper .opc .table-checkout-shipping-method tbody tr td:first-child {
  padding-left: 0;
}
.opc-wrapper .opc .table-checkout-shipping-method tbody tr td input[type="radio"],
.opc-wrapper .opc .table-checkout-shipping-method tbody tr td input[type="checkbox"] {
  margin: 0;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 12px;
  margin-top: 10px;
}
.opc-wrapper .form-login .actions-toolbar {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 30px;
}
.opc-wrapper .form-login .actions-toolbar div.primary {
  flex: 0 0 auto;
  margin-right: auto;
}
.opc-wrapper .form-login .actions-toolbar div.secondary {
  flex: 0 0 auto;
}
@media (max-width: 440px) {
  .opc-wrapper .form-login .actions-toolbar div.primary {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .opc-wrapper {
    float: left;
    width: 66%;
  }
  .opc-sidebar {
    float: right;
    width: 30%;
  }
}
@media (min-width: 791px) {
  .opc-sidebar .modal-header {
    display: none;
  }
}
@media (max-width: 1024px) {
  .opc-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 790px) {
  .opc-wrapper {
    margin-bottom: 0;
  }
}
.opc-sidebar {
  background: #f7f8fa;
  padding: 20px 30px;
}
@media (max-width: 790px) {
  .opc-sidebar {
    bottom: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .opc-sidebar._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .opc-sidebar .modal-header {
    border: 0;
    position: absolute;
    right: 27px;
    top: 23px;
    z-index: 2;
  }
  .opc-sidebar .modal-header button {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #191919;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .opc-sidebar .modal-header button:hover {
    color: #2879fe;
  }
  .opc-sidebar .modal-header button.action-close span {
    display: none;
  }
  .opc-sidebar .modal-header button.action-close:before {
    font-family: 'wokiee';
    font-size: 20px;
    content: "\e9b3";
  }
}
.opc-sidebar .modal-content {
  border: 0;
}
.opc-sidebar .opc-block-summary > .title {
  display: block;
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #191919;
}
.opc-sidebar .opc-block-summary .table-totals {
  margin-bottom: 20px;
}
.opc-sidebar .opc-block-summary .table-totals th,
.opc-sidebar .opc-block-summary .table-totals th strong {
  font-weight: 400;
}
@media (max-width: 789px) {
  .opc-sidebar .opc-block-summary .table-totals td {
    display: table-cell;
    border-bottom: 0;
    padding: 11px 10px;
  }
  .opc-sidebar .opc-block-summary .table-totals td:before {
    content: '';
  }
}
.opc-sidebar .opc-block-summary .items-in-cart > .title {
  position: relative;
  display: block;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  line-height: 30px;
  padding: 0 0 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #191919;
  cursor: pointer;
}
.opc-sidebar .opc-block-summary .items-in-cart > .title strong {
  font-weight: 500;
}
.opc-sidebar .opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: -1px;
  font-family: 'wokiee';
  font-size: 18px;
  content: "\e9c6";
}
.opc-sidebar .opc-block-summary .items-in-cart.active > .title:after {
  content: "\e9c9";
}
.opc-sidebar ol.minicart-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.opc-sidebar ol.minicart-items .product-item:not(:last-child) {
  margin-bottom: 20px;
}
.opc-sidebar ol.minicart-items .product-item div.product {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.opc-sidebar ol.minicart-items .product-item .product-image-container {
  width: 90px;
  margin: 0 15px 0 0;
}
.opc-sidebar ol.minicart-items .product-item .details-qty .label {
  color: #191919;
}
.opc-sidebar ol.minicart-items .product-item .details-qty .label:after {
  content: ':';
}
.opc-sidebar ol.minicart-items .product-item .cart-price .price {
  font-size: 16px;
  font-weight: 500;
  color: #191919;
}
.opc-sidebar ol.minicart-items .product-item .product.options .toggle,
.opc-sidebar ol.minicart-items .product-item .product.options .subtitle {
  display: none;
}
.opc-sidebar ol.minicart-items .product-item .product.options .content {
  display: block !important;
}
.opc-sidebar ol.minicart-items .product-item .product.options .item-options {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
.opc-sidebar ol.minicart-items .product-item .product.options .item-options dt {
  float: left;
  clear: both;
  font-weight: 400;
  margin: 0;
}
.opc-sidebar ol.minicart-items .product-item .product.options .item-options dt:after {
  content: ':';
}
.opc-sidebar ol.minicart-items .product-item .product.options .item-options dd {
  float: left;
  margin: 0;
}
.opc-sidebar .opc-block-shipping-information {
  padding: 20px 0 0;
}
.opc-sidebar .shipping-information .ship-to {
  margin-bottom: 20px;
}
.opc-sidebar .shipping-information .shipping-information-title {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: solid 1px #e9e7e7;
}
.opc-sidebar .shipping-information button.action {
  position: absolute;
  right: 0;
  top: 2px;
  background: none;
  border: 0;
  padding: 0;
  color: #191919;
}
.opc-sidebar .shipping-information button.action span {
  display: none;
}
.opc-sidebar .shipping-information button.action:before {
  font-family: 'wokiee';
  font-size: 16px;
  content: "\e9d8";
}
.credit-card-types {
  display: flex !important;
  flex-wrap: wrap;
}
.credit-card-types li {
  margin-right: 5px;
}
/* section inside container */
.content-indent:not(:first-child) {
  margin-top: 52px;
}
/* tt-filters-options */
.tt-filters-options {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-filters-options .tt-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tt-filters-options .tt-btn-toggle {
  display: none;
}
.tt-filters-options .tt-btn-toggle a {
  color: #2879fe;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  display: inline-block;
  position: relative;
  top: -2px;
  font-family: 'Hind', sans-serif;
}
.tt-filters-options .tt-btn-toggle a:before {
  content: '\e9b9';
  font-family: 'wokiee';
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-right: 7px;
  font-weight: normal;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #2879fe;
}
.tt-filters-options .tt-btn-toggle a:hover {
  color: #191919;
}
.tt-filters-options .tt-btn-toggle a:hover:before {
  color: #191919;
}
@media (min-width: 1025px) {
  .tt-filters-options .tt-btn-toggle a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .tt-filters-options .tt-btn-toggle a {
    font-size: 13px;
  }
}
.tt-filters-options .tt-sort {
  margin-top: -1px;
}
@media (max-width: 1024px) {
  .tt-filters-options .tt-sort {
    display: none;
  }
}
.tt-filters-options .tt-sort select {
  width: auto;
  display: inline-block;
  padding-left: 5px;
  border-color: transparent;
  outline: none;
  border: none;
  background: transparent;
  color: #191919;
  cursor: pointer;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-filters-options .tt-sort select:hover {
  color: #191919;
}
.tt-filters-options .tt-sort label {
  color: #191919;
}
.tt-filters-options .tt-sort label:after {
  content: ':';
}
.tt-filters-options .tt-sort .sorter-action {
  display: inline-block;
  padding: 3px 4px;
}
.tt-filters-options .tt-sort div {
  display: inline-block;
}
.tt-filters-options .tt-sort div:not(:first-child) {
  margin-left: 10px;
}
.tt-filters-options .tt-quantity {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: -2px;
  margin-left: 3px;
  margin-top: -3px;
}
.tt-filters-options .tt-quantity a:not(.last-child) {
  margin-left: 10px;
}
.tt-filters-options .tt-quantity a:not(.tt-show):not(.tt-show-siblings) {
  display: none;
}
.tt-filters-options .tt-quantity > a,
.tt-filters-options .tt-quantity > a:active,
.tt-filters-options .tt-quantity > a:focus {
  font-family: 'wokiee';
  color: #191919;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.tt-filters-options .tt-quantity > a.tt-col-one,
.tt-filters-options .tt-quantity > a.tt-col-two,
.tt-filters-options .tt-quantity > a.tt-col-three {
  font-size: 20px;
}
.tt-filters-options .tt-quantity > a.tt-col-four,
.tt-filters-options .tt-quantity > a.tt-col-six {
  font-size: 23px;
}
.tt-filters-options .tt-quantity > a.active,
.tt-filters-options .tt-quantity > a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.tt-filters-options .tt-quantity .tt-col-one:before {
  content: '\ea4b';
}
.tt-filters-options .tt-quantity .tt-col-two:before {
  content: '\ea5e';
}
.tt-filters-options .tt-quantity .tt-col-three:before {
  content: '\ea30';
}
.tt-filters-options .tt-quantity .tt-col-four:before {
  content: '\ea31';
}
.tt-filters-options .tt-quantity .tt-col-six:before {
  content: '\ea61';
}
@media (max-width: 1024px) {
  .tt-filters-options {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tt-filters-options .tt-title {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
    padding-bottom: 16px;
  }
  .tt-filters-options .tt-btn-toggle {
    display: inline-block;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.toolbar {
  margin-bottom: 20px;
}
.toolbar .pager:after {
  clear: both;
  display: table;
  content: '';
}
.toolbar .pager .toolbar-amount {
  float: left;
  margin-top: 10px;
}
.toolbar .pager .limiter {
  float: right;
}
.toolbar .pager .limiter .limiter-text {
  display: none;
}
.toolbar .pager .limiter .limiter-label {
  display: inline-block;
  font-weight: 400;
  margin-right: 5px;
}
.toolbar .pager .limiter select {
  display: inline-block;
  width: 70px;
}
.top-toolbar .toolbar {
  margin: 0;
}
.top-toolbar .pages {
  display: none;
}
.bottom-toolbar {
  margin: 30px 0 0;
}
.bottom-toolbar .toolbar {
  margin: 0;
}
.bottom-toolbar .tt-filters-options {
  display: none;
}
.pages .pages-label,
.pages span.label {
  display: none;
}
.pages ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pages ul .item {
  margin-right: 10px;
}
.pages ul .item a {
  background: #2879fe;
  color: #ffffff;
  display: block;
  min-width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.pages ul .item a:hover {
  background: #191919;
}
.pages ul .item.current strong {
  background: #f7f8fa;
  color: #191919;
  display: block;
  min-width: 40px;
  height: 40px;
  font-weight: 400;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pages ul .item.pages-item-next a span,
.pages ul .item.pages-item-previous a span {
  display: none;
}
.pages ul .item.pages-item-next a:before,
.pages ul .item.pages-item-previous a:before {
  font-family: 'wokiee';
  speak: none;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -2px;
}
.pages ul .item.pages-item-next a {
  padding-left: 2px;
}
.pages ul .item.pages-item-next a:before {
  content: '\e90e';
}
.pages ul .item.pages-item-previous a {
  padding-right: 2px;
}
.pages ul .item.pages-item-previous a:before {
  content: '\e90d';
}
@media (max-width: 789px) {
  .pages ul {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pages ul .item {
    margin: 0 5px;
  }
}
@media (max-width: 575px) {
  .pages ul .item {
    margin: 0 3px;
  }
  .pages ul .item a {
    min-width: 30px;
    height: 30px;
  }
  .pages ul .item.current strong {
    min-width: 30px;
    height: 30px;
  }
  .pages ul .item.pages-item-next a:before,
  .pages ul .item.pages-item-previous a:before {
    font-size: 17px;
  }
}
/*
	tt-filters-options desctop with desctop-no-sidebar
	*add class desctop-no-sidebar in html
*/
@media (min-width: 1025px) {
  .page-layout-1column .top-toolbar .tt-filters-options {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-layout-1column .top-toolbar .tt-filters-options .tt-title {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .page-layout-1column .top-toolbar .tt-filters-options .tt-btn-toggle {
    display: inline-block;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
/* tt-filters-options - buttons at different breakpoints */
@media (min-width: 1025px) {
  .tt-filters-options + .tt-product-listing {
    margin-top: 15px;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .tt-filters-options + .tt-product-listing {
    margin-top: -13px;
  }
}
@media (max-width: 575px) {
  .tt-filters-options + .tt-product-listing {
    margin-top: -2px;
  }
}
.tt-product-listing {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.tt-product-listing > .tt-col-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 1025px) {
  .tt-product-listing > .tt-col-item {
    margin-top: 28px;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .tt-product-listing > .tt-col-item {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .tt-product-listing > .tt-col-item {
    margin-top: 30px;
  }
}
.tt-product-listing:not(:only-child) {
  justify-content: left;
}
.tt-product-listing.tt-col-one > .tt-col-item {
  flex: 0 0 100%;
  max-width: 100%;
}
.tt-product-listing.tt-col-two > .tt-col-item {
  flex: 0 0 50%;
  max-width: 50%;
}
.tt-product-listing.tt-col-three > .tt-col-item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.tt-product-listing.tt-col-four > .tt-col-item {
  flex: 0 0 25%;
  max-width: 25%;
}
.tt-product-listing.tt-col-six > .tt-col-item {
  flex: 0 0 16.666%;
  max-width: 16.666%;
}
.tt_product_showmore {
  margin-top: 28px;
}
.tt_product_showmore .tt_item_all_js {
  margin-top: 18px;
  display: none;
}
.tt_product_showmore .tt_item_all_js.is-visibility {
  display: block;
}
@media (max-width: 360px) {
  .tt_product_showmore [class^="btn"] {
    width: 100%;
  }
}
/* leftColumn mobile toggle*/
body.no-scroll:not(.touch-device),
html.win.ie body.no-scroll {
  padding-right: 17px;
}
body.no-scroll {
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: 0;
}
.modal-filter {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.tt-btn-col-close {
  display: none;
  text-decoration: none;
  position: relative;
  width: 286px;
  left: 0;
  top: 0;
  z-index: 13;
  transform: translateX(-286px);
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.tt-btn-col-close a {
  display: block;
  position: relative;
  padding: 15px 14px 13px 28px;
  font-size: 14px;
  text-align: left;
  background: transparent;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-btn-col-close a:before {
  content: "\e9b3";
  position: relative;
  font-size: 14px;
  line-height: 1;
  font-family: 'wokiee';
  margin: 0 5px 0 0;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (min-width: 1025px) {
  .tt-btn-col-close {
    background: #ffffff;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff 20%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff 20%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff 20%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff 20%);
  }
  .tt-btn-col-close a {
    color: #191919;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 22px 14px 20px 28px;
  }
  .tt-btn-col-close a:before {
    font-size: 20px;
    top: 4px;
    font-weight: normal;
    letter-spacing: 0.04em;
    color: #191919;
  }
  .tt-btn-col-close a:hover {
    color: #2879fe;
  }
  .tt-btn-col-close a:hover:before {
    color: #191919;
  }
}
@media (max-width: 1024px) {
  .tt-btn-col-close {
    background: #ffffff;
    border-bottom: 1px solid #e9e7e7;
  }
  .tt-btn-col-close a {
    color: #191919;
  }
  .tt-btn-col-close a:before {
    top: 1px;
    color: #191919;
  }
  .tt-btn-col-close a:hover {
    color: #2879fe;
  }
  .tt-btn-col-close a:hover:before {
    color: #191919;
  }
  .tt-btn-col-close a:after {
    content: '';
    position: absolute;
    bottom: -11px;
    width: 100%;
    height: 10px;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff 60%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff 60%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff 60%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff 60%);
  }
}
@media (max-width: 1024px) {
  .aside.leftColumn,
  .filters_side_block {
    position: fixed;
    display: block;
    margin: 0;
    background: #ffffff;
    z-index: 14;
    top: 0;
    left: 0;
    height: 100%;
    width: 287px;
    max-width: inherit;
    text-align: left;
    transform: translateX(-287px);
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .aside.leftColumn .tt-btn-col-close,
  .filters_side_block .tt-btn-col-close {
    display: block;
  }
}
@media (min-width: 1025px) {
  .aside.leftColumn:not(.desctop-no-sidebar) .tt-filter-detach-option {
    display: none;
  }
}
@media (min-width: 1025px) {
  .aside.leftColumn.desctop-no-sidebar,
  .filters_side_block {
    position: fixed;
    display: block;
    margin: 0;
    background: #ffffff;
    z-index: 14;
    top: 0;
    left: 0;
    height: 100%;
    width: 287px;
    max-width: inherit;
    text-align: left;
    overflow-x: hidden;
    transform: translateX(-287px);
  }
  .aside.leftColumn.desctop-no-sidebar .tt-btn-col-close,
  .filters_side_block .tt-btn-col-close {
    display: block;
  }
  .aside.leftColumn.desctop-no-sidebar .tt-btn-col-close + .tt-collapse,
  .filters_side_block .tt-btn-col-close + .tt-collapse {
    margin-top: 46px;
  }
}
/* leftColumn column open*/
.aside.leftColumn.column-open,
.filters_side_block.column-open {
  transform: translateX(0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 82px;
  padding-bottom: 20px;
}
.aside.leftColumn.column-open .tt-btn-col-close,
.filters_side_block.column-open .tt-btn-col-close {
  transform: translateX(0);
  position: fixed;
}
html.ie .aside.leftColumn.desctop-no-sidebar,
html.ie .aside.leftColumn,
html.ie .tt-btn-col-close {
  -moz-transition: transform 0.3s ease linear;
  -o-transition: transform 0.3s ease linear;
  -webkit-transition: transform 0.3s ease linear;
  transition: transform 0.3s ease linear;
}
/*
	aside listing block
	*leftColumn
	*rightColumn
*/
.tt-collapse {
  position: relative;
}
.tt-collapse .tt-collapse-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0 20px 13px 0;
  cursor: pointer;
  color: #191919;
  border-bottom: 1px solid #e9e7e7;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-collapse .tt-collapse-title:after {
  position: absolute;
  display: block;
  top: 7px;
  right: -2px;
  font-family: 'wokiee';
  font-size: 10px;
  content: "\e9b1";
  line-height: 1;
  font-weight: normal;
  color: #191919;
}
.tt-collapse .tt-collapse-title:hover {
  color: #2879fe;
}
.tt-collapse .tt-collapse-title:hover:after {
  color: #191919;
}
.tt-collapse .tt-collapse-title + .tt-collapse-content {
  margin-top: 20px;
}
.tt-collapse .tt-collapse-title + .tt-collapse-content .tt-list-row {
  margin-top: -8px;
}
.tt-collapse .tt-collapse-title + .tt-collapse-content .tt-filter-list {
  margin-top: -7px;
}
.tt-collapse .tt-collapse-title + .tt-collapse-content .tt-list-inline,
.tt-collapse .tt-collapse-title + .tt-collapse-content .tt-aside {
  margin-top: -4px;
}
@media (min-width: 1025px) {
  .column-open .tt-collapse.hide ~ div {
    margin-top: 46px;
  }
}
@media (max-width: 1024px) {
  .column-open .tt-collapse.hide ~ div {
    margin-top: 32px;
  }
}
.open.tt-collapse > .tt-collapse-title:after {
  content: "\e9b2";
}
.tt-collapse:not(:last-child) {
  margin-bottom: 33px;
}
.tt-btn-col-close + .tt-collapse {
  margin-top: 32px;
}
/* desctope (listing-not-sidebar-full-width.html)*/
@media (min-width: 1025px) {
  .column-open .tt-btn-col-close + .tt-collapse {
    margin-top: 20px;
  }
}
/* tt-filter-list (aside listing block)*/
.tt-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -3px;
}
.tt-filter-list li {
  position: relative;
}
.tt-filter-list li a {
  display: block;
  padding: 3px 0 3px 20px;
  letter-spacing: 0.01em;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-filter-list li a:before {
  content: "\ea0f";
  position: absolute;
  left: -1px;
  top: 7px;
  font-size: 12px;
  line-height: 1;
  font-family: 'wokiee';
  color: #191919;
}
.tt-filter-list li a:hover {
  color: #2879fe;
}
.tt-filter-list li a:hover:before {
  color: #191919;
}
.tt-filter-list li.active {
  color: #2879fe;
}
.tt-filter-list li.active a:before {
  color: #2879fe;
}
.tt-filter-list + .btn-link-02 {
  margin-top: 6px;
}
/* tt-list-row (aside simple list)*/
.leftColumn .tt-list-row li a,
.rightColumn .tt-list-row li a {
  display: block;
}
.tt-list-row {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -2px;
}
.tt-list-row li a {
  color: #191919;
  padding: 5px 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-list-row li a:hover {
  color: #2879fe;
}
.tt-list-row li.active a {
  color: #2879fe;
}
.tt-list-row li:last-child a {
  padding-bottom: 0;
}
.tt-list-row + [class^="btn"] {
  margin-top: 5px;
}
/* tt-aside (aside img block)*/
.tt-aside .tt-item:not(:first-child) {
  margin-top: 16px;
}
.tt-aside .tt-item {
  display: flex;
  flex-wrap: wrap;
}
.tt-aside .tt-item .tt-img {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-top: 4px;
  position: relative;
}
.tt-aside .tt-item .tt-img img {
  max-width: 100%;
  height: auto;
}
.tt-aside .tt-item .tt-img .tt-img-default {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  overflow: hidden;
  top: 0;
  left: 0;
}
.tt-aside .tt-item .tt-img .tt-img-roll-over {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.tt-aside .tt-item .tt-img + .tt-content {
  flex: 0 0 50%;
  max-width: 50%;
}
.tt-aside .tt-item .tt-content .tt-title {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Hind', sans-serif;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-aside .tt-item .tt-content .tt-price {
  color: #191919;
  font-size: 16px;
  font-weight: 500;
}
.tt-aside .tt-item .tt-content .tt-price .sale-price {
  color: #f8353e;
  margin-right: 4px;
}
.tt-aside .tt-item .tt-content .tt-price .old-price {
  color: #191919;
  text-decoration: line-through;
}
.tt-aside .tt-item:hover .tt-img-default + .tt-roll-over {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.tt-aside .tt-item:hover .tt-img-roll-over,
.tt-aside .tt-item:hover [class^="tt-img"]:last-child {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.tt-aside .tt-item:hover .tt-title {
  color: #2879fe;
}
/* tt-filter-list (aside filter block)*/
.tt-filter-detach-option {
  margin-bottom: 33px;
}
.tt-filter-detach-option .filters-mobile .tool-item:not(:first-child) {
  margin-top: 20px;
}
.tt-filter-detach-option .filters-mobile .filters-row-select .tool-item:after {
  content: '';
  clear: both;
  display: table;
}
.tt-filter-detach-option .filters-mobile .filters-row-select label {
  display: block;
}
.tt-filter-detach-option .filters-mobile .filters-row-select select {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  border-color: transparent;
  outline: none;
  border: none;
  background: #f7f8fa;
  color: #191919;
  cursor: pointer;
  padding: 9px 5px 12px 9px;
  letter-spacing: 0.01em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-filter-detach-option .filters-mobile .filters-row-select select:hover {
  color: #191919;
}
.tt-filter-detach-option .filters-mobile .filters-row-select .tool-item.sorter select {
  display: inline-block;
  width: 82%;
}
.tt-filter-detach-option .filters-mobile .filters-row-select .tool-item.sorter .sorter-action {
  color: #2879fe;
  display: inline-block;
  position: relative;
  top: 5px;
  width: 16%;
  text-align: center;
  font-size: 18px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-filter-detach-option .filters-mobile .filters-row-select .tool-item.sorter .sorter-action:hover {
  color: #191919;
}
/* tt-product-listing-masonry (listing-metro.html)*/
@media (min-width: 1025px) {
  .tt-filters-options + .tt-product-listing-masonry {
    margin-top: 28px;
  }
}
@media (max-width: 1024px) {
  .tt-filters-options + .tt-product-listing-masonry {
    margin-top: -4px;
  }
}
@media (max-width: 575px) {
  .tt-filters-options + .tt-product-listing-masonry {
    margin-top: 8px;
  }
}
.tt-product-listing-masonry .tt-product-init {
  margin: -10px -10px;
}
.tt-product-listing-masonry .grid:after {
  content: '';
  display: block;
  clear: both;
}
.tt-product-listing-masonry .element-item {
  position: relative;
  float: left;
}
@media (min-width: 1024px) {
  .tt-product-listing-masonry .element-item {
    width: 25%;
    padding: 10px;
  }
  .tt-product-listing-masonry .element-item.double-size {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .tt-product-listing-masonry {
    margin-top: -40px;
  }
  .tt-product-listing-masonry .element-item {
    width: 33.333%;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 789px) {
  .tt-product-listing-masonry .element-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .tt-product-listing-masonry {
    margin-top: -30px;
  }
  .tt-product-listing-masonry .element-item {
    margin-top: 30px;
  }
}
.tt-product-listing.tt-row-view > .tt-col-item {
  flex: 0 0 100%;
  max-width: 100%;
}
.tt-grid-switch {
  color: #191919;
  font-size: 20px;
  margin-left: 10px;
  margin-top: -3px;
  text-decoration: none;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-grid-switch:hover,
.tt-grid-switch.active {
  color: #191919;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.tt-quantity.tt-disabled a.active {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
}
.tt-product.tt-view,
.tt-product-design02.tt-view {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-product.tt-view .tt-image-box,
.tt-product-design02.tt-view .tt-image-box {
  position: relative;
  width: 40%;
}
.tt-product.tt-view .tt-image-box img,
.tt-product-design02.tt-view .tt-image-box img {
  width: 100%;
  height: auto;
}
.tt-product.tt-view .tt-image-box .tt-btn-quickview,
.tt-product-design02.tt-view .tt-image-box .tt-btn-quickview {
  display: none;
}
.tt-product.tt-view .tt-image-box .tt-img,
.tt-product-design02.tt-view .tt-image-box .tt-img {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  overflow: hidden;
  top: 0;
  left: 0;
}
.tt-product.tt-view .tt-image-box .tt-img-roll-over,
.tt-product-design02.tt-view .tt-image-box .tt-img-roll-over {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.tt-product.tt-view .tt-image-box .tt-label-location,
.tt-product-design02.tt-view .tt-image-box .tt-label-location {
  position: absolute;
  top: 7px;
  left: 8px;
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-product.tt-view .tt-image-box .tt-label-location [class^="tt-label-"],
.tt-product-design02.tt-view .tt-image-box .tt-label-location [class^="tt-label-"] {
  margin-left: 3px;
  margin-top: 3px;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 2px 4px;
}
.tt-product.tt-view .tt-image-box .tt-label-location .tt-label-new,
.tt-product-design02.tt-view .tt-image-box .tt-label-location .tt-label-new {
  background: #03a9f5;
  color: #ffffff;
}
.tt-product.tt-view .tt-image-box .tt-label-location .tt-label-sale,
.tt-product-design02.tt-view .tt-image-box .tt-label-location .tt-label-sale {
  background: #f8353e;
  color: #ffffff;
}
.tt-product.tt-view .tt-image-box .tt-label-location .tt-label-featured,
.tt-product-design02.tt-view .tt-image-box .tt-label-location .tt-label-featured {
  background: #fdbc20;
  color: #ffffff;
}
.tt-product.tt-view .tt-image-box .tt-label-location .tt-label-best,
.tt-product-design02.tt-view .tt-image-box .tt-label-location .tt-label-best {
  color: #ffffff;
  background: #c344ec;
}
.tt-product.tt-view .tt-image-box .tt-label-location .tt-label-out-stock,
.tt-product-design02.tt-view .tt-image-box .tt-label-location .tt-label-out-stock {
  background: #191919;
  color: #ffffff;
}
.tt-product.tt-view .tt-description,
.tt-product-design02.tt-view .tt-description {
  width: 60%;
  position: relative;
  z-index: 2;
}
@media (min-width: 421px) {
  .tt-product.tt-view .tt-description,
  .tt-product-design02.tt-view .tt-description {
    padding-left: 30px;
  }
}
@media (max-width: 420px) {
  .tt-product.tt-view .tt-description,
  .tt-product-design02.tt-view .tt-description {
    padding-left: 20px;
  }
}
.tt-product.tt-view .tt-description > .weltpixel-quickview,
.tt-product-design02.tt-view .tt-description > .weltpixel-quickview {
  display: none;
}
.tt-product.tt-view .tt-description .tt-row,
.tt-product-design02.tt-view .tt-description .tt-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-product.tt-view .tt-description .tt-row > *:nth-child(1),
.tt-product-design02.tt-view .tt-description .tt-row > *:nth-child(1) {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 420px) {
  .tt-product.tt-view .tt-description .tt-row,
  .tt-product-design02.tt-view .tt-description .tt-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 3px;
  }
  .tt-product.tt-view .tt-description .tt-row .tt-rating:not(:first-child),
  .tt-product-design02.tt-view .tt-description .tt-row .tt-rating:not(:first-child) {
    margin-top: 3px;
  }
}
.tt-product.tt-view .tt-description .tt-add-info,
.tt-product-design02.tt-view .tt-description .tt-add-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tt-product.tt-view .tt-description .tt-add-info li,
.tt-product-design02.tt-view .tt-description .tt-add-info li {
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase;
  color: #999999;
}
.tt-product.tt-view .tt-description .tt-add-info li a,
.tt-product-design02.tt-view .tt-description .tt-add-info li a {
  color: #999999;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-product.tt-view .tt-description .tt-add-info li a:hover,
.tt-product-design02.tt-view .tt-description .tt-add-info li a:hover {
  color: #2879fe;
}
.tt-product.tt-view .tt-description .tt-title,
.tt-product-design02.tt-view .tt-description .tt-title {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #191919;
}
.tt-product.tt-view .tt-description .tt-title a,
.tt-product-design02.tt-view .tt-description .tt-title a {
  color: #191919;
}
.tt-product.tt-view .tt-description .tt-title a:hover,
.tt-product-design02.tt-view .tt-description .tt-title a:hover {
  color: #2879fe;
}
.tt-product.tt-view .tt-description .tt-price,
.tt-product-design02.tt-view .tt-description .tt-price {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #191919;
  margin-top: 3px;
}
.tt-product.tt-view .tt-description .tt-price .new-price,
.tt-product-design02.tt-view .tt-description .tt-price .new-price {
  color: #f8353e;
  margin-right: 7px;
}
.tt-product.tt-view .tt-description .tt-price .old-price,
.tt-product-design02.tt-view .tt-description .tt-price .old-price {
  color: #191919;
  text-decoration: line-through;
}
.tt-product.tt-view .tt-description .tt-price .old-price .money,
.tt-product-design02.tt-view .tt-description .tt-price .old-price .money {
  text-decoration: line-through;
}
.tt-product.tt-view .tt-description .tt-price span,
.tt-product-design02.tt-view .tt-description .tt-price span {
  display: inline-block;
}
.tt-product.tt-view .tt-description .tt-option-block,
.tt-product-design02.tt-view .tt-description .tt-option-block {
  margin-top: 15px;
}
.tt-product.tt-view .tt-description .tt-option-block > [class^="tt-options-"]:not(:first-child),
.tt-product-design02.tt-view .tt-description .tt-option-block > [class^="tt-options-"]:not(:first-child) {
  margin-top: 3px;
}
.tt-product.tt-view .tt-description .tt-option-block > [class^="tt-options-"],
.tt-product-design02.tt-view .tt-description .tt-option-block > [class^="tt-options-"] {
  width: 100%;
}
.tt-product.tt-view .tt-description [class*="swatch-opt-"],
.tt-product-design02.tt-view .tt-description [class*="swatch-opt-"] {
  margin-top: 12px;
}
.tt-product.tt-view .tt-description [class*="swatch-opt-"] .swatch-attribute:not(:first-child),
.tt-product-design02.tt-view .tt-description [class*="swatch-opt-"] .swatch-attribute:not(:first-child) {
  margin-top: 9px;
}
.tt-product.tt-view .tt-description .swatch-attribute-options,
.tt-product-design02.tt-view .tt-description .swatch-attribute-options {
  margin: -10px -1px 1px -5px;
}
.tt-product.tt-view .tt-description .swatch-option,
.tt-product-design02.tt-view .tt-description .swatch-option {
  margin: 10px 5px 0;
}
.tt-product.tt-view .tt-description .tt-product-inside-hover,
.tt-product-design02.tt-view .tt-description .tt-product-inside-hover {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-product.tt-view .tt-description .tt-btn-addtocart,
.tt-product-design02.tt-view .tt-description .tt-btn-addtocart {
  background: none;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  font-family: 'Hind', sans-serif;
  display: inline-block;
  position: relative;
  letter-spacing: 0.04em;
  color: #2879fe;
  font-size: 14px;
  margin-top: 5px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-product.tt-view .tt-description .tt-btn-addtocart.thumbprod-button-bg,
.tt-product-design02.tt-view .tt-description .tt-btn-addtocart.thumbprod-button-bg {
  background-color: #2879fe;
  color: #ffffff;
  padding: 3px 16px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-product.tt-view .tt-description .tt-btn-addtocart.thumbprod-button-bg:before,
.tt-product-design02.tt-view .tt-description .tt-btn-addtocart.thumbprod-button-bg:before {
  color: #ffffff;
}
.tt-product.tt-view .tt-description .tt-btn-addtocart.thumbprod-button-bg:hover,
.tt-product-design02.tt-view .tt-description .tt-btn-addtocart.thumbprod-button-bg:hover {
  background-color: #2267d8;
  color: #ffffff;
}
.tt-product.tt-view .tt-description .tt-btn-addtocart.thumbprod-button-bg:hover:before,
.tt-product-design02.tt-view .tt-description .tt-btn-addtocart.thumbprod-button-bg:hover:before {
  color: #ffffff;
}
.tt-product.tt-view .tt-description .tt-btn-addtocart:before,
.tt-product-design02.tt-view .tt-description .tt-btn-addtocart:before {
  content: '\e986';
  font-family: 'wokiee';
  font-size: 20px;
  top: 3px;
  margin-right: 2px;
  font-weight: normal;
  position: relative;
  color: #2879fe;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-product.tt-view .tt-description .tt-btn-addtocart:hover,
.tt-product-design02.tt-view .tt-description .tt-btn-addtocart:hover {
  color: #191919;
}
.tt-product.tt-view .tt-description .tt-btn-addtocart:hover:before,
.tt-product-design02.tt-view .tt-description .tt-btn-addtocart:hover:before {
  color: #191919;
}
.tt-product.tt-view .tt-description .addto_btns,
.tt-product-design02.tt-view .tt-description .addto_btns {
  margin-top: 11px;
}
.tt-product.tt-view .tt-description .tt-btn-quickview,
.tt-product-design02.tt-view .tt-description .tt-btn-quickview,
.tt-product.tt-view .tt-description .action.towishlist,
.tt-product-design02.tt-view .tt-description .action.towishlist,
.tt-product.tt-view .tt-description .action.tocompare,
.tt-product-design02.tt-view .tt-description .action.tocompare {
  font-size: 20px;
  line-height: 1;
  padding: 4px;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.tt-product.tt-view .tt-description .tt-btn-quickview:hover,
.tt-product-design02.tt-view .tt-description .tt-btn-quickview:hover,
.tt-product.tt-view .tt-description .action.towishlist:hover,
.tt-product-design02.tt-view .tt-description .action.towishlist:hover,
.tt-product.tt-view .tt-description .action.tocompare:hover,
.tt-product-design02.tt-view .tt-description .action.tocompare:hover {
  color: #2879fe;
}
.tt-product.tt-view .tt-description .tt-btn-quickview,
.tt-product-design02.tt-view .tt-description .tt-btn-quickview {
  top: 1px;
}
.tt-product.tt-view .tt-description .action.tocompare,
.tt-product-design02.tt-view .tt-description .action.tocompare {
  font-size: 16px;
}
.tt-product.tt-view .tt-description .action.towishlist,
.tt-product-design02.tt-view .tt-description .action.towishlist {
  font-size: 16px;
}
.tt-product.tt-view .tt-description .tt-btn-quickview:before,
.tt-product-design02.tt-view .tt-description .tt-btn-quickview:before {
  content: '\e9a8';
  font-family: 'wokiee';
}
.tt-product.tt-view .tt-description .action.towishlist:before,
.tt-product-design02.tt-view .tt-description .action.towishlist:before {
  content: '\eb16';
  font-family: 'wokiee';
}
.tt-product.tt-view .tt-description .action.tocompare:before,
.tt-product-design02.tt-view .tt-description .action.tocompare:before {
  content: '\eb18';
  font-family: 'wokiee';
}
.tt-product.tt-view .tt-description > *:nth-child(1),
.tt-product-design02.tt-view .tt-description > *:nth-child(1) {
  margin-top: 0px;
}
.tt-product.tt-view .tt-description > *:nth-child(1).tt-row,
.tt-product-design02.tt-view .tt-description > *:nth-child(1).tt-row,
.tt-product.tt-view .tt-description > *:nth-child(1).tt-row,
.tt-product-design02.tt-view .tt-description > *:nth-child(1).tt-row,
.tt-product.tt-view .tt-description > *:nth-child(1).tt-title,
.tt-product-design02.tt-view .tt-description > *:nth-child(1).tt-title,
.tt-product.tt-view .tt-description > *:nth-child(1).tt-text-info,
.tt-product-design02.tt-view .tt-description > *:nth-child(1).tt-text-info {
  margin-top: -4px;
}
.tt-product.tt-view .tt-image-box:hover .tt-img-roll-over + .tt-img,
.tt-product-design02.tt-view .tt-image-box:hover .tt-img-roll-over + .tt-img {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.tt-product.tt-view .tt-image-box:hover .tt-img-roll-over,
.tt-product-design02.tt-view .tt-image-box:hover .tt-img-roll-over,
.tt-product.tt-view .tt-image-box:hover [class^="tt-img"]:last-child,
.tt-product-design02.tt-view .tt-image-box:hover [class^="tt-img"]:last-child {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
/* Magento styles */
.product-item-name {
  font-weight: normal;
}
.product-item-name a {
  color: #191919;
}
.product-item-name a:hover {
  color: #2879fe;
}
.product-item-photo {
  display: block;
  font-size: 0;
  line-height: 0;
}
.product-item-photo .product-image-container {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
}
.product-item-photo .product-image-container:not(.tt-img-roll-over):after {
  content: '';
  position: absolute;
  z-index: 3;
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.product-item-photo .product-image-container:not(.tt-img-roll-over).swatch-option-loading:after {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
}
.product-item-photo .product-image-container .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-item-photo .product-image-container:not(.tt-img-roll-over) .product-image-wrapper:after,
.product-item-photo .product-image-container:not(.tt-img-roll-over) .product-image-wrapper:before {
  content: '';
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border-radius: 50%;
  background: #2879fe;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.product-item-photo .product-image-container:not(.tt-img-roll-over) .product-image-wrapper:before {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.product-item-photo .product-image-container:not(.tt-img-roll-over).swatch-option-loading .product-image-wrapper:after,
.product-item-photo .product-image-container:not(.tt-img-roll-over).swatch-option-loading .product-image-wrapper:before {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.product-item-photo .product-image-photo,
.product-item-photo .product-image-photo-hover {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 100%;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.price-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
}
.price-box p {
  margin: 0;
}
.price-box .price-as-configured {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.price-box .price {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #191919;
}
.price-box .special-price,
.price-box .old-price {
  display: inline-block;
}
.price-box .special-price .price-label,
.price-box .old-price .price-label {
  display: none;
}
.price-box .special-price {
  margin-right: 4px;
}
.price-box .special-price .price {
  color: #f8353e;
}
.price-box .old-price .price {
  color: #191919;
  text-decoration: line-through;
}
.price-box .normal-price .price-label {
  font-size: 12px;
}
/* rating */
.product-reviews-summary.short .reviews-actions {
  display: none;
}
.rating-summary .label {
  display: none;
}
.rating-summary .rating-result {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 80px;
  margin: 0;
}
.rating-summary .rating-result:before {
  color: #d4d4d4;
  content: '\ea5f' '\ea5f' '\ea5f' '\ea5f' '\ea5f';
  display: block;
  font-family: 'wokiee';
  speak: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 16px;
  line-height: 16px;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  color: #ffb503;
  content: '\ea2d' '\ea2d' '\ea2d' '\ea2d' '\ea2d';
  display: block;
  font-family: 'wokiee';
  speak: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 16px;
  line-height: 16px;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
}
.rating-summary .rating-result > span span {
  display: none;
}
/* QuickView styles */
.mfp-iframe-holder .mfp-content {
  max-width: 962px !important;
  min-width: 320px !important;
}
@media (max-width: 1229px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 900px !important;
  }
}
@media (max-width: 1024px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 730px !important;
  }
}
@media (max-width: 789px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 550px !important;
  }
}
@media (max-width: 650px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 420px !important;
  }
}
@media (max-width: 500px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 320px !important;
  }
}
@media (max-width: 370px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 280px !important;
  }
}
.weltpixel-quickview-catalog-product-view #tt-pageContent {
  padding: 40px;
}
@media (max-width: 789px) {
  .weltpixel-quickview-catalog-product-view #tt-pageContent {
    padding: 25px;
  }
}
@media (max-width: 500px) {
  .weltpixel-quickview-catalog-product-view #tt-pageContent {
    padding: 20px;
  }
}
.weltpixel-quickview-catalog-product-view #tt-pageContent > .container-indent {
  margin-top: 0 !important;
}
.weltpixel-quickview-catalog-product-view #tt-pageContent .container {
  max-width: 100% !important;
  padding: 0 !important;
}
.weltpixel-quickview-catalog-product-view #tt-pageContent .tt-product-single-info {
  padding-left: 39px;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .weltpixel-quickview-catalog-product-view #tt-pageContent .tt-product-single-info {
    padding-left: 39px;
    padding-top: 0;
  }
}
@media (max-width: 730px) {
  .weltpixel-quickview-catalog-product-view #tt-pageContent .tt-product-single-info {
    padding-left: 0;
    padding-top: 25px;
  }
}
.weltpixel-quickview-catalog-product-view #tt-pageContent .tt-product-single-info .tt-label-wrapper {
  margin: 0 0 16px;
}
.weltpixel-quickview-catalog-product-view #tt-pageContent .tt-title-subpages.noborder {
  text-align: left;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  padding: 0;
  margin-top: 19px;
  text-transform: none;
}
.weltpixel-quickview-catalog-product-view #tt-pageContent .box-gotoproduct {
  margin-top: 15px;
}
.search.found {
  text-align: center;
}
.search.summary {
  text-align: center;
}
@media (max-width: 575px) {
  .tt-page-product-single .tt-breadcrumb + #tt-pageContent > :nth-child(1):not([class^="tt-offset-"]):not(.nomargin) {
    margin-top: 0 !important;
  }
}
.tt-product-single-img img {
  max-width: 100%;
  height: auto;
}
.tt-product-single-info {
  padding-left: 39px;
  margin: -5px 0 0 0;
}
.tt-product-single-info img {
  max-width: 100%;
  height: auto;
}
.tt-product-single-info .tt-add-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tt-product-single-info .tt-add-info ul li {
  color: #191919;
}
.tt-product-single-info .tt-add-info ul li span:first-child {
  letter-spacing: 0.02em;
  color: #191919;
}
.tt-product-single-info .tt-add-info ul li span {
  letter-spacing: 0.02em;
}
.tt-product-single-info .tt-add-info ul li a {
  color: #191919;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-product-single-info .tt-add-info ul li a:hover {
  color: #2879fe;
}
.tt-product-single-info .tt-add-info ul li:not(:first-child) {
  margin-top: 6px;
}
.tt-product-single-info .tt-add-info span:first-child {
  color: #191919;
  display: inline-block;
  padding-right: 4px;
}
.tt-product-single-info .tt-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-top: 19px;
  color: #191919;
}
.tt-product-single-info .tt-price {
  font-size: 30px;
  line-height: 40px;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  color: #2879fe;
}
.tt-product-single-info .tt-price span {
  display: inline-block;
}
.tt-product-single-info .tt-price .sale-price {
  color: #f8353e;
  margin-right: 7px;
}
.tt-product-single-info .tt-price .old-price,
.tt-product-single-info .tt-price .old-price .money {
  color: #2879fe;
  text-decoration: line-through;
}
.tt-product-single-info .tt-review {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}
.tt-product-single-info .tt-review .tt-rating {
  margin-right: 8px;
  margin-top: 3px;
}
.tt-product-single-info .tt-review .tt-rating .icon-star:before {
  color: #ffb503;
}
.tt-product-single-info .tt-review .tt-rating .icon-star-half:before {
  color: #ffb503;
}
.tt-product-single-info .tt-review .tt-rating .icon-star-empty:before {
  color: #d4d4d4;
}
.tt-product-single-info .tt-review a {
  color: #2879fe;
  display: inline-block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-product-single-info .tt-review a:hover {
  color: #191919;
}
.tt-product-single-info .tt-review a:not(:last-child) {
  margin-right: 10px;
}
.tt-product-single-info .tt-row-custom-01 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-product-single-info .tt-row-custom-01 .col-item:not(:last-child) {
  margin-right: 20px;
}
.tt-product-single-info .tt-row-custom-01 .col-item:nth-child(2) {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tt-product-single-info .tt-row-custom-01 .btn {
  width: 100%;
}
.tt-product-single-info .tt-row-custom-01 .btn.btn-lg {
  font-size: 14px;
}
.tt-product-single-info .tt-row-custom-01 .btn.btn-lg i {
  font-size: 20px;
  position: relative;
  top: -1px;
}
.tt-product-single-info .tt-wrapper {
  margin-top: 33px;
}
.tt-product-single-info .tt-wrapper + .tt-title,
.tt-product-single-info .tt-swatches-container + .tt-title,
.tt-product-single-info .tt-wrapper + .tt-price,
.tt-product-single-info .tt-swatches-container + .tt-price,
.tt-product-single-info .tt-wrapper + .tt-review,
.tt-product-single-info .tt-swatches-container + .tt-review,
.tt-product-single-info .tt-wrapper + .tt-add-info,
.tt-product-single-info .tt-swatches-container + .tt-add-info {
  margin-top: 33px;
}
.tt-product-single-info .tt-swatches-container .tt-wrapper:not(:first-child) {
  margin-top: 12px;
}
.tt-product-single-info .tt-swatches-container form {
  margin-top: 7px;
}
.tt-product-single-info .tt-options-swatch {
  margin-top: -3px;
}
.tt-product-single-info .tt-review + .tt-wrapper {
  margin-top: 11px;
}
.tt-product-single-info .tt-collapse-block {
  margin-top: 3px;
}
.tt-product-single-info > *:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .tt-product-single-info {
    margin: 0;
    padding-left: 0;
    padding-top: 25px;
  }
}
@media (max-width: 575px) {
  .tt-product-single-info {
    padding-top: 34px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tt-product-single-info .tt-title {
    margin-top: 14px;
    font-size: 20px;
    line-height: 30px;
  }
  .tt-product-single-info .tt-row-custom-01 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tt-product-single-info .tt-row-custom-01 .col-item {
    width: 100%;
  }
  .tt-product-single-info .tt-row-custom-01 .col-item .tt-input-counter.style-01 {
    max-width: 100%;
  }
  .tt-product-single-info .tt-row-custom-01 .col-item:not(:first-child) {
    margin-top: 31px;
  }
}
/* input-counter */
.tt-input-counter.style-01 {
  position: relative;
  max-width: 132px;
  min-width: 132px;
}
.tt-input-counter.style-01 input {
  background: #f7f8fa;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  border: none;
  outline: none;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  color: #191919;
}
.tt-input-counter.style-01 span {
  display: inline-block;
  font-size: 27px;
  line-height: 1em;
  cursor: pointer;
  position: absolute;
  width: 49px;
  height: 100%;
  text-align: center;
  top: 0;
  color: #191919;
}
.tt-input-counter.style-01 span:hover {
  color: #191919;
}
.tt-input-counter.style-01 span.minus-btn {
  left: 0px;
}
.tt-input-counter.style-01 span.plus-btn {
  right: 0px;
}
.tt-input-counter.style-01 .minus-btn:before,
.tt-input-counter.style-01 .plus-btn:before {
  display: block;
  font-family: 'wokiee';
  font-size: 12px;
  line-height: 50px;
}
.tt-input-counter.style-01 .minus-btn:before {
  content: "\e9b2";
}
.tt-input-counter.style-01 .plus-btn:before {
  content: "\e9b1";
}
/* tt-collapse-block */
.tt-collapse-block .tt-item .tt-collapse-title {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: 'Hind', sans-serif;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  padding: 22px 0;
}
.tt-collapse-block .tt-item .tt-collapse-title:hover {
  color: #191919;
}
.tt-collapse-block .tt-item .tt-collapse-content {
  display: none;
  padding-bottom: 22px;
}
.tt-collapse-block .tt-item img {
  max-width: 100%;
  height: auto;
}
.tt-collapse-block .tt-item.active .tt-collapse-title {
  color: #191919;
  padding-bottom: 15px;
}
.tt-collapse-block .tt-item:not(:last-child) {
  border-bottom: 1px solid #e9e7e7;
}
/* tt-review-block */
.tt-review-block .tt-row-custom-02 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-review-block .tt-row-custom-02 a {
  color: #2879fe;
  font-size: 14px;
  text-decoration: underline;
}
.tt-review-block .tt-row-custom-02 a:hover {
  text-decoration: none;
}
.tt-review-block .tt-row-custom-02 .col-item:last-child {
  margin-left: 20px;
  min-width: 105px;
  text-align: right;
}
.tt-review-block .tt-row-custom-02 .col-item:nth-child(2) {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tt-review-block .tt-title {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  color: #191919;
}
.tt-review-block .tt-review-comments {
  margin-top: 20px;
}
.tt-review-block .tt-review-comments .tt-item:not(:first-child) {
  margin-top: 28px;
}
.tt-review-block .tt-review-comments .tt-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 23px;
}
.tt-review-block .tt-review-comments .tt-item .tt-avatar {
  min-width: 59px;
  margin-right: 22px;
  margin-top: 2px;
}
.tt-review-block .tt-review-comments .tt-item .tt-avatar a {
  display: block;
  width: 59px;
  height: 60px;
  background: #f7f8fa;
  position: relative;
}
.tt-review-block .tt-review-comments .tt-item .tt-avatar a img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
.tt-review-block .tt-review-comments .tt-item .tt-avatar a:before {
  font-family: 'wokiee';
  content: "\ea43";
  font-size: 20px;
  line-height: 58px;
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 0;
  color: #191919;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
}
.tt-review-block .tt-review-comments .tt-item .tt-content .tt-comments-info {
  font-size: 12px;
  margin-top: 5px;
  color: #191919;
}
.tt-review-block .tt-review-comments .tt-item .tt-content .tt-comments-info .username span {
  color: #191919;
}
.tt-review-block .tt-review-comments .tt-item .tt-content .tt-comments-title {
  font-size: 14px;
  font-weight: 500;
  color: #191919;
  margin: 6px 0 0 0;
}
.tt-review-block .tt-review-comments .tt-item .tt-content .tt-rating {
  margin-left: -1px;
}
.tt-review-block .tt-review-comments .tt-item .tt-content p {
  margin-top: 0px;
}
.tt-review-block .tt-review-comments .tt-item .tt-content > *:nth-child(1) {
  margin-top: 0;
}
.tt-review-block .tt-review-comments .tt-rating {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 8px;
  margin-top: 3px;
}
.tt-review-block .tt-review-form {
  margin-top: 4px;
}
.tt-review-block .tt-review-form .tt-message-info {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: 'Hind', sans-serif;
  color: #191919;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0 0 6px 0;
}
.tt-review-block .tt-review-form .tt-message-info span {
  color: #2879fe;
}
.tt-review-block .tt-review-form .tt-rating-indicator {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 13px;
}
.tt-review-block .tt-review-form .tt-rating-indicator .tt-title {
  color: #191919;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-family: 'Hind', sans-serif;
  margin-right: 10px;
}
.tt-review-block .tt-review-form form {
  margin-top: 11px;
}
.tt-review-block .tt-review-form > *:nth-child(1) {
  margin-top: 0;
}
/* tt-rating */
.tt-rating {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
}
.tt-rating [class^="icon-"] {
  font-family: 'wokiee' !important;
}
.tt-rating .icon-star:before {
  content: '\ea2d';
  display: inline-block;
  color: #ffb503;
}
.tt-rating .icon-star-half:before {
  content: '\ea60';
  display: inline-block;
  color: #ffb503;
}
.tt-rating .icon-star-empty:before {
  content: '\ea5f';
  display: inline-block;
  color: #d4d4d4;
}
/* product-col-image (product.html) */
.tt-product-single-img,
.product-images-col .item,
.product-images-static li,
.tt-mobile-product-slider .slick-slide,
.tt-mobile-product-layout {
  position: relative;
}
.tt-label-new {
  background: #1393f5;
  color: #ffffff;
}
.tt-label-sale {
  background: #f8353e;
  color: #ffffff;
}
.tt-label-out-stock {
  background: #191919;
  color: #ffffff;
}
.tt-label-featured {
  background: #fdbc20;
  color: #ffffff;
}
.tt-label-best {
  color: #ffffff;
  background: #c344ec;
}
.tt-product-single-info .tt-label-wrapper {
  margin: 5px 0 33px;
}
.tt-product-single-info .tt-label {
  margin-left: -10px;
  margin-top: -10px;
}
.tt-product-single-info .tt-label [class^="tt-label"] {
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  padding: 4px 10px 2px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.tt-product-vertical-layout .tt-product-single-img {
  float: right;
  width: 82.7%;
  position: relative;
}
.tt-product-vertical-layout .tt-product-single-img img {
  width: 100%;
  height: auto;
}
.tt-product-vertical-layout .tt-product-single-carousel-vertical {
  margin: 0 0 44px 0;
  top: 0px;
  left: 0;
  width: 13.9%;
}
.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider {
  width: 100%;
  padding: 0;
  margin: 0;
}
.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide {
  padding-bottom: 20px;
}
.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide a {
  display: block;
  position: relative;
}
.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide:hover a:before,
.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide .zoomGalleryActive:before {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-arrow {
  top: auto;
  bottom: -33px;
  position: absolute;
  margin-top: 0;
  z-index: 2;
}
.tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider:before {
  content: '';
  display: block;
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: -webkit-linear-gradient(bottom, #ffffff, #ffffff 20%);
  background: -o-linear-gradient(bottom, #ffffff, #ffffff 20%);
  background: -moz-linear-gradient(bottom, #ffffff, #ffffff 20%);
  background: linear-gradient(to bottom, #ffffff, #ffffff 20%);
}
/* product-images-carousel */
.product-images-carousel {
  margin-top: 20px;
  padding-bottom: 57px;
}
.product-images-carousel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-images-carousel ul .slick-list {
  margin-right: -25px;
}
.product-images-carousel ul li {
  padding-right: 25px;
}
.product-images-carousel > *:nth-child(1) {
  margin-top: 0;
}
.product-images-carousel > *:nth-child(2) {
  margin-top: 20px;
}
.product-images-carousel .slick-slider .slick-slide a {
  display: block;
  position: relative;
}
.product-images-carousel .slick-slider .slick-slide a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.product-images-carousel .slick-slider .slick-slide:hover a:before,
.product-images-carousel .slick-slider .slick-slide .zoomGalleryActive:before {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
/* product-col-image (product-03.html) */
.product-images-static ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-images-static ul li:not(:first-child) {
  margin-top: 20px;
}
.product-images-static ul li img {
  width: 100%;
  height: auto;
}
/* product-images-col (product-04.html)*/
.product-images-col {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -20px;
}
.product-images-col .item {
  width: 50%;
  padding: 20px 0 0 20px;
}
.product-images-col .item img {
  width: 100%;
  height: auto;
}
.product-images-col .item .tt-label-left {
  top: 30px;
  left: 30px;
}
/* video-link-product (product.html)*/
.video-link-product {
  position: relative;
  cursor: pointer;
}
.video-link-product [class^="icon-"] {
  color: #2879fe;
  font-size: 30px;
  line-height: 30px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.video-link-product [class^="icon-"]:hover {
  color: #191919;
}
.video-link-product:not(.tt-position-left) {
  position: relative;
  cursor: pointer;
}
.video-link-product:not(.tt-position-left) > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.video-link-product.tt-position-left {
  display: inline-block;
}
/* tt-promo-brand */
.tt-promo-brand {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.tt-promo-brand img {
  max-width: 100%;
  height: auto;
}
.tt-title-options {
  font-size: 14px;
  line-height: 26px;
  color: #191919;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.tt-options-swatch:not(.options-large):not(.options-middle) li a:not(.options-color) {
  font-size: 12px;
  line-height: 16px;
}
.tt-options-swatch:not(.options-large):not(.options-middle) li a {
  min-width: 21px;
  min-height: 21px;
}
.tt-options-swatch:not(.options-large):not(.options-middle) li a.options-color {
  width: 21px;
  height: 21px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.tt-options-swatch:not(.options-large):not(.options-middle) li .options-color:hover:before {
  border-width: 4px;
}
.tt-options-swatch:not(.options-large):not(.options-middle) li .options-color:hover:after {
  border-width: 2px;
}
.tt-options-swatch:not(.options-large):not(.options-middle) li.active .options-color:before {
  border-width: 4px;
}
.tt-options-swatch:not(.options-large):not(.options-middle) li.active .options-color:after {
  border-width: 2px;
}
.tt-options-swatch.options-large li a {
  min-width: 40px;
  min-height: 40px;
}
.tt-options-swatch.options-large li a.options-color {
  width: 40px;
  height: 40px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.tt-options-swatch.options-large li .options-color:hover:before {
  border-width: 5px;
}
.tt-options-swatch.options-large li.active .options-color:before {
  border-width: 5px;
}
.tt-options-swatch.options-middle li a {
  min-width: 31px;
  min-height: 31px;
}
.tt-options-swatch.options-middle li a.options-color {
  width: 31px;
  height: 31px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.tt-options-swatch.options-middle li .options-color:hover:before {
  border-width: 5px;
}
.tt-options-swatch.options-middle li.active .options-color:before {
  border-width: 5px;
}
html.win.ie .tt-options-swatch:not(.options-large):not(.options-middle) li a {
  line-height: 21px;
}
html.win.ie .tt-options-swatch.options-large li a {
  line-height: 40px;
}
html.win.ie .tt-options-swatch.options-middle li a {
  line-height: 30px;
}
.product-information-buttons a {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #2879fe;
  font-size: 14px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.product-information-buttons a:first-child {
  padding: 8px 7px 8px 0;
}
.product-information-buttons a:not(:first-child) {
  padding: 8px 7px;
}
.product-information-buttons a:hover {
  color: #191919;
}
ul.tt-options-swatch {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: -10px -1px 0 -5px;
}
ul.tt-options-swatch li {
  margin: 10px 5px 0;
}
ul.tt-options-swatch li a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-size: 14px;
  line-height: 1.1;
}
ul.tt-options-swatch li a:not(.options-color) {
  padding-left: 5px;
  padding-right: 5px;
}
ul.tt-options-swatch li img {
  width: 100%;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
ul.tt-options-swatch li a:not(.options-color) {
  background: #f7f8fa;
  color: #191919;
}
ul.tt-options-swatch li:hover a:not(.options-color),
ul.tt-options-swatch li.active a:not(.options-color) {
  background: #2879fe;
  color: #ffffff;
}
ul.tt-options-swatch li .options-color {
  font-size: 0;
  line-height: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  backface-visibility: hidden;
}
ul.tt-options-swatch li .tt-border {
  border: 2px solid #e9e7e6;
}
ul.tt-options-swatch li .options-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -webkit-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  backface-visibility: hidden;
}
ul.tt-options-swatch li .options-color:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(102%);
  height: calc(102%);
  outline: none;
  backface-visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -webkit-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
}
ul.tt-options-swatch li .options-color:before {
  border: 0px solid #ffffff;
}
ul.tt-options-swatch li .options-color:after {
  border: 0px solid #2879fe;
}
ul.tt-options-swatch li .options-color:hover:before {
  border-width: 6px;
}
ul.tt-options-swatch li .options-color:hover:after {
  border-width: 3px;
}
ul.tt-options-swatch li .tt-border.options-color:hover {
  border-color: transparent;
}
ul.tt-options-swatch li.active .options-color:before {
  border-width: 6px;
}
ul.tt-options-swatch li.active .options-color:after {
  border-width: 3px;
}
/* product-03.html - deactivate airSticky*/
@media (max-width: 789px) {
  .airSticky {
    position: relative !important;
    top: 0 !important;
  }
}
@media (max-width: 575px) {
  .zoomContainer {
    display: none;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }
}
/* countdown single product */
.tt-product-single-info > *:nth-child(1).tt-wrapper {
  margin-top: 5px;
}
.tt-countdown_box_02 {
  text-align: center;
  margin-top: -7px;
  width: 100%;
  z-index: 5;
}
.tt-countdown_box_02 .tt-countdown_inner {
  overflow: hidden;
  width: 100%;
}
.tt-countdown_box_02 .countdown-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-countdown_box_02 .countdown-row .countdown-section {
  width: 100%;
  max-width: 65px;
  position: relative;
  margin: 0 5px;
  padding: 19px 0 13px;
  white-space: nowrap;
  background-color: #f7f8fa;
  color: #191919;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.tt-countdown_box_02 .countdown-row .countdown-section .countdown-amount {
  font-size: 16px;
  line-height: 15px;
  display: block;
  font-weight: 500;
}
.tt-countdown_box_02 .countdown-row .countdown-section .countdown-period {
  display: block;
  padding-top: 1px;
}
.tt-countdown_box_02 .countdown-row .countdown-section:first-child {
  margin-left: 0;
}
.tt-countdown_box_02 .countdown-row .countdown-section:last-child {
  margin-right: 0;
}
@media (max-width: 1229px) {
  .tt-countdown_box_02 .countdown-row .countdown-section {
    padding: 15px 0;
    max-width: 60px;
    margin: 0 3px;
    font-size: 13px;
    line-height: 16px;
  }
  .tt-countdown_box_02 .countdown-row .countdown-section .countdown-amount {
    font-size: 15px;
  }
  .tt-countdown_box_02 .countdown-row .countdown-section .countdown-period {
    padding-top: 0;
  }
}
/* zoom icon */
.tt-product-single-img .tt-btn-zomm {
  width: 38px;
  height: 38px;
  background: #ffffff;
  color: #191919;
  font-size: 20px;
  line-height: 1;
  border: none;
  outline: none;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-product-single-img .tt-btn-zomm.tt-top-right {
  right: 10px;
  top: 10px;
}
.tt-product-single-img .tt-btn-zomm.tt-top-left {
  left: 10px;
  top: 10px;
}
.tt-product-single-img .tt-btn-zomm.tt-bottom-right {
  right: 10px;
  bottom: 10px;
}
.tt-product-single-img .tt-btn-zomm.tt-bottom-left {
  left: 10px;
  bottom: 10px;
}
.tt-product-single-img .tt-btn-zomm:hover {
  background: #2879fe;
  color: #ffffff;
}
.zoomContainer {
  z-index: 1;
}
#smallGallery.tt-magnific-popup li a:not([class]) {
  pointer-events: none;
}
#smallGallery.tt-magnific-popup li .link-magnific-popup {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}
/* magento styles */
.product.media .action-skip-wrapper {
  display: none;
}
.fotorama__caption {
  display: none;
}
@media (max-width: 1024px) {
  .product-info-main {
    margin-bottom: 30px;
  }
}
.product-info-main .product-info-stock-sku .product.attribute {
  margin-bottom: 6px;
  color: #191919;
}
.product-info-main .product-info-stock-sku .product.attribute strong {
  display: inline;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.product-info-main .product-info-stock-sku .product.attribute strong:after {
  content: ':';
}
.product-info-main .product-info-stock-sku .product.attribute .value {
  display: inline;
}
.product-info-main .stock {
  color: #191919;
}
.product-info-main .stock:before {
  content: attr(title) ':';
  display: inline;
  letter-spacing: 0.02em;
}
.product-info-main .price-box .price {
  font-size: 30px;
  line-height: 40px;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  color: #2879fe;
}
.product-info-main .price-box .special-price {
  margin-right: 7px;
}
.product-info-main .price-box .special-price .price {
  color: #f8353e;
}
.product-info-main .price-box .old-price .price {
  color: #2879fe;
}
.product-info-main .price-box .normal-price .price-label {
  font-size: 16px;
  margin-right: 5px;
}
.product-info-main .price-box .price-from {
  margin-right: 10px;
}
.product-info-main .price-box .price-from .price-label,
.product-info-main .price-box .price-to .price-label {
  margin-right: 7px;
}
.product-info-main .product-reviews-summary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}
.product-info-main .product-reviews-summary .rating-summary {
  margin: -1px 8px 0 0;
}
.product-info-main .product-reviews-summary .reviews-actions a {
  margin-right: 7px;
}
.product-info-main .items.samples {
  margin: 15px 0 0;
}
.product-info-main .items.samples dt {
  margin: 0 0 8px;
}
.product-info-main .items.samples dd {
  padding: 0 0 0 11px;
  margin: 0 0 6px;
  position: relative;
}
.product-info-main .items.samples dd:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #2879fe;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.product-info-main .product.attribute.overview {
  margin-top: 11px;
}
.product-info-main .box-tocart {
  margin-top: 33px;
}
@media (min-width: 380px) {
  .product-info-main .box-tocart .fieldset {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.product-info-main .box-tocart .fieldset .field.qty {
  margin: 0 0 20px 0;
}
@media (min-width: 380px) {
  .product-info-main .box-tocart .fieldset .field.qty {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 379px) {
  .product-info-main .box-tocart .fieldset .field.qty .tt-input-counter.style-01 {
    max-width: 100%;
  }
}
.product-info-main .box-tocart .fieldset .field.qty .label {
  display: none;
}
@media (min-width: 380px) {
  .product-info-main .box-tocart .fieldset .actions {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.product-info-main .box-tocart .fieldset .actions button.action {
  width: 100%;
  padding: 15px 31px 15px;
}
.product-info-main .box-tocart .fieldset .actions button.action i {
  font-size: 20px;
  position: relative;
  top: -1px;
}
.product-info-main .product-social-links {
  margin-top: 33px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-info-main .product-social-links a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 15px;
}
.product-info-main .product-social-links a:before {
  display: inline-block;
  font-family: 'wokiee';
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  margin-right: 7px;
}
.product-info-main .product-social-links a.towishlist:before {
  content: '\eb16';
  top: 3px;
}
.product-info-main .product-social-links a.tocompare:before {
  content: '\eb18';
  top: 3px;
}
.product-info-main .product-social-links a.mailto:before {
  content: '\eb12';
  top: 2px;
}
@media (max-width: 757px) {
  .product-info-main .product-social-links a {
    margin-right: 30px;
  }
  .product-info-main .product-social-links a span {
    display: none;
  }
  .product-info-main .product-social-links a:before {
    font-size: 28px;
    margin-right: 0;
  }
  .product-info-main .product-social-links a.towishlist:before {
    top: 1px;
  }
  .product-info-main .product-social-links a.tocompare {
    margin-right: 35px;
  }
  .product-info-main .product-social-links a.tocompare:before {
    top: 0;
  }
  .product-info-main .product-social-links a.mailto:before {
    top: 1px;
  }
}
.product-info-main .product-options-wrapper {
  margin-top: 33px;
}
.product-info-main .product-options-wrapper .swatch-attribute:not(:first-child) {
  margin-top: 19px;
}
.product-info-main .product-options-wrapper .swatch-attribute .swatch-attribute-label {
  font-size: 14px;
  line-height: 26px;
  color: #191919;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.product-info-main .product-options-wrapper .swatch-attribute .swatch-attribute-label:after {
  content: ':';
}
.product-info-main .product-options-wrapper .swatch-attribute .swatch-attribute-selected-option {
  font-size: 14px;
  line-height: 26px;
  color: #191919;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.product-info-main .product-options-wrapper .swatch-attribute .swatch-attribute-selected-option:after {
  display: block;
  content: '';
}
.product-info-main .product-options-wrapper .swatch-attribute-options {
  margin: -3px -1px 0 -5px;
}
.product-info-main .product-options-wrapper .swatch-option {
  margin: 10px 5px 0;
  min-width: 40px;
  min-height: 40px;
  font-size: 14px;
  line-height: 1.1;
}
.product-info-main .product-options-wrapper .swatch-option.text {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.product-info-main .product-options-wrapper .swatch-option.image:hover:before,
.product-info-main .product-options-wrapper .swatch-option.color:hover:before,
.product-info-main .product-options-wrapper .swatch-option.image.selected:before,
.product-info-main .product-options-wrapper .swatch-option.color.selected:before {
  border-width: 5px;
}
.product-info-main .product-options-wrapper .swatch-option.image:hover:after,
.product-info-main .product-options-wrapper .swatch-option.color:hover:after,
.product-info-main .product-options-wrapper .swatch-option.image.selected:after,
.product-info-main .product-options-wrapper .swatch-option.color.selected:after {
  border-width: 3px;
}
.product-info-main .table-wrapper.grouped {
  margin-top: 33px;
}
@media (min-width: 792px) {
  .product-info-main .table-wrapper.grouped .table.data.grouped thead th:last-child,
  .product-info-main .table-wrapper.grouped .table.data.grouped tbody td:last-child {
    width: 140px;
  }
}
.product-info-main .bundle-actions {
  margin-top: 33px;
}
.product-info-main .product.data.items {
  margin-top: 11px;
}
.product-info-main .product.data.items .item.line:not(:last-child) {
  border-bottom: 1px solid #e9e7e7;
}
.product-info-main .product.data.items .item.title {
  font-size: 14px;
  line-height: 26px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: 'Hind', sans-serif;
  text-transform: uppercase;
  padding: 22px 0;
}
.product-info-main .product.data.items .item.title a {
  color: #999999;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.product-info-main .product.data.items .item.title.active a,
.product-info-main .product.data.items .item.title:hover a {
  color: #191919;
}
.product-info-main .product.data.items .item.title .counter:before {
  content: '(';
}
.product-info-main .product.data.items .item.title .counter:after {
  content: ')';
}
.product-info-main .product.data.items .item.content {
  padding-bottom: 22px;
}
.product-info-main .product.data.items .table-wrapper {
  margin-bottom: 0;
}
.product-info-main .product.data.items .table.data.table.additional-attributes {
  border: 0;
}
.product-info-main .product.data.items .table.data.table.additional-attributes tbody tr {
  border: 0;
}
.product-info-main .product.data.items .table.data.table.additional-attributes tbody th {
  width: 30%;
  padding: 3px 5px 3px 0;
  font-weight: 400;
  color: #191919;
}
@media (max-width: 789px) {
  .product-info-main .product.data.items .table.data.table.additional-attributes tbody th {
    display: none;
  }
}
.product-info-main .product.data.items .table.data.table.additional-attributes tbody td {
  padding: 3px 5px;
}
@media (max-width: 789px) {
  .product-info-main .product.data.items .table.data.table.additional-attributes tbody td {
    display: block;
    border-bottom: 0;
    padding: 3px 0;
  }
  .product-info-main .product.data.items .table.data.table.additional-attributes tbody td:before {
    content: attr(data-th) ': ';
    display: inline-block;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #191919;
    text-transform: none;
    padding-right: 10px;
  }
}
.page-product-downloadable .product-options-bottom .field.qty,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title {
  display: none !important;
}
.review-field-ratings {
  margin-bottom: 20px;
}
.review-field-ratings .nested {
  display: table;
  margin-top: 10px;
}
.review-field-ratings .review-field-rating {
  display: table-row !important;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  margin: 0;
  padding: 0 10px 10px 0 !important;
}
fieldset.fieldset.review-fieldset legend.legend {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  line-height: 26px;
  padding-bottom: 10px;
}
fieldset.fieldset.review-fieldset legend.legend strong {
  font-weight: 400;
  padding-left: 7px;
  color: #2879fe;
}
.block.review-add .block-title,
.block.review-list .block-title {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: 'Hind', sans-serif;
  color: #191919;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0 0 10px 0;
}
.block.review-add .block-title strong,
.block.review-list .block-title strong {
  font-weight: 500;
}
.block.review-list .toolbar {
  margin-top: -44px;
}
.block.review-list .review-items + .toolbar {
  display: none;
}
.block.review-list .review-items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.block.review-list .review-items li {
  border-bottom: 1px solid #e9e7e7;
  padding-top: 28px;
  padding-bottom: 23px;
}
.block.review-list .review-items li:first-child {
  padding-top: 0;
}
.block.review-list .review-details {
  margin-top: 5px;
}
.block.review-list .review-details p {
  display: inline-block;
  margin: 0;
  font-size: 12px;
}
.block.review-list .review-details p strong {
  font-weight: 400;
  color: #191919;
}
.block.review-list .review-title {
  font-size: 14px;
  font-weight: 500;
  color: #191919;
  margin: 6px 0 0 0;
}
.review-control-vote:before {
  color: #d4d4d4;
  content: '\ea5f' '\ea5f' '\ea5f' '\ea5f' '\ea5f';
  display: block;
  font-family: 'wokiee';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  letter-spacing: 2px;
  line-height: 20px;
  position: absolute;
  vertical-align: top;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ffb503;
  font-family: 'wokiee';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  letter-spacing: 2px;
  line-height: 20px;
  opacity: 0;
  vertical-align: top;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote input[type="radio"]:focus + label::before,
.review-control-vote input[type="radio"]:checked + label::before {
  opacity: 1;
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\ea2d';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\ea2d' '\ea2d';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\ea2d' '\ea2d' '\ea2d';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\ea2d' '\ea2d' '\ea2d' '\ea2d';
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\ea2d' '\ea2d' '\ea2d' '\ea2d' '\ea2d';
}
.bundle-options-container .product-add-form {
  display: none;
  margin-bottom: 40px;
}
.bundle-options-container .product-add-form:after {
  clear: both;
  display: table;
  content: '';
}
@media (min-width: 1025px) {
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 48%;
  }
}
@media (max-width: 1024px) {
  .bundle-options-container .product-options-wrapper {
    margin-bottom: 30px;
  }
}
.bundle-options-container .product-options-wrapper legend {
  padding: 0;
  margin: 0 0 10px;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.bundle-options-container .product-options-wrapper .action.customization {
  margin: 0 0 30px;
}
.bundle-options-container .product-options-wrapper p.required {
  margin: 0;
  color: #191919;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options {
  margin: 0;
}
.bundle-options-container .product-options-wrapper .field.option {
  border-bottom: solid 1px #e9e7e7;
  padding: 0 0 20px;
  margin: 0 0 30px;
}
.bundle-options-container .product-options-wrapper .field.option > label.label {
  display: block;
  margin-bottom: 8px;
}
.bundle-options-container .product-options-wrapper .field.option .options-list {
  font-size: 14px;
  color: #191919;
}
.bundle-options-container .product-options-wrapper .field.option .options-list .field {
  margin-bottom: 5px;
}
.bundle-options-container .product-options-wrapper .field.option .options-list .field.qty-holder {
  padding: 10px 0 0 0;
}
.bundle-options-container .product-options-wrapper .field.option .options-list .field.qty-holder:after {
  clear: both;
  display: table;
  content: '';
}
.bundle-options-container .product-options-wrapper .field.option .options-list .field.qty-holder label {
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 15px 0 0;
}
.bundle-options-container .product-options-wrapper .field.option .options-list .field.qty-holder .control {
  float: left;
}
.bundle-options-container .product-options-wrapper .field.option .options-list .field.qty-holder .control .qty {
  margin: 0;
  width: 60px;
  height: 50px;
  text-align: center;
}
@media (min-width: 1025px) {
  .bundle-options-container .block-bundle-summary {
    float: right;
    width: 48%;
  }
}
.bundle-options-container .block-bundle-summary .title {
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #191919;
}
.bundle-options-container .block-bundle-summary .title strong {
  font-weight: 500;
}
.bundle-options-container .block-bundle-summary .content {
  margin: 0;
}
.bundle-options-container .block-bundle-summary .bundle-info {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-info .product-image-container {
  display: block;
  margin: 0 0 12px;
}
.bundle-options-container .block-bundle-summary .bundle-info .product.name {
  font-weight: 400;
  color: #191919;
}
.bundle-options-container .block-bundle-summary .bundle-info .available {
  margin: 0 0 15px;
}
@media (min-width: 380px) {
  .bundle-options-container .block-bundle-summary .bundle-info .fieldset {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
.bundle-options-container .block-bundle-summary .bundle-info .fieldset .field.qty {
  margin: 0 0 20px 0;
}
@media (min-width: 380px) {
  .bundle-options-container .block-bundle-summary .bundle-info .fieldset .field.qty {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 379px) {
  .bundle-options-container .block-bundle-summary .bundle-info .fieldset .field.qty .tt-input-counter.style-01 {
    max-width: 100%;
  }
}
.bundle-options-container .block-bundle-summary .bundle-info .fieldset .field.qty .label {
  display: none;
}
@media (min-width: 380px) {
  .bundle-options-container .block-bundle-summary .bundle-info .fieldset .actions {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.bundle-options-container .block-bundle-summary .bundle-info .fieldset .actions button.action {
  width: 100%;
  padding: 15px 31px 15px;
}
.bundle-options-container .block-bundle-summary .bundle-info .fieldset .actions button.action i {
  font-size: 20px;
  position: relative;
  top: -1px;
}
.bundle-options-container .block-bundle-summary .bundle-info .price-box {
  text-align: left;
  margin: 0 0 20px;
}
.bundle-options-container .block-bundle-summary .bundle-info .price-box .price {
  font-size: 30px;
  line-height: 40px;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  color: #2879fe;
}
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  font-size: 14px;
  color: #191919;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.bundle-options-container .block-bundle-summary .bundle-summary .bundle.items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bundle-options-container .block-bundle-summary .bundle-summary .bundle.items li {
  position: relative;
  padding: 0 0 0 11px;
  margin-bottom: 10px;
  color: #191919;
}
.bundle-options-container .block-bundle-summary .bundle-summary .bundle.items li:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #2879fe;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.bundle-options-container .block-bundle-summary .bundle-summary .bundle.items li > div {
  padding-left: 15px;
}
@media (min-width: 790px) {
  .bottom-tabs .product.data.items {
    text-align: center;
  }
  .bottom-tabs .product.data.items > .item.title {
    display: inline-block;
    width: auto;
    position: relative;
    margin: 0 10px;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-family: 'Hind', sans-serif;
    text-transform: uppercase;
  }
  .bottom-tabs .product.data.items > .item.title .counter:before {
    content: '(';
  }
  .bottom-tabs .product.data.items > .item.title .counter:after {
    content: ')';
  }
  .bottom-tabs .product.data.items > .item.title:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #191919;
    left: 0;
    right: 0;
    bottom: 2px;
    opacity: 0;
    transition: opacity .3s ease;
  }
  .bottom-tabs .product.data.items > .item.title a {
    color: #999;
  }
  .bottom-tabs .product.data.items > .item.title a:hover {
    color: #191919;
  }
  .bottom-tabs .product.data.items > .item.title.active a {
    color: #191919;
  }
  .bottom-tabs .product.data.items > .item.title.active:after {
    opacity: 1;
  }
  .bottom-tabs .product.data.items > .item.content {
    float: right;
    margin-left: -100%;
    margin-top: 40px;
    width: 100%;
    padding: 30px 0 20px;
    border-top: solid 1px #e5e5e5;
    text-align: left;
  }
  .bottom-tabs .product.data.items > .item.content .product.attribute.description p {
    margin: 0 0 16px;
  }
  .bottom-tabs .product.data.items > .item.content table.data.table {
    border-top: 0;
  }
  .bottom-tabs .product.data.items:after {
    clear: both;
    display: table;
    content: '';
  }
}
@media (max-width: 789px) {
  .bottom-tabs {
    margin-bottom: 20px;
  }
  .bottom-tabs .product.data.items {
    margin-top: 11px;
  }
  .bottom-tabs .product.data.items .item.line:not(:last-child) {
    border-bottom: 1px solid #e9e7e7;
  }
  .bottom-tabs .product.data.items .item.title {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-family: 'Hind', sans-serif;
    text-transform: uppercase;
    padding: 14px 0;
    margin-bottom: -1px;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
  }
  .bottom-tabs .product.data.items .item.title a {
    color: #999999;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  .bottom-tabs .product.data.items .item.title.active a,
  .bottom-tabs .product.data.items .item.title:hover a {
    color: #191919;
  }
  .bottom-tabs .product.data.items .item.title .counter:before {
    content: '(';
  }
  .bottom-tabs .product.data.items .item.title .counter:after {
    content: ')';
  }
  .bottom-tabs .product.data.items .item.content {
    padding: 14px 0;
  }
  .bottom-tabs .product.data.items .table-wrapper {
    margin-bottom: 0;
  }
  .bottom-tabs .product.data.items .table.data.table.additional-attributes {
    border: 0;
  }
  .bottom-tabs .product.data.items .table.data.table.additional-attributes tbody tr {
    border: 0;
  }
  .bottom-tabs .product.data.items .table.data.table.additional-attributes tbody th {
    width: 30%;
    padding: 3px 5px 3px 0;
    font-weight: 400;
    color: #191919;
  }
  .bottom-tabs .product.data.items .table.data.table.additional-attributes tbody td {
    padding: 3px 5px;
  }
}
@media (max-width: 789px) and (max-width: 789px) {
  .bottom-tabs .product.data.items .table.data.table.additional-attributes tbody th {
    display: none;
  }
}
@media (max-width: 789px) and (max-width: 789px) {
  .bottom-tabs .product.data.items .table.data.table.additional-attributes tbody td {
    display: block;
    border-bottom: 0;
    padding: 3px 0;
  }
  .bottom-tabs .product.data.items .table.data.table.additional-attributes tbody td:before {
    content: attr(data-th) ': ';
    display: inline-block;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #191919;
    text-transform: none;
    padding-right: 10px;
  }
}
.category-cms {
  margin-bottom: 52px;
}
/* Fotorama styles */
.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs {
  padding: 20px 0 60px;
  height: auto !important;
}
.fotorama__thumb--icon {
  background: #f7f8fa;
  color: #191919;
}
.fotorama__thumb--icon:hover {
  background: #2879fe;
  color: #ffffff;
}
.fotorama__arr .fotorama__arr__arr {
  background: #f7f8fa;
  color: #191919;
}
.fotorama__arr .fotorama__arr__arr:hover {
  background: #2879fe;
  color: #ffffff;
}
.fotorama__arr .fotorama__arr__arr:before {
  font-family: 'wokiee';
  font-size: 20px;
}
.fotorama__arr--prev .fotorama__arr__arr:before {
  content: "\e90d";
}
.fotorama__arr--next .fotorama__arr__arr:before {
  content: "\e90e";
}
.fotorama__thumb__arr .fotorama__thumb--icon:before {
  font-family: 'wokiee';
  font-size: 20px;
}
.fotorama__thumb__arr.fotorama__thumb__arr--left .fotorama__thumb--icon:before {
  content: "\e90d";
}
.fotorama__thumb__arr.fotorama__thumb__arr--right .fotorama__thumb--icon:before {
  content: "\e90e";
}
.fotorama__dot {
  background: #ececec;
}
.fotorama__active .fotorama__dot {
  background: #2879fe;
}
@media (max-width: 1024px) {
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 1 !important;
  }
}
.fotorama--fullscreen {
  background: rgba(0, 0, 0, 0.5) !important;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__fullscreen-icon {
  background: #fff;
  color: #000;
}
.fotorama-item:not(.fotorama--fullscreen) .fotorama__fullscreen-icon:before {
  font-family: 'wokiee';
  font-size: 20px;
  content: "\e9b5";
}
.fotorama-item.fotorama--fullscreen .fotorama__fullscreen-icon {
  color: #fff;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.fotorama-item.fotorama--fullscreen .fotorama__fullscreen-icon:hover {
  color: #2879fe;
}
.fotorama-item.fotorama--fullscreen .fotorama__fullscreen-icon:before {
  font-family: 'wokiee';
  font-size: 26px;
  content: "\ea0f";
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  color: #fff;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.fotorama__fullscreen .fotorama__zoom-in:hover,
.fotorama__fullscreen .fotorama__zoom-out:hover {
  color: #2879fe;
}
.fotorama__fullscreen .fotorama__zoom-in:before,
.fotorama__fullscreen .fotorama__zoom-out:before {
  font-family: 'wokiee';
  font-size: 26px;
}
.fotorama__fullscreen .fotorama__zoom-out:before {
  content: "\e9b2";
}
.fotorama__fullscreen .fotorama__zoom-in:before {
  content: "\e9b1";
}
@media (min-width: 576px) {
  .tt-layout-promo-box:not(.nomargin) {
    margin-top: -20px;
  }
}
@media (max-width: 575px) {
  .tt-layout-promo-box:not(.nomargin) {
    margin-top: -10px;
  }
}
@media (max-width: 790px) {
  .tt-list-sm-shift [class^="col-xs"] {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.tt-promo-box {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tt-promo-box > img {
  width: 100%;
  height: auto;
}
.tt-promo-box .tt-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo-box .tt-description .tt-title-small {
  font-family: 'Hind', sans-serif;
  color: #191919;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo-box .tt-description .tt-title-large {
  font-family: 'Hind', sans-serif;
  color: #191919;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0.03em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo-box .tt-description p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo-box .tt-description [class^="btn"] {
  margin-top: 20px;
}
.tt-promo-box .tt-description img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .tt-promo-box .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 22px;
  }
  .tt-promo-box .tt-description .tt-title-large {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .tt-promo-box .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 22px;
  }
  .tt-promo-box .tt-description .tt-title-large {
    font-size: 20px;
    line-height: 29px;
  }
  .tt-promo-box .tt-description p {
    margin-top: 0;
    line-height: 20px;
  }
  .tt-promo-box .tt-description [class^="btn"] {
    margin-top: 10px;
  }
}
.tt-promo-box .tt-description *:nth-child(1) {
  margin-top: 10px;
}
.tt-promo-box .tt-point-v-t {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-promo-box .tt-point-v-b {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.tt-promo-box .tt-point-h-l {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.tt-promo-box .tt-point-h-r {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
@media (max-width: 575px) {
  .tt-promo-box {
    margin-top: 10px;
  }
}
html:not(.ie) .tt-promo-box .tt-description .tt-description-wrapper .tt-background {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper {
  padding: 27px;
  text-align: center;
  max-width: 409px;
  min-width: 47%;
  position: relative;
}
.tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper .tt-background {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper > *:not(.tt-background) {
  position: relative;
}
@media (max-width: 1024px) {
  .tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper {
    padding: 19px;
  }
}
@media (max-width: 575px) {
  .tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper {
    padding: 15px;
  }
}
@media (min-width: 576px) {
  .tt-promo-box:not(.tt-one-child) .tt-description img:first-child + * {
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .tt-promo-box:not(.tt-one-child) .tt-description img:first-child + * {
    margin-top: 12px;
  }
}
@media (min-width: 576px) {
  .tt-promo-box:not(.tt-one-child) .tt-description [class^="tt-title"] + img,
  .tt-promo-box:not(.tt-one-child) .tt-description p + img {
    margin-top: 11px;
    margin-bottom: 11px;
  }
}
@media (max-width: 575px) {
  .tt-promo-box:not(.tt-one-child) .tt-description [class^="tt-title"] + img,
  .tt-promo-box:not(.tt-one-child) .tt-description p + img {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper {
  padding: 13px 39px 11px;
  text-align: center;
  max-width: 409px;
  position: relative;
}
.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper .tt-background {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper > *:not(.tt-background) {
  position: relative;
}
@media (max-width: 1024px) {
  .tt-promo-box.tt-one-child .tt-description .tt-description-wrapper {
    padding: 13px 18px 11px;
  }
}
@media (max-width: 575px) {
  .tt-promo-box.tt-one-child .tt-description .tt-description-wrapper {
    padding: 13px 15px 11px;
  }
}
.tt-promo-box.tt-one-child .tt-description img {
  max-width: inherit;
  width: 100%;
}
@media (max-width: 575px) {
  .tt-promo-box.tt-one-child .tt-description img {
    max-width: 147px;
  }
}
@media (min-width: 576px) {
  .tt-promo-box.tt-one-child .tt-description img:first-child:not(:last-child) {
    margin-top: 6px;
  }
}
@media (max-width: 575px) {
  .tt-promo-box.tt-one-child .tt-description img:first-child:not(:last-child) {
    margin-top: 2px;
  }
}
@media (min-width: 576px) {
  .tt-promo-box.tt-one-child .tt-description img:first-child:not(:last-child) + * {
    margin-top: 12px;
  }
}
@media (max-width: 575px) {
  .tt-promo-box.tt-one-child .tt-description img:first-child:not(:last-child) + * {
    margin-top: 9px;
  }
}
@media (min-width: 576px) {
  .tt-promo-box.tt-one-child .tt-description img:not(:first-child):not(:last-child) {
    margin-top: 11px;
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .tt-promo-box.tt-one-child .tt-description img:not(:first-child):not(:last-child) {
    margin-top: 11px;
  }
}
.tt-promo-box:not(.hover-type-2):hover {
  text-decoration: none;
}
.tt-promo-box:not(.hover-type-2):hover .tt-description-wrapper .tt-background {
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.tt-promo-box:not(.hover-type-2):hover .tt-title-large {
  color: #191919;
}
.tt-promo-box:not(.hover-type-2):hover .tt-title-small {
  color: #191919;
}
.tt-promo-box:not(.hover-type-2):hover .btn-underline {
  border-color: transparent;
  color: #2879fe;
}
.tt-promo-box.hover-type-2:hover .tt-description-wrapper .tt-background {
  background: rgba(19, 147, 245, 0.9);
}
.tt-promo-box.hover-type-2:hover .tt-description-wrapper *:not(.tt-base-color) {
  color: #ffffff;
}
.tt-promo-box.hover-type-2:hover .tt-description-wrapper .btn-underline {
  border-color: transparent;
}
.tt-promo-box.hover-type-3:hover .tt-description-wrapper .tt-title-large:not(.tt-base-color) {
  color: #2879fe;
}
.tt-promo-box.hover-type-3:hover .tt-description-wrapper .tt-title-large:not(.tt-base-color) span {
  color: #2879fe;
}
.tt-promo-box.hover-type-4 img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.tt-promo-box.hover-type-4:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*
	tt-promo-fullwidth
*/
.tt-promo-fullwidth {
  display: block;
  position: relative;
  overflow: hidden;
}
.tt-promo-fullwidth > img {
  width: 30%;
  height: auto;
}
.tt-promo-fullwidth .tt-description {
  /* position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;*/
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo-fullwidth .tt-description .tt-description-wrapper {
  max-width: 1124px;
  text-align: center;
}
.tt-promo-fullwidth .tt-description .tt-title-small {
  font-family: 'Hind', sans-serif;
  color: #191919;
  font-size: 30px;
  line-height: 60px;
  font-weight: 550;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo-fullwidth .tt-description .tt-title-large {
  font-family: 'Hind', sans-serif;
  color: #191919;
  font-size: 90px;
  line-height: 90px;
  font-weight: 500;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo-fullwidth .tt-description p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo-fullwidth .tt-description [class^="btn"] {
  margin-top: 34px;
}
.tt-promo-fullwidth .tt-description img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1701px) {
  .tt-promo-fullwidth .tt-description {
    padding: 10% 17.6%;
  }
}
@media (min-width: 1401px) and (max-width: 1700px) {
  .tt-promo-fullwidth .tt-description {
    padding: 10% 8%;
  }
}
@media (max-width: 1400px) {
  .tt-promo-fullwidth .tt-description {
    padding: 10% 5%;
  }
  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 20px;
    line-height: 50px;
  }
  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 65px;
    line-height: 75px;
  }
  .tt-promo-fullwidth .tt-description p {
    margin-top: 15px;
  }
  .tt-promo-fullwidth .tt-description [class^="btn"] {
    margin-top: 27px;
  }
}
@media (max-width: 1100px) {
  .tt-promo-fullwidth .tt-description {
    padding: 10% 5%;
  }
  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 35px;
    line-height: 45px;
  }
  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 50px;
    line-height: 60px;
  }
  .tt-promo-fullwidth .tt-description p {
    margin-top: 10px;
  }
  .tt-promo-fullwidth .tt-description [class^="btn"] {
    margin-top: 20px;
  }
}
@media (max-width: 900px) {
  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 20px;
    line-height: 30px;
  }
  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 37px;
    line-height: 44px;
  }
  .tt-promo-fullwidth .tt-description p {
    margin-top: 5px;
  }
  .tt-promo-fullwidth .tt-description [class^="btn"] {
    margin-top: 15px;
  }
  .tt-promo-fullwidth .tt-description .tt-description-wrapper {
    max-width: 332px;
  }
}
@media (max-width: 789px) {
  .tt-promo-fullwidth .tt-description {
    padding: 5% 3%;
  }
  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 17px;
    line-height: 25px;
  }
  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 30px;
    line-height: 35px;
  }
  .tt-promo-fullwidth .tt-description p {
    line-height: 20px;
  }
  .tt-promo-fullwidth .tt-description [class^="btn"] {
    margin-top: 15px;
  }
  .tt-promo-fullwidth .tt-description .tt-description-wrapper {
    max-width: 283px;
  }
}
@media (max-width: 657px) {
  .tt-promo-fullwidth .tt-description {
    padding: 5% 10px;
  }
  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 20px;
  }
  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 25px;
    line-height: 30px;
  }
  .tt-promo-fullwidth .tt-description p {
    font-size: 14px;
    line-height: 18px;
  }
  .tt-promo-fullwidth .tt-description [class^="btn"] {
    margin-top: 10px;
  }
  .tt-promo-fullwidth .tt-description .tt-description-wrapper {
    max-width: 251px;
  }
}
@media (max-width: 575px) {
  .tt-promo-fullwidth .tt-description .tt-description-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 200px;
  }
  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 14px;
    line-height: 16px;
  }
  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 21px;
    line-height: 24px;
  }
  .tt-promo-fullwidth .tt-description .tt-title-large br {
    display: none;
  }
  .tt-promo-fullwidth .tt-description p {
    font-size: 13px;
    line-height: 16px;
    margin-top: 0;
  }
  .tt-promo-fullwidth .tt-description [class^="btn"] {
    margin-top: 5px;
  }
}
@media (max-width: 450px) {
  .tt-promo-fullwidth .tt-description .tt-description-wrapper {
    padding-left: 5px;
    padding-right: 0px;
    max-width: 160px;
  }
  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 17px;
    line-height: 20px;
  }
  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 12px;
    line-height: 12px;
  }
  .tt-promo-fullwidth .tt-description p {
    font-size: 12px;
    line-height: 14px;
  }
}
.tt-promo-fullwidth .tt-description *:nth-child(1) {
  margin-top: 10px;
}
@media (max-width: 450px) {
  .tt-promo-fullwidth .tt-description:not(.tt-point-h-r):not(.tt-point-h-l) .tt-description-wrapper {
    max-width: 270px;
  }
}
.tt-promo-fullwidth .tt-point-v-t {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-promo-fullwidth .tt-point-v-b {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.tt-promo-fullwidth .tt-point-h-l {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.tt-promo-fullwidth .tt-point-h-r {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.tt-promo-fullwidth.tt-promo-parallax {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 650px;
}
@media (max-width: 1199px) {
  .tt-promo-fullwidth.tt-promo-parallax {
    height: 550px;
  }
}
@media (max-width: 789px) {
  .tt-promo-fullwidth.tt-promo-parallax {
    height: 550px;
  }
}
@media (max-width: 451px) {
  .tt-promo-fullwidth.tt-promo-parallax {
    height: 250px;
  }
}
@media screen and (max-width: 2000px) and (min-width: 1900px) {
  .tt-promo-fullwidth.tt-promo-parallax {
    height: 879px !important;
  }
}
.tt-promo-fullwidth.tt-promo-parallax.bg-position-bottom {
  background-position: center bottom;
}
@media (min-width: 1025px) {
  body:not(.touch-device) .tt-promo-fullwidth.tt-promo-parallax {
    background-attachment: fixed;
  }
}
@media (min-width: 1701px) {
  .container .tt-promo-fullwidth .tt-description {
    padding: 10% 10%;
  }
}
@media (min-width: 1401px) and (max-width: 1700px) {
  .container .tt-promo-fullwidth .tt-description {
    padding: 10% 10%;
  }
}
@media (max-width: 1400px) {
  .container .tt-promo-fullwidth .tt-description {
    padding: 10% 12%;
  }
}
@media (max-width: 790px) {
  .container .tt-promo-fullwidth .tt-description {
    padding: 5% 5%;
  }
}
/*
	tt-promo-fullwidth-02
*/
.tt-promo-fullwidth-02 {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tt-promo-fullwidth-02 > img {
  width: 100%;
  height: auto;
}
.tt-promo-fullwidth-02 .tt-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo-fullwidth-02 .tt-description .tt-description-wrapper {
  text-align: center;
}
.tt-promo-fullwidth-02 .tt-description .tt-title-large {
  font-family: 'Hind', sans-serif;
  color: #191919;
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: 0.03em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo-fullwidth-02 .tt-description p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 23px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo-fullwidth-02 .tt-description img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .tt-promo-fullwidth-02 .tt-description .tt-title-large {
    font-size: 24px;
    line-height: 30px;
  }
  .tt-promo-fullwidth-02 .tt-description p {
    line-height: 19px;
    margin-top: 15px;
  }
}
@media (max-width: 789px) {
  .tt-promo-fullwidth-02 .tt-description .tt-title-large {
    font-size: 18px;
    line-height: 22px;
  }
  .tt-promo-fullwidth-02 .tt-description p {
    margin-top: 8px;
  }
}
@media (max-width: 575px) {
  .tt-promo-fullwidth-02 .tt-description .tt-title-large {
    font-size: 16px;
    line-height: 19px;
  }
  .tt-promo-fullwidth-02 .tt-description .tt-title-large br {
    display: none;
  }
  .tt-promo-fullwidth-02 .tt-description p {
    margin-top: 5px;
  }
}
.tt-promo-fullwidth-02 .tt-description *:nth-child(1) {
  margin-top: 10px;
}
.tt-promo-fullwidth-02 .tt-point-v-t {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-promo-fullwidth-02 .tt-point-v-b {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.tt-promo-fullwidth-02 .tt-point-h-l {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.tt-promo-fullwidth-02 .tt-point-h-r {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
/* tt-promo-03 (listing banner aside) */
.tt-promo-03 {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tt-promo-03 > img {
  width: 100%;
  height: auto;
}
.tt-content-aside:not(:last-child) {
  margin-bottom: 33px;
}
.tt-btn-col-close + .tt-content-aside {
  margin-top: 32px;
}
/* tt-promo-collection */
@media (min-width: 1025px) {
  .tt-collection-listing {
    margin-top: -38px;
  }
  .tt-collection-listing .tt-collection-item {
    margin-top: 38px;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .tt-collection-listing {
    margin-top: -40px;
  }
  .tt-collection-listing .tt-collection-item {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .tt-collection-listing {
    margin-top: -30px;
  }
  .tt-collection-listing .tt-collection-item {
    margin-top: 30px;
  }
}
.tt-collection-item {
  display: block;
}
.tt-collection-item img {
  max-width: 100%;
  height: auto;
}
.tt-collection-item .tt-description {
  padding-top: 14px;
  position: relative;
  text-align: center;
}
.tt-collection-item .tt-description .tt-title {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-collection-item .tt-description .tt-title a {
  color: #191919;
}
.tt-collection-item .tt-description .tt-add-info {
  list-style: none;
  margin: 2px 0 0 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tt-collection-item .tt-description .tt-add-info li {
  font-size: 12px;
  line-height: 19px;
  color: #999999;
}
.tt-collection-item:hover .tt-description .tt-title {
  color: #2879fe;
}
@media (min-width: 576px) {
  .tt-layout-promo02 {
    margin-top: -20px;
  }
}
@media (max-width: 575px) {
  .tt-layout-promo02 {
    margin-top: -10px;
  }
}
.tt-promo02 {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tt-promo02 img {
  width: 100%;
  height: auto;
}
.tt-promo02 .tt-description {
  color: #191919;
}
.tt-promo02 .tt-description:not(:empty) {
  padding-top: 14px;
}
.tt-promo02 .tt-description .tt-title-small {
  font-family: 'Hind', sans-serif;
  color: #191919;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo02 .tt-description .tt-title-large {
  font-family: 'Hind', sans-serif;
  color: #191919;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0.03em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo02 .tt-description a.tt-title {
  display: inline-block;
}
.tt-promo02 .tt-description a.tt-title:hover > * {
  color: #2879fe;
}
.tt-promo02 .tt-description p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-promo02 .tt-description p a {
  color: #2879fe;
  text-decoration: underline;
}
.tt-promo02 .tt-description p a:hover {
  text-decoration: none;
}
.tt-promo02 .tt-description p:first-child {
  margin-top: 1px;
}
.tt-promo02 .tt-description [class^="btn"] {
  margin-top: 20px;
}
.tt-promo02 .tt-description p + [class^="btn"] {
  margin-top: 12px;
}
.tt-promo02 .tt-description img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .tt-promo02 .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 22px;
  }
  .tt-promo02 .tt-description .tt-title-large {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .tt-promo02 .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 22px;
  }
  .tt-promo02 .tt-description .tt-title-large {
    font-size: 20px;
    line-height: 29px;
  }
  .tt-promo02 .tt-description p {
    margin-top: 0;
    line-height: 20px;
  }
  .tt-promo02 .tt-description [class^="btn"] {
    margin-top: 10px;
  }
}
.tt-promo02 .tt-description *:nth-child(1) {
  margin-top: 10px;
}
.tt-promo02 .tt-description [class^="btn"]:nth-child(1) {
  margin-top: 6px !important;
}
.tt-promo02.tt-no-btn:hover .tt-description .tt-title > * {
  color: #2879fe;
}
.tt-promo02 .tt-description:first-child {
  padding-top: 0;
}
@media (max-width: 575px) {
  .tt-promo02 {
    margin-top: 10px;
  }
}
.tt-lookbook {
  text-align: center;
  position: relative;
}
.tt-lookbook img {
  width: 100%;
  height: auto;
}
.tt-lookbook .tt-hotspot {
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  width: 38px;
  height: 38px;
}
.tt-lookbook .tt-hotspot .tt-btn {
  width: 38px;
  height: 38px;
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  -webkit-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}
.tt-lookbook .tt-hotspot .tt-btn:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: attr(data-style-top);
  background-color: #2879fe;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.tt-lookbook .tt-hotspot .tt-btn:before {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  font-family: 'wokiee';
  font-size: 14px;
  content: "\e9a0";
  line-height: 1;
  font-weight: normal;
  width: 38px;
  height: 38px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-lookbook .tt-hotspot .tt-img a {
  display: block;
}
.tt-lookbook .tt-hotspot .tt-content-parent {
  display: none;
}
.tt-lookbook .tt-hotspot .tt-description .new-price {
  margin-right: 7px;
}
.tt-lookbook .tt-hotspot .tt-description .old-price {
  text-decoration: line-through;
}
@media (max-width: 789px) {
  .tt-lookbook .tt-hotspot .tt-hotspot-content {
    position: relative;
  }
  .tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description .tt-title {
    padding-right: 16px;
  }
}
@media (max-width: 575px) {
  .tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description .tt-title {
    margin-top: -3px;
    line-height: 17px;
  }
  .tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description .tt-price {
    margin-top: 4px;
  }
  .tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description [class^="btn"] {
    margin-top: 10px;
  }
}
.tt-lookbook .tt-hotspot.active .tt-btn {
  padding: 9px;
}
.tt-lookbook .tt-hotspot.active .tt-btn:after {
  background-color: #191919;
}
.tt-lookbook .tt-hotspot.active .tt-btn:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
@media (max-width: 789px) {
  .tt-lookbook .tt-hotspot.active {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 7;
  }
  .tt-lookbook .tt-hotspot.active .tt-btn {
    z-index: 0;
  }
  .tt-lookbook .tt-hotspot.active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.8);
  }
  .tt-lookbook .tt-hotspot.active .tt-hotspot-content {
    position: relative;
    z-index: 8;
    left: 0;
  }
  .tt-lookbook .tt-hotspot.active .tt-hotspot-content .tt-img {
    width: 28%;
    min-width: 28%;
  }
}
body:not(.touch-device) .tt-hotspot .tt-btn:hover:after {
  background-color: #191919;
}
.tt-hotspot-content {
  background-color: #ffffff;
  z-index: -1;
  padding: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.tt-hotspot-content img {
  max-width: 100%;
  height: auto;
}
.tt-hotspot-content .tt-btn-close {
  position: absolute;
  display: block;
  right: 14px;
  top: 8px;
  font-family: 'wokiee';
  font-size: 14px;
  color: #191919;
  z-index: 1;
  padding: 5px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-hotspot-content .tt-btn-close:before {
  content: "\e9b3";
}
.tt-hotspot-content .tt-btn-close:hover {
  color: #2879fe;
}
.tt-hotspot-content .tt-img {
  width: 99px;
  min-width: 99px;
}
.tt-hotspot-content .tt-img + .tt-description {
  margin-left: 19px;
}
.tt-hotspot-content .tt-description {
  text-align: left;
}
.tt-hotspot-content .tt-description .tt-title {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  color: #191919;
  margin-top: -5px;
  padding-right: 12px;
}
.tt-hotspot-content .tt-description .tt-title a {
  color: #191919;
}
.tt-hotspot-content .tt-description .tt-title a:hover {
  color: #2879fe;
}
.tt-hotspot-content .tt-description .tt-price {
  color: #191919;
  font-weight: 500;
  font-size: 16px;
  padding-right: 12px;
}
.tt-hotspot-content .tt-description .tt-price .new-price {
  color: #f8353e;
  margin-right: 7px;
}
.tt-hotspot-content .tt-description .tt-price .old-price {
  color: #191919;
  text-decoration: line-through;
}
.tt-hotspot-content .tt-description [class^="btn"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 22px;
  width: 100%;
}
.tt-hotspot-content .tt-description > *:nth-child(1):not(.tt-title) {
  margin-top: 0;
}
@media (min-width: 790px) {
  .tt-hotspot-content {
    width: 300px;
  }
}
@media (max-width: 798px) {
  .tt-hotspot-content {
    max-width: 300px;
  }
}
.tt-lookbook-popup {
  position: absolute;
  z-index: 21;
  display: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
/* blog-masonry  */
.tt-lookbook-masonry {
  margin-top: -20px;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.tt-lookbook-masonry .grid:after {
  content: '';
  display: block;
  clear: both;
}
.tt-lookbook-masonry .element-item {
  position: relative;
  float: left;
}
.tt-lookbook-masonry .tt-lookbook-init {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.tt-lookbook-masonry .tt-lookbook-init.tt-show {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.tt-lookbook-masonry .tt-grid-col-2 .element-item {
  width: 50%;
  margin-top: 20px;
  padding: 0 8px;
}
@media (max-width: 789px) {
  .tt-lookbook-masonry .tt-grid-col-2 .element-item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .tt-lookbook-masonry .tt-grid-col-2 .element-item {
    margin-top: 10px;
    padding: 0;
  }
}
.tt-lookbook-masonry .tt-grid-col-3 .element-item {
  width: 33.33%;
  margin-top: 20px;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .tt-lookbook-masonry .tt-grid-col-3 .element-item {
    width: 50%;
  }
}
@media (max-width: 789px) {
  .tt-lookbook-masonry .tt-grid-col-3 .element-item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .tt-lookbook-masonry .tt-grid-col-3 .element-item {
    margin-top: 10px;
    padding: 0;
  }
}
.tt-lookbook-masonry:after {
  content: '';
  display: block;
  clear: both;
}
/* tt-carousel-lookbook */
.tt-carousel-lookbook.arrow-location-center .slick-slide {
  padding: 0 10px;
}
.tt-carousel-lookbook.arrow-location-center .slick-prev {
  left: 15px;
}
.tt-carousel-lookbook.arrow-location-center .slick-next {
  right: 15px;
}
/*
    instafeed-fluid
*/
._instafeed-default {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
._instafeed-default a {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
._instafeed-default a:before {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  content: "\ea18";
  font-family: 'wokiee';
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  top: 50%;
  opacity: 0;
  z-index: 7;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
._instafeed-default a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
._instafeed-default img {
  display: block;
  width: 100%;
  height: auto;
}
._instafeed-default a:hover:before {
  opacity: 1;
}
._instafeed-default a:hover:after {
  opacity: 0.88;
}
.instafeed-fluid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.instafeed-fluid > * {
  width: 16.666%;
}
@media (max-width: 1024px) {
  .instafeed-fluid > * {
    width: 33.333%;
  }
}
@media (max-width: 575px) {
  .instafeed-fluid > * {
    width: 50%;
  }
}
.instafeed-fluid a {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.instafeed-fluid a:before {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  content: "\ea18";
  font-family: 'wokiee';
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  top: 50%;
  opacity: 0;
  z-index: 7;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.instafeed-fluid a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.instafeed-fluid img {
  display: block;
  width: 100%;
  height: auto;
}
.instafeed-fluid a:hover:before {
  opacity: 1;
}
.instafeed-fluid a:hover:after {
  opacity: 0.88;
}
.instafeed-col:not([class^="instafeed-item-"]) {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 576px) {
  .instafeed-col:not([class^="instafeed-item-"]) {
    margin-top: -20px;
    margin-left: -20px;
  }
  .instafeed-col:not([class^="instafeed-item-"]) > * {
    width: calc(25% - 20px);
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  .instafeed-col:not([class^="instafeed-item-"]) > * {
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 575px) {
  .instafeed-col:not([class^="instafeed-item-"]) {
    margin-top: -10px;
    margin-left: -10px;
  }
  .instafeed-col:not([class^="instafeed-item-"]) > * {
    width: calc(50% - 10px);
    margin-top: 10px;
    margin-left: 10px;
  }
}
.instafeed-col:not([class^="instafeed-item-"]) a {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.instafeed-col:not([class^="instafeed-item-"]) a:before {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  content: "\ea18";
  font-family: 'wokiee';
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  top: 50%;
  opacity: 0;
  z-index: 7;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.instafeed-col:not([class^="instafeed-item-"]) a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.instafeed-col:not([class^="instafeed-item-"]) img {
  display: block;
  width: 100%;
  height: auto;
}
.instafeed-col:not([class^="instafeed-item-"]) a:hover:before {
  opacity: 1;
}
.instafeed-col:not([class^="instafeed-item-"]) a:hover:after {
  opacity: 0.88;
}
.instafeed-col.instafeed-item-06 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 790px) {
  .instafeed-col.instafeed-item-06 > * {
    width: calc(16.6666% - 20px);
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 789px) {
  .instafeed-col.instafeed-item-06 > * {
    width: calc(25% - 20px);
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .instafeed-col.instafeed-item-06 {
    margin-top: -10px;
    margin-left: -10px;
  }
  .instafeed-col.instafeed-item-06 > * {
    width: calc(50% - 10px);
    margin-top: 10px;
    margin-left: 10px;
  }
}
.instafeed-col.instafeed-item-06 a {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.instafeed-col.instafeed-item-06 a:before {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  content: "\ea18";
  font-family: 'wokiee';
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  top: 50%;
  opacity: 0;
  z-index: 7;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.instafeed-col.instafeed-item-06 a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.instafeed-col.instafeed-item-06 img {
  display: block;
  width: 100%;
  height: auto;
}
.instafeed-col.instafeed-item-06 a:hover:before {
  opacity: 1;
}
.instafeed-col.instafeed-item-06 a:hover:after {
  opacity: 0.88;
}
@media (min-width: 790px) {
  .instafeed-col.instafeed-col-item-06 > * {
    width: calc(16.6666% - 20px);
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 789px) {
  .instafeed-col.instafeed-col-item-06 > * {
    width: calc(25% - 20px);
    margin-top: 20px;
    margin-left: 20px;
  }
}
/*
	blog listing:
	- blog-listing-col-left.html,
	- blog-listing-col-right.html
	- blog-listing-without-col.html
*/
.tt-post:not(:first-child) {
  margin-top: 60px;
}
@media (min-width: 1025px) {
  .tt-listing-post:not(.tt-half) .tt-post {
    display: flex;
    flex-wrap: wrap;
  }
  .tt-listing-post:not(.tt-half) .tt-post .tt-post-img {
    flex: 0 0 calc(59% - 39px);
    max-width: calc(59% - 39px);
    width: calc(59% - 39px);
    margin-right: 39px;
  }
  .tt-listing-post:not(.tt-half) .tt-post .tt-post-img + .tt-post-content {
    flex: 0 0 41%;
    max-width: 41%;
  }
  .tt-listing-post:not(.tt-half) .tt-post .tt-post-content {
    margin-top: -3px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .tt-listing-post:not(.tt-half) .tt-post .tt-post-content {
    margin-top: 15px;
  }
}
/* with tt-half - blog-listing-without-col.html */
@media (min-width: 790px) {
  .tt-listing-post.tt-half .tt-post {
    display: flex;
    flex-wrap: wrap;
  }
  .tt-listing-post.tt-half .tt-post .tt-post-img {
    flex: 0 0 calc(52.5% - 40px);
    max-width: calc(52.5% - 40px);
    width: calc(52.5% - 40px);
    margin-right: 40px;
  }
  .tt-listing-post.tt-half .tt-post .tt-post-img + .tt-post-content {
    flex: 0 0 47.5%;
    max-width: 47.5%;
  }
  .tt-listing-post.tt-half .tt-post .tt-post-content {
    margin-top: -3px;
    width: 100%;
  }
}
@media (max-width: 789px) {
  .tt-listing-post.tt-half .tt-post .tt-post-content {
    margin-top: 15px;
  }
}
/* blog listing post*/
.tt-listing-post {
  margin-bottom: 30px;
}
.tt-listing-post .tt-post .tt-post-img {
  position: relative;
}
.tt-listing-post .tt-post .tt-post-img img {
  width: 100%;
  height: auto;
}
.tt-listing-post .tt-post .tt-post-content .tt-tag {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-transform: uppercase;
  margin-top: -2px;
  margin-left: -5px;
  letter-spacing: 0.03em;
}
.tt-listing-post .tt-post .tt-post-content .tt-tag a {
  display: inline-block;
  padding: 2px 5px;
  color: #2879fe;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-listing-post .tt-post .tt-post-content .tt-tag a:hover {
  color: #191919;
}
.tt-listing-post .tt-post .tt-post-content .tt-title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 3px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.tt-listing-post .tt-post .tt-post-content .tt-title a {
  color: #191919;
  display: inline-block;
}
.tt-listing-post .tt-post .tt-post-content .tt-title a:hover {
  color: #2879fe;
}
.tt-listing-post .tt-post .tt-post-content .tt-description {
  margin-top: 24px;
}
.tt-listing-post .tt-post .tt-post-content .tt-meta {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 21px;
  font-size: 12px;
  color: #999999;
}
.tt-listing-post .tt-post .tt-post-content .tt-meta span {
  color: #191919;
}
.tt-listing-post .tt-post .tt-post-content .tt-meta .tt-autor {
  margin-top: 5px;
  letter-spacing: 0.01em;
  margin-right: 20px;
}
.tt-listing-post .tt-post .tt-post-content .tt-meta .tt-comments a {
  display: inline-block;
  margin-top: 1px;
  color: #999999;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-listing-post .tt-post .tt-post-content .tt-meta .tt-comments a .tt-icon {
  font-size: 20px;
  line-height: 20px;
  color: #191919;
  position: relative;
  top: 4px;
  margin-right: 5px;
  display: inline-block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-listing-post .tt-post .tt-post-content .tt-meta .tt-comments a:hover {
  color: #2879fe;
}
.tt-listing-post .tt-post .tt-post-content .tt-meta .tt-comments a:hover .tt-icon {
  color: #2879fe;
}
.tt-listing-post .tt-post .tt-post-content .tt-btn {
  margin-top: 33px;
}
.tt-listing-post .tt-post .tt-post-content > *:nth-child(1):not(.tt-tag) {
  margin-top: 0;
}
@media (max-width: 1229px) {
  .tt-listing-post .tt-post:not(:first-child) {
    margin-top: 54px;
  }
  .tt-listing-post .tt-post .tt-post-content .tt-title {
    font-size: 26px;
    line-height: 36px;
  }
  .tt-listing-post .tt-post .tt-post-content .tt-description {
    margin-top: 17px;
  }
  .tt-listing-post .tt-post .tt-post-content .tt-btn {
    margin-top: 24px;
  }
  .tt-listing-post .tt-post .tt-post-content .tt-meta {
    margin-top: 13px;
  }
}
@media (max-width: 575px) {
  .tt-listing-post .tt-post:not(:first-child) {
    margin-top: 35px;
  }
  .tt-listing-post .tt-post .tt-post-content .tt-title {
    font-size: 20px;
    line-height: 30px;
  }
  .tt-listing-post .tt-post .tt-post-content .tt-description {
    margin-top: 11px;
  }
  .tt-listing-post .tt-post .tt-post-content .tt-btn {
    margin-top: 17px;
  }
  .tt-listing-post .tt-post .tt-post-content .tt-meta {
    margin-top: 6px;
  }
}
/*video-block */
.tt-video-block:not(:first-child) {
  margin-top: 34px;
}
@media (max-width: 1229px) {
  .tt-video-block:not(:first-child) {
    margin-top: 28px;
  }
}
@media (max-width: 575px) {
  .tt-video-block:not(:first-child) {
    margin-top: 22px;
  }
}
.tt-video-block {
  position: relative;
  line-height: 0;
  width: 100%;
}
.tt-video-block video {
  width: 100%;
}
.tt-video-block .link-video {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 7;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-video-block .link-video:before {
  color: #ffffff;
  font-size: 65px;
  line-height: 1;
  float: left;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-video-block .link-video:hover:before {
  color: #2879fe;
}
.tt-video-block .link-video:before {
  content: '\ea0b';
  font-family: 'wokiee';
  display: inline-block;
  z-index: 3;
}
.tt-video-block.play .link-video:before {
  content: '\e97b';
}
/* .tt-box-link */
.tt-box-link {
  background: #f7f8fa;
  color: #2879fe;
  display: block;
  font-size: 14px;
  padding: 5px 16px 9px 12px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.tt-box-link .tt-icon {
  margin-right: 6px;
  position: relative;
  top: 3px;
  font-size: 20px;
  line-height: 20px;
}
.tt-box-link:hover {
  background: #222222;
  color: #ffffff;
}
.tt-box-link:not(:first-child) {
  margin-top: 21px;
}
/*
	single post
	- blog-single-post.html
	- blog-single-post-audio.html
	- blog-single-post-gallery.html
	- blog-single-post-link.html
	- blog-single-post-quote.html
	- blog-single-post-video.html
*/
.tt-post-single {
  text-align: center;
  padding-top: 3px;
}
.tt-post-single .tt-tag {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-transform: uppercase;
  margin-top: -2px;
  margin-left: -5px;
  letter-spacing: 0.03em;
}
.tt-post-single .tt-tag a {
  display: inline-block;
  padding: 2px 5px;
  color: #2879fe;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-post-single .tt-tag a:hover {
  color: #191919;
}
.tt-post-single h1.tt-title:not(:first-child) {
  margin-top: 24px;
}
.tt-post-single h1.tt-title {
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .tt-post-single h1.tt-title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .tt-post-single h1.tt-title {
    font-size: 23px;
    line-height: 33px;
  }
}
.tt-post-single .tt-autor {
  margin-top: 23px;
  font-size: 12px;
  color: #999999;
}
.tt-post-single .tt-autor span {
  color: #191919;
}
.tt-post-single .tt-post-content {
  text-align: left;
  margin-top: 33px;
}
.tt-post-single .tt-post-content img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}
.tt-post-single .tt-post-content .tt-post-text {
  margin-top: 33px;
}
.tt-post-single .tt-post-content h2.tt-title:not(:first-child) {
  margin-top: 32px;
}
.tt-post-single .tt-post-content h2.tt-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.tt-post-single .tt-post-content p {
  margin-top: 25px;
}
.tt-post-single .tt-post-content p img {
  margin-top: 8px;
  margin-bottom: 8px;
}
.tt-post-single .tt-post-content blockquote {
  margin-top: 34px;
}
.tt-post-single .tt-post-content .tt-blockquote {
  padding-top: 49px;
  padding-bottom: 44px;
}
.tt-post-single .tt-post-content blockquote + p {
  margin-top: 33px;
}
.tt-post-single .tt-post-content .tt-box-link:not(:first-child) {
  margin-top: 34px;
}
.tt-post-single .tt-post-content .tt-box-link + p {
  margin-top: 33px;
}
.tt-post-single .tt-post-content .tt-box-link {
  text-align: center;
  padding: 29px 16px 33px 12px;
}
.tt-post-single .tt-post-content > *:nth-child(1) {
  margin-top: 0;
}
.tt-post-single .tt-post-content > *:nth-child(1) div[class^="col-"] > *:nth-child(1) {
  margin-top: 0;
}
.tt-post-single .tt-post-content .slick-slider img {
  margin-top: 0;
}
.tt-post-single .tt-post-content .tt-slick-row {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .tt-post-single .tt-post-content .tt-slick-row {
    margin-top: 10px;
  }
}
.tt-post-single .post-meta:not(:first-child) {
  margin-top: 27px;
}
.tt-post-single .post-meta-wrap {
  margin-top: 27px;
}
.tt-post-single .post-meta-wrap:after {
  clear: both;
  content: '';
  display: table;
}
.tt-post-single .addthis_toolbox {
  float: right;
}
.tt-post-single .post-meta {
  float: left;
  font-size: 12px;
  color: #999999;
  text-align: left;
}
.tt-post-single .post-meta a {
  color: #2879fe;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-post-single .post-meta a:hover {
  color: #191919;
}
.tt-post-single .post-nextprev-hld {
  margin-top: 27px;
  padding-top: 27px;
  border-top: solid 1px #e9e7e7;
}
.tt-post-single .post-nextprev-hld:after {
  clear: both;
  content: '';
  display: table;
}
.tt-post-single .post-nextprev-hld a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.tt-post-single .post-nextprev-hld .prev-link {
  float: left;
}
.tt-post-single .post-nextprev-hld .prev-link:before {
  font-family: 'wokiee';
  font-size: 18px;
  content: '\e90d';
  position: relative;
  top: 3px;
}
.tt-post-single .post-nextprev-hld .next-link {
  float: right;
}
.tt-post-single .post-nextprev-hld .next-link:after {
  font-family: 'wokiee';
  font-size: 18px;
  content: '\e90e';
  position: relative;
  top: 3px;
}
.tt-post-single > *:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 1229px) {
  .tt-post-single h1.tt-title:not(:first-child) {
    margin-top: 18px;
  }
  .tt-post-single .tt-autor {
    margin-top: 17px;
  }
  .tt-post-single .tt-post-content {
    margin-top: 21px;
  }
  .tt-post-single .tt-post-content h2.tt-title:not(:first-child) {
    margin-top: 26px;
  }
  .tt-post-single .tt-post-content p {
    margin-top: 19px;
  }
  .tt-post-single .tt-post-content p img {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .tt-post-single .tt-post-content blockquote {
    margin-top: 21px;
  }
  .tt-post-single .tt-post-content .tt-blockquote {
    padding-top: 43px;
    padding-bottom: 38px;
  }
  .tt-post-single .tt-post-content blockquote + p {
    margin-top: 21px;
  }
  .tt-post-single .tt-post-content .post-meta:not(:first-child) {
    margin-top: 21px;
  }
  .tt-post-single .tt-post-content .tt-box-link {
    text-align: center;
    padding: 23px 12px 27px;
  }
}
@media (max-width: 575px) {
  .tt-post-single h1.tt-title:not(:first-child) {
    margin-top: 12px;
  }
  .tt-post-single .tt-autor {
    margin-top: 10px;
  }
  .tt-post-single .tt-post-content {
    margin-top: 18px;
  }
  .tt-post-single .tt-post-content h2.tt-title:not(:first-child) {
    margin-top: 20px;
  }
  .tt-post-single .tt-post-content img {
    margin-top: 10px;
  }
  .tt-post-single .tt-post-content p {
    margin-top: 13px;
  }
  .tt-post-single .tt-post-content p img {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .tt-post-single .tt-post-content blockquote {
    margin-top: 21px;
  }
  .tt-post-single .tt-post-content .tt-blockquote {
    padding-top: 37px;
    padding-bottom: 32px;
  }
  .tt-post-single .tt-post-content blockquote + p {
    margin-top: 21px;
  }
  .tt-post-single .tt-post-content .post-meta:not(:first-child) {
    margin-top: 15px;
  }
  .tt-post-single .tt-post-content .tt-box-link {
    text-align: center;
    padding: 17px 12px 21px;
  }
}
/* comments (single post)*/
.tt-comments-layout {
  margin-top: -7px;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar {
  width: 59px;
  min-width: 59px;
  height: 60px;
  position: relative;
  margin-right: 22px;
  margin-top: 6px;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar:empty:before {
  font-family: 'wokiee';
  content: "\ea43";
  font-size: 20px;
  line-height: 58px;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  color: #191919;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar:empty:after {
  content: '';
  background: #f7f8fa;
  width: 100%;
  height: 100%;
  min-width: 59px;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-comments-title {
  font-size: 12px;
  color: #191919;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-comments-title .username span {
  color: #191919;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content p {
  margin-top: 7px;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-btn {
  color: #2879fe;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  margin-top: 8px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-btn:hover {
  color: #191919;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content > *:nth-child(1) {
  margin-top: 0;
}
.tt-comments-layout .tt-item:not(:last-child) {
  padding-bottom: 21px;
  border-bottom: 1px solid #e9e7e7;
}
.tt-comments-layout .tt-item {
  margin-top: 24px;
}
.tt-comments-layout .tt-comments-level-2 {
  margin-left: 81px;
  margin-top: 16px;
}
@media (max-width: 575px) {
  .tt-comments-layout .tt-item div[class^="tt-comments-level-"] {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content {
    margin-top: 10px;
  }
  .tt-comments-layout .tt-item:not(:first-child) {
    margin-top: 10px;
  }
  .tt-comments-layout .tt-item:not(:last-child) {
    padding-bottom: 9px;
  }
  .tt-comments-layout .tt-comments-level-2 {
    margin-top: 2px;
    margin-left: 59px;
  }
}
/* tt-blog-thumb */
.tt-blog-thumb-list {
  margin-top: -35px;
}
@media (max-width: 575px) {
  .tt-blog-thumb-list {
    margin-top: -27px;
  }
  .tt-blog-thumb-list [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .tt-blog-thumb-list [class^="col-"] .tt-title-description {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.tt-blog-thumb {
  margin-top: 35px;
}
.tt-blog-thumb .tt-img {
  text-align: center;
}
.tt-blog-thumb .tt-img img {
  max-width: 100%;
  height: auto;
}
.tt-blog-thumb .tt-img + .tt-title-description {
  margin-top: -70px;
}
.tt-blog-thumb .tt-title-description {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  padding: 23px 15px 0px;
  text-align: center;
  min-height: 80px;
  color: #191919;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-blog-thumb .tt-title-description .tt-background {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #ffffff;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.tt-blog-thumb .tt-title-description > *:not(.tt-background) {
  position: relative;
}
.tt-blog-thumb .tt-title-description .tt-tag {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Hind', sans-serif;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-transform: uppercase;
  margin-top: -2px;
  margin-left: -5px;
  letter-spacing: 0.03em;
  color: #2879fe;
}
.tt-blog-thumb .tt-title-description .tt-tag a {
  display: inline-block;
  padding: 2px 5px;
  color: #2879fe;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-blog-thumb .tt-title-description .tt-tag a:hover {
  color: #191919;
}
.tt-blog-thumb .tt-title-description .tt-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: 'Hind', sans-serif;
  text-transform: uppercase;
  position: relative;
  margin: 7px 0 0 0;
  color: #191919;
}
.tt-blog-thumb .tt-title-description .tt-title a {
  color: #191919;
  display: inline-block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-blog-thumb .tt-title-description .tt-title a:hover {
  color: #2879fe;
}
.tt-blog-thumb .tt-title-description .tt-post-short,
.tt-blog-thumb .tt-title-description p {
  margin-top: 13px;
}
.tt-blog-thumb .tt-title-description .tt-meta {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-blog-thumb .tt-title-description .tt-meta > div {
  padding: 0 10px;
}
.tt-blog-thumb .tt-title-description .tt-meta .tt-autor {
  letter-spacing: 0.01em;
  margin-top: 4px;
}
.tt-blog-thumb .tt-title-description .tt-meta .tt-autor a {
  color: #191919;
  text-decoration: none;
}
.tt-blog-thumb .tt-title-description .tt-meta .tt-autor a:hover {
  text-decoration: underline;
}
.tt-blog-thumb .tt-title-description .tt-meta .tt-comments a {
  display: inline-block;
  color: #999999;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-blog-thumb .tt-title-description .tt-meta .tt-comments a .tt-icon {
  font-size: 20px;
  line-height: 20px;
  color: #191919;
  position: relative;
  top: 5px;
  margin-right: 5px;
  display: inline-block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-blog-thumb .tt-title-description .tt-meta .tt-comments a:hover {
  color: #2879fe;
}
.tt-blog-thumb .tt-title-description .tt-meta .tt-comments a:hover .tt-icon {
  color: #2879fe;
}
.tt-blog-thumb .tt-title-description > *:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 575px) {
  .tt-blog-thumb {
    margin-top: 18px;
  }
  .tt-blog-thumb .tt-title-description {
    padding-top: 16px;
  }
  .tt-blog-thumb .tt-title-description .tt-title {
    margin-top: 6px;
  }
}
.tt-blog-thumb:hover .tt-title-description .tt-background {
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
html:not(.ie) .tt-blog-thumb .tt-title-description .tt-background {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
/*
	blog
	- leftColumn
	- rightColumn
*/
.tt-block-aside .tt-aside-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 12px;
  border-bottom: 1px solid #e9e7e7;
}
.tt-block-aside .tt-aside-title + .tt-aside-content {
  margin-top: 24px;
}
.tt-block-aside:not(:first-child) {
  margin-top: 45px;
}
@media (min-width: 1025px) {
  .tt-block-aside:first-child {
    margin-top: -7px;
  }
}
@media (max-width: 1024px) {
  .tt-block-aside .tt-aside-title + .tt-aside-content {
    margin-top: 18px;
  }
  .tt-block-aside:not(:first-child) {
    margin-top: 39px;
  }
}
@media (max-width: 575px) {
  .tt-block-aside .tt-aside-title + .tt-aside-content {
    margin-top: 14px;
  }
  .tt-block-aside:not(:first-child) {
    margin-top: 35px;
  }
}
/* tt-form-search */
.tt-form-search {
  position: relative;
  margin-top: 30px;
  padding-bottom: 9px;
  background-color: #ffffff;
}
.tt-form-search .tt-btn-icon {
  background: none;
  border: none;
  color: #191919;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 7;
  padding: 9px 7px;
  cursor: pointer;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-form-search .tt-btn-icon:hover {
  color: #2879fe;
}
/* tt-aside-info */
.tt-aside-info {
  position: relative;
}
.tt-aside-info .tt-aside-img {
  margin-top: 6px;
  display: inline-block;
}
.tt-aside-info .tt-aside-img img {
  width: 100%;
  height: auto;
}
.tt-aside-info p {
  margin-top: 12px;
}
.tt-aside-info .btn-top {
  margin-top: 18px;
}
/* tt-list-inline (blog aside, listing aside)*/
.tt-list-inline {
  list-style: none;
  margin: -2px 0 0 -11px;
  padding: 0 0 1px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-list-inline li {
  margin: 0 6px;
  color: #191919;
}
.tt-list-inline li a {
  color: #191919;
  padding: 0px 5px;
  display: inline-block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-list-inline li a:hover {
  color: #2879fe;
}
/* tt-aside-subscribe-box */
.tt-aside-subscribe-box form {
  margin-top: 14px;
}
.tt-aside-subscribe-box .form-default .form-group {
  margin-bottom: 10px;
}
.tt-aside-subscribe-box .btn {
  width: 100%;
  display: block;
}
/* recent-post */
.tt-aside-post .item .tt-tag {
  font-size: 12px;
  line-height: 22px;
  color: #2879fe;
  font-weight: 400;
  margin: -2px 0 0 -5px;
  padding: 0 0 5px 0;
  font-family: 'Hind', sans-serif;
  letter-spacing: 0.02em;
}
.tt-aside-post .item .tt-tag a {
  color: #2879fe;
  padding: 2px 5px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-aside-post .item .tt-tag a:hover {
  color: #191919;
}
.tt-aside-post .item .tt-title {
  color: #191919;
  display: block;
  font-size: 14px;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-aside-post .item > a:not([class]) {
  display: inline-block;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-aside-post .item > a:not([class]):hover {
  color: #191919;
}
.tt-aside-post .item > a:not([class]):hover .tt-title {
  color: #2879fe;
}
.tt-aside-post .item p {
  margin-top: 5px;
}
.tt-aside-post .item .tt-info {
  margin-top: 6px;
  font-size: 12px;
  color: #191919;
}
.tt-aside-post .item .tt-info span {
  color: #191919;
}
.tt-aside-post .item .tt-info + a:not([class]) {
  margin-top: 5px;
}
.tt-aside-post .item > *:nth-child(1) {
  margin-top: 0;
}
.tt-aside-post .item:not(:first-child) {
  margin-top: 17px;
}
.tt-aside-content .tt-social-icon {
  margin-left: -4px;
}
/* calendarDatepicker */
.tt-aside-content .calendarDatepicker {
  padding-top: 6px;
}
/* pagination */
.tt-pagination {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  width: 100%;
}
.tt-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tt-pagination ul li {
  display: inline-block;
  margin: 0 9px;
}
.tt-pagination ul li a {
  font-size: 14px;
  padding: 5px;
  font-family: 'Hind', sans-serif;
  color: #191919;
  display: inline-block;
  font-weight: 500;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-pagination ul li a:hover {
  color: #2879fe;
}
.tt-pagination ul li.active a {
  color: #2879fe;
}
.tt-pagination .btn-pagination {
  font-family: 'wokiee';
  font-size: 20px;
  line-height: 1;
  color: #191919;
  padding: 5px;
  margin: 0 4px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-pagination .btn-pagination:hover {
  color: #2879fe;
}
.tt-pagination .btn-prev:before {
  content: "\e9cd";
}
.tt-pagination .btn-next:before {
  content: "\e9ce";
}
@media (max-width: 1229px) {
  .tt-pagination {
    margin-top: 44px;
  }
}
@media (max-width: 1229px) {
  .tt-pagination {
    margin-top: 29px;
  }
}
.tt-pagination:not(.tt-pagination-left) {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tt-pagination-left {
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-left: -13px;
  position: relative;
}
/*
	tt-layout-01-post
	- blog-masonry-col-3.html
	- blog-masonry-col-2.html
*/
.tt-layout-01-post {
  margin-top: -55px;
  position: relative;
}
.tt-layout-01-post .tt-post {
  margin-top: 55px;
}
.tt-layout-01-post .tt-post .tt-post-img {
  position: relative;
  backface-visibility: hidden;
}
.tt-layout-01-post .tt-post .tt-post-img img {
  width: 100%;
  height: auto;
}
.tt-layout-01-post .tt-post .tt-post-img i {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 7;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  font-size: 65px;
  line-height: 1;
  color: #ffffff;
  pointer-events: none;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-layout-01-post .tt-post .tt-post-img + .tt-post-content {
  margin-top: -70px;
}
.tt-layout-01-post .tt-post .tt-post-content {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  padding: 22px 8px 0;
  text-align: center;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  color: #191919;
}
.tt-layout-01-post .tt-post .tt-post-content .tt-background {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #ffffff;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.tt-layout-01-post .tt-post .tt-post-content > *:not(.tt-background) {
  position: relative;
}
.tt-layout-01-post .tt-post .tt-post-content .tt-tag {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-top: -2px;
  margin-left: -5px;
  letter-spacing: 0.03em;
}
.tt-layout-01-post .tt-post .tt-post-content .tt-tag a {
  display: inline-block;
  padding: 2px 5px;
  color: #2879fe;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-layout-01-post .tt-post .tt-post-content .tt-tag a:hover {
  color: #191919;
}
.tt-layout-01-post .tt-post .tt-post-content .tt-title {
  font-size: 20px;
  line-height: 30px;
  margin-top: 7px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.tt-layout-01-post .tt-post .tt-post-content .tt-title a {
  color: #191919;
  display: inline-block;
}
.tt-layout-01-post .tt-post .tt-post-content .tt-title a:hover {
  color: #2879fe;
}
.tt-layout-01-post .tt-post .tt-post-content .tt-description {
  margin-top: 14px;
}
.tt-layout-01-post .tt-post .tt-post-content .tt-meta {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-layout-01-post .tt-post .tt-post-content .tt-meta span {
  color: #191919;
}
.tt-layout-01-post .tt-post .tt-post-content .tt-meta > div {
  padding: 0 10px;
}
.tt-layout-01-post .tt-post .tt-post-content .tt-meta .tt-autor {
  letter-spacing: 0.01em;
  margin-top: 4px;
}
.tt-layout-01-post .tt-post .tt-post-content .tt-meta .tt-comments a {
  display: inline-block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  color: #999999;
}
.tt-layout-01-post .tt-post .tt-post-content .tt-meta .tt-comments a .tt-icon {
  font-size: 20px;
  line-height: 20px;
  color: #191919;
  position: relative;
  top: 5px;
  margin-right: 5px;
  display: inline-block;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-layout-01-post .tt-post .tt-post-content .tt-meta .tt-comments a:hover {
  color: #2879fe;
}
.tt-layout-01-post .tt-post .tt-post-content .tt-meta .tt-comments a:hover .tt-icon {
  color: #2879fe;
}
.tt-layout-01-post .tt-post .tt-post-content .tt-btn {
  margin-top: 23px;
}
.tt-layout-01-post .tt-post .tt-post-content > *:nth-child(1):not(.tt-tag) {
  margin-top: 0;
}
.tt-layout-01-post .tt-post .tt-post-content > * {
  position: relative;
}
@media (max-width: 575px) {
  .tt-layout-01-post .tt-post .tt-post-content {
    padding-top: 16px;
  }
  .tt-layout-01-post .tt-post .tt-post-content .tt-description {
    margin-top: 7px;
  }
}
.tt-layout-01-post .tt-post:hover .tt-post-img i {
  color: #2879fe;
}
@media (min-width: 576px) {
  .tt-layout-01-post .tt-post:hover .tt-post-content .tt-background {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
}
@media (max-width: 575px) {
  .tt-layout-01-post .tt-post:hover .tt-post-content .tt-background {
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
}
html:not(.ie) .tt-layout-01-post .tt-post-content .tt-background {
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.isotop_showmore_js {
  margin-top: 55px;
}
@media (max-width: 1024px) {
  .tt-layout-01-post {
    margin-top: -35px;
  }
  .tt-layout-01-post .tt-post {
    margin-top: 35px;
  }
  .isotop_showmore_js {
    margin-top: 35px;
  }
}
@media (max-width: 575px) {
  .tt-layout-01-post {
    margin-top: -28px;
  }
  .tt-layout-01-post .tt-post {
    margin-top: 28px;
  }
  .tt-layout-01-post .tt-post .tt-post-content {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tt-layout-01-post .tt-post .tt-post-content .tt-title {
    margin-top: 3px;
  }
  .tt-layout-01-post .tt-post .tt-post-content .tt-description {
    margin-top: 11px;
  }
  .isotop_showmore_js {
    margin-top: 28px;
  }
}
/* blog-masonry  */
.tt-blog-masonry .tt-blog-init {
  overflow: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.tt-blog-masonry .tt-blog-init.tt-show {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.tt-blog-masonry .grid:after {
  content: '';
  display: block;
  clear: both;
}
.tt-blog-masonry .element-item {
  position: relative;
  float: left;
}
.tt-blog-masonry .tt-grid-col-2 .element-item {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 789px) {
  .tt-blog-masonry .tt-grid-col-2 .element-item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .tt-blog-masonry .tt-grid-col-2 .element-item {
    padding: 0;
  }
}
.tt-blog-masonry .tt-grid-col-3 .element-item {
  width: 33.33%;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .tt-blog-masonry .tt-grid-col-3 .element-item {
    width: 50%;
  }
}
@media (max-width: 789px) {
  .tt-blog-masonry .tt-grid-col-3 .element-item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .tt-blog-masonry .tt-grid-col-3 .element-item {
    padding: 0;
  }
}
.tt-blog-masonry .tt-filter-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: -31px;
  padding-bottom: 49px;
}
.tt-blog-masonry .tt-filter-nav .button {
  color: #999999;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  padding: 5px;
  letter-spacing: 0.03em;
  margin: 0 9px;
  cursor: pointer;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-blog-masonry .tt-filter-nav .button.active {
  color: #191919;
  cursor: default;
}
.tt-blog-masonry .tt-filter-nav .button:hover {
  color: #191919;
}
@media (max-width: 1024px) {
  .tt-blog-masonry .tt-filter-nav {
    margin-top: -11px;
    padding-bottom: 29px;
  }
  .tt-blog-masonry .tt-filter-nav .button {
    margin: 0 7px;
  }
}
@media (max-width: 575px) {
  .tt-blog-masonry .tt-filter-nav {
    margin-top: -4px;
    padding-bottom: 22px;
  }
  .tt-blog-masonry .tt-filter-nav .button {
    margin: 0 4px;
  }
}
/* Magento styles */
.blog-categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-categories-list li {
  padding: 5px 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
}
.blog-categories-list li li {
  padding-left: 10px;
}
.blog-categories-list li a {
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.blog-categories-list li a:hover {
  color: #2879fe;
}
.widget.block-recent-posts .block-content .item,
.widget.block-archive .block-content .item {
  padding: 5px 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
}
.widget.block-recent-posts .block-content .item a,
.widget.block-archive .block-content .item a {
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.widget.block-recent-posts .block-content .item a:hover,
.widget.block-archive .block-content .item a:hover {
  color: #2879fe;
}
/*
.c-replyform.no-active .c-btn-hld {
  display: none;
}*/
.block.comments {
  text-align: left;
  margin-top: 52px;
}
.post-bottom {
  text-align: left;
}
.block.related {
  margin-top: 34px;
}
.post-agree .input-box {
  align-items: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.post-agree .input-box label {
  font-size: 12px;
}
.post-agree .input-box input[type="checkbox"] {
  margin: 0 6px 1px 0;
}
.c-replyform,
.c-comments,
.more-comments-action {
  margin-top: 24px;
}
.c-comment {
  margin-top: 24px;
}
.c-comment:not(:last-child) {
  padding-bottom: 21px;
  border-bottom: 1px solid #e9e7e7;
}
.c-comment .p-name {
  font-size: 12px;
  margin-bottom: 7px;
}
.c-comment .p-name span {
  color: #191919;
}
.c-comment .p-actions {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1;
}
.c-comment .p-actions a {
  color: #2879fe;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.c-comment .p-actions a:hover {
  color: #191919;
}
.p-replies {
  margin: 16px 0 0 81px;
}
/* font icon*/
/* menu slick slider */
/*.arrow-location-03 .slick-arrow{
        top: -27px;
    }
    .arrow-location-03 .slick-prev{
        left: inherit;
    }
    .arrow-location-03 .slick-next:before, .arrow-location-03 .slick-prev:before{
        color: #777777;
        opacity: 1;
    }*/
.snptwdgt-container .snptwdgt__item .snpt__fauximg {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  backface-visibility: hidden;
}
.hotspot {
  backface-visibility: hidden;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  text-decoration: none;
}
.snptwdgt-container .snptwdgt__item .snpt__fauximg {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  backface-visibility: hidden;
}
.snptwdgt-container .snptwdgt__item:hover .snpt__fauximg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.snptwdgt-container .snptwdgt__item .snptlinked-item-ico {
  display: none;
}
.snptwdgt-container {
  margin-top: 20px;
}
.snptwdgt-container .snptwdgt__ftr {
  display: none;
}
.hotspot-modal .modal-dialog .prev-chevron,
.hotspot-modal .modal-dialog .next-chevron {
  top: calc(36%);
}
.widget-hotspot {
  background: #2879fe;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  border: 4px solid #ffffff;
  font-family: 'Hind', sans-serif;
  transform: translateZ(0) scale(1);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.widget-hotspot:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hotspot-modal-tm-1 .mobile-modal-header,
.hotspot-modal-tm-1 .modal-backdrop.modal-backdrop--hotspots {
  background: #000000;
  opacity: .5;
}
.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .ico-close {
  font-size: 20px;
  cursor: pointer;
  color: #ffffff;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  top: -40px;
}
@media (min-width: 1101px) {
  .hotspot-modal-tm-1 .snpt-modal.hotspot-modal .ico-close {
    right: -30px;
  }
}
@media (max-width: 1100px) {
  .hotspot-modal-tm-1 .snpt-modal.hotspot-modal .ico-close {
    right: -3px;
  }
}
.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .ico-close:hover {
  color: #2879fe;
}
.snptico-close:before {
  content: "\ea0f";
  font-family: 'wokiee';
  color: #fff;
}
.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .modal-content {
  border-radius: 0 !important;
}
.hotspot-modal .modal-dialog .prev-chevron,
.hotspot-modal .modal-dialog .next-chevron {
  font-family: 'wokiee' !important;
  font-size: 20px !important;
}
.hotspot-modal .modal-dialog .prev-chevron:before {
  content: "\e90d";
  color: #fff;
}
.hotspot-modal .modal-dialog .next-chevron:before {
  content: "\e90e";
  color: #fff;
}
.hotspot-modal .modal-dialog .next-chevron:hover:before,
.hotspot-modal .modal-dialog .prev-chevron:hover:before {
  color: #2879fe;
}
.hotspot-modal--frontend .product-images-slide img {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
.hotspot-modal-tm-1 public-modal > .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn {
  background: #2879fe;
  color: #ffffff;
  border-radius: 0 !important;
  padding: 11px 19px 10px;
  font-size: 14px;
  line-height: 1.1;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn > span.snpt-cta-btn_txt {
  letter-spacing: 0.03em;
}
.hotspot-modal-tm-1 public-modal > .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn:hover {
  background: #191919;
  color: #ffffff;
}
.hotspot-modal-tm-1 public-modal > .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn span.snpt-cta-btn_ico {
  display: none;
}
.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__number {
  color: #191919;
  font-size: 14px;
}
.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__second-line {
  color: #191919;
  font-size: 16px;
}
.hotspot-modal--frontend .public-hotspot--username {
  text-transform: capitalize;
}
.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__second-line {
  height: auto;
}
.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .hotspot {
  background: #2879fe;
  color: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 1.7;
}
.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .hotspot:hover {
  background: #191919;
}
.hotspot-modal-tm-1 .crd-cta-blck > a {
  display: none;
}
.snpt-modal.hotspot-modal a {
  color: #191919;
  cursor: pointer;
  transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}
.snpt-modal.hotspot-modal a:hover {
  color: #42d6c2;
}
.snptwdgt-qpr__ftr {
  display: none;
}
/* portfolio-masonry  */
.tt-portfolio-masonry .grid:after {
  content: '';
  display: block;
  clear: both;
}
.tt-portfolio-masonry .element-item {
  position: relative;
  float: left;
}
.tt-portfolio-masonry .tt-portfolio-content {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.tt-portfolio-masonry .tt-portfolio-content.tt-show {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.tt-portfolio-masonry .tt-grid-col-4 .element-item {
  width: 25%;
  padding: 10px;
}
@media (max-width: 1024px) {
  .tt-portfolio-masonry .tt-grid-col-4 .element-item {
    width: 33.333%;
  }
}
@media (max-width: 789px) {
  .tt-portfolio-masonry .tt-grid-col-4 .element-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .tt-portfolio-masonry .tt-grid-col-4 .element-item {
    padding: 5px;
    width: 100%;
  }
}
.tt-portfolio-masonry .tt-grid-col-3 .element-item {
  width: 33.333%;
  padding: 10px;
}
@media (max-width: 789px) {
  .tt-portfolio-masonry .tt-grid-col-3 .element-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .tt-portfolio-masonry .tt-grid-col-3 .element-item {
    padding: 5px;
    width: 100%;
  }
}
.tt-portfolio-masonry .tt-grid-col-2 .element-item {
  width: 50%;
  padding: 10px;
}
@media (max-width: 575px) {
  .tt-portfolio-masonry .tt-grid-col-2 .element-item {
    padding: 5px;
    width: 100%;
  }
}
.tt-portfolio-masonry .tt-filter-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: -31px;
  padding-bottom: 69px;
}
.tt-portfolio-masonry .tt-filter-nav .button {
  color: #999999;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  padding: 5px;
  letter-spacing: 0.03em;
  margin: 0 9px;
  cursor: pointer;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-portfolio-masonry .tt-filter-nav .button.active {
  color: #191919;
  cursor: default;
}
.tt-portfolio-masonry .tt-filter-nav .button:hover {
  color: #191919;
}
@media (max-width: 1024px) {
  .tt-portfolio-masonry .tt-filter-nav {
    margin-top: -11px;
    padding-bottom: 29px;
  }
  .tt-portfolio-masonry .tt-filter-nav .button {
    margin: 0 7px;
  }
}
@media (max-width: 575px) {
  .tt-portfolio-masonry .tt-filter-nav {
    margin-top: -4px;
    padding-bottom: 22px;
  }
  .tt-portfolio-masonry .tt-filter-nav .button {
    margin: 0 4px;
  }
}
.tt-portfolio-masonry .element-item {
  float: inherit !important;
}
.tt-portfolio-content {
  margin-top: -30px;
}
@media (max-width: 1024px) {
  .tt-portfolio-content {
    margin-top: -10px;
  }
}
@media (min-width: 576px) {
  .tt-portfolio-content {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 575px) {
  .tt-portfolio-content {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
  }
}
.tt-portfolio-content figure {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.tt-portfolio-content figure img {
  width: 100%;
  height: auto;
}
.tt-portfolio-content figure figcaption {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  padding: 13px 19px;
  z-index: 0;
  color: #ffffff;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-portfolio-content figure figcaption .tt-btn-zomm {
  font-family: 'wokiee';
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  padding: 3px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-portfolio-content figure figcaption .tt-btn-zomm:before {
  content: '\e9b5';
  display: inline-block;
}
.tt-portfolio-content figure figcaption .tt-btn-zomm:hover {
  color: #2879fe;
}
.tt-portfolio-content figure figcaption .tt-title {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: 'Hind', sans-serif;
}
.tt-portfolio-content figure figcaption .tt-title a {
  color: #ffffff;
}
.tt-portfolio-content figure figcaption .tt-title a:hover {
  color: #2879fe;
}
.tt-portfolio-content figure figcaption p {
  margin-top: 4px;
  letter-spacing: 0.005em;
}
.tt-portfolio-content figure figcaption > *:nth-child(1) {
  margin-top: 0;
}
.tt-portfolio-content.layout-default figure figcaption {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}
.tt-portfolio-content.layout-default figure figcaption .tt-btn-zomm {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tt-portfolio-content.layout-default figure figcaption .tt-btn-zomm:before {
  top: 15px;
  right: 15px;
  position: absolute;
}
.tt-portfolio-content.layout-default figure figcaption .tt-title,
.tt-portfolio-content.layout-default figure figcaption p {
  position: relative;
  z-index: 2;
}
.tt-portfolio-content.layout-swap-vertical figure figcaption {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-portfolio-content.layout-swap-vertical figure figcaption .tt-btn-zomm {
  bottom: 15px;
  right: 15px;
  position: absolute;
}
.tt-portfolio-content.layout-center figure figcaption {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-portfolio-content.layout-center figure figcaption .tt-btn-zomm:not(:first-child) {
  margin-top: 2px;
}
body:not(.touch-device) .tt-portfolio-content figure:hover figcaption,
.ie .tt-portfolio-content figure:hover figcaption {
  z-index: 7;
  left: 0;
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.touch-device .tt-portfolio-content figure.gallery-click figcaption {
  z-index: 7;
  left: 0;
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.touch-device .tt-portfolio-content figure.gallery-click.finish-animation figcaption {
  pointer-events: auto;
}
html.edge .tt-portfolio-content figure:hover figcaption {
  z-index: 7;
  left: 0;
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 576px) {
  body.tt-boxed {
    background: #f7f8fa;
  }
  body.tt-boxed .page-wrapper {
    background: #ffffff;
    margin: 0 auto;
  }
  body.tt-boxed header .tt-stuck-nav {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    -webkit-box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.45);
    box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.45);
  }
  body.tt-boxed header,
  body.tt-boxed .tt-header-static,
  body.tt-boxed footer {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  body.tt-boxed .tt-breadcrumb {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
  }
  body.tt-boxed #tt-pageContent {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
  }
  body.tt-boxed #tt-pageContent .tt_product_showmore {
    padding-bottom: 2px;
  }
  body.tt-boxed #tt-pageContent .container-fluid,
  body.tt-boxed #tt-pageContent .container-fluid-custom {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  body.tt-boxed footer {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  body.tt-boxed .page-wrapper {
    max-width: 546px;
  }
}
@media (min-width: 576px) and (min-width: 791px) {
  body.tt-boxed .page-wrapper {
    max-width: 770px;
  }
}
@media (min-width: 576px) and (min-width: 1025px) {
  body.tt-boxed .page-wrapper {
    max-width: 990px;
  }
}
@media (min-width: 576px) and (min-width: 1230px) {
  body.tt-boxed .page-wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 576px) and (min-width: 1025px) {
  body.tt-boxed header [class*="tt-color-scheme"] .container,
  body.tt-boxed header [class*="tt-color-scheme"] .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  body.tt-boxed header [class*="tt-color-scheme"] .container,
  body.tt-boxed header [class*="tt-color-scheme"] .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (min-width: 1025px) {
  body.tt-boxed header .tt-desktop-header > div:not([class^="tt-color-scheme"]) {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  body.tt-boxed header .tt-desktop-header > div:not([class^="tt-color-scheme"]) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 1229px) {
  body.tt-boxed header .tt-desktop-header .tt-desctop-menu nav > ul > li.dropdown > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 576px) and (min-width: 1025px) {
  body.tt-boxed header .tt-mobile-header > .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  body.tt-boxed header .tt-mobile-header > .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  body.tt-boxed header .tt-stuck-nav {
    max-width: 546px;
  }
}
@media (min-width: 576px) and (min-width: 791px) {
  body.tt-boxed header .tt-stuck-nav {
    max-width: 770px;
  }
}
@media (min-width: 576px) and (min-width: 1025px) {
  body.tt-boxed header .tt-stuck-nav {
    max-width: 990px;
  }
}
@media (min-width: 576px) and (min-width: 1230px) {
  body.tt-boxed header .tt-stuck-nav {
    max-width: 1200px;
  }
}
@media (min-width: 576px) and (min-width: 1025px) {
  body.tt-boxed header .tt-stuck-nav > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  body.tt-boxed header .tt-stuck-nav > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  body.tt-boxed header,
  body.tt-boxed .tt-header-static,
  body.tt-boxed footer {
    max-width: 546px;
  }
}
@media (min-width: 576px) and (min-width: 791px) {
  body.tt-boxed header,
  body.tt-boxed .tt-header-static,
  body.tt-boxed footer {
    max-width: 770px;
  }
}
@media (min-width: 576px) and (min-width: 1025px) {
  body.tt-boxed header,
  body.tt-boxed .tt-header-static,
  body.tt-boxed footer {
    max-width: 990px;
  }
}
@media (min-width: 576px) and (min-width: 1230px) {
  body.tt-boxed header,
  body.tt-boxed .tt-header-static,
  body.tt-boxed footer {
    max-width: 1200px;
  }
}
@media (min-width: 576px) and (max-width: 790px) {
  body.tt-boxed .tt-back-to-top {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 790px) and (min-width: 576px) {
  body.tt-boxed .tt-back-to-top {
    max-width: 546px;
  }
}
@media (min-width: 576px) and (max-width: 790px) and (min-width: 791px) {
  body.tt-boxed .tt-back-to-top {
    max-width: 770px;
  }
}
@media (min-width: 576px) and (max-width: 790px) and (min-width: 1025px) {
  body.tt-boxed .tt-back-to-top {
    max-width: 990px;
  }
}
@media (min-width: 576px) and (max-width: 790px) and (min-width: 1230px) {
  body.tt-boxed .tt-back-to-top {
    max-width: 1200px;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  body.tt-boxed .tt-breadcrumb > .container {
    max-width: 546px;
  }
}
@media (min-width: 576px) and (min-width: 791px) {
  body.tt-boxed .tt-breadcrumb > .container {
    max-width: 770px;
  }
}
@media (min-width: 576px) and (min-width: 1025px) {
  body.tt-boxed .tt-breadcrumb > .container {
    max-width: 990px;
  }
}
@media (min-width: 576px) and (min-width: 1230px) {
  body.tt-boxed .tt-breadcrumb > .container {
    max-width: 1200px;
  }
}
@media (min-width: 576px) and (min-width: 1025px) {
  body.tt-boxed .tt-breadcrumb > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  body.tt-boxed .tt-breadcrumb > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  body.tt-boxed #tt-pageContent {
    max-width: 546px;
  }
}
@media (min-width: 576px) and (min-width: 791px) {
  body.tt-boxed #tt-pageContent {
    max-width: 770px;
  }
}
@media (min-width: 576px) and (min-width: 1025px) {
  body.tt-boxed #tt-pageContent {
    max-width: 990px;
  }
}
@media (min-width: 576px) and (min-width: 1230px) {
  body.tt-boxed #tt-pageContent {
    max-width: 1200px;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  body.tt-boxed #tt-pageContent .container-fluid,
  body.tt-boxed #tt-pageContent .container-fluid-custom {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 576px) {
  body.tt-boxed #tt-pageContent .container-fluid,
  body.tt-boxed #tt-pageContent .container-fluid-custom {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  body.tt-boxed #tt-pageContent .container-fluid,
  body.tt-boxed #tt-pageContent .container-fluid-custom {
    max-width: 546px;
  }
}
@media (min-width: 576px) and (min-width: 791px) {
  body.tt-boxed #tt-pageContent .container-fluid,
  body.tt-boxed #tt-pageContent .container-fluid-custom {
    max-width: 770px;
  }
}
@media (min-width: 576px) and (min-width: 1025px) {
  body.tt-boxed #tt-pageContent .container-fluid,
  body.tt-boxed #tt-pageContent .container-fluid-custom {
    max-width: 990px;
  }
}
@media (min-width: 576px) and (min-width: 1230px) {
  body.tt-boxed #tt-pageContent .container-fluid,
  body.tt-boxed #tt-pageContent .container-fluid-custom {
    max-width: 1200px;
  }
}
@media (min-width: 576px) and (min-width: 1025px) {
  body.tt-boxed.page-layout-2columns-left #tt-pageContent > div > .container,
  body.tt-boxed.page-layout-2columns-right #tt-pageContent > div > .container,
  body.tt-boxed.page-layout-1column #tt-pageContent > div > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  body.tt-boxed.page-layout-2columns-left #tt-pageContent > div > .container,
  body.tt-boxed.page-layout-2columns-right #tt-pageContent > div > .container,
  body.tt-boxed.page-layout-1column #tt-pageContent > div > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (min-width: 1025px) {
  body.tt-boxed.page-layout-2columns-left #tt-pageContent > div > .container-fluid,
  body.tt-boxed.page-layout-2columns-right #tt-pageContent > div > .container-fluid,
  body.tt-boxed.page-layout-1column #tt-pageContent > div > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  body.tt-boxed.page-layout-2columns-left #tt-pageContent > div > .container-fluid,
  body.tt-boxed.page-layout-2columns-right #tt-pageContent > div > .container-fluid,
  body.tt-boxed.page-layout-1column #tt-pageContent > div > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) and (min-width: 1025px) {
  body.tt-boxed.page-layout-1column-wide #tt-pageContent > .main-content > div > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  body.tt-boxed.page-layout-1column-wide #tt-pageContent > .main-content > div > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (min-width: 1025px) {
  body.tt-boxed.page-layout-1column-wide #tt-pageContent > .main-content > div > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  body.tt-boxed.page-layout-1column-wide #tt-pageContent > .main-content > div > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) and (min-width: 1025px) {
  body.tt-boxed footer > div > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  body.tt-boxed footer > div > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*
     main slider "Slick" - full height and full width (* index-slick-slider.html)
*/
.slider-no-paddings {
  padding: 0 !important;
}
.mainSlider-layout {
  position: relative;
}
@media (min-width: 1025px) {
  .mainSliderSlick {
    height: calc(100vh - 50px);
  }
  .mainSliderSlick.default-top {
    height: 100vh;
  }
  .mainSliderSlick.lg-top {
    height: calc(100vh - 121px);
  }
  .mainSliderSlick.lg-top2 {
    height: calc(100vh - 100px);
  }
  .mainSliderSlick.sm-top {
    height: calc(100vh - 41px);
  }
}
@media (max-width: 1024px) and (min-width: 551px) {
  .mainSliderSlick {
    height: 354px;
  }
}
@media (max-width: 550px) {
  .mainSliderSlick {
    height: 300px;
  }
}
.mainSliderSlick .container {
  position: relative;
}
.mainSliderSlick .slide .img--holder {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .mainSliderSlick .slide .img--holder {
    height: calc(100vh - 50px);
  }
}
@media (max-width: 1024px) and (min-width: 551px) {
  .mainSliderSlick .slide .img--holder {
    height: 354px;
  }
}
@media (max-width: 550px) {
  .mainSliderSlick .slide .img--holder {
    height: 300px;
  }
}
.mainSliderSlick .slide .slide-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* slide layout */
}
@media (min-width: 1025px) {
  .mainSliderSlick .slide .slide-content {
    padding-left: 25%;
    padding-right: 25%;
  }
}
@media (max-width: 1024px) {
  .mainSliderSlick .slide .slide-content {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (max-width: 550px) {
  .mainSliderSlick .slide .slide-content {
    padding-left: 7%;
    padding-right: 7%;
  }
}
.mainSliderSlick .slide .slide-content div[class^="tp-caption-"] {
  color: #191919;
  font-family: 'Hind', sans-serif;
  text-align: center;
}
.mainSliderSlick .slide .slide-content div[class^="tp-caption-"]:first-child {
  margin-top: 0px;
}
@media (min-width: 1025px) {
  .mainSliderSlick .slide .slide-content .tp-caption-01-01 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 400;
    text-align: center;
  }
  .mainSliderSlick .slide .slide-content .tp-caption-01-02 {
    font-size: 70px;
    line-height: 0.97;
    font-weight: 500;
    margin-top: 8px;
  }
  .mainSliderSlick .slide .slide-content .tp-caption-01-03 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 23px;
  }
  .mainSliderSlick .slide .slide-content .tp-caption-btn {
    margin-top: 35px;
  }
}
@media (max-width: 1024px) {
  .mainSliderSlick .slide .slide-content .tp-caption-01-01 {
    font-size: 25px;
  }
  .mainSliderSlick .slide .slide-content .tp-caption-01-02 {
    font-size: 40px;
    line-height: 1;
  }
  .mainSliderSlick .slide .slide-content .tp-caption-01-03 {
    font-size: 14px;
    margin-top: 8px;
  }
  .mainSliderSlick .slide .slide-content .tp-caption-btn {
    margin-top: 15px;
  }
}
@media (max-width: 550px) {
  .mainSliderSlick .slide .slide-content .tp-caption-01-01 {
    font-size: 15px;
  }
  .mainSliderSlick .slide .slide-content .tp-caption-01-01 br {
    display: none;
  }
  .mainSliderSlick .slide .slide-content .tp-caption-01-02 {
    font-size: 25px;
    line-height: 1;
  }
  .mainSliderSlick .slide .slide-content .tp-caption-01-02 br {
    display: none;
  }
  .mainSliderSlick .slide .slide-content .tp-caption-01-03 {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 8px;
  }
  .mainSliderSlick .slide .slide-content .tp-caption-01-03 br {
    display: none;
  }
  .mainSliderSlick .slide .slide-content .tp-caption-btn {
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .mainSliderSlick.default-top .slide .img--holder {
    height: 100vh;
  }
}
@media (min-width: 1025px) {
  .mainSliderSlick.lg-top .slide .img--holder {
    height: calc(100vh - 121px);
  }
}
@media (min-width: 1025px) {
  .mainSliderSlick.lg-top2 .slide .img--holder {
    height: calc(100vh - 100px);
  }
}
@media (min-width: 1025px) {
  .mainSliderSlick.sm-top .slide .img--holder {
    height: calc(100vh - 41px);
  }
}
.mainSliderSlick .slick-arrow:active {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  color: #dadada;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.mainSliderSlick .slick-arrow:hover {
  color: #191919;
}
.mainSliderSlick .slick-arrow:before {
  font-family: 'wokiee';
  font-size: 30px;
  line-height: 1;
}
.mainSliderSlick .slick-prev {
  left: 8px;
}
@media (max-width: 575px) {
  .mainSliderSlick .slick-prev {
    left: 0;
  }
}
.mainSliderSlick .slick-prev:before {
  content: "\e90d";
}
.mainSliderSlick .slick-next {
  right: 8px;
}
@media (max-width: 575px) {
  .mainSliderSlick .slick-next {
    right: 0;
  }
}
.mainSliderSlick .slick-next:before {
  content: "\e90e";
}
.mainSliderSlick .slick-dots {
  position: absolute;
  bottom: 60px;
}
.mainSliderSlick .slick-dots li button {
  background: #dadada;
}
.mainSliderSlick .slick-dots li button:hover {
  background: #191919;
}
.mainSliderSlick .slick-dots li.slick-active button {
  background: #191919;
}
.fadeInLeftSm {
  -webkit-animation-name: fadeInLeftSm;
  animation-name: fadeInLeftSm;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.fadeInRightSm {
  -webkit-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.fadeInUpSm {
  -webkit-animation-name: fadeInUpSm;
  animation-name: fadeInUpSm;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.animated.fadeInLeftSm,
.animated.fadeInRightSm,
.animated.fadeInUpSm {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}
@-webkit-keyframes fadeInUpSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeftSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
body.is-loaded .loading-content {
  opacity: 0;
  visibility: hidden;
}
.loading-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: none;
  visibility: visible;
  transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.loading-content.disable {
  opacity: 0;
}
.loading-content .image {
  max-width: 15%;
}
.loading-content .image img {
  animation: flipInY 3s infinite;
  max-width: 100%;
}
.loading-dots {
  margin-left: -1.5em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: loading-dots-fadein 0.5s linear forwards;
  -moz-animation: loading-dots-fadein 0.5s linear forwards;
  -o-animation: loading-dots-fadein 0.5s linear forwards;
  -ms-animation: loading-dots-fadein 0.5s linear forwards;
  animation: loading-dots-fadein 0.5s linear forwards;
}
.loading-dots i {
  width: .5em;
  height: .5em;
  display: inline-block;
  vertical-align: middle;
  background: #2879fe;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 .125em;
  -webkit-animation: loading-dots-middle-dots 0.5s linear infinite;
  -moz-animation: loading-dots-middle-dots 0.5s linear infinite;
  -o-animation: loading-dots-middle-dots 0.5s linear infinite;
  -ms-animation: loading-dots-middle-dots 0.5s linear infinite;
  animation: loading-dots-middle-dots 0.5s linear infinite;
}
.loading-dots.dark-gray i {
  background: #2879fe;
}
.loading-dots i:first-child {
  -webkit-animation: loading-dots-first-dot 0.5s infinite;
  -moz-animation: loading-dots-first-dot 0.5s linear infinite;
  -o-animation: loading-dots-first-dot 0.5s linear infinite;
  -ms-animation: loading-dots-first-dot 0.5s linear infinite;
  animation: loading-dots-first-dot 0.5s linear infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(-1em);
  -moz-transform: translate(-1em);
  -o-transform: translate(-1em);
  -ms-transform: translate(-1em);
  transform: translate(-1em);
}
.loading-dots i:last-child {
  -webkit-animation: loading-dots-last-dot 0.5s linear infinite;
  -moz-animation: loading-dots-last-dot 0.5s linear infinite;
  -o-animation: loading-dots-last-dot 0.5s linear infinite;
  -ms-animation: loading-dots-last-dot 0.5s linear infinite;
  animation: loading-dots-last-dot 0.5s linear infinite;
}
@-moz-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
  }
}
@-webkit-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
  }
}
@-o-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
  }
}
@keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
  }
}
@-moz-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
/*
    tt-slick-main-item
*/
.tt-slick-slider {
  z-index: 1;
}
.tt-slick-slider .slick-dots {
  position: absolute;
  bottom: 9%;
}
.tt-slick-main-item {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tt-slick-main-item > img {
  width: 100%;
  height: auto;
}
.tt-slick-main-item .tt-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 40px 95px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-slick-main-item .tt-description.text-align-left .tt-description-wrapper {
  text-align: left;
}
@media (min-width: 1025px) {
  .tt-slick-main-item .tt-description.tt-point-h-r .tt-description-wrapper {
    margin-right: 8%;
  }
}
@media (max-width: 1024px) {
  .tt-slick-main-item .tt-description.tt-point-h-r .tt-description-wrapper {
    margin-right: 2%;
    width: 270px;
  }
}
@media (max-width: 500px) {
  .tt-slick-main-item .tt-description.tt-point-h-r .tt-description-wrapper {
    width: 270px;
  }
}
@media (min-width: 1025px) {
  .tt-slick-main-item .tt-description.tt-point-h-l .tt-description-wrapper {
    margin-left: 8%;
  }
}
@media (max-width: 1024px) {
  .tt-slick-main-item .tt-description.tt-point-h-l .tt-description-wrapper {
    margin-left: 2%;
    width: 270px;
  }
}
@media (max-width: 500px) {
  .tt-slick-main-item .tt-description.tt-point-h-l .tt-description-wrapper {
    width: 270px;
  }
}
.tt-slick-main-item .tt-description .tt-description-wrapper {
  width: 558px;
  text-align: center;
}
.tt-slick-main-item .tt-description .tt-title-small {
  font-family: 'Hind', sans-serif;
  color: #191919;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.03em;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-slick-main-item .tt-description .tt-title-large {
  font-family: 'Hind', sans-serif;
  color: #191919;
  font-size: 70px;
  line-height: 0.97;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-top: 8px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-slick-main-item .tt-description p {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 23px;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tt-slick-main-item .tt-description [class^="btn"] {
  margin-top: 35px;
}
.tt-slick-main-item .tt-description img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1229px) {
  .tt-slick-main-item .tt-description .tt-title-small {
    font-size: 26px;
    line-height: 1.1;
  }
  .tt-slick-main-item .tt-description .tt-title-small br {
    display: none;
  }
  .tt-slick-main-item .tt-description .tt-title-large {
    font-size: 50px;
    line-height: 0.97;
    margin-top: 8px;
  }
  .tt-slick-main-item .tt-description .tt-title-large br {
    display: none;
  }
  .tt-slick-main-item .tt-description p {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 6px;
  }
  .tt-slick-main-item .tt-description p br {
    display: none;
  }
  .tt-slick-main-item .tt-description [class^="btn"] {
    margin-top: 13px;
  }
}
@media (max-width: 1024px) {
  .tt-slick-main-item .tt-description .tt-title-small {
    font-size: 25px;
    line-height: 1.1;
  }
  .tt-slick-main-item .tt-description .tt-title-large {
    font-size: 40px;
    line-height: 0.97;
    margin-top: 8px;
  }
  .tt-slick-main-item .tt-description p {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 8px;
  }
  .tt-slick-main-item .tt-description [class^="btn"] {
    margin-top: 15px;
  }
}
@media (max-width: 790px) {
  .tt-slick-main-item .tt-description {
    padding: 20px 5%;
  }
  .tt-slick-main-item .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 1.1;
  }
  .tt-slick-main-item .tt-description .tt-title-large {
    font-size: 25px;
    line-height: 1;
    margin-top: 8px;
  }
  .tt-slick-main-item .tt-description p {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 5px;
  }
  .tt-slick-main-item .tt-description [class^="btn"] {
    margin-top: 9px;
  }
}
@media (max-width: 460px) {
  .tt-slick-main-item .tt-description {
    padding: 15px 7%;
  }
  .tt-slick-main-item .tt-description .tt-title-small {
    font-size: 13px;
    line-height: 1.1;
  }
  .tt-slick-main-item .tt-description .tt-title-large {
    font-size: 20px;
    line-height: 1;
    margin-top: 5px;
  }
  .tt-slick-main-item .tt-description p {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 4px;
  }
  .tt-slick-main-item .tt-description [class^="btn"] {
    margin-top: 7px;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tt-slick-main-item .tt-description *:nth-child(1) {
  margin-top: 0;
}
.tt-slick-main-item .tt-point-v-t {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tt-slick-main-item .tt-point-v-b {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.tt-slick-main-item .tt-point-h-l {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.tt-slick-main-item .tt-point-h-r {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
/* arrow-slick-main */
.arrow-slick-main.slick-slider .slick-arrow,
.arrow-slick-main.slick-slider .slick-arrow:active {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  color: #dadada;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.arrow-slick-main.slick-slider .slick-arrow:hover {
  color: #191919;
}
.arrow-slick-main.slick-slider .slick-arrow:before {
  font-family: 'wokiee';
  font-size: 30px;
  line-height: 1;
}
.arrow-slick-main.slick-slider .slick-prev {
  left: 8px;
}
@media (max-width: 575px) {
  .arrow-slick-main.slick-slider .slick-prev {
    left: 0;
  }
}
.arrow-slick-main.slick-slider .slick-prev:before {
  content: "\e90d";
}
.arrow-slick-main.slick-slider .slick-next {
  right: 8px;
}
@media (max-width: 575px) {
  .arrow-slick-main.slick-slider .slick-next {
    right: 0;
  }
}
.arrow-slick-main.slick-slider .slick-next:before {
  content: "\e90e";
}
.arrow-slick-main.slick-slider .slick-dots li button {
  background: #dadada;
}
.arrow-slick-main.slick-slider .slick-dots li button:hover {
  background: #191919;
}
.arrow-slick-main.slick-slider .slick-dots li.slick-active button {
  background: #191919;
}
.video_banner_block {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) and (min-width: 551px) {
  .video_banner_block {
    height: 354px;
  }
}
@media (max-width: 550px) {
  .video_banner_block {
    height: 300px;
  }
}
.video_banner_block .slide-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* slide layout */
}
@media (min-width: 1025px) {
  .video_banner_block .slide-content {
    padding-left: 25%;
    padding-right: 25%;
  }
}
@media (max-width: 1024px) {
  .video_banner_block .slide-content {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (max-width: 550px) {
  .video_banner_block .slide-content {
    padding-left: 7%;
    padding-right: 7%;
  }
}
.video_banner_block .slide-content div[class^="tp-caption-"] {
  color: #191919;
  font-family: 'Hind', sans-serif;
  text-align: center;
}
.video_banner_block .slide-content div[class^="tp-caption-"]:first-child {
  margin-top: 0px;
}
@media (min-width: 1025px) {
  .video_banner_block .slide-content .tp-caption-01-01 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 400;
    text-align: center;
  }
  .video_banner_block .slide-content .tp-caption-01-02 {
    font-size: 70px;
    line-height: 0.97;
    font-weight: 500;
    margin-top: 8px;
  }
  .video_banner_block .slide-content .tp-caption-01-03 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 23px;
  }
  .video_banner_block .slide-content .tp-caption-btn {
    margin-top: 35px;
  }
}
@media (max-width: 1024px) {
  .video_banner_block .slide-content .tp-caption-01-01 {
    font-size: 25px;
  }
  .video_banner_block .slide-content .tp-caption-01-02 {
    font-size: 40px;
    line-height: 1;
  }
  .video_banner_block .slide-content .tp-caption-01-03 {
    font-size: 14px;
    margin-top: 8px;
  }
  .video_banner_block .slide-content .tp-caption-btn {
    margin-top: 15px;
  }
}
@media (max-width: 550px) {
  .video_banner_block .slide-content .tp-caption-01-01 {
    font-size: 15px;
  }
  .video_banner_block .slide-content .tp-caption-01-01 br {
    display: none;
  }
  .video_banner_block .slide-content .tp-caption-01-02 {
    font-size: 25px;
    line-height: 1;
  }
  .video_banner_block .slide-content .tp-caption-01-02 br {
    display: none;
  }
  .video_banner_block .slide-content .tp-caption-01-03 {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 8px;
  }
  .video_banner_block .slide-content .tp-caption-01-03 br {
    display: none;
  }
  .video_banner_block .slide-content .tp-caption-btn {
    margin-top: 15px;
  }
}
.video_fullsize {
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) and (min-width: 551px) {
  .video_fullsize {
    height: 354px;
  }
}
@media (max-width: 550px) {
  .video_fullsize {
    height: 300px;
  }
}
.cms-toner-home-page .page-wrapper .theme_header,
.cms-toner-home-page .page-wrapper .sparsh_banner,
.cms-toner-home-page .page-wrapper .tt-offset-20 {
  display: none;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container {
  max-width: 100%;
  padding: 0;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block {
  margin-top: -25px;
  margin-bottom: 25px;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav {
  margin: auto;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav {
    display: block;
    margin-bottom: 20px;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 767px) and (min-width: 441px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav {
    justify-content: center;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav {
    justify-content: center;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav .toner_navbar_logo {
  display: flex;
  align-items: center;
  width: 400px;
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav .toner_navbar_logo {
    margin-left: 20px;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 767px) and (min-width: 441px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav .toner_navbar_logo {
    font-size: 18px;
    width: auto;
    justify-content: center;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav .toner_navbar_logo {
    font-size: 18px;
    width: auto;
    justify-content: center;
    margin-left: 0;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav .toner_navbar_logo img {
  height: 80px;
  object-fit: cover;
  margin-right: 10px;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav .toner_navbar_icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav .toner_navbar_icons {
    margin-top: 20px;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 767px) and (min-width: 441px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav .toner_navbar_icons {
    margin-top: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav .toner_navbar_icons {
    margin-top: 26px;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav .toner_navbar_icons .icon_container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav .toner_navbar_icons .icon_container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav .toner_navbar_icons .icon_container h4 {
    font-size: 15px;
    overflow-x: hidden;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav .toner_navbar_icons .icon_container .email-icon {
  margin-bottom: 25px;
  height: 25px;
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav .toner_navbar_icons .icon_container .email-icon {
    margin-bottom: 10px;
    height: 20px;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav .toner_navbar_icons .icon_container .phone-icon {
  margin-bottom: 25px;
  height: 25px;
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-header .block-static-block nav .toner_navbar_icons .icon_container .phone-icon {
    margin-bottom: 10px;
    height: 20px;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer {
  background: #00000039;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .toner-footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
@media only screen and (max-width: 767px) and (min-width: 441px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .toner-footer-container {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .toner-footer-container {
    width: 100%;
    display: flex;
    padding: 10px;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .toner-footer-container .footer-section {
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .toner-footer-container .footer-section {
    margin-left: 40px !important;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 767px) and (min-width: 441px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .toner-footer-container .footer-section {
    display: block;
    margin-left: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .toner-footer-container .footer-logo {
    display: block;
    margin-left: 0 !important;
    width: 33.33%;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .toner-footer-container .footer-logo img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .toner-footer-container .footer-timing {
    display: block;
    margin-left: 0 !important;
    width: 33.33%;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .toner-footer-container .footer-timing .footer-time {
  margin-top: 50px;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .toner-footer-container .footer-timing .footer-time h4 {
  font-weight: 600;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .toner-footer-container .footer-timing .footer-time li {
  list-style: none;
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .toner-footer-container .footers {
    display: block;
    margin-left: 0 !important;
    width: 33.33%;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .toner-footer-container .footers .footer-icon {
  margin-top: 50px;
  font-size: 19px;
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .toner-footer-container .footers .footer-icon {
    margin-top: 8px;
    font-size: 19px;
    margin-left: 25px;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .toner-footer-container .footers .footer-icon .footer-image .footer_contact_links {
  display: flex;
  align-items: center;
  padding: 12px;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .toner-footer-container .footers .footer-icon .footer-image .footer_contact_links img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .copyright {
  padding: 10px;
  text-align: center;
  color: #242424;
  padding-top: 30px;
  font-size: 16px;
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-simtek-footer .block-static-block .toner-footer .copyright {
    text-align: center;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-banner .block-static-block .toner_navbar_image img {
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body {
  max-width: 1380px;
  margin: auto;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .Toner_cartidge_group {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  width: 100%;
  padding: 10px;
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .Toner_cartidge_group .heading-img-left {
    width: 20%;
  }
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .Toner_cartidge_group .service-heading {
    width: 60%;
    text-align: center;
  }
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .Toner_cartidge_group .heading-img-right {
    width: 20%;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .Toner_cartidge_group img {
  width: 100px;
  height: 5px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .Toner_cartidge_group img {
    margin-top: 10px;
    width: 80px;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  justify-content: center;
  padding: 10px;
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row {
    width: 350px;
    display: block;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) and (min-width: 441px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row {
    width: 100%;
    display: block;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row {
    width: 100%;
    display: block;
    margin: auto;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .card {
  overflow: hidden;
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .card {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 441px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .card {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .card {
    margin-bottom: 70px;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .card img {
  width: 100%;
  height: 285px;
}
@media only screen and (max-width: 767px) and (min-width: 441px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .card img {
    width: 100%;
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .card img {
    width: 100%;
    height: 500px;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .card .card-body {
  padding: 15px;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .card .card-text {
  width: 100%;
  height: 150px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) and (min-width: 441px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .card .card-text {
    height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .card .card-text {
    display: -webkit-box;
    height: auto;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .card .toner_manufacturer1 {
  background-color: #0000008F;
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .card .toner_manufacturer1 {
    margin-top: 10px;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .card .toner_manufacturer1 h4 a {
  text-decoration: none;
  color: #fff;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .toner_manufacturer2 {
  background-color: #CB1786;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .toner_manufacturer3 {
  background-color: #09B0E2;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .content_box {
  background-size: cover;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-top: 10px;
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .content_box {
    height: 75px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 441px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .content_box {
    height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .content_box {
    height: 75px;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-body .toner-services .block-static-block .Toner_cartidge .card_row .content_box h4 {
  color: white;
  padding: 35px;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-contact-us {
  margin-top: 50px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2), -5px -5px 5px rgba(0, 0, 0, 0.2);
  padding: 50px;
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-contact-us {
    box-shadow: none;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-contact-us {
    box-shadow: none;
    overflow-x: hidden;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-contact-us .block-static-block .container .toner-contactus-main .contact-map,
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-contact-us .block-static-block .container .toner-contactus-main .tt-contact02-col-list {
  display: none;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-contact-us .block-static-block .container .toner-contactus-main .contact-head {
  text-align: center;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-contact-us .block-static-block .container .toner-contactus-main .toner-contact {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-contact-us .block-static-block .container .toner-contactus-main .toner-contact {
    display: block;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-contact-us .block-static-block .container .toner-contactus-main .toner-contact .contact-form {
  flex: 1;
  padding-right: 20px;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-contact-us .block-static-block .container .toner-contactus-main .toner-contact .contact-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 440px) and (min-width: 212px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-contact-us .block-static-block .container .toner-contactus-main .toner-contact .contact-image {
    display: none;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 767px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-contact-us .block-static-block .container .toner-contactus-main .toner-contact .contact-image {
    display: none;
    overflow-x: hidden;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-contact-us .block-static-block .container .toner-contactus-main .toner-contact .contact-image img {
  height: 500px;
  width: 600px;
  object-fit: fill;
}
@media only screen and (max-width: 767px) and (min-width: 441px) {
  .cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-contact-us .block-static-block .container .toner-contactus-main .toner-contact .contact-image img {
    display: none;
  }
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-contact-us .block-static-block .container .toner-contactus-main .toner-contact .contact-us-form .fieldset .row {
  display: block;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-contact-us .block-static-block .container .toner-contactus-main .toner-contact .contact-us-form .fieldset .row .col-md-6 {
  max-width: none;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-contact-us .block-static-block .container .toner-contactus-main .toner-contact .contact-us-form .fieldset .row .col-md-6 .comment {
  padding-top: 20px;
}
.cms-toner-home-page .page-wrapper #tt-pageContent .container-indent .container .main-content .toner-contact-us .block-static-block .container .toner-contactus-main .toner-contact .contact-us-form .actions-toolbar .submit {
  margin-right: 115px;
}
@media only screen and (min-width: 212px) and (max-width: 800px) {
  .cms-toner-home-page .tt-back-to-top {
    height: 50px;
  }
}
.contact-index-index .page-wrapper .theme_header,
.contact-index-index .page-wrapper .tt-offset-20 {
  display: none;
}
.contact-index-index .page-wrapper .page-main .container-indent .container .messages #returnButton {
  padding: 10px;
  border-radius: 5px;
  background-color: #2267d8;
  border: none;
  color: #fff;
  font: status-bar;
  display: flex;
  justify-content: center !important;
}
.contact-index-index .page-wrapper .page-main .container-indent .container .main-content {
  display: none;
}
