/*
Theme Name: Catana Child
Theme URI: http://demo.theme-sky.com/catana/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: catana
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: catana-child
*/

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=La+Belle+Aurore&display=swap');


header .logo-wrapper {
    height: 110px;
}

@media only screen and (max-width: 1279px) {
    .header-v5 header .logo-wrapper {
        padding: 0 10px 0 0;
        height: 90px;
    }
}

/* STRUCTURE */

.small-space {
	width: 100%;
	height: 1px;
	position: relative;
	display: block;
	margin: 8px 0 8px 0;
}

.thin-space {
	width: 100%;
	height: 1px;
	position: relative;
	display: block;
	margin: 14px 0 14px 0;
}

.middle-space {
	width: 100%;
	height: 1px;
	position: relative;
	display: block;
	margin: 30px 0 30px 0;
}

.large-space {
	width: 100%;
	height: 1px;
	position: relative;
	display: block;
	margin: 40px 0 40px 0;
}

.separator {
	width: 100%;
	height: 1px;
	position: relative;
	display: block;
	margin: 50px auto 50px;
	background: rgba(0,0,0,.25);
}

body div#main {
	min-height: calc(100vh - 769px);
}


.single-product div#main {
	padding-top: 30px;

}


/* TOPBAR */

.topbar {
	/*background: rgba(255,255,255,.1);*/
	background: #151c38;
	font-size: 14px;
	padding: 3px 0;
}

ul.nav-top {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.nav-top li {
	display: inline-block;
}

.ts-header ul.nav-top li a {
	color: #fff;
	display: inline-block;
    position: relative;
}

.ts-header ul.nav-top li a:hover {
	color: rgba(255,255,255,.7);
}

.col-right {
	text-align: right;
}

ul.nav-top.right-menu li:first-child::before {
	content: "\e679";
	font-size: 16px;
	font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 250ms ease;
	margin-right: 10px;
	display: block;
    float: left;
	color: #c5a085;
}

ul.nav-top.right-menu li::after {
	content: "\e622";
	font-size: 16px;
	font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    text-transform: none;
	letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #fff;
	display: block;
    float: right;
	transform: rotate(-60deg);
	margin: 0 0 0 3px;
}

ul.nav-top.right-menu li:last-child::after {
	content: none;
}

ul.nav-top.right-menu {
	text-transform: uppercase;
	font-family: Kanit;
    font-weight: 300;
	letter-spacing: 1px;
}

ul.nav-top.left-menu li {
	margin-right: 15px;
}

ul.nav-top.left-menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    transform: scale3d(1,0,1);
    transform-origin: 50% 100%;
    transition: transform 340ms cubic-bezier(0.7,0,0.3,1);
	background-color: rgba(197,160,133,1);
}

ul.nav-top.left-menu li:hover a::after,
ul.nav-top.left-menu li.current-menu-item a::after {
    transform: scale3d(1,1,1);
    transform-origin: 50% 0%;
}



.topbar-logged {
	text-align: center;
	/*background: #c5a085;*/
	background: #fd6061;
	color: #fff;
	font-size: 14px;
	padding: 6px 0;
}

.topbar-logged p {
	margin: 0;
}

.topbar-logged a,
.topbar-logged a:hover {
	text-decoration: underline;
	color: #fff;
}

.topbar-extra {
	text-align: center;
	background: #c5a085;
	color: #000;
	font-size: 14px;
	padding: 6px 0;
}

.topbar-extra p {
	margin: 0;
}







/* HEADER */

header.ts-header {
	background: #151c38;
}

.header-container .sticky-wrapper.is-sticky .header-sticky {
	background: #151c38;
}

.ts-header .menu-wrapper nav > ul > li {
	font-family: Kanit;
    font-weight: 300;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 0 28px 0 0;
}

.ts-header .menu-wrapper nav > ul > li > a {
	text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
	.center-content > .container > .header-left, .center-content > .container > .header-right,
	.header-v1 .header-middle > .container > .header-right {
		width: 20%;
	}
}

/*.center-content > .container > .header-left, .center-content > .container > .header-right {
    width: 20%;
}*/

.menu-center.menu-wrapper > .ts-menu {
	margin-right: 0;
}

.ts-header .menu-wrapper nav > ul li ul.sub-menu:before {
	background: #151c38;
}

.header-v1 .header-middle .shopping-cart-wrapper, .header-v1 .header-middle .my-account-wrapper, .header-v1 .header-middle .header-currency, .header-v1 .header-middle .header-language, .header-v1 .header-middle .search-sidebar-icon, .header-v1 .header-middle .my-wishlist-wrapper, .verticle-group-icon > div {
    max-width: 30px;
    max-height: 28px;
}

@media only screen and (min-width: 1280px) {
	.header-v1 .header-middle .shopping-cart-wrapper a > .ic-cart {
		width: auto;
		height: auto;
		border: none;
		text-align: inherit;
	}
}

