@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
/* font */
/* font icon*/
/* Colors */
/*
	loader
*/
/*
	Back to top
*/
/*
	Breadcrumb
*/
/*
	Form
*/
/*
	typography
*/
/* button */
/* list */
/*
	boxed layout
*/
/*
	header
*/
/*logo if text*/
/*account, language, currency*/
/*account layout*/
/*language and currency layout*/
/*cart layout*/
/*search layout*/
/*desctope menu */
/*
	Footer
*/
/*
	Product item
*/
/*
	Product listing product
*/
/*Filters options*/
/*
	rating
*/
/*
	label
*/
/*
	Product single
*/
/* Collapse block */
/* Review-block */
/* produc slider vertical (product.html)*/
/* produc slider vertical (product-02.html)*/
/* video link*/
/*
	Blog
*/
/*
Instagram
*/
/*
Lookbook
*/
/*
Modal
*/
/*addtocart*/
/*newsletter*/
/*layout product info (product-variable.html)*/
/*subsribe_good*/
/*
Portfolio
*/
/*
	magnific popup (portfolio pages)
*/
/*
Promo
*/
/*promo full width (index-09.html)*/
/*promo full width (index-13.html)*/
/*collection img (index-02.html)*/
/* promo fixed */
/*
	Shop cart
*/
/* shopping_cart_01.html */
/* shopping_cart_02.html */
/*
	Shop account
*/
/* account_address.html, account.html, account_order.html */
/*
	slider revolution(index pages)
*/
/*
	slider main slick(index-14.html)
*/
/*
	slider slider
*/
/*
	tooltip
*/
/*---------------------------------------*/
/*--------   Table of contents   --------*/
/*
1. External module
	1.1 Bootstrap
	1.2 Bootstrap datepicker
	1.3 Slider Slick
	1.4 Magnific popup
	1.5 Perfect scrollbar
	1.6 Slider Revolution
2. Fonts icons
3. Header
4. Footer
5. Blog pages
6. Portfolio pages
7. Product single pages
8. Modal
9. Listing product
10. Product item
11. Promo box
12. Promo box fixed
13. Shopping Cart pages
14. Lookbook module
15. Slider Revolution
16. Slider Slick
17. Loader module
18. Boxed module
19. Instafeed module
20. The same product height
21. Tooltip
22. Wishlist page
23. Compare page
24. Menu categories
25. Instagram shop
26. Typography
---------------------------------------*/
/*---------------------------------------*/
/*--------   1. External module  --------*/
/*---------------------------------------*/
/*-------  1.1 Bootstrap  --------*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*-------  1.3 Slider Slick  --------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider img {
    width: 100%;
    height: auto; }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .slick-slider .slick-list:focus {
      outline: none; }
    .slick-slider .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .slick-slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    .slick-slider .slick-track:before, .slick-slider .slick-track:after {
      content: "";
      display: table; }
    .slick-slider .slick-track:after {
      clear: both; }
    .slick-loading .slick-slider .slick-track {
      visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto; }

.slick-arrow.slick-hidden {
  display: none; }

/*-------  1.4 Magnific popup  --------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.5); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 20; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom {
  cursor: pointer; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow,
.mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 20; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: #ffffff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 21;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: -43px;
  top: -44px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #ffffff;
  font-size: 0px;
  line-height: 0;
  font-family: "Cormorant", serif;
  transition: all 0.3s linear; }
  .mfp-close:before {
    content: "\ea0f";
    font-size: 20px;
    line-height: 1; }
  .mfp-close:hover {
    color: #2879fe; }

.mfp-counter {
  top: 0;
  right: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: lighter;
  white-space: nowrap; }

button.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  width: 50px;
  height: 50px;
  transition: all 0.3s linear; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border: medium inset transparent; }

.mfp-arrow {
  display: block;
  font-family: "Cormorant", serif;
  font-size: 30px;
  line-height: 45px;
  color: #ffffff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mfp-arrow:hover,
button.mfp-arrow:hover {
  color: #2879fe; }

.mfp-arrow:before {
  display: block; }

.mfp-arrow-right {
  right: 10px; }

.mfp-arrow-right:before {
  content: "\e90e";
  left: 10px; }

.mfp-arrow-left:before {
  content: "\e90d";
  left: 7px; }

.mfp-arrow-left {
  left: 0; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 0px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -21px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  text-align: center;
  font-family: "Cormorant", serif; }

.mfp-title {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  word-wrap: break-word; }

.mfp-image-holder .mfp-content {
  max-width: 72%; }

.mfp-gallery img.mfp-img {
  max-height: 80vh !important; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	* Remove all paddings around the image on small screen
	*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*-------  1.5 Perfect scrollbar  --------*/
/* perfect-scrollbar v0.6.10 */
.ps-container {
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling {
  pointer-events: none; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  z-index: 21;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  transition: background-color .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 5px; }

.ps-container:hover.ps-in-scrolling {
  pointer-events: none; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

/*-------  1.6 Slider Revolution  --------*/
/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/*************************
	-	CAPTIONS	-
**************************/
.tp-static-layers {
  position: absolute;
  z-index: 505;
  top: 0px;
  left: 0px; }

.tp-hide-revslider, .tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important; }

.tp-caption {
  z-index: 1; }

.tp-caption-demo .tp-caption {
  position: relative !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px !important; }

.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  min-width: 408px;
  min-height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #000000;
  border-style: none; }

.tp-caption.finewide_large_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 468px;
  min-height: 3px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.finewide_medium_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 37px;
  line-height: 37px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.boldwide_small_white {
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  font-family: "Cormorant", serif;
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.whitedivider3px_vertical {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 3px;
  min-height: 130px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.finewide_small_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.finewide_verysmall_white_mw {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Cormorant", serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  max-width: 470px;
  white-space: normal !important;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.finewide_large_white {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: #000;
  border-style: none; }

.tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000;
  border-style: none; }

.tp-caption.huge_red {
  position: absolute;
  color: #df4b6b;
  font-weight: 400;
  font-size: 150px;
  line-height: 130px;
  font-family: "Cormorant", serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  background-color: #2d3136;
  padding: 0px; }

.tp-caption.middle_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  font-family: "Cormorant", serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.huge_thin_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  font-family: "Cormorant", serif;
  margin: 0px;
  letter-spacing: 20px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.big_dark {
  position: absolute;
  color: #333;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  font-family: "Cormorant", serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_dark {
  position: absolute;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  font-family: "Cormorant", serif;
  margin: 0px;
  letter-spacing: 5px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: "Cormorant", serif;
  padding: 2px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #888;
  white-space: nowrap; }

.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: "Cormorant", serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: "Cormorant", serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Cormorant", serif;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Cormorant", serif;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: "Cormorant", serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_bold_grey {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Cormorant", serif;
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: "Cormorant", serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px; }

.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: "Cormorant", serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #000; }

.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: "Cormorant", serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #fff; }

.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Cormorant", serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Cormorant", serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Cormorant", serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Cormorant", serif;
  padding: 3px 10px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0; }

.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Cormorant", serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0; }

.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.boxshadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

.tp-caption.black {
  color: #000;
  text-shadow: none; }

.tp-caption.noshadow {
  text-shadow: none; }

.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Cormorant", serif;
  background-color: transparent; }

.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Cormorant", serif;
  background-color: transparent; }

.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none; }

.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline; }

.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight: 800;
  font-family: "Cormorant", serif;
  color: white;
  text-decoration: none;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.498039);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px 500px 500px 500px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.largeblackbg {
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 0px 20px 5px;
  text-shadow: none;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Cormorant", serif;
  background-color: #db4360;
  padding: 0px 20px;
  border-radius: 0px; }

.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Cormorant", serif;
  background-color: #fff;
  padding: 0px 20px;
  border-radius: 0px; }

.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Cormorant", serif;
  background-color: #67ae73;
  padding: 0px 20px;
  border-radius: 0px; }

.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: "Cormorant", serif;
  color: #ffffff;
  text-decoration: none;
  background-color: black;
  text-shadow: none;
  margin: 0px;
  letter-spacing: -1.5px;
  padding: 1px 4px 0px 4px;
  width: 150px;
  white-space: normal !important;
  height: auto;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Cormorant", serif;
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Cormorant", serif;
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Cormorant", serif;
  color: white;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Cormorant", serif;
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Cormorant", serif;
  color: white;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Cormorant", serif;
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Cormorant", serif;
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.grassfloor {
  text-decoration: none;
  background-color: #a0b397;
  width: 4000px;
  height: 150px;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Cormorant", serif;
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  text-align: center;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Cormorant", serif;
  color: white;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  color: black;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Cormorant", serif;
  color: black;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.roundedimage {
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Cormorant", serif;
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 10px 20px 15px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  color: black;
  text-decoration: none;
  background-color: white;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Cormorant", serif;
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.boxshadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: "Cormorant", serif; }

.tp-caption.noshadow {
  text-shadow: none; }

.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important; }



/*
	slick
*/
/*tt-carousel-products*/
.tt-carousel-products.slick-slider .slick-slide[class^="col-"] {
  max-width: inherit; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-animated-show-js {
  opacity: 0;
  transition: opacity 0.2s linear; }

.slick-animated-show-js.slick-initialized {
  opacity: 1; }

.slick-track {
  margin: auto; }

.tt-slick-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center; }

