/*================ Typography ================*/
.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: #0d1663; }

/*
shopcart-page (shopping_cart_01.html)
*/
/* tt-shopcart-table */
@media (min-width: 1230px) {
  .tt-shopcart-table {
    margin-right: 20px; } }
.tt-shopcart-table table {
  width: 100%; }

.tt-shopcart-table table tr {
  border-top: 1px solid #e9e7e7;
  position: relative; }

.tt-shopcart-table table tr td {
  vertical-align: middle;
  padding: 20px 0; }

.tt-shopcart-table table tr:last-child {
  border-bottom: 1px solid #e9e7e7; }

.tt-shopcart-table .tt-btn-close {
  font-family: 'wokiee_icons';
  color: #191919;
  font-size: 15px;
  padding: 5px;
  margin-left: -5px;
  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-shopcart-table .tt-btn-close:hover {
  color: #0d1663; }

.tt-shopcart-table .tt-product-img img {
  max-width: 100px;
  height: auto; }

.tt-shopcart-table .tt-title {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  padding-right: 20px; }

.tt-shopcart-table .tt-price {
  color: #191919;
  font-size: 16px;
  font-weight: 600; }

@media (min-width: 790px) {
  .tt-shopcart-table .tt-shopcart-btn {
    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: 32px; }

  .tt-shopcart-table .tt-shopcart-btn .col-left {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto; }

  .tt-shopcart-table .tt-shopcart-btn *[class^="btn"]:not(:first-child) {
    margin-left: 40px; } }
@media (max-width: 789px) {
  .tt-shopcart-table .tt-shopcart-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: 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-top: 3px; }

  .tt-shopcart-table .tt-shopcart-btn .col-left {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .tt-shopcart-table .tt-shopcart-btn .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; }

  .tt-shopcart-table .tt-shopcart-btn .col-right .btn-link:first-child {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .tt-shopcart-table .tt-shopcart-btn *[class^="btn"] {
    margin-top: 15px; } }
@media (min-width: 790px) {
  .tt-shopcart-table table td:nth-child(1) {
    width: 28px; }

  .tt-shopcart-table table td:nth-child(2) {
    width: 121px; }

  .tt-shopcart-table table td:nth-child(3) {
    width: auto; }

  .tt-shopcart-table table td:nth-child(4) {
    width: 100px; }

  .tt-shopcart-table table td:nth-child(5) {
    width: 132px; }

  .tt-shopcart-table table td:nth-child(6) {
    width: 100px;
    text-align: right; }

  .tt-shopcart-table .tt-price:not(.subtotal) {
    margin-right: 24px; }

  .tt-shopcart-table .tt-price.subtotal {
    margin-left: 24px; }

  .tt-shopcart-table .tt-list-parameters {
    display: none; } }
@media (max-width: 789px) {
  .tt-shopcart-table table td:nth-child(2) {
    width: 121px; }

  .tt-shopcart-table table td:nth-child(n+4) {
    display: none; }

  .tt-shopcart-table table td:nth-child(3) {
    width: auto; }

  .tt-shopcart-table td:nth-child(3) > *:nth-child(1) {
    margin-top: 0; }

  .tt-shopcart-table .tt-list-parameters {
    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: 11px; }

  .tt-shopcart-table .tt-list-parameters li:not(:first-child) {
    margin-top: 11px; } }
/* tt-shopcart-box */
.tt-shopcart-box .tt-title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em; }

.tt-shopcart-box p {
  margin-top: 14px; }

.tt-shopcart-box form {
  display: block;
  margin-top: 17px; }

.tt-shopcart-box .form-default textarea:nth-child(1) {
  margin-top: 23px; }

.tt-shopcart-box *[class^="btn"] {
  width: 100%; }

.tt-shopcart-box *[class^="btn"] + p {
  margin-top: 25px; }

.tt-shopcart-box ul {
  margin-top: 6px; }

.tt-shopcart-box.tt-boredr-large {
  border-width: 2px; }

.tt-shopcart-table01 {
  width: 100%;
  font-family: 'Proxima nova', sans-serif; }

.tt-shopcart-table01 th,
.tt-shopcart-table01 td {
  color: #191919;
  vertical-align: middle; }

.tt-shopcart-table01 tbody tr th {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 5px 0; }

.tt-shopcart-table01 tbody tr td {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
  text-align: right; }

.tt-shopcart-table01 tfoot {
  width: 100%; }

.tt-shopcart-table01 tfoot tr th,
.tt-shopcart-table01 tfoot tr td {
  padding: 17px 0; }

.tt-shopcart-table01 tfoot tr th {
  font-size: 24px;
  font-size: 16px;
  padding-top: 19px; }

.tt-shopcart-table01 tfoot tr td {
  font-size: 24px;
  color: #0d1663;
  font-weight: 600;
  text-align: right;
  padding: 0px 0; }

@media (max-width: 575px) {
  .tt-shopcart-table01 tfoot tr th,
  .tt-shopcart-table01 tfoot tr td {
    font-size: 20px;
    padding: 10px 0; } }
table + *[class^="btn"] {
  margin-top: 20px; }

@media (max-width: 575px) {
  table + *[class^="btn"] {
    margin-top: 11px; } }
/*
tt-shopcart-box-02 (*shopping_cart_02.html)
*/
@media (min-width: 1230px) {
  .tt-shopcart-table-02 {
    margin-right: 20px; } }
.tt-shopcart-table-02 table {
  width: 100%; }

.tt-shopcart-table-02 table tr {
  border-top: 1px solid #e9e7e7;
  position: relative; }

.tt-shopcart-table-02 table tr td {
  vertical-align: middle;
  padding: 20px 0; }

.tt-shopcart-table-02 table tr:last-child {
  border-bottom: 1px solid #e9e7e7; }

.tt-shopcart-table-02 .tt-btn-close {
  font-family: 'wokiee_icons';
  color: #191919;
  font-size: 20px;
  line-height: 20px;
  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-shopcart-table-02 .tt-product-img img {
  max-width: 100px;
  height: auto; }

.tt-shopcart-table-02 .tt-title {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  padding-right: 20px; }

.tt-shopcart-table-02 .tt-list-description li {
  color: #777777;
  font-size: 14px; }

.tt-shopcart-table-02 .tt-price {
  color: #191919;
  font-size: 16px;
  font-weight: 600; }

@media (min-width: 790px) {
  .tt-shopcart-table-02 .tt-shopcart-btn {
    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: 32px; }

  .tt-shopcart-table-02 .tt-shopcart-btn .col-left {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto; }

  .tt-shopcart-table-02 .tt-shopcart-btn *[class^="btn"]:not(:first-child) {
    margin-left: 40px; } }
@media (max-width: 789px) {
  .tt-shopcart-table-02 .tt-shopcart-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: 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-top: 3px; }

  .tt-shopcart-table-02 .tt-shopcart-btn .col-left {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .tt-shopcart-table-02 .tt-shopcart-btn .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; }

  .tt-shopcart-table-02 .tt-shopcart-btn .col-right .btn-link:first-child {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .tt-shopcart-table-02 .tt-shopcart-btn *[class^="btn"] {
    margin-top: 15px; } }
@media (min-width: 790px) {
  .tt-shopcart-table-02 table td:nth-child(1) {
    width: 121px; }

  .tt-shopcart-table-02 table td:nth-child(2) {
    width: auto; }

  .tt-shopcart-table-02 table td:nth-child(3) {
    width: 16%;
    min-width: 100px; }

  .tt-shopcart-table-02 table td:nth-child(4) {
    width: 17%;
    min-width: 132px; }

  .tt-shopcart-table-02 table td:nth-child(5) {
    width: 13%;
    min-width: 100px;
    text-align: right; }

  .tt-shopcart-table-02 table td:nth-child(6) {
    width: 4%;
    min-width: 28px;
    text-align: right; }

  .tt-shopcart-table-02 .tt-price:not(.subtotal) {
    margin-right: 24px; }

  .tt-shopcart-table-02 .tt-price.subtotal {
    margin-left: 24px; }

  .tt-shopcart-table-02 .tt-list-parameters {
    display: none; } }
@media (max-width: 789px) {
  .tt-shopcart-table-02 table td:nth-child(1) {
    width: 121px; }

  .tt-shopcart-table-02 table td:nth-child(3) {
    width: auto; }

  .tt-shopcart-table-02 table td:nth-child(3) {
    display: none; }

  .tt-shopcart-table-02 table td:nth-child(4) {
    display: none; }

  .tt-shopcart-table-02 table td:nth-child(5) {
    display: none; }

  .tt-shopcart-table-02 td:nth-child(3) > *:nth-child(1) {
    margin-top: 0; }

  .tt-shopcart-table-02 .tt-list-parameters {
    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: 11px; }

  .tt-shopcart-table-02 .tt-list-parameters li:not(:first-child) {
    margin-top: 11px; } }
.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; } }
@media (max-width: 575px) {
  .tt-shopcart-wrapper .tt-shopcart-box .tt-title {
    font-size: 17px; } }
.tt-shopcart-wrapper .tt-shopcart-box:not(:first-child) {
  margin-top: 25px; }

@media (max-width: 1229px) {
  .tt-shopcart-wrapper {
    margin-top: 56px; } }
@media (max-width: 1024px) {
  .tt-shopcart-wrapper {
    margin-top: 36px; } }
@media (max-width: 575px) {
  .tt-shopcart-wrapper {
    margin-top: 20px; } }
.tt-shopcart-col {
  margin-top: 56px; }

@media (max-width: 1024px) {
  .tt-shopcart-col {
    margin-top: 36px; } }
@media (max-width: 575px) {
  .tt-shopcart-col {
    margin-top: 20px; } }
@media (min-width: 790px) {
  .tt-shopcart-col .form-control {
    height: 323px; } }
.tt-shopcart-col .tt-shopcart-box {
  border: 1px solid #e9e7e7; }

@media (min-width: 576px) {
  .tt-shopcart-col .tt-shopcart-box {
    padding: 32px 39px 35px; } }
@media (max-width: 575px) {
  .tt-shopcart-col .tt-shopcart-box {
    padding: 17px 24px 20px; }

  .tt-shopcart-col .tt-shopcart-box .tt-title {
    font-size: 17px; } }
.tt-shopcart-col .tt-shopcart-box {
  margin-top: 20px; }

/*
shopping account page (shopping_account.html)
*/
.tt-shopping-layout .tt-title-border {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  padding: 0 0 21px 0;
  letter-spacing: 0.02em; }

.tt-shopping-layout .tt-title {
  font-size: 20px;
  padding-bottom: 26px;
  letter-spacing: 0.02em; }

.tt-shopping-layout table + *[class^="btn"],
.tt-shopping-layout .tt-table-responsive + *[class^="btn"] {
  margin-top: 30px; }

.tt-shopping-layout .tt-link-back {
  font-family: 'Proxima nova', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #0d1663;
  margin-top: 20px;
  letter-spacing: 0.02em;
  display: inline-block;
  text-decoration: 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-shopping-layout .tt-link-back *[class^="icon-"] {
  font-size: 20px;
  top: 4px;
  position: relative;
  margin-right: 5px; }

.tt-shopping-layout .tt-link-back:hover {
  color: #191919; }

.tt-shopping-layout .tt-data {
  font-size: 15px;
  margin-top: 17px; }

.tt-shopping-layout .tt-wrapper {
  margin-top: 55px; }

.tt-shopping-layout .tt-title + .tt-wrapper {
  margin-top: 30px; }

.tt-shopping-layout .tt-shop-btn {
  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: 23px;
  margin-left: -37px; }

.tt-shopping-layout .tt-shop-btn *[class^="btn"] {
  margin-left: 37px; }

.tt-table-shop-01 {
  border-bottom: 1px solid #e9e7e7;
  width: 100%; }

.tt-table-shop-01 th,
.tt-table-shop-01 td {
  width: 20%;
  line-height: 17px; }

.tt-table-shop-01 thead tr {
  border-top: 1px solid #e9e7e7; }

.tt-table-shop-01 thead th {
  color: #191919;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 12px 10px 10px 0;
  font-family: 'Proxima nova', sans-serif; }

.tt-table-shop-01 tbody tr {
  border-top: 1px solid #e9e7e7; }

.tt-table-shop-01 tbody td {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 10px; }

.tt-table-shop-01 tbody td a {
  color: #0d1663;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-table-shop-01 tbody td a:hover {
  color: #191919; }

.tt-table-shop-01 tbody td:first-child {
  color: #0d1663; }

.tt-table-shop-02 {
  border-bottom: 1px solid #e9e7e7;
  width: 100%; }

.tt-table-shop-02 thead tr {
  border-top: 1px solid #e9e7e7; }

.tt-table-shop-02 thead th {
  color: #191919;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  padding: 8px 10px 7px 0;
  font-family: 'Proxima nova', sans-serif; }

.tt-table-shop-02 tbody tr {
  border-top: 1px solid #e9e7e7; }

.tt-table-shop-02 tbody td {
  padding-top: 10px;
  padding-bottom: 7px;
  padding-right: 10px; }

.tt-table-shop-02 tbody td a {
  color: #0d1663;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-table-shop-02 tbody td a:hover {
  color: #191919; }

.tt-table-shop-02 tbody td:first-child {
  width: 20%;
  min-width: 134px;
  color: #191919;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-family: 'Proxima nova', sans-serif;
  padding-top: 9px;
  padding-bottom: 8px; }

.tt-table-shop-03 {
  width: 100%; }

.tt-table-shop-03 tr {
  border-bottom: 1px solid #e9e9e9; }

.tt-table-shop-03 tr td:nth-child(1),
.tt-table-shop-03 tr th:nth-child(1) {
  width: 35%;
  min-width: 150px; }

.tt-table-shop-03 tr td:not(:nth-child(1)),
.tt-table-shop-03 tr th:not(:nth-child(1)) {
  width: 21%;
  min-width: 85px; }

.tt-table-shop-03 td,
.tt-table-shop-03 th {
  vertical-align: top;
  padding: 9px 10px 8px 0; }

.tt-table-shop-03 strong {
  color: #191919;
  font-weight: 600;
  font-family: 'Proxima nova', sans-serif; }

.tt-table-shop-03 thead tr {
  border-top: 1px solid #e9e9e9; }

.tt-table-shop-03 thead tr th {
  color: #191919;
  font-weight: 600;
  font-family: 'Proxima nova', sans-serif; }

.tt-shop-info {
  max-width: 317px; }

.tt-shop-info .tt-item .tt-title {
  font-size: 14px;
  color: #191919;
  font-family: 'Proxima nova', sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0; }

.tt-shop-info .tt-item .tt-title + .tt-description {
  margin-top: 17px; }

.tt-shop-info .tt-item .tt-description strong {
  color: #0d1663; }

.tt-shop-info .tt-item .tt-description p {
  margin-top: 0; }

.tt-shop-info .tt-item .tt-description a {
  color: #0d1663;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.tt-shop-info .tt-item .tt-description a:hover {
  color: #191919; }

.tt-shop-info .tt-item:not(:first-child) {
  margin-top: 47px; }

/*
lookbook
*/
.tt-lookbook {
  text-align: center;
  position: relative; }

.tt-lookbook img {
  width: 100%;
  height: auto; }

.tt-lookbook .tt-hotspot {
  position: absolute;
  color: #fff;
  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);
  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: #0d1663;
  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_icons";
  font-size: 14px;
  content: "\ea0d";
  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 {
  color: #021088;
  margin-right: 7px; }

.tt-lookbook .tt-hotspot .tt-description .old-price {
  color: #e44c32;
  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: #fff;
  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); }

.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_icons";
  font-size: 12px;
  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: #0d1663; }

.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: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #191919;
  margin-top: -5px;
  padding-right: 12px; }

.tt-hotspot-content .tt-description .tt-price {
  color: #191919;
  font-weight: 600;
  font-size: 16px;
  padding-right: 12px; }

.tt-hotspot-content .tt-description .tt-price .new-price {
  color: #021088;
  margin-right: 7px; }

.tt-hotspot-content .tt-description .tt-price .old-price {
  color: #e44c32;
  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; }

.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; }

/*
Footer
*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
*/
footer {
  margin-top: 60px; }

@media (max-width: 1024px) {
  footer {
    margin-top: 50px; } }
@media (max-width: 575px) {
  footer {
    margin-top: 40px; } }
footer .tt-logo .tt-title {
  padding: 0;
  font-size: 24px;
  line-height: 1.1;
  margin-top: 5px;
  font-family: 'Proxima nova', sans-serif;
  font-weight: 600; }

footer .tt-logo .tt-title span {
  font-weight: normal; }

@media (max-width: 789px) {
  footer .tt-logo .tt-title {
    margin-top: 16px; } }
footer .tt-logo img {
  height: auto;
  max-height: 30px; }

footer .tt-logo-alignment {
  position: relative;
  top: 0; }

@media (min-width: 790px) {
  footer .tt-footer-col {
    padding-bottom: 53px; }

  footer .tt-footer-col div[class^="col-"] {
    margin-top: 54px; }

  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%; }

  footer .tt-footer-col .tt-newsletter .tt-collapse-content > *:nth-child(1) {
    margin-top: 0; }

  footer .tt-footer-col .tt-newsletter .form-group .form-control {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }

  footer .tt-footer-col .tt-newsletter .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) {
  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-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: 8px;
    padding-bottom: 14px; }

  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; } }
footer .tt-footer-custom .tt-newsletter .form-default {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-right: 40px; }

@media (min-width: 790px) {
  footer .tt-footer-custom .tt-newsletter .contact-form {
    margin-top: 0; }

  footer .tt-footer-custom .tt-newsletter .contact-form .btn {
    margin-top: 0; }

  footer .tt-footer-col .tt-newsletter form {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }

  footer .tt-footer-col .tt-newsletter .form-group {
    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: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  footer .tt-footer-col .tt-newsletter .form-group .btn {
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px; }

  footer .tt-footer-col .tt-newsletter .form-group .form-control {
    display: inline-flex;
    height: 40px; } }
@media (max-width: 789px) {
  footer .tt-footer-custom .tt-newsletter .form-default form {
    width: 100%; } }
@media (min-width: 576px) {
  footer .tt-footer-custom .tt-newsletter .form-default .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0; } }
footer .tt-newsletter .form-control {
  font-size: 14px;
  border: 1px solid #f7f8fa;
  padding: 11px 12px 10px 15px;
  font-family: 'Open Sans', sans-serif;
  outline: none; }

footer .tt-newsletter .form-control:focus {
  border-color: #0d1663;
  background: #ffffff;
  box-shadow: none; }

@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: 33px; }

  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; } }
@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; } }
@media (min-width: 790px) {
  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 .form-inline .form-group .form-control {
    width: 100%; }

  footer .tt-footer-center .tt-newsletter .tt-collapse-content > *:nth-child(1) {
    margin-top: 0; } }
footer .form-default .form-control {
  background: #ffffff; }

footer .form-default .form-control:not(:active):not(:focus):not(:hover) {
  border-color: #ffffff; }

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 {
  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; }

footer .tt-payment-list li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7; }

footer .tt-payment-list li:not(:first-child) {
  margin-left: 6px; }

footer .tt-mobile-collapse .tt-collapse-title {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.03em;
  font-weight: 600; }

@media (min-width: 790px) {
  footer .tt-mobile-collapse .tt-collapse-title {
    padding-bottom: 15px; } }
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: -3px; }

footer .tt-list {
  margin-top: -3px; }

footer .tt-list li a {
  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; }

@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 {
    padding-left: 30px;
    padding-right: 30px; }

  footer .tt-footer-custom:not(:last-child) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%; }

  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-custom:last-child:not(:first-child) {
    margin-top: 34px; }

  footer .tt-footer-custom:last-child {
    background: #ffffff;
    color: #888888;
    padding: 32px 0px;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    width: 100%; }

  footer .tt-color-scheme-04 .tt-box-copyright {
    color: #888888; }

  footer .tt-color-scheme-04 .tt-logo .tt-title {
    color: #ffffff; }

  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;
    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 > *: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):not(:active) {
    color: #0d1663; }

  footer .tt-mobile-collapse .tt-collapse-title:before {
    content: '\e9b1';
    font-family: 'wokiee_icons';
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 20px;
    line-height: 1;
    color: #777777; }

  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%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  footer .tt-newsletter form .form-group .form-control:focus {
    color: #777777; }

  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;
    background: #e90730;
    color: #ffffff; }

  footer .tt-newsletter form .form-control:focus {
    color: #777777; }

  footer .tt-newsletter form .btn:hover {
    background: #cd092c;
    color: #ffffff; }

  footer .tt-list li a {
    color: #888888; }

  footer .tt-collapse-content a {
    color: #2879fe; }

  footer .tt-collapse-content a:hover {
    color: #2879fe; }

  footer .tt-collapse-content 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: #777777; }

  footer .tt-social-icon li a:hover {
    color: #191919; }

  footer .tt-color-scheme-03 .tt-newsletter .form-control:not(:active):not(:focus) {
    background: #ffffff;
    border-color: #ffffff;
    color: #777777; }

  footer .tt-color-scheme-03 .tt-newsletter .form-control:focus {
    border-color: #0d1663;
    background: #ffffff; }

  footer .tt-color-scheme-03 .tt-newsletter ::-webkit-input-placeholder {
    color: #777777; }

  footer .tt-color-scheme-03 .tt-newsletter ::-moz-placeholder {
    color: #777777; }

  footer .tt-color-scheme-03 .tt-newsletter :-moz-placeholder {
    color: #777777; }

  footer .tt-color-scheme-03 .tt-newsletter :-ms-input-placeholder {
    color: #777777; } }
.tt-newsletter form,
.tt-modal-newsletter form {
  position: relative; }

.tt-newsletter form .errors,
.tt-modal-newsletter form .errors {
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 1; }

.tt-newsletter form .errors ul,
.tt-modal-newsletter form .errors 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; }

.tt-newsletter form .errors ul li,
.tt-modal-newsletter form .errors ul li {
  position: relative;
  padding: 6px 19px 8px 19px;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px; }

.tt-newsletter form .errors ul li:before,
.tt-modal-newsletter form .errors ul li:before {
  content: '\ea27';
  font-family: 'wokiee_icons';
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 4px;
  margin-right: 7px; }

.tt-newsletter form .errors:before,
.tt-modal-newsletter form .errors:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  border: 6px solid transparent;
  border-bottom: 6px solid #f8353e; }

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; } }
/*
Header

*footer have 3 color schemes:
- tt-color-scheme-01
- tt-color-scheme-02
- tt-color-scheme-03
*/
/* tt-top-panel */
.tt-top-panel {
  background: #0f0f0f; }

.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 14px;
  font-size: 13px;
  line-height: 23px;
  color: #ffffff;
  font-family: 'Proxima nova', sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  word-spacing: 0.03em;
  position: relative; }

.tt-top-panel .tt-row a:not([class]) {
  color: #e54b01;
  border-bottom: 1px solid #e54b01;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear; }

.tt-top-panel .tt-row a:hover {
  border-bottom-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;
  font-weight: normal;
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
  top: -2px; }

.tt-top-panel .tt-row .tt-btn-close:before {
  font-family: "wokiee_icons";
  content: "\ea0f";
  color: #777777;
  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: #d0304d; }

.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.55);
    z-index: 10; } }
header {
  background: white; }

header .tt-logo {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

header .tt-logo .tt-title {
  padding: 0;
  font-size: 24px;
  line-height: 1.1;
  font-family: 'Proxima nova', sans-serif;
  font-weight: 600;
  color: #191919; }

header .tt-logo .tt-title span {
  font-weight: normal; }

header .tt-logo-alignment {
  position: relative; }

header .tt-desktop-header .tt-logo {
  margin-top: 6px;
  margin-bottom: 20px; }

header .tt-desktop-header .tt-logo .tt-title {
  margin-top: 14px; }

@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: #e90730; }

header .tt-dropdown-obj .tt-dropdown-toggle:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0; }

.catmobbtn svg path {
  fill: #191919; }

.catmobbtn:hover svg path {
  fill: #e90730; }

header .tt-dropdown-obj .tt-dropdown-menu {
  display: none;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 22; }

header .tt-mobile-header .tt-dropdown-obj .tt-dropdown-menu {
  background: #ffffff; }

@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 .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    position: fixed; }

  header .container {
    max-width: inherit; } }
header .tt-dropdown-obj.active .tt-dropdown-toggle {
  z-index: 2;
  color: #e90730; }

header .tt-cart .tt-dropdown-menu,
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-cart .tt-dropdown-menu,
  header .tt-account .tt-dropdown-menu,
  header .tt-multi-obj .tt-dropdown-menu {
    width: 280px; } }
@media (max-width: 1024px) {
  header .tt-cart .tt-dropdown-menu,
  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: 600; }

  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 li {
  padding-top: 7px;
  padding-bottom: 9px;
  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; }

header .tt-box-info ul li:not(:first-child) {
  margin-left: 15px; }

@media (min-width: 1025px) {
  header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
    padding: 30px 20px 30px 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; }

  header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a:hover {
    color: #0d1663; } }
header .tt-account ul {
  margin-top: -1px; }

header .tt-account ul li {
  font-size: 14px; }

header .tt-account ul li a {
  color: #777777;
  padding: 1px 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: 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; }

header .tt-mobile-header .tt-account ul li a [class^="icon-"] {
  color: #191919; }

header .tt-account ul li a:hover {
  color: #0d1663; }

header .tt-account ul li a:hover [class^="icon-"] {
  color: #0d1663; }

@media (min-width: 1025px) {
  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner {
    padding: 30px 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: #0d1663; }

  header .tt-multi-obj .tt-dropdown-menu .tt-dropdown-inner ul:not(:first-child) {
    border-top: 1px solid #e9e7e7; } }
header .tt-multi-obj ul {
  margin-top: -4px; }

header .tt-multi-obj ul li {
  font-size: 14px; }

header .tt-multi-obj ul li a {
  color: #777777;
  padding: 1px 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-"] {
  font-size: 15px;
  line-height: 1;
  margin-right: 8px;
  margin-left: -3px;
  position: relative;
  top: 1px;
  color: #777777;
  -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: #0d1663; }

header .tt-multi-obj ul li a:hover [class^="icon-"] {
  color: #0d1663; }

header .tt-multi-obj ul li.active a {
  color: #0d1663; }

header .tt-multi-obj ul li.active a [class^="icon-"] {
  color: #0d1663; }

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: #777777;
  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: #777777;
  -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_icons';
  content: "\e9b3";
  padding-right: 6px;
  font-size: 14px;
  position: relative;
  top: 1px; }

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close:hover {
  color: #0d1663; }

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: -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;
  width: 18px;
  height: 18px;
  background: #0d1663;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 12px;
  line-height: 1;
  pointer-events: none; }

header .tt-cart .tt-cart-layout .tt-cart-empty {
  padding: 21px 20px 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-mobile-header .tt-cart .tt-cart-layout .tt-cart-empty [class^="icon-"] {
  color: #cdcdcd; }

header .tt-cart .tt-cart-layout .tt-cart-empty p {
  margin-top: 7px;
  letter-spacing: 0.01em;
  color: #777777; }

header .tt-mobile-header .tt-cart .tt-cart-layout .tt-cart-empty p {
  color: #777777; }

header .tt-cart .tt-cart-layout .tt-cart-content {
  padding: 26px 20px 23px; }

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 a:not([class]) {
  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 a:not([class]):hover .tt-title {
  color: #0d1663; }

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: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  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-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 .tt-quantity {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 14px;
  color: #777777; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-descriptions .tt-price {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 16px;
  color: #191919;
  font-weight: 600; }

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;
  position: relative;
  background: none;
  border: none; }

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: 600;
  color: #191919;
  font-size: 14px;
  font-family: 'Proxima nova', sans-serif; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row .tt-cart-total-price {
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  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: 14px;
  width: 100%; }

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-btn .btn {
  padding-left: 13px;
  padding-right: 13px;
  width: 100%; }

@media (min-width: 1025px) {
  header .tt-search .tt-dropdown-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    color: #777777;
    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 {
    display: none; }

  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 {
    background: transparent;
    font-size: 24px;
    font-weight: 600;
    border: none;
    border-bottom: 1px solid #eceaea;
    padding: 11px 12px 10px 0px;
    font-family: 'Proxima nova', sans-serif;
    box-shadow: none;
    outline: none;
    width: 100%;
    color: #191919;
    margin-top: 28px;
    border-radius: 0;
    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; }

  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: #191919;
    font-size: 30px;
    line-height: 1;
    font-family: 'wokiee_icons';
    position: absolute;
    cursor: pointer;
    top: 41px;
    padding: 4px 0 4px 4px;
    /*margin-top: -11px;*/
    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: #0d1663; }

  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: #777777;
    font-size: 14px;
    line-height: 1;
    font-family: 'wokiee_icons';
    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_icons";
    line-height: 1; }

  header .tt-search .tt-dropdown-menu .tt-btn-close:hover {
    color: #0d1663; } }
@media (max-width: 1024px) {
  header .tt-mobile-header .tt-search.tt-dropdown-obj .tt-dropdown-menu {
    background: #ffffff; }

  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;
    position: absolute;
    z-index: -2;
    opacity: 0;
    width: 100%;
    top: 0;
    left: 0; }

  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: 16px;
    border: 1px solid transparent;
    padding: 11px 12px 10px 0px;
    font-family: 'Open Sans', sans-serif;
    box-shadow: none;
    outline: none;
    width: calc(100% - 40px);
    color: #777777;
    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-btn-close {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: #777777;
    font-size: 20px;
    line-height: 1;
    font-family: 'wokiee_icons';
    padding: 6px 0px 4px 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_icons";
    font-size: 20px;
    line-height: 1; }

  header .tt-search .tt-dropdown-menu .tt-btn-close:hover {
    color: #0d1663; }

  header .tt-search .tt-dropdown-menu .tt-btn-search {
    color: #2879fe;
    font-size: 20px;
    line-height: 1;
    font-family: 'wokiee_icons';
    position: absolute;
    cursor: pointer;
    top: 50%;
    /*margin-top: -11px;*/
    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;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.04); }

  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus)::-webkit-input-placeholder {
    color: #777777;
    text-transform: uppercase; }

  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus)::-moz-placeholder {
    color: #777777;
    text-transform: uppercase; }

  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus):-moz-placeholder {
    color: #777777;
    text-transform: uppercase; }

  header .tt-search .tt-dropdown-menu .tt-search-input:not(focus):-ms-input-placeholder {
    color: #777777;
    text-transform: uppercase; } }
@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: 100%;
    margin-left: 0px;
    margin-right: 0px; } }
@media (max-width: 481px) {
  header .tt-search .tt-dropdown-menu {
    padding-left: 20px;
    padding-right: 20px; }

  header .tt-search .tt-dropdown-menu .tt-btn-search {
    right: 60px; } }
header .tt-search .search-results {
  position: relative;
  padding: 0;
  width: 100%;
  background: #ffffff;
  display: block; }

@media (max-width: 1024px) {
  header .tt-search .search-results {
    background: #ffffff; }

  header .tt-search .search-results {
    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: #333;
    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 #fff; }

  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: 600;
    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 (min-width: 1024px) {
  header .tt-search .search-results {
    margin-top: 27px; }

  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;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden; }

  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; }

  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: 600;
    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: #0d1663; } }
header .tt-search .tt-view-all {
  padding: 0;
  margin-top: 15px; }

header .tt-search .tt-view-all a {
  color: #0d1663;
  text-decoration: none;
  -webkit-transition: color 300ms linear 0s;
  -moz-transition: color 300ms linear 0s;
  -ms-transition: color 300ms linear 0s;
  -o-transition: color 300ms linear 0s;
  transition: color 300ms linear 0s; }

header .tt-search .tt-view-all a: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; }

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; }

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: 20px;
  padding-bottom: 18px; }

.tt-desktop-header .tt-listing-01:hover {
  border-color: #0d1663; }

.tt-desktop-header .tt-listing-01:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.tt-header-static {
  position: absolute;
  z-index: 9;
  width: 100%;
  background: transparent; }

header .container-fluid {
  padding-left: 20px;
  padding-right: 20px; }

@media (max-width: 480px) {
  header .container-fluid {
    padding-left: 0px;
    padding-right: 0px; } }
.tt-desktop-header .container-fluid .container {
  position: relative; }

/*
header layout
*/
.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 li {
  display: inline-block; }

.tt-desctop-menu > ul > li > a {
  color: violet;
  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: 16px;
  display: inline-block;
  padding: 23px 21px 22px 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: #ffffff;
  position: relative; }

.tt-desctop-menu > ul > li > a:hover,
.tt-desctop-menu > ul > li.hover > a {
  color: yellow;
  background: #fff; }

.tt-desctop-menu > ul > li.selected > a,
.tt-desctop-menu > ul > li.active > a {
  color: #0d1663; }

.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 > a:hover {
  color: #0d1663; }

.tt-desctop-menu .dropdown .dropdown-menu {
  display: none;
  top: -10000px;
  background: #ffffff; }

.tt-desctop-menu .dropdown.active > a {
  color: #e90730; }

.tt-desctop-menu .dropdown.selected > a {
  color: #e90730; }

.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 .multicolumn {
  position: relative; }

.tt-desctop-menu .multicolumn .dropdown-menu {
  padding: 0; }

.tt-desctop-menu .multicolumn > ul > li > a {
  border-bottom: none; }

.tt-desctop-menu .multicolumn ul > li > a {
  white-space: nowrap; }

.tt-desctop-menu .multicolumn ul li {
  border-bottom: 1px solid #000;
  width: 100%;
  position: relative; }

.tt-desctop-menu .multicolumn ul li a {
  padding: 13px 19px 11px 20px;
  display: 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: #000;
  background: #000; }

.tt-desctop-menu .multicolumn ul li a:hover {
  color: #000;
  background: #000; }

.tt-desctop-menu .multicolumn ul li a:hover > ul {
  display: block; }

.tt-desctop-menu .multicolumn ul li ul {
  display: none;
  position: absolute;
  min-width: 202px;
  z-index: 11;
  left: 100%;
  top: 0;
  margin-top: 0; }

.tt-desctop-menu .multicolumn ul li ul.right,
.tt-desctop-menu .multicolumn ul li ul.right ul {
  left: auto;
  right: 100%; }

.tt-desctop-menu .multicolumn ul li ul.right .left,
.tt-desctop-menu .multicolumn ul li ul.right .left ul {
  left: 100%;
  right: auto; }

.tt-desctop-menu .multicolumn ul li a:not(:only-child):after {
  right: 18px;
  top: 50%;
  margin-top: -5px;
  position: absolute;
  border-top: 5px solid transparent;
  border-left: 5px solid red;
  border-bottom: 5px solid transparent; }

.tt-desctop-menu .multicolumn ul li:last-child {
  border: none; }

.tt-desctop-menu .multicolumn ul li.active > a {
  color: #000;
  background: #000; }

.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 .menu-title {
  color: yellow;
  display: block;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.container-fluid.single-menu .obj-aligment-left .tt-desctop-menu 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: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 2px 4px 2px; }

.tt-desctop-menu .tt-new {
  background: #03a9f5;
  color: #ffffff; }

.tt-desctop-menu .tt-fatured {
  background: #fdbc20;
  color: #ffffff; }

.tt-desctop-menu .tt-sale {
  background: #e44c32;
  color: #ffffff; }

.tt-desctop-menu .header-menu-product a {
  display: block; }

.tt-desctop-menu .header-menu-product a .tt-title {
  -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: #0d1663; }

.tt-desctop-menu .header-menu-product .tt-product .tt-description {
  padding-top: 6px; }

.tt-desctop-menu nav > ul {
  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: 'Proxima nova bold', sans-serif;
  font-size: 14px;
  line-height: 1.1;
  color: #191919;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 28px 12px 27px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

.tt-desctop-menu nav > ul > li.dropdown > a:hover {
  color: #e90730; }

@media (min-width: 1025px) and (max-width: 1229px) {
  .tt-col-obj.tt-obj-menu .tt-desctop-menu nav > ul > li.dropdown > a {
    padding: 28px 8px 27px; } }
.tt-desctop-menu .tt-title-submenu {
  font-size: 14px;
  display: block;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding-bottom: 8px;
  font-weight: 600;
  font-family: 'Proxima nova', sans-serif;
  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-title-submenu a {
  color: #191919; }

.tt-desctop-menu .tt-title-submenu img {
  width: 100%;
  height: auto;
  margin-top: 13px;
  margin-bottom: 7px; }

.tt-desctop-menu a.tt-title-submenu:hover {
  color: #0d1663; }

.tt-desctop-menu .tt-title-submenu.active {
  color: #0d1663; }

.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: #777777;
  font-size: 14px;
  line-height: 22px;
  display: block;
  position: relative;
  padding-top: 1px;
  padding-right: 23px;
  padding-bottom: 1px;
  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: #0d1663; }

.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: #0d1663; }

.tt-desctop-menu .tt-megamenu-submenu li a:not(:only-child) span {
  position: relative;
  display: inline-block; }

.tt-desctop-menu .tt-megamenu-submenu li a:not(:only-child) span: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: #fff;
  position: absolute;
  z-index: 13;
  left: 100%;
  top: -10px;
  padding: 10px 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: 1px 7px 1px 20px;
  font-size: 14px;
  display: block;
  background: #ffffff;
  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: #0d1663; }

.tt-desctop-menu .tt-megamenu-submenu > li ul li.active > a {
  color: #0d1663; }

.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 {
  position: relative;
  z-index: 3; }

.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 .tt-megamenu-col-01 .tt-sub-img li a img {
  right: -129px; }

.tt-desctop-menu ul.tt-sub-img li a:hover {
  z-index: 4; }

.tt-desctop-menu ul.tt-sub-img li a:hover img {
  visibility: visible;
  top: 0px;
  right: -34px;
  -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: -27px; }

.tt-desctop-menu .tt-megamenu-col-01 .col {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.tt-desctop-menu .tt-megamenu-col-01 .tt-sub-img li a:hover img {
  right: -129px; }

.tt-desctop-menu .tt-megamenu-col-02 .dropdown-menu {
  width: 630px;
  margin-left: -39px; }

.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; }

.tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown > a.active {
  color: #0d1663; }

.tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
  padding-left: 0; }

.tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:last-child > a {
  padding-right: 0; }

.tt-desctop-menu.tt-hover-02 nav > ul li.dropdown > a {
  padding-left: 13px;
  padding-right: 13px; }

.tt-desctop-menu.tt-hover-02 nav > ul li.dropdown > a.active {
  background: #0d1663;
  color: #ffffff; }

/*
tt-mobile-header
*/
.tt-mobile-header .tt-top-line {
  border-top: 1px solid #e9e7e7; }

.tt-mobile-header .tt-dropdown-obj {
  margin-top: 9px;
  padding-bottom: 9px; }

.tt-mobile-header .tt-parent-box {
  margin-left: 30px; }

.tt-mobile-header .tt-search .tt-dropdown-menu form {
  height: 50px; }

.tt-mobile-header .container-fluid:not(.tt-top-line) {
  min-height: 50px; }

.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;
  width: 100%;
  padding: 10px 0 20px; }

.tt-mobile-header .tt-logo-container .tt-logo-alignment .tt-title {
  margin-top: 11px; }

@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; }

  .tt-mobile-header .container-fluid {
    padding-left: 20px;
    padding-right: 20px; } }
@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; }

  .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;
    -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 .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: 16px 5px 5px 0px;
  cursor: pointer;
  margin-left: 1px; }

.tt-menu-toggle i {
  color: #191919;
  font-size: 17px;
  line-height: 1;
  position: relative;
  display: inline-block; }

body:not(.touch-device) .tt-menu-toggle:not(.active):hover {
  color: #e90730; }

body:not(.touch-device) .tt-menu-toggle.active:hover {
  color: #e90730; }

/* 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;
  background: #ffffff;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
  min-height: 45px; }

.tt-stuck-nav .tt-desctop-menu nav > ul > li.dropdown > a {
  color: #191919; }

.tt-stuck-nav .tt-menu-toggle i,
header .tt-stuck-nav .tt-dropdown-obj .tt-dropdown-toggle {
  color: #191919; }

.tt-stuck-nav .tt-desctop-menu nav > ul > li.dropdown > a:hover,
.tt-stuck-nav .tt-desctop-menu nav > ul > li.dropdown.active > a,
.tt-stuck-nav .tt-desctop-menu nav > ul > li.dropdown.selected > a {
  color: #e90730; }

header .tt-stuck-nav .tt-dropdown-obj.active .tt-dropdown-toggle,
header .tt-stuck-nav .tt-dropdown-obj .tt-dropdown-toggle:hover {
  color: #d0304d; }

header .tt-stuck-nav .catmobbtn svg path {
  fill: #191919; }

header .tt-stuck-nav .catmobbtn:hover svg path {
  fill: #d0304d; }

.tt-stuck-nav > .container {
  background: #ffffff; }

.tt-stuck-nav .tt-dropdown-obj {
  margin-top: 7px;
  padding-bottom: 7px; }

.tt-stuck-nav .tt-desctop-menu nav > ul li.dropdown > a {
  padding-top: 16px;
  padding-bottom: 17px; }

.tt-stuck-nav .tt-desctop-menu nav > ul li.dropdown > a .tt-badge {
  top: 2px;
  padding: 1px 3px 1px; }

.tt-stuck-nav .tt-menu-toggle {
  top: -3px; }

.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;
    -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-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 .tt-search .tt-dropdown-menu .search-results {
    top: 23px;
    border-top: 1px solid #e9e7e7;
    padding-top: 20px; }

  .stuck.tt-stuck-nav .container .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; } }
/* 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: #777777;
  -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: 'Proxima nova', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  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: 'Proxima nova', sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  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: 'Proxima nova', sans-serif;
  font-size: 36px;
  line-height: 41px;
  font-weight: 600;
  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"]) {
  color: #191919; }

.tt-promo-02 .tt-description .tt-title-large:not([class$="color"]) {
  color: #191919; }

.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; }

  .tt-promo-02 .tt-description.tt-point-v-t {
    padding: 26px 28px 26px 28px; } }
@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; }

.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; }

/*
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;
  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: #0d1663; }

.panel-menu #mm0.mmpanel a:not(.mm-close) {
  font-family: 'Proxima nova', sans-serif;
  font-weight: 500; }

.panel-menu #mm0.mmpanel a:hover {
  color: #0d1663; }

.panel-menu #mm0.mmpanel a:hover:after {
  color: #0d1663; }

.panel-menu #mm0.mmpanel .mm-next-level:after {
  top: 13px; }

.panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link) {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

.panel-menu .mmpanel .tt-badge {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 2px 4px 2px;
  max-height: 16px;
  top: 3px;
  position: relative;
  margin-left: 7px; }

.panel-menu .mmpanel .tt-new {
  background: #03a9f5;
  color: #ffffff; }

.panel-menu .mmpanel .tt-fatured {
  background: #fdbc20;
  color: #ffffff; }

.panel-menu .mmpanel .tt-sale {
  background: #e44c32;
  color: #ffffff; }

.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; }

.panel-menu .mm-close:before,
.panel-menu .mm-prev-level:before,
.panel-menu .mm-next-level:after {
  font-family: 'wokiee_icons';
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  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 .mm-close:hover:before
.mm-prev-level:hover:before,
.panel-menu .mm-next-level:hover:after {
  color: #191919; }

.panel-menu li.mm-close-parent {
  margin-bottom: 15px; }

.panel-menu li.mm-close-parent .mm-close {
  padding: 15px 16px 13px 29px;
  color: #777777;
  border-bottom: 1px solid #e9e7e7; }

.panel-menu li.mm-close-parent .mm-close:hover {
  color: #0d1663; }

.panel-menu li.mm-close-parent .mm-close:before {
  content: "\e9b3";
  padding-right: 6px;
  position: relative;
  top: 1px; }

.panel-menu li.mm-close-parent .mm-close:hover:before {
  color: #0d1663; }

.panel-menu .mm-prev-level {
  padding: 15px 16px 13px 29px;
  color: #777777;
  border-bottom: 1px solid #e9e7e7;
  margin-bottom: 15px; }

.panel-menu .mm-prev-level:before {
  content: "\e90d";
  padding-right: 10px;
  position: relative;
  top: 1px; }

.panel-menu .mm-prev-level:hover {
  color: #0d1663; }

.panel-menu .mm-prev-level:hover:before {
  color: #0d1663; }

.panel-menu .mm-next-level:after {
  content: "\e90e";
  padding-left: 10px;
  top: 12px;
  right: 30px;
  position: absolute; }

.panel-menu .mm-original-link {
  font-family: 'Proxima nova', sans-serif;
  font-weight: 600;
  color: #191919; }

.panel-menu .mm-original-link:before {
  padding-right: 10px; }

.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 .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .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 .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .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; }

.panel-menu img {
  display: none; }

.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-obj-logo:not(.obj-move-right):not(.obj-aligment-center) .tt-logo {
  margin-right: 33px; }

.tt-header-holder .tt-col-obj.tt-obj-logo.menu-in-center .tt-logo {
  margin-right: 0; }

@media (max-width: 1229px) {
  .tt-col-obj.tt-obj-menu.obj-aligment-center {
    padding: 0 !important; } }
.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; }

.tt-header-holder .tt-obj-menu:last-child:first-child .tt-desctop-menu:not(.tt-menu-small) nav > ul li.dropdown > a {
  padding-top: 18px;
  padding-bottom: 17px; }

.tt-header-holder .tt-desctop-menu.tt-menu-small {
  margin-top: -10px; }

.tt-header-holder .tt-desctop-menu.tt-menu-small nav > ul li.dropdown > a {
  padding-top: 0;
  padding-bottom: 22px; }

.tt-header-holder .tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
  padding-left: 0; }

.tt-header-holder .tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown: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%; } }
.slider-revolution {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1; }

.slider-revolution video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block; }

.slider-revolution .tp-dottedoverlay {
  z-index: 1; }

.slider-revolution .tp-dottedoverlay.twoxtwo {
  background: none; }

.slider-revolution .tp-bullets {
  bottom: 7% !important;
  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; }

.slider-revolution .tp-bullets .bullet {
  width: 14px;
  height: 14px;
  background-color: #dadada;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer; }

.slider-revolution .tp-bullets .bullet.selected {
  background-color: #191919; }

@media (max-width: 575px) {
  .slider-revolution .tp-bullets {
    display: none; } }
.slider-revolution .video-play a {
  font-size: 40px;
  line-height: 40px;
  color: #c2c2c2; }

@media (max-width: 500px) {
  .slider-revolution .video-play a {
    font-size: 35px;
    line-height: 35px; } }
.slider-revolution .video-play a:hover {
  color: #0d1663; }

.slider-revolution .video-play .btn-pause {
  display: none; }

.slider-revolution .video-play.pause .btn-play {
  display: none; }

.slider-revolution .video-play.pause .btn-pause {
  display: block; }

.slider-revolution .tp-caption1 {
  color: #191919; }

.slider-revolution .tp-caption1-wd-1 {
  font-weight: 400;
  font-family: 'Proxima nova', sans-serif; }

.slider-revolution .tp-caption1-wd-2 {
  font-weight: 600;
  font-family: 'Proxima nova', sans-serif; }

.slider-revolution [class^="btn"] {
  position: inherit; }

.slider-revolution .tp-caption1-wd-4 > *:not(:first-child) {
  margin-left: 20px; }

@media (min-width: 1230px) {
  .slider-revolution .tp-caption1-wd-1 {
    font-size: 36px;
    line-height: 70px; }

  .slider-revolution .tp-caption1-wd-2 {
    font-size: 70px;
    line-height: 70px; }

  .slider-revolution .tp-caption1-wd-3 {
    font-size: 16px;
    line-height: 1.1;
    margin-top: 18px; }

  .slider-revolution .tp-caption1-wd-4 {
    margin-top: 37px; } }
@media (min-width: 1025px) and (max-width: 1229px) {
  .slider-revolution .tp-caption1-wd-1 {
    font-size: 36px;
    line-height: 70px; }

  .slider-revolution .tp-caption1-wd-2 {
    font-size: 70px;
    line-height: 70px; }

  .slider-revolution .tp-caption1-wd-3 {
    font-size: 16px;
    line-height: 1.1;
    margin-top: 18px; }

  .slider-revolution .tp-caption1-wd-4 {
    margin-top: 37px; } }
@media (min-width: 790px) and (max-width: 1024px) {
  .slider-revolution .tp-caption1-wd-1 {
    font-size: 30px;
    line-height: 1.1; }

  .slider-revolution .tp-caption1-wd-2 {
    font-size: 50px;
    line-height: 1.1;
    margin-top: 10px; }

  .slider-revolution .tp-caption1-wd-3 {
    font-size: 15px;
    line-height: 1.2;
    margin-top: 10px; }

  .slider-revolution .tp-caption1-wd-4 {
    margin-top: 27px; } }
@media (min-width: 576px) and (max-width: 789px) {
  .slider-revolution .tp-caption1-wd-1 {
    font-size: 25px;
    line-height: 1.1; }

  .slider-revolution .tp-caption1-wd-2 {
    font-size: 35px;
    line-height: 1.1;
    margin-top: 10px; }

  .slider-revolution .tp-caption1-wd-3 {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
    max-width: 250px; }

  .slider-revolution .tp-caption1-wd-4 {
    margin-top: 17px; } }
@media (min-width: 461px) and (max-width: 575px) {
  .slider-revolution .tp-caption1-wd-1 {
    font-size: 15px;
    line-height: 1.1; }

  .slider-revolution .tp-caption1-wd-2 {
    font-size: 25px;
    line-height: 1.1;
    margin-top: 5px; }

  .slider-revolution .tp-caption1-wd-3 {
    font-size: 14px;
    line-height: 1.3;
    max-width: 250px;
    margin-top: 7px; }

  .slider-revolution .tp-caption1-wd-4 {
    margin-top: 12px; } }
@media (max-width: 460px) {
  .slider-revolution .tp-caption1-wd-1 {
    font-size: 15px;
    line-height: 1.1; }

  .slider-revolution .tp-caption1-wd-2 {
    font-size: 19px;
    line-height: 1.1;
    margin-top: 5px; }

  .slider-revolution .tp-caption1-wd-3 {
    font-size: 12px;
    line-height: 1.3;
    max-width: 184px;
    margin-top: 7px; }

  .slider-revolution .tp-caption1-wd-4 {
    margin-top: 10px; }

  .slider-revolution [class^="btn"] {
    height: 34px;
    padding-left: 15px;
    padding-right: 15px; } }
.slider-revolution .tp-caption2 {
  color: #191919; }

.slider-revolution .tp-caption2-wd-1 {
  font-weight: 600;
  font-family: 'Proxima nova', sans-serif; }

.slider-revolution .tp-caption2-wd-2 {
  font-weight: 600;
  font-family: 'Proxima nova', sans-serif; }

@media (min-width: 1230px) {
  .slider-revolution .tp-caption2-wd-1 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.03em; }

  .slider-revolution .tp-caption2-wd-2 {
    font-size: 90px;
    line-height: 1;
    margin-top: 5px;
    letter-spacing: 0.03em; }

  .slider-revolution .tp-caption2-wd-3 {
    font-size: 16px;
    line-height: 1;
    margin-top: 25px; }

  .slider-revolution .tp-caption2-wd-4 {
    margin-top: 37px; } }
@media (min-width: 1025px) and (max-width: 1229px) {
  .slider-revolution .tp-caption2-wd-1 {
    font-size: 40px;
    line-height: 1; }

  .slider-revolution .tp-caption2-wd-2 {
    font-size: 70px;
    line-height: 1;
    margin-top: 10px; }

  .slider-revolution .tp-caption2-wd-3 {
    font-size: 16px;
    line-height: 1;
    margin-top: 18px; }

  .slider-revolution .tp-caption2-wd-4 {
    margin-top: 37px; } }
@media (min-width: 790px) and (max-width: 1024px) {
  .slider-revolution .tp-caption2-wd-1 {
    font-size: 30px;
    line-height: 1; }

  .slider-revolution .tp-caption2-wd-2 {
    font-size: 50px;
    line-height: 1;
    margin-top: 10px; }

  .slider-revolution .tp-caption2-wd-3 {
    font-size: 15px;
    line-height: 1;
    margin-top: 10px; }

  .slider-revolution .tp-caption2-wd-4 {
    margin-top: 27px; } }
@media (min-width: 576px) and (max-width: 789px) {
  .slider-revolution .tp-caption2-wd-1 {
    font-size: 25px;
    line-height: 1; }

  .slider-revolution .tp-caption2-wd-2 {
    font-size: 30px;
    line-height: 1;
    margin-top: 10px; }

  .slider-revolution .tp-caption2-wd-3 {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
    max-width: 250px; }

  .slider-revolution .tp-caption2-wd-4 {
    margin-top: 17px; } }
@media (min-width: 461px) and (max-width: 575px) {
  .slider-revolution .tp-caption2-wd-1 {
    font-size: 15px;
    line-height: 1; }

  .slider-revolution .tp-caption2-wd-2 {
    font-size: 25px;
    line-height: 1;
    margin-top: 5px; }

  .slider-revolution .tp-caption2-wd-3 {
    font-size: 14px;
    line-height: 1.3;
    max-width: 250px;
    margin-top: 7px; }

  .slider-revolution .tp-caption2-wd-4 {
    margin-top: 12px; } }
@media (max-width: 460px) {
  .slider-revolution .tp-caption2-wd-1 {
    font-size: 15px;
    line-height: 1; }

  .slider-revolution .tp-caption2-wd-2 {
    font-size: 19px;
    line-height: 1;
    margin-top: 5px; }

  .slider-revolution .tp-caption2-wd-3 {
    font-size: 12px;
    line-height: 1.2;
    max-width: 184px;
    margin-top: 7px; }

  .slider-revolution .tp-caption2-wd-4 {
    margin-top: 7px; }

  .slider-revolution [class^="btn"] {
    height: 34px;
    padding-left: 15px;
    padding-right: 15px; } }
.slider-revolution .tp-caption-left-bottom {
  position: absolute;
  max-width: 360px;
  bottom: 20px !important;
  left: 20px !important;
  z-index: 5; }

@media (max-width: 960px) {
  .slider-revolution .tp-caption-left-bottom {
    max-width: 280px; } }
@media (max-width: 787px) {
  .slider-revolution .tp-caption-left-bottom {
    display: none; } }
.slider-revolution .tt-revolution-promo {
  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;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 10px;
  overflow: hidden;
  position: relative;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0; }

.slider-revolution .tt-revolution-promo .tt-btn-close {
  background: none;
  border: none;
  outline: none;
  color: #191919;
  font-family: "wokiee_icons";
  font-size: 14px;
  position: absolute;
  right: 2px;
  top: 3px;
  display: block;
  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; }

.slider-revolution .tt-revolution-promo .tt-btn-close:before {
  display: block;
  content: "\ea0f"; }

.slider-revolution .tt-revolution-promo .tt-btn-close:hover {
  color: #0d1663; }

.slider-revolution .tt-revolution-promo .tt-img {
  width: 80px;
  min-width: 80px; }

.slider-revolution .tt-revolution-promo .tt-img img {
  width: 100%;
  height: auto; }

.slider-revolution .tt-revolution-promo .tt-img + .tt-description {
  margin-left: +14px; }

.slider-revolution .tt-revolution-promo .tt-description {
  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; }

.slider-revolution .tt-revolution-promo .tt-description .tt-title {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif; }

.slider-revolution .tt-revolution-promo .tt-description p {
  margin: 0;
  font-size: 14px;
  line-height: 22px; }

.slider-revolution .tt-revolution-promo .tt-description p a {
  color: #0d1663; }

.slider-revolution .tt-revolution-promo .tt-description .tt-info {
  color: #999999;
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px; }

@media (min-width: 790px) {
  .slider-revolution.revolution-default .tparrows.hidearrows {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; } }
@media (max-width: 789px) {
  .slider-revolution.revolution-default .tparrows {
    display: none; } }
.slider-revolution.revolution-default .tp-leftarrow.default,
.slider-revolution.revolution-default .tp-rightarrow.default {
  background: none;
  font-size: 30px;
  line-height: 1;
  font-family: 'wokiee_icons';
  font-weight: 600;
  color: #dadada;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.slider-revolution.revolution-default .tp-leftarrow.default:hover,
.slider-revolution.revolution-default .tp-rightarrow.default:hover {
  color: #191919; }

.slider-revolution.revolution-default .tp-leftarrow:before,
.slider-revolution.revolution-default .tp-rightarrow:before {
  position: relative;
  top: 5px; }

.slider-revolution.revolution-default .tp-leftarrow:before {
  content: "\e90d"; }

.slider-revolution.revolution-default .tp-rightarrow:before {
  content: "\e90e"; }

.ie.gecko .fullcoveredvideo {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }

/*
tt-slick-main-item
*/
.tt-slick-main {
  z-index: 1; }

.tt-slick-main .slick-dots {
  position: absolute;
  bottom: 9%; }

.tt-slick-main-item {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  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;
  color: #777777;
  -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-description-wrapper {
  max-width: 618px;
  text-align: center; }

.tt-slick-main-item .tt-description .tt-title-small {
  font-family: 'Proxima nova', sans-serif;
  color: #191919;
  font-size: 50px;
  line-height: 56px;
  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: 'Proxima nova', sans-serif;
  color: #191919;
  font-size: 90px;
  line-height: 90px;
  font-weight: 600;
  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 p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 19px;
  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: 33px; }

.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: 40px;
    line-height: 46px; }

  .tt-slick-main-item .tt-description .tt-title-large {
    font-size: 70px;
    line-height: 75px; }

  .tt-slick-main-item .tt-description p {
    margin-top: 15px; }

  .tt-slick-main-item .tt-description [class^="btn"] {
    margin-top: 23px; } }
@media (max-width: 1024px) {
  .tt-slick-main-item .tt-description .tt-title-small {
    font-size: 30px;
    line-height: 36px; }

  .tt-slick-main-item .tt-description .tt-title-large {
    font-size: 50px;
    line-height: 55px; }

  .tt-slick-main-item .tt-description p {
    margin-top: 10px; }

  .tt-slick-main-item .tt-description [class^="btn"] {
    margin-top: 18px; } }
@media (max-width: 789px) {
  .tt-slick-main-item .tt-description {
    padding: 10px 60px; }

  .tt-slick-main-item .tt-description .tt-description-wrapper {
    max-width: 240px; }

  .tt-slick-main-item .tt-description .tt-title-small {
    font-size: 20px;
    line-height: 26px; }

  .tt-slick-main-item .tt-description .tt-title-large {
    font-size: 30px;
    line-height: 35px; }

  .tt-slick-main-item .tt-description p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px; }

  .tt-slick-main-item .tt-description [class^="btn"] {
    margin-top: 13px; } }
@media (max-width: 575px) {
  .tt-slick-main-item .tt-description {
    padding: 10px 40px; }

  .tt-slick-main-item .tt-description .tt-description-wrapper {
    max-width: 200px; }

  .tt-slick-main-item .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 20px; }

  .tt-slick-main-item .tt-description .tt-title-large {
    font-size: 23px;
    line-height: 28px; }

  .tt-slick-main-item .tt-description p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px; }

  .tt-slick-main-item .tt-description [class^="btn"] {
    margin-top: 7px; } }
@media (max-width: 400px) {
  .tt-slick-main-item .tt-description {
    padding: 10px 40px; }

  .tt-slick-main-item .tt-description .tt-description-wrapper {
    max-width: 200px; }

  .tt-slick-main-item .tt-description .tt-title-small {
    font-size: 13px;
    line-height: 15px; }

  .tt-slick-main-item .tt-description .tt-title-large {
    font-size: 20px;
    line-height: 23px; }

  .tt-slick-main-item .tt-description p {
    margin-top: 2px;
    line-height: 15px; }

  .tt-slick-main-item .tt-description [class^="btn"] {
    margin-top: 6px; } }
.tt-slick-main-item .tt-description *:nth-child(1) {
  margin-top: 0; }

/* arrow-slick-main */
.arrow-slick-main .slick-arrow,
.arrow-slick-main .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: 600;
  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-arrow:hover {
  color: #191919; }

.arrow-slick-main .slick-arrow:before {
  font-family: 'wokiee_icons';
  font-size: 30px;
  line-height: 1; }

.arrow-slick-main .slick-prev {
  left: 8px; }

@media (max-width: 575px) {
  .arrow-slick-main .slick-prev {
    left: 0; } }
.arrow-slick-main .slick-prev:before {
  content: "\e90d"; }

.arrow-slick-main .slick-next {
  right: 8px; }

@media (max-width: 575px) {
  .arrow-slick-main .slick-next {
    right: 0; } }
.arrow-slick-main .slick-next:before {
  content: "\e90e"; }

/*
Extend
*/
._reset-ul-style, .tt-pagination ul, .tt-product-single-info .tt-add-info ul, .product-images-carousel ul, .product-images-static ul, .tt-layout-product-info-02 ul:not([class]), .tt-filter-list, .tt-list-row, .tt-shopcart-table-02 .tt-list-description, footer .tt-payment-list, footer .tt-list, header .tt-box-info ul, header .tt-account ul, header .tt-multi-obj ul, .tt-desctop-menu ul, .tt-desctop-menu nav > ul, .tt-list-dash, .tt-list-dash ul, .tt-list-dot, .tt-list-dot ul, .tt-list-number, .tt-social-icon, .slick-slider .slick-dots, .tt-breadcrumb ul, .tt-layout-vertical .tt-description .tt-add-info, .tt-items-categories ul {
  list-style: none;
  margin: 0;
  padding: 0; }

._list-inline-item, .tt-product-single-info .tt-review, .tt-review-block .tt-review-comments .tt-rating, .tt-rating, .product-images-col, footer .tt-payment-list, header .tt-box-info ul, .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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

._list-block-item, .tt-product-single-info .tt-add-info ul, footer .tt-list, header .tt-account ul, header .tt-multi-obj ul {
  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, .tt-promo-box .tt-point-v-t, .tt-promo-fullwidth .tt-point-v-t, .tt-promo-fullwidth-02 .tt-point-v-t, .tt-promo-03 .tt-point-v-t, .tt-promo-02 .tt-point-v-t, .tt-slick-main-item .tt-point-v-t {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

._tt-point .tt-point-v-b, .tt-promo-box .tt-point-v-b, .tt-promo-fullwidth .tt-point-v-b, .tt-promo-fullwidth-02 .tt-point-v-b, .tt-promo-03 .tt-point-v-b, .tt-promo-02 .tt-point-v-b, .tt-slick-main-item .tt-point-v-b {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

._tt-point .tt-point-h-l, .tt-promo-box .tt-point-h-l, .tt-promo-fullwidth .tt-point-h-l, .tt-promo-fullwidth-02 .tt-point-h-l, .tt-promo-03 .tt-point-h-l, .tt-promo-02 .tt-point-h-l, .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-point .tt-point-h-r, .tt-promo-box .tt-point-h-r, .tt-promo-fullwidth .tt-point-h-r, .tt-promo-fullwidth-02 .tt-point-h-r, .tt-promo-03 .tt-point-h-r, .tt-promo-02 .tt-point-h-r, .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; }

@media (min-width: 1025px) {
  .custom-single-page .tt-product-single-info {
    padding-left: 19px;
    padding-right: 19px; }

  .custom-single-page .tt-slick-button-vertical .slick-arrow {
    width: 28px;
    height: 28px; }

  .custom-single-page .tt-slick-button-vertical .slick-arrow:before {
    font-size: 15px; }

  .custom-single-page .tt-slick-button-vertical .slick-next {
    left: 32px; }

  .custom-single-page .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-arrow {
    bottom: -21px; } }
@media (min-width: 1230px) {
  .custom-single-page .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide {
    padding-bottom: 17px; } }
@media (max-width: 1229px) and (min-width: 1025px) {
  .custom-single-page .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide {
    padding-bottom: 16px; } }
/*
loader
*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 77;
  background-color: #ffffff;
  opacity: 1;
  -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-wrapper.loader-off,
body.loaded #loader-wrapper {
  opacity: 1;
  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: -125px;
  perspective: 400px;
  transform-type: preserve-3d; }

#loader .dot {
  animation: loader ease-in-out 3s infinite;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: black;
  position: absolute;
  background: #0d1663; }

#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 white; }

@keyframes loader {
  15% {
    transform: translateX(0); }

  45% {
    transform: translateX(232px); }

  65% {
    transform: translateX(232px); }

  95% {
    transform: translateX(0); } }

/*
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; }

#same_product_height #tt-pageContent .tt-product .tt-image-box,
#same_product_height #tt-pageContent .tt-product-design02 .tt-image-box {
  height: 200px;
  overflow: hidden;
  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; }

#same_product_height #tt-pageContent .tt-product .tt-image-box img,
#same_product_height #tt-pageContent .tt-product-design02 .tt-image-box .tt-img img {
  max-height: 200px;
  width: auto;
  width: 100%;
  max-width: 100%;
  display: inline-block; }

#same_product_height #tt-pageContent .tt-product .tt-image-box .tt-img-roll-over {
  text-align: center;
  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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@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%; } }
/*
boxed
*/
@media (min-width: 576px) {
  html#tt-boxed {
    background: #f7f8fa; }

  html#tt-boxed body {
    background: #ffffff;
    margin: 0 auto; } }
@media (min-width: 576px) and (min-width: 576px) {
  html#tt-boxed body {
    max-width: 546px; } }
@media (min-width: 576px) and (min-width: 791px) {
  html#tt-boxed body {
    max-width: 770px; } }
@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed body {
    max-width: 990px; } }
@media (min-width: 576px) and (min-width: 1230px) {
  html#tt-boxed body {
    max-width: 1200px; } }
@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed header [class^="tt-color-scheme"] .container,
  html#tt-boxed header [class^="tt-color-scheme"] .container-fluid {
    padding-left: 40px;
    padding-right: 40px; } }
@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed header [class^="tt-color-scheme"] .container,
  html#tt-boxed header [class^="tt-color-scheme"] .container-fluid {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 576px) and (min-width: 1025px) {
  html#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) {
  html#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) {
  html#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) {
  html#tt-boxed header .tt-mobile-header > .container-fluid {
    padding-left: 40px;
    padding-right: 40px; } }
@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed header .tt-mobile-header > .container-fluid {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 576px) {
  html#tt-boxed header .tt-stuck-nav {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    -webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.45); } }
@media (min-width: 576px) and (min-width: 576px) {
  html#tt-boxed header .tt-stuck-nav {
    max-width: 546px; } }
@media (min-width: 576px) and (min-width: 791px) {
  html#tt-boxed header .tt-stuck-nav {
    max-width: 770px; } }
@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed header .tt-stuck-nav {
    max-width: 990px; } }
@media (min-width: 576px) and (min-width: 1230px) {
  html#tt-boxed header .tt-stuck-nav {
    max-width: 1200px; } }
@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed header .tt-stuck-nav > .container {
    padding-left: 40px;
    padding-right: 40px; } }
@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed header .tt-stuck-nav > .container {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 576px) {
  html#tt-boxed header,
  html#tt-boxed .tt-header-static,
  html#tt-boxed footer {
    margin-right: auto;
    margin-left: auto;
    width: 100%; } }
@media (min-width: 576px) and (min-width: 576px) {
  html#tt-boxed header,
  html#tt-boxed .tt-header-static,
  html#tt-boxed footer {
    max-width: 546px; } }
@media (min-width: 576px) and (min-width: 791px) {
  html#tt-boxed header,
  html#tt-boxed .tt-header-static,
  html#tt-boxed footer {
    max-width: 770px; } }
@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed header,
  html#tt-boxed .tt-header-static,
  html#tt-boxed footer {
    max-width: 990px; } }
@media (min-width: 576px) and (min-width: 1230px) {
  html#tt-boxed header,
  html#tt-boxed .tt-header-static,
  html#tt-boxed footer {
    max-width: 1200px; } }
@media (min-width: 576px) and (max-width: 790px) {
  html#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) {
  html#tt-boxed .tt-back-to-top {
    max-width: 546px; } }
@media (min-width: 576px) and (max-width: 790px) and (min-width: 791px) {
  html#tt-boxed .tt-back-to-top {
    max-width: 770px; } }
@media (min-width: 576px) and (max-width: 790px) and (min-width: 1025px) {
  html#tt-boxed .tt-back-to-top {
    max-width: 990px; } }
@media (min-width: 576px) and (max-width: 790px) and (min-width: 1230px) {
  html#tt-boxed .tt-back-to-top {
    max-width: 1200px; } }
@media (min-width: 576px) {
  html#tt-boxed .tt-breadcrumb {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden; } }
@media (min-width: 576px) and (min-width: 576px) {
  html#tt-boxed .tt-breadcrumb > .container {
    max-width: 546px; } }
@media (min-width: 576px) and (min-width: 791px) {
  html#tt-boxed .tt-breadcrumb > .container {
    max-width: 770px; } }
@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed .tt-breadcrumb > .container {
    max-width: 990px; } }
@media (min-width: 576px) and (min-width: 1230px) {
  html#tt-boxed .tt-breadcrumb > .container {
    max-width: 1200px; } }
@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed .tt-breadcrumb > .container {
    padding-left: 40px;
    padding-right: 40px; } }
@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed .tt-breadcrumb > .container {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 576px) {
  html#tt-boxed #tt-pageContent {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden; } }
@media (min-width: 576px) and (min-width: 576px) {
  html#tt-boxed #tt-pageContent {
    max-width: 546px; } }
@media (min-width: 576px) and (min-width: 791px) {
  html#tt-boxed #tt-pageContent {
    max-width: 770px; } }
@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed #tt-pageContent {
    max-width: 990px; } }
@media (min-width: 576px) and (min-width: 1230px) {
  html#tt-boxed #tt-pageContent {
    max-width: 1200px; } }
@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed #tt-pageContent > .shopify-section > div > .container {
    padding-left: 40px;
    padding-right: 40px; } }
@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed #tt-pageContent > .shopify-section > div > .container {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed #tt-pageContent > .shopify-section > div > .container-fluid {
    padding-left: 0px;
    padding-right: 0px; } }
@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed #tt-pageContent > .shopify-section > div > .container-fluid {
    padding-left: 0px;
    padding-right: 0px; } }
@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed #tt-pageContent > div > .container {
    padding-left: 40px;
    padding-right: 40px; } }
@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed #tt-pageContent > div > .container {
    padding-left: 40px;
    padding-right: 40px; } }
@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed #tt-pageContent > div > .container-fluid {
    padding-left: 0px;
    padding-right: 0px; } }
@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed #tt-pageContent > div > .container-fluid {
    padding-left: 0px;
    padding-right: 0px; } }
@media (min-width: 1025px) {
  html#tt-boxed #tt-pageContent [class^="container-indent"] > .container {
    padding-left: 40px;
    padding-right: 40px; } }
@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed #tt-pageContent [class^="container-indent"] > .container {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 576px) {
  html#tt-boxed #tt-pageContent .container-fluid,
  html#tt-boxed #tt-pageContent .container-fluid-custom {
    margin-right: auto;
    margin-left: auto;
    width: 100%; }

  html#tt-boxed #tt-pageContent .tt-about-box .container {
    padding-right: 40px;
    padding-left: 40px; } }