@media only screen and (min-width: 1280px) {
	.header-v1 .header-middle .shopping-cart-wrapper a > .ic-cart:before, .header-v1 .header-middle .my-account-wrapper .ts-tiny-account-wrapper:before, .header-v1 .header-middle .header-language:before, .header-v1 .header-middle .header-currency:before, .header-v1 .header-middle .search-sidebar-icon .icon:before, .header-v1 .header-middle .my-wishlist-wrapper > a:before, .header-v1 .header-middle .search-button .icon:before, .header-v1 .header-middle .ts-group-meta-icon-toggle .icon:before {
		line-height: 30px;
	}
}

.header-v1 .my-wishlist-wrapper > a > span {
    color: rgba(255,255,255,1);
    background-color: rgba(197,160,133,1);
}

@media only screen and (min-width: 1280px) {
	.header-v1 .header-middle .shopping-cart-wrapper .cart-number {
		right: -2px;
    	top: -6px;
	}
}

.header-v1 .ts-header .my-wishlist-wrapper > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}

.header-v1 .header-middle .shopping-cart-wrapper .dropdown-container:before, .header-v1 .header-middle .my-account-wrapper .dropdown-container:before, .header-v1 .header-middle .wcml_currency_switcher > ul:before, .header-v1 .header-middle .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before, .header-v1 .header-middle .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu:before, .header-v1 .header-middle .wpml-ls-legacy-list-horizontal:before, .header-v1 .header-middle .wpml-ls-legacy-list-vertical:before, .header-v1 .header-middle .my-account-wrapper .account-control:before {
	top: 35px;
}

.header-v5 .header-top,
.header-v1 .header-top {
	margin-bottom: 0;
	border-bottom: 0;
}

.header-v5 .header-bottom,
.header-v1 .header-bottom {
	margin-top: 0;
}

.header-v5 .header-bottom > .container,
.header-v1 .header-bottom > .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-v5 .header-bottom .search-button,
.header-v1 .header-bottom .search-button {
	color: #ebeef7;
}

img.img-brand-or {
	border: 1px solid #ccc; 
	border-radius: 8px;
	max-height: 50px;
	width: auto;
	float: right;
}

.header-v1 .center-content > .container > .header-left, .header-v1 .center-content > .container > .header-right {
    width: 22%;
}

@media only screen and (max-width: 991px) {
	.header-right {
		color: #ebeef7;
	}
	
	.header-v5 .header-bottom > .container,
	.header-v1 .header-bottom > .container {
		padding-top: 15px;
	}
	
	.header-v1 .header-bottom.center-content > .container > .header-left, .header-v1 .header-bottom.center-content > .container > .header-right {
		width: 50%;
	}
	
	.header-v1 .header-bottom .logo-wrapper.visible-phone {
		display: none !important;
	}
	
	img.img-brand-or {
		max-height: 40px;
		margin-right: -10px;
	}
	
	.floating-sidebar-active .ts-sidebar-content .logo img {
		/*filter: invert(1);
    	mix-blend-mode: color-dodge;*/
		visibility: hidden;
	}
	
	.floating-sidebar-active .ts-sidebar-content .logo {
		background: url('/wp-content/uploads/logo-lorenzon.png') 0 0 no-repeat;
		background-size: 150px 54px;
	}
}

@media only screen and (max-width: 1279px) {
	.header-v1 header .logo-wrapper {
		padding: 0 10px 0 0;
		height: 60px;
	}
}

@media only screen and (min-width: 992px) {
	.header-v5 .header-bottom .shopping-cart-wrapper a > .ic-cart,
	.header-v1 .header-bottom .shopping-cart-wrapper a > .ic-cart {
		border-color: #ebeef7;
    	background: #ebeef7;
		border-width: 1px;
		border-style: solid;
		border-radius: 100%;
		text-align: center;
		width: 32px;
    	height: 32px;
	}
}

@media only screen and (min-width: 1280px) {
	.header-v5 .header-bottom .shopping-cart-wrapper a > .ic-cart,
	.header-v1 .header-bottom .shopping-cart-wrapper a > .ic-cart {
		width: 42px;
		height: 42px;
		border-color: #ebeef7;
    	background: #ebeef7;
	}
	
	.header-v5 .header-bottom .shopping-cart-wrapper a > .ic-cart::before,
	.header-v1 .header-bottom .shopping-cart-wrapper a > .ic-cart::before {
		line-height: 40px;
	}
	
	.header-v1 .header-bottom .shopping-cart-wrapper a > .ic-cart {
		border-width: 1px;
		border-style: solid;
		border-radius: 100%;
		text-align: center;
	}
	
	.header-v1 .header-bottom .shopping-cart-wrapper .cart-number {
		right: 6px;
		top: -4px;
	}
	
	.header-v1 .header-bottom .search-sidebar-icon .icon::before, .header-v1 .header-bottom .search-button .icon::before {
		line-height: 48px;
	}
}


/* TOP SECTION */

.top-section {
	background: #f6f6f5;
	text-align: center;
}

.top-section .section-content {
	padding: 50px 0;
}

.top-section .container,
.cta-section .container {
	max-width: 1196px;
	margin: 0 auto;
}

.title-page {
	color: #1e173b;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 3px;
}

.subtitle-page {
	color: #c5a085;
	font-family: 'La Belle Aurore', cursive;
	line-height: 1.3;
	padding: 40px 0 0;
}

