/* =========================================================================================================================== */
/* =========================================================================================================================== */
/* Main */

html, body {width: 100%; height: 100%;}

input:focus::placeholder {color:transparent;}
input:focus::-webkit-input-placeholder {color:transparent;}
input:focus:-moz-placeholder {color:transparent;} 
input:focus::-moz-placeholder {color:transparent;} 
input:focus:-ms-input-placeholder {color:transparent;}
input[type="email"]::-webkit-input-placeholder {text-transform: lowercase;}
input[type="email"]:-moz-placeholder {text-transform: lowercase;} 
input[type="email"]::-moz-placeholder {text-transform: lowercase;} 
input[type="email"]:-ms-input-placeholder {text-transform: lowercase;}
input[type="text"]::-webkit-input-placeholder {text-transform: lowercase;}
input[type="text"]:-moz-placeholder {text-transform: lowercase;}
input[type="text"]::-moz-placeholder {text-transform: lowercase;} 
input[type="text"]:-ms-input-placeholder {text-transform: lowercase;}
input[type="password"]::-webkit-input-placeholder {text-transform: lowercase;}
input[type="password"]:-moz-placeholder {text-transform: lowercase;} 
input[type="password"]::-moz-placeholder {text-transform: lowercase;} 
input[type="password"]:-ms-input-placeholder {text-transform: lowercase;}

textarea:focus::placeholder {color:transparent;}
textarea:focus::-webkit-input-placeholder {color:transparent;}
textarea:focus:-moz-placeholder {color:transparent;} 
textarea:focus::-moz-placeholder {color:transparent;} 
textarea:focus:-ms-input-placeholder {color:transparent;}
textarea::-webkit-input-placeholder {text-transform: lowercase;}
textarea:-moz-placeholder {text-transform: lowercase;} 
textarea::-moz-placeholder {text-transform: lowercase;} 
textarea:-ms-input-placeholder {text-transform: lowercase;}

.thm-nobr {white-space: nowrap;}

.th-main-page {min-height: 100%; display: grid; grid-template-rows: 1fr auto; grid-template-columns: 100%;}
.th-main-page-container {}

/* Main */
/* =========================================================================================================================== */
/* =========================================================================================================================== */

.th-policy {padding: 30px 0;}
.th-policy .th-policy-title {font-size: 24px; font-weight: bold; margin-bottom: 50px;}
.th-policy .th-policy-subtitle {font-size: 18px; font-weight: bold;}
.th-policy .th-policy-txt {margin-bottom: 30px;}