@media (min-width: 576px) and (min-width: 576px) {
  html#tt-boxed #tt-pageContent .container-fluid,
  html#tt-boxed #tt-pageContent .container-fluid-custom {
    padding-right: 20px;
    padding-left: 20px; } }
@media (min-width: 576px) and (max-width: 576px) {
  html#tt-boxed #tt-pageContent .container-fluid,
  html#tt-boxed #tt-pageContent .container-fluid-custom {
    padding-right: 10px;
    padding-left: 10px; } }
@media (min-width: 576px) and (min-width: 576px) {
  html#tt-boxed #tt-pageContent .container-fluid,
  html#tt-boxed #tt-pageContent .container-fluid-custom {
    max-width: 546px; } }
@media (min-width: 576px) and (min-width: 791px) {
  html#tt-boxed #tt-pageContent .container-fluid,
  html#tt-boxed #tt-pageContent .container-fluid-custom {
    max-width: 770px; } }
@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed #tt-pageContent .container-fluid,
  html#tt-boxed #tt-pageContent .container-fluid-custom {
    max-width: 990px; } }
@media (min-width: 576px) and (min-width: 1230px) {
  html#tt-boxed #tt-pageContent .container-fluid,
  html#tt-boxed #tt-pageContent .container-fluid-custom {
    max-width: 1200px; } }