.top-section .breadcrumb-title-wrapper.custom-breadcrumb {
	text-align: center;
	background: transparent;
	/*padding: 0 0 40px;*/
	padding: 0;
}



/* BREADCRUMB */

.breadcrumb-title-wrapper.custom-breadcrumb {
	text-align: left;
	background: #fff;
	padding: 30px 0 10px;
}

.breadcrumb-title-wrapper span.breadcrumb_last {
	color: #1e173b !important;
	font-weight: 600;
}

body.archive .breadcrumb-title-wrapper.custom-breadcrumb.no-ts {
	display: none;
}



/* PRODUCT CATALOG*/

.products .product-name, .product .price {
	font-family: Kanit;
    font-weight: 500;
	letter-spacing: 1px;
}

.products .product-name {
	/*text-transform: uppercase;*/
	font-size: 18px;
}

.products .product-sku {
	color: #1E173B;
	font-size: 14px;
}

.products .product .meta-wrapper > :first-child, .products .product-category .meta-wrapper > .category-name > :first-child, .woocommerce .products .product .meta-wrapper > :first-child {
	margin-bottom: 0;
}

.title-woo-category {
	/*text-transform: uppercase;*/
	/*color: rgba(197,160,133,1);*/
	font-weight: 500;
	letter-spacing: 2px;
	/*font-size: 40px;*/
	color: #173666;
	font-size: 35px;
	line-height: 48px;
}

.title-woo-category-h2 {
	/*text-transform: uppercase;*/
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0;
	color: rgba(197,160,133,1);
	letter-spacing: 2px;
	margin: -16px 0 16px;
}

.woocommerce .term-description, .woocommerce .page-description {
	margin-bottom: 60px;
	/*font-style: italic;*/
	font-weight: 300;
	/*font-size: 18px;*/
	line-height: 1.6;
	color: #1e173b;
}

@media only screen and (min-width: 1280px) {
	body.woocommerce #main > .page-container, .woocommerce-account #main > .page-container, body.woocommerce.archive.category #main > .page-container, #main > .page-container.container-post, .search-no-results #main > .page-container.blog-template, .woocommerce-cart #main > .page-container {
		padding-top: 50px;
	}
}

.service-ecommerce {
	border: 1px solid #d3ced2;
	margin: 50px 0;
	padding: 20px 30px;
	margin-top: 0;
}


.service-ecommerce.footer-service {
	border: 0;
	
	/*

	background: #f4ece7;
	padding: 20px 60px;
	margin-top: 0;
	*/
}



.footer-testimonials  {
  padding: 15px;

}

.service-ecommerce.footer-service .footer-testimonials:first-child{margin-left: 0}


.footer-testimonials h3{color: #151c38; font-weight: 500; font-style: italic; font-size: 22px; margin-bottom: 0}




.service-ecommerce .box-icon {
	display: inline-block;
	width: 25%;
	padding: 0 5% 0 0;
	float: left;
	max-width: 70px;
}

.service-ecommerce .box-icon img {
	max-width: 56px;
	height: auto;
}

.service-ecommerce .box-content {
	display: inline-block;
	width: 70%;
	padding: 0 0 0 5%;
	float: left;
	border-left: 2px solid #d3ced2;
    min-height: 38px;
    margin: 10px 0;
	font-family: Kanit;
    font-weight: 500;
	text-transform: uppercase;
	color: #173666;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 1.4;
}

.woocommerce.single-product .description,
.woocommerce.single-product .description-simple {
	margin-top: 50px;
}

.woocommerce.single-product .description-simple {
	margin-bottom: 60px;
}



.woocommerce.single-product .description strong:not(.nome-orologio) {
	text-transform: lowercase;

}


.title-column,
.woocommerce .upsells.products h2 {
	/*text-transform: uppercase;*/
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
	border-bottom: 3px solid #c5a085;
	padding-bottom: 10px;
}

.other-details {
	margin: 0 -10px;
}

.other-details [class*=vc_col-] {
	padding: 0 10px;
}

ul.list-details li {
	list-style: none;
	margin-bottom: 10px;
}

ul.list-details li .label {
	font-family: Kanit;
    font-weight: 500;
	/*text-transform: uppercase;*/
	color: #c5a085;
	letter-spacing: 1px;
}

ul.list-details li .value {
	color: #1e173b;
}

.woocommerce .cross-sells, .woocommerce .upsells, .woocommerce .related {
	margin-bottom: 60px;
}

.title-brand {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.title-product {
    font-weight: 500;
	text-transform: uppercase;
	color: #c5a085;
	letter-spacing: 2px;
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	margin-bottom: 8px;
}

.product-sku {
	color: #1e173b;
}

.delivery-time img {
	max-width: 26px;
	vertical-align: middle;
	margin: 0 5px 5px 0;
}

.delivery-time, 
#wrist_size_field label,
.free-engraving {
	color: #1e173b;
	font-weight: bold;
	font-size: 15px;
}

.delivery-time {
	margin-bottom: 10px;
	font-weight: normal;
}

span.underline {
	border-bottom: 1px solid;
	padding-bottom: 1px;
}

.availability {
	font-family: Kanit;
    font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
}

.availability.green {
	color: #00a312;
}

.availability.green .a-bullet {
	background: #00a312;
}

.availability.red {
	color: red;
}

.availability.red .a-bullet {
	background: red;
}

.availability.yellow {
	color: #eaa600;
}

.availability.yellow .a-bullet {
	background: #eaa600;
}

.availability .a-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	line-height: 10px;
	display: inline-block;
}

.summary .woocommerce-Price-amount.amount {
	font-family: Kanit;
	font-weight: 500;
	color: #173666;
	font-size: 26px;
	letter-spacing: 2px;
}

.summary del {
	margin-right: 10px;
}

.summary del .woocommerce-Price-amount.amount,
.summary del {
	color: rgba(149,149,149,.75);
	text-decoration: line-through;
}

.summary ins .woocommerce-Price-amount.amount {
	color: rgba(253,89,76,1);
}

.price-reserved {
	display: block;
	color: #1e173b;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
}

#wrist_size_field {
	margin-bottom: 2px;
}