/* (blog-single-post-gallery.html) */
.tt-slick-button {
  font-size: 0;
  line-height: 0; }
  .tt-slick-button .slick-arrow {
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: none;
    border: none;
    width: 38px;
    height: 38px;
    background: #f7f8fa;
    color: #191919;
    font-weight: 500;
    border-radius: 50%;
    transition: all 0.2s linear; }
  .tt-slick-button .slick-arrow:hover {
    background: #2879fe;
    color: #ffffff; }
  .tt-slick-button .slick-arrow:before {
    font-family: "Cormorant", serif;
    font-size: 20px;
    line-height: 1; }
  .tt-slick-button .slick-prev:before {
    content: "\e90d"; }
  .tt-slick-button .slick-next {
    margin-left: 4px; }
  .tt-slick-button .slick-next:before {
    content: "\e90e"; }

/* slick (product.html) */
.tt-slick-button-vertical {
  font-size: 0;
  line-height: 0; }
  .tt-slick-button-vertical .slick-arrow {
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: none;
    border: none;
    width: 38px;
    height: 38px;
    background: #f7f8fa;
    color: #191919;
    font-weight: 500;
    border-radius: 50%;
    transition: all 0.2s linear; }
  .tt-slick-button-vertical .slick-arrow:hover {
    background: #2879fe;
    color: #ffffff; }
  .tt-slick-button-vertical .slick-arrow:before {
    font-family: "Cormorant", serif;
    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: "Cormorant", serif }
  .tt-slick-quantity .account-number {
    font-size: 20px;
    color: #191919; }

/* arrow-location-01 (blog listing pages)*/
.arrow-location-01 .slick-arrow {
  position: absolute;
  bottom: 10px;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background: #ffffff;
  color: #191919;
  font-weight: 500;
  border-radius: 50%;
  transition: all 0.2s linear; }

.arrow-location-01 .slick-arrow:hover {
  background: #2879fe;
  color: #ffffff; }

.arrow-location-01 .slick-arrow:before {
  font-family: "Cormorant", serif;
  font-size: 20px;
  line-height: 1; }

.arrow-location-01 .slick-prev {
  right: 57px; }

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

.arrow-location-01 .slick-next {
  right: 10px; }

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

/* arrow-location-02 (product-02.html)*/
.arrow-location-02 .slick-arrow {
  position: absolute;
  bottom: -58px;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background: #f7f8fa;
  color: #191919;
  font-weight: 500;
  border-radius: 50%;
  transition: all 0.2s linear; }

.arrow-location-02 .slick-arrow:hover {
  background: #2879fe;
  color: #ffffff; }

.arrow-location-02 .slick-arrow:before {
  font-family: "Cormorant", serif;
  font-size: 20px;
  line-height: 1; }

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

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

.arrow-location-02 .slick-next {
  left: 47px; }

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

/* arrow-location-03 (desktop menu)*/
.arrow-location-03 .slick-arrow {
  position: absolute;
  top: -46px;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  font-weight: 500;
  color: #191919;
  background: transparent;
  border-radius: 50%;
  transition: all 0.2s linear; }

.arrow-location-03 .slick-arrow:hover {
  color: #2879fe;
  background: transparent; }

.arrow-location-03 .slick-arrow:before {
  font-family: "Cormorant", serif;
  font-size: 20px;
  line-height: 1; }

.arrow-location-03 .slick-prev {
  right: 20px; }

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

.arrow-location-03 .slick-next {
  right: -4px; }

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

/* arrow-location-tab (index pages) */
.arrow-location-tab .slick-arrow {
  position: absolute;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  color: #191919;
  background: #f7f8fa;
  font-weight: 500;
  border-radius: 50%;
  transition: all 0.2s linear; }

.arrow-location-tab .slick-arrow:hover {
  background: #2879fe;
  color: #ffffff; }

.arrow-location-tab .slick-arrow:before {
  font-family: "Cormorant", serif;
  font-size: 20px;
  line-height: 1; }

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

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

@media (min-width: 1025px) {
  .arrow-location-tab.arrow-location-tab01 .slick-arrow {
    top: -43px; }
  .arrow-location-tab .slick-arrow {
    top: -33px; }
  .arrow-location-tab .slick-prev {
    right: 57px; }
  .arrow-location-tab .slick-next {
    right: 10px; } }

@media (max-width: 1024px) {
  .arrow-location-tab .slick-arrow {
    top: 50%; }
  .arrow-location-tab .slick-prev {
    left: 0px; }
  .arrow-location-tab .slick-next {
    right: 0px; } }

/* arrow-location-right-top (product single pages)*/
.arrow-location-right-top .slick-arrow {
  position: absolute;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background: #f7f8fa;
  color: #191919;
  font-weight: 500;
  border-radius: 50%;
  transition: all 0.2s linear; }

.arrow-location-right-top .slick-arrow:hover {
  background: #2879fe;
  color: #ffffff; }

.arrow-location-right-top .slick-arrow:before {
  font-family: "Cormorant", serif;
  font-size: 20px;
  line-height: 1; }

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

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

@media (min-width: 1025px) {
  .arrow-location-right-top .slick-arrow {
    top: -28px; }
  .arrow-location-right-top .slick-prev {
    right: 57px; }
  .arrow-location-right-top .slick-next {
    right: 10px; } }

@media (max-width: 1024px) {
  .arrow-location-right-top .slick-arrow {
    top: 50%; }
  .arrow-location-right-top .slick-prev {
    left: 0px; }
  .arrow-location-right-top .slick-next {
    right: 0px; } }

/* arrow-location-center (quickViewModal)*/
.arrow-location-center .slick-arrow,
.arrow-location-center .slick-arrow:active {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  color: #dadada;
  font-weight: 500;
  border-radius: 50%;
  transition: all 0.2s linear; }

.arrow-location-center .slick-arrow:hover {
  color: #191919; }

.arrow-location-center .slick-arrow:before {
  font-family: "Cormorant", serif;
  font-size: 20px;
  line-height: 1; }

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

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

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

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

/* arrow-location-center-02 (index-07.html)*/
.arrow-location-center-02 .slick-arrow,
.arrow-location-center-02 .slick-arrow:active {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background: #f7f8fa;
  color: #191919;
  font-weight: 500;
  border-radius: 50%;
  transition: all 0.2s linear; }

.arrow-location-center-02 .slick-arrow:hover {
  color: #ffffff;
  background: #2879fe; }

.arrow-location-center-02 .slick-arrow:before {
  font-family: "Cormorant", serif;
  font-size: 20px;
  line-height: 1; }

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

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

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

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

/* arrow-location-center-02 (index-07.html)*/
.arrow-location-center-03 .slick-arrow,
.arrow-location-center-03 .slick-arrow:active {
  position: absolute;
  top: 50%;
  z-index: 7;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  background: #f7f8fa;
  color: #191919;
  font-weight: 500;
  border-radius: 50%;
  transition: all 0.2s linear; }

.arrow-location-center-03 .slick-arrow:hover {
  color: #ffffff;
  background: #2879fe; }

.arrow-location-center-03 .slick-arrow:before {
  font-family: "Cormorant", serif;
  font-size: 20px;
  line-height: 1; }

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

.arrow-location-center-03 .slick-prev:before {
  content: "\e90d";
  margin-right: 2px; }

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

.arrow-location-center-03 .slick-next:before {
  content: "\e90e";
  margin-left: 2px; }

@media (min-width: 1025px) and (max-width: 1229px) {
  .arrow-location-center-03 .slick-arrow {
    top: 92px !important; } }

@media (min-width: 1230px) {
  .arrow-location-center-03 .slick-arrow {
    top: 118px !important; } }

body:not(.touch-device) .arrow-location-center-02.tt-arrow-hover .slick-arrow {
  opacity: 0; }

body:not(.touch-device) .arrow-location-center-02.tt-arrow-hover:hover .slick-arrow {
  opacity: 1; }

/* slick - style */
.slick-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 22px;
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  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; }

/* (blog masonry col) */
.tt-arrow-type-02.slick-slider .slick-arrow {
  background: #f7f8fa;
  color: #dadada; }

.tt-arrow-type-02.slick-slider .slick-arrow:hover {
  background: #f7f8fa;
  color: #191919; }

.tt-arrow-type-02.slick-slider .slick-next {
  right: 20px; }

.tt-arrow-type-02.slick-slider .slick-prev {
  left: 20px; }

.wrapper-social-icon {
  background: #f7f8fa;
  padding: 12px 5px 10px; }

/* tt-gift-layout (gift-cart.html)*/
.tt-gift-layout {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  padding: 82px 0; }
  .tt-gift-layout .tt-title {
    margin-top: 81px;
    font-size: 34px;
    line-height: 1.1;
    color: #191919; }
  .tt-gift-layout .tt-gift-box {
    margin-top: 53px;
    max-width: 434px;
    overflow: hidden;
    position: relative;
    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: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-end;
      align-content: center;
      align-items: center; }
      .tt-gift-layout .tt-gift-box .tt-description .tt-sum {
        color: #ffffff;
        font-size: 32px;
        font-family: "Cormorant", serif;
        position: absolute;
        top: 17px;
        right: 15px;
        font-weight: 500;
        letter-spacing: 0.02em; }
        @media (max-width: 575px) {
          .tt-gift-layout .tt-gift-box .tt-description .tt-sum {
            font-size: 27px; } }
      .tt-gift-layout .tt-gift-box .tt-description .tt-code {
        background-color: #ffffff;
        border: 7px solid #ffffff;
        margin: 20px;
        position: relative;
        border-radius: 3px; }
        .tt-gift-layout .tt-gift-box .tt-description .tt-code span {
          display: block;
          position: relative;
          padding: 13px 14px 11px;
          font-size: 25px;
          line-height: 1;
          letter-spacing: 0.06em;
          color: #191919; }
        .tt-gift-layout .tt-gift-box .tt-description .tt-code span:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 1px;
          height: 100%;
          background: url("../images/custom/tt-gift-box-border2.png") left top repeat-y; }
        .tt-gift-layout .tt-gift-box .tt-description .tt-code span:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 1px;
          height: 100%;
          background: url("../images/custom/tt-gift-box-border2.png") right top repeat-y; }
      .tt-gift-layout .tt-gift-box .tt-description .tt-code:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: url("../images/custom/tt-gift-box-border1.png") left top repeat-x; }
      .tt-gift-layout .tt-gift-box .tt-description .tt-code:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: url("../images/custom/tt-gift-box-border1.png") left top repeat-x; }
  .tt-gift-layout p {
    margin-top: 33px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center; }
  .tt-gift-layout .tt-gift-dissembled {
    margin-top: 35px; }
    .tt-gift-layout .tt-gift-dissembled img {
      max-width: 100%;
      height: auto; }
  .tt-gift-layout .btn-border {
    margin-top: 62px; }
  .tt-gift-layout .btn-link {
    margin-top: 32px; }
  @media (max-width: 1024px) {
    .tt-gift-layout {
      padding: 42px 0; }
      .tt-gift-layout .tt-title {
        margin-top: 41px;
        font-size: 31px; }
      .tt-gift-layout .tt-gift-box {
        margin-top: 44px;
        max-width: 380px; }
        .tt-gift-layout .tt-gift-box .tt-description .tt-code span {
          font-size: 22px;
          letter-spacing: 0.04em; }
      .tt-gift-layout .tt-gift-dissembled {
        margin-top: 31px; }
      .tt-gift-layout .btn-border {
        margin-top: 40px; }
      .tt-gift-layout .btn-link {
        margin-top: 23px; } }
  @media (max-width: 575px) {
    .tt-gift-layout {
      padding: 22px 0; }
      .tt-gift-layout .tt-title {
        margin-top: 35px;
        font-size: 26px; }
      .tt-gift-layout .tt-gift-box {
        margin-top: 36px;
        max-width: 290px; }
        .tt-gift-layout .tt-gift-box .tt-description .tt-code {
          margin: 15px; }
          .tt-gift-layout .tt-gift-box .tt-description .tt-code span {
            font-size: 18px;
            letter-spacing: 0.02em; }
      .tt-gift-layout p {
        margin-top: 25px;
        line-height: 19px; }
      .tt-gift-layout .tt-gift-dissembled {
        margin-top: 24px; }
      .tt-gift-layout .btn-border {
        margin-top: 31px; }
      .tt-gift-layout .btn-link {
        margin-top: 18px; } }
  .tt-gift-layout > *:nth-child(1) {
    margin-top: 0; }

/* tt-back-to-top */
@media (min-width: 790px) {
  .tt-back-to-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: 0.4s;
    width: 62px;
    height: 62px;
    color: #ffffff;
    font-size: 0;
    line-height: 0;
    position: fixed;
    bottom: -64px;
    right: 5px;
    z-index: 20;
    border-radius: 6px; }
  .tt-back-to-top:before {
    font-family: "Cormorant", serif !important;
    content: "\e903";
    display: block;
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: -1px;
    transition: top 0.2s linear; }
  .tt-back-to-top:hover {
    background-color: #303030;
    color: #ffffff; }
  .tt-back-to-top:hover:before {
    top: -4px; }
  .tt-back-to-top.tt-show {
    bottom: 50px; } }

@media (max-width: 789px) {
  .tt-back-to-top {
    background: #ffffff;
    color: #191919;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: "Cormorant", serif;
    font-weight: 500;
    padding: 5px 0 33px 0;
    transition: all 0.2s linear; }
    .tt-back-to-top.tt-align-center {
      padding: 20px 0 18px 0; }
  .tt-back-to-top:before {
    font-family: "Cormorant", serif !important;
    content: "\e9c9";
    display: block;
    font-size: 20px;
    line-height: 1; }
  .tt-back-to-top:hover {
    background: #ffffff;
    color: #2879fe; } }

/* tt-breadcrumb */
.tt-breadcrumb {
  background: #f7f8fa; }
  .tt-breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center; }
    .tt-breadcrumb ul li {
      font-size: 12px;
      padding: 4px 6px 4px 11px;
      position: relative;
      color: #777777; }
      .tt-breadcrumb ul li a {
        color: #777777;
        transition: color 0.2s linear; }
      .tt-breadcrumb ul li a:hover {
        color: #2879fe; }
    .tt-breadcrumb ul li:not(:first-child):before {
      content: '/';
      position: absolute;
      display: inline-block;
      left: 0;
      top: 4px; }
    .tt-breadcrumb ul li:first-child {
      padding-left: 0; }
  @media (max-width: 575px) {
    .tt-breadcrumb {
      padding-left: 10px;
      padding-right: 10px; } }

/* tt-services-block */
.tt-layout-02 {
  background: #f7f8fa; }

.tt-services-listing.tt-layout-02 .tt-services-block {
  margin-top: 16px;
  padding-bottom: 14px; }

.tt-services-listing:not(.tt-layout-02) {
  margin-top: -30px; }
  .tt-services-listing:not(.tt-layout-02) .tt-services-block {
    margin-top: 30px; }
  @media (max-width: 575px) {
    .tt-services-listing:not(.tt-layout-02) {
      margin-top: -35px; }
      .tt-services-listing:not(.tt-layout-02) .tt-services-block {
        margin-top: 37px; } }

@media (min-width: 791px) {
  .tt-services-listing-aligment {
    margin-bottom: -5px; } }

@media (max-width: 790px) and (min-width: 576px) {
  .tt-services-listing-aligment {
    margin-bottom: -12px; } }

@media (max-width: 575px) {
  .tt-services-listing-aligment {
    margin-bottom: -10px; } }

.tt-services-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center; }
  .tt-services-block .tt-col-icon {
    align-self: flex-start;
    font-size: 50px;
    color: #2879fe; }
    .tt-services-block .tt-col-icon [class^="icon-"] {
      position: relative;
      top: -5px; }
  @media (min-width: 576px) {
    .tt-services-block .tt-col-icon + .tt-col-description {
      padding-left: 21px; } }
  @media (max-width: 575px) {
    .tt-services-block .tt-col-icon + .tt-col-description {
      padding-left: 11px; } }
  .tt-services-block .tt-col-description {
    flex: 2 1 auto;
    line-height: 1.3;
    color: #777777; }
    .tt-services-block .tt-col-description .tt-title {
      padding: 0;
      margin: 0;
      font-size: 16px;
      letter-spacing: 0.03em;
      font-weight: 500;
      color: #191919;
      transition: all 0.2s linear; }
    .tt-services-block .tt-col-description p {
      margin-top: 7px;
      font-size: 14px;
      line-height: 22px; }
    .tt-services-block .tt-col-description > *:nth-child(1) {
      margin-top: 0; }
  .tt-services-block.tt-services-block-vertical {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center; }
    .tt-services-block.tt-services-block-vertical .tt-col-icon {
      align-self: center; }
    .tt-services-block.tt-services-block-vertical .tt-col-description {
      text-align: center; }

.tt-services-block:hover {
  text-decoration: none; }
  .tt-services-block:hover .tt-title {
    color: #2879fe; }

.tt-product-single-aside > *:not(:first-child) {
  margin-top: 30px; }

.tt-services-aside {
  border: 1px solid #e9e7e7;
  padding: 21px 19px 14px 19px;
  border-radius: 6px; }
  .tt-services-aside .tt-services-block:not(:first-child) {
    border-top: 1px solid #e9e7e7;
    padding: 22px 0 0 0; }
  .tt-services-aside .tt-services-block:not(:last-child) {
    padding-bottom: 13px; }
  .tt-services-aside .tt-services-block .tt-col-icon {
    margin-left: -4px; }
    .tt-services-aside .tt-services-block .tt-col-icon [class^="icon-"] {
      top: -8px; }
  .tt-services-aside .tt-services-block .tt-col-icon + .tt-col-description {
    padding-left: 8px; }
  .tt-services-aside .tt-services-block .tt-col-description p {
    margin-top: 1px; }
  .tt-services-aside .tt-promo-brand {
    max-width: 514px; }

@media (min-width: 1025px) and (max-width: 1229px) {
  .tt-row-custom-01.tt-responsive-lg {
    flex-direction: column;
    flex-wrap: wrap; }
    .tt-row-custom-01.tt-responsive-lg .col-item:not(:first-child) {
      margin-top: 15px; } }

/* tt-img-box (index-02.html)*/
.tt-img-box-listing {
  margin-top: -20px; }
  .tt-img-box-listing .tt-img-box {
    margin-top: 20px; }

.tt-img-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 1px solid #e9e7e7;
  text-decoration: none;
  position: relative;
  text-align: center;
  border-radius: 6px;
  transition: border 0.2s linear;
  padding: 25%; }
  .tt-img-box img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .tt-img-box:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-color: inherit;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: opacity 0.2s linear;
    opacity: 0; }
  .tt-img-box:hover {
    border-color: #2879fe; }
  .tt-img-box:hover:before {
    opacity: 1; }
  @media (min-width: 1025px) {
    .tt-img-box {
      height: 138px; } }
  @media (max-width: 1024px) and (min-width: 576px) {
    .tt-img-box {
      height: 118px; } }
  @media (max-width: 575px) and (min-width: 421px) {
    .tt-img-box {
      height: 100px; } }
  @media (max-width: 420px) {
    .tt-img-box {
      height: 100px; } }

/* tt-layout-vertical-listing */
.tt-layout-vertical-listing .tt-item:not(:first-child) {
  margin-top: 18px; }

.tt-layout-vertical {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-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 {
      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%;
      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: "Cormorant", serif;
    font-weight: 400;
    color: #191919; }
    .tt-layout-vertical .tt-title a {
      color: #191919; }
      .tt-layout-vertical .tt-title a:hover {
        color: #2879fe; }
  .tt-layout-vertical .tt-description .tt-rating {
    margin-left: -1px; }
  .tt-layout-vertical .tt-description .tt-add-info {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 3px; }
    .tt-layout-vertical .tt-description .tt-add-info li {
      font-size: 12px;
      color: #999999; }
      .tt-layout-vertical .tt-description .tt-add-info li a {
        color: #999999; }
      .tt-layout-vertical .tt-description .tt-add-info li a:hover {
        color: #2879fe; }
  .tt-layout-vertical .tt-description .tt-price {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #191919; }
    .tt-layout-vertical .tt-description .tt-price .new-price {
      color: #f8353e;
      margin-right: 7px; }
    .tt-layout-vertical .tt-description .tt-price .old-price {
      color: #191919;
      text-decoration: line-through; }
    .tt-layout-vertical .tt-description .tt-price span {
      display: inline-block; }
  .tt-layout-vertical .tt-description > *:nth-child(1) {
    margin-top: 0; }
  .tt-layout-vertical ul.tt-options-swatch {
    margin: 12px 0px 0 -2px; }
  .tt-layout-vertical ul.tt-options-swatch li {
    margin: 4px 2px 0; }

.tt-layout-vertical:hover .tt-img .tt-img-default + .tt-roll-over {
  opacity: 0; }

.tt-layout-vertical:hover .tt-img .tt-img-roll-over,
.tt-layout-vertical:hover .tt-img [class^="tt-img"]:last-child {
  opacity: 1; }

/* tt-tabs-default */
.tt-block-title + .tt-tab-wrapper {
  position: relative; }
  @media (min-width: 1025px) {
    .tt-block-title + .tt-tab-wrapper {
      margin-top: -65px; } }

.tt-tab-wrapper {
  position: relative; }
  @media (min-width: 1025px) {
    .tt-tab-wrapper {
      margin-top: -1px; } }

@media (min-width: 1025px) {
  .arrow-location-tab {
    margin-top: 90px; }
  .tt-block-title + .arrow-location-tab.tt-carousel-products {
    margin-top: -38px; }
  .tab-content .arrow-location-tab {
    margin-top: -51px; }
  .tt-block-title + .tab-content .arrow-location-tab.tt-carousel-products {
    margin-top: -52px; } }

.tt-tabs-default {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start; }
  .tt-tabs-default li > a {
    color: #999999;
    font-size: 14px;
    letter-spacing: 0.02em;
    font-family: "Cormorant", serif;
    font-weight: 500;
    transition: all 0.2s linear;
    padding: 5px 13px;
    display: inline-block; }
  .tt-tabs-default li > a:hover {
    color: #191919; }
  .tt-tabs-default li > a.active {
    color: #191919; }
  @media (min-width: 1025px) {
    .tt-tabs-default {
      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.text-left {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0; }
    @media (min-width: 1025px) {
      .tt-tabs-default.text-left {
        text-align: left;
        justify-content: flex-start;
        padding-left: 0; } }

.tt-tabs-default + .tab-content .tab-pane:not(.active) {
  display: none; }

@media (min-width: 1025px) {
  .tt-tab-wrapper .tt-tabs-default {
    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-tab-wrapper .tt-tabs-default.text-left {
  text-align: left;
  justify-content: flex-start;
  padding-left: 0; }
  @media (min-width: 1025px) {
    .tt-tab-wrapper .tt-tabs-default.text-left {
      text-align: left;
      justify-content: flex-start;
      padding-left: 0; } }

/* tt-text-box01 */
.tt-text-box01 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  max-width: 862px;
  margin: 0 auto; }
  .tt-text-box01 > *:nth-child(1) {
    margin-top: 0; }

/* tt-content-info */
.tt-content-info {
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  color: #777777; }
  .tt-content-info .tt-title {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 23px;
    color: #191919;
    transition: all 0.2s linear; }
  .tt-content-info p {
    margin-top: 0; }
  .tt-content-info .tt-subscription {
    margin-top: 20px; }
    .tt-content-info .tt-subscription .tt-text-large {
      font-size: 16px;
      color: #191919;
      font-weight: 500;
      font-family: "Cormorant", serif; }
    .tt-content-info .tt-subscription .tt-text-small {
      color: #999999;
      font-size: 12px; }
  .tt-content-info:hover {
    color: #777777; }
    .tt-content-info:hover .tt-title {
      color: #2879fe; }
  @media (min-width: 1230px) {
    .tt-content-info {
      padding-left: 20%;
      padding-right: 20%; } }
  @media (max-width: 1229px) {
    .tt-content-info {
      padding-left: 15%;
      padding-right: 15%; } }

.tt-slider-fullwidth {
  position: relative; }
  .tt-slider-fullwidth.arrow-location-center-02:after, .tt-slider-fullwidth.arrow-location-center-02:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1; }
    @media (min-width: 401px) {
      .tt-slider-fullwidth.arrow-location-center-02:after, .tt-slider-fullwidth.arrow-location-center-02:before {
        width: 70px; } }
    @media (max-width: 400px) {
      .tt-slider-fullwidth.arrow-location-center-02:after, .tt-slider-fullwidth.arrow-location-center-02:before {
        width: 55px; } }

/* tt-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;
    opacity: 0.2; }
  .tt-carousel-brands a:hover img {
    opacity: 1; }

html:not(.mac):not(.touch-device) .tt-carousel-brands .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center; }

/* tt-items-categories */
.tt-categories-listing {
  margin-top: -50px; }
  .tt-categories-listing .tt-items-categories {
    margin-top: 50px; }

.tt-items-categories .tt-title-block .tt-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: all 0.2s linear; }

.tt-items-categories .tt-title-block img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 17px; }

.tt-items-categories .tt-title-block > *:nth-child(1) {
  margin-top: 0; }

.tt-items-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 11px;
  padding-bottom: 3px; }
  .tt-items-categories ul li {
    color: #777777; }
    .tt-items-categories ul li a {
      color: #777777;
      padding: 3px 0 3px 0;
      display: inline-block;
      transition: all 0.2s linear; }
      .tt-items-categories ul li a:hover {
        color: #2879fe; }
    .tt-items-categories ul li.active a {
      color: #2879fe; }

.tt-items-categories .tt-title-block + [class^="btn"] {
  margin-top: 14px; }

.tt-items-categories > *:nth-child(1) {
  margin-top: 0; }

.tt-items-categories.active .tt-title {
  color: #2879fe; }

.container-bg {
  background-size: cover; }

.container-bg-01 {
  background: url("../images/custom/wrapper-section-01.jpg") center center no-repeat;
  color: #ffffff; }
  .container-bg-01 .tt-title {
    color: #ffffff; }
  .container-bg-01 p {
    color: #ffffff; }
  .container-bg-01 .tt-content-info {
    color: #ffffff; }
    .container-bg-01 .tt-content-info .tt-subscription .tt-text-large {
      color: #ffffff; }
    .container-bg-01 .tt-content-info .tt-subscription .tt-text-small {
      color: #ffffff; }
    .container-bg-01 .tt-content-info:hover .tt-title {
      color: #191919; }

/*
	Btn Img
*/
@media (min-width: 1440px) {
  .col-9-inrow-lg {
    flex: 0 0 11.11%;
    max-width: 11.11%; } }

@media (min-width: 1440px) {
  .col-8-inrow-lg {
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

@media (min-width: 1025px) {
  .col-5-inrow-lg {
    flex: 0 0 20%;
    max-width: 20%; }
  .col-5_end-inrow-lg {
    flex: 0 0 80%;
    max-width: 80%; } }

@media (min-width: 1025px) {
  .col-5-inrow-lg {
    flex: 0 0 20%;
    max-width: 20%; } }

.tt-btn-img-list {
  margin-top: -20px; }

.tt-btn-img {
  background-color: #ffffff; }
  .tt-btn-img.tt-layout-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 6px; }
    .tt-btn-img.tt-layout-01 .tt-img {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 80px;
      background-size: cover;
      background-position: center; }
      .tt-btn-img.tt-layout-01 .tt-img:before {
        content: '';
        background: #2879fe;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        transition: opacity 0.3s ease-out;
        opacity: 0;
        z-index: 1; }
    .tt-btn-img.tt-layout-01 .tt-title {
      font-size: 18px;
      line-height: 1.2;
      font-weight: 500;
      position: absolute;
      color: #ffffff;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .tt-btn-img.tt-layout-01:hover .tt-img:before {
      opacity: 0.8; }
  .tt-btn-img.tt-layout-02 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    border-radius: 6px; }
    .tt-btn-img.tt-layout-02:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #e9e7e7;
      z-index: 2;
      border-radius: 6px;
      transition: border-width 0.2s; }
    .tt-btn-img.tt-layout-02 .tt-img {
      position: relative;
      width: 100%;
      height: 169px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .tt-btn-img.tt-layout-02 .tt-title {
      font-size: 16px;
      line-height: 1.2;
      font-weight: 500;
      position: absolute;
      padding-left: 3px;
      padding-right: 3px;
      color: #191919;
      z-index: 2;
      padding-bottom: 18px;
      width: 100%;
      text-align: center;
      bottom: 0px;
      left: 0px; }
    .tt-btn-img.tt-layout-02:hover:before {
      border: 2px solid #2879fe; }

/* tab */
.tab-pane:not(.active) {
  display: none; }

/* tt-loader (quickViewModal)*/
.tt-loader {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  top: 0; }
  .tt-loader svg path,
  .tt-loader svg rect {
    fill: #2879fe; }

/*
	v-tabs-img-nav
*/
.v-tabs-img-nav .tt-title-small {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2px;
  color: #191919; }

.v-tabs-img-nav .tt-title-large {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2px;
  color: #191919; }

.v-tabs-img-nav .nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0; }

/* max oc */
@media (min-width: 576px) {
  .tt-modal-newsletter .input-group input[type="email"] {
    padding-top: 3px;
    padding-bottom: 1px;
    line-height: 2.9; }
  footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
    padding-top: 3px;
    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: 3px;
    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; } }

/**/
/*
	Tabs Img Box (*index-20.html)
*/
.tt-tabs-imgbox {
  background-size: cover;
  background-position: center;
  height: 375px;
  width: 100%;
  padding: 34px 15px 30px;
  display: block; }
  .tt-tabs-imgbox .tt-title-small {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    padding: 0 5px 0 18px; }
  .tt-tabs-imgbox .tt-title-large {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    padding: 0 5px 0 18px;
    margin-top: 3px; }
  .tt-tabs-imgbox .nav-tabs {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0; }
    .tt-tabs-imgbox .nav-tabs li a {
      display: block;
      font-weight: 300;
      line-height: 1.2;
      font-size: 14px;
      padding: 8px 18px 6px;
      transition: all 0.2s linear;
      border-radius: 6px; }
  .tt-tabs-imgbox.tt-layout-color01 .nav-tabs li a {
    color: #777777; }
    .tt-tabs-imgbox.tt-layout-color01 .nav-tabs li a:hover {
      color: #2879fe;
      background-color: rgba(255, 255, 255, 0.9); }
    .tt-tabs-imgbox.tt-layout-color01 .nav-tabs li a.active {
      color: #2879fe;
      background-color: rgba(255, 255, 255, 0.9); }
  .tt-tabs-imgbox.tt-layout-color02 .tt-title-small,
  .tt-tabs-imgbox.tt-layout-color02 .tt-title-large {
    color: #ffffff; }
  .tt-tabs-imgbox.tt-layout-color02 .nav-tabs li a {
    color: #ffffff; }
    .tt-tabs-imgbox.tt-layout-color02 .nav-tabs li a:hover {
      color: #ffffff;
      background-color: rgba(0, 0, 0, 0.9); }
    .tt-tabs-imgbox.tt-layout-color02 .nav-tabs li a.active {
      color: #ffffff;
      background-color: rgba(0, 0, 0, 0.9); }
  @media (max-width: 1229px) {
    .tt-tabs-imgbox {
      height: 360px; }
      .tt-tabs-imgbox .tt-title-small {
        font-size: 15px;
        padding-left: 10px; }
      .tt-tabs-imgbox .tt-title-large {
        font-size: 26px;
        padding-left: 10px; }
      .tt-tabs-imgbox .nav-tabs li a {
        padding: 7px 10px 5px; } }
  @media (max-width: 1024px) {
    .tt-tabs-imgbox .tt-title-small {
      font-size: 14px; }
    .tt-tabs-imgbox .tt-title-large {
      font-size: 24px; } }
  @media (max-width: 575px) {
    .tt-tabs-imgbox {
      height: 340px; } }

.tt-radius-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
  @media (max-width: 575px) {
    .tt-radius-left {
      border-radius: 5px; } }

.tt-radius-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }
  @media (max-width: 575px) {
    .tt-radius-right {
      border-radius: 5px; } }

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

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

.no-radius {
  border-radius: 0 !important; }

/* color text */
.tt-base-color {
  color: #2879fe; }

.tt-base-dark-color {
  color: #191919; }

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

.tt-light-green-color {
  color: #08da97; }

/* bg color */
.tt-color-bg-01 {
  background-color: #add8e6; }

.tt-color-bg-02 {
  background-color: #fe9001; }

.tt-color-bg-03 {
  background-color: #808080; }

.tt-color-bg-04 {
  background-color: #0000ff; }

.tt-color-bg-05 {
  background-color: #00ff00; }

.tt-color-bg-06 {
  background-color: #46d3bb; }

.tt-color-bg-07 {
  background-color: #f66c47; }

.tt-color-bg-08 {
  background-color: #ffffff; }

.tt-color-bg-09 {
  background-color: #e5e5e5; }

.tt-color-bg-10 {
  background-color: #fed533; }

.tt-color-bg-11 {
  background-color: #f36b26; }

.tt-color-bg-12 {
  background-color: #7bba3c; }

.tt-color-bg-13 {
  background-color: #1790c8; }

.tt-color-bg-14 {
  background-color: #d82a90; }

.tt-color-bg-15 {
  background-color: #7f7f00; }

.tt-color-bg-16 {
  background-color: #e7352b; }

.tt-color-bg-17 {
  background-color: #8d429f; }

.tt-color-bg-18 {
  background-color: #777878; }

@media (min-width: 1440px) {
  .col-8-inrow-lg {
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

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

/*---------------------------------------*/
/*-------  27. Section Layout      -----*/
/*---------------------------------------*/
.tt-line-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #F5F7F9;
  color: #276B9D;
  font-size: 14px;
  line-height: 15px;
  padding: 11px 15px 11px 15px; }
  .tt-line-info a {
    color: #276B9D; }
    .tt-line-info a:hover {
      color: #FABF00; }
  .tt-line-info .tt-item {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-left: 13px;
    padding-right: 13px;
    min-height: 28px; }
    .tt-line-info .tt-item .tt-icon {
      font-size: 28px;
      position: relative;
      top: -1px; }
      .tt-line-info .tt-item .tt-icon + .tt-text {
        margin-left: 7px;
        padding: 0 0 0px 0; }
  @media (max-width: 790px) {
    .tt-line-info .tt-item {
      width: 100%;
      text-align: center; } }

/* Layout Box 01 */
.tt-layout-box01 {
  align-items: center; }
  .tt-layout-box01 .col-img {
    z-index: 1; }
    .tt-layout-box01 .col-img img {
      width: 100%;
      height: auto; }
  @media (min-width: 1025px) {
    .tt-layout-box01 .col-description {
      font-size: 22px;
      line-height: 44px; }
      .tt-layout-box01 .col-description .tt-title {
        font-size: 32px;
        line-height: 1.2;
        margin: 0;
        padding: 0 0 25px 0; }
        .tt-layout-box01 .col-description .tt-title + p {
          margin-top: 0; }
      .tt-layout-box01 .col-description .btn {
        margin-top: 25px; } }
  @media (max-width: 1024px) {
    .tt-layout-box01 .col-description {
      font-size: 20px;
      line-height: 30px; }
      .tt-layout-box01 .col-description .tt-title {
        font-size: 24px;
        line-height: 1.2;
        margin: 0;
        padding: 0 0 25px 0; }
        .tt-layout-box01 .col-description .tt-title + p {
          margin-top: 0; }
      .tt-layout-box01 .col-description .btn {
        margin-top: 25px; } }
  .tt-layout-box01:not(.flex-row-reverse) .col-description {
    padding-left: 60px; }
  .tt-layout-box01.flex-row-reverse .col-description:last-child {
    padding-right: 60px; }
  .tt-layout-box01.tt-point-v-t {
    align-items: flex-start; }
  .tt-layout-box01.tt-point-v-b {
    align-items: flex-end; }
  .tt-layout-box01 > *:nth-child(1):last-child:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
    margin-top: 0; }
  @media (max-width: 790px) {
    .tt-layout-box01:not(.flex-row-reverse) .col-description, .tt-layout-box01.flex-row-reverse .col-description {
      padding: 0 15px !important; }
    .tt-layout-box01 .col-description {
      margin-top: 40px;
      padding: 0 15px; } }
  @media (max-width: 575px) {
    .tt-layout-box01 {
      padding-left: 10px;
      padding-right: 10px; } }

.layout-box01-wrapper {
  background-color: #EDF5FD;
  padding-top: 80px;
  padding-bottom: 80px; }

/* Layout Box 02 */
.tt-layout-box02 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center; }
  .tt-layout-box02 .col-img img {
    width: 100%;
    height: auto; }
  .tt-layout-box02 .col-description .tt-title {
    font-size: 46px;
    line-height: 60px;
    padding-bottom: 22px;
    font-weight: 500; }
    .tt-layout-box02 .col-description .tt-title + * {
      margin-top: 0 !important; }
  .tt-layout-box02 .col-description [class^="btn"] {
    margin-top: 50px; }
  .tt-layout-box02 .col-description p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 41px; }
    .tt-layout-box02 .col-description p + [class^="btn"] {
      margin-top: 39px; }
  @media (max-width: 790px) {
    .tt-layout-box02 .col-description .tt-title {
      font-size: 34px;
      line-height: 44px;
      padding-bottom: 27px; } }
  .tt-layout-box02 .col-description .description-indent > *:nth-child(1) {
    margin-top: 0; }
  .tt-layout-box02 .col-description .tt-custom-link {
    font-size: 19px;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    transition: color 0.2s linear;
    background: none;
    border: none;
    padding: 0; }
    .tt-layout-box02 .col-description .tt-custom-link:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0%;
      height: 2px;
      background-color: #ffffff;
      transition: width 0.2s ease-out; }
    .tt-layout-box02 .col-description .tt-custom-link:hover:before {
      width: 100%; }
  .tt-layout-box02.flex-row-reverse .col-description .description-indent {
    width: calc(100% + 25%); }
  .tt-layout-box02:not(.flex-row-reverse) .col-description .description-indent {
    width: calc(100% + 25%);
    margin-left: -25%; }
  .tt-layout-box02.tt-point-v-t {
    align-items: flex-start; }
    .tt-layout-box02.tt-point-v-t .col-description .description-indent > p:nth-child(1) {
      margin-top: -7px; }
  .tt-layout-box02.tt-point-v-b {
    align-items: flex-end; }
    .tt-layout-box02.tt-point-v-b .col-description .description-indent > *:last-child {
      margin-bottom: -11px; }
  .tt-layout-box02 > *:nth-child(1):last-child:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px !important;
    margin-top: 0; }
    .tt-layout-box02 > *:nth-child(1):last-child:first-child .description-indent {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
      .tt-layout-box02 > *:nth-child(1):last-child:first-child .description-indent > *:nth-child(1) {
        margin-top: 0; }
  @media (max-width: 790px) {
    .tt-layout-box02:not(.flex-row-reverse) .col-description, .tt-layout-box02.flex-row-reverse .col-description {
      padding: 0 15px !important; }
      .tt-layout-box02:not(.flex-row-reverse) .col-description .description-indent, .tt-layout-box02.flex-row-reverse .col-description .description-indent {
        width: 100% !important;
        margin: 0; }
    .tt-layout-box02 .col-img {
      order: 1;
      margin-top: 50px; }
    .tt-layout-box02 .col-description {
      padding: 0 15px;
      order: 0; } }

.layout-box02-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #191919;
  color: #ffffff;
  position: relative; }
  .layout-box02-wrapper .tt-title {
    color: #ffffff; }
  .layout-box02-wrapper .tt-custom-link {
    color: #999999; }
    .layout-box02-wrapper .tt-custom-link:before {
      background-color: #ffffff; }
    .layout-box02-wrapper .tt-custom-link:hover {
      color: #ffffff; }
  .layout-box02-wrapper .btn {
    background-color: #ffffff;
    color: #191919; }
    .layout-box02-wrapper .btn:hover {
      background-color: #303030;
      color: #ffffff; }
  @media (max-width: 575px) {
    .layout-box02-wrapper {
      padding-left: 10px;
      padding-right: 10px; }
      .layout-box02-wrapper[data-mobiele-indent]:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        background: #ffffff; }
      .layout-box02-wrapper[data-mobiele-indent="180"]:after {
        height: 180px; }
      .layout-box02-wrapper .tt-layout-box02 {
        position: relative;
        z-index: 2; } }

/* Layout Box 03 */
.tt-layout-box03 {
  font-size: 20px;
  line-height: 34px;
  color: #191919; }
  .tt-layout-box03:not(.text-left):not(.text-right) {
    text-align: center; }
  .tt-layout-box03 p {
    margin-top: 49px; }
  .tt-layout-box03 .tt-title {
    font-size: 36px;
    line-height: 1.2;
    padding: 0 0 24px 0;
    margin: 0; }
    .tt-layout-box03 .tt-title + * {
      margin-top: 0 !important; }
  .tt-layout-box03 .tt-title-description {
    font-size: 76px;
    line-height: 92px; }
  .tt-layout-box03 img {
    max-width: 100%;
    height: auto; }
  .tt-layout-box03 [class^="btn"] {
    margin-top: 50px; }
  @media (max-width: 575px) {
    .tt-layout-box03 {
      font-size: 18px;
      line-height: 30px;
      padding-left: 10px;
      padding-right: 10px; }
      .tt-layout-box03 .tt-title {
        font-size: 31px; }
      .tt-layout-box03 p {
        margin-top: 33px; } }
  .tt-layout-box03 > *:nth-child(1) {
    margin-top: 0; }

.container-inner {
  padding: 52px 0; }

.container-inner-large {
  padding: 155px 0 160px; }
  @media (max-width: 575px) {
    .container-inner-large {
      padding: 52px 0; } }

/* .tt-layout-newsletter02 */
.tt-layout-newsletter02 {
  text-align: center; }
  .tt-layout-newsletter02 .tt-title {
    font-size: 34px;
    line-height: 44px;
    color: #191919;
    font-weight: 500;
    margin: 0;
    padding: 0; }
  .tt-layout-newsletter02 .tt-title-description {
    font-size: 18px;
    line-height: 22px;
    margin-top: 9px; }
  .tt-layout-newsletter02 p {
    margin-top: 32px; }
  .tt-layout-newsletter02 a {
    color: #FABF00;
    text-decoration: none; }
    .tt-layout-newsletter02 a:hover {
      text-decoration: underline; }
  .tt-layout-newsletter02 form {
    display: block;
    margin-top: 31px; }
    .tt-layout-newsletter02 form .form-contro {
      background-color: #ffffff; }
    .tt-layout-newsletter02 form .form-group:first-child:last-child {
      margin-bottom: 0; }
    .tt-layout-newsletter02 form .form-group {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-content: stretch; }
      .tt-layout-newsletter02 form .form-group .form-control {
        flex: 2 1 auto;
        background-color: #ffffff;
        border: 1px solid #e9e7e7; }
        .tt-layout-newsletter02 form .form-group .form-control:focus {
          border-color: #FABF00; }
      .tt-layout-newsletter02 form .form-group .btn {
        margin-left: 10px; }
  @media (max-width: 575px) {
    .tt-layout-newsletter02 {
      padding-left: 10px;
      padding-right: 10px; }
      .tt-layout-newsletter02 .tt-title {
        font-size: 31px; } }
  .tt-layout-newsletter02 > *:nth-child(1) {
    margin-top: 0; }

/* .tt-layout-newsletter03 */
.tt-layout-newsletter03 {
  text-align: center;
  padding: 8px 0 65px 0; }
  .tt-layout-newsletter03 .tt-title {
    font-size: 25px;
    line-height: 35px;
    color: #191919;
    letter-spacing: 1.02px;
    font-weight: 500;
    margin: 0;
    padding: 0; }
  .tt-layout-newsletter03 .tt-title-description {
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px; }
  .tt-layout-newsletter03 p {
    margin-top: 32px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px; }
  .tt-layout-newsletter03 a {
    color: #2879FE;
    text-decoration: none; }
    .tt-layout-newsletter03 a:hover {
      text-decoration: underline; }
  .tt-layout-newsletter03 form {
    display: block;
    margin-top: 31px; }
    .tt-layout-newsletter03 form .form-contro {
      background-color: #ffffff; }
    .tt-layout-newsletter03 form .form-group:first-child:last-child {
      margin-bottom: 0; }
    .tt-layout-newsletter03 form .form-group {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-content: stretch; }
      .tt-layout-newsletter03 form .form-group .form-control {
        flex: 2 1 auto;
        background-color: #ffffff;
        border: 1px solid #e9e7e7; }
        .tt-layout-newsletter03 form .form-group .form-control:focus {
          border-color: #FABF00; }
      .tt-layout-newsletter03 form .form-group .btn {
        margin-left: 10px; }
  @media (max-width: 575px) {
    .tt-layout-newsletter03 {
      padding: 8px 10px 15px 0; }
      .tt-layout-newsletter03 .tt-title {
        font-size: 22px;
        line-height: 32px; }
      .tt-layout-newsletter03 .tt-title-description {
        font-size: 16px;
        line-height: 20px;
        margin-top: 5px; }
      .tt-layout-newsletter03 form {
        margin-top: 20px; }
      .tt-layout-newsletter03 p {
        margin-top: 20px; } }
  .tt-layout-newsletter03 > *:nth-child(1) {
    margin-top: 0; }

/* Layout Box 04 */
.tt-layout-box04 .tt-title {
  font-size: 45px;
  line-height: 60px; }

.tt-layout-box04 .col-description {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: #191919; }
  .tt-layout-box04 .col-description [class^="btn"] {
    margin-top: 43px; }
  .tt-layout-box04 .col-description > *:nth-child(1) {
    margin-top: 4px; }

.tt-layout-box04.tt-point-v-b {
  align-items: flex-end; }
  @media (min-width: 791px) {
    .tt-layout-box04.tt-point-v-b .tt-title {
      margin-bottom: -19px; } }

.tt-layout-box04.flex-row-reverse .tt-title {
  text-align: right; }

.tt-layout-box04.tt-bg-bottom-indent {
  padding-bottom: 45px; }

.tt-layout-box04 > *:nth-child(1):last-child:first-child {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 10px !important;
  margin-top: 0; }
  .tt-layout-box04 > *:nth-child(1):last-child:first-child > *:nth-child(1) {
    margin-top: 0px; }

@media (max-width: 575px) {
  .tt-layout-box04 {
    padding-left: 10px;
    padding-right: 10px; }
    .tt-layout-box04 .tt-title {
      font-size: 34px;
      line-height: 44px; } }

.tt-bg-fullwidth {
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden; }
  .tt-bg-fullwidth.tt-bg-bottom-indent {
    padding-bottom: 90px; }

.tt-bg-sizecover {
  background-size: cover; }

/* Layout Box 05 */
.tt-layout-box05 {
  color: #ffffff; }
  .tt-layout-box05 img {
    max-width: 100%;
    height: auto; }
  .tt-layout-box05 .tt-title {
    color: #ffffff;
    font-size: 66px;
    line-height: 70px;
    margin: 115px 0 0 0;
    padding: 0 0 31px 0;
    font-weight: 400; }
    .tt-layout-box05 .tt-title + * {
      margin-top: 0; }
  .tt-layout-box05 p {
    font-size: 32px;
    line-height: 50px;
    margin-top: 44px; }
  .tt-layout-box05 .tt-text-large {
    font-size: 46px;
    line-height: 70px;
    margin-top: 162px;
    font-weight: 400; }
    .tt-layout-box05 .tt-text-large + .tt-text-small {
      margin-top: 14px; }
  .tt-layout-box05 .tt-text-small {
    font-size: 22px;
    line-height: 38px; }
    .tt-layout-box05 .tt-text-small + .tt-text-large {
      margin-top: 137px; }
  .tt-layout-box05 [class^="btn"] {
    margin-top: 18px; }
  @media (max-width: 1024px) {
    .tt-layout-box05 .tt-title {
      font-size: 54px;
      line-height: 64px;
      margin-top: 80px; }
    .tt-layout-box05 .tt-text-large {
      font-size: 38px;
      line-height: 48px;
      margin-top: 80px; }
    .tt-layout-box05 .tt-text-small + .tt-text-large {
      margin-top: 80px; }
    .tt-layout-box05 p {
      font-size: 18px;
      line-height: 30px; }
      .tt-layout-box05 p br {
        display: none; } }
  @media (max-width: 575px) {
    .tt-layout-box05 {
      padding-left: 10px;
      padding-right: 10px; }
      .tt-layout-box05 .tt-title {
        font-size: 34px;
        line-height: 44px;
        margin-top: 60px; }
      .tt-layout-box05 .tt-text-large {
        font-size: 31px;
        line-height: 41px;
        margin-top: 60px; }
      .tt-layout-box05 .tt-text-small + .tt-text-large {
        margin-top: 60px; }
      .tt-layout-box05 p {
        font-size: 18px;
        line-height: 30px; }
        .tt-layout-box05 p br {
          display: none; } }
  .tt-layout-box05 > *:nth-child(1) {
    margin-top: 0px; }

.tt-img-bg {
  position: absolute;
  top: 0;
  left: 0; }

/* Layout Box 06 */
.tt-layout-box06 {
  font-size: 32px;
  line-height: 50px;
  color: #191919;
  position: relative; }
  .tt-layout-box06.tt-layout-box06-inner {
    padding-top: 351px;
    padding-bottom: 351px; }
  .tt-layout-box06 .tt-list-dot-custom {
    list-style: none;
    margin: 0;
    padding: 0; }
    .tt-layout-box06 .tt-list-dot-custom > li {
      font-size: 32px;
      line-height: 1.2;
      position: relative;
      padding: 0 0 0 27px;
      color: #191919; }
      .tt-layout-box06 .tt-list-dot-custom > li a {
        color: #191919;
        transition: all 0.2s linear; }
      .tt-layout-box06 .tt-list-dot-custom > li:not(:first-child) {
        margin-top: 12px; }
    .tt-layout-box06 .tt-list-dot-custom > li a:hover {
      color: #2879fe; }
    .tt-layout-box06 .tt-list-dot-custom > li:before {
      content: '';
      width: 9px;
      height: 9px;
      background: #191919;
      display: inline-block;
      position: absolute;
      top: 11px;
      left: 0px;
      border-radius: 50%; }
    .tt-layout-box06 .tt-list-dot-custom ul {
      list-style: none;
      margin: 0;
      padding: 0;
      margin: 0px 0 0 18px; }
      .tt-layout-box06 .tt-list-dot-custom ul > li {
        font-size: 32px;
        line-height: 1.2;
        position: relative;
        padding: 0 0 0 27px;
        margin-top: 12px; }
      .tt-layout-box06 .tt-list-dot-custom ul > li:before {
        content: '';
        width: 9px;
        height: 9px;
        background: #191919;
        display: inline-block;
        position: absolute;
        top: 14px;
        left: 0px;
        border-radius: 50%; }
  .tt-layout-box06.tt-dd-indent {
    padding-top: 60px;
    padding-bottom: 60px; }
  .tt-layout-box06 > *:not(.extra-img-bg) {
    position: relative;
    z-index: 2; }
  @media (max-width: 1229px) {
    .tt-layout-box06.tt-layout-box06-inner {
      padding-top: 250px;
      padding-bottom: 250px; } }
  @media (max-width: 1024px) {
    .tt-layout-box06 {
      font-size: 26px;
      line-height: 36px; }
      .tt-layout-box06.tt-layout-box06-inner {
        padding-top: 150px;
        padding-bottom: 150px; }
      .tt-layout-box06 .tt-list-dot-custom > li {
        font-size: 25px;
        padding: 0 0 0 20px; }
        .tt-layout-box06 .tt-list-dot-custom > li:before {
          width: 6px;
          height: 6px;
          top: 10px; }
      .tt-layout-box06 .tt-list-dot-custom ul {
        margin: 0 0 0 2px; }
        .tt-layout-box06 .tt-list-dot-custom ul > li {
          font-size: 25px;
          padding: 0 0 0 20px; }
          .tt-layout-box06 .tt-list-dot-custom ul > li:before {
            width: 6px;
            height: 6px;
            top: 10px; } }
  @media (min-width: 791px) {
    .tt-layout-box06 .extra-img-bg {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center bottom; } }
  @media (max-width: 790px) {
    .tt-layout-box06 .extra-img-bg {
      position: relative;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 300px;
      z-index: 1;
      background-repeat: no-repeat;
      background-size: contain; } }
  @media (max-width: 575px) {
    .tt-layout-box06 {
      padding-left: 10px;
      padding-right: 10px; }
      .tt-layout-box06.tt-layout-box06-inner {
        padding-top: 52px;
        padding-bottom: 52px; }
      .tt-layout-box06 .tt-list-dot-custom > li {
        font-size: 22px;
        padding: 0 0 0 17px; }
        .tt-layout-box06 .tt-list-dot-custom > li:before {
          width: 5px;
          height: 5px;
          top: 10px; }
      .tt-layout-box06 .tt-list-dot-custom ul {
        margin: 0 0 0 2px; }
        .tt-layout-box06 .tt-list-dot-custom ul > li {
          font-size: 22px;
          padding: 0 0 0 17px; }
          .tt-layout-box06 .tt-list-dot-custom ul > li:before {
            width: 5px;
            height: 5px;
            top: 10px; } }

/* Layout Box 07 */
.tt-layout-box07 {
  font-size: 32px;
  line-height: 1.54;
  color: #191919; }
  .tt-layout-box07 .tt-title {
    color: #FABF00;
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 37px 0;
    font-weight: normal; }
    .tt-layout-box07 .tt-title + *:not(.tt-text-large) {
      margin-top: 0; }
    .tt-layout-box07 .tt-title + .tt-text-large {
      margin-top: -9px; }
  .tt-layout-box07 img {
    max-width: 100%;
    height: auto; }
  .tt-layout-box07 .tt-text-large {
    font-size: 66px;
    line-height: 70px; }
  .tt-layout-box07 + .tt-layout-box07 {
    margin-top: 125px; }
  @media (max-width: 1229px) {
    .tt-layout-box07 + .tt-layout-box07 {
      margin-top: 90px; } }
  @media (max-width: 1024px) {
    .tt-layout-box07 + .tt-layout-box07 {
      margin-top: 70px; }
    .tt-layout-box07 .tt-text-large {
      font-size: 56px;
      line-height: 60px; } }
  @media (max-width: 790px) {
    .tt-layout-box07 + .tt-layout-box07 {
      margin-top: 50px; }
    .tt-layout-box07 .tt-text-large {
      font-size: 46px;
      line-height: 50px; } }
  @media (max-width: 575px) {
    .tt-layout-box07 {
      font-size: 24px; }
      .tt-layout-box07 + .tt-layout-box07 {
        margin-top: 40px; }
      .tt-layout-box07 .tt-text-large {
        font-size: 36px;
        line-height: 40px; } }
  .tt-layout-box07 > *:nth-child(1) {
    margin-top: 0px; }

/*
	Main Promo
*/
.tt-mainpromo {
  width: 100%;
  background-color: #0D0D0D;
  background-repeat: no-repeat;
  padding-bottom: 49px; }
  .tt-mainpromo .tt-bg-img {
    text-align: center;
    margin-bottom: -135px;
    z-index: 1; }
    .tt-mainpromo .tt-bg-img img {
      max-width: 100%;
      height: auto; }
  .tt-mainpromo .tt-layout-box {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%; }
    .tt-mainpromo .tt-layout-box .tt-text-large {
      font-size: 212px;
      line-height: 1; }
    .tt-mainpromo .tt-layout-box .tt-text-small {
      font-size: 82px;
      line-height: 1;
      color: #FABF00; }
  .tt-mainpromo .tt-layout-col {
    position: relative;
    z-index: 2;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: #FABF00;
    margin-top: 56px; }
    .tt-mainpromo .tt-layout-col .tt-title {
      color: #ffffff;
      font-family: "Cormorant", serif;
      font-size: 40px;
      line-height: 1;
      margin: 0;
      padding: 0;
      font-weight: 400; }
    .tt-mainpromo .tt-layout-col address {
      line-height: 1; }
  .tt-mainpromo .tt-description {
    padding: 103px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #ffffff; }
    .tt-mainpromo .tt-description .container {
      position: relative; }
  @media (max-width: 1229px) {
    .tt-mainpromo .tt-bg-img {
      margin-bottom: -125px; }
    .tt-mainpromo .tt-layout-box .tt-text-large {
      font-size: 180px; }
    .tt-mainpromo .tt-layout-box .tt-text-small {
      font-size: 72px; }
    .tt-mainpromo .tt-layout-col {
      font-size: 35px; }
      .tt-mainpromo .tt-layout-col .tt-title {
        font-size: 35px; } }
  @media (max-width: 1024px) {
    .tt-mainpromo .tt-description {
      padding-top: 0px; }
    .tt-mainpromo .tt-bg-img {
      margin-bottom: -115px; }
    .tt-mainpromo .tt-layout-box .tt-text-large {
      font-size: 140px; }
    .tt-mainpromo .tt-layout-box .tt-text-small {
      font-size: 55px; }
    .tt-mainpromo .tt-layout-col {
      font-size: 28px;
      line-height: 1.3;
      margin-top: 40px; }
      .tt-mainpromo .tt-layout-col .tt-title {
        font-size: 28px;
        line-height: 1.3; } }
  @media (max-width: 790px) {
    .tt-mainpromo .tt-bg-img {
      margin-bottom: -85px; }
    .tt-mainpromo .tt-description {
      padding: 0px 20px 20px; }
    .tt-mainpromo .tt-layout-box .tt-text-large {
      font-size: 100px; }
    .tt-mainpromo .tt-layout-box .tt-text-small {
      font-size: 45px; }
    .tt-mainpromo .tt-layout-col {
      font-size: 28px;
      line-height: 1.3;
      margin-top: 0px; }
      .tt-mainpromo .tt-layout-col .tt-title {
        font-size: 28px;
        line-height: 1.3; }
      .tt-mainpromo .tt-layout-col [class^="col"] {
        margin-top: 20px; } }
  @media (max-width: 576px) {
    .tt-mainpromo {
      height: inherit; }
      .tt-mainpromo .tt-description {
        position: relative;
        padding: 0; }
      .tt-mainpromo .tt-bg-img {
        margin-bottom: -45px; }
        .tt-mainpromo .tt-bg-img img {
          max-width: 320px; }
      .tt-mainpromo .tt-layout-box .tt-text-large {
        font-size: 67px; }
      .tt-mainpromo .tt-layout-box .tt-text-small {
        font-size: 30px; }
      .tt-mainpromo .tt-layout-col {
        font-size: 28px;
        line-height: 1.3; }
        .tt-mainpromo .tt-layout-col .tt-title {
          font-size: 28px;
          line-height: 1.3; } }

.tt-box-map {
  height: 740px;
  background-position: 0 0;
  background-size: cover;
  position: relative; }
  .tt-box-map .tt-title {
    color: #FABF00;
    font-family: "Cormorant", serif;
    font-size: 82px;
    line-height: 1;
    position: absolute;
    right: 21.5%;
    bottom: 39%;
    font-weight: 400; }
  @media (max-width: 1229px) {
    .tt-box-map .tt-title {
      right: 13%;
      bottom: 49%;
      font-size: 79px; } }
  @media (min-width: 1025px) {
    .tt-box-map {
      height: 740px; } }
  @media (max-width: 1024px) {
    .tt-box-map {
      height: 540px; }
      .tt-box-map .tt-title {
        right: 5%;
        bottom: 29%;
        font-size: 59px; } }
  @media (max-width: 575px) {
    .tt-box-map {
      height: 400px; } }

/*
	tt-btn-info
*/
.tt-btn-info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  font-weight: bold;
  height: 50px;
  background-color: transparent;
  color: #191919;
  transition: all 0.2s linear;
  border-radius: 6px; }
  .tt-btn-info .tt-title {
    font-size: 16px;
    font-weight: 400; }
  .tt-btn-info:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #E9E7E7;
    transition: all 0.2s;
    border-radius: 6px;
    overflow: hidden; }
  .tt-btn-info:hover {
    background-color: #191919;
    color: #ffffff; }
    .tt-btn-info:hover:after {
      border-color: #191919; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

body.loaded .hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important; }

@keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg) scaleY(0.6);
    transform: rotate(0deg) scaleY(0.6); }
  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05);
    transform: rotate(-2deg) scaleY(1.05); }
  35% {
    -webkit-transform: rotate(2deg) scaleY(1);
    transform: rotate(2deg) scaleY(1); }
  50% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  65% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  80% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg) scaleY(0.6); }
  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05); }
  35% {
    -webkit-transform: rotate(2deg) scaleY(1); }
  50% {
    -webkit-transform: rotate(-2deg); }
  65% {
    -webkit-transform: rotate(1deg); }
  80% {
    -webkit-transform: rotate(-1deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media (min-width: 1025px) {
  body.loaded .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; } }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media (min-width: 1025px) {
  body.loaded .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media (min-width: 1025px) {
  body.loaded .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; } }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

body.loaded .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

#zoom-mobile__slider {
  position: relative; }

#zoom-mobile__layout {
  background-color: #ffffff;
  position: fixed;
  z-index: 140;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease-in-out; }
  #zoom-mobile__layout:not(.active) {
    pointer-events: none; }
  #zoom-mobile__layout.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  #zoom-mobile__layout .zoom-mobile__close {
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 15px; }
  #zoom-mobile__layout .fotorama__fullscreen-icon {
    opacity: 0; }

.fotorama img {
  width: 100%;
  height: auto; }

#tt-fotorama {
  height: 100vh; }
  #tt-fotorama .fotorama__stage .fotorama__img {
    height: calc(568px - 85px) !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover; }
  #tt-fotorama .fotorama__stage {
    height: calc(568px - 85px) !important; }
  #tt-fotorama .fotorama__nav-wrap {
    height: 75px; }
  #tt-fotorama .fotorama__arr--prev,
  #tt-fotorama .fotorama__arr--next {
    background: none; }
    #tt-fotorama .fotorama__arr--prev:hover,
    #tt-fotorama .fotorama__arr--next:hover {
      color: #191919; }
  #tt-fotorama .fotorama__arr--prev:before,
  #tt-fotorama .fotorama__arr--next:before {
    font-family: "Cormorant", serif;
    font-size: 20px;
    line-height: 1; }
  #tt-fotorama .fotorama__arr--prev:before {
    content: "\e90d"; }
  #tt-fotorama .fotorama__arr--next:before {
    content: "\e90e"; }

/*
	Product Single page(*Section indent, Section Title)
*/
.section-wrapper01 {
  background-color: #FFF5DA; }

@media (min-width: 1025px) {
  .container-inner01 {
    padding: 101px 0; } }

@media (max-width: 1024px) {
  .container-inner01 {
    padding: 70px 0; } }

@media (max-width: 575px) {
  .container-inner01 {
    padding: 50px 0; } }

.tt-bg-fill {
  background-size: cover;
  background-position: center center; }

html:not(.mac):not(.touch-device) .tt-bg-fill {
  background-attachment: fixed; }

.tt-block-title02 {
  padding: 0 0 41px; }
  .tt-block-title02:not(.text-right), .tt-block-title02:not(.text-left) {
    text-align: center; }
  .tt-block-title02 .tt-title {
    font-size: 48px;
    line-height: 53px;
    color: #191919;
    font-weight: 600; }
  .tt-block-title02 .tt-description {
    font-size: 24px;
    line-height: 33px;
    color: #777777;
    margin-top: 26px; }
    .tt-block-title02 .tt-description + .tt-title {
      margin-top: 17px; }
  @media (min-width: 1025px) {
    .tt-block-title02 + .tt-tab-wrapper {
      margin-top: -6px; } }
  @media (max-width: 1024px) {
    .tt-block-title02 {
      padding: 0 0 36px; }
      .tt-block-title02 .tt-title {
        font-size: 40px;
        line-height: 45px; }
      .tt-block-title02 .tt-description {
        font-size: 21px;
        line-height: 31px;
        margin-top: 18px; } }
  @media (max-width: 790px) {
    .tt-block-title02 {
      padding: 0 0 30px; }
      .tt-block-title02 .tt-title {
        font-size: 36px;
        line-height: 41px; }
      .tt-block-title02 .tt-description {
        font-size: 20px;
        line-height: 30px;
        margin-top: 13px; } }
  .tt-block-title02 > *:nth-child(1) {
    margin-top: 0; }
    .tt-block-title02 > *:nth-child(1).tt-description {
      margin-top: -18px; }

@media (max-width: 790px) {
  .container-fluid-md {
    width: 100%;
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px; }
    .container-fluid-md .tt-tab-wrapper {
      padding-left: 10px;
      padding-right: 10px; } }

/*
	Product Single page(*New layout Obj Data)
*/
.obj-data-listcol {
  margin-top: -20px; }
  .obj-data-listcol [class^="col-"] {
    margin-top: 20px; }

@media (max-width: 790px) {
  .js-objdata-slider .slick-slide {
    padding-left: 20px;
    padding-right: 20px; }
  .js-objdata-slider .obj-data {
    margin-bottom: 27px; } }

@media (max-width: 575px) {
  .js-objdata-slider .obj-data {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto; } }

.js-objdata-slider.slick-slider .slick-dots {
  position: relative;
  margin-top: 0; }

.obj-data {
  background: #ffffff;
  border-radius: 10px;
  height: 100%;
  box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 0 0 36px 0; }
  .obj-data .obj-data__icon {
    padding: 35px 25px 0; }
    .obj-data .obj-data__icon img {
      max-width: 100%;
      width: auto;
      height: auto;
      display: inline-block; }
  .obj-data .obj-data__img img {
    width: 100%; }
  .obj-data .obj-data__img + .obj-data__content {
    padding-top: 36px;
    padding-bottom: 5px; }
  .obj-data .obj-data__content {
    padding: 29px 25px 0px;
    font-size: 18px;
    line-height: 24px; }
    .obj-data .obj-data__content > *:nth-child(1) {
      margin-top: 0; }
  .obj-data .tt-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    color: #191919;
    padding: 0 0 13px 0; }
    .obj-data .tt-title a {
      color: #333333; }
      .obj-data .tt-title a:hover {
        color: #2879fe; }
    .obj-data .tt-title + * {
      margin-top: 0; }
  .obj-data:not(.text-right), .obj-data:not(.text-left) {
    text-align: center; }
  .obj-data.text-left .obj-data__icon {
    text-align: left; }
  .obj-data.text-right .obj-data__icon {
    text-align: right; }
  .obj-data:not(.no-border) {
    border: 5px solid #000000; }
    .obj-data:not(.no-border) .obj-data__img {
      border-bottom: 5px solid #000000; }
  @media (max-width: 1024px) {
    .obj-data {
      padding: 0 0 25px 0; }
      .obj-data .obj-data__icon {
        padding-top: 29px; }
      .obj-data .obj-data__icon,
      .obj-data .obj-data__content {
        padding-left: 20px;
        padding-right: 20px; }
      .obj-data .obj-data__content {
        font-size: 16px;
        line-height: 22px;
        padding-top: 20px; }
      .obj-data .tt-title {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 7px; } }

/* ////////// */
/*
	Product Single page(*New layout tabs)
*/
.nav-tabs__default02 {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0 0 7px 0;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start; }
  .nav-tabs__default02 li {
    margin: 0px 3px 3px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500; }
    .nav-tabs__default02 li > a {
      color: #191919;
      transition: all 0.2s linear;
      padding: 7px 11px 4px;
      display: inline-block;
      position: relative;
      background: linear-gradient(180deg, #7EC0FE 0%, #2879FE 100%);
      box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.2);
      border-radius: 5px; }
      .nav-tabs__default02 li > a:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #2879FE 0%, #7EC0FE 100%);
        opacity: 0;
        transition: opacity 0.2s linear;
        border-radius: 5px; }
      .nav-tabs__default02 li > a span {
        display: inline-block;
        position: relative;
        z-index: 1; }
      .nav-tabs__default02 li > a:hover {
        color: #ffffff; }
      .nav-tabs__default02 li > a.active {
        color: #ffffff; }
        .nav-tabs__default02 li > a.active:before {
          opacity: 1; }
  .nav-tabs__default02:not(.no-border) li > a {
    border: 2px solid #000000; }
  .nav-tabs__default02.text-left {
    text-align: left;
    justify-content: flex-start; }
    .nav-tabs__default02.text-left li:first-child {
      margin-left: 0; }
  .nav-tabs__default02.text-right {
    text-align: right;
    justify-content: flex-end;
    padding-right: 0; }
    .nav-tabs__default02.text-right li:first-child {
      margin-right: 0; }

.tab-content__default02 {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.2); }
  @media (min-width: 1025px) {
    .tab-content__default02 {
      padding: 52px 45px 45px; } }
  @media (max-width: 1024px) {
    .tab-content__default02 {
      padding: 35px; } }
  @media (max-width: 790px) {
    .tab-content__default02 {
      padding: 30px 20px; } }
  .tab-content__default02:not(.no-border) {
    border: 5px solid #000000; }
    @media (max-width: 1024px) {
      .tab-content__default02:not(.no-border) {
        border-width: 4px; } }
    @media (max-width: 790px) {
      .tab-content__default02:not(.no-border) {
        border-width: 3px; } }

/*
	tt-layout01
*/
.tt-layout01 .tt-layout01__content {
  font-size: 18px;
  line-height: 24px; }

@media (min-width: 1025px) {
  .tt-layout01 {
    min-height: 301px; }
    .tt-layout01 .tt-layout01__content p {
      margin-top: 24px; } }

.tt-layout01 .tt-title {
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  color: #191919;
  margin: 0;
  padding: 0 0 23px 0; }
  .tt-layout01 .tt-title + * {
    margin-top: 0; }

.tt-layout01.text-center .tt-layout01__content {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto; }

.tt-layout01 .tt-title + *,
.tt-layout01 .tt-title + p {
  margin-top: 0; }

.tt-layout01 [class^="col-"] > *:nth-child(1) {
  margin-top: 0; }

@media (max-width: 1024px) {
  .tt-layout01 .tt-title {
    font-size: 22px;
    line-height: 30px;
    padding: 0 0 7px 0; }
  .tt-layout01 .tt-layout01__content {
    font-size: 16px;
    line-height: 22px; }
    .tt-layout01 .tt-layout01__content:not(:first-child) {
      padding: 0px 0 0 30px; } }

@media (min-width: 791px) {
  .tt-layout01 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start; }
    .tt-layout01 .tt-layout01__img {
      flex: 0 0 46.3%;
      max-width: 46.3%; }
      .tt-layout01 .tt-layout01__img img {
        width: 100%;
        height: auto; }
    .tt-layout01 .tt-layout01__content {
      flex: 2 1 auto; }
      .tt-layout01 .tt-layout01__content:not(:first-child) {
        padding: 0px 0 0 50px; } }

@media (max-width: 790px) {
  .tt-layout01 .tt-layout01__img {
    width: 100%;
    text-align: center;
    padding-bottom: 30px; }
    .tt-layout01 .tt-layout01__img img {
      max-width: 320px;
      height: auto;
      width: 100%; }
  .tt-layout01 .tt-layout01__content:not(:first-child) {
    padding: 0px 0 0 0px; } }

/*
	Product Single page(*mobile slider - dots)
*/
.tt-mobile-product-slider .slick-dots {
  position: relative;
  margin-top: 7px;
  padding: 0 19px; }
  .tt-mobile-product-slider .slick-dots li {
    margin: 0 0px;
    padding: 2px 2px;
    line-height: 0; }
    .tt-mobile-product-slider .slick-dots li button {
      width: 10px;
      height: 10px;
      padding: 0;
      background: #dadada;
      border: 1px solid #dadada;
      transition: all 0.2s linear;
      position: relative; }
      .tt-mobile-product-slider .slick-dots li button:before {
        content: '';
        display: block;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        border-radius: 50%;
        position: absolute;
        left: -1px;
        top: -1px;
        border: 1px solid #191919;
        background: #191919;
        border-right: 50%;
        opacity: 0;
        transition: all 0.2s linear; }
    .tt-mobile-product-slider .slick-dots li:hover button {
      background: #F7F8FA;
      border-color: #E9E7E7; }
  .tt-mobile-product-slider .slick-dots .slick-active {
    pointer-events: none; }
    .tt-mobile-product-slider .slick-dots .slick-active button {
      background: #191919; }
      .tt-mobile-product-slider .slick-dots .slick-active button:before {
        opacity: 1; }

.slick-dots-02 .slick-dots li button {
  background: transparent;
  border-color: #191919; }
  .slick-dots-02 .slick-dots li button:before {
    background: transparent;
    border-color: #417DFB;
    border-width: 1px; }

.slick-dots-02 .slick-dots li:hover button {
  border-color: #417DFB; }

.slick-dots-02 .slick-dots .slick-active button {
  background: transparent; }
  .slick-dots-02 .slick-dots .slick-active button:before {
    opacity: 1;
    border-width: 2px; }