@media (min-width: 576px) {
  html#tt-boxed footer {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden; } }
@media (min-width: 576px) and (min-width: 790px) {
  html#tt-boxed footer {
    background: #ffffff; } }
@media (min-width: 576px) and (max-width: 789px) {
  html#tt-boxed footer {
    background: #191919; } }
@media (min-width: 576px) and (min-width: 1025px) {
  html#tt-boxed footer > div > .container {
    padding-left: 40px;
    padding-right: 40px; } }
@media (min-width: 576px) and (max-width: 1024px) {
  html#tt-boxed footer > div > .container {
    padding-left: 20px;
    padding-right: 20px; } }
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; } }
/*
Global
*/
html.touch-device {
  overflow-x: hidden; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #777777;
  background: #ffffff;
  margin: 0;
  overflow-x: hidden; }

a {
  text-decoration: none;
  outline: none;
  color: #777777; }

a:hover {
  outline: none;
  text-decoration: none;
  outline: none; }

a:active,
a:visited,
a:focus {
  text-decoration: none;
  outline: none; }

.btn {
  background: #e90730;
  font-family: 'Proxima nova bold', sans-serif;
  border: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.0;
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  outline: none;
  padding: 6px 31px 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 40px;
  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; }

.fnt-we-500 {
  font-weight: 600; }

@media (max-width: 575px) {
  .btn {
    font-size: 12px;
    padding-left: 25px;
    padding-right: 25px;
    height: 39px; } }
@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; } }
@media (max-width: 575px) {
  .btn.tt-icon-right [class^="icon-"] {
    font-size: 18px;
    margin-left: 10px; } }
.btn:active,
.btn:visited,
.btn:focus,
button:focus {
  outline: none;
  box-shadow: none; }

.btn:hover {
  background: #d0304d;
  color: #ffffff;
  outline: none; }

.btn-lg {
  height: 50px; }

@media (min-width: 1101px) {
  .btn-xl {
    height: 50px;
    padding-left: 48px;
    padding-right: 48px; } }
@media (min-width: 790px) and (max-width: 1100px) {
  .btn-xl {
    height: 50px; } }
@media (max-width: 789px) {
  .btn-xl {
    padding-left: 25px;
    padding-right: 25px; } }
.btn:focus, .btn.focus {
  box-shadow: none; }