#wrist_size_field label,
#wrist_size_field span.woocommerce-input-wrapper {
	width: 100%;
	display: inline-block;

}


#wrist_size_field select{border-radius: 0 !important; margin-bottom: 3px; margin-top: 10px}


.size-guide a{color: #151c38; text-transform: uppercase;}


#wrist_size_field label {
	margin-right: 10px;
}

.woocommerce form .form-row select {
	border: 1px solid #c5a085;
	border-radius: 8px;
	padding: 2px 30px 2px 10px;
	font-size: 14px;
	background-position: 95% center;
	min-height: auto;
	background-color: #fff;
    min-width: 200px;
    margin-bottom: 10px;
}

.woocommerce form .form-row select:hover {
	box-shadow: none;
}

.size-guide,
.enable-engraving,
.enable-engraving label {
	font-size: 14px;
}

.enable-engraving {
	line-height: 1.4;
}

.enable-engraving p {
	margin-bottom: 10px;
}

.woocommerce form .enable-engraving .form-row {
	margin-bottom: 15px;
}


.woocommerce div.product form.cart{margin-bottom: 0}


.woocommerce div.product form.cart button.single_add_to_cart_button {
	border-color: #2e6092;
	background-color: #2e6092;
	color: #fff;
	padding-left: 30px;
    padding-right: 30px;
	width: 100%;
	font-family: Kanit;
	font-weight: 500;
	letter-spacing: 2px;
}

.woocommerce div.product.sold-individually .summary .yith-wcwl-add-to-wishlist, .woocommerce div.product.product-type-external .summary .yith-wcwl-add-to-wishlist, .woocommerce div.product.product-type-grouped .summary .yith-wcwl-add-to-wishlist,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist {
    margin-left: 270px;
}

.woocommerce .product-simple div.product .summary .yith-wcwl-add-to-wishlist {
    margin-left: 390px;
}

.additional-guarantee {
	font-family: Kanit;
	font-weight: 500;
	color: #c5a085;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 20px;
}

.additional-guarantee img,
.gift-box img {
	max-width: 20px;
	vertical-align: middle;
	margin: 0 5px 5px 0;
}

.additional-guarantee img {
	margin-right: 2px;
}

.gift-box a {
	color: #1e173b;
    font-weight: bold;
    font-size: 14px;
}

.gift-toggle-msg {
	font-size: 14px;
	line-height: 1.4;
	padding: 6px 0 0 29px;
}

.description-simple {
	margin: 0 -10px;
}

.description-simple [class*=vc_col-] {
	padding: 0 10px;
}

.description-simple ul.list-details li {
	width: 50%;
	display: inline-block;
	float: left;
}

.crop-img {
	position: relative;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.crop-img img {
	position: absolute;
	top: -9999px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	margin: auto;
	max-width: 60px;
	width: auto;
}

.woocommerce div.product div.images-thumbnails {
	margin-bottom: 15px;
}

.related.products h2 {
	text-transform: uppercase;
    font-weight: 500;
    font-size: 20px !important;
    letter-spacing: 1px !important;
    border-bottom: 3px solid #c5a085;
    padding-bottom: 10px;
}

.woocommerce.single-product .description span.hl, .woocommerce.single-product .description-simple span.hl {
	font-weight: bold;
}

.woocommerce table.shop_table th {
    font-size: 90%;
}

.woocommerce-checkout .woocommerce ul#shipping_method li label {
	float: right;
}

@media only screen and (min-width: 1280px) {
	.woocommerce-checkout #main > .page-container, .archive #main > .page-container.archive-template, .page-template-default #main > .page-container:not(.no-sidebar), body.single-post #main > .page-container, #main > .page-container.blog-template {
		padding-top: 30px;
	}
}

.woocommerce div.product div.summary {
    margin-top: 50px;
}

.page-id-23063 #main > .page-container {
	padding-bottom: 100px;
}

.min-h-360 {
	min-height: 360px;
}

.product-cart-sku {
	font-size: 75%;
	line-height: 1.4;
	opacity: .75;
}

body.woocommerce-checkout .product-cart-sku,
body.woocommerce-checkout .product-cart-extras {
	padding-left: 27px;
}