.th-cookie-alert {z-index: 2000; background-color: #fff; position: fixed; bottom: 0; left: 0; right: 0;}
.th-cookie-alert .th-container-cookie-alert {margin: 25px 15px; display: grid; grid-template-columns: 50px auto 150px; font-size: 13px;}
.th-cookie-alert .th-container-cookie-alert .th-icon-cookie-alert {display: flex; align-items: center; font-size: 30px;}
.th-cookie-alert .th-container-cookie-alert .th-txt-cookie-alert {display: flex; align-items: center; padding: 0 10px;}
.th-cookie-alert .th-container-cookie-alert div p {margin-bottom: 0;}
.th-cookie-alert .th-container-cookie-alert div p a {color: #000; font-weight: 600;}
.th-cookie-alert .th-btn-container {display: flex; align-items: center;}

/* ------------------------------------------------------------------------------------- */
/* * Media Queries                                                                       */
/* standard "@media (max-width : px) {}" : 1199px (col-md) | 991px (col-sm) | 767px (col-xs) | 500px | 400px */

@media (max-width : 767px) {
    .th-cookie-alert .th-container-cookie-alert {grid-template-columns: 100%;}
    .th-cookie-alert .th-container-cookie-alert div {display: block; text-align: center;}
    .th-cookie-alert .th-container-cookie-alert div p {padding: 15px 0;}
}

@media (max-width : 500px) {
	.th-cookie-alert .th-container-cookie-alert .th-icon-cookie-alert {justify-content: center;}
	.th-cookie-alert .th-container-cookie-alert {grid-template-columns: 100%; text-align: center; margin: 25px 0;}
	.th-cookie-alert .th-container div p {padding: 15px 0;}
}

/* * Media Queries                                                                       */
/* ------------------------------------------------------------------------------------- */

/* =========================================================================================================================== */

/* th_menu_t.13 */
/* =========================================================================================================================== */

.th-menu_t13_space-top {height: 90px; background-color: #fff;}

.th_menu_t13 {box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2); position: fixed; top: 0; left: 0; right: 0; background-color: #fff; z-index: 100;}

.th_menu_t13 .th-language-selector {display: inline-block; margin-left: 20px; border-left: 1px solid #e3e3e3; padding-left: 20px;}
.th_menu_t13 .th-language-selector .dropdown-toggle {color: #000; font-weight: 500;}
.th_menu_t13 .th-language-selector .dropdown-toggle i {margin-right: 5px;}
.th_menu_t13 .th-language-selector .th-selected-language a {color: #aaaaaa;}
.dropdown-menu>li.th-selected-language>a:focus, .dropdown-menu>li.th-selected-language>a:hover {text-decoration: none; background-color: #fff;}

/* ------------------------------------------------------------------------------------- */
/* * Media Queries                                                                       */
/* standard "@media (max-width : px) {}" : 1199px (col-md) | 991px (col-sm) | 767px (col-xs) | 500px | 400px */

@media (max-width : 1199px) {
    .th_menu_t13 .th-language-selector {margin-right: 50px; padding-right: 20px; border-left: 0; border-right: 1px solid #e3e3e3;}
}

/* * Media Queries                                                                       */
/* ------------------------------------------------------------------------------------- */

.th_menu_t13 .dropdown-menu {min-width: auto; z-index: 10000; border-radius: 12px; margin: 2px -15px 0; padding: 10px 0;}
.th_menu_t13 .dropdown-menu li {padding-left: 0;}

.th_menu_t13 .th-main-menu-container {display: grid; grid-template-columns: 150px auto; background-color: #fff; padding: 20px 5%;}
.th_menu_t13 .th-main-menu-container .th-logo-container {display: flex; align-items: center;}
.th_menu_t13 .th-main-menu-container .th-logo-container img {width: 100%; height: 100%; -webkit-transition-duration: 0.4s; /* Safari */transition-duration: 0.4s;}

.th_menu_t13.th-after-scroll {box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);}
.th_menu_t13.th-after-scroll .th-main-menu-container .th-logo-container img {width: 90%;}

.th_menu_t13 .th-main-menu-container .th-category-container {display: flex; align-items: center; justify-content: flex-end;}
.th_menu_t13 .th-main-menu-container .th-category-container a.th-main-link {color: #000;}

.th_menu_t13 .th-main-menu-container .th-category-container .th-submenu {display: none; position: absolute; /* top: 55px; */ background-color: #fff; padding-top: 20px; padding-bottom: 20px;}
.th_menu_t13 .th-main-menu-container .th-category-container .th-menu-link {display: inline-block; margin-left: 25px; font-weight: 300; font-size: 16px;}
.th_menu_t13 .th-main-menu-container .th-category-container .th-menu-link:hover .th-submenu,
.th_menu_t13 .th-main-menu-container .th-category-container .th-menu-link .th-submenu:hover {display: block;}
.th_menu_t13 .th-main-menu-container .th-category-container .th-submenu a {padding: 5px 10px; text-align: left; color: #000; display: block;}

.th_menu_t13 .th-main-menu-container .th-category-container .th-socials-container {padding-left: 20px;}
.th_menu_t13 .th-main-menu-container .th-category-container .th-socials-container .th-socials-box {padding-left: 10px; border-left: 1px solid #e3e3e3;}
.th_menu_t13 .th-main-menu-container .th-category-container .th-socials-container .th-socials-box {color: #e3e3e3;}
.th_menu_t13 .th-main-menu-container .th-category-container .th-socials-container a i {padding-left: 10px; color: #e3e3e3; -webkit-transition-duration: 0.4s; /* Safari */transition-duration: 0.4s;}
.th_menu_t13 .th-main-menu-container .th-category-container .th-socials-container a i:hover {color: #000;}


.th_menu_t13 .th-menu-mobile-container {display: none;}

.th_menu_t13 .th-menu-txt-hidden {display: inherit;}


/* ------------------------------------------------------------------------------------- */
/* * Media Queries                                                                       */
/* standard "@media (max-width : px) {}": 1199px (col-md) | 991px (col-sm) | 767px (col-xs) | 500px | 400px */

@media (max-width : 1199px) {
	.th_menu_t13 .th-menu-mobile-container {position: absolute; top: 45px; right: 20px; text-align: right; display: flex; align-items: center; justify-content: flex-end;}
	.th_menu_t13 .th-main-menu-container .th-category-container {display: none;}
	.th_menu_t13 .th-languages-container ul {padding-left: 0;}
}

@media (max-width : 375px) {
	.th_menu_t13 .th-menu-txt-hidden {display: none;}
}

/* * Media Queries                                                                       */
/* ------------------------------------------------------------------------------------- */

/* Personalization options th_menu_t.8 */

.th_menu_t8_menu-icon {display: inline-block;} /* options for display: "inline-block" or "none" */

.th_menu_t8_menu {}

.th_menu_t8_menu-icon span,
.th_menu_t8_menu-icon span:before,
.th_menu_t8_menu-icon span:after {background: #000;} /*Color for menu opening icon*/

.th_menu_t8_menu-icon.th-close span:before,
.th_menu_t8_menu-icon.th-close span:after {background-color: #000;} /*Color for menu closing icon*/

.th_menu_t8_menu ul {padding-left: 0;}
.th_menu_t8_menu ul li a.th-main-link {color: #333;}
.th_menu_t8_menu ul li a.th-main-link:hover {color: #000; background-color: rgba(255, 255, 255, 0);}

.th_menu_t8_menu ul li a.th-social-link:hover {border-color: #000;}

.th_menu_t8_menu ul li a.th-social-link {color: #333;}

/* ------------------------------------------------------------------------------------- */
/* * Media Queries                                                                       */
/* standard "@media (max-width : px) {}": 1199px (col-md) | 991px (col-sm) | 767px (col-xs) | 500px | 400px */

@media (max-width : 1199px) {
    .th_menu_t8_menu-icon {display: inline-block; position: fixed;} /* options for display: "inline-block" or "none" */
}

/* * Media Queries                                                                       */
/* ------------------------------------------------------------------------------------- */

/* START - Personalization options th_menu_t.8 (mobile)*/
/* =========================================================================================================================== */

/* =========================================================================================================================== */
/* Main module class-es */

.th_menu_t8_menu {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 8999; background: rgb(255, 255, 255); display: table; opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s ease-out, visibility 0.2s ease-out; -moz-transition: opacity 0.3s ease-out, visibility 0.2s ease-out; -o-transition: opacity 0.3s ease-out, visibility 0.2s ease-out; transition: opacity 0.3s ease-out, visibility 0.2s ease-out;}
.th_menu_t8_menu_visuallyhidden {opacity: 0; visibility: hidden;}
.th_menu_t8_menu ul {width: 100%; /*height: 100%;*/ text-align: left; padding-top: 100px;}
.th_menu_t8_menu ul li {list-style-type:none;}
.th_menu_t8_menu ul li a.th-main-link {display: block; font-size: 2.25rem; font-size: 15px; font-weight: 400; text-transform: uppercase; letter-spacing: 3px; padding: 5px 0; text-decoration:none; text-align: center; -webkit-transition: background 0.2s ease, color 0.2s ease; -moz-transition: background 0.2s ease, color 0.2s ease; -o-transition: background 0.2s ease, color 0.2s ease; transition: background 0.2s ease, color 0.2s ease;}
.th_menu_t8_menu ul li .th-submenu {padding-bottom: 20px; text-align: center; padding: 0 5px;}
.th_menu_t8_menu ul li .th-submenu a {text-align: center; color: #333; font-weight: 300; padding: 0 5px; font-size: 12px; white-space: nowrap;}
.th_menu_t8_menu ul li.th-social-links-container {text-align: center; padding: 20px 0px;}
.th_menu_t8_menu ul li a.th-social-link {display: inline-block; padding: 5px 8px; margin: 10px; border: 1px solid transparent; border-radius: 40px; font-size: 20px; -webkit-transition-duration: 0.4s; /* Safari */transition-duration: 0.4s;}
.th_menu_t8_menu-icon {padding: 15px 6px; display: flex; align-items: center; justify-content: center; background-color: #fff; border-radius: 50px; cursor: pointer; z-index: 9999; /*-webkit-transition: opacity 0.2s 1.6s ease-out; -moz-transition: opacity 0.2s 1.6s ease-out; -o-transition: opacity 0.2s 1.6s ease-out; transition: opacity 0.2s 1.6s ease-out;*/}
.th_menu_t8_menu-icon span {width: 20px; height: 2px; position: relative; display: inline-block; -webkit-transition: background 0.4s ease-out; -moz-transition: background 0.4s ease-out; -o-transition: background 0.4s ease-out; transition: background 0.4s ease-out; }
.th_menu_t8_menu-icon span:before {top: 6px;}
.th_menu_t8_menu-icon span::before {top: 5px;}
.th_menu_t8_menu-icon span::after {top: -6px;}
.th_menu_t8_menu-icon span:before,
.th_menu_t8_menu-icon span:after {width: 20px; height: 2px; display: inline-block; position: absolute; left: 0; content: ""; transform-origin: 50% 50%; -webkit-transition: top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear; -moz-transition: top 0.2s 0.2s ease-out, -moz-transform 0.2s linear; -o-transition: top 0.2s 0.2s ease-out, -o-transform 0.2s linear; transition: top 0.2s 0.2s ease-out, transform 0.2s -out;}
.th_menu_t8_menu-icon span:after {top: -6px;}

.th_menu_t8_menu-icon.th-close span {background-color: transparent; -webkit-transition: background 0.2s ease-out; -moz-transition: background 0.2s ease-out; -o-transition: background 0.2s ease-out; transition: background 0.2s ease-out;}

.th_menu_t8_menu-icon.th-close span:before {-webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); -o-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg);}
.th_menu_t8_menu-icon.th-close span:before,
.th_menu_t8_menu-icon.th-close span:after {-webkit-transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out, background 0.2s ease-out; -moz-transition: top 0.2s ease-out, -moz-transform 0.2s 0.2s ease-out, background 0.2s ease-out; -o-transition: top 0.2s ease-out, -o-transform 0.2s 0.2s ease-out, background 0.2s ease-out; transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, background 0.2s ease-out; top: 0; width: 20px; /*z-index:3;*/}

.th_menu_t8_menu-icon.th-close span:after {-webkit-transform: rotate3d(0, 0, 1, -45deg); -moz-transform: rotate3d(0, 0, 1, -45deg); -o-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg);}
.th_menu_t8_menu-icon p {font-size: 1rem; font-size: 16px; font-weight: 400; margin-top: 18px; display: inline-block; color: #cd2d2c;}

/* END - Personalization options th_menu_t.8 */
/* =========================================================================================================================== */

.th_warnings_t1 {padding: 25px 0;}
.th_warnings_t1 p {margin: 0; padding: 5px 0; color: #fff;}
.th_warnings_t1 a {text-decoration: none;}
.th_warnings_t1 .thw-container {background-color: #fd7e14; padding: 15px; display: grid; grid-template-columns: 50px auto; color: #333; border-radius: 10px;}
.th_warnings_t1 .thw-container .thw-icon {display: flex; justify-content: center; align-items: center; font-size: 20px; border-right: 1px solid #fff;}
.th_warnings_t1 .thw-container .thw-icon i {color: rgba(255, 255, 255, 0.76);}
.th_warnings_t1 .thw-container .thw-message {padding-left: 15px;}
.th_warnings_t1 .thw-container .thw-message .thw-title {font-weight: bold; font-size: 16px;}

/* =========================================================================================================================== */
/* Links */

.th-page-links {}
.th-page-links .th-subcat-container {}
.th-page-links .th-subcat-container h3 {text-decoration: underline; font-weight: bold;}
.th-page-links .th-subcat-container .th-links-container {display: flex; flex-wrap: wrap;}
.th-page-links .th-subcat-container .th-links-container .th-link-container {margin: 10px; display: flex; border: solid 2px #0E76BB;}
.th-page-links .th-subcat-container .th-links-container .th-link-container .th-link {text-align: left; border: solid 2px #0E76BB; outline-offset: 0px; padding: 20px 30px 20px 20px; position: relative; top: -10px; left: 10px; width: 100%;}
.th-page-links .th-subcat-container .th-links-container .th-link-container .th-link span {font-size: 18px; color: black; font-weight: bold;}

/* =========================================================================================================================== */
/* Brands */

.th-page-brands {}
.th-page-brands .th-subcat-container {}
.th-page-brands .th-subcat-container h3 {text-decoration: underline; font-weight: bold;}
.th-page-brands .th-subcat-container .th-brands-container {display: flex; flex-wrap: wrap;}
.th-page-brands .th-subcat-container .th-brands-container .th-brand-container {flex: 1; margin: 10px;}
.th-page-brands .th-subcat-container .th-brands-container .th-brand-container .th-container-width {width: 250px;}
.th-page-brands .th-subcat-container .th-brands-container .th-brand-container .th-picture-container {box-shadow: 0px 0px 5px rgb(0 0 0 / 10%); border-bottom: solid 5px #0E76BB; padding: 20px; text-align: center;}
.th-page-brands .th-subcat-container .th-brands-container .th-brand-container .th-picture-container .th-picture {width: 100%; height: 150px;}
.th-page-brands .th-subcat-container .th-brands-container .th-brand-container .th-picture-container .th-picture img {object-fit: contain; max-height: 100%; max-width: 100%;}
.th-page-brands .th-subcat-container .th-brands-container .th-brand-container .th-name {padding-top: 10px; font-weight: bold;}


/* ----------------------------------------------------------------------------------------------------- */

.th_body_auth .th_warnings_t1 {display: none;}
.th_body_auth #th-footer-t6 {display: none;}

.th-main-page-v3 {}
.th-main-page-v3 .th-auth-grid {position: absolute; top: 120px;; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr;}
.th-main-page-v3 .th-auth-grid .th-auth-img-container {background-image: url("/_custom_content/img/auth_img_01.jpg"); background-position: center center; background-size: cover;}
.th-main-page-v3 .th-auth-grid .th-auth-txt-container {display: flex; justify-content: center; align-items: center; background-color: rgb(255, 255, 255); padding: 30px;}
.th-main-page-v3 .th-auth-grid .th-auth-txt-container .th-auth-txt-box {max-width: 550px;}
.th-main-page-v3 .th-auth-grid .th-auth-txt-container .th-auth-txt-box .th-custom-design-paragraph-title-intro {font-size: 35px;}
.th-main-page-v3 .th-auth-grid .th-auth-txt-container .th-auth-txt-box .th-custom-design-paragraph-subtitle {padding-bottom: 15px; text-align: center; font-size: 18px; font-weight: 500; color: #8f9298;}

.th-main-page-v3 .th-auth-grid .th-auth-txt-container .th-auth-txt-box .th-checkbox-grid {display: grid; grid-template-columns: 50% 50%;}
.th-main-page-v3 .th-auth-grid .th-auth-txt-container .th-auth-txt-box .th-checkbox-grid .th-checkbox-container {text-align: left; font-size: 12px;}
.th-main-page-v3 .th-auth-grid .th-auth-txt-container .th-auth-txt-box .th-checkbox-grid .th-checkbox-container a {color: #000; font-weight: 600;}
.th-main-page-v3 .th-auth-grid .th-auth-txt-container .th-auth-txt-box .th-checkbox-grid .th-checkbox-container:nth-child(2) {text-align: right;}

.th-main-page-v3 .th-auth-grid .th-auth-txt-container .th-auth-txt-box .th-btn-grid {}
.th-main-page-v3 .th-auth-grid .th-auth-txt-container .th-auth-txt-box .th-btn-grid .th-form-button-back {}
.th-main-page-v3 .th-auth-grid .th-auth-txt-container .th-auth-txt-box .th-btn-grid .th-form-button-back .btn-black-round {background-color: #fff; border: 1px solid #000; color: #000;}

.th-main-page-v3 .th-auth-grid .th-auth-txt-container .th-btn-auth-box {}
.th-main-page-v3 .th-auth-grid .th-auth-txt-container .th-btn-auth-box .th-btn-auth {background-color: #292929; margin: 15px 0; padding: 12px 20px; border: 1px solid #000; width: 100%; border-radius: 12px; color: #fff; font-weight: 600;}
.th-main-page-v3 .th-auth-grid .th-auth-txt-container .th-btn-auth-box .th-btn-auth:hover {background-color: #000;}
.th-main-page-v3 .th-auth-grid .th-auth-txt-container .th-nb-txt {text-align: center; font-size: 13px; color: #8f9298; font-weight: 400;}

@media (max-width : 767px) {
    .th-main-page-v3 .th-auth-grid {grid-template-columns: 100%;}
    .th-main-page-v3 .th-auth-grid .th-auth-img-container {height: 100px;}
}

.th-login-top {text-align: center;}

.th-login-top img {
    max-width: 250px;
    width: 100%;
    padding: 40px 20px 20px 20px;
}

.th-account-message {text-align: center; margin: 25px 0; padding: 25px; border: 1px solid rgba(174, 189, 196, 0.44); border-radius: 20px;}
.th-account-message .th-no-account-title {font-size: 20px; font-weight: 600; padding-bottom: 5px;}
.th-account-message .th-no-account-subtitle {}


.th-mdp-forgotten a {color: #000;}

.th-password-recovery {padding: 50px 0; margin-top: 100px;}

.th-login-form {max-width: 90%; width: 450px; padding: 10px 30px 50px 30px; margin: 0 auto; position: relative;}

.th-login-form p.th-account-created {text-align: center;}
.th-login-form .th-account-created-next {padding-top: 100px; text-align: center;}

.th-main-search-container {padding: 50px 0;}
.th-main-search-container hr {border-top: 1px solid #eee; padding-bottom: 30px 0;}
.th-main-search-container .th-full-search {color: #990000; border: 1px solid #990000; border-radius: 12px; padding: 5px 15px;}
.th-main-search-container .th-full-search {-webkit-transition-duration: 0.4s; /* Safari */transition-duration: 0.2s;}
.th-main-search-container a.th-full-search:hover {text-decoration: none; background-color: #990000; color: #fff;}
.th-main-search-container .th-full-search i {font-size: 13px; padding-right: 10px;}
.th-main-search-container .th-advanced-research {background-color: #333; color: #fff; padding: 8px 15px; border-radius: 50px;}
.th-main-search-container .th-advanced-research:hover {text-decoration: none; background-color: #000;}
.th-main-search-container .th-advanced-research i {padding-left: 10px;}

.th-wishlist-view-list {}
.th-wishlist-view-list .th-wishlist-products-grid {display: grid; grid-template-columns: 25% 25% 25% 25%;}
.th-wishlist-view-list .th-wishlist-products-grid .th-wishlist-product {padding: 15px;}
.th-wishlist-view-list .th-wishlist-products-grid .th-wishlist-product .product-name {color: #333;}
.th-wishlist-view-list p.th-quantities {display: inline-block; font-size: 12px; color: #7e7e7e; margin-right: 20px;}
.th-wishlist-view-list p.th-quantities {display: inline-block; font-size: 12px; color: #7e7e7e; margin-right: 20px;}
.th-wishlist-view-list p.th-quantities a i {margin-left: 5px; color: #333;}
.th-wishlist-view-list p.th-quantities span {font-weight: bold; color: #000;}

@media (max-width : 767px) {
    .th-wishlist-view-list .th-wishlist-products-grid {grid-template-columns: 33.33% 33.34% 33.33%;}
}

@media (max-width : 500px) {
    .th-wishlist-view-list .th-wishlist-products-grid {grid-template-columns: 50% 50%;}
}

.th-wishlist_search {}
.th-wishlist_search .th-main-search-container {box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.03); padding: 100px 30px; border-radius: 20px; background-color: #fff;}
.th-wishlist_search .th-main-search-container .th-title-group {padding-bottom: 30px;}

.th-wishlist_search .th-search-results {}
.th-wishlist_search .th-search-results .th-search-results-box {display: grid; grid-template-columns: 100px auto 150px; box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.03); margin: 15px 0; border-radius: 12px; padding: 20px; background-color: #fff;}
.th-wishlist_search .th-search-results .th-search-results-box .th-icon-container {display: flex; align-items: center; justify-content: center;}
.th-wishlist_search .th-search-results .th-search-results-box .th-icon-container i {font-size: 40px; color: #eee;}
.th-wishlist_search .th-search-results .th-search-results-box .th-txt-container {padding: 20px 0;}
.th-wishlist_search .th-search-results .th-search-results-box .th-txt-container .th-wishlist-name {font-size: 20px; color: #656565;}
.th-wishlist_search .th-search-results .th-search-results-box .th-txt-container .th-wishlist-description {font-size: 15px; color: #656565;}
.th-wishlist_search .th-search-results .th-search-results-box .th-btn-container {display: flex; align-items: center; justify-content: center;}
.th-wishlist_search .th-search-results .th-search-results-box .th-btn-container .th-custom-design-button {background-color: #39b2a9;}
.th-wishlist_search .th-search-results .th-search-results-box a.th-btn-container:hover {text-decoration: none;}

@media (max-width : 600px) {
    .th-wishlist_search .th-search-results .th-search-results-box {grid-template-columns: 100%; text-align: center;}
}

.th-page-contact .container .row .th-contact-info {padding-bottom: 30px;}
.th-page-contact .th-google-maps {height: 300px;}
.th-page-contact .th-google-maps img {object-fit: cover; width: 100%; height: 100%;}
.th-page-contact .th-shop-name {font-size: 24px; font-weight: bold; margin-top: 30px; margin-bottom: 10px;}
.th-page-contact .th-shop-address {color: #000; font-size: 16px; font-weight: 300;}
.th-page-contact .th-shop-address i {margin: 0 20px 0 20px;}
.th-page-contact .th-shop-phone {color: #000; font-size: 16px; font-weight: 300;}
.th-page-contact .th-shop-phone i {margin: 0 20px 0 20px;}




.th-questions-config {padding: 0; text-align: center;}
.th-questions-config h2 {}
.th-questions-config ol {list-style:none; margin-left: 0; padding-left: 0;}
.th-questions-config .img-responsive {text-align: center;}
.th-questions-config .img-responsive img {text-align: center; display: inline-block;}
.th-questions-config li {padding: 15px; margin: 10px 0; border: 2px solid rgba(160, 31, 31, 0); -webkit-transition-duration: 0.4s; /* Safari */transition-duration: 0.2s; display: inline-block;}
.th-questions-config li:hover {border: 2px solid #a01f1f; background-color: transparent; border-radius: 8px;}
.th-questions-config a:hover {text-decoration: none;}
.th-questions-config .th-subtitle {font-weight: 700; text-transform: uppercase; padding-bottom: 30px; color: #323232;}
.th-questions-config .th-choice-title {font-weight: 700; text-transform: uppercase; padding-bottom: 30px; color: #a01f1f;}
.th-questions-config .th-previous-question {font-size: 32px; color: #323232;}


.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {display: inline-block;}


/* =========================================================================================================================== */
/* th_footer_t.6 v.2018.10.21 */

footer#th-footer-t6 {background-color: #000; display: flex; align-items: center;}
footer#th-footer-t6 .container,
footer#th-footer-t6 .container-fluid {height: auto; padding-top: 20px; padding-bottom: 20px;}
footer#th-footer-t6 .container-fluid {width: 100%;}

footer#th-footer-t6 .th-footer-container {display: grid; grid-template-columns: 20% 20% 20% 20% 20%;}
footer#th-footer-t6 .th-footer-container .th-about {}
footer#th-footer-t6 .th-footer-container .th-about .th-about-container {padding-right: 20px; border-right: 1px solid #4e4e4e;}
footer#th-footer-t6 .th-footer-container .th-about .th-about-container .th-title {font-size: 16px; font-weight: bold; color: #fff; text-transform: uppercase;}
footer#th-footer-t6 .th-footer-container .th-about .th-about-container .th-title span {font-weight: 300; color: #b57705;}
footer#th-footer-t6 .th-footer-container .th-about .th-about-container .th-txt {font-size: 12px; color: #808080;}

footer#th-footer-t6 .th-footer-container .th-links {padding-left: 20px;}
footer#th-footer-t6 .th-footer-container .th-links .th-title {font-size: 14px; font-weight: bold; color: #fff; text-transform: uppercase;}
footer#th-footer-t6 .th-footer-container .th-links .th-link,
footer#th-footer-t6 .th-footer-container .th-links .th-link a {color: #808080;}
footer#th-footer-t6 .th-footer-container .th-links .th-link {margin-bottom: 5px;}

footer#th-footer-t6 .th-footer-container .th-other {}
footer#th-footer-t6 .th-footer-container .th-other .th-social-networks {text-align: right; font-size: 18px;}
footer#th-footer-t6 .th-footer-container .th-other .th-social-networks a {color: #808080;}
footer#th-footer-t6 .th-footer-container .th-other .th-social-networks a i {margin-left: 5px; margin-right: 5px;}
footer#th-footer-t6 .th-footer-container .th-other .th-copyright {text-align: right; color: #808080; margin-top: 30px; font-size: 12px;}
footer#th-footer-t6 .th-footer-container .th-other .th-copyright strong {color: #fff;}

/* ------------------------------------------------------------------------------------- */
/* * Media Queries                                                                       */
/* standard "@media (max-width : px) {}": 1199px (col-md) | 991px (col-sm) | 767px (col-xs) | 500px | 400px */

@media (max-width : 991px) {
    footer#th-footer-t6 .th-footer-container {grid-template-columns: 100%;}
    footer#th-footer-t6 .th-footer-container .th-about .th-about-container {padding-right: 0px; padding-bottom: 0px; border-right: 0px; border-bottom: 1px solid #4e4e4e;}
    footer#th-footer-t6 .th-footer-container .th-links {padding-left: 0px; text-align: center;}
    footer#th-footer-t6 .th-footer-container .th-links .th-title {margin-top: 10px;}
    footer#th-footer-t6 .th-footer-container .th-other {border-top: 1px solid #4e4e4e; margin-top: 10px; padding-top: 10px;}
}

/* * Media Queries                                                                       */
/* ------------------------------------------------------------------------------------- */

/* th_footer_t.6 v.2018.10.21 */
/* =========================================================================================================================== */
/* =========================================================================================================================== */

/* =========================================================================================================================== */
/* =========================================================================================================================== */
/* List of dishes */

.th-carte-header-small {position: relative; padding: 25px 25px 0 25px; background-color: #181818; background-position: center center; background-size: cover;}
.th-carte-header-small.th-with-background-image {padding: 200px 25px;}
.th-carte-header-small .th-opacity {position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.4);}
.th-carte-header-small .th-header-txt-group {color: #fff;}
.th-carte-header-small .th-header-txt-group .th-custom-design-title {padding-bottom: 0;}

.th-carte {padding: 50px 0; background-color: #181818;}
.th-carte .th-custom-design-title {color: #fff;}
.th-carte .th-custom-design-title span {font-family: 'Josefin Sans', sans-serif; font-size: 18px; font-weight: 300;}
.th-carte .th-custom-design-title span a {color: #fff;}
.th-carte .th-carte-category-grid {column-count: 2; column-gap: 20px;}
.th-carte .th-carte-category-grid .th-carte-category-container {break-inside: avoid; margin: 0 20px;}
.th-carte .th-carte-category-grid .th-carte-category-container .th-carte-category-main-photo {height: 300px; overflow: hidden; display: flex; align-items: center; margin-bottom: 30px;}
.th-carte .th-carte-category-grid .th-carte-category-container .th-carte-category-main-photo img {object-fit: cover; height: 100%; width: 100%;}

.th-carte .th-carte-category-grid .th-carte-category-container .th-carte-category-description {color: #fff; font-size: 20px; font-weight: 300;}
.th-carte .th-carte-category-grid .th-carte-category-container .th-carte-subcategory-type {color: #fff; font-size: 20px;}

.th-carte .th-carte-category-grid .th-carte-category-container .th-carte-subcategory-box {padding: 30px 0; }
.th-carte .th-carte-category-grid .th-carte-category-container .th-carte-subcategory-box .th-carte-subcategory-description {padding: 0 0 15px 0; color: #fff; font-size: 15px; font-weight: 300;}

.th-carte .th-carte-category-grid .th-carte-category-container .th-carte-subcategory-box .th-carte-subcategory-grid {display: grid; grid-template-columns: 1fr auto; color: #fff;}
.th-carte .th-carte-category-grid .th-carte-category-container .th-carte-subcategory-box .th-carte-subcategory-grid .th-carte-subcategory-price {text-align: right; font-weight: 300;}
.th-carte .th-carte-category-grid .th-carte-category-container .th-carte-subcategory-box .th-carte-subcategory-grid p {font-weight: 300; display: inline-block; padding-right: 5px; font-size: 20px;}

.th-carte .th-carte-category-grid .th-carte-category-container .th-carte-products-container {padding: 30px 0; }
.th-carte .th-carte-category-grid .th-carte-category-container .th-carte-products-container .th-carte-product-grid {display: grid; grid-template-columns: 1fr auto; color: #fff;}
.th-carte .th-carte-category-grid .th-carte-category-container .th-carte-products-container .th-carte-product-grid .th-carte-product-name {font-size: 18px;}
.th-carte .th-carte-category-grid .th-carte-category-container .th-carte-products-container .th-carte-product-grid .th-carte-product-price {font-size: 18px;}
.th-carte .th-carte-category-grid .th-carte-category-container .th-carte-products-container .th-carte-product-description {grid-column: span 2; padding: 0 0 25px 0; color: #fff; font-size: 15px; font-weight: 300; font-style: italic;}



.th-carte .th-custom-design-paragraph-title {color: #fff;}
.th-carte .th-custom-design-title-subtitle {padding-bottom: 10px; font-size: 20px; font-weight: 700;}

@media (max-width : 767px) {
    .th-carte .th-carte-category-grid {column-count: 1; column-gap: 20px;}
}

@media (max-width : 500px) {
    .th-carte .th-carte-category-grid .th-carte-category-container .th-carte-category-main-photo {height: 200px;}
}