.btn.btn-white {
  background: #ffffff;
  color: #191919; }

.btn.btn-white:hover {
  background: #191919;
  color: #ffffff; }

.btn.btn-border {
  background: transparent;
  color: #e90730;
  border: 2px solid #e90730;
  height: 40px;
  padding-left: 29px;
  padding-right: 29px; }

.btn.btn-border:hover {
  background: #d0304d;
  color: #ffffff;
  border-color: #d0304d; }

.btn.btn-border01 {
  background: transparent;
  color: #999999;
  outline: 2px solid #999999;
  height: 36px;
  padding-left: 29px;
  padding-right: 29px; }

.btn.btn-border01:hover {
  background: #191919;
  color: #ffffff;
  outline-color: #191919; }

.btn-link,
.btn-link:focus {
  display: inline-block;
  font-size: 14px;
  color: #0d1663;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-family: 'Proxima nova', 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-"] {
  margin-right: 7px;
  font-size: 20px;
  position: relative;
  top: 3px; }

.btn-link:hover {
  text-decoration: none;
  color: #191919; }

.btn-link-02,
.btn-link-02:focus {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #0d1663;
  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 {
  color: #0d1663;
  text-decoration: none;
  color: #191919; }

.btn-underline {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-family: 'Proxima nova', sans-serif;
  border-bottom: 1px solid #0d1663;
  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:hover {
  text-decoration: none;
  border-bottom-color: transparent; }

.btn-underline:not([class$="color"]) {
  color: #0d1663; }

.btn-underline:hover {
  color: #191919;
  border-color: transparent; }

.btn-underline.tt-white-color:not(:hover) {
  color: #ffffff;
  border-color: #ffffff; }

.disable {
  pointer-events: none;
  background: #191919; }

.select_options .col-item:first-child {
  display: none; }

.select_options .btn-addtocart {
  pointer-events: none; }

.tt-product .tt-description .tt-btn-addtocart.disable {
  color: #191919; }

@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: #0d1663;
  -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: 'Proxima nova', 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: #0d1663; }

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: 600;
  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-collapse"]):not([class^="tt-aside"]) {
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding-bottom: 23px; }

@media (max-width: 1024px) {
  h2:not(.small):not([class^="tt-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-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: 600;
  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: 600;
  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: 600;
  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: 600;
  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: 600;
  padding: 0 0 50px 0;
  margin-bottom: 46px;
  margin-top: -10px; }

@media (max-width: 1024px) {
  .tt-title-subpages:not(.noborder) {
    font-size: 33px;
    line-height: 43px;
    padding: 0 0 32px 0;
    margin-bottom: 28px; } }
@media (max-width: 575px) {
  .tt-title-subpages:not(.noborder) {
    font-size: 24px;
    line-height: 34px;
    padding: 0 0 26px 0;
    margin-bottom: 22px; } }
.tt-title-subpages.noborder {
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0.03em;
  font-weight: 600;
  padding: 0 0 50px 0;
  margin-top: -10px; }

@media (max-width: 1024px) {
  .tt-title-subpages.noborder {
    font-size: 33px;
    line-height: 43px;
    padding: 0 0 32px 0; } }
@media (max-width: 575px) {
  .tt-title-subpages.noborder {
    font-size: 24px;
    line-height: 34px;
    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: 600;
  letter-spacing: 0.03em;
  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 {
  background: #191919;
  color: #ffffff;
  padding: 2px 4px; }

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; } }
.nomargin,
#tt-pageContent .nomargin {
  margin-top: 0; }

.color-def {
  color: #0d1663; }

.color-def-dark {
  color: #191919; }

.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: #0d1663;
  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 {
  position: relative;
  height: auto; }

/* 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 > li {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 19px; }

.tt-list-dash > li:not(:first-child) {
  margin-top: 6px; }

.tt-list-dash > li:before {
  content: '';
  width: 9px;
  height: 1px;
  background: #777777;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 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: #777777;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: -3px; }

.tt-list-dot > li {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 11px; }

.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: #0d1663; }

.tt-list-dot > li:not(:first-child) {
  margin-top: 6px; }

.tt-list-dot > li:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #0d1663;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%; }

.tt-list-dot ul {
  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;
  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 {
  counter-reset: li; }

.tt-list-number li:before {
  counter-increment: li;
  content: counters(li,".") " ";
  color: #777777; }

.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: #777777; }

/* 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; }

.tt-blockquote .tt-icon {
  font-size: 36px;
  line-height: 26px;
  color: #0d1663; }

.tt-blockquote .tt-title {
  font-size: 30px;
  line-height: 40px;
  font-family: 'Proxima nova', sans-serif;
  font-weight: 600;
  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: #0d1663; }

.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: 'Proxima nova', sans-serif;
  font-style: italic;
  font-weight: 600; }

.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: 600;
  color: #191919;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Proxima nova', sans-serif;
  font-weight: 600;
  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: 'Proxima nova', sans-serif;
  font-weight: 600;
  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-right: 10px;
  padding: 13px 0 9px; }

/* tt-table-03 */
.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; }

/*
Header
*/
/*
Content
*/
#tt-pageContent > .container-indent0:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 42px; }

@media (max-width: 1024px) {
  #tt-pageContent > .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"]) {
    margin-top: 33px; } }
#tt-pageContent > .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"]) {
    margin-top: 43px; } }
@media (max-width: 575px) {
  #tt-pageContent > .container-indent:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 33px; } }
#tt-pageContent > .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"]) {
    margin-top: 43px; } }
@media (max-width: 575px) {
  #tt-pageContent > .container-indent1:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 33px; } }
.tt-offset-small {
  margin-top: 20px; }

#tt-pageContent .del-img {
  width: 100%;
  height: auto; }

#tt-pageContent .del-item-top {
  margin-top: 33px; }

@media (max-width: 1024px) {
  #tt-pageContent .del-item-top {
    margin-top: 28px; } }
@media (max-width: 575px) {
  #tt-pageContent .del-item-top {
    margin-top: 23px; } }
#tt-pageContent .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: 33px; }

.tt-block-title .tt-title {
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0;
  padding: 0; }

.tt-block-title .tt-title a.title-hover-underline {
  color: #191919;
  text-decoration: none;
  display: inline-block; }

.tt-block-title .tt-title a.title-hover-underline:hover {
  color: #0d1663; }

.tt-block-title .tt-title a:not(.title-hover-underline) {
  color: #0d1663;
  text-decoration: underline;
  display: inline-block;
  -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:not(.title-hover-underline):hover {
  text-decoration: none; }

.tt-block-title .tt-title-small {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
  padding: 0; }

.tt-block-title .tt-title-small a {
  color: #0d1663;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid #0d1663;
  -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 {
  border-color: transparent; }

.tt-block-title .tt-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-family: 'Proxima nova', sans-serif;
  color: #191919;
  margin: 2px 0 0 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: 600;
  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: 600;
  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: #0d1663; }

.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: 600;
    padding-bottom: 0; }

  .tt-about-box p {
    margin-top: 23px;
    max-width: 75%; }

  .tt-about-box .tt-blockquote-02 {
    margin-top: 44px; }

  .tt-about-box .tt-blockquote-02 .tt-title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0.02em; } }
@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: #0d1663; }

  .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; }

.tt-about-col-list {
  margin-top: -52px; }

.tt-about-col-list .tt-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  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: 600;
  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: 600;
  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 {
    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: #ffffff;
    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 .tt-title {
    color: #ffffff;
    font-size: 34px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    letter-spacing: 0.03em; }

  .tt-contact-box address {
    color: #ffffff;
    margin: 24px 0 0 0; } }
@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 (min-width: 791px) {
  .tt-contact-box .img-mobile {
    display: none; } }
@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: 600;
  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 {
  margin-top: -51px; }

.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; } }
@media (max-width: 1024px) {
  .tt-contact02-col-list {
    margin-top: -42px; } }
@media (max-width: 575px) {
  .tt-contact02-col-list {
    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: #0d1663; }

.tt-contact-info .tt-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  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: #777777; }

::-moz-placeholder {
  color: #777777; }

:-moz-placeholder {
  color: #777777; }

:-ms-input-placeholder {
  color: #777777; }

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 {
  font-size: 14px;
  color: #191919;
  font-family: 'Proxima nova', sans-serif;
  font-weight: 600;
  padding-bottom: 4px;
  letter-spacing: 0.02em; }

.form-default .form-control {
  background: #f7f8fa;
  font-size: 16px;
  border: 1px solid #f7f8fa;
  padding: 11px 12px 10px 15px;
  font-family: 'Open Sans', sans-serif;
  box-shadow: none;
  outline: none;
  color: #777777;
  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; }

.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: #0d1663;
  background: #ffffff; }

.form-default .tt-required {
  display: inline-block;
  float: right;
  color: #777777;
  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;
  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;
  height: 17px;
  width: 17px;
  z-index: 9;
  margin-top: 2px;
  border: 1px solid #e9e7e7; }

.checkbox-group label .check {
  top: 2px;
  left: 0px;
  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: #0d1663;
  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_icons';
  font-style: normal;
  font-weight: 400; }

.checkbox-group:hover label {
  color: #000; }

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); }

.tt-modal-addtocart input[type=checkbox]:checked ~ label .check {
  text-align: left; }

/* radio-group */
.radio {
  display: block;
  cursor: pointer;
  margin: 0 0 8px;
  transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear; }

.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: #0d1663; }

.radio .outer {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin: 3px 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: #0d1663;
  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: #0d1663; }

.radio:hover .inner {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* contact-form */
.contact-form textarea {
  height: 160px; }

.contact-form .btn {
  margin-top: 20px; }

@media (max-width: 575px) {
  .contact-form {
    margin-top: 33px; } }
.contact-form p {
  padding-bottom: 20px; }

/* tt-box-thumb */
.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: 600;
  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: #0d1663; }

.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; }

.tt-page404 {
  background: #0d1663;
  color: #ffffff;
  text-align: center;
  padding: 79px 20px 103px; }

.tt-page404 img {
  max-width: 100%;
  height: auto; }

.tt-page404 .tt-title {
  color: #ffffff;
  padding: 0;
  margin: 42px 0 0 0;
  font-size: 34px;
  font-weight: 600;
  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: 102px 20px 102px; }

.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 .tt-title {
  color: #191919;
  padding: 0;
  margin: 13px 0 0 0;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 44px; }

.tt-empty-cart p {
  margin-top: 2px;
  font-size: 15px; }

.tt-empty-cart .btn {
  margin-top: 34px; }

@media (max-width: 1024px) {
  .tt-empty-cart {
    padding: 71px 20px 82px; }

  .tt-empty-cart .tt-icon {
    font-size: 130px; }

  .tt-empty-cart .tt-title {
    font-size: 28px;
    line-height: 38px; } }
@media (max-width: 575px) {
  .tt-empty-cart {
    padding: 51px 15px 62px; }

  .tt-empty-cart .tt-icon {
    font-size: 120px; }

  .tt-empty-cart .tt-title {
    font-size: 24px;
    line-height: 34px; } }
.tt-empty-cart > *:nth-child(1) {
  margin-top: 0; }

/* .tt-empty-search*/
.tt-empty-search {
  text-align: center;
  padding: 106px 20px 102px; }

.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: 600;
  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; }

.tt-coming-soon form .btn {
  margin-top: 20px; }

.tt-coming-soon h1.tt-title {
  font-size: 34px;
  line-height: 47px;
  margin: 54px 0 0 0;
  padding: 0;
  font-weight: 600;
  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: 600;
  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 {
    -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 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: 600; }

.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: #0d1663;
  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 */
.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; }

.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;
  font-weight: 600;
  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: #0d1663;
  color: #ffffff; }

.tt-slick-button .slick-arrow:before {
  font-family: 'wokiee_icons';
  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-prev:before {
  position: relative;
  right: 1px; }

.slick-next:before {
  position: relative;
  left: 1px; }

.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;
  font-weight: 600;
  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: #0d1663;
  color: #ffffff; }

.tt-slick-button-vertical .slick-arrow:before {
  font-family: 'wokiee_icons';
  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: 'Proxima nova', sans-serif; }

.tt-slick-quantity .account-number {
  font-size: 20px;
  color: #191919; }

/* arrow-location-01 */
.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;
  font-weight: 600;
  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: #0d1663;
  color: #ffffff; }

.arrow-location-01 .slick-arrow:before {
  font-family: 'wokiee_icons';
  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 */
.arrow-location-02 .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background: #f7f8fa;
  font-weight: 600;
  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: #0d1663;
  color: #ffffff; }

.arrow-location-02 .slick-arrow:before {
  font-family: 'wokiee_icons';
  font-size: 20px;
  line-height: 1; }

.arrow-location-02 .slick-prev {
  left: -38px; }

.arrow-location-02 .slick-prev:before {
  content: "\e90d"; }

.arrow-location-02 .slick-next {
  left: 100%; }

.arrow-location-02 .slick-next:before {
  content: "\e90e"; }

/* arrow-location-03 */
.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: 600;
  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: #0d1663; }

.arrow-location-03 .slick-arrow:before {
  font-family: 'wokiee_icons';
  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 */
.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;
  background: #f7f8fa;
  font-weight: 600;
  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: #0d1663;
  color: #ffffff; }

.arrow-location-tab .slick-arrow:before {
  font-family: 'wokiee_icons';
  font-size: 20px;
  line-height: 1; }

.arrow-location-tab .slick-prev:before {
  content: "\e90d"; }

.arrow-location-tab .slick-next:before {
  content: "\e90e"; }

@media (min-width: 1025px) {
  .arrow-location-tab .slick-arrow {
    top: -30px; }

  .arrow-location-tab.no-title .slick-arrow {
    top: -15px; }

  .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 */
.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;
  font-weight: 600;
  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: #0d1663;
  color: #ffffff; }

.arrow-location-right-top .slick-arrow:before {
  font-family: 'wokiee_icons';
  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: -15px; }

  .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 */
.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: 600;
  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_icons';
  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 */
.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: 600;
  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: #0d1663; }

.arrow-location-center-02 .slick-arrow:before {
  font-family: 'wokiee_icons';
  font-size: 20px;
  line-height: 1; }

.arrow-location-center-02 .slick-prev {
  left: 0px; }

.arrow-location-center-02 .slick-prev:before {
  content: "\e90d"; }

.arrow-location-center-02 .slick-next {
  right: 0px; }

.arrow-location-center-02 .slick-next:before {
  content: "\e90e"; }

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 {
  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;
  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; }

.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; }

/* tt-slider-functionality */
/* wrapper-social-icon */
.wrapper-social-icon {
  background: #f7f8fa;
  padding: 12px 5px 10px; }

.touch-device .wrapper-social-icon {
  background: #e9e7e7;
  width: 100%;
  height: 1px;
  padding: 0; }

.touch-device .wrapper-social-icon .container {
  display: none; }

.at-share-tbx-element .at-share-btn:focus, .at-share-tbx-element .at-share-btn:hover,
.at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn:hover {
  transform: none !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; }

.tt-gift-layout .tt-gift-box {
  margin-top: 53px;
  max-width: 434px;
  overflow: hidden;
  position: relative;
  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: 'Proxima nova', sans-serif;
  position: absolute;
  top: 17px;
  right: 15px;
  font-weight: 600;
  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;
  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("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("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("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("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(233, 7, 48, 0.75);
    color: #ffffff;
    font-size: 0;
    line-height: 0;
    position: fixed;
    bottom: -64px;
    right: 0%;
    z-index: 20; }

  .tt-back-to-top:before {
    font-family: 'wokiee_icons' !important;
    content: "\e9c9";
    display: block;
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 0;
    -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: rgba(205, 9, 44, 0.75);
    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: #e90730;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: 'Proxima nova', sans-serif;
    font-weight: 600;
    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_icons' !important;
    content: "\e9c9";
    display: block;
    font-size: 20px;
    line-height: 1; }

  .tt-back-to-top:hover {
    color: #ffffff; } }
/* tt-breadcrumb */
.tt-breadcrumb {
  background: #f7f8fa; }

.tt-breadcrumb ul {
  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; }

.tt-breadcrumb 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; }

.tt-breadcrumb ul li a:hover {
  color: #0d1663; }

.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; }

/* tt-services-block */
.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; } }
.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: #0d1663; }

.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; }

.tt-services-block .tt-col-description .tt-title {
  padding: 0;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 600;
  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;
  color: #777777;
  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: #0d1663;
  letter-spacing: 0.02em; }

/* instafeed-fluid */
._instafeed-default, .instafeed-fluid, .instafeed-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;
  -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, .instafeed-fluid a, .instafeed-col 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, .instafeed-fluid a:before, .instafeed-col a:before {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  content: "\e9a8";
  font-family: "wokiee_icons";
  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, .instafeed-fluid a:after, .instafeed-col 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, .instafeed-fluid img, .instafeed-col img {
  display: block;
  width: 100%;
  height: auto; }

._instafeed-default a:hover:before, .instafeed-fluid a:hover:before, .instafeed-col a:hover:before {
  opacity: 1; }

._instafeed-default a:hover:after, .instafeed-fluid a:hover:after, .instafeed-col a:hover:after {
  opacity: 0.88; }

.instafeed-fluid > * {
  width: 16.666%; }

@media (max-width: 1024px) {
  .instafeed-fluid > * {
    width: 33.333%; } }
@media (max-width: 575px) {
  .instafeed-fluid > * {
    width: 50%; } }
@media (min-width: 576px) {
  .instafeed-col {
    margin-top: -20px;
    margin-left: -20px; }

  .instafeed-col > * {
    width: calc(25% - 20px);
    margin-top: 20px;
    margin-left: 20px; } }
@media (min-width: 576px) and (max-width: 1024px) {
  .instafeed-col > * {
    width: calc(33.333% - 20px); } }
@media (max-width: 575px) {
  .instafeed-col {
    margin-top: -10px;
    margin-left: -10px; }

  .instafeed-col > * {
    width: calc(50% - 10px);
    margin-top: 10px;
    margin-left: 10px; } }
/* tt-img-box */
.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;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear; }

.tt-img-box img {
  width: 100%;
  max-width: 100%;
  height: auto; }

@media (min-width: 1025px) {
  .tt-img-box {
    padding: 69px;
    height: 138px; } }
@media (max-width: 1024px) and (min-width: 576px) {
  .tt-img-box {
    padding: 20px;
    height: 118px; } }
@media (max-width: 575px) and (min-width: 421px) {
  .tt-img-box {
    padding: 25px;
    height: 100px; } }
@media (max-width: 420px) {
  .tt-img-box {
    padding: 15px;
    height: 100px; } }
.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: #0d1663; }

.tt-img-box:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

/* 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: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #191919; }

.tt-layout-vertical .tt-description .tt-rating {
  margin-left: -1px; }

.tt-layout-vertical .tt-description .tt-add-info {
  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: #0d1663; }

.tt-layout-vertical .tt-description .tt-price {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  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;
  width: calc(100% - 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-js,
  .tt-block-title + .arrow-location-tab.tt-carousel-products {
    margin-top: -52px; }

  .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 {
  padding: 3px 13px; }

.tt-tabs-default li > a {
  color: #999999;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-family: 'Proxima nova', sans-serif;
  font-weight: 600;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  padding: 2px 0;
  display: inline-block; }

.tt-tabs-default li > a:hover,
.tt-tabs-default li > a.active {
  color: #191919; }

.tt-tabs-default li > a.active {
  border-bottom: 2px solid #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; }

.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 .tt-title a {
  color: #191919; }

.tt-content-info p {
  margin-top: 0;
  color: #777777; }

.tt-content-info .tt-subscription {
  margin-top: 20px; }

.tt-content-info .tt-subscription .tt-text-lage {
  font-size: 16px;
  color: #191919;
  font-weight: 600;
  font-family: 'Proxima nova', sans-serif; }

.tt-content-info .tt-subscription .tt-text-small {
  color: #999999;
  font-size: 12px; }

@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), white 50%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), white 50%);
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), white 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
  right: 0; }

.tt-slider-fullwidth.arrow-location-center-02:before {
  content: '';
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 50%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white 50%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white 50%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white 50%);
  left: 0; }

.tt-content-info:hover .tt-title {
  color: #0d1663; }

/* 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: 600;
  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 .tt-title-block:hover .tt-title {
  color: #0d1663; }

.tt-items-categories ul {
  margin-top: 11px;
  padding-bottom: 3px; }

.tt-items-categories ul li a {
  color: #777777;
  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: #0d1663; }

.tt-items-categories ul li.active a {
  color: #0d1663; }

.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: #0d1663; }

/* tt-loader */
.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: #0d1663; }

.tt-offset-35 {
  margin-top: 35px; }

@media (max-width: 575px) {
  .tt-offset-35 {
    margin-top: 24px; } }
.tt-offset-20 {
  margin-top: 20px; }

.tt-offset-16 {
  margin-top: 16px; }

.tt-offset-7 {
  margin-top: 7px; }

@media (min-width: 1025px) {
  #tt-pageContent .shopify-challenge__container {
    margin-top: 52px; } }
@media (max-width: 1024px) and (min-width: 576px) {
  #tt-pageContent .shopify-challenge__container {
    margin-top: 43px; } }
@media (max-width: 575px) {
  #tt-pageContent .shopify-challenge__container {
    margin-top: 33px; } }
.shopify-challenge__container {
  padding: 53px 15px 59px; }

.shopify-challenge__container .shopify-challenge__message {
  color: #191919;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Proxima nova', sans-serif;
  margin-top: 0; }

#tt-pageContent .shopify-challenge__container .g-recaptcha {
  margin: 26px 0; }

#tt-pageContent .shopify-challenge__container .shopify-challenge__button {
  text-transform: uppercase; }

@media (min-width: 601px) {
  .shopify-challenge__container {
    border: 1px solid #eae8e8; } }
@media (max-width: 600px) {
  #tt-pageContent .shopify-challenge__container {
    max-width: 320px; } }
/*clear-gap*/
@media (min-width: 1025px) {
  #tt-pageContent .clear-gap {
    margin-top: -60px; } }
@media (max-width: 1024px) {
  #tt-pageContent .clear-gap {
    margin-top: -50px; } }
@media (max-width: 575px) {
  #tt-pageContent .clear-gap {
    margin-top: -40px; } }
/* 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: #0d1663; }

.tt-white-color {
  color: #ffffff; }

#tt-pageContent .tt-offset-small {
  margin-top: 20px; }

#tt-pageContent .shopify-section > .container-indent0:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 42px; }

@media (max-width: 1024px) {
  #tt-pageContent .shopify-section > .container-indent0:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 43px; } }
@media (max-width: 575px) {
  #tt-pageContent .shopify-section > .container-indent0:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 33px; } }
#tt-pageContent .shopify-section > .container-indent:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 52px; }

@media (max-width: 1024px) {
  #tt-pageContent .shopify-section > .container-indent:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 43px; } }
@media (max-width: 575px) {
  #tt-pageContent .shopify-section > .container-indent:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 33px; } }
#tt-pageContent .shopify-section > .container-indent1:not(.nomargin):not([class^="tt-offset"]) {
  margin-top: 63px; }

@media (max-width: 1024px) {
  #tt-pageContent .shopify-section > .container-indent1:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 43px; } }
@media (max-width: 575px) {
  #tt-pageContent .shopify-section > .container-indent1:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 33px; } }
.current_option_name {
  color: #0d1663; }

#template404 footer {
  margin-top: 0; }

.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: 600; }

.tt-modal-subsribe-good i {
  font-size: 30px;
  color: #0d1663;
  position: relative;
  top: 5px;
  margin-right: 1px; }

.errors {
  color: #ff0000; }

/* product single - social icon */
.addthis_toolbox {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -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; }

.addthis_toolbox > a {
  float: inherit; }

.addthis_toolbox > a:first-child {
  padding-left: 0 !important; }

.addthis_toolbox > a:last-child {
  padding-right: 0 !important; }

/*
More shemes
*/
/* footer */
footer .tt-color-scheme-03 .tt-newsletter .form-inline #contact_form {
  width: 100%; }

@media (min-width: 790px) {
  footer .tt-color-scheme-03 .tt-newsletter .form-inline #contact_form button {
    margin: 0; }

  footer .tt-color-scheme-02 {
    background: #e90730;
    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: #303030; }

  footer .tt-color-scheme-02 .tt-collapse-title {
    color: #ffffff;
    padding-bottom: 0; }

  footer .tt-color-scheme-02 .form-default .form-group {
    margin-bottom: 0; }

  footer .tt-color-scheme-02 .tt-newsletter .form-control:not(:active):not(:focus):not(:hover) {
    background: #ffffff;
    border-color: #ffffff;
    color: #777777; }

  footer .tt-color-scheme-02 .tt-newsletter .btn {
    color: #ffffff;
    background: #303030; }

  footer .tt-color-scheme-02 .tt-newsletter .btn:hover {
    color: #ffffff;
    background: #000000; }

  footer .tt-color-scheme-02 .tt-newsletter .form-control:focus {
    border-color: #191919;
    background: #ffffff; }

  footer .tt-color-scheme-02 .tt-newsletter ::-webkit-input-placeholder {
    color: #777777; }

  footer .tt-color-scheme-02 .tt-newsletter ::-moz-placeholder {
    color: #777777; }

  footer .tt-color-scheme-02 .tt-newsletter :-moz-placeholder {
    color: #777777; }

  footer .tt-color-scheme-02 .tt-newsletter :-ms-input-placeholder {
    color: #777777; }

  footer .tt-color-scheme-03 {
    background: #f7f8fa; }

  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-title {
    color: #191919; }

  footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-content {
    color: #777777; }

  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: #777777; }

  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: #777777; }

  footer .tt-color-scheme-03 .tt-collapse-content span {
    color: #191919; }

  footer .tt-color-scheme-03 .form-default .form-control:focus {
    color: #777777; }

  footer .tt-color-scheme-03 .tt-social-icon li a {
    color: #777777; }

  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):not(:hover) {
    background: #ffffff;
    border-color: #ffffff; }

  footer .tt-color-scheme-03 .tt-newsletter .btn {
    color: #ffffff;
    background: #e90730; }

  footer .tt-color-scheme-03 .tt-newsletter .btn:hover {
    color: #ffffff;
    background: #191919; }

  footer .tt-color-scheme-03 .tt-newsletter .form-control:focus {
    border-color: #0d1663;
    background: #ffffff;
    color: #777777; }

  footer .tt-color-scheme-03 .tt-newsletter ::-webkit-input-placeholder {
    color: #777777; }

  footer .tt-color-scheme-03 .tt-newsletter ::-moz-placeholder {
    color: #777777; }

  footer .tt-color-scheme-03 .tt-newsletter :-moz-placeholder {
    color: #777777; }

  footer .tt-color-scheme-03 .tt-newsletter :-ms-input-placeholder {
    color: #777777; }

  footer .tt-color-scheme-04 {
    background: #ffffff;
    color: #888888; }

  footer .tt-color-scheme-04 .tt-box-copyright {
    color: #888888; }

  footer .tt-color-scheme-04 .tt-logo .tt-title {
    color: #ffffff; } }
/* desktop header */
header .tt-color-scheme-01 {
  background: #303030;
  color: #888888; }

header .tt-color-scheme-01 .tt-box-info ul li a {
  color: #777777; }

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: #777777; }

header .tt-color-scheme-01 .tt-social-icon li a:hover {
  color: #ffffff; }

header .tt-desktop-header .tt-color-scheme-01.menubackground {
  background: #191919; }

header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-01 nav > ul > li > a,
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul > li > a {
  color: #ffffff; }

header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-01 nav > ul > li > a:hover,
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-01 nav > ul > li.active > a,
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-01 nav > ul > li.selected > a {
  color: #2879fe; }

header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul > li > a:hover,
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul > li.active > a,
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul > li.selected > a {
  color: #ffffff;
  background: #2879fe; }

header [class^="tt-color-scheme-"].tt-search-container {
  background: #ffffff; }

/*
spr
*/
#shopify-product-reviews {
  margin: 0 !important; }

#shopify-product-reviews .spr-container {
  padding: 0 !important;
  border: none !important; }

#shopify-product-reviews .spr-review,
#shopify-product-reviews .spr-form {
  border: none !important;
  padding-top: 0 !important; }

#shopify-product-reviews .spr-review:first-child,
#shopify-product-reviews .spr-review {
  margin-top: 11px !important; }

#shopify-product-reviews .spr-reviews {
  margin-top: 16px !important; }

#shopify-product-reviews .spr-reviews .spr-review {
  margin-top: 22px !important; }

#shopify-product-reviews .spr-reviews .spr-review:not(:last-child) {
  border-bottom: 1px solid #e9e7e7 !important; }

#shopify-product-reviews .spr-reviews .spr-review-content {
  margin: 0 0 15px 0; }

/* rating global */
.spr-starrating .spr-icon,
.spr-starrating .spr-icon:before,
.spr-starratings .spr-icon,
.spr-starratings .spr-icon:before {
  font-family: 'wokiee_icons';
  font-size: 16px;
  line-height: 22px; }

.spr-starrating .spr-icon-star:before,
.spr-starratings .spr-icon-star:before {
  content: "\ea2d";
  color: #ffb503; }

.spr-starrating .spr-icon-star-empty:before,
.spr-starratings .spr-icon-star-empty:before {
  content: "\ea5f";
  color: #d4d4d4; }

.spr-starrating .spr-icon-star-hover:before,
.spr-starratings .spr-icon-star-hover:before {
  content: "\ea2d" !important;
  color: #ffb503; }

.spr-icon-star-half-alt:before {
  content: "\ea60" !important;
  color: #ffb503; }

/* product pages tabs*/
#shopify-product-reviews .spr-header-title {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0 0 1px 0;
  text-transform: uppercase; }

#shopify-product-reviews .spr-summary .spr-summary-actions a {
  color: #0d1663;
  font-size: 14px;
  text-decoration: underline; }

#shopify-product-reviews .spr-summary .spr-summary-actions a:hover {
  text-decoration: none; }

#shopify-product-reviews h3 {
  font-size: 16px !important;
  line-height: 26px !important;
  letter-spacing: 0.04em  !important;
  margin: 0 !important;
  padding: 0 0 1px 0  !important;
  text-transform: uppercase; }

#shopify-product-reviews .spr-form h3 {
  padding: 0 0 12px 0  !important; }

#shopify-product-reviews [class^="spr-form-"] .spr-form-label {
  font-size: 14px;
  color: #191919;
  font-family: 'Proxima nova', sans-serif;
  font-weight: 600;
  padding-bottom: 5px;
  text-transform: uppercase; }

#shopify-product-reviews [class^="spr-form-"] input:not(.btn),
#shopify-product-reviews [class^="spr-form-"] textarea {
  background: #f7f8fa;
  font-size: 14px;
  border: 1px solid #f7f8fa;
  padding: 11px 12px 10px 15px;
  font-family: 'Open Sans', sans-serif;
  box-shadow: none;
  outline: none;
  color: #777777;
  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; }

#shopify-product-reviews [class^="spr-form-"] input:not(.btn) {
  height: 45px; }

#shopify-product-reviews [class^="spr-form-"] input:not(.btn):focus,
#shopify-product-reviews [class^="spr-form-"] textarea:focus {
  border-color: #0d1663;
  background: transparent; }

#shopify-product-reviews [class^="spr-form-"] input.btn {
  text-transform: uppercase;
  float: inherit;
  margin-top: -2px; }

#shopify-product-reviews .spr-container .spr-review-footer a {
  color: #0d1663;
  font-size: 14px;
  text-decoration: underline; }

#shopify-product-reviews .spr-container .spr-review-footer a:hover {
  text-decoration: none; }

#shopify-product-reviews .spr-reviews h3 {
  padding-bottom: 0 !important; }

#shopify-product-reviews .spr-review-header-starratings {
  margin: 0 0 2px 0; }

#shopify-product-reviews .spr-review-header-byline {
  font-size: 12px;
  font-style: normal;
  opacity: 1; }

#shopify-product-reviews .spr-review-header-byline strong {
  font-weight: normal;
  color: #191919; }

#shopify-product-reviews .spr-review-content-body {
  font-size: 14px;
  line-height: 22px; }

#shopify-product-reviews .spr-form-contact-name,
#shopify-product-reviews .spr-form-contact-email,
#shopify-product-reviews .spr-form-contact-location,
#shopify-product-reviews .spr-form-review-rating,
#shopify-product-reviews .spr-form-review-title,
#shopify-product-reviews .spr-form-review-body {
  margin: 0 0 20px 0; }

.tt-product-single-info .spr-badge-caption {
  color: #0d1663;
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: -1px; }

.tt-product-single-info .spr-badge-starrating {
  margin: 0 8px 0 0; }

@media (max-width: 480px) {
  #shopify-product-reviews .spr-header-title {
    text-align: left; }

  #shopify-product-reviews .spr-summary {
    text-align: left; } }
.spr-icon.spr-icon-star-empty {
  opacity: 1 !important;
  color: #d6d6d6; }

.tt-rating {
  top: -3px;
  position: relative; }

.element-item .tt-rating .spr-badge-caption,
.tt-layout-vertical .tt-rating .spr-badge-caption,
.tt-product .tt-rating .spr-badge-caption {
  display: none; }

.tt-rating, .tt-review {
  cursor: pointer; }

/*  */
#modalAddToCartError .modal-body {
  color: #ffffff;
  background-color: #FF8F8F; }

.modal-add-cart i {
  font-size: 34px;
  line-height: 34px; }

.viewfullinfo {
  color: #0d1663; }

.viewfullinfo:hover {
  color: #191919; }

/*  */
.addthis_toolbox {
  display: inline-block;
  padding: 4px 0 2px; }

.addthis_toolbox a {
  margin-bottom: 0 !important; }

.addthis_toolbox .at-icon-wrapper {
  line-height: 25px !important;
  height: 25px !important;
  width: 25px !important; }

.addthis_toolbox .at-icon-wrapper .at-icon {
  width: 25px !important;
  height: 25px !important; }

.addthis_counter.addthis_bubble_style {
  margin-left: 4px !important;
  margin-top: -3px !important; }

.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
  padding: 0 5px !important; }

.shipping-form-offset {
  margin-top: 17px; }

button {
  cursor: pointer; }

/* Cart Page. Button Update */
a.blink-border {
  -webkit-animation: pulsate .7s linear infinite;
  animation: pulsate .7s linear infinite; }

a:hover.blink-border {
  -webkit-animation: none;
  animation: none; }

@-webkit-keyframes pulsate {
  50% {
    opacity: .2; } }

@keyframes pulsate {
  50% {
    opacity: .2; } }

/*Ajax Preloader*/
#custom-preloader {
  position: fixed;
  z-index: 100000;
  top: 50%;
  width: 100%;
  margin-top: -20px; }

#custom-preloader .custom-loader {
  position: absolute;
  left: 50%;
  margin-left: -28px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center; }

#custom-preloader .custom-loader img {
  opacity: 0.9; }

/* Quick view */
.quickview-error {
  background: red !important; }

.quickview-added {
  background: green !important; }

.product-main-image img {
  width: 100%; }

/*  */
.flex-align-center {
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px; }

li[data-availability=false] a {
  opacity: 1; }

.tt-post-single .tt-title,
.tt-block-title .tt-title,
.tt-title-subpages {
  text-transform: uppercase; }

/* Admin panel */
.svg_admin {
  position: relative;
  background: #f0f0f0;
  color: #000;
  font-weight: 600;
  line-height: 0;
  text-align: center; }

.svg_admin span {
  position: absolute;
  top: 20px;
  font-size: 16px;
  left: 0;
  width: 100%;
  text-align: center; }

.svg_admin span:last-child {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  top: auto;
  bottom: 10px; }

.svg_admin svg {
  width: 100%;
  height: 100%; }

.customimage img {
  max-width: 100%; }

/*tt-options-swatch*/
.tt-options-swatch li[data-availability="false"] {
  position: relative;
  border-radius: 50%; }

.tt-options-swatch li[data-availability="false"] span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  backface-visibility: hidden;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  overflow: hidden; }

.tt-options-swatch:not(.options-large):not(.options-middle) li[data-availability="false"] span:not(.options-color-image) {
  background: url(//cdn.shopify.com/s/files/1/0009/5453/1892/t/61/assets/cross_20.png?v=964847316518245597) 0 0 no-repeat;
  width: 20px;
  height: 20px; }

.tt-options-swatch:not(.options-large):not(.options-middle) li[data-availability="false"]:hover span:not(.options-color-image),
.tt-options-swatch:not(.options-large):not(.options-middle) li[data-availability="false"].active span:not(.options-color-image) {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  border-radius: 50%;
  overflow: hidden;
  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[data-availability="false"] span.options-color-image {
  background: url(//cdn.shopify.com/s/files/1/0009/5453/1892/t/61/assets/cross_40.png?v=9290560576675058047) 0 0 no-repeat;
  width: 40px;
  height: 40px; }

.tt-options-swatch:not(.options-large):not(.options-middle) li[data-availability="false"]:hover span.options-color-image,
.tt-options-swatch:not(.options-large):not(.options-middle) li[data-availability="false"].active span.options-color-image {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  border-radius: 50%;
  overflow: hidden;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.tt-options-swatch li[data-availability=false] a:not(.options-color) {
  text-decoration: line-through; }

/*tt-options-swatch - product single*/
.tt-options-swatch.options-large li[data-availability="false"] span:not(.options-color-image) {
  background: url(//cdn.shopify.com/s/files/1/0009/5453/1892/t/61/assets/cross_30.png?v=5578382638295545896) 0 0 no-repeat;
  width: 30px;
  height: 30px; }

.tt-options-swatch.options-large li[data-availability="false"] span.options-color-image {
  background: url(//cdn.shopify.com/s/files/1/0009/5453/1892/t/61/assets/cross_60.png?v=15427321456533016239) 0 0 no-repeat;
  width: 60px;
  height: 60px;
  width: 100%;
  height: 100%;
  background-size: cover; }

.tt-options-swatch.options-large li[data-availability="false"]:hover span.options-color-image,
.tt-options-swatch.options-large li[data-availability="false"].active span.options-color-image {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  border-radius: 50%;
  overflow: hidden;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.tt-options-swatch.options-large li[data-availability="false"]:hover span:not(.options-color-image),
.tt-options-swatch.options-large li[data-availability="false"].active span:not(.options-color-image) {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  border-radius: 50%;
  overflow: hidden;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.tt-options-swatch li[data-availability="false"]:hover .options-color-image:after,
.tt-options-swatch li[data-availability="false"].active .options-color-image:after,
.tt-options-swatch li[data-availability="false"]:hover .options-color:after,
.tt-options-swatch li[data-availability="false"].active .options-color:after {
  border-color: #191919; }

ul.tt-options-swatch li[data-availability="false"]:hover a:not(.options-color),
ul.tt-options-swatch li[data-availability="false"].active a:not(.options-color) {
  background: #191919; }

/*img.lazyload:not([src]){visibility:hidden;}*/
.tt-option-block a.lazyload:not([style]) {
  visibility: hidden; }

.gift_btn {
  background: none;
  border: none;
  cursor: pointer;
  outline: inherit; }

/* buy in one click */
.tt-product-single-info .shopify-payment-button__button {
  margin-top: 20px;
  font-family: Proxima nova, sans-serif;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.03em;
  outline: none;
  border-radius: 0;
  text-transform: uppercase;
  background: #f8dc68;
  color: #191919; }

.tt-product-single-info .shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
  padding: 18px 7px; }

.tt-loading-text {
  margin-top: 20px;
  font-family: 'Proxima nova', sans-serif;
  padding: 18px 7px;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.1;
  text-align: center; }

.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: #dfc65d !important; }

.tt-product-single-info .shopify-payment-button__button:hover {
  background-color: #dfc65d;
  color: #191919; }

.tt-product-single-info .shopify-payment-button__more-options {
  display: none; }

.product_tabs .tt-collapse-content img {
  max-width: 100%; }

.prpage-tabs .tab-content .tab-pane > *:first-child,
.tt-collapse-content.prpage-tabs > *:first-child {
  margin-top: 0; }

/*Center Product thembnails options, for thumbnail design 1*/
*:not(.tt-col-one) > * > .tt-product.product-information-center .tt-description .tt-row {
  display: block; }

*:not(.tt-col-one) > * > .tt-product.product-information-center .tt-description .tt-add-info {
  align-items: center; }

*:not(.tt-col-one) > * > .tt-product.product-information-center .tt-rating {
  justify-content: center;
  margin-top: 10px; }

*:not(.tt-col-one) > * > .tt-product.product-information-center .tt-description .tt-title {
  text-align: center; }

*:not(.tt-col-one) > * > .tt-product.product-information-center .tt-description .tt-price {
  justify-content: center; }

*:not(.tt-col-one) > * > .tt-product.product-information-center .tt-options-swatch {
  justify-content: center; }

*:not(.tt-col-one) > * > .tt-product.product-information-center .tt-description .tt-product-inside-hover {
  justify-content: center; }

@media (max-width: 1024px) {
  *:not(.tt-col-one) > * > .tt-product.product-information-center .tt-description .tt-product-inside-hover {
    display: block;
    text-align: center; } }
/* Product in on row in the listing page */
.tt-product-listing.tt-col-one > .tt-col-item {
  flex: 0 0 100%;
  max-width: 100%; }

.tt-product-listing.tt-col-one .tt-product,
.tt-product-listing.tt-col-one .tt-product-design02 {
  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-listing.tt-col-one .tt-product .tt-image-box,
.tt-product-listing.tt-col-one .tt-product-design02 .tt-image-box {
  position: relative;
  width: 20%; }

@media (min-width: 421px) {
  .tt-product-listing.tt-col-one .tt-product .tt-description,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description {
    padding-left: 30px; } }
@media (max-width: 420px) {
  .tt-product-listing.tt-col-one .tt-product .tt-description,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description {
    padding-left: 20px; } }
.tt-product-listing.tt-col-one .tt-product .tt-description,
.tt-product-listing.tt-col-one .tt-product-design02 .tt-description {
  width: 60%;
  position: relative;
  z-index: 2; }

.tt-product-listing.tt-col-one .tt-product .tt-description .tt-product-inside-hover,
.tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-product-inside-hover {
  display: block;
  position: relative; }

.tt-product-listing.tt-col-one .tt-product > *:first-child,
.tt-product-listing.tt-col-one .tt-product-design02 > *:first-child,
.tt-product-listing.tt-col-one .tt-product .tt-row > *:first-child,
.tt-product-listing.tt-col-one .tt-product-design02 .tt-row > *:first-child {
  margin-top: 0; }

@media (min-width: 1025px) {
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-row {
    display: block; }

  .tt-product-listing.tt-col-one .tt-product-design02 .tt-rating {
    top: 0;
    margin: 5px 0;
    display: inline-block; }

  .tt-product-listing.tt-col-one .tt-product,
  .tt-product-listing.tt-col-one .tt-product-design02 {
    overflow: visible; }

  .tt-product-listing.tt-col-one .tt-product .tt-description,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description {
    padding-top: 0; }

  .tt-product-listing.tt-col-one .tt-product .tt-description .tt-product-inside-hover,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-product-inside-hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    overflow: visible; }

  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description {
    bottom: 0%;
    opacity: 1;
    visibility: visible;
    padding-top: 0;
    padding-bottom: 0; }

  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-title,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-title a {
    color: #191919; }

  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-price {
    color: #191919; }

  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-price .new-price {
    color: #f8353e; }

  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-price .old-price {
    color: #191919; }

  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-add-info li,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-add-info li a {
    color: #999999; }

  .tt-product-listing.tt-col-one .tt-product .tt-description .tt-btn-addtocart,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-btn-addtocart {
    margin-top: 7px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Proxima nova bold', sans-serif;
    display: inline-block;
    position: relative;
    letter-spacing: 0.04em;
    color: #ffffff;
    font-size: 14px;
    padding: 13px 19px;
    background: #e90730;
    border: 0px solid #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-listing.tt-col-one .tt-product .tt-description .tt-btn-addtocart:hover,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-btn-addtocart:hover {
    color: #ffffff;
    background: #cd092c;
    border-color: #191919; }

  .tt-product-listing.tt-col-one .tt-product .tt-description .tt-btn-addtocart .icon,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-btn-addtocart .icon {
    display: none; }

  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-btn-quickview {
    color: #191919;
    opacity: 1;
    visibility: visible;
    right: 0; }

  .tt-product-listing.tt-col-one .tt-product-design02 .tt-image-box:before {
    content: none; } }
@media (max-width: 1024px) {
  .tt-product-listing.tt-col-one .tt-product .tt-description .tt-row,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-row {
    display: block; }

  .tt-product-listing.tt-col-one .tt-rating {
    top: 0;
    margin: 5px 0; }

  .tt-product-listing.tt-col-one .tt-product .tt-description,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description {
    margin: 0; } }
.tt-product-listing.tt-col-one .tt-product:hover .tt-image-box .tt-btn-quickview,
.tt-product-listing.tt-col-one .tt-product-design02 .tt-btn-link,
.tt-product-listing.tt-col-one .tt-product-design02 .tt-btn-quickview {
  display: none; }

.tt-product-listing.tt-col-one .tt-product .tt-description .tt-btn-quickview,
.tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-btn-quickview {
  display: inline-block;
  position: relative;
  padding: 6px 0; }

.tt-product-listing.tt-col-one .tt-product .description,
.tt-product-listing.tt-col-one .tt-product-design02 .description {
  margin-top: 13px;
  margin-bottom: 2px;
  display: block !important; }

#same_product_height #tt-pageContent .tt-product-listing.tt-col-one .tt-product .tt-image-box,
#same_product_height #tt-pageContent .tt-product-listing.tt-col-one .tt-product-design02 .tt-image-box {
  height: auto; }

#same_product_height #tt-pageContent .tt-product-listing.tt-col-one .tt-product .tt-image-box img,
#same_product_height #tt-pageContent .tt-product-listing.tt-col-one .tt-product-design02 .tt-image-box .tt-img img {
  max-height: none; }

@media (min-width: 1025px) {
  .tt-product.thumbprod-center {
    text-align: center; }

  .tt-product.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.thumbprod-center .tt-description .tt-row .tt-add-info {
    width: 100%; }

  .tt-product.thumbprod-center .tt-description .tt-rating {
    width: 100%;
    display: block;
    text-align: center; }

  .tt-col-one .tt-product.thumbprod-center .tt-description .tt-rating {
    width: auto; }

  .tt-product.thumbprod-center .tt-description .tt-price {
    display: block; }

  .tt-product.thumbprod-center .tt-description .tt-options-swatch {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .tt-product.thumbprod-center .tt-description .tt-product-inside-hover {
    display: block;
    text-align: center; } }
@media (max-width: 1024px) {
  .tt-product.thumbprod-center {
    text-align: center; }

  .tt-product.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.thumbprod-center .tt-description .tt-row .tt-add-info {
    width: 100%; }

  .tt-product.thumbprod-center .tt-description .tt-rating {
    width: 100%;
    display: block;
    text-align: center; }

  .tt-product.thumbprod-center .tt-description .tt-price {
    display: block; }

  .tt-product.thumbprod-center .tt-description .tt-options-swatch {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .tt-product.thumbprod-center .tt-product-inside-hover, .tt-product-design02 .tt-description .tt-product-inside-hover {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
.tt-col-one .tt-product.thumbprod-center,
.tt-col-one .tt-product.thumbprod-center .tt-description .tt-product-inside-hover,
.tt-col-one .tt-product.thumbprod-center .tt-description .tt-rating {
  text-align: left; }

.tt-col-one .tt-product.thumbprod-center .tt-description .tt-options-swatch {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@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-product-inside-hover {
    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:hover .tt-description {
    height: 100%; }

  .tt-product-design02.thumbprod-center .tt-description.ps-container {
    height: 100%; }

  .tt-product-design02.thumbprod-center .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; }

  .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-col-one .tt-product-design02.thumbprod-center .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-col-one .tt-product-design02.thumbprod-center .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; }

  .tt-col-one .tt-product-design02.thumbprod-center .tt-description .tt-row .tt-add-info {
    text-align: left; }

  .tt-col-one .tt-product-design02.thumbprod-center .tt-description .tt-product-inside-hover {
    text-align: left; } }
@media (min-width: 1025px) {
  .tt-product .tt-description .tt-btn-addtocart.thumbprod-button-bg {
    background-color: #e90730;
    border: 0px solid #2879fe;
    color: #ffffff;
    padding: 3px 16px 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 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-product .tt-description .tt-btn-addtocart.thumbprod-button-bg span:first-child {
    top: 6px; }

  .tt-product .tt-description .tt-btn-addtocart.thumbprod-button-bg:hover {
    background-color: #cd092c;
    color: #ffffff;
    border-color: #191919; } }
@media (max-width: 1024px) {
  .tt-product .tt-description .tt-btn-addtocart.thumbprod-button-bg,
  .tt-product-design02 .tt-description .tt-btn-addtocart.thumbprod-button-bg {
    font-size: 14px;
    padding: 2px 18px 10px;
    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-description .tt-btn-addtocart .icon-shopping_basket:before,
  .tt-product-design02 .tt-description .tt-btn-addtocart .icon-shopping_basket:before {
    top: 3px;
    margin-right: 2px; } }
.tt-product-single-info .shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
  padding: 19px 7px 17px; }

/* Product Page Horizontal Tabs */
.tt-tabs-default.tt-tabs-left {
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-left: inherit;
  padding-right: inherit;
  margin-left: -24px; }

.tt-tabs-default.tt-tabs-left .nav-link {
  text-align: left; }

@media (min-width: 1025px) {
  .tt-tabs-default.tt-tabs-left {
    padding-bottom: 24px; } }
@media (max-width: 575px) {
  .tt-tabs-default.tt-tabs-left {
    margin-left: -33px; } }
.tab-content img {
  max-width: 100%;
  height: auto; }

/* Two lines */
.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: 8px; }

@media (min-width: 1230px) {
  .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; }

.small-header .tt-desktop-header .tt-header-holder .tt-obj-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01):not(.tt-menu-small) {
  padding-top: 0;
  padding-bottom: 0; }

.small-header .tt-desktop-header .tt-header-holder .tt-dropdown-obj {
  margin-top: 9px;
  padding-bottom: 7px; }

.small-header .tt-desktop-header .tt-header-holder .tt-logo {
  margin-top: 13px;
  margin-bottom: 17px; }

.small-header .tt-desktop-header .tt-header-holder .tt-obj-menu .tt-desctop-menu.tt-menu-small nav > ul > li.dropdown > a {
  padding-top: 10px;
  padding-bottom: 15px; }

.small-header .tt-desktop-header .tt-header-holder .tt-obj-menu .tt-desctop-menu.tt-menu-small {
  padding-bottom: 0px; }

.desctop-menu-large .tt-desktop-header .tt-header-holder .obj-move-right.tt-position-absolute:not(:first-child),
.small-header .tt-desktop-header .tt-header-holder .obj-move-right.tt-position-absolute:not(:first-child) {
  position: absolute; }

.tt-mobile-header .tt-dropdown-obj {
  margin-top: 11px;
  padding-bottom: 7px; }

.tt-mobile-header .tt-logo-container {
  padding: 15px 0 20px; }

@media (max-width: 480px) {
  .tt-stuck-nav .tt-header-row {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -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; } }
@media (max-width: 480px) {
  .desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu {
    width: auto; } }
.tt-layout-promo-box > img,
.tt-layout-promo-box > .row > *:not([class^="col-"]) img {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin-right: 10px;
  margin-left: 10px; }

.tt-layout-promo-box > .row > *:not([class^="col-"]) {
  margin-right: 10px;
  margin-left: 10px; }

.tt-product .tt-select {
  background-color: #f7f8fa;
  color: #777777;
  border: none;
  height: 30px;
  width: 100%;
  max-width: 170px;
  padding: 2px 5px;
  cursor: pointer;
  outline: none;
  display: block; }

.tt-promo-fullwidth {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover; }

body:not(.touch-device) .tt-promo-fullwidth {
  background-attachment: fixed;
  /*background-position: center center;*/ }

@media (max-width: 1024px) {
  body:not(.touch-device) .tt-promo-fullwidth {
    background-attachment: inherit;
    background-position: inherit !important; } }
.term-conditions-checkbox {
  margin-top: 9px;
  margin-bottom: 31px; }

.m-term-conditions-checkbox.checkbox-group {
  margin-top: 22px;
  margin-bottom: 13px; }

.pdm-term-conditions-checkbox.checkbox-group {
  margin-top: 21px;
  margin-bottom: 0; }

.pm-term-conditions-checkbox.checkbox-group {
  margin-top: 13px;
  margin-bottom: 12px; }

.pdm-term-conditions-checkbox.checkbox-group label,
.pm-term-conditions-checkbox.checkbox-group label,
.m-term-conditions-checkbox.checkbox-group label {
  font-size: 12px; }

.prpage-term-conditions-checkbox.checkbox-group {
  margin-top: 21px;
  margin-bottom: 0; }

button:disabled,
.btn-link.disabled,
button.btn:disabled {
  cursor: default;
  pointer-events: none; }

/*
Round
*/
/* btn */
.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.tt-product-single-info .shopify-payment-button__button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.at-resp-share-element .at-share-btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* newsletter */
@media (min-width: 790px) {
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content .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-custom .tt-newsletter .tt-collapse-content .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 (max-width: 789px) {
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content .form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; } }
.tt-aside-subscribe-box form .form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/*tt-back-to-top*/
@media (min-width: 790px) {
  .tt-back-to-top {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; } }
/*product item*/
.tt-product .tt-description .tt-btn-addtocart,
.tt-product-design02 .tt-description .tt-btn-addtocart {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

@media (min-width: 1025px) {
  .tt-product .tt-image-box .tt-label-location [class^="tt-label-"] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; } }
@media (max-width: 1024px) {
  .tt-product .tt-image-box .tt-label-location [class^="tt-label-"] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; } }
.tt-product-single-info .tt-label [class^="tt-label"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

/* menu */
.tt-badge {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

/* form */
.form-default .form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.checkbox-group label .box {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.checkbox-group label .check {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.tt-input-counter.style-01 input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#shopify-product-reviews [class^="spr-form-"] input:not(.btn),
#shopify-product-reviews [class^="spr-form-"] textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* typography */
.tt-blockquote {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

mark {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* modal */
.modal .modal-body:not(.no-background) {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* tt-promo-fixed  */
.tt-promo-fixed {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* filter */
.tt-options-swatch li a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.tt-filter-detach-option .filters-mobile .filters-row-select select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.tt-options-swatch:not(.options-large):not(.options-middle) li a:not(.options-color) {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.tt-promo-box:not(.tt-one-child) .tt-description .tt-description-wrapper .tt-background {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.tt-product-design02 .tt-image-box .tt-label-location [class^="tt-label-"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

/* Countdown  */
.tt-countdown_box_02 .countdown-row .countdown-section,
.tt-countdown_box.tt-type-02 .countdown-row .countdown-section {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* Modal (newsletter) */
@media (min-width: 501px) {
  .tt-modal-newsletter .input-group input[type="email"] {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }

  .tt-modal-newsletter .input-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 (max-width: 500px) {
  .tt-modal-newsletter .input-group input[type="email"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  .tt-modal-newsletter .input-group .btn {
    margin-top: 15px; } }
/* add to cart - checkBox align icon */
.tt-modal-addtocart input[type=checkbox]:checked ~ label .check {
  text-align: left; }

@media (min-width: 651px) {
  .modal-discount {
    width: 600px; } }
@media (max-width: 650px) {
  .modal-discount {
    width: 420px; } }
/* Modal newsletter */
#Modalnewsletter .tt-background {
  background: white url("//cdn.shopify.com/s/files/1/0009/5453/1892/t/61/assets/popup_newsletter_image.png?v=9298700679791529572") 0 0 no-repeat;
  background-size: 50% auto; }

#Modalnewsletter .modal-body {
  padding: 52px 0; }

#Modalnewsletter .tt-modal-discount [class^="col"] {
  padding-left: 30px;
  padding-right: 30px; }

#Modalnewsletter .tt-modal-discount [class^="btn"] {
  width: 100%; }

#Modalnewsletter .tt-modal-discount .tt-promo-title {
  padding-bottom: 51px; }

#Modalnewsletter .tt-modal-discount .tt-promo-title .text-01 {
  color: #191919;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600; }

#Modalnewsletter .tt-modal-discount .tt-promo-title .text-02 {
  color: #191919;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-top: 33px; }

#Modalnewsletter .tt-modal-discount .tt-promo-title .text-03 {
  color: #191919;
  font-size: 40px;
  line-height: 34px;
  font-weight: 700;
  margin-top: 5px; }

#Modalnewsletter .checkbox-group label {
  color: #191919; }

#Modalnewsletter .tt-modal-discount .tt-link-underline {
  color: #0d1663;
  text-decoration: underline; }

#Modalnewsletter .tt-modal-discount .tt-link-underline:hover {
  text-decoration: none; }

#Modalnewsletter .tt-modal-discount .checkbox-group {
  margin-top: 34px;
  margin-bottom: 0; }

#Modalnewsletter .input-group input {
  margin-bottom: 10px; }

#Modalnewsletter .form-default .form-control {
  text-align: center; }

#Modalnewsletter .tt-background-fullwidth {
  background-size: 100% auto; }

#Modalnewsletter .tt-layout-center [class^="col"] {
  flex: 0 0 100%;
  max-width: 100%; }

#Modalnewsletter .tt-layout-center .tt-modal-discount .form-group {
  text-align: center; }

#Modalnewsletter .tt-layout-center .tt-modal-discount .form-group .form-control {
  max-width: 300px;
  display: inline-block; }

#Modalnewsletter .tt-layout-center .tt-modal-discount [class^="btn"] {
  max-width: 300px; }

#Modalnewsletter .tt-layout-center .input-group {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

#Modalnewsletter .tt-layout-center .form-control {
  max-width: 300px;
  width: 100%; }

@media (max-width: 650px) {
  #Modalnewsletter .modal-body:not(.tt-layout-center) {
    background: #ffffff; }

  #Modalnewsletter .modal-body:not(.tt-layout-center) [class^="col"] {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (max-width: 650px) {
  #Modalnewsletter .modal-body {
    padding: 30px 0; }

  #Modalnewsletter .modal-body .tt-modal-discount .tt-promo-title {
    padding-bottom: 18px; }

  #Modalnewsletter .modal-body .tt-modal-discount .tt-promo-title .text-01 {
    font-size: 24px;
    line-height: 32px; }

  #Modalnewsletter .modal-body .tt-modal-discount .tt-promo-title .text-02 {
    margin-top: 8px;
    font-size: 20px;
    line-height: 32px; }

  #Modalnewsletter .modal-body .tt-modal-discount .tt-promo-title .text-03 {
    font-size: 36px;
    line-height: 32px;
    margin-top: 5px; }

  #Modalnewsletter .tt-modal-discount .checkbox-group {
    margin-top: 20px; } }
@media (max-width: 500px) {
  .modal-discount {
    width: 320px; } }
@media (max-width: 370px) {
  .modal-discount {
    width: 280px; } }
.modal-small {
  width: 400px; }

@media (max-width: 450px) {
  .modal-small {
    width: 280px; } }
#Modalnewsletter .input-group input[type="email"],
#Modalnewsletter .input-group .btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* lookbook */
.tt-hotspot-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* lookbook (BRANDS)*/
.tt-img-box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.tt-layout-01-post .tt-post .tt-post-content .tt-background,
.tt-blog-thumb .tt-title-description .tt-background {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* End Round  */
/* svg icons */
.tt-menu-toggle svg {
  fill: #191919;
  width: 19px;
  height: 20px; }

body:not(.touch-device) .tt-menu-toggle:hover svg {
  fill: #e90730; }

.svg-icon-delete svg {
  width: 15px;
  height: 15px;
  fill: #191919;
  -moz-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear; }

.tt-cart-layout .svg-icon-delete svg {
  position: relative;
  top: 2px; }

.svg-icon-pencil-inline svg,
.svg-icon-delete-inline svg {
  fill: #0d1663;
  width: 17px;
  height: 17px;
  margin-right: 12px;
  position: relative;
  top: 2px;
  -moz-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear; }

.svg-icon-pencil-inline:hover svg,
.svg-icon-delete-inline:hover svg {
  fill: #191919; }

.svg-icon-delete:hover svg {
  fill: #0d1663; }

/**/
/* header cart badge */
header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
  padding-top: 2px; }

@media (min-width: 1025px) {
  .tt-product .tt-image-box .tt-label-location [class^="tt-label-"] {
    padding: 3px 4px 2px; } }
@media (max-width: 1024px) {
  .tt-product .tt-image-box .tt-label-location [class^="tt-label-"] {
    padding: 3px 4px 2px; } }
.tt-product-single-info .tt-label [class^="tt-label"] {
  padding: 4px 10px 2px; }

.tt-desctop-menu .tt-badge {
  padding: 4px 4px 2px;
  position: relativel;
  top: -1px; }

.panel-menu .mmpanel .tt-badge {
  top: 2px; }

@media (min-width: 790px) {
  footer .tt-footer-custom .tt-newsletter .tt-collapse-content .btn {
    padding-top: 5px;
    padding-bottom: 3px; } }
.panel-menu #mm0.mmpanel .mm-next-level:after {
  top: 10px; }

.tt-desctop-menu .tt-megamenu-submenu li a:not(:only-child) span:after {
  margin-top: 5px; }

/* max oc */
@media (min-width: 576px) {
  .tt-modal-newsletter .input-group input[type="email"] {
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 2.9; }

  footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 2.9; }

  .form-default .form-control[type="text"],
  .form-default .form-control[type="email"],
  .form-default .form-control[type="password"] {
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 2.9; } }
@media (max-width: 575px) {
  .tt-modal-newsletter .input-group input[type="email"] {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 2.4; }

  footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 2.4; }

  .form-default .form-control[type="text"],
  .form-default .form-control[type="email"],
  .form-default .form-control[type="password"] {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 2.4; } }
/* ie */
@media (min-width: 576px) {
  html.ie.win .tt-modal-newsletter .input-group input[type="email"] {
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 2.6; }

  html.ie.win footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 2.6; }

  html.ie.win .form-default .form-control[type="text"],
  html.ie.win .form-default .form-control[type="email"],
  html.ie.win .form-default .form-control[type="password"] {
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 2.6; } }
@media (max-width: 575px) {
  html.ie.win .tt-modal-newsletter .input-group input[type="email"] {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 2.6; }

  html.ie.win footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 2.6; }

  .form-default .form-control[type="text"],
  .form-default .form-control[type="email"],
  .form-default .form-control[type="password"] {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 2.6; } }
/* Banners type 2 with external texts */
@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; }

.tt-promo02 .image-box {
  display: inline-block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); }

.tt-promo02 img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .5s;
  transition: transform 1s; }

.tt-promo02:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }

.tt-promo02 .tt-description {
  color: #777777; }

.tt-promo02 .tt-description:not(:empty) {
  padding-top: 14px; }

.tt-promo02 .tt-description .tt-title-small {
  font-family: "Open Sans", sans-serif;
  color: #191919;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  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: "Proxima nova", sans-serif;
  color: #191919;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  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:hover .tt-description a.tt-title > * {
  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:hover .tt-description p a {
  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: 0; }

.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; } }
/* Tooltips */
#tt-tooltip-popup {
  display: none;
  pointer-events: none; }

@media (min-width: 1025px) {
  #tt-tooltip-popup {
    color: #191919;
    font-size: 14px;
    line-height: 21px;
    padding: 1px 8px 0;
    position: absolute;
    z-index: 100;
    white-space: nowrap;
    display: inline-block;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0; }

  #tt-tooltip-popup span {
    position: relative;
    z-index: 7;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  #tt-tooltip-popup:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.13);
    z-index: 2;
    border-radius: 4px; }

  #tt-tooltip-popup:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.13);
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg); }

  #tt-tooltip-popup i {
    display: block;
    position: absolute;
    top: 50%;
    height: 100%;
    z-index: 3;
    margin-top: -3px; }

  #tt-tooltip-popup i:after {
    content: '';
    display: block;
    z-index: 3;
    border: 3px solid transparent; }

  /*left*/
  #tt-tooltip-popup.tooltip-left:after {
    right: -6px; }

  #tt-tooltip-popup.tooltip-left i {
    right: -6px; }

  #tt-tooltip-popup.tooltip-left i:after {
    border-left: 3px solid #ffffff; }

  /*right*/
  #tt-tooltip-popup.tooltip-right:after {
    left: -0px; }

  #tt-tooltip-popup.tooltip-right i {
    left: -6px; }

  #tt-tooltip-popup.tooltip-right i:after {
    border-right: 3px solid #ffffff; }

  /*top*/
  #tt-tooltip-popup.tooltip-top:after {
    top: 100%;
    left: 50%; }

  #tt-tooltip-popup.tooltip-top i {
    left: -6px; }

  #tt-tooltip-popup.tooltip-top i {
    bottom: -3px;
    left: 50%;
    margin-top: 0; }

  #tt-tooltip-popup.tooltip-top i:after {
    border-top: 3px solid #ffffff;
    top: inherit;
    bottom: 0%;
    left: 50%;
    margin-left: -3px;
    position: absolute; }

  /*bottom*/
  #tt-tooltip-popup.tooltip-bottom:after {
    top: 0px;
    left: 50%; }

  #tt-tooltip-popup.tooltip-bottom i {
    left: -6px; }

  #tt-tooltip-popup.tooltip-bottom i {
    top: -3px;
    left: 50%; }

  #tt-tooltip-popup.tooltip-bottom i:after {
    border-bottom: 3px solid #ffffff;
    top: 0px;
    left: 50%;
    margin-left: -3px; } }