.other-payment {
	color: #1e173b;
    /*font-weight: bold;*/
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;

}

.other-payment div{text-align: left}



.soisy-payment img {
	max-width: 70px;
	height: auto;
	width: 100%;
	margin-top: 4px;
	margin-left: 22px;
}

.klarna-payment img {
	max-width: 70px;
	height: auto;
	width: 100%;
	margin-top: 0;
	margin-left: 0;
}

.pagolight-payment img {
	height: auto;
	width: 100%;
	margin-top: 6px;
	margin-left: 0;
	max-width: 70px;
}




.products-subctg {
    margin: 0 -10px;
    clear: both;
}

.woocommerce.columns-3 .products-subctg .product, .woocommerce.columns-3 .products-subctg .product.product-category {
    width: 33.3333333333%;
}

.woocommerce .ts-shortcode .products-subctg .product {
    margin: 0 0 30px 0;
}

.woocommerce .products-subctg .product {
    margin: 0 0 40px 0;
    padding: 0 10px;
    position: relative;
    float: left;
}

.woocommerce .products-subctg .product .product-wrapper {
    position: relative;
    max-width: 100%;
    height: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.woocommerce .products-subctg .product a img {
    margin: 0;
    box-shadow: none;
    width: 100% !important;
}

.products-subctg .product.product-category img {
    transition: 600ms ease 0s;
    position: relative;
    z-index: 0;
}

.products-subctg .product-wrapper .meta-wrapper {
        text-align: center !important;
        padding-top: 10px;

}

.products-subctg .product .product-wrapper:after {
    display: table;
    clear: both;
    content: "";
}

.ts-shortcode.ts-product:not(.text-center) .products-subctg .product .meta-wrapper > * {
    margin-left: 0;
    text-align: inherit;
}

.products-subctg .product .meta-wrapper > :first-child, .products-subctg .product-category .meta-wrapper > .category-name > :first-child, .woocommerce .products-subctg .product .meta-wrapper > :first-child {
    margin-bottom: 0;
}

.products-subctg .product .meta-wrapper > *, .products-subctg .product-category .meta-wrapper > .category-name > *, .woocommerce .products-subctg .product .meta-wrapper > * {
    line-height: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.products-subctg .product .meta-wrapper > :first-child, .products-subctg .product-category .meta-wrapper > .category-name > :first-child, .woocommerce .products-subctg .product .meta-wrapper > :first-child {
    width: 100%;
    font-size: 20px;
 
}

.products-subctg .product .meta-wrapper > *, .products-subctg .product-category .meta-wrapper > .category-name > *, .woocommerce .products-subctg .product .meta-wrapper > * {
    line-height: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.products-subctg .heading-title {
    font-weight: 500;
}

.products-subctg .product .meta-wrapper a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.products-subctg .product-category .meta-wrapper > .category-name > p {
    min-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.woocommerce .product figure img:first-child { 
    z-index: 4;
}





/* INDEX */

.ts-product-brand-wrapper .owl-carousel .owl-item img {
	max-width: 300px;
	height: auto;
	margin: 0 auto;
}

.ts-blogs-wrapper .blogs.items article {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}



/* MARCHI */

.single-portfolio .portfolio-content .ts-heading {
	margin-bottom: 10px;
}

.single-portfolio .portfolio-content .wpb_content_element {
	margin-bottom: 80px;
}

.single-ts_portfolio .pp_pic_holder,
.single-ts_portfolio .pp_hoverContainer {
    position: absolute;
}

.single-ts_portfolio .pp_pic_holder,
.single-ts_portfolio .pp_fade {
    display: none;
}

.single-ts_portfolio .pp_hoverContainer {
    display: none!important;
    top: 0;
    width: 100%;
    z-index: 2000;
}




/* CTA SECTION */

.cta-section {
	background: #fff;
	text-align: center;
	border-top: 1px solid #c5a085;
}

.cta-section .section-content {
	padding: 100px 0;
}

.title-cta {
	color: #c5a085;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.content-cta {
	color: #999999;
	font-family: 'La Belle Aurore', cursive;
	line-height: 1.3;
	font-size: 34px;
    letter-spacing: 0.5px;
	max-width: 1000px;
	margin: 0 auto;
}

.btn.btn-cta {
	background: #c5a085;
	color: #fff;
	padding: 12px 60px;
	text-transform: uppercase;
	font-family: Kanit;
    font-weight: 500;
	letter-spacing: 2px;
}

.btn.btn-cta:hover {
	text-decoration: none;
	background: #A37D62;
}




/* FOOTER */

.footer-container {
	font-size: 14px;
}

.footer-container .vc_custom_heading, .footer-container .vc_col-sm-4 .widget-container.mailchimp-subscription .widget-title {
	font-family: Kanit;
    font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-size: 17px;
}

.footer-container ul.menu li {
	margin: 0 0 3px 0;
    padding: 0;
    border: 0;
}

.logo-footer img {
	max-width: 140px;
	height: auto;
}

.mailchimp-subscription .mc4wp-success {
	color: #fff;
}

.mc4wp-form-fields .subscribe-email input[type="email"] {
	color: rgba(155,155,155,1);
}

.mc4wp-response {
	margin-top: 10px;
}



/* STYLE */

.brand-mw img {
	max-width: 200px;
	height: auto;
}

.single-ts_portfolio .custom-breadcrumb.no-ts {
	display: none;
}

#group-icon-header .ts-sidebar-content {
	background-color: #173666 !important;
}

body.error404 .fullwidth-template {
	background: none;
}

.social-row .social-icons {
	text-align: center;
}

.ts-heading.title-center {
	margin-bottom: 30px;
}

.style-heading-line-under.short-line .heading:after, .style-heading-line-under.short-line .widgettitle:after {
    border-width: 5px 0 0 0;
}

.ts-header .menu-wrapper nav > ul li ul.sub-menu .ts-megamenu-widgets-container li {
	line-height: 18px;
}

.btn.btn-menu {
	background: transparent;
	border: 1px solid #c5a085;
	padding: 8px 20px;
	font-size: 14px;
	color: #c5a085 !important;
}

.btn.btn-menu:hover {
	background: #c5a085;
	border: 1px solid #c5a085;
	color: #fff !important;
}

.end-footer strong {
	color: #fff;
}

.featured-menu {
	background: #fff;
	border: 1px solid #173666;
	text-align: center;
}

.ts-header .ts-megamenu-widgets-container .featured-menu h2.widgettitle {
	font-weight: 700;
	font-size: 14px;
	color: #173666;
	display: block;
}

.ts-header .ts-megamenu-widgets-container .featured-menu .product_list_widget .ts-wg-thumbnail {
	width: 100%;
    padding: 0;
    display: block;
    max-width: 150px;
    margin: 0 auto 10px;
}

.ts-header .ts-megamenu-widgets-container .featured-menu .product_list_widget .ts-wg-meta {
	display: block;
    margin: 0;
    text-align: center;
}

.ts-header .ts-megamenu-widgets-container .featured-menu .product_list_widget .ts-wg-meta a {
	margin-bottom: 5px;
	font-size: 16px;
}

.ts-header .ts-megamenu-widgets-container .featured-menu .product_list_widget .ts-wg-thumbnail::after {
    width: 100%;
}

.ts-header .ts-megamenu-widgets-container .featured-menu .product_list_widget li {
	padding: 0;
}

.featured-brands {
	background: #fff;
	border: 1px solid #173666;
}

.ts-header .ts-megamenu-widgets-container .featured-brands h2.widgettitle {
	color: #173666;
	margin-top: 0 !important;
}

button.all-watch a {
	transition: none;
}

button.all-watch:hover a {
	color: #fff;
}

.single-ts_portfolio #main > .page-container.container-post {
	padding-bottom: 50px;
}

.page-id-23063.logged-out #main-content,
.page-id-54.logged-out #main-content {
	max-width: 600px;
	margin: 0 auto;
	display: block;
	float: none;
}

p.privacy label,
label.woocommerce-form-login__rememberme {
	font-size: 14px;
}

.featured-menu .textwidget {
	color: #173666;
	text-transform: none;
}

.product-cart-extras,
.shopping-cart-wrapper li .cart-item-wrapper .product-cart-extras small {
	line-height: 1.4;
	margin-top: 5px;
	opacity: .8;
}

.shopping-cart-wrapper li .cart-item-wrapper .product-cart-extras small {
	line-height: 1.2;
}

.product-cart-extras small {
	display: block;
}

article ul li a {
	color: rgba(197,160,133,1);
}

@-moz-keyframes spin{
	to { transform: rotate(-360deg); }
}
@-webkit-keyframes spin{
  to { transform: rotate(-360deg); }
}
@keyframes spin{
  to { transform: rotate(-360deg); }
}

.search-content.loading + .search-button {
	transform: rotateY(180deg);
}

.button.btn-reg {
	background-color: rgba(197,160,133,1) !important;
    color: #fff !important;
	display: block !important;
}

.button.btn-reg:hover {
	background-color: #fff !important;
    color: rgba(197,160,133,1) !important;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive table {
    min-width: 700px;
}



/* ALERT WC */

.alert-reg-wc {
	border-bottom: 1px solid rgb(215,215,215);
    padding: 15px 0;
    color: #111111;
	margin-bottom: 25px;
}

.btn.btn-alert {
	background: #c5a085;
    color: #fff;
    text-transform: uppercase;
    font-family: Kanit;
    font-weight: 500;
    letter-spacing: 1px;
	padding: 5px 20px;
    font-size: 12px;
    margin-left: 10px;
}

.btn.btn-alert:hover {
    text-decoration: none;
    background: #A37D62;
}





/* UPDATE 11/2020 */

.price-row {
	text-align: center;
}

.price-row .label {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.price-row small {
	margin-left: 5px;
}

.price-row del {
	margin-right: 0;
	text-decoration: none;
}

.price-row .discount {
	font-family: Kanit;
    font-weight: 500;
    color: #173666;
    font-size: 28px;
    letter-spacing: 2px;
	display: block;
}

.price-row a {
	font-weight: bold;
	text-decoration: underline;
}

.price-row .label-vat {
	display: block;
	line-height: 1;
}

.lg-modal-content {
	max-width: 600px;
}

.lg-modal-content input[type="email"] {
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	padding: 0 10px;
	margin-bottom: 10px;
	color: #333;
}

html input:focus:invalid:focus {
    color: #333;
}

.lg-modal-content .privacy-policy-text {
	line-height: 1.2;
	margin-top: 10px;
}

.single-product .title-brand {
    color: #c5a085;
	font-size: 16px;
    letter-spacing: 2px;
}

.single-product .title-product {
	color: #173666;
	text-transform: none;
	font-size: 32px;
}

.availability {
    font-size: 13px;
	font-weight: 400;
}

.availability .a-bullet {
    width: 8px;
    height: 8px;
}

.boxed-option {
	background: #F0F0F0;
	padding: 20px 30px;
	margin-bottom: 20px;
}

#wrist_size_field.boxed-option {
	margin-bottom: 15px;
}

.boxed-option select {
    border: 1px solid #c5a085;
    border-radius: 8px;
    padding: 2px 30px 2px 10px;
    font-size: 14px;
    background-position: 90% center;
    min-height: auto;
	display: block;
}

.boxed-option p {
	color: #1e173b;
    font-size: 14px;
	line-height: 1.4;
	margin-bottom: 15px;
}

a.link-option {
	color: #1e173b;
	margin-bottom: 10px;
	text-decoration: underline;
	display: inline-block;
}

.free-engraving.no-bold {
	font-weight: normal;
}

.clearfix {
    clear: both;
    min-height: 1px;
    width: 100%;
    position: relative;
    margin-bottom: -1px;
}

.additional-features {
    font-family: Kanit;
    font-weight: 400;
    color: #1e173b;
    letter-spacing: 1.5px;
    font-size: 15px;
    margin-bottom: 20px;
}

.additional-features a {
	color: #1e173b;
	text-decoration: underline;
}

.additional-features img {
	max-width: 20px;
    vertical-align: middle;
    margin: 0 8px 5px 0;
}

.additional-features ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.additional-features ul li::marker {
	content: none;
}

.additional-features ul li {
	padding: 2px 0;
	list-style: none;
}

.short-desc, .product-desc {
	color: #1e173b;
}

.short-desc {
	font-size: 15px;
}

body.woocommerce.single-product #main > .page-container {
	padding-top: 30px;
}

.woocommerce div.product div.summary {
    margin-top: 0;
}

.separator {
	width: 100%;
	display: block;
	height: 2px;
	background: #ddd;
	margin: 25px 0;
}

.l-popup {
	font-family: 'Kanit', sans-serif;
	color: #173666;
	font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
}

.woocommerce div.product.outofstock .summary a.compare, .woocommerce div.product.outofstock .summary .yith-wcwl-add-to-wishlist {
    margin-top: -76px !important;
    margin-left: 300px !important;
}

.ts-header nav li {
    text-transform: none;
}

footer .wpb_single_image .vc_figure-caption {
    margin-top: 0;
    display: inline-block;
    margin-left: 10px;
}




/* RESPONSIVE */

@media (max-width: 1279px) {
	.service-ecommerce.s-category {
		margin-top: 50px;
	}

}

@media (max-width: 1199px) {
	
	.ts-header .menu-wrapper nav > ul > li {
		font-size: 12px;
		margin: 0 18px 0 0;
	}
	
	.ts-header .my-wishlist-wrapper {
		display: none;
	}
	
	.service-ecommerce.s-category .vc_col-md-3 {
		width: 50%;
		float: left;
	}
	
	.no-1200 {
		display: none;
	}
	
	.service-ecommerce.s-single .vc_col-md-3 {
		width: 33.33333333%;
		float: left;
	}
	
	.up-sells .products .product, .related .products .product {
		width: 33.33%;
	}
}

@media (max-width: 991px) {
	
	#group-icon-header .ts-sidebar-content .group-button-header a,
	.ts-floating-sidebar.active .close {
		color: #fff;
	}
	
	#ts-search-sidebar.ts-floating-sidebar.active .close {
		color: #555;
	}
	
	.group-button-header .my-account-wrapper .account-control {
		color: #fff;
	}
	
	.title-woo-category, .title-page {
		font-size: 32px;
	}
	
	.woocommerce .term-description, .woocommerce .page-description {
		font-size: 14px;
	}
	
	.content-cta {
		font-size: 28px;
	}
	
	.title-cta {
		font-size: 26px;
	}
	
	.header-v1 .header-middle .header-currency, .header-v1 .header-middle .header-language, .header-v1 .header-middle .my-wishlist-wrapper, .header-v1 .header-middle .my-account-wrapper {
		display: none;
	}
	
	.no-992 {
		display: none;
	}
	
	.service-ecommerce.s-single .vc_col-md-3,
	.service-ecommerce.footer-service .vc_col-sm-4 {
		width: 50%;
		float: left;
	}
	
	.up-sells .products .product, .related .products .product {
		width: 50%;
	}
    
    .woocommerce.columns-3 .products-subctg .product, .woocommerce.columns-3 .products-subctg .product.product-category {
        width: 50%;
    }
    
    .woocommerce .columns-3 .products-subctg .product:nth-child(2n+1), .woocommerce.columns-3 .products-subctg .product:nth-child(2n+1) {
        clear: both;
        float: left;
    }

}