/* Wishlist */
.product-parent.tt-view .tt-image-box .tt-btn-quickview,
.product-parent.tt-view .tt-image-box .wk-app-btn {
  display: none; }

.product-parent.tt-view .tt-description .wk-app-btn {
  padding: 4px 4px 4px 0;
  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;
  display: inline-block;
  position: relative; }

.product-parent.tt-view .tt-description .tt-btn-wishlist svg {
  width: 16px;
  height: 14px; }

.product-parent.tt-view .tt-description .tt-btn-compare svg {
  width: 16px;
  height: 15px; }

.wkapp_load:before {
  font-family: 'wokiee_icons';
  font-size: 20px;
  line-height: 1;
  content: '\e910'; }

.wkapp_load:not(.inline-wk-link) svg {
  display: none; }

@media (min-width: 1025px) {
  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn.wkapp_load:before {
    margin-top: 0px; }

  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn {
    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;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    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: 6; }

  .tt-product:not(.tt-view) .tt-image-box .tt-btn-wishlist svg {
    width: 16px;
    height: 14px;
    position: relative;
    top: 1px; }

  .tt-product:not(.tt-view) .tt-image-box .tt-btn-compare svg {
    width: 16px;
    height: 15px; }

  .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview + .tt-btn-wishlist {
    top: 66px; }

  .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview + .tt-btn-compare {
    top: 66px; }

  .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview + .tt-btn-wishlist + .tt-btn-compare {
    top: 122px; }

  .tt-product-design02:not(.tt-view) .tt-btn-quickview {
    right: 19px; }

  .tt-product-design02:not(.tt-view) .wk-app-btn svg {
    position: relative;
    top: 4px; }

  .tt-product-design02:not(.tt-view) .wk-app-btn.wkapp_load:before {
    height: 14px; }

  .tt-product-design02.thumbprod-center .tt-description .tt-title {
    padding-left: 25px;
    padding-right: 25px;
    text-align: center; }

  .tt-product-design02.thumbprod-center.tt-small .tt-description .tt-title {
    padding-left: 32px;
    padding-right: 32px; }

  .tt-product-design02.thumbprod-center .tt-description .tt-option-block {
    padding-left: 25px;
    padding-right: 25px; }

  .tt-product-design02.thumbprod-center.tt-small .tt-description .tt-option-block {
    padding-left: 32px;
    padding-right: 32px; } }
@media (min-width: 1025px) {
  .tt-product:not(.tt-view) .tt-description .wk-app-btn {
    display: none; } }
@media (max-width: 1024px) {
  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn {
    display: none; } }
@media (min-width: 1025px) {
  .tt-product:not(.tt-view):hover .tt-image-box .wk-app-btn {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; } }
@media (min-width: 1025px) {
  .tt-product-design02:not(.tt-view) .wk-app-btn {
    padding: 4px 6px 4px 6px;
    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;
    top: 10px;
    right: 15px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden; }

  .tt-product-design02:not(.tt-view) .wk-app-btn svg path {
    -moz-transition: fill 0.2s linear;
    -o-transition: fill 0.2s linear;
    -webkit-transition: fill 0.2s linear;
    transition: fill 0.2s linear; }

  .tt-product-design02:not(.tt-view) .tt-btn-wishlist svg {
    width: 16px;
    height: 14px; }

  .tt-product-design02:not(.tt-view) .tt-btn-compare svg {
    width: 16px;
    height: 15px; }

  .tt-product-design02:not(.tt-view) .tt-btn-quickview + .tt-btn-wishlist {
    top: 52px; }

  .tt-product-design02:not(.tt-view) .tt-btn-quickview + .tt-btn-compare {
    top: 52px; }

  .tt-product-design02:not(.tt-view) .tt-btn-quickview + .tt-btn-wishlist + .tt-btn-compare {
    top: 96px; } }
@media (max-width: 1024px) {
  .tt-product-design02:not(.tt-view) .wk-app-btn {
    display: none; } }
@media (min-width: 1025px) {
  .tt-product-design02:not(.tt-view):hover > .wk-app-btn {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible;
    z-index: 7; } }
@media (max-width: 1024px) {
  .product-parent:not(.tt-view) .tt-description .tt-btn-quickview {
    padding-left: 6px;
    padding-right: 6px; }

  .product-parent:not(.tt-view):not(.thumbprod-center) .tt-description .tt-btn-quickview {
    margin-left: 0;
    padding-left: 0; }

  .product-parent:not(.tt-view) .tt-description .wk-app-btn {
    padding: 4px 6px;
    margin-left: 9px;
    margin-right: 9px;
    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;
    display: inline-block;
    position: relative; }

  .product-parent:not(.tt-view) .tt-description .tt-btn-wishlist svg {
    width: 16px;
    height: 14px; }

  .product-parent:not(.tt-view) .tt-description .tt-btn-compare svg {
    width: 16px;
    height: 15px; } }