@media (max-width: 767px) {
	
	.topbar {
		display: none;
	}
	
	.single-portfolio .thumbnail, .single-portfolio .entry-content {
		width: 100%;
		float: none;
	}
	
	.single-portfolio .entry-content {
		padding-left: 0;
		padding-top: 30px;
	}
	
	.service-ecommerce .box-icon img {
		max-height: 46px;
		width: auto;
		vertical-align: text-top;
	}
	
	.min-h-360 {
		min-height: inherit;
	}
	
	.other-details [class*=vc_col-] {
		margin-bottom: 50px;
	}
	
}

@media (max-width: 679px) {
	
	.service-ecommerce.s-category .vc_col-md-3,
	.service-ecommerce.s-single .vc_col-md-3,
	.service-ecommerce.footer-service .vc_col-sm-4 {
		width: 100%;
	}
}

@media (max-width: 649px) {
	
	.up-sells .products .product, .related .products .product {
		width: 100%;
	}
}

@media (max-width: 575px) {
	
	.title-product {
		font-size: 32px;
		line-height: 36px;
	}
	
	.woocommerce div.product form.cart .button {
		margin-bottom: 0;
	}
	
	.price-row {
		font-size: 90%;
	}
	
	.price-row .woocommerce-Price-amount.amount,
	.price-row .discount {
		font-size: 24px;
		letter-spacing: 1.5px;
	}
	
	body.woocommerce.single-product #main > .page-container {
		padding-top: 15px;
	}
	
}

@media (max-width: 480px) {
	
	.content-cta {
		font-size: 26px;
	}
    
    #main-content .woocommerce.columns-3 .products-subctg .product {
        width: 100%;
        float: none;
        clear: both;
    }
}

.woocommerce table.cart td.actions .coupon label{text-align: left}


.woocommerce table.cart td.actions .coupon .button {
    position: relative !important;
    width: 100%;
    text-align: left;
	padding-top: 16px;
}




.woocommerce div.product div.images-thumbnails {
    width: 60%;
}

.woocommerce div.product div.summary {
    width: 40%;
    text-align: center;
    padding: 0 4em;
}




@media (max-width: 991px) {

.woocommerce div.product div.images-thumbnails, .woocommerce div.product div.summary{width: 100%}

}

.woocommerce div.product div.summary {
   
}

.woocommerce div.product .summary a.compare, .woocommerce div.product .summary .yith-wcwl-add-to-wishlist {
 
    float: none;
   
}


.single-product .vc_toggle{margin-bottom:12px; border-bottom: 1px solid #c5a085; padding-top: 20px;}


.single-product .vc_toggle_size_md.vc_toggle_default .vc_toggle_title{background: white;}


.single-product .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon{background: white;}

.single-product .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before{color:#c5a085; font-weight: 900}

.single-product .vc_toggle_size_md.vc_toggle_default .vc_toggle_content ul.list-details {
    column-count: 2;
        margin-top: 10px;
}




	.single-product .vc_toggle_size_md.vc_toggle_default .vc_toggle_content ul.list-details {
    column-count: 1;

}

	}

.single-ts_portfolio .product-wrapper{text-align: center;}

.single-ts_portfolio .meta-wrapper .short-description, .single-ts_portfolio .meta-wrapper .product-categories{display: none !important;}



@media only screen and (max-width: 991px) {
    .nav-middle .owl-carousel .owl-nav, .woocommerce .upsells .owl-carousel .owl-nav, .woocommerce .related .owl-carousel .owl-nav, .woocommerce .cross-sells .owl-carousel .owl-nav {
        display: block;
    }

    .nav-middle .products.owl-carousel .owl-nav > div, .ts-portfolio-wrapper.nav-middle .owl-carousel .owl-nav > div {
    top: auto;
    bottom: -50px;
}

    .nav-middle .owl-carousel .owl-nav > .owl-prev {
        left: -10px;
    }

    .nav-middle .owl-carousel .owl-nav > .owl-next {
        right: -10px;
    }


    .owl-nav > div:before, .prev-button:before, .next-button:before {
    font-size: 25px;
    line-height: inherit;
}


}



@media only screen and (max-width: 480px) {


	#main-content .woocommerce.columns-4 .products .product{width: 49% !important;         display: inline-block;}

	.meta-wrapper .product-group-button-meta .loop-add-to-cart{display: none !important;}


	.ult-tabto-accordion dd>.ult-tabto-acontent {
    font-size: 1em;
    padding: 1em 0em;
}

.ult-tabto-accordion .ult-tabto-accordionItem {

    width: 100%;
}

span.ult-span-text {
        font-weight: 400;
        font-size: 1.7em !important;
    
    }

}



.home-brand-slider .slick-slide img {
    display: block;
    margin: 0 auto;
}


#footerpagolight{display:none !important}


.single-post #content{max-width:1200px; width:80%; margin: 0 auto}


body.single.single-post .page-container.has-thumbnail #main-content{margin-top:0}

@media only screen and (max-width: 767px) {

	.single-post #content{max-width:100% !important; width: 100%}
	
}