@media (max-width: 1024px) {
  .product-parent .tt-description .tt-product-inside-hover {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .product-parent:not(.tt-view) .tt-description .tt-btn-quickview {
    margin-left: 9px;
    margin-right: 9px; }

  .product-parent:not(.tt-view) .tt-description .tt-product-inside-hover .tt-row-btn:not(:first-child) {
    margin-top: 10px; }

  .product-parent.tt-small .tt-btn-quickview {
    top: 5px; } }
@media (max-width: 370px) {
  .tt-product:not(.tt-view).thumbprod-center .tt-description .tt-btn-quickview,
  .product-parent:not(.tt-view).thumbprod-center .tt-description .wk-app-btn {
    margin-left: 4px;
    margin-right: 4px; } }
.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .tt-description .wk-app-btn {
  display: inline-block;
  opacity: 1;
  top: 0px;
  right: inherit;
  padding: 4px 6px;
  margin-left: 8px;
  margin-right: 8px;
  visibility: visible;
  position: relative; }

.wk-app-btn svg path {
  -moz-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear; }

.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .wk-app-btn.wkapp_load:before {
  top: 4px;
  position: absolute;
  left: 3px; }

@media (min-width: 1025px) {
  .tt-product-listing.tt-col-one .tt-product-design02:not(.tt-view) .wk-app-btn.wkapp_load:before {
    top: 8px; }

  .tt-product-listing.tt-col-one .tt-product-design02:not(.tt-view) .tt-description .tt-title,
  .tt-product-listing.tt-col-one .tt-product-design02:not(.tt-view) .tt-description .tt-option-block {
    padding-left: 0px;
    padding-right: 0px; } }
.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .wk-app-btn.wkapp_load svg {
  display: block;
  opacity: 0; }

.product-parent .tt-description .tt-product-inside-hover > :not(:first-child) {
  margin-top: 12px; }

.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .tt-description .wk-app-btn svg {
  width: 16px;
  height: 15px; }

.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .tt-description .tt-btn-quickview {
  display: inline-block;
  opacity: 1;
  top: 1px;
  right: inherit;
  padding: 4px 6px;
  margin-left: 8px;
  margin-right: 8px; }

.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .tt-product-inside-hover .tt-row-btn [class^="tt-btn-"]:not(.tt-btn-addtocart) {
  margin-left: 0;
  padding-left: 0; }

.tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-product-inside-hover {
  margin-top: 12px; }

.tt-product-listing.tt-col-one .product-parent .tt-image-box .tt-btn-quickview,
.tt-product-listing.tt-col-one .product-parent .tt-image-box .wk-app-btn {
  display: none; }

.tt-product-listing.tt-col-one .tt-product-design02:not(.tt-view) .wk-app-btn {
  display: none; }

.tt-product-listing.tt-col-one .tt-product-design02:hover .tt-label-location {
  opacity: 1;
  visibility: visible; }

.tt-product-listing.tt-col-one .tt-product-design02:hover .tt-countdown_box {
  opacity: 1;
  visibility: visible; }

@media (max-width: 370px) {
  .tt-product-listing.tt-col-one .product-parent:not(.tt-view) .tt-description .tt-btn-quickview,
  .tt-product-listing.tt-col-one .product-parent:not(.tt-view) .tt-description .wk-app-btn {
    margin-left: 5px;
    margin-right: 5px; } }
@media (min-width: 1025px) {
  .tt-product-design02:not(.tt-view) .wk-app-btn.wkapp_load:before {
    position: relative;
    left: 1px; }

  .tt-product-listing.tt-col-one .tt-product-design02:not(.tt-view) .tt-description .tt-btn-quickview {
    top: 5px; } }
@media (max-width: 1024px) {
  .product-parent:not(.tt-view) .tt-description .wk-app-btn:before {
    position: absolute;
    left: 3px;
    top: 4px; }

  .product-parent:not(.tt-view) .tt-description .wk-app-btn.wkapp_load svg {
    display: block;
    opacity: 0; } }
.tt-product:not(.tt-view) .tt-image-box .wk-delete-icon svg {
  width: 18px;
  height: 19px;
  top: 0; }

.tt-product-design02:not(.tt-view) .wk-delete-icon svg {
  width: 19px;
  height: 15px; }

.product-parent:not(.tt-view) .tt-description .wk-delete-icon svg {
  width: 19px;
  height: 15px; }

.product-parent:not(.tt-view):not(.thumbprod-center) .tt-description .wk-delete-icon {
  padding: 4px 6px 4px 0;
  margin-left: 0px;
  margin-right: 0px; }

/* header acount */
header .tt-account ul li a svg {
  width: 17px;
  height: 15px;
  position: relative;
  top: 4px;
  margin-left: 2px;
  margin-right: 10px;
  margin-top: 4px; }

/* inline-wk-link */
.inline-wk-link {
  position: relative;
  color: #0d1663; }

.inline-wk-link svg {
  width: 17px;
  height: 15px;
  position: relative;
  top: 3px;
  margin-right: 7px; }

.inline-wk-link svg path {
  fill: #0d1663;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.inline-wk-link.wkapp_load svg,
.inline-wk-link:focus.wkapp_load svg {
  opacity: 0; }

.inline-wk-link.wkapp_load:before,
.inline-wk-link:focus.wkapp_load:before {
  font-family: 'wokiee_icons' !important;
  display: inline-block;
  margin-right: 7px;
  font-size: 19px;
  position: absolute;
  top: 0px;
  left: -1px;
  margin-top: 0; }

.inline-wk-link:hover,
.inline-wk-link.wkapp_load,
.inline-wk-link[data-action="wk-remove"] {
  color: #191919; }

.inline-wk-link:hover svg path,
.inline-wk-link[data-action="wk-remove"] svg path {
  fill: #191919; }

/* product single pages */
.tt-product-single-info .tt-list-btn {
  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;
  list-style: none;
  padding: 0;
  margin: -10px 0 0 -20px; }

.tt-product-single-info .tt-list-btn li {
  margin-left: 20px;
  margin-top: 10px; }

/* wishlist page */
/* tt-empty-wishlist*/
.tt-empty-wishlist {
  text-align: center;
  padding: 102px 20px 102px;
  color: #777777; }

.tt-empty-wishlist img {
  max-width: 100%;
  height: auto; }

.tt-empty-wishlist .icon-svg {
  margin: 17px 0 0 0; }

.tt-empty-wishlist .icon-svg svg {
  width: 58px;
  height: 58px; }

.tt-empty-wishlist .tt-title {
  color: #191919;
  padding: 0;
  margin: 13px 0 0 0;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 44px; }

.tt-empty-wishlist p {
  color: #777777;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 400; }

.tt-empty-wishlist .btn {
  margin-top: 34px; }

@media (max-width: 1024px) {
  .tt-empty-wishlist {
    padding: 71px 20px 82px; }

  .tt-empty-wishlist .tt-title {
    font-size: 28px;
    line-height: 38px; } }
@media (max-width: 575px) {
  .tt-empty-wishlist {
    padding: 51px 15px 62px; }

  .tt-empty-wishlist .tt-title {
    font-size: 24px;
    line-height: 34px; }

  .tt-empty-wishlist p {
    font-size: 22px; } }
.tt-empty-wishlist > *:nth-child(1) {
  margin-top: 0; }

/* wishlist page */
/* tt-empty-wishlist*/
.tt-empty-wishlist {
  text-align: center;
  padding: 102px 20px 102px;
  color: #777777; }

.tt-empty-wishlist img {
  max-width: 100%;
  height: auto; }

.tt-empty-wishlist .icon-svg {
  margin: 17px 0 0 0; }

.tt-empty-wishlist .icon-svg svg {
  width: 58px;
  height: 58px; }

.tt-empty-wishlist .tt-title {
  color: #191919;
  padding: 0;
  margin: 13px 0 0 0;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 44px; }

.tt-empty-wishlist p {
  color: #777777;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 400; }

.tt-empty-wishlist .btn {
  margin-top: 34px; }

@media (max-width: 1024px) {
  .tt-empty-wishlist {
    padding: 71px 20px 82px; }

  .tt-empty-wishlist .tt-title {
    font-size: 28px;
    line-height: 38px; } }
@media (max-width: 575px) {
  .tt-empty-wishlist {
    padding: 51px 15px 62px; }

  .tt-empty-wishlist .tt-title {
    font-size: 24px;
    line-height: 34px; }

  .tt-empty-wishlist p {
    font-size: 22px; } }
.tt-empty-wishlist > *:nth-child(1) {
  margin-top: 0; }

/* buttons colors */
@media (min-width: 1025px) {
  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn {
    background: rgba(255, 255, 255, 0.9);
    color: #191919; }

  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn svg path {
    fill: #191919; }

  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn.wkapp_load,
  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn:hover,
  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn[data-action="wk-remove"] {
    background: rgba(40, 121, 254, 0.9);
    color: #ffffff; }

  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn:hover svg path,
  .tt-product:not(.tt-view) .tt-image-box .wk-app-btn[data-action="wk-remove"] svg path {
    fill: #ffffff; }

  .tt-product-design02:not(.tt-view) .wk-app-btn {
    color: #e90730; }

  .tt-product-design02:not(.tt-view) .wk-app-btn svg path {
    fill: #e90730; }

  .tt-product-design02:not(.tt-view) .wk-app-btn[data-action="wk-remove"] svg path,
  .tt-product-design02:not(.tt-view) .wk-app-btn:hover svg path {
    fill: #000000; }

  .tt-product-design02:not(.tt-view) .wk-app-btn.wkapp_load {
    color: #000000; } }
@media (max-width: 1024px) {
  .product-parent:not(.tt-view) .tt-description .wk-app-btn svg path {
    fill: #191919; }

  .product-parent:not(.tt-view) .tt-description .wk-app-btn.wkapp_load {
    color: #2879fe; }

  .product-parent:not(.tt-view) .wk-app-btn:hover svg path,
  .product-parent:not(.tt-view) .wk-app-btn[data-action="wk-remove"] svg path {
    fill: #2879fe; } }
.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .wk-app-btn svg path {
  fill: #191919; }

.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .wk-app-btn:hover svg path,
.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .wk-app-btn[data-action="wk-remove"] svg path {
  fill: #0d1663; }

.tt-product-listing.tt-col-one .product-parent:not(.tt-view) .wk-app-btn.wkapp_load:before {
  color: #0d1663; }

header .tt-account ul li a svg path {
  fill: #191919;
  -moz-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear; }

header .tt-account ul li a:hover svg path {
  fill: #0d1663; }

/* Modal wishlist */
#ModalMessage .modal-header {
  height: 0; }

#ModalMessage .modal-header .close {
  top: 23px;
  right: 2px;
  width: 27px;
  height: 27px;
  line-height: 1em; }

#ModalMessage .modal-header .close:not(:hover) {
  color: #999999; }

#ModalMessage .modal-header .close:before {
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: -3px; }

@media (min-width: 515px) {
  #ModalMessage .modal-dialog {
    width: 452px; } }
@media (max-width: 514px) {
  #ModalMessage .modal-dialog {
    width: 370px; } }
@media (max-width: 417px) {
  #ModalMessage .modal-dialog {
    width: 320px; } }
@media (max-width: 370px) {
  #ModalMessage .modal-dialog {
    width: 280px; } }
.tt-login-wishlist p {
  color: #191919;
  font-size: 16px;
  font-weight: 600; }

.tt-login-wishlist .row-btn {
  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; }

@media (min-width: 418px) {
  .tt-login-wishlist .row-btn {
    margin-left: -15px; }

  .tt-login-wishlist .row-btn [class^="btn"] {
    margin-top: 15px;
    margin-left: 15px; } }
@media (max-width: 417px) {
  .tt-login-wishlist .row-btn {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .tt-login-wishlist .row-btn [class^="btn"] {
    margin-top: 10px;
    width: 100%; } }
/*
compare pages
*/
.tt-compare-table {
  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;
  vertical-align: top;
  border: 1px solid #e9e7e7; }

.tt-compare-table .tt-col-title > *:nth-child(even),
.tt-compare-table .tt-item > *:nth-child(even) {
  background-color: #f7f8fa; }

.tt-compare-table .tt-col-title > *:not(:first-child),
.tt-compare-table .tt-item > *:not(:first-child) {
  border-top: 1px solid #e9e7e7; }

.tt-compare-table .tt-col-title {
  position: relative;
  width: 199px; }

.tt-compare-table .tt-col-title:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 1;
  background-color: #e9e7e7; }

.tt-compare-table .tt-col-title .title-item {
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #191919; }

@media (min-width: 451px) {
  .tt-compare-table .tt-col-item {
    width: calc(100% - 199px); } }
@media (max-width: 450px) {
  .tt-compare-table .tt-col-item {
    width: calc(100% - 110px); } }
.tt-compare-table .tt-col-item .compare-init-slider {
  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; }

.tt-compare-table .tt-col-item .compare-init-slider .tt-item {
  border-left: 1px solid #e9e7e7; }

.tt-compare-table .tt-col-item .tt-item {
  width: 33.333%; }

.tt-compare-table .tt-col-title .maininfo,
.tt-compare-table .tt-col-item .tt-image-box {
  padding: 0 20px; }

.tt-compare-table .tt-col-title .title-item:not(.maininfo),
.tt-compare-table .tt-col-item .tt-value:not(.tt-image-box) {
  padding: 6px 20px 5px; }

.tt-compare-table .tt-col-item .tt-image-box .tt-remove-item {
  display: block;
  margin-left: -4px;
  padding: 4px;
  position: relative;
  background: none;
  border: none;
  font-size: 21px;
  line-height: 1; }

.tt-compare-table .tt-col-item .tt-image-box .tt-remove-item svg {
  width: 17px;
  -moz-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
  fill: #191919; }

.tt-compare-table .tt-col-item .tt-image-box .tt-remove-item:hover svg {
  fill: #0d1663; }

.tt-compare-table .tt-col-item .tt-image-box .tt-img img {
  width: 100%;
  max-width: 156px;
  height: auto; }

.tt-compare-table .tt-col-item .tt-image-box .tt-label-location {
  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;
  position: relative;
  margin-top: 6px;
  margin-left: -3px; }

.tt-compare-table .tt-col-item .tt-image-box .tt-label-location [class^="tt-label-"] {
  margin-left: 3px;
  margin-top: 3px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  padding: 3px 4px 1px;
  display: inline-block;
  color: #ffffff; }

.tt-compare-table .tt-col-item .tt-image-box .tt-label-location .tt-label-new {
  background: #03a9f5;
  color: #ffffff; }

.tt-compare-table .tt-col-item .tt-image-box .tt-label-location .tt-label-sale {
  background: #e44c32;
  color: #ffffff; }

.tt-compare-table .tt-col-item .tt-image-box .tt-label-location .tt-label-in-stock {
  background: #0ec482;
  color: #ffffff; }

.tt-compare-table .tt-col-item .tt-image-box .tt-label-location .tt-label-our-stock {
  background: #191919;
  color: #ffffff; }

.tt-compare-table .tt-col-item .tt-image-box .tt-title {
  font-family: "Proxima nova", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  color: #191919; }

.tt-compare-table .tt-col-item .tt-image-box .tt-title a {
  color: #191919; }

.tt-compare-table .tt-col-item .tt-image-box .tt-title a:hover {
  color: #0d1663; }

.tt-compare-table .tt-col-item .tt-image-box .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;
  font-family: "Open Sans", sans-serif;
  margin-top: 2px;
  color: #191919; }

.tt-compare-table .tt-col-item .tt-image-box .tt-price .new-price {
  color: #f8353e;
  margin-right: 7px; }

.tt-compare-table .tt-col-item .tt-image-box .tt-price .old-price {
  color: #191919;
  text-decoration: line-through; }

.tt-compare-table .tt-col-item .tt-image-box .tt-price .old-price .money {
  text-decoration: line-through; }

.tt-compare-table .tt-col-item .tt-image-box .tt-price span {
  display: inline-block; }

.tt-compare-table .tt-col-item .tt-image-box .tt-btn-addtocart {
  margin-top: 15px; }

.tt-compare-table .tt-col-item .tt-value {
  font-size: 14px;
  line-height: 22px;
  text-align: left; }

.tt-compare-table .tt-col-item .tt-btn-addtocart {
  height: 35px; }

@media (max-width: 575px) {
  .tt-compare-table .tt-col-item .tt-btn-addtocart {
    font-size: 12px;
    padding-left: 13px;
    padding-right: 13px; } }
.tt-compare-table .tt-col-item .tt-btn-addtocart i {
  font-size: 20px;
  margin-right: 4px;
  position: relative;
  top: -2px; }

.tt-compare-table.slick-init {
  position: relative;
  margin-top: 37px; }

.tt-compare-table .slick-arrow {
  position: absolute;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  font-weight: 600;
  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;
  display: none !important;
  background: #f7f8fa;
  color: #191919; }

.tt-compare-table .slick-arrow.showarr {
  display: block !important; }

.tt-compare-table .slick-track {
  margin: 0; }

.tt-compare-table .slick-arrow:hover {
  background: #0d1663;
  color: #ffffff; }

.tt-compare-table .slick-arrow:before {
  font-family: "wokiee_icons";
  font-size: 20px;
  line-height: 1; }

.tt-compare-table .slick-prev:before {
  content: "\e90d"; }

.tt-compare-table .slick-next:before {
  content: "\e90e"; }

.tt-compare-table .slick-arrow {
  top: 50px; }

.tt-compare-table .slick-prev {
  left: -19px; }

.tt-compare-table .slick-next {
  right: -19px; }

.tt-image-box {
  position: relative; }

.tt-compare-table .tt-col-item .tt-image-box,
.tt-compare-table .maininfo {
  background-color: transparent !important;
  border-top-color: transparent; }

.tt-compare-table .tt-col-item .tt-image-box:not(.tt-image-box-last) + *,
.tt-compare-table .maininfo:not(.maininfolast) + * {
  border-top-color: transparent; }

.tt-compare-table .tt-image-box:first-child,
.tt-compare-table .maininfo:first-child {
  padding-top: 15px; }

.tt-compare-table .tt-col-title .maininfo.maininfolast,
.tt-compare-table .tt-col-item .tt-image-box.tt-image-box-last {
  padding-top: 18px; }

/*img center*/
.tt-compare-table .tt-col-item .tt-image-box .tt-img {
  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;
  height: 100%; }

/*btn icon*/
.tt-compare-table .tt-col-item .tt-btn-addtocart {
  padding-left: 15px;
  padding-right: 15px; }

.tt-compare-table .tt-col-item .tt-btn-addtocart .icon::before {
  content: '\e986';
  font-size: 20px;
  top: -3px;
  margin-right: 4px;
  font-weight: normal;
  position: relative; }

.tt-compare-table .tt-btn-addtocart.disable {
  background: #191919;
  color: #ffffff; }

.tt-compare-table .tt-col-item .tt-image-box .tt-label-location [class^="tt-label-"]:nth-child(2) {
  display: none; }

@media (min-width: 1025px) {
  .tt-compare-table .tt-col-item[data-grid="3"] .slick-slider .slick-track,
  .tt-compare-table .tt-col-item[data-grid="3"] .slick-slider .slick-list {
    width: 100% !important; }

  .tt-compare-table .tt-col-item[data-grid="3"] .tt-item {
    width: 33.333% !important; } }
@media (min-width: 790px) {
  .tt-compare-table .tt-col-item[data-grid="2"] .slick-slider .slick-track,
  .tt-compare-table .tt-col-item[data-grid="2"] .slick-slider .slick-list {
    width: 100% !important; }

  .tt-compare-table .tt-col-item[data-grid="2"] .tt-item {
    width: 50% !important; } }
.tt-compare-table .tt-col-item[data-grid="0"] .slick-slider .slick-track,
.tt-compare-table .tt-col-item[data-grid="1"] .slick-slider .slick-track,
.tt-compare-table .tt-col-item[data-grid="0"] .slick-slider .slick-list,
.tt-compare-table .tt-col-item[data-grid="1"] .slick-slider .slick-list {
  width: 100% !important; }

.comparebtn[data-action="delete"] {
  color: red; }

.tt-compare-table .tt-col-item[data-grid="0"] .tt-item,
.tt-compare-table .tt-col-item[data-grid="1"] .tt-item {
  width: 100% !important; }

.tt-info {
  position: relative; }

[data-val="maintable"] {
  text-transform: capitalize; }

@media (min-width: 1025px) {
  .tt-product:not(.tt-view).product-nohover .tt-description .tt-product-inside-hover {
    position: relative;
    display: block;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; } }
#same_product_height[data-type="not_same_width"] #tt-pageContent .tt-product .tt-image-box img,
#same_product_height[data-type="not_same_width"] #tt-pageContent .tt-product-design02 .tt-image-box .tt-img img {
  height: 200px;
  max-width: inherit;
  display: inline-block; }

@media (max-width: 1024px) {
  .container-mobile-airSticky,
  .container-fluid-mobile {
    width: 100%;
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px; }

  .tt-product-single-info .tt-title {
    font-size: 24px;
    line-height: 34px; }

  .tt-product-single-info .tt-price {
    font-size: 24px; } }
@media (max-width: 767px) {
  .container-fluid-mobile .row:first-child *[class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%; }

  .container-mobile-airSticky .tt-product-single-info {
    padding-top: 0; }

  .container-mobile-airSticky .tt-row-custom-01 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .container-mobile-airSticky .tt-row-custom-01 .col-item {
    width: 100%; }

  .container-mobile-airSticky .tt-row-custom-01 .col-item .tt-input-counter.style-01 {
    max-width: 100%; }

  .container-mobile-airSticky .tt-row-custom-01 .col-item:not(:last-child) {
    margin-right: 0; }

  .container-mobile-airSticky .tt-row-custom-01 .col-item:not(:first-child) {
    margin-top: 31px; } }
@media (max-width: 575px) {
  .container-mobile-airSticky .row:first-child *[class^="col-"] {
    max-width: 100%;
    flex: 0 0 100%; }

  .container-mobile-airSticky {
    padding-top: 25px; } }
@media (max-width: 1024px) {
  .tt-product-single-info .tt-title {
    font-size: 24px;
    line-height: 34px; }

  .tt-product-single-info .tt-price {
    font-size: 24px; } }
.categories-btn {
  display: inline-block;
  position: relative;
  z-index: 4; }

.categories-btn > button {
  display: inline-block;
  font-size: 14px;
  font-family: 'Proxima nova bold', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #2879fe;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 20px 7px 20px;
  min-width: 200px;
  text-align: left;
  border: none;
  transition: border-radius 0.2s linear;
  -ms-transition: border-radius 0.2s linear;
  -webkit-transition: border-radius 0.2s linear;
  -o-transition: border-radius 0.2s linear; }

.categories-btn > button:hover {
  color: #ffffff;
  background: #2267d8; }

.categories-btn > button i {
  float: right;
  top: 3px;
  right: -2px;
  position: relative; }

.categories-btn:not(.opened) > button i:not(:first-child) {
  display: none; }

.categories-btn.opened > button i:not(:last-child) {
  display: none; }

.headertype2.small-header .tt-desktop-header .tt-header-holder .tt-dropdown-obj {
  margin-top: -2px;
  padding-bottom: 2px; }

.headertype2 .tt-header-holder .tt-desctop-menu.tt-menu-small {
  margin-top: 0; }

.headertype2.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu {
  margin-left: 0; }

.headertype2.small-header .tt-desktop-header .tt-header-holder .tt-obj-menu .tt-desctop-menu.tt-menu-small nav > ul > li.dropdown > a {
  padding-top: 13px;
  padding-bottom: 11px; }

.headertype2.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav > ul > li.dropdown:first-child > a {
  padding-left: 0; }

header.headertype2 .tt-color-scheme-01 .tt-box-info ul li a {
  color: #0d1663;
  text-decoration: underline; }

header.headertype2 .tt-color-scheme-01 .tt-box-info ul li a:hover {
  text-decoration: none; }

.header-tel-info {
  font-size: 16px;
  color: #777777; }

.header-tel-info i {
  color: #2879fe; }

.search-type2 form {
  position: relative; }

.search-type2.obj-move-right form {
  right: -4px; }

.search-type2 form i {
  position: absolute;
  font-size: 18px;
  top: 5px;
  left: 10px;
  color: #191919; }

.search-type2 input {
  border: 1px solid #e9e7e7;
  outline: 0;
  padding: 4px 10px 2px 34px;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #777777;
  background: #f7f8fa;
  outline: none;
  width: 350px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.search-type2 button {
  position: relative;
  padding: 5px 20px 3px;
  border: none;
  outline: none;
  color: #ffffff;
  background: #999999;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  left: -4px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topright: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.search-type2 button:hover {
  color: #ffffff;
  background: #2879fe; }

.tt-stuck-nav .categories-btn > button {
  position: relative;
  top: -1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.tt-stuck-nav .categories-btn.opened > button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.headertype2 .search-type2 .search-results {
  position: absolute;
  top: 100%;
  margin-top: 8px;
  z-index: 2;
  background: #ffffff;
  width: 350px;
  padding: 0 20px 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); }

.headertype2 .search-type2 .search-results ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.headertype2 .search-type2 .search-results li {
  margin-top: 20px; }

.headertype2 .search-type2 .search-results li:nth-child(2) ~ li {
  display: none; }

.headertype2 .search-type2 .search-results img {
  width: 30%; }

.headertype2 .search-type2 .search-results .thumbnail {
  display: inline; }

.headertype2 .search-type2 .search-results .tt-description {
  margin-left: 20px;
  color: #191919;
  width: 61%; }

.headertype2 .search-type2 .search-results .tt-description,
.headertype2 .search-type2 .search-results .tt-title {
  display: inline-block; }

.headertype2 .search-type2 .search-results a:hover .tt-title {
  color: #0d1663; }

.headertype2 .search-type2 .search-results .tt-view-all {
  margin-top: 18px; }

/*Mobile*/
.headertype2 .tt-menu-toggle,
.headertype3 .tt-menu-toggle {
  background: #2879fe;
  padding: 10px 11px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.headertype2 .tt-menu-toggle svg,
.headertype3 .tt-menu-toggle svg {
  fill: #ffffff;
  width: 18px;
  height: 19px; }

.headertype2 .tt-menu-toggle:hover,
.headertype3 .tt-menu-toggle:hover {
  background: #2267d8; }

body:not(.touch-device) .headertype2 .tt-menu-toggle:hover svg,
body:not(.touch-device) .headertype3 .tt-menu-toggle:hover svg {
  fill: #ffffff; }

.headertype2 .tt-stuck-nav .tt-menu-toggle,
.headertype3 .tt-stuck-nav .tt-menu-toggle {
  margin-top: 5px; }

.headertype2.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01),
.headertype3.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: 8px; }

.headertype2 .tt-stuck-nav .catmobbtn {
  display: none; }

.headertype2 .catmobbtn svg path {
  fill: #191919; }

.headertype2 .catmobbtn:hover svg path {
  fill: #e90730; }

@media (max-width: 1024px) {
  .headertype2 .tt-stuck-nav .catmobbtn {
    display: block; }

  .tt-stuck-nav .categories-btn > button {
    display: none; }

  .header-tel-info {
    padding-top: 14px;
    text-align: center;
    display: block; } }
.catmobbtn {
  padding: 5px 8px; }

.headertype2 .tt-stuck-nav .catmobbtn {
  padding: 5px 8px 9px; }

@media (max-width: 870px) {
  .headertype2 .tt-header-row.tt-top-row .tt-box-info {
    text-align: center; } }
@media (max-width: 480px) {
  .headertype3 .tt-mobile-header .tt-header-row .tt-menu-toggle,
  .headertype2 .tt-mobile-header .tt-header-row .tt-menu-toggle {
    margin-top: 6px;
    padding: 10px 11px 3px; }

  .catmobbtn {
    margin-top: 10px; }

  .headertype3 .tt-stuck-nav .catmobbtn,
  .headertype2 .tt-stuck-nav .catmobbtn {
    margin-top: 6px; }

  .headertype3 .tt-stuck-nav .tt-header-row .tt-menu-toggle,
  .headertype2 .tt-stuck-nav .tt-header-row .tt-menu-toggle {
    margin-top: 7px;
    padding: 10px 11px 3px; } }
/*
categories menu
*/
#shopify-section-categorie-button {
  display: none; }

.tt-stuck-parent-categories,
.categories-btn-box {
  display: inline-block; }

@media (min-width: 1025px) {
  .tt-stuck-parent-categories + *,
  .categories-btn-box + * {
    margin-left: 26px; } }
.categories-btn .tt-dropdown-toggle [class^="icon"] {
  position: absolute;
  right: 18px;
  top: 12px;
  font-size: 16px;
  line-height: 1; }

.categories-btn .dropdown > a .tt-badge {
  position: absolute;
  top: 9px;
  right: 0; }

.categories-btn .tt-badge {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 2px 4px 2px; }

.categories-btn .tt-new {
  background: #03a9f5;
  color: #ffffff; }

.categories-btn .tt-fatured {
  background: #fdbc20;
  color: #ffffff; }

.categories-btn .tt-sale {
  background: #e44c32;
  color: #ffffff; }

.categories-btn .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  display: none;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

@media (max-width: 1024px) {
  .categories-btn {
    display: none; } }
.categories-btn .tt-dropdown-menu nav > ul {
  list-style: none;
  margin: 0;
  padding: 8px 0 7px 0; }

.categories-btn .tt-dropdown-menu nav > ul > li > a {
  display: block;
  position: relative;
  padding: 10px 20px 9px;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.1;
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.categories-btn .tt-dropdown-menu nav > ul > li > a img {
  position: absolute;
  top: 9px;
  left: 20px;
  width: 13px;
  height: auto;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.categories-btn .tt-dropdown-menu nav > ul > li > a svg {
  position: absolute;
  top: 9px;
  left: 20px;
  width: 13px;
  height: auto; }

.categories-btn .tt-dropdown-menu nav > ul > li > a svg path {
  fill: #777777;
  -moz-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear; }

.categories-btn .tt-dropdown-menu nav > ul > li > a img + span,
.categories-btn .tt-dropdown-menu nav > ul > li > a svg + span,
.categories-btn .tt-dropdown-menu nav > ul > li > a [class^="icon"] + span {
  margin-left: 24px; }

.categories-btn .tt-dropdown-menu nav > ul > li > a span {
  display: inline-block; }

.categories-btn .tt-dropdown-menu nav > ul > li > a:hover {
  color: #191919; }

.categories-btn .tt-dropdown-menu nav > ul > li > a:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.categories-btn .tt-dropdown-menu nav > ul > li > a:hover path {
  fill: #191919; }

.categories-btn .tt-dropdown-menu nav > ul > li:not(:last-child) > a:before {
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #e9e7e7; }

.categories-btn .tt-dropdown-menu nav > ul > li.tt-submenu > a:after {
  content: '\e90e';
  font-family: "wokiee_icons";
  speak: none;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 16px;
  top: 9px;
  pointer-events: none;
  color: #e9e7e7; }

.categories-btn .tt-dropdown-menu nav > ul > li:hover > a {
  color: #191919; }

.categories-btn .tt-dropdown-menu nav > ul > li:hover > a > img {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5; }

.categories-btn .tt-dropdown-menu nav > ul > li:hover .dropdown-menu {
  visibility: visible;
  z-index: 6;
  left: 100%;
  pointer-events: inherit;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.categories-btn .tt-dropdown-menu nav > ul .dropdown-menu {
  position: absolute;
  top: 0;
  left: 105%;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  transition: left 0.2s linear;
  -ms-transition: left 0.2s linear;
  -webkit-transition: left 0.2s linear;
  -o-transition: left 0.2s linear; }

.categories-btn .tt-dropdown-menu nav > ul .dropdown-menu .dropdown-menu-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  margin-left: 4px;
  padding: 20px 40px 31px; }

.categories-btn .col {
  margin-top: 20px; }

.categories-btn .col-cust {
  flex: 0 0 50%;
  max-width: 50%; }

.categories-btn .tt-dropdown-menu nav > ul .dropdown-menu.size-xs .dropdown-menu-wrapper {
  padding: 15px 40px 31px; }

@media (min-width: 1230px) {
  .categories-btn .tt-dropdown-menu nav > ul .dropdown-menu.size-lg {
    width: 897px; } }
@media (max-width: 1229px) {
  .categories-btn .tt-dropdown-menu nav > ul .dropdown-menu.size-lg {
    width: 780px; } }
.categories-btn .tt-dropdown-menu nav > ul .dropdown-menu.size-md {
  width: 622px; }

.categories-btn .tt-dropdown-menu nav > ul .dropdown-menu.size-sm {
  width: 422px; }

.categories-btn .tt-dropdown-menu nav > ul .dropdown-menu.size-xs {
  width: 260px; }

.categories-btn .tt-dropdown-menu nav > ul .dropdown-menu .row:not(:first-child) {
  margin-top: 26px; }

.categories-btn .tt-dropdown-menu nav > ul .tt-title-submenu {
  font-size: 14px;
  display: block;
  line-height: 24px;
  margin-top: -6px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding-bottom: 8px;
  font-weight: 600;
  font-family: "Proxima nova", sans-serif;
  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; }

.categories-btn .tt-dropdown-menu nav > ul .tt-title-submenu img {
  width: 100%;
  height: auto;
  margin-top: 13px;
  margin-bottom: 7px; }

.categories-btn .tt-dropdown-menu nav > ul .tt-title-submenu 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; }

.categories-btn .tt-dropdown-menu nav > ul .tt-title-submenu:hover {
  color: #0d1663; }

.categories-btn .tt-dropdown-menu nav > ul .tt-title-submenu:hover a {
  color: #0d1663; }

.categories-btn .tt-dropdown-menu nav > ul .tt-title-submenu.active {
  color: #0d1663; }

.categories-btn .tt-dropdown-menu nav > ul .tt-title-submenu.active a {
  color: #0d1663; }

.categories-btn .tt-dropdown-menu nav > ul .tt-title-submenu + .slick-slider,
.categories-btn .tt-dropdown-menu nav > ul .tt-title-submenu + .tt-menu-slider {
  margin-top: 4px; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu {
  margin-top: -3px;
  display: inline-block;
  padding: 0;
  margin: 0; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li {
  display: block;
  position: relative; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li > a {
  color: #777777;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  padding-top: 1px;
  padding-right: 23px;
  padding-bottom: 1px;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.categories-btn .tt-dropdown-menu nav > ul .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; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li > a:hover {
  color: #0d1663; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li > a:hover img {
  visibility: visible;
  right: -34px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li > a:hover:before {
  left: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li.active > a {
  color: #0d1663; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu li a:not(:only-child):after {
  content: "";
  speak: none;
  right: 13px;
  margin-top: 6px;
  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; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu li a:not(:only-child):after .tt-badge {
  position: relative;
  top: 1px; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li > a:not(:only-child):after {
  right: -13px; }

.categories-btn .tt-dropdown-menu nav > ul .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); }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul ul.right,
.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul ul.right ul {
  left: auto;
  right: 100%; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul ul.right .left,
.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul ul.right .left ul {
  left: 100%;
  right: auto; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul li {
  margin-bottom: 0;
  display: block;
  position: relative; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul li a {
  padding: 1px 7px 1px 20px;
  font-size: 14px;
  display: block;
  color: #777777;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul li a:hover {
  color: #0d1663; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul li.active > a {
  color: #0d1663; }

.categories-btn .tt-dropdown-menu nav > ul [class^="tt-promo"] {
  margin-bottom: 9px; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.categories-btn .tt-dropdown-menu nav > ul .tt-megamenu-submenu li:hover > ul {
  visibility: visible;
  opacity: 1; }

.mobile-caterorie-menu .panel-menu ul li a {
  position: relative; }

.mobile-caterorie-menu ul li a svg {
  position: absolute;
  top: 11px;
  left: 30px;
  width: 13px;
  height: auto; }

.mobile-caterorie-menu ul li a svg path {
  fill: #999999;
  -moz-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear; }

.mobile-caterorie-menu ul li a:hover svg path {
  fill: #191919; }

.mobile-caterorie-menu ul li a span {
  display: inline-block; }

.mobile-caterorie-menu .mmpanel:not(:first-child) svg {
  display: none; }

.mobile-caterorie-menu .mmpanel:first-child ul li a > svg + span {
  margin-left: 24px; }

@media (min-width: 1025px) {
  .headerunderline {
    border-bottom: 1px solid #e9e7e7; } }
.stickprcol-js {
  position: relative; }

@media (max-width: 767px) {
  .stickprcol-js {
    position: inherit; } }
.tt-col-one .tt-col-item:not(:first-child) {
  margin-top: 40px; }

.tt-col-one .tt-col-item:before {
  content: "";
  position: absolute;
  top: -20px;
  border-top: 1px solid #e9e7e7;
  width: calc(100% - 20px); }

.onerowactions {
  display: none; }

.tt-col-one .onerowactions {
  display: block; }

@media (min-width: 1201px) {
  .tt-product-listing.tt-col-one .tt-product .tt-description:not(.onerowactions),
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description:not(.onerowactions) {
    width: 60%; }

  .tt-product-listing.tt-col-one .tt-product .tt-description.onerowactions,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description.onerowactions {
    width: 20%; } }
@media (min-width: 791px) and (max-width: 1200px) {
  .tt-product-listing.tt-col-one .tt-product .tt-description:not(.onerowactions),
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description:not(.onerowactions) {
    width: 55%; }

  .tt-product-listing.tt-col-one .tt-product .tt-description.onerowactions,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description.onerowactions {
    width: 25%; } }
@media (min-width: 791px) {
  .tt-product-listing.tt-col-one .tt-product .tt-image-box,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-image-box {
    position: relative;
    width: 20%; }

  .tt-col-one .tt-description:not(.onerowactions) .tt-price,
  .tt-col-one .tt-description:not(.onerowactions) .tt-product-inside-hover {
    display: none !important; }

  .onerowactions > * {
    text-align: right !important; }

  .tt-product .onerowactions .tt-price {
    font-size: 20px; }

  .tt-product-listing.tt-col-one .product-parent:not(.tt-view) .tt-description .tt-row-btn:nth-child(2) > *:last-child {
    padding-right: 0; } }
@media (max-width: 790px) {
  .tt-col-one .onerowactions {
    display: none; } }
@media (max-width: 1024px) {
  .tt-product-listing.tt-col-one .tt-product .tt-description .tt-btn-addtocart.thumbprod-button-bg,
  .tt-product-listing.tt-col-one .tt-product-design02 .tt-description .tt-btn-addtocart.thumbprod-button-bg {
    padding: 2px 10px 10px; } }
#modalProductInfo-03 h6 {
  margin-bottom: 17px; }

#modalProductInfo-03 .btn {
  margin-top: 10px; }

.videomodalbox {
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

img.videomodalbox-main {
  width: 100%; }

.videomodalbox-icon {
  position: absolute; }

.custom-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 6px; }

.custom-buttons > *:not(:first-child) {
  margin-left: 20px; }

.custom-buttons .btn {
  margin-top: 0px !important;
  display: inline-flex;
  min-width: 150px; }

.testimonials-bg-pad {
  padding: 55px 0; }

.testimonials-bg-pad .tt-slider-fullwidth.arrow-location-center-02:after,
.testimonials-bg-pad .tt-slider-fullwidth.arrow-location-center-02:before {
  background: none; }

@media (max-width: 1024px) {
  .testimonials-mob-pad {
    margin-bottom: 50px; } }
#modalAddToCartProduct .tt-modal-slider {
  margin-top: 35px;
  margin-bottom: -5px; }

#modalAddToCartProduct .tt-modal-slider hr:not([class]) {
  margin-top: 40px;
  margin-bottom: 37px; }

#modalAddToCartProduct .tt-modal-slider > .tt-title {
  font-size: 20px;
  display: block;
  line-height: 22px;
  font-weight: 500;
  padding-bottom: 17px;
  font-weight: 600;
  text-align: left;
  font-family: 'Proxima nova', sans-serif;
  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; }

#modalAddToCartProduct .tt-modal-slider .header-menu-product .tt-title {
  font-size: 14px;
  display: block;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 8px;
  font-weight: 600;
  text-align: left;
  font-family: 'Proxima nova', sans-serif;
  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; }

#modalAddToCartProduct .tt-modal-slider .header-menu-product .col-item {
  padding-left: 10px;
  padding-right: 10px; }

#modalAddToCartProduct .tt-modal-slider .header-menu-product a {
  display: block; }

#modalAddToCartProduct .tt-modal-slider .header-menu-product a .tt-title {
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  padding-bottom: 0; }

#modalAddToCartProduct .tt-modal-slider .header-menu-product a:hover .tt-title {
  color: #0d1663; }

#modalAddToCartProduct .tt-modal-slider .header-menu-product .tt-product .tt-description {
  padding-top: 6px; }

#modalAddToCartProduct .tt-modal-slider .header-menu-product .slick-track {
  margin: 0 auto; }

#modalAddToCartProduct .tt-modal-slider-js {
  display: none !important; }

#modalAddToCartProduct .tt-modal-slider-js.slick-initialized {
  display: block !important; }

@media (max-width: 576px) {
  #modalAddToCartProduct .tt-modal-slider .arrow-location-03 .slick-arrow {
    top: 50%;
    margin-top: -51px; }

  #modalAddToCartProduct .tt-modal-slider .arrow-location-03 .slick-prev {
    left: 0; }

  #modalAddToCartProduct .tt-modal-slider .arrow-location-03 .slick-next {
    right: 0; } }
#tt-pageContent .shopify-section > .container-indent2 {
  margin-top: 112px; }

@media (max-width: 1024px) {
  #tt-pageContent .shopify-section > .container-indent2 {
    margin-top: 83px; } }
header .tt-desktop-header.tt-header-static .tt-logo .tt-title,
header .tt-desktop-header.tt-header-static .tt-dropdown-obj .tt-dropdown-toggle,
.tt-desktop-header.tt-header-static .tt-desctop-menu nav > ul > li.dropdown > a {
  color: #ffffff; }

header .tt-desktop-header.tt-header-static .tt-dropdown-obj.active .tt-dropdown-toggle,
header .tt-desktop-header.tt-header-static .tt-dropdown-obj .tt-dropdown-toggle:hover,
.tt-desktop-header.tt-header-static .tt-desctop-menu nav > ul > li.dropdown > a:hover,
.tt-desktop-header.tt-header-static .tt-desctop-menu nav > ul > li.dropdown.selected > a {
  color: #2879fe; }

.small-info-bn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  font-size: 22px;
  width: 100%;
  font-weight: bold;
  height: 100px;
  background: #2879fe;
  color: #ffffff;
  border-radius: 6px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

@media (max-width: 1024px) {
  .small-info-bn {
    font-size: 16px; } }
.small-info-bn > * {
  text-align: center;
  z-index: 1; }

.small-info-bn:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #2879fe;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.small-info-bn-img:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

@media (min-width: 1025px) {
  .col-5-inrow-lg {
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1025px) {
  .col-5_end-inrow-lg {
    flex: 0 0 80%;
    max-width: 80%; } }
@media (min-width: 576px) {
  .col-5-inrow-sm {
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1025px) {
  .col-7-inrow-md {
    flex: 0 0 14.285%;
    max-width: 14.285%; } }
@media (min-width: 1440px) {
  .col-8-inrow-lg {
    flex: 0 0 12.5%;
    max-width: 12.5%; } }
@media (min-width: 1440px) {
  .col-9-inrow-lg {
    flex: 0 0 11.11%;
    max-width: 11.11%; } }
/* Product fixed */
.tt-fixed-product-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #0f0f0f;
  padding: 10px 0 30px;
  z-index: 8; }

@media (max-width: 1024px) {
  .tt-fixed-product-wrapper {
    padding: 10px 0 10px; } }
.tt-fixed-product-wrapper .tt-input-counter.style-01 span {
  width: 28px; }

.tt-fixed-product-wrapper .tt-fixed-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: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-img {
  max-width: 32px;
  min-width: 32px;
  top: 4px;
  position: relative; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-img img {
  width: 100%;
  height: auto; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-img + .tt-description {
  margin-left: 14px; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-title {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-title a {
  color: #ffffff;
  text-decoration: none; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-title a:hover {
  color: #0d1663; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-price {
  font-size: 16px;
  line-height: 22px;
  color: #e90730; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-price .new-price {
  color: #ffffff;
  margin-right: 7px; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-price .old-price {
  color: #ffffff;
  text-decoration: line-through; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-price .old-price .money {
  text-decoration: line-through; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-price span {
  display: inline-block; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-description > *:nth-child(1) {
  margin-top: 0; }

.tt-fixed-product-wrapper .tt-row-custom01 {
  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-fixed-product-wrapper .tt-row-custom01 .col-item:not(:first-child) {
  margin-left: 15px; }

.tt-fixed-product-wrapper .form-default select.form-control.tt-obj-dark {
  background: #414141;
  border-color: #414141;
  color: #ffffff;
  height: 40px !important;
  padding: 7px 12px 9px 15px;
  max-width: 380px;
  -webkit-appearance: none;
  -moz-appearance: none; }

.tt-fixed-product-wrapper .form-default select.form-control.tt-obj-dark option {
  color: #ffffff; }

.tt-fixed-product-wrapper .form-default select.form-control.tt-obj-dark option.disabled {
  color: #888888;
  text-decoration: line-through; }

.tt-fixed-product-wrapper .form-default select.form-control.tt-obj-dark.disabled {
  color: #888888;
  text-decoration: line-through; }

.tt-fixed-product-wrapper form:before {
  content: "\e90c";
  font-family: 'wokiee_icons';
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  top: 13px;
  right: 25px;
  pointer-events: none; }

.tt-fixed-product-wrapper form.formactive:before {
  content: "\e90f"; }

.tt-fixed-product-wrapper .tt-input-counter.style-01 {
  max-width: 100px;
  min-width: 100px; }

.tt-fixed-product-wrapper .tt-input-counter.style-01 input {
  background: #414141;
  color: #ffffff;
  height: 40px; }

.tt-fixed-product-wrapper .tt-input-counter.style-01 span {
  color: #ffffff;
  height: 40px;
  line-height: 40px; }

.tt-fixed-product-wrapper .tt-input-counter.style-01 span:before {
  line-height: 40px; }

.tt-fixed-product-wrapper .btn {
  color: #ffffff;
  background: #e90730; }

.tt-fixed-product-wrapper .btn:hover {
  color: #ffffff;
  background: #d0304d; }

.tt-fixed-product-wrapper .btn.disable {
  color: #ffffff;
  background: #284685; }

@media (max-width: 1024px) {
  .tt-fixed-product-wrapper .col-select {
    display: none; } }
@media (min-width: 1025px) {
  .tt-fixed-product-wrapper .tt-row-custom01 .btn {
    padding: 6px 0 4px;
    min-width: 170px; } }
@media (max-width: 790px) {
  .tt-fixed-product-wrapper .tt-row-custom01 .btn {
    padding-left: 10px;
    padding-right: 10px; }

  .tt-fixed-product-wrapper .tt-input-counter.style-01 {
    max-width: 90px;
    min-width: 90px; }

  .tt-fixed-product-wrapper .tt-input-counter.style-01 input {
    max-width: 90px; }

  .tt-fixed-product-wrapper .tt-input-counter.style-01 span {
    width: 40px; }

  .tt-fixed-product-wrapper .tt-row-custom01 .col-item:not(:first-child) {
    margin-left: 10px; } }
@media (max-width: 520px) {
  .tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-title {
    display: none; }

  .tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-price span {
    display: block; } }
/* For revolution slider */
.grid-slider .btn {
  padding: 6px 27px 4px; }

.grid-slider .slider-revolution .tp-caption1-wd-1,
.grid-slider .slider-revolution .tp-caption1-wd-2 {
  letter-spacing: 0.6px; }

@media (min-width: 1230px) {
  .grid-slider .slider-revolution .tp-caption1-wd-1 {
    line-height: 38px;
    font-size: 16px; }

  .grid-slider .slider-revolution .tp-caption1-wd-2 {
    line-height: 40px;
    font-size: 36px; }

  .grid-slider .slider-revolution .tp-caption1-wd-4 {
    margin-top: 19px; } }
@media (min-width: 1025px) and (max-width: 1229px) {
  .grid-slider .slider-revolution .tp-caption1-wd-1 {
    line-height: 38px;
    font-size: 16px; }

  .grid-slider .slider-revolution .tp-caption1-wd-2 {
    line-height: 40px;
    font-size: 36px; }

  .grid-slider .slider-revolution .tp-caption1-wd-4 {
    margin-top: 19px; } }
@media (min-width: 790px) and (max-width: 1024px) {
  .grid-slider .slider-revolution .tp-caption1-wd-1 {
    line-height: 22px;
    font-size: 16px; }

  .grid-slider .slider-revolution .tp-caption1-wd-2 {
    line-height: 40px;
    font-size: 36px; }

  .grid-slider .slider-revolution .tp-caption1-wd-4 {
    margin-top: 19px; } }
@media (min-width: 791px) {
  .grid-slider .tt-promo-box {
    margin: 0; } }
/* -           -------------------            - */
header:not(.headertype3) .tt-cart button .tt-text {
  display: none; }

.headertype3 .tt-wrapper-light {
  background-color: #ffffff; }

.headertype3 {
  color: #777777; }

.headertype3-bottom {
  padding-bottom: 20px; }

.tt-offset-15 {
  margin-top: 15px; }

/* headertype3  tt-desctop-menu*/
.headertype3 .tt-zindex5 {
  position: relative;
  z-index: 5; }

.headertype3 .tt-desctop-menu nav > ul > li.dropdown > a {
  letter-spacing: 0;
  padding: 19px 8px 18px; }

.headertype3 .tt-desktop-header .categories-btn .tt-dropdown-menu {
  top: calc(100% + 10px);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* header-inline-options-box */
.headertype3 .header-inline-options-box > * {
  display: inline-block;
  position: relative; }

.headertype3 .header-inline-options-box > *:not(:first-child) {
  margin-left: 28px; }

.headertype3 .header-inline-options-box > *:not(:first-child):after {
  content: '';
  display: block;
  background: #e9e7e7;
  width: 1px;
  height: 20px;
  position: absolute;
  left: -13px;
  top: 0; }

.headertype3 .header-inline-options-box .h-account-details a {
  font-weight: 300;
  line-height: 15px;
  font-size: 14px;
  padding: 0 4px; }

.headertype3 .header-inline-options-box .h-account-details a {
  color: #191919; }

.headertype3 .header-inline-options-box .h-account-details a:hover {
  color: #2879fe; }

.headertype3 .tt-desktop-header > .container:first-child {
  margin-top: 25px; }

.headertype3 .tt-desktop-header .tt-multi-obj .tt-dropdown-toggle .tt-arrow {
  font-size: 12px;
  position: relative;
  top: 2px;
  margin-left: 1px; }

.headertype3 .tt-desktop-header .tt-multi-obj.active .tt-dropdown-toggle .tt-arrow:before {
  content: "\e90f"; }

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-menu {
  width: 280px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 22;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); }

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-menu a {
  color: #777777; }

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-toggle {
  font-weight: 300;
  line-height: 15px;
  font-size: 14px;
  padding: 1px 8px 3px;
  color: #191919; }

.headertype3 .header-inline-options-box .tt-dropdown-obj.active .tt-dropdown-toggle,
.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-toggle:hover {
  color: #2879fe; }

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-toggle .tt-arrow {
  position: relative;
  top: 1px;
  font-size: 12px;
  margin-left: 1px; }

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0px; }

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-menu ul li {
  font-size: 14px; }

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-menu ul li a {
  display: block;
  padding: 3px 0; }

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-menu ul li a:hover,
.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-menu ul li.active a {
  color: #0d1663; }

.headertype3 .header-inline-options-box .tt-dropdown-menu .tt-dropdown-inner {
  padding: 35px 20px 30px 41px; }

.headertype3 .tt-desktop-header .header-inline-options-box .tt-dropdown-obj {
  margin-top: 0;
  padding-bottom: 0; }

.headertype3 .tt-header-holder .tt-desctop-menu.tt-menu-small {
  margin-top: 0; }

.headertype3 .header-inline-options-box .tt-dropdown-obj .tt-dropdown-menu {
  top: 30px; }

.headertype3 .header-inline-options-box .single-currency-box .tt-dropdown-obj:last-child .tt-dropdown-toggle {
  padding-right: 0 !important; }

/* hidden object desktop */
@media (min-width: 1025px) {
  .headertype3 .tt-desktop-header .tt-desctop-parent-account,
  .headertype3 .tt-desktop-header .tt-desctop-parent-multi {
    display: none; } }
.headertype3 .tt-mobile-header .tt-dropdown-obj .tt-dropdown-toggle .tt-text {
  display: none; }

/* stuck-nav */
.headertype3 .stuck.tt-stuck-nav .tt-dropdown-obj .tt-dropdown-toggle .tt-text {
  display: none; }

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu nav > ul > li.dropdown .dropdown-menu {
  z-index: 4; }

.headertype3 .tt-stuck-nav .tt-dropdown-obj {
  margin-top: 8px;
  padding-bottom: 6px; }

/* header-tel-info */
.headertype3 .tt-desktop-header .header-tel-info {
  font-weight: 300;
  line-height: 15px;
  font-size: 14px;
  text-align: right;
  color: #191919;
  display: inline-block; }

.headertype3 .tt-desktop-header .header-tel-info p {
  margin: 0; }

.headertype3 .tt-desktop-header .header-tel-info br {
  line-height: 18px; }

.headertype3 .tt-mobile-header .header-tel-info .title,
.headertype3 .tt-desktop-header .header-tel-info .title {
  font-family: 'Proxima nova', sans-serif;
  font-weight: 600;
  line-height: 24px;
  font-size: 18px; }

/* header icons */
.headertype3 .header-icon-with-text {
  display: inline-block;
  position: relative; }

.headertype3 .header-icon-with-text a {
  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: 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;
  line-height: 15px;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.headertype3 .header-icon-with-text .tt-icon {
  margin-top: 3px; }

.headertype3 .header-icon-with-text .tt-icon svg path {
  -moz-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear; }

.headertype3 .header-icon-with-text .tt-icon + .tt-text {
  margin-left: 7px; }

.headertype3 .header-icon-with-text .tt-text {
  font-size: 14px;
  line-height: 15px;
  font-weight: 400; }

.headertype3 .header-icon-with-text .tt-badge {
  display: inline-block;
  position: absolute;
  font-size: 14px;
  line-height: 20px;
  top: 0;
  left: 18px;
  width: 21px;
  height: 21px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center; }

.headertype3 .header-icon-with-text.tt-wishlist .tt-badge {
  top: -2px; }

.headertype3 .header-icon-with-text.tt-compare .tt-badge {
  left: 25px; }

/* cart Button */
.headertype3 .tt-desktop-header .tt-dropdown-obj {
  margin-top: 0;
  padding-bottom: 0; }

.headertype3 .tt-desktop-header .tt-cart .tt-dropdown-toggle {
  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: 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; }

.headertype3 .tt-desktop-header .tt-cart .tt-dropdown-toggle .tt-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 1px; }

.headertype3 .tt-desktop-header .tt-cart .tt-dropdown-toggle [class^="icon-"] {
  font-size: 37px; }

.headertype3 .tt-desktop-header .tt-cart .tt-dropdown-toggle [class^="icon-"] + .tt-text {
  margin-left: 5px; }

.headertype3 .tt-desktop-header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 26px;
  width: 21px;
  height: 21px;
  font-size: 14px;
  line-height: 20px; }

.headertype3 .tt-desktop-header .tt-cart .tt-dropdown-toggle .tt-text {
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.headertype3 .header-icon-with-text.tt-compare a .tt-icon svg path {
  fill: #2879fe; }

.headertype3 .header-icon-with-text.tt-compare a:hover .tt-icon svg path {
  fill: #191919; }

.headertype3 .header-icon-with-text.tt-compare a .tt-text {
  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; }

.headertype3 .header-icon-with-text.tt-compare a:hover .tt-text {
  color: #191919; }

.headertype3 .header-icon-with-text.tt-compare .tt-badge {
  background: #2879fe;
  color: #ffffff; }

.headertype3 .header-icon-with-text.tt-wishlist a .tt-icon svg path {
  fill: #2879fe; }

.headertype3 .header-icon-with-text.tt-wishlist a:hover .tt-icon svg path {
  fill: #191919; }

.headertype3 .header-icon-with-text.tt-wishlist a .tt-text {
  color: #191919; }

.headertype3 .header-icon-with-text.tt-wishlist a:hover .tt-text {
  color: #191919; }

.headertype3 .header-icon-with-text.tt-wishlist .tt-badge {
  background: #2879fe;
  color: #ffffff; }

.headertype3 .tt-header-holder .tt-cart > button {
  color: #2879fe; }

.headertype3 .tt-header-holder .tt-cart > button:hover {
  color: #191919; }

.headertype3 .tt-header-holder .tt-cart > button .tt-text {
  color: #191919; }

.headertype3 .tt-header-holder .tt-cart > button:hover .tt-text {
  color: #191919; }

.headertype3 .tt-header-holder .tt-cart > button .tt-badge-cart {
  background: #2879fe;
  color: #ffffff; }

/* logo */
.headertype3 .tt-desktop-header .tt-logo {
  margin-bottom: 6px; }

.headertype3 .tt-desktop-header .tt-logo .tt-title {
  margin-top: -1px;
  font-weight: 900;
  color: #0d1663;
  font-size: 38px; }

/* tt-obj-options indent */
.headertype3 .tt-desktop-header .tt-obj-options > * {
  margin-left: 19px; }

.headertype3 .tt-desktop-header .tt-obj-options > .tt-desctop-parent-cart {
  margin-left: 10px; }

.headertype3 .tt-desktop-header .tt-obj-options .header-tel-info + .header-icon-with-text {
  margin-left: 48px; }

.headertype3 .tt-desktop-header .tt-obj-options {
  display: -ms-flexbox;
  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;
  position: relative;
  top: -6px; }

/* Categorie Button */
.headertype3 .tt-desktop-header .categories-btn-box,
.headertype3 .tt-desktop-header .categories-btn,
.headertype3 .tt-desktop-header .categories-btn > button {
  width: 100%; }

.headertype3 .tt-desktop-header .categories-btn > button {
  font-weight: 600;
  line-height: 15px;
  font-size: 18px;
  letter-spacing: 0;
  padding: 16px 20px 14px 20px;
  height: 50px; }

.headertype3 .tt-desktop-header .categories-btn-box:not(.categories-btn-noclick) .categories-btn:not(.opened) > button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.headertype3 .tt-desktop-header .categories-btn .tt-dropdown-menu nav > ul > li > a {
  padding-top: 18px;
  padding-bottom: 17px; }

.headertype3 .tt-desktop-header .categories-btn .tt-dropdown-menu nav > ul > li > a img + span,
.headertype3 .tt-desktop-header .categories-btn .tt-dropdown-menu nav > ul > li > a svg + span,
.headertype3 .tt-desktop-header .categories-btn .tt-dropdown-menu nav > ul > li > a [class^="icon"] + span {
  padding-left: 16px; }

.headertype3 .tt-desktop-header .categories-btn .tt-dropdown-menu nav > ul > li > a svg {
  width: 24px; }

.headertype3 .tt-desktop-header .categories-btn .tt-dropdown-menu nav > ul > li.tt-submenu > a:after {
  top: 17px; }

.headertype3 .categories-btn > button i {
  display: none; }

/* headertype3  search-type2*/
.headertype3 .tt-desktop-header .search-type2 input {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  padding: 3px 10px 2px 50px;
  letter-spacing: -0.01em; }

.headertype3 .tt-desktop-header .search-type2 form .tt-btn-submit {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  width: 45px;
  height: 50px; }

.headertype3 .tt-desktop-header .search-type2 form .tt-btn-submit i {
  font-size: 22px;
  color: #ffffff;
  position: absolute;
  top: 13px;
  left: 19px; }

.headertype3 .tt-desktop-header .search-type2 form .tt-btn-submit:hover i {
  color: #ffffff; }

.headertype3 .tt-desktop-header .search-type2 input::-webkit-input-placeholder {
  color: #777777; }

.headertype3 .tt-desktop-header .search-type2 input::-moz-placeholder {
  color: #777777; }

.headertype3 .tt-desktop-header .search-type2 input:-moz-placeholder {
  color: #777777; }

.headertype3 .tt-desktop-header .search-type2 input:-ms-input-placeholder {
  color: #777777; }

.headertype3 .tt-desktop-header .search-type2 input:focus::-webkit-input-placeholder {
  color: transparent; }

.headertype3 .tt-desktop-header .search-type2 input:focus:-moz-placeholder {
  color: transparent; }

.headertype3 .tt-desktop-header .search-type2 input:focus::-moz-placeholder {
  color: transparent; }

.headertype3 .tt-desktop-header .search-type2 input:focus:-ms-input-placeholder {
  color: transparent; }

.headertype3 .tt-mobile-header .header-tel-info > p {
  margin-top: 0; }

.headertype3 .tt-mobile-header .header-tel-info {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 15px;
  font-size: 14px;
  margin: 0;
  min-height: 50px;
  padding-top: 14px;
  padding-bottom: 14px; }

/*
categories btn content
*/
.headertype3 .tt-desktop-header .categories-btn-noclick .categories-btn {
  pointer-events: none; }

.headertype3 .tt-desktop-header .categories-btn-noclick > button {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.categories-btn-noclick .tt-dropdown-menu {
  display: none !important; }

/* categories-btn-content */
#tt-pageContent .categories-btn-align {
  margin-top: -20px; }

.headertype3 .categories-btn nav > ul .dropdown-menu,
#tt-pageContent .categories-btn nav > ul .dropdown-menu {
  margin-top: 20px;
  z-index: 10; }

#tt-pageContent .categories-btn-box {
  display: block; }

#tt-pageContent .categories-btn.categories-btn-content {
  display: block; }

#tt-pageContent .categories-btn.categories-btn-content > button {
  display: block;
  min-width: inherit;
  width: 100%; }

#tt-pageContent .categories-btn.categories-btn-content .tt-dropdown-menu nav > ul {
  padding: 8px 0 6px 0; }

/* categories nobuttons */
#tt-pageContent .categories-btn.nobutton > button {
  display: none; }

#tt-pageContent .categories-btn.nobutton > .tt-dropdown-menu {
  position: relative;
  top: inherit;
  display: block;
  border: 1px solid #e9e7e7;
  border-top: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

/* categories-size-large */
.categories-btn-box.categories-size-large .categories-btn > button {
  line-height: 15px;
  font-size: 18px;
  letter-spacing: 0;
  padding: 16px 20px 14px 20px;
  height: 50px; }

.categories-btn-box.categories-size-large:not(.categories-btn-noclick) .categories-btn > button {
  border-radius: 3px; }

.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a {
  font-size: 16px;
  font-weight: 300; }

.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a {
  padding-top: 16px;
  padding-bottom: 16px;
  letter-spacing: 0em; }

.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a svg,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a svg {
  top: 12px !important;
  left: 19px !important; }

.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a img + span,
.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a svg + span,
.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a [class^="icon"] + span,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a img + span,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a svg + span,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a [class^="icon"] + span {
  padding-left: 16px; }

.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a svg,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a svg {
  width: 24px; }

.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li.tt-submenu > a:after,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li.tt-submenu > a:after {
  top: 18px; }

.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a img + span,
.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a svg + span,
.categories-btn.categories-size-large .tt-dropdown-menu nav > ul > li > a [class^="icon"] + span,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a img + span,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a svg + span,
.categories-btn-box.categories-size-large .tt-dropdown-menu nav > ul > li > a [class^="icon"] + span {
  padding-left: 12px; }

.categories-btn .tt-dropdown-menu nav > ul li:not(:hover) ul li {
  display: none; }

#tt-pageContent .categories-btn .tt-dropdown-menu {
  background-color: #ffffff; }

#tt-pageContent .categories-btn .tt-dropdown-menu nav > ul > li > a {
  color: #777777; }

#tt-pageContent .categories-btn .tt-dropdown-menu nav > ul > li > a svg path {
  fill: #777777; }

#tt-pageContent .categories-btn .tt-dropdown-menu nav > ul > li > a:hover {
  color: #191919; }

#tt-pageContent .categories-btn .tt-dropdown-menu nav > ul > li > a:hover path {
  fill: #191919; }

#tt-pageContent .categories-btn .tt-dropdown-menu nav > ul > li:not(:last-child) > a:before {
  background-color: #e9e7e7; }

#tt-pageContent .categories-btn .tt-dropdown-menu nav > ul > li.tt-submenu > a:after {
  color: #e9e7e7; }

#tt-pageContent .categories-btn .tt-dropdown-menu nav > ul > li:hover > a {
  color: #191919; }

/* headertype3 search-results */
.headertype3 .tt-desktop-header .search-type2 .search-results {
  position: absolute;
  padding: 20px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  display: block;
  border-radius: 3px; }

@media (max-width: 1024px) {
  .headertype3 .tt-desktop-header .search-type2 .search-results {
    background: #ffffff; }

  .headertype3 .tt-desktop-header .search-type2 .search-results {
    margin-top: 22px; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul {
    list-style: none;
    padding: 0;
    margin: 0; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li {
    display: none;
    width: 100%;
    margin: 0;
    overflow: hidden; }

  .headertype3 .tt-desktop-header .search-type2 .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; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .thumbnail {
    width: 50px;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    border-right: 2px solid #ffffff00; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .thumbnail img {
    width: 100%;
    height: auto; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description {
    padding: 5px 15px 5px 16px;
    white-space: normal;
    font-size: 14px;
    line-height: 24px; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-title {
    font-size: 14px;
    line-height: 24px;
    color: #191919; }

  .headertype3 .tt-desktop-header .search-type2 .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: 600;
    color: #191919; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-price .new-price {
    color: #f8353e;
    margin-right: 7px; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-price .old-price {
    color: #191919;
    text-decoration: line-through; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-price .old-price .money {
    text-decoration: line-through; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-price span {
    display: inline-block; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li:not(:first-child) {
    margin-top: 10px; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul li:nth-child(-n+3) {
    display: block; } }
@media (min-width: 1024px) {
  .headertype3 .tt-desktop-header .search-type2 .search-results {
    margin-top: 10px; }

  .headertype3 .tt-desktop-header .search-type2 .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;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li {
    display: block;
    width: 20%;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a {
    display: block; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .thumbnail img {
    width: 100%;
    height: auto; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description {
    padding: 14px 0px 5px 0px;
    white-space: normal;
    font-size: 14px;
    line-height: 24px; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-title {
    font-size: 14px;
    line-height: 24px;
    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; }

  .headertype3 .tt-desktop-header .search-type2 .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: 600;
    color: #191919; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-price .new-price {
    color: #f8353e;
    margin-right: 7px; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-price .old-price {
    color: #191919;
    text-decoration: line-through; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-price .old-price .money {
    text-decoration: line-through; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a .tt-description .tt-price span {
    display: inline-block; }

  .headertype3 .tt-desktop-header .search-type2 .search-results ul > li a:hover .tt-title {
    color: #0d1663; } }
.headertype3 .tt-desktop-header .search-type2 .tt-view-all {
  padding: 0;
  margin-top: 15px; }

.headertype3 .tt-desktop-header .search-type2 .tt-view-all a {
  color: #0d1663;
  text-decoration: none;
  -webkit-transition: color 300ms linear 0s;
  -moz-transition: color 300ms linear 0s;
  -ms-transition: color 300ms linear 0s;
  -o-transition: color 300ms linear 0s;
  transition: color 300ms linear 0s; }

.headertype3 .tt-desktop-header .search-type2 .tt-view-all a:hover {
  text-decoration: none;
  color: #191919; }

.minus20marg {
  margin-top: -20px; }

/* Vertical tabs */
.v-tabs-img-box {
  position: relative; }

.v-tabs-img-box img {
  width: 100%; }

.v-tabs-img-box-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 15px; }

.v-tabs-img-box-text p {
  padding: 0 15px;
  margin: 0;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.48px; }

.v-tabs-img-box-text h2:not(.small):not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
  padding: 0 15px;
  margin: 0;
  font-weight: 500;
  line-height: 35px;
  font-size: 28px;
  letter-spacing: 0.72px; }

.v-tabs-img-box-text ul {
  display: block;
  text-align: left;
  list-style: none;
  padding: 0;
  margin-top: 8px;
  -webkit-justify-content: unset;
  -ms-flex-pack: unset;
  justify-content: unset; }

.v-tabs-img-box-text ul a {
  display: block;
  font-weight: 300;
  line-height: 29px;
  font-size: 14px;
  width: 100%;
  padding: 1px 18px 0; }

.v-tabs-img-box-text ul a.active,
.v-tabs-img-box-text ul a:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.v-tabs-content .tab-content .arrow-location-tab,
.v-tabs-content .tt-layout-product-item .tt-product {
  margin-top: 0; }

.v-tabs-content .arrow-location-tab .slick-arrow {
  background: #ffffff; }

.v-tabs-content .arrow-location-tab .slick-arrow:hover {
  background: #0d1663; }

@media (min-width: 1025px) {
  .v-tabs-content .arrow-location-tab.no-title .slick-arrow {
    opacity: 0;
    top: 124px; }

  .v-tabs-content:hover .arrow-location-tab.no-title .slick-arrow {
    opacity: 1; }

  [data-sectionname="index_verticaltabs"] .arrow-location-tab .slick-next {
    right: 16px; }

  [data-sectionname="index_verticaltabs"] .arrow-location-tab .slick-prev {
    left: 16px; } }
.categories-btn .tt-dropdown-menu nav > ul .dropdown-menu:not(.catsimplesubmenu) {
  overflow: hidden; }

.cat-me-b {
  position: absolute;
  top: 0;
  right: 0;
  width: 231px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden; }

.cat-me-b p {
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.48px;
  margin-top: 0;
  margin-bottom: 6px; }

.cat-me-b .tt-title {
  font-family: 'Proxima nova', sans-serif;
  font-weight: 600;
  line-height: 29px;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.6px; }

.cat-me-b:hover .tt-title {
  text-decoration: underline; }

.tt-services-block-vertical {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.tt-services-block-vertical .tt-col-icon {
  -webkit-align-self: unset;
  -ms-flex-item-align: unset;
  align-self: unset; }

.tt-services-block-vertical .tt-col-description {
  margin-top: 18px; }

.tt-services-block-vertical .tt-col-icon + .tt-col-description {
  padding-left: 0 !important; }

@media (max-width: 1024px) {
  header.headertype3 {
    background: #ffffff; } }
.tt-desktop-header .tt-search-opened-headtype1 {
  padding-top: 8px;
  padding-bottom: 7px; }

.tt-desktop-header .tt-desctop-parent-headtype1:not(:last-child) {
  margin-right: 9px; }

header:not(.small-header) .tt-search-opened-headtype1 {
  margin-top: 10px; }

.tt-search-opened-headtype1 form {
  display: block;
  position: relative; }

.tt-search-opened-headtype1 .tt-search-input {
  border: 1px solid #e9e7e7;
  outline: 0;
  padding: 6px 10px 4px 34px;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #777777;
  background: #f7f8fa;
  outline: none;
  width: 240px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.tt-search-opened-headtype1 .tt-btn-search {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border: none;
  outline: none;
  width: 32px;
  height: 34px;
  font-size: 21px;
  line-height: 1;
  z-index: 2;
  cursor: pointer;
  color: #999999;
  transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear; }

.tt-search-opened-headtype1 .tt-btn-search i {
  position: absolute;
  top: 6px;
  left: 8px; }

.tt-search-opened-headtype1 .tt-btn-search:hover {
  color: #2879fe; }

.tt-search-opened-headtype1 .tt-search-input:focus::-webkit-input-placeholder {
  color: transparent; }

.tt-search-opened-headtype1 .tt-search-input:focus:-moz-placeholder {
  color: transparent; }

.tt-search-opened-headtype1 .tt-search-input:focus::-moz-placeholder {
  color: transparent; }

.tt-search-opened-headtype1 .tt-search-input:focus:-ms-input-placeholder {
  color: transparent; }

header .tt-desktop-header .serchisopen {
  display: none; }

.tt-search-opened-headtype1 .search-results {
  position: absolute;
  top: 100%;
  margin-top: 8px;
  z-index: 2;
  background: #ffffff;
  width: 240px;
  padding: 0 20px 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); }

.tt-search-opened-headtype1 .search-results ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.tt-search-opened-headtype1 .search-results li {
  margin-top: 20px; }

.tt-search-opened-headtype1 .search-results li:nth-child(2) ~ li {
  display: none; }

.tt-search-opened-headtype1 .search-results img {
  width: 20%;
  vertical-align: top; }

.tt-search-opened-headtype1 .search-results .thumbnail {
  display: inline; }

.tt-search-opened-headtype1 .search-results .tt-description {
  margin-left: 20px;
  color: #191919;
  width: 61%; }

.tt-search-opened-headtype1 .search-results .tt-description,
.tt-search-opened-headtype1 .search-results .tt-title {
  display: inline-block; }

.tt-search-opened-headtype1 .search-results a:hover .tt-title {
  color: #0d1663; }

.tt-search-opened-headtype1 .search-results .tt-view-all {
  margin-top: 18px; }

.forsliders-margins {
  margin: 0 10px; }

.v-tabs-content .slick-slider .slick-track {
  margin: 0 !important; }

.tt-extralink:hover span {
  width: 0% !important; }

.tt-extralink-btn {
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.tt-extralink-btn:hover {
  background-color: #224BA3 !important; }

/* Slick overrides */
.slick-dotted.quotes-slider.slick-initialized {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

/* Slick dot positioning and color */
.quotes-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 30px;
  /* sass-lint:disable SelectorDepth */ }
  .quotes-wrapper .slick-dots li button::before {
    color: currentcolor;
    opacity: 0.2; }

/* Slick selected outline overrides */
.quotes-wrapper .slick-slide[tabindex="0"] {
  outline: none; }

.index-quotes .section-header {
  margin-bottom: 10px; }

.index-quotes .title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase; }

.custom-review-wrapper {
  padding: 20px; }

.review-desktop-title .review-title,
.review-mobile-title .review-title {
  margin: 10px 0;
  padding: 0;
  color: #fff; }

.review-desktop-title .review-title span,
.review-mobile-title .review-title span {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff; }

.review-text {
  margin: 0 0 10px;
  padding: 0;
  height: 150px;
  font-size: 14px;
  line-height: 18px;
  color: #fff; }

.review-text p {
  font-size: 14px;
  line-height: 18px;
  color: #fff; }

.review-image-holder img {
  width: 100%;
  height: auto; }

.review-mobile-title {
  display: none; }

.custom-review-inner {
  position: relative;
  overflow: hidden; }

/*.reviews-overlay {
  overflow: hidden;
  position: absolute;
  padding: 20px;
  background-color: rgba(59,59,59,0.8);
  top: 0;
  height: 100%;
}

.reviews-overlay {
  display: none;
}

.custom-review-inner:hover .reviews-overlay {
  display: block;
}*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .quotes-slider {
    display: block;
    width: 90%;
    margin: auto; } }
@media screen and (max-width: 767px) {
  .reviews-overlay {
    display: block;
    overflow: hidden;
    position: static;
    padding: 0;
    background-color: transparent;
    height: auto; }

  .review-desktop-title {
    display: none; }

  .review-mobile-title {
    display: block; }

  #shopify-section-1562659256721 .slick-list {
    height: auto !important; }

  .review-text {
    height: auto;
    min-height: 75px; } }
/* Custom arrows and dots testimonial position on mobile */
@media screen and (max-width: 767px) {
  #shopify-section-1562659256721 {
    padding-bottom: 50px; }

  .index-quotes .slick-prev {
    top: auto;
    bottom: -45px;
    left: 20px; }

  .index-quotes .slick-next {
    top: auto;
    bottom: -45px;
    right: 20px; } }
.quote-prev {
  position: absolute;
  left: -50px;
  top: 60%;
  transform: translateY(-50%);
  width: 50px;
  height: 45px;
  border: 1px solid #FFF;
  background: transparent;
  font-size: 1.3em;
  color: #FFF;
  transition: all 0.3s ease-out;
  z-index: 999; }

.quote-next {
  position: absolute;
  right: -50px;
  top: 60%;
  transform: translateY(-50%);
  width: 50px;
  height: 45px;
  border: 1px solid #FFF;
  background: transparent;
  font-size: 1.3em;
  color: #FFF;
  transition: all 0.3s ease-out;
  z-index: 999; }

.quote-prev:hover, .quote-next:hover {
  background: #e90730;
  color: #ffffff; }

.index-quotes .container {
  /*    padding: 0px 50px; */ }

.slick-slider .slick-dots li.slick-active button {
  background-color: #FFF; }

.tt-swatches-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start; }

.tt-swatches-container .tt-wrapper {
  margin: 33px 20px 0 0 !important;
  padding-right: 25px;
  border-right: 1px solid #ced4da; }

.tt-swatches-container .tt-wrapper:last-child {
  border-right: 0px;
  padding-right: 0px; }

.tt-product-single-info .tt-options-swatch.options-large li a.options-color[data-optionimage="true"] {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px; }

.tt-fixed-product-wrapper .tt-fixed-product .tt-img + .tt-description {
  display: flex; }

.tt-fixed-product-wrapper {
  padding: 10px 0 10px; }

@media (max-width: 768px) {
  .index-quotes .container {
    padding: 0px 10px; }

  .quote-prev, .quote-next {
    top: inherit;
    transform: none;
    bottom: -10px; }

  .quote-prev {
    left: 0; }

  .quote-next {
    right: 0; } }
.tt-header-row.tt-top-row .tt-col-left p {
  color: #ffffff;
  font-size: 18px;
  margin: 0 auto;
  font-weight: 600;
  padding: 15px 0; }

/*.desctop-menu-large.small-header .tt-header-row {
  justify-content: center;
}*/
.custom-blog-half {
  width: 50%;
  float: left;
  padding: 10px; }

.custom-blog-full {
  width: 100%;
  float: left; }

/* ===== Blog page Css ==== */
.custom-blog-links li {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 600; }

.custom-blog-links li a {
  color: #0056b3; }

.custom-blog-links {
  padding: 0 20px 20px; }

.related-post {
  margin-top: 5%; }

/* .related-post ul{
  padding:0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
} */
.related-post li {
  list-style: none;
  display: flex;
  margin-bottom: 20px; }

.related-post li:nth-child(5) {
  display: none; }

.related-post li figure {
  margin: 0; }

.related-post li > div {
  padding-left: 5%; }

.related-post li .tt-autor {
  font-size: x-small; }

.related-post li h1 {
  font-size: 16px !important;
  line-height: normal !important;
  padding-bottom: 0 !important; }

#relatedblogs h3 {
  width: 100%; }

#relatedblogs .rb_blog-grid img {
  width: 100%; }

body {
  height: auto !important; }

.custom_page_group {
  display: flex;
  padding: 0;
  flex-wrap: wrap; }

.custom_page_group li {
  width: 22%;
  list-style: none;
  text-align: center;
  padding: 10px;
  border: 1px solid;
  margin: 10px; }

/* Youtube video wrapper */
.reviewWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.reviewWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.review-image-holder {
  position: relative; }

.play-icon-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.play-icon-wrap span {
  font-size: 80px;
  line-height: 80px; }

@media (min-width: 1025px) {
  .desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu {
    text-align: center; }

  .logo-fixed {
    margin-top: 10px;
    margin-bottom: 10px; } }
@media (min-width: 481px) and (max-width: 1024px) {
  .tt-mobile-header .tt-logo-container {
    justify-content: start; }

  /*.desctop-menu-large .tt-header-row {
  	justify-content: space-between!important;
  }

  .desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu {
  	order: -1;
    flex-grow: 0;
  }
  */
  .logo-fixed {
    margin-top: 10px;
    margin-bottom: 10px; }

  .tt-stuck-parent-menu {
    display: none; }

  .desctop-menu-large.small-header .tt-header-row {
    justify-content: space-between; }

  .tt-mobile-header .tt-logo-container {
    width: auto; } }
@media (max-width: 480px) {
  .tt-logo-container, .logo-fixed {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 180px !important; }

  .tt-logo-container img, .logo-fixed img {
    width: 100%; }

  .tt-stuck-icons {
    margin-top: 7px;
    margin-bottom: 5px; }

  .header-mobile-icons {
    margin-top: 3px;
    margin-bottom: 3px; }

  .desctop-menu-large.small-header .tt-header-row {
    justify-content: space-between; }

  .tt-mobile-header .tt-logo-container {
    padding: 0; } }
@media (max-width: 350px) {
  .logo-fixed, .tt-logo-container {
    width: 160px !important; }

  .tt-stuck-icons {
    margin-top: 5px;
    margin-bottom: 4px; }

  .header-mobile-icons {
    margin-top: 0;
    margin-bottom: 0; } }
@media (max-width: 300px) {
  .logo-fixed, .tt-logo-container {
    width: 100% !important; }

  .tt-stuck-icons, .header-mobile-icons {
    margin-top: -5px;
    margin-bottom: 5px; }

  .desctop-menu-large.small-header .tt-header-row {
    justify-content: center;
    text-align: center; } }
.iframe-error {
  display: none;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%); }

/* embed video in product description */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Show swatches in one line on mobile*/
@media (max-width: 600px) {
  .tt-product-single-info .tt-wrapper {
    margin-top: 20px; }

  .tt-product-single-info .tt-swatches-container .tt-wrapper {
    display: block;
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin: 0 !important;
    border-right: none; }

  .tt-product-single-info .tt-swatches-container .tt-wrapper .current_option_name {
    display: block; }

  .tt-product-single-info .tt-options-swatch.options-large li a.options-color[data-optionimage="true"] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px; }

  .tt-product-single-info ul.tt-options-swatch li {
    margin: 7px 3px 0; }

  .tt-product-single-info .tt-swatches-container .tt-wrapper .tt-title-options {
    line-height: 20px; }

  .tt-product-single-info .tt-wrapper.product-information-buttons {
    margin-top: 15px; }

  .tt-product-single-info .tt-title {
    line-height: 28px;
    margin-top: 5px; }

  .tt-product-single-info {
    padding-top: 15px; }

  #tt-pageContent #shopify-section-product-template .container-indent:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 20px; } }
/* Show swatches in one line on mobile*/
/* Show swatches in one line on mobile - vol2*/
@media (max-width: 600px) {
  .tt-product-single-info .tt-swatches-container .tt-wrapper:first-child .options-large li a.options-color[data-optionimage="true"] {
    width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px; } }
@media (max-width: 432px) {
  .tt-product-single-info .tt-swatches-container .tt-wrapper .options-large {
    display: flex;
    justify-content: space-evenly; }

  .tt-product-single-info .tt-swatches-container .tt-wrapper:not(:first-child) {
    padding-left: 17px;
    border-left: 2px solid #cccccc; } }
@media (max-width: 350px) {
  .tt-product-single-info .tt-swatches-container .tt-wrapper:first-child .options-large li a.options-color[data-optionimage="true"] {
    width: 55px;
    height: 55px;
    min-width: 55px;
    min-height: 55px; }

  .tt-product-single-info .tt-swatches-container .tt-wrapper:not(:first-child) .options-large li a.options-color[data-optionimage="true"] {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px; }

  .tt-product-single-info .tt-swatches-container .tt-wrapper:first-child {
    padding-right: 10px; }

  .tt-product-single-info .tt-swatches-container .tt-wrapper:not(:first-child) {
    padding-left: 12px; } }
/* Show swatches in one line on mobile - vol2*/
/* One line add to cart on mobile */
@media (max-width: 767px) {
  .container-fluid-mobile .row:first-child .tt-row-custom-01 {
    flex-direction: row; }

  .container-fluid-mobile .row:first-child .tt-row-custom-01 .col-item {
    margin-top: 0px;
    width: auto; }

  .container-fluid-mobile .row:first-child .tt-row-custom-01 .col-item:first-child {
    flex: 0 1 auto; }

  .container-fluid-mobile .row:first-child .tt-row-custom-01 .col-item:last-child {
    flex: 2 1 auto; }

  .tt-row-custom-01 .tt-input-counter.style-01 {
    position: relative;
    max-width: 100px;
    min-width: 100px; }

  .tt-row-custom-01 .tt-input-counter.style-01 span {
    width: 40px; } }
@media (max-width: 350px) {
  .btn.btn-addtocart {
    padding-right: 10px;
    padding-left: 10px; }

  .tt-row-custom-01 .tt-input-counter.style-01 {
    max-width: 100px;
    min-width: 100px; } }
@media (max-width: 300px) {
  .container-fluid-mobile .row:first-child .tt-row-custom-01 {
    flex-direction: column; }

  .container-fluid-mobile .row:first-child .tt-row-custom-01 .col-item {
    flex: 0 1 auto;
    width: 100%; }

  .container-fluid-mobile .row:first-child .tt-row-custom-01 .col-item:not(:first-child) {
    margin-top: 20px; }

  .tt-row-custom-01 .tt-input-counter.style-01 {
    max-width: 100%;
    min-width: 100px; } }
/* One line add to cart on mobile */
/* Collection page layout */
.collection-img-wrapper {
  background-size: cover;
  background-position: center center;
  flex: 0 0 100%; }

.collection-img-inner {
  height: 300px; }

.collection-template-img .tt-layout-promo-box {
  margin-top: 20px; }

@media (max-width: 767px) {
  .collection-img-inner {
    height: 125px; }

  .collection-template-img .product-grid {
    margin-top: 25px; } }
/* New product badges */
/* Product page */
.tt-product-single-img .tt-label-new-badges, .slick-slide .tt-label-new-badges {
  position: absolute; }

.tt-product-single-img [class^="tt-new-label"], .slick-slide [class^="tt-new-label"] {
  position: absolute;
  padding: 6px 10px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 600; }

.tt-product-single-img .tt-new-label-sale, .slick-slide .tt-new-label-sale {
  background-color: #e54b01;
  left: 10px;
  top: 10px;
  font-size: 16px;
  font-weight: 700; }

.tt-product-single-img .tt-new-label-in-stock, .slick-slide .tt-new-label-in-stock {
  background-color: black;
  left: 10px;
  bottom: 10px; }

.tt-product-single-img .tt-new-label-new, .slick-slide .tt-new-label-new {
  background-color: #e54b01;
  right: 10px;
  bottom: 10px; }

.tt-product-single-img .tt-new-label-hot, .slick-slide .tt-new-label-hot {
  background: url(https://cdn.shopify.com/s/files/1/0009/5453/1892/files/fire-bg-opt.png?v=1577214854) center center no-repeat;
  background-size: contain;
  right: 15px;
  top: 0px;
  padding-top: 17px;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 700; }

@media (max-width: 1024px) {
  .tt-product-single-img [class^="tt-new-label"]:not(.tt-new-label-hot), .slick-slide [class^="tt-new-label"]:not(.tt-new-label-hot) {
    position: absolute;
    padding: 3px 6px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400; }

  .tt-product-single-img .tt-new-label-hot, .slick-slide .tt-new-label-hot {
    padding-top: 13px;
    padding-bottom: 7px;
    right: 13px;
    font-size: 14px;
    font-weight: 400; } }
@media (max-width: 480px) {
  .tt-product-single-img [class^="tt-new-label"]:not(.tt-new-label-hot), .slick-slide [class^="tt-new-label"]:not(.tt-new-label-hot) {
    border-radius: 2px; } }
/* Product page bottom slider */
#tt-pageContent .tt-product .tt-image-box [class^="tt-new-label"] {
  position: absolute;
  padding: 3px 6px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400; }

#tt-pageContent .tt-product .tt-image-box .tt-new-label-sale {
  background-color: #e54b01;
  left: 10px;
  top: 10px;
  font-size: 14px;
  font-weight: 700; }

#tt-pageContent .tt-product .tt-image-box .tt-new-label-in-stock {
  background-color: black;
  left: 10px;
  bottom: 10px; }

#tt-pageContent .tt-product .tt-image-box .tt-new-label-new {
  background-color: #e54b01;
  right: 10px;
  bottom: 10px; }

#tt-pageContent .tt-product .tt-image-box .tt-new-label-hot {
  background: url(https://cdn.shopify.com/s/files/1/0009/5453/1892/files/fire-bg-opt.png?v=1577214854) center center no-repeat;
  background-size: contain;
  right: 15px;
  top: 0px;
  padding-top: 13px;
  padding-bottom: 3px;
  font-weight: 600; }

@media (max-width: 480px) {
  #tt-pageContent .tt-product .tt-image-box [class^="tt-new-label"]:not(.tt-new-label-hot) {
    padding: 3px 5px;
    border-radius: 2px;
    line-height: 16px;
    font-weight: 400; }

  #tt-pageContent .tt-product .tt-image-box .tt-new-label-hot {
    padding-top: 14px;
    padding-bottom: 5px;
    line-height: 16px;
    font-weight: 600; }

  #tt-pageContent .tt-product .tt-image-box .tt-new-label-sale {
    font-weight: 600 !important; } }
/* Collection page */
#tt-pageContent .tt-product-listing .tt-product .tt-image-box [class^="tt-new-label"] {
  position: absolute;
  padding: 3px 6px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px; }

#tt-pageContent .tt-product-listing .tt-product .tt-image-box .tt-new-label-sale {
  background-color: #e54b01;
  left: 10px;
  top: 10px;
  font-size: 14px;
  font-weight: 700; }

#tt-pageContent .tt-product-listing .tt-product .tt-image-box .tt-new-label-in-stock {
  background-color: black;
  left: 10px;
  bottom: 10px; }

#tt-pageContent .tt-product-listing .tt-product .tt-image-box .tt-new-label-new {
  background-color: #e54b01;
  right: 10px;
  bottom: 10px; }

#tt-pageContent .tt-product-listing .tt-product .tt-image-box .tt-new-label-hot {
  background: url(https://cdn.shopify.com/s/files/1/0009/5453/1892/files/fire-bg-opt.png?v=1577214854) center center no-repeat;
  background-size: contain;
  right: 15px;
  top: 0px;
  padding-top: 14px;
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 12px; }

@media (max-width: 1024px) {
  #tt-pageContent .tt-product-listing .tt-product .tt-image-box [class^="tt-new-label"] {
    font-size: 12px;
    line-height: 18px; }

  #tt-pageContent .tt-product-listing .tt-product .tt-image-box .tt-new-label-sale {
    font-size: 14px;
    line-height: 18px; } }
@media (max-width: 480px) {
  #tt-pageContent .tt-product-listing .tt-product .tt-image-box [class^="tt-new-label"] {
    line-height: 16px; }

  #tt-pageContent .tt-product-listing .tt-product .tt-image-box [class^="tt-new-label"]:not(.tt-new-label-hot) {
    border-radius: 2px;
    padding: 2px 5px; }

  #tt-pageContent .tt-product-listing .tt-product .tt-image-box .tt-new-label-hot {
    padding-top: 13px;
    padding-bottom: 5px; } }
@media (max-width: 575px) {
  #tt-pageContent .container-fluid-custom-mobile-padding {
    padding-left: 10px;
    padding-right: 10px; }

  .container-fluid-custom-mobile-padding, .container-fluid-custom-mobile-padding-02 {
    padding-left: 0px;
    padding-right: 0px; }

  .tt-tabs-default.tt-tabs-left {
    margin-left: -24px; } }
/* Anchor pages */
.tt-product .tt-image-box.linked-products [class^="tt-new-label"] {
  position: absolute;
  padding: 3px 6px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  z-index: 999; }

.tt-product .tt-image-box.linked-products .tt-new-label-sale {
  background-color: #e54b01;
  left: 10px;
  top: 10px;
  font-size: 14px;
  font-weight: 600; }

.tt-product .tt-image-box.linked-products .tt-new-label-in-stock {
  background-color: black;
  left: 10px;
  bottom: 10px; }

.tt-product .tt-image-box.linked-products .tt-new-label-new {
  background-color: #e54b01;
  right: 10px;
  bottom: 10px; }

.tt-product .tt-image-box.linked-products .tt-new-label-hot {
  background: url(https://cdn.shopify.com/s/files/1/0009/5453/1892/files/fire-bg-opt.png?v=1577214854) center center no-repeat;
  background-size: contain;
  right: 15px;
  top: 0px;
  padding-top: 18px;
  padding-bottom: 8px; }

@media (max-width: 480px) {
  .tt-product .tt-image-box.linked-products [class^="tt-new-label"]:not(.tt-new-label-hot) {
    padding: 3px 5px;
    border-radius: 2px;
    line-height: 16px;
    font-weight: 400; }

  .tt-product .tt-image-box.linked-products .tt-new-label-hot {
    padding-top: 15px;
    padding-bottom: 5px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 600; }

  .tt-product .tt-image-box.linked-products .tt-new-label-hot {
    font-weight: 600 !important; } }
/* Page preloader */
.gif-preloader-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 9999999; }

.gif-preloader-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.gif-preloader-inner img {
  width: 100%;
  max-width: 350px;
  padding-left: 10px;
  padding-right: 40px; }

.mobile-loader {
  display: none; }

@media screen and (max-width: 767px) {
  .gif-preloader-inner img {
    max-width: 335px; }

  .desktop-loader {
    display: none; }

  .mobile-loader {
    display: inline-block; } }
/* Page preloader */
/* Move review stars to the price line */
.price-and-reviews {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }

.price-and-reviews div.tt-price {
  margin-right: 10px; }

.price-and-reviews #open-review {
  line-height: 40px;
  padding-left: 10px;
  /*border-left: 1px solid #cccccc;*/ }

@media (max-width: 319px) {
  .price-and-reviews #open-review {
    width: 100%;
    padding-left: 0px;
    border-left: none;
    line-height: 20px;
    margin-bottom: 7px; }

  .price-and-reviews div.tt-price {
    width: 100%;
    margin-right: 0px; } }
@media (min-width: 601px) {
  .tt-product-single-info .tt-swatches-container .tt-wrapper {
    margin-top: 0px !important;
    width: fit-content; } }
/* Move review stars to the price line */
/* Move gallery arrows up on a desktop */
@media (min-width: 576px) {
  .product-images-carousel {
    padding-left: 40px;
    padding-right: 40px; }

  .product-images-carousel .arrow-location-01 .slick-arrow {
    bottom: calc(50% - 19px);
    background: #f7f8fa; }

  .product-images-carousel .arrow-location-01 .slick-arrow:hover {
    background: #0d1663; }

  .product-images-carousel .arrow-location-01 .slick-prev {
    right: unset;
    left: -40px; }

  .product-images-carousel .arrow-location-01 .slick-next {
    right: -40px; }

  .product-images-carousel ul .slick-list {
    margin-right: -20px; }

  .product-images-carousel {
    padding-bottom: 0px;
    margin-bottom: 20px; } }
@media (min-width: 576px) and (max-width: 767px) {
  .product-images-carousel {
    margin-bottom: 30px; } }
/* Move gallery arrows up on a desktop */
/* Remove space around product on mobile */
@media (max-width: 575px) {
  .dpm-index [class^="col-"], .dpm-collection [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px; }

  .dpm-index [class^="col-"]:nth-child(odd), .dpm-collection [class^="col-"]:nth-child(odd) {
    padding-right: 2px; }

  .dpm-index [class^="col-"]:nth-child(even), .dpm-collection [class^="col-"]:nth-child(even) {
    padding-left: 2px; }

  .dpm-index .tt-description, .dpm-collection .tt-description {
    padding-left: 5px;
    padding-right: 5px; }

  .dpm-index .tt-row-btn, .dpm-collection .tt-row-btn {
    width: 100%; } }
/* Remove space around product on mobile */
/* New size for grid reviews */
@media (min-width: 576px) {
  .grid-with-reviews .loox-icon {
    font-size: 18px; } }
/* New size for grid reviews */
/* Contact Us page styles */
.contact-form-wrapper {
  max-width: 656px;
  margin: auto; }

.contact-form-wrapper input.form-control, .contact-form-wrapper textarea.form-control {
  background-color: #cecece;
  border-color: #cecece; }

/* Sold out button styles */
@media (min-width: 1025px) {
  .tt-product .tt-description .tt-btn-addtocart.sold-out-button span:first-child {
    top: 9px; } }
.tt-product .tt-description .tt-btn-addtocart.sold-new {
  background-color: #0f0f0f; }

.tt-product .tt-description .tt-btn-addtocart.sold-new:hover {
  background-color: #000000; }

.cart-hide-review #open-review {
  display: none; }
