/*==================================================================================================================================================================
  WORDPRESS CORE
================================================================================================================================================================== */

	*{	outline:none !important;
	}
	a{
		transition: all 0.50s ease 0s;
	}
	a:hover{
		text-decoration:none;
	}
	.alignnone{
		margin:5px 20px 20px 0;
	}
	.aligncenter, div.aligncenter{
		display:block;
		margin:5px auto;
	}
	.alignright{
		float:right;
		margin:5px 0 20px 20px;
	}
	.alignleft{
		float:left;
		margin:5px 20px 20px 0;
	}
	.aligncenter{
		display:block;
		margin:5px auto;
	}
	a img.alignright{
		float:right;
		margin:5px 0 20px 20px;
	}
	a img.alignnone{
		margin:5px 20px 20px 0;
	}
	a img.alignleft{
		float:left;
		margin:5px 20px 20px 0;
	}
	a img.aligncenter{
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	.wp-caption{
		background:#fff;
		border:1px solid #f0f0f0;
		max-width:96%;
		padding:5px 3px 10px;
		text-align:center;
	}
	.wp-caption.alignnone{
		margin:5px 20px 20px 0;
	}
	.wp-caption.alignleft{
		margin:5px 20px 20px 0;
	}
	.wp-caption.alignright{
		margin:5px 0 20px 20px;
	}
	.wp-caption img{
		border:0 none;
		height:auto;
		margin:0;
		max-width:98.5%;
		padding:0;
		width:auto;
	}
	.wp-caption p.wp-caption-text{
		font-size:11px;
		line-height:17px;
		margin:0;
		padding:0 4px 5px;
	}
	img.wp-smiley{
		vertical-align:middle;
	}
	.gallery{
		margin:0 auto 18px;
	}
	.gallery .gallery-item{
		float:left;
		margin-top:0;
		text-align:center;
		width:155px;
	}
	.gallery img{
		border:1px solid #ddd;
	}
	.gallery .gallery-caption{
		font-size:12px;
		margin:0 0 12px;
	}
	.gallery dl{
		margin:0;
	}
	.gallery br+br{
		display:none;
	}
	.attachment-gallery img{
		background:#fff;
		border:1px solid #f0f0f0;
		display:block;
		height:auto;
		margin:15px auto;
		max-width:96%;
		padding:5px;
		width:auto;
	}
	.gallery-meta .full-size, .gallery-meta .aperture,
	.gallery-meta .focal-length,
	.gallery-meta .iso,
	.gallery-meta .shutter,
	.gallery-meta .camera{		display:block;
	}
	.rcwd_clearfloat,
	.clearfloat{				clear:both;
								display:block;
								height:0;
								overflow:hidden;
								margin:0;
								padding:0;
								float:none;
	}
	
/*==================================================================================================================================================================
  BODY
  ==================================================================================================================================================================*/

	html{	position: relative;
  			min-height: 100%;
	}  
	#wrap{	
	}
	img{	border: 0;
			display: inline-block;
			height: auto;
			max-width: 100%;
	}
	.clearboth{	display: block;  
				margin: 0;  
				padding: 0;  
				clear: both;  
	}
	code{				font-size: 80%;
	}
	.spacer10{			margin-top: 10px;
	}
	.spacer25{			margin-top: 25px;
	}
	.pull-right-head{	float:right;
	}
	.sticky{			padding: 15px;
						border-style: solid;
						border-width: 2px;
						border-color: #B2AFE8;
						border-radius: 5px;
	}
	.form-submit input#submit{
	  display: inline-block;
	  padding: 7px 12px;
	  margin-bottom: 0;
	  font-size: 14px;
	  font-weight: normal;
	  line-height: 1.428571429;
	  font-weight:300;
	  text-align: center;
	  white-space: nowrap;
	  vertical-align: middle;
	  cursor: pointer;
	  border: 0px solid transparent;
	  border-radius: 3px;
	  -webkit-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
		   -o-user-select: none;
			  user-select: none;
		  color: #FFFFFF;
	  background-color: #b2afe8;
	  border-color: #908dbd;
	}
	
/*==================================================================================================================================================================
  HEADER
  ==================================================================================================================================================================*/
  
	.navbar-fixed-top{ 
		top: 0px; 
	}
	body.admin-bar .navbar-fixed-top{ 
		top: 28px !important; 
		}
	div#logo{
		padding:5px 15px 5px 0;
		margin-left:0px;
	}
	.navbar-search{
		float:right;
		padding: 13px 0;
		max-width:290px;
		margin-right:-15px;
	}
	.social-icons-top{
		padding: 14px 0;
		float:left;
		margin: 0 15px;
	
	
	}
	.navbar-brand{
		float: left;
		font-size: 18px;
		line-height: 20px;
		padding: 5px;
	}
	.symbol, a.symbol:before{
		font-family: 'Mono Social Icons Font';
		font-size: 22px;
		margin: 2px;
		-webkit-text-rendering: optimizeLegibility;
		-moz-text-rendering: optimizeLegibility;
		-ms-text-rendering: optimizeLegibility;
		-o-text-rendering: optimizeLegibility;
		text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
		-ms-font-smoothing: antialiased;
		-o-font-smoothing: antialiased;
		font-smoothing: antialiased;
	}
	a.symbol:before{
		content: attr(title);
		margin-right: 0.3em;
		font-size: 130%;
	}	
	#topnav {
		padding: .4rem 0;
		background: #ccc;
	}
	#navbar-wrapper{
		background:#eee;
	}
	#therealnavbar-overlay{
		display:none;
	}
	
/*==================================================================================================================================================================
  CONTENT
  ==================================================================================================================================================================*/
  
	.entry-thumbnail{	margin:25px auto;
	}
	.navigation{		padding: 10px;
	}
	.post{				margin-bottom: 25px;
	}

/*==================================================================================================================================================================
  WIDGETS
  ==================================================================================================================================================================*/

	.main-widget{
		background-color:#F3F3F3;
		padding:30px;
		font-size:88px;
		color:#908DBD;
		transition: all 0.50s ease 0s;
	}
	.main-widget:hover{
		background-color:#908DBD;
		padding:30px;
		font-size:98px;
		color:#FFF;
	}
	
	
	#widgets{
		margin-bottom:20px;
	}
	
	.home-widgets{
		padding-top: 25px;
		padding-bottom: 25px;
	
	}
	#widgets a{
		display:inline-block;
		text-decoration:none;
	}
	
	#widgets ul, #widgets .textwidget, #widgets .tagcloud, #widgets #searchform, #widgets #calendar_wrap{
		font-size:13px;
		margin:0 0 0px;
		padding:00px 0 10px 0;
		list-style-type: none;
	}
	
	#widgets ul li{	
		border-bottom:1px solid #EEEEEE;
		padding: 8px 2px;
	}
	
	#widgets ul li a{
		padding: 8px 2px;
		margin-left:0px;	
		transition: all 0.5s ease 0s;
		display:inline;
		text-decoration:none;
	}
	#widgets ul li a:hover{
		margin-left:10px;
		display:inline;
		text-decoration:none;
	}
	
	#widgets .widget-title img{
		float:right;
		height:11px;
		position:relative;
		top:4px;
		width:11px;
	}
	
	#widgets .rss-date{
		line-height:18px;
		padding:6px 12px;
	}
	
	#widgets .rssSummary{
		padding:10px;
	}
	
	#widgets cite{
		font-style:normal;
		line-height:18px;
		padding:6px 12px;
	}
	
	#widgets .textwidget, #widgets .tagcloud{
		display:block;
		line-height:1.5em;
		margin:0 0 20px;
		word-wrap:break-word;
	}
	
	#widgets .textwidget a{	
	}
	
	#widgets ul .children{
		border:none;
		margin:0;
		padding:0;
	}
	
	#widgets .author{
		font-weight:700;
		padding-top:4px;
	}
	
	.widget_archive select, #cat{
		display:block;
		margin:20px 15px 0;
	}
	
	.widget-title, .widget-title-home h3{
		display:block;
		font-size:20px;
		font-weight:300;
		line-height:24px;
		margin:10px 0;
		border-bottom:1px solid #EEEEEE;
		padding:10px 0;
		text-align:left;
	}
	
	.home .widget-title-home h3{
		border-bottom:none;
		display:block;
		font-size:24px;
		font-weight:700;
		line-height:23px;
		margin:0;
		padding:20px 20px 0 20px;
		text-align:left;
		border: none;
	}
	
	.widget-title a{
		border-bottom:none;
		padding:0!important;
	}
	
	.title-404{
		color:#933;
	}
	/* MARKETING CONTENT */
	
	.jumbotron p{
		text-align:justify;
	}
	/* Center align the text within the three columns below the carousel */
	.marketing .col-lg-4{
		margin-bottom: 20px;
		text-align: center;
	}

/*==================================================================================================================================================================
  FOOTER
  ==================================================================================================================================================================*/
 
	#footer-wrapper{		position: relative;
							padding-top: 2rem;
							background-color:#f3f3f3;
	}  
	#footer-wrapper > .container{	padding-left: 15px;
	  								padding-right: 15px;
	}
	#footer{				padding: 10px 0 10px 0;
	}
	.footer-menu{			margin-left:0;
							padding:15px 0 15px 0;
	}
	.footer-menu li{		display:inline-block;
							list-style-type:none;
	}
	.footer-menu li a{		border-left:1px solid #404040;
							padding: 0 8px;
	}
	.footer-menu > li:first-child > a{	border-left:none;
										padding:0 8px 0 0;
	}
	.copyright,
	.scroll-top,
	.powered{				padding-top:10px;
							padding-bottom:10px;
	}
	.copyright{				text-align:left;
	}
	.scroll-top{			text-align: center;
	}
	.powered{				text-align:right;
	}
	#sub-footer-wrapper{
		margin-top: 1rem;
		padding: .5rem;
		background: #ccc;
		text-align: center;
		letter-spacing: 1px;
	}
	
/*==================================================================================================================================================================
  BOOTSTRAP EXTRAS
  ==================================================================================================================================================================*/
	/* CUSTOMIZE THE CAROUSEL */.home-button-container{	max-width:300px;	margin:0 auto;}/* Carousel base class */.carousel{	margin-bottom: 60px;  /* Negative margin to pull up carousel. 115px is roughly margins and height of navbar. */	margin-top:-10px;}/* Since positioning the image, we need to help out the caption */.carousel-caption{	z-index: 10;	padding-bottom: 60px;	width: 100%;	left: 0%;	right: 0%;	 padding-top: 15%;}div.carousel-caption h1{	font-size:90px;	/*text-transform:uppercase;*/	font-weight:700;}div.carousel-caption h2{	font-size:30px;	margin-top: 30px;}/* Declare heights because of positioning of img element */.carousel .item{	height: 420px;	background-color: #777;}.carousel-inner > .item > img{	position: absolute;	top: 0;	left: 0;	min-width: 100%;	height: 500px;}.carousel-control{	z-index: 100;}/* FEATURETTES */.featurette-divider{	margin: 80px 0; /* Space out the Bootstrap <hr> more */}/* Thin out the marketing headings */.featurette-heading{	font-weight: 300;	line-height: 1;	letter-spacing: -1px;}.lead{	font-size: 21px;	text-align:justify;}/* SECTIONS */.sections{	color: #ffffff;}.section{	border-radius: 0;	border-top-color: #FFFFFF;	border-top-style: solid;	border-top-width: 1px;	padding-bottom: 20px;	padding-left: 20px;	padding-right: 20px;	padding-top: 20px;	text-align: center;	color: #ffffff;}
.dropdown-menu li{	list-style: none;}body .breadcrumb > li + li::before{content: "";padding:0;}.breadcrumb .divider{display:inline-block;padding:0 5px; color:#ccc}
/*==================================================================================================================================================================
  MEDIA QUERIES
================================================================================================================================================================== */
	
	@media screen and (max-width: 480px){
	
		.carousel-caption{
			z-index: 10;
			padding:50px 10px 50px 10px;
			width: 100%;	
		}		
		div#portfolio-wrapper ul#portfolio-list.thumbnails div.item{		width:100%;	
		}	
		div#portfolio-wrapper ul#portfolio-list.thumbnails div.item div.thumb a img.attachment-post-thumbnail{		width:100%;
			height:auto;	
		}
	
	}
	
	@media (min-width: 768px){
		
		/* Remove the edge padding needed for mobile */	
		.marketing{				padding-left: 0;
								
								padding-right: 0;
		}	  /* Bump up size of carousel content */	
		.carousel-caption p{	margin-bottom: 20px;
								font-size: 21px;
								line-height: 1.4;
		}	
		.featurette-heading{	font-size: 40px;
		}	
		.social-icons{			margin-top: 10px;
								margin-bottom: 10px;
		}
		
	}
		
	@media (min-width: 992px){
		
		.featurette-heading{		margin-top: 50px;
		}
		.social-icons{
			margin-top: 10px;
			margin-bottom: 10px;
			float:right;
		}
	
	}
	
	@media screen and (max-width: 767px){
		
		div#logo{
			padding:5px 15px 5px 15px;
			margin-left:0px;
		}
		.navbar-search{
			float:none;
			padding: 10px 0;
			max-width:100%;
			border-top:1px solid #EEEEEE ;
		}
		.social-icons-top{
			padding: 14px 0 0 0;
			float:left;
			margin: 0 15px 0 0px;
		}
		.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
			display: inline-block;
			left: 10px;
			right: 10px;
			position: absolute;
			top: 50%;
			z-index: 5;
		}
		.home-button-container{
			margin: 50px auto 0 auto;
			padding:0px 40px 0px 40px;
			width:100%;
		}
		.footer-menu,
		.copyright,
		.scroll-top,
		.powered{
			text-align: center;
		}
		.pull-right-head{
			float:none;
		}
		div.carousel-caption h1{
			font-size:40px;
		}
		
		.social-icons{
			margin-top: 10px;
			margin-bottom: 10px;
			text-align:center;
		}
		
		.social-icons a:hover{
			text-decoration: none;
		}
		
		.hero_img{
			max-width: 100%;
			max-height: 250px;
		}
	
	}

/*==================================================================================================================================================================
  CUSTOM
================================================================================================================================================================== */

	/* BOOTSTRAP 4 _________________________________________________________________________________________________________________________ */

		body .modal-backdrop.show {
			opacity: .8;
		}
		
	/* BXSLIDER _________________________________________________________________________________________________________________________ */

		body .bx-wrapper{				margin: 0 auto;
		}
		body .bx-wrapper .bx-viewport{	left: 0;
										border: 0;
										-moz-box-shadow: 	0;
										-webkit-box-shadow: 0;
										box-shadow: 		none;
			
		}
		body .bx-wrapper .bx-pager,
		body .bx-wrapper .bx-controls-auto{	 bottom: 0;
		}
		
	/* OWL CAROUSEL _________________________________________________________________________________________________________________________ */

		body .owl-theme .owl-nav{
			position: absolute;
			top: 46%;
			left: 0;
			width: 100%;
			margin:0;
		}	
		body .owl-theme .owl-nav [class*="owl-"]{
			position:absolute;
			top:0;
			width:35px;
			height:35px;
			overflow:hidden;
			background: rgba( 255, 255, 255, .3 );
			border-radius: 50%;
			color: #fff;
			font-size: 17px;
			line-height:1.7rem;
		}	
		body .owl-theme .owl-nav [class*="owl-"]:hover{
			background: rgba( 255, 255, 255, .5 );
		}
		body .owl-theme .owl-nav  .owl-prev{
			left:0;
		}
		body .owl-theme .owl-nav  .owl-next{
			right:0;
		}

	/* MODAL SEARCH ----- */
	
		#modal-search .modal-dialog{
			font-size:.8rem;		
		}
		#modal-search-footer{
			padding:15px 0;
			text-align:center;
		}
		#modal-search-footer button{
			margin:0 .5rem;
			font-size:.8rem;
		}		
		#modal-search-footer .btn-primary{
			background-color: #999;
			border-color: #999;
		}		
		#modal-search-found{
			margin: 10px auto 25px;
			text-align: center;
		}
		#modal-search-found span{
			font-size: 16px;
			font-weight: bold;
		}	
		#modal-search-results{
			padding:0 15px;
		}
		#modal-search-list li{
			padding:8px 0;
			border-bottom:1px dashed #ccc;
		}
		#modal-search-list li:last-child{
			border-bottom:none;
		}	
		#modal-search-list li a{
			color:#000;
		}		
		#modal-search-loading{
			padding:50px 0;
			text-align:center;
			color:#ccc;
		}	
		
	/* GRAVITY FORMS ____________________________________________________________________________________________________________________ */	

		body .gform_wrapper .gform_heading {
			display: none;
		}	
		body .gform_wrapper ul.gform_fields li.gfield {
			margin-top: 5px;
			font-size:.8em;
		}	
		body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
		body .gform_wrapper textarea{
			padding:6px 8px;
			border: 1px solid #daba4f;
			border-radius:0;
		}
		body .gform_wrapper textarea {
			height: 150px !important;
			margin-top: 12px;
		}	
		body .gform_wrapper li.hidden_label input[type="checkbox"] {
			margin: 2px 10px 0 0;
			vertical-align: top;
		}
		.gform_wrapper .ginput_container_consent label{
			display: -moz-inline-stack;
			display: inline-block;
			padding: 0;
			width: auto;
			line-height: 1.5;
			vertical-align: middle;
			max-width: 85%;
			white-space: normal;
		}
		body .gform_wrapper .ginput_container_consent .gfield_required {
			vertical-align: top;
			display:none !important;
		}
		body .gform_wrapper label.gfield_label,
		body .gform_wrapper legend.gfield_label{
			font-weight: normal;
		}
		body .gform_wrapper .top_label div.ginput_container {
			margin-top: 0 !important;
		}
		body .gform_wrapper .top_label .ginput_container.ginput_container_consent{
			margin-top: 12px !important;
		}	
		body .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
			padding: 16px;
		}
		body .gform_button_select_files{
			padding:5px 20px;
			background:#eee;
			border:#eee;
		}
		body .gform_button_select_files:hover{
			background:#ddd;
		}	
		body .gform_footer .gform_button{
			padding: 6px 40px;
			background: #daba4f;
			border: 1px solid #daba4f;
			color: #fff;
			text-align: center;
			text-decoration: none;
			cursor:pointer;
		}
		body .gform_footer .gform_button:hover{
			background: #bb9d39;
			border-color:#bb9d39;
		}
		body .gform_wrapper ::-webkit-input-placeholder{ /* Edge */
		  color: #818181;
		  opacity:.9;
		}
		body .gform_wrapper :-ms-input-placeholder{ /* Internet Explorer 10-11 */
		  color: #818181;
		  opacity:.9;
		}
		body .gform_wrapper ::placeholder{
		  color: #818181;
		  opacity:.9;
		}	
		body .gform_wrapper li.gfield.gfield_error,
		body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
			padding-top:0;
			padding-bottom:0;
			border:none;
		}
		body .ui-datepicker{
			display:none;
		}	

	/* WOOCOMMERCE ___________________________________________________________________________________________________________________ */

		#site-header-profile,
		#site-header-cart{
			position: relative;
			width: auto;
			margin-right: 0;
			margin-bottom: 0;
			padding-left: 10px;			
			vertical-align: top;
			list-style-type: none;
		}	
		#site-header-profile #navbar-item-profile-content,
		.site-header-cart .widget_shopping_cart {
			position: absolute;
			top: 100%;
			z-index: 999999;
			left: -999em;
			display: block;
			width: 300px;
			padding: 10px;
			background: #fff;
			border: 2px solid #ddd;
			font-size: .875em;
			text-align: left;
		}	
		#site-header-profile #navbar-item-profile-content{
			width: 200px;
		}
		#site-header-cart a.cart-contents,
		#mobile-header-cart-button{
			position: relative;
			overflow: inherit;
			padding-right: 1.3rem;
		}
		#site-header-cart a.cart-contents span.count {
			position: absolute;
			bottom: 0;
			/*left: 120%;*/
			right: 0;
			width:18px;
			height:18px;
			overflow:hidden;
			background:#fff;
			border-radius:50%;
			color:#000;
			font-size: .7rem;
			text-align:center;
			letter-spacing:0;
			line-height: 1rem;
		}
		#site-header-profile:hover #navbar-item-profile-content,
		#site-header-profile.focus #navbar-item-profile-content,
		.site-header-cart:hover .widget_shopping_cart,
		.site-header-cart.focus .widget_shopping_cart{
			left: auto;
			right: 0;
			display: block;
		}
		#navbar-item-profile-content a{
			display:block;

			padding-right: 1.3rem;
			padding-left: 1.3rem;
			font-size: 1rem;
		
			color:#222;
		}
		#navbar-item-profile-content a:hover{
			display:block;
			color:#be9c79;
		}		
		.woocommerce-mini-cart.cart_list.product_list_widget {
			max-height: 300px;
			overflow: auto;
		}		
		.woocommerce .widget_shopping_cart .cart_list li a.remove,
		.woocommerce.widget_shopping_cart .cart_list li a.remove {
			position: absolute;
			top: 0;
			left: 0;
		}	
		body #site-header-cart .mini_cart_item a{
			color: #231f20;
		}	
		.site-header-cart .widget_shopping_cart,
		.site-header .product_list_widget li .quantity {
			color: #9aa0a7;
		}
		body #site-header-cart.site-header-cart .buttons::after,
		body #site-header-cart.site-header-cart .buttons::before{
			content: '';
			display: none;
		}		
		.site-header-cart .woocommerce-mini-cart__buttons.buttons,
		#header-cart-collassable .woocommerce-mini-cart__buttons.buttons{
			display: flex;
			justify-content: space-between;		
			margin-bottom:0;
		}
		body .site-header-cart .widget_shopping_cart .buttons a,
		#header-cart-collassable .widget_shopping_cart .buttons a{
			margin: 0;
			padding: .618em 1.5em;
		}		
		body .woocommerce-message::before {
			color: #daba4f;
		}
		body .woocommerce-info::before {
			color: #daba4f;
		}
		body .woocommerce-message {
			border-top-color: #daba4f;
		}
		body .woocommerce-info,
		body .trebit-wc-info{
			border-top-color: #daba4f;
		}
		body .woocommerce div.product p.price,
		body .woocommerce div.product span.price{
			color: #daba4f;
		}
		body .woocommerce #respond input#submit,
		body .woocommerce a.button,
		body .woocommerce button.button,
		body .woocommerce input.button {
			color: #515151;
			background-color: #ebe9eb;
		}
		body .woocommerce #respond input#submit:hover,
		body .woocommerce a.button:hover,
		body .woocommerce button.button:hover,
		body .woocommerce input.button:hover {
			background-color: #dfdcde;
			color: #515151;
		}
		body .woocommerce #respond input#submit.alt,
		body .woocommerce a.button.alt,
		body .woocommerce button.button.alt,
		body .woocommerce input.button.alt {
			background-color: #daba4f;
		}
		body .woocommerce #respond input#submit.alt:hover,
		body .woocommerce a.button.alt:hover,
		body .woocommerce button.button.alt:hover,
		body .woocommerce input.button.alt:hover {
			background-color: #bb9d39;
		}
		body .input-group.bootstrap-touchspin button.btn{
			padding: .375rem .45rem;
			background:none;
			border:none;
			border-radius: 0;
			color:#daba4f;
			font-size: 2em;
			line-height: 0;	
		}
		body #add_payment_method table.cart td.actions .coupon .input-text,
		body.woocommerce-cart table.cart td.actions .coupon .input-text,
		body.woocommerce-checkout table.cart td.actions .coupon .input-text {
			float: left;
			box-sizing: border-box;
			border: 1px solid #d3ced2;
			padding: 6px 6px 5px;
			margin: 0 4px 0 0;
			outline: 0;
		}
		body.woocommerce-cart button[name="apply_coupon"],
		body.woocommerce-checkout button[name="apply_coupon"]{
			padding: .718em 1.1em;
		}
	   .woocommerce-billing-fields .form-row,
		.woocommerce-shipping-fields .form-row,
		.woocommerce form .form-row {
			display: block;
		}
		.woocommerce .col2-set .col-1, 
		.woocommerce-page .col2-set .col-1,
		.woocommerce .col2-set .col-2, 
		.woocommerce-page .col2-set .col-2 {
			max-width: unset;
		}
		body .woocommerce form .form-row input.input-text,
		body .woocommerce form .form-row textarea {
			padding: 10px 8px;
			border: 1px solid #ddd;
			font-size: .8rem;
		}
		body .woocommerce #order_review_heading {
			padding: 30px 0 0 10px;
			text-align: center;
		}
		body .woocommerce #customer_details h3,
		body .woocommerce #order_review_heading{
			font-size: 1.5rem;
			margin-bottom: 20px;
		}	
		body .woocommerce #order_comments {
			height: 10rem;
		}	
		body.woocommerce-account #customer_login .col-1,
		body.woocommerce-account #customer_login .col-2{
			width:50%;
		}		
		body.woocommerce-account #customer_login .col-1{
			padding-right:3rem;
		}
		body.woocommerce-account #customer_login .col-2{
			padding-left:3rem;
		}		
		body.woocommerce-account #customer_login,
		body.woocommerce-account #customer_login select{
			font-size:0.8rem;
		}
		body.woocommerce-account #customer_login select{
			height:auto;
		}
		body.woocommerce-account #customer_login .col-1{
			border-right:1px solid rgba( 129,129,129,.2 );
		}
		body.woocommerce-account #customer_login h4{
			font-size:1rem;
			font-weight:bold;
			text-transform:uppercase;
			letter-spacing:1px;
		}
		body.woocommerce-account #customer_login form.login,
		body.woocommerce-account #customer_login form.register{
			border:none;
			padding:0;
			margin: 1em 0 2em;
			border-radius: 0;			
			text-align: left;
		}	
		body.woocommerce-account #customer_login button.woocommerce-form-login__submit,
		body.woocommerce-account #customer_login button.woocommerce-form-register__submit{
			width:100%;
			margin-bottom:0.5rem;
			padding:.8rem;
		}
		body.woocommerce-account #customer_login .login-form-footer {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			align-items: center;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		body.woocommerce-account #customer_login input[type="radio"],
		body.woocommerce-account #customer_login input[type="checkbox"]{
			box-sizing: border-box;
			margin-top: -2px;
			 margin-right: 5px;
			padding: 0;
			vertical-align: middle;
		}		
		body.woocommerce-account #page-title{	display:none; }
		body.woocommerce-account .woocommerce-MyAccount-navigation ul,
		body.woocommerce-account .woocommerce-MyAccount-navigation li{
			margin:0;
			padding:0;
			list-style:none;
		}
		body.woocommerce-account .woocommerce-MyAccount-navigation{
			float:none;
			width:auto;
		}
		body.woocommerce-account .woocommerce-MyAccount-navigation ul{
			display:flex;
		}	
		body.woocommerce-account .woocommerce-MyAccount-navigation li{
			text-align:center;
		}
		body.woocommerce-account .woocommerce-MyAccount-navigation li a{
			display:inline-block;
			padding:0 10px;
			text-transform:uppercase;
			color:#b1b2b4;
			font-size:12px;
		}
		body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
			font-weight:bold;
			color:#555;
		}	
		body.woocommerce-account .woocommerce-MyAccount-content{
			float:none;
			width:auto;
			margin:3rem 0 0 0;
		}
		#wc-myaccount-welcome{
			margin:60px auto;
			text-align:center;
			font-size:30px;
		}
		#wc-myaccount-welcome span{
			text-transform:uppercase;
			color:#555;
		}
		#wc-myaccount-infovarie{
			padding:30px 0 0 0;
			border-top:1px solid #ddd;
			text-align:center;
		}
		
		body.woocommerce-account .col-1.woocommerce-Address,
		body.woocommerce-account .col-2.woocommerce-Address{
			padding-top:1rem;
			padding-bottom:1rem;
			border:1px solid #eee;
		}
		body.woocommerce-account table.my_account_orders td.woocommerce-orders-table__cell-order-actions a{
			margin-right:1rem;
		}
		body.woocommerce-account table.my_account_orders td.woocommerce-orders-table__cell-order-actions a:last-child{
			margin-right:0;
		}		
		
		#page-shop-wrapper aside .widget-product_search form{
			position:relative;
		}		
		#page-shop-wrapper aside .widget-product_search .search-field{
			width:100%;
			padding:10px 50px 10px 15px;
			border:1px solid #ddd;	
		}	
		#page-shop-wrapper aside .widget-product_search form button{
			position:absolute;
			top:25%;
			right:5px;
			background:none;
			border:none;
		}
		#page-shop-wrapper aside .widget-product_search form button img{
			height:18px;
		}
		.woocommerce table td.product-name dl.variation{
			font-size:.9rem;
		}		
		.woocommerce table td.product-name dl.variation dt{
			margin-bottom: 0;
		}		
		.trebit-wc-info{
			padding: 1em 2em 1em 3.5em;
			margin: 0 0 2em;
			position: relative;
			background-color: #f7f6f7;
			color: #515151;
			border-top: 3px solid #a46497;
			list-style: none outside;
			width: auto;
			word-wrap: break-word;
		}		
		
	/* --- */
	
html,
body,
html body{
	font-family: 'Open Sans', sans-serif;	
	color:#656565;	
}
html body{
	font-size:1.125rem;
	line-height:1.7;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
	font-family: 'Marcellus', serif;
	color:#333;
}
body a,
body a:hover{
	color:#be9c79;
}
#topnav,
#navbar-wrapper{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 12;
	-webkit-transition: top .5s;
	-moz-transition: 	top .5s;
	transition: 		top .5s;
}
body #navbar-wrapper{
	background:#fff;
	-moz-shadow: 		0px -5px 13px rgba(0, 0, 0, 0.3 );
	-webkit-box-shadow: 0px -5px 13px rgba(0, 0, 0, 0.3 );
	box-shadow: 		0px -5px 13px rgba(0, 0, 0, 0.3 );
}
#navbar-wrapper .container{
	position:relative;
}		
#navbar-wrapper a.navbar-brand{
	position: absolute;
	top: 3px;
	left: 0;
}
#site-header-langs,
#site-header-langs li{
	position:relative;
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
	
}
#site-header-langs li{
	margin-left: 1rem;
}
#site-header-langs li:first-child{
	margin-left: 1.5rem;
}
#site-header-langs li a.lang img{
	height:15px;
}
	
#footer-wrapper{
	overflow:hidden;  
	padding-top:60px;
	background:#562a18;
	border-top:5px solid rgba(0, 0, 0, .2);
	line-height:2rem;
}
#footer-wrapper,
#footer-wrapper a{
	font-size:1rem;
	color:#ddd;
}
#footer-wrapper .fa-ul{
	margin-left:1.5em;
}
#footer-wrapper .fa-li i{
	color: #be9c79;
}
ul#footer-info-social {
	margin-left: 0.3rem;
}
ul#footer-info-social li {
	margin-right: 1.5rem;
}
ul#footer-info-social li a{
	font-size:1.5rem;
	color: #be9c79;
}
ul#footer-info-social li a:hover{
	color: #fff;
}
#sub-footer-wrapper{
	margin-top:60px;
	background:#fff;
}
#sub-footer-wrapper,
#sub-footer-wrapper a{
	color:#888;
}
#footer-wrapper h5 {
	margin-bottom:1.7rem;
	padding:0;
	font-family: 'Marcellus', serif;
	color: #be9c79;
}
.article-page-default{
	padding:2em 0;
}
#post-thumb-wrapper {
	display: flex;
}
#post-thumb-wrapper img {
	width: 100%;
	align-self: start;
}
#post-thumb-wrapper.topimage-align-center img{
	align-self: center;
}	
#post-thumb-wrapper.topimage-align-bottom img {
	align-self: end;
}		
.entry-title, section .section-entry-title,
.article-page-default header.entry-header .entry-title{
	font-size:2.875rem;
	text-align: center;
}
#section-brand{
	padding:10rem 0 4rem;
	background:#fff url(../images/caffetop.jpg) left top repeat-x;
	text-align:center;
}
#section-brand .section-brand-logo img{
	margin-bottom:1rem;
}
#section-brand .section-brand-logo p{
	font-style:italic;
	color:#656565;
}
#section-brand-logos{
	padding-top:2rem;
}
body .gform_wrapper form {
	position: relative;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper textarea{
	padding: 10px 15px;
	border-color:#c2c2c2;
	border-radius: 28px;
	font-size:1rem;
}
input.btn-custom,
button.btn-custom,
#modal-search-footer button.btn-custom,
a.btn-custom,
.woocommerce a.button.btn-custom,
body.woocommerce button.button.btn-custom,
body.woocommerce button.button.btn-custom.alt,
body .woocommerce button.button.btn-custom,
body .woocommerce-message a.button.wc-forward,
body .gform_footer .gform_button {
	display:inline-block;
	padding:.375rem 2.5rem;
	background: #be9c79;
	border: 1px solid #be9c79;
	border-radius: 28px;
	color: #fff;
	text-align:center;
	text-decoration:none;
}
input.btn-custom:hover,
button.btn-custom:hover,
#modal-search-footer button.btn-custom:hover,
a.btn-custom:hover,
.woocommerce a.button.btn-custom:hover,
body .woocommerce-message a.button.wc-forward:hover,
body .gform_footer .gform_button:hover {
	background: #a88664;
	border-color: #a88664;
	color: #fff;
	text-decoration:none;
}
body .woocommerce-message{
	margin:0;
}
#contatti-map {
	z-index:10;
	width: 100%;
	height: 10em;
}
#contatti-info-wrapper ul {
	margin-top: 1.5rem;
	margin-left: 1.6em;
}
#contatti-info-wrapper li {
	margin-bottom: .6rem;
}
#contatti-info-wrapper i {
	color: #a88664;
}
#contatti-info-wrapper a {
	color: #000;
	color: #000;
}
ul#contatti-info-social {
	margin-left: 0.3rem;
}
ul#contatti-info-social li {
	margin-right: 1rem;
}
#section-home-brand{
	padding:4.375rem 0;
	background:#cc8a40  url(../images/bg-caffe.jpg) left top fixed no-repeat;
}
#section-home-brand .section-entry-content{
	color:#222;
}
#section-home-brand .section-entry-content a.btn-custom{
	width:100%;
	margin-top:2rem;
	padding:1.5rem 2.5rem;
	background:#552918;
	border:2px solid #552918;
	border-radius: 40px;
}
#section-home-brand .section-entry-content a.btn-custom:hover{
	background:#ffc235;
	color:#552918;
}
#section-home-video-inner-wrapper{
	position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;		
}
#section-home-video-wrapper iframe{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#section-home-intro{
	overflow:hidden;
}
#page-blog-wrapper{
	padding:4.375rem 0;
	background:#ffc235 url(../images/bg-caffe-3.jpg) left top fixed no-repeat;
	background-size:cover;
}	
#page-blog-wrapper .page-entry-header{
	display:none;
}
#blog-wrapper{
	overflow:hidden;
}
#blog-wrapper article{
	margin:0 0 1.5rem;
	padding:1rem;
	background:rgba( 0, 0, 0, .7 );
}
#blog-wrapper article header .entry-meta,
#blog-wrapper.single article .post-meta{
	font-size:.875rem;
}
#blog-wrapper article header .entry-title{
	margin:.5rem 0;
	font-size:1.5rem;
	text-align:left;
}
#blog-wrapper article header .entry-title a{
	text-decoration:none;
}
#blog-wrapper article .entry-contents{
	margin-top:1rem;
}
#blog-wrapper article .entry-summary,
#blog-wrapper article .post-entry{
	font-size:1rem;
	color:rgba( 255, 255, 255, .8 );
}
#blog-wrapper article .entry-summary p:last-child{
	margin-bottom:0;
}
.sfwppa-navi-style.sfwppa-style-3 #blog-wrapper .wp-pagenavi{
	text-align:center;
}
.sfwppa-navi-style.sfwppa-style-3 #blog-wrapper .sfwppa-pages,
.sfwppa-navi-style.sfwppa-style-3 #blog-wrapper .nav-links .prev,
.sfwppa-navi-style.sfwppa-style-3 #blog-wrapper .nav-links .next{
	background: rgba( 0, 0, 0, .8 );
}
.sfwppa-navi-style.sfwppa-style-3 #blog-wrapper .wp-pagenavi a,
.sfwppa-navi-style.sfwppa-style-3 #blog-wrapper .wp-pagenavi span {
	border: none;
}
.sfwppa-navi-style.sfwppa-style-3 #blog-wrapper .current,
.sfwppa-navi-style.sfwppa-style-3 #blog-wrapper .sfwppa-link:hover,
.sfwppa-navi-style.sfwppa-style-3 #blog-wrapper .sfwppa-current-page:hover,
.sfwppa-navi-style.sfwppa-style-3 #blog-wrapper .sfwppa-extend:hover {
	background: #be9c79;
	color: #fff;
}
#blog-wrapper.single header .post-title{
	color:#be9c79;
}
#blog-wrapper article .post-meta{
	margin-bottom:1.5rem;
}
#blog-wrapper article aside{
	margin-bottom:2rem;
}
.breadcrumbs-wrapper {
    font-size: .8rem;
}
#page-blog-wrapper .breadcrumbs-wrapper{
    padding: 20px 0;
}
.breadcrumbs-wrapper,
.breadcrumbs-wrapper a,
body.woocommerce .woocommerce-breadcrumb a {
    color: #333;
}
#page-blog-wrapper .breadcrumbs-wrapper,
#page-blog-wrapper .breadcrumbs-wrapper a{
	color:rgba( 255, 255, 255, .8 );
}
body .breadcrumb {
	margin: 0;
	border-radius: 0;
}
#page-blog-wrapper .breadcrumb{
    padding: 0.5rem 1rem;
	background:rgba( 0, 0, 0, .7 );
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/";
}
#page-blog-wrapper .breadcrumbs-wrapper li{
	margin:0;
}
.product-cat-cover-wrapper{
	position:relative;
	z-index:8;
	
}
#product-cat-cover-overlay,
#single-product-cat-cover-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9;
	background:#000;
}	
#product-cat-cover-content-wrapper{
	position:relative;
	z-index:10;
	padding:4rem 0;
}
#tau-cafe-cover-logo-wrapper,
#brown-soul-cover-logo-wrapper,
#italian-roasting-cover-logo-wrapper{
	display:block;
	margin-bottom:6.25rem;
	text-align:center;
}
#tau-cafe-cover-logo-wrapper img,
#italian-roasting-cover-logo-wrapper img,
#brown-soul-cover-logo-wrapper img{
	display:inline-block;
	height:175px;
}	
#italian-roasting-cover-logo-wrapper,
#brown-soul-cover-logo-wrapper{
	margin-bottom:3.75rem;
}
#product-cat-description-wrapper{
	text-align:center;
}
#product-cat-italian-roasting-cover-wrapper .product-cat-description{
	display:inline-block;
	padding:.8rem 1rem 0;
	background:rgba( 0, 0, 0, .7 );
}
#product-cat-italian-roasting-cover-wrapper .product-cat-description,
#product-cat-brown-soul-cover-wrapper .product-cat-description,
#product-cat-deca-cover-wrapper .product-cat-description,
#product-cat-extraz-wrapper{
		font-size:1rem;
		color:rgba( 255, 255, 255, .8 );		
}
#product-cat-attrezzature-cover-wrapper .product-cat-description{
		font-size:2rem;
		color:rgba( 255, 255, 255, 1 );		
}
#product-cat-chicche-cover-wrapper .product-cat-description{
	font-family: 'Indie Flower', cursive;
	font-size:3rem;
	color:rgba( 255, 255, 255, 1 );		
}
#product-cat-extraz-wrapper ul,
#product-cat-extraz-wrapper ul li{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#product-cat-extraz-wrapper ul{
	margin-top:1.5rem;
}
#product-cat-extraz-wrapper ul li {
	display: inline-block;
	margin: 0px 0.5rem;
	padding: .3rem 1rem 1rem;
	background: rgba( 0, 0, 0, .7 );
	font-size:0.8rem;
}
#product-cat-extraz-wrapper span{
	display:block;
	overflow:hidden;
}
#product-cat-extraz-wrapper img{
	display:block;
	margin-top:.3rem;
	height:200px;
	-webkit-transition:all 0.3s ease-out 0s;
}
#product-cat-extraz-wrapper a:hover img{
	-webkit-transform:scale(1.15);
}

.product-cat-cover-sub-article{
	text-align:center;
}
.product-cat-cover-sub-header h3{
	margin-bottom:1.3rem;
	padding: 0 .6rem;
	background:rgba( 0, 0, 0, .7 );
}
.product-cat-cover-sub-header h3 a{
	text-transform:uppercase;
	font-size:1.5rem;
}
#single-product-cat-decaffeinato-cover-wrapper .product-cat-cover-sub-header h3,
#single-product-cat-decaffeinated-cover-wrapper .product-cat-cover-sub-header h3{
	display:inline-block;
	padding:0.4rem  2rem;
	border-radius:40px;
}
.product-cat-cover-sub-article.is_current .product-cat-cover-sub-header h3{
	background:#be9c79;
}
.product-cat-cover-sub-article.is_current .product-cat-cover-sub-header h3 a{
	color:#fff;
}
.product-cat-cover-sub-description-wrapper{
	padding:.3rem 1rem;
	background:rgba( 0, 0, 0, .7 );
}
.product-cat-cover-sub-description{						
	font-size:.875rem;
	color:rgba( 255, 255, 255, .8 );
}
.product-cat-cover-sub-description p:last-child{						
	margin-bottom:0;
}
#page-shop-wrapper{
	padding:5rem 0;
}
#trebit-shop-secondary{
	text-align:left;
}
#page-shop-wrapper aside .widget-content.widget-mobile{
	display:none;	
}
#trebit-shop-secondary .widget-title,
section.related.products h2.related-title{
	position:relative;
	padding-left:40px;
	border:none;
	font-size:1.125rem;
	text-align:left;
}
#trebit-shop-secondary .widget-title:before,
section.related.products h2.related-title:before{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	z-index:10;
	display:block;
	width:30px;
	height:3px;
	overflow:hidden;
	background:#be9c79;
}
#trebit-shop-secondary ul.product-categories{
	padding-left:0;
	list-style:none;
}
#trebit-shop-secondary .widget-categories li{
	list-style:none;
}
#trebit-shop-secondary .widget-categories a,
#trebit-shop-secondary .widget-categories .count{
	font-size:.875rem;
	color:#333;
}
#trebit-shop-secondary .widget-categories .count{
	color:#999;
}
#trebit-shop-secondary .widget-categories .children a{
	font-style:italic;
}
#trebit-shop-secondary .widget-categories li.current-cat-parent > a,
#trebit-shop-secondary .widget-categories li.current-cat > a{
	font-size:.875rem;
	color:#be9c79;
}
#show-products-wrapper{
	padding-top:1.5rem;
}
.woocommerce-result-count,
.woocommerce-ordering{
	display:none;
}
body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product{
	position: relative;
	padding: 0 15px;
	text-align:center;
}
.woocommerce-loop-thumb-wrapper{
	position: relative;
	z-index:10;
	overflow: hidden;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.woocommerce-loop-thumb-wrapper a{
	position: relative;
	display: block;
	height:auto;
	overflow: hidden;
}
.woocommerce-loop-thumb-link{
	position: relative;
	display: block;
	overflow: hidden;
}
ul.products li.product .woocommerce-loop-thumb-link{
	background: #fff;
	border: 1px solid #ebebeb;
}
.woocommerce-loop-thumb-link::before {
	background: rgba(255, 255, 255, 0.8);
	opacity: 0;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
ul.products li.product .woocommerce-loop-thumb-link::before {
	background: rgba( 0, 0, 0, 0.2 );
}
ul.products li.product:hover .woocommerce-loop-thumb-link::before {
	opacity: 1;
}
.woocommerce ul.products li.product .woocommerce-loop-thumb-link img{
	width: auto;
	height:100%;
	margin:0 auto;
	object-fit:contain;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
ul.products li.product:hover .woocommerce-loop-thumb-link img{
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
}
.trebit-wc-loop-info-wrapper,
.trebit-wc-addtocart-wrapper{
	position:relative;
	z-index:10;
	overflow:hidden;
}
ul.products li.product .trebit-woocommerce-loop-outer{
	opacity: 1;
	position: absolute;
	top: -15px;
	right: 0;
	bottom: -15px;
	left: 0;
	visibility: hidden;
	display:block;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
	box-shadow: 		0 0 10px rgba(0,0,0,.15);
	-webkit-transform: 	scale(.98);
	transform: 			scale(.98);
}
ul.products li.product:hover .trebit-woocommerce-loop-outer{
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
	transition: 		opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
	transition: 		opacity .3s ease,visibility 0s ease,transform .3s ease;
	transition: 		opacity .3s ease,visibility 0s ease,transform .3s ease,-webkit-transform .3s ease;
	-webkit-transform: scale(1);
	transform: 			scale(1);
	z-index: 1;
}
.woocommerce ul.products li.product .trebit-wc-loop-info-wrapper .woocommerce-loop-category__title,
.woocommerce ul.products li.product .trebit-wc-loop-info-wrapper .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
	margin:1.25rem 0 0;
	padding:0;
	font-size:1.5rem;
}
.woocommerce ul.products li.product .trebit-wc-loop-info-wrapper .price{
	font-family: 'Marcellus', serif;
	font-size:1rem;
	color: #222;	
}
.trebit-wc-price-decimals{
	font-size:.625rem;
}
.trebit-wc-cat-wrapper,
.trebit-wc-excerpt-wrapper{
	margin:0 0 .5rem;
}
.trebit-wc-excerpt-wrapper,
.woocommerce ul.products li.product .trebit-wc-cat-wrapper a{
	font-size:.875rem
}
.woocommerce ul.products li.product .trebit-wc-cat-wrapper a:hover{
	text-decoration:underline;
}
.trebit-wc-excerpt-wrapper p{
	margin:0;
}
.trebit-wc-addtocart-wrapper{
	opacity:0;
	position:absolute;
	bottom:-100px;
	left:0;
	z-index:10;
	width:100%;
	-webkit-transition: opacity .3s ease, bottom .3s ease;
	transition: 		opacity .3s ease, bottom .3s ease;
}
ul.products li.product:hover .trebit-wc-addtocart-wrapper{
	opacity:1;
	bottom:0;
}
.woocommerce a.button.btn-custom,
body.woocommerce button.button.btn-custom,
body.woocommerce button.button.btn-custom.alt,
body .woocommerce button.button.btn-custom{
	font-weight:normal;
}
body.woocommerce  nav.woocommerce-pagination ul.page-numbers{
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
}	
body.woocommerce nav.woocommerce-pagination ul li{
	border:none;
}
body.woocommerce nav.woocommerce-pagination ul li a{
	border: 1px solid #fff;
}	
body.woocommerce nav.woocommerce-pagination ul li a:focus,
body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.woocommerce nav.woocommerce-pagination ul li span.current {
}	
body.woocommerce nav.woocommerce-pagination ul li span.current {
	border:none;
	font-weight: bold;
	color:#a39161;
}
body.single #page-shop-wrapper{
	padding:0 0 3rem;
}
#trebit-wc-product-cover,
#trebit-wc-product-cover-col-1,
#trebit-wc-product-cover-col-2,
#trebit-wc-product-cover-col-2 .woocommerce-product-gallery__image a,
#trebit-wc-product-cover-col-2 .slick-slide a{
	display:block;
	height:475px;
	overflow:hidden;
}
#trebit-wc-product-cover-col-1{
	position:relative;
	background:#222;
}
#trebit-wc-product-cover-col-2{
	position:relative;
	text-align:center;
}
#trebit-wc-product-cover-col-2 .woocommerce-product-gallery__wrapper{
	margin-bottom:0;
}
#trebit-wc-product-cover-col-2 .woocommerce-product-gallery__image a{
	display:inline-block;
	text-align:center;
	padding: 2px;
	border: 1px solid #ccc;
}
#trebit-wc-product-cover-col-2 .woocommerce-product-gallery__image img,
#trebit-wc-product-cover-col-2 .slick-slide a img{
	display:inline-block;
	width: auto;
	height: 100%;
/*	
	height: 100%;
	object-fit: cover;*/
}
.single-product-cat-cover-wrapper{
	position:relative;
	height:100%;
	overflow:hidden;
}
#single-product-cat-cover-logo-wrapper{
	position:relative;
	z-index:10;
	margin-bottom:0rem;
	text-align:center;	
}
#single-product-cat-cover-logo-wrapper img{
	display:inline-block;
	height:175px;
}
#single-product-cat-cover-inner-wrapper{
	position:relative;
	z-index:10;	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: 		column;
	 justify-content:space-around;
	height:100%;
	padding:2rem 0;
}

body .twist-pgs .btn-prev{
	left:0;
}
body .twist-pgs .btn-next,
body .twist-pgs .btn-prev{
	z-index:10;
}
#product-entry-summary-outer-wrapper{
	background: #ffc235 url(../images/bg-giallo.jpg) left top fixed no-repeat;
	background-size:cover;
}
#product-entry-summary-wrapper{
	padding: 2.375rem 0 4.375rem;
}
.woocommerce #content div.product div.summary,
.woocommerce #show-product-wrapper div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page #show-product-wrapper div.product div.summary {
	float: none;
	width: auto;
	clear: both;
}
.woocommerce #show-product-wrapper div.product{
	text-align:center;
	color:#222;
}
.woocommerce #show-product-wrapper .breadcrumbs-wrapper{
    padding: 1rem 0;
}
.woocommerce #show-product-wrapper .breadcrumb{
	justify-content:center;
    padding: 0;
	background:none;
}
.woocommerce #show-product-wrapper div.product .price{
	color:#222;
}
body.woocommerce button.button.btn-custom,
body.woocommerce button.button.btn-custom.alt,
body .woocommerce button.button.btn-custom,
body .woocommerce-message a.button.wc-forward{
	padding:.8rem 2.5rem;
}
#trebit-wc-addtocart-wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	padding:3.75rem 0;
}
#trebit-wc-addtocart-wrapper.trebit-wc-addtocart-variation{
	padding:.75rem 0 3.75rem 0;
}
#trebit-wc-variations_form-wrapper{
	/*padding-top:3.75rem;*/
}
#product-entry-summary-wrapper .stock.out-of-stock,
#trebit-wc-variations_form-wrapper .stock.out-of-stock {
	display: inline-block;
	padding: 0.2rem 2rem;
	margin: 2rem 0 2.7rem;
	background: rgba(255, 255, 255, 0.4);
}
#trebit-wc-addtocart-wrapper .quantity,
#trebit-wc-addtocart-wrapper .single_add_to_cart_button{
	float:none;
}
#trebit-wc-addtocart-wrapper .single_add_to_cart_button{
	padding-left:5rem;
	padding-right:5rem;
	background:#552918;
	border:2px solid #552918;
}
#trebit-wc-addtocart-wrapper .single_add_to_cart_button:hover{
	background:#fff;
	color:#552918;
}
#trebit-wc-addtocart-wrapper .quantity{
	background:#fff;
	
}
#trebit-wc-addtocart-wrapper .quantity{
	margin-right:1rem;
	border-radius:40px;
	border-color:#fff;
}
#trebit-wc-addtocart-wrapper .quantity .input-group{
	height:100%;
}
#trebit-wc-addtocart-wrapper .quantity input{
	position:relative;
	height:100%;
	border-color:#fff;
}
body .input-group.bootstrap-touchspin button.btn{
	font-size:30px;
	color:#fff;
}
.btn.btn-primary.bootstrap-touchspin-down,
.btn.btn-primary.bootstrap-touchspin-up{
	position:relative;
}
.btn.btn-primary.bootstrap-touchspin-down::before {
	content: '-';
	position:absolute;
	top:20px;
	left:10px;
	color: #555;
	font-size: 28px;
}
.btn.btn-primary.bootstrap-touchspin-up::before {
	content: '+';
	position:absolute;
	top:22px;
	right:10px;
	color: #555;
	font-size: 28px;
}
body.woocommerce div.product form.cart {
	margin-bottom: 0;
}
body.woocommerce table.shop_attributes{
	margin:3.125rem 0 0;
}
body.woocommerce table.shop_attributes,
body.woocommerce table.shop_attributes th,
body.woocommerce table.shop_attributes td{
	border:none;
}
body.woocommerce table.shop_attributes th,
body.woocommerce table.shop_attributes td,
body.woocommerce form.variations_form.cart table.variations td{
	width:50%;
}
body.woocommerce table.shop_attributes tr:nth-child(2n) td,
body.woocommerce table.shop_attributes tr:nth-child(2n) th{
	background:none;
}
body.woocommerce table.shop_attributes th,
body.woocommerce form.variations_form.cart table.variations td.label{
	padding:.5rem 1.875rem;
	text-align:right;
}
body.woocommerce table.shop_attributes td,
body.woocommerce form.variations_form.cart table.variations td.value{
	padding-top: 7px;
	text-align:left;
}
body.woocommerce form.variations_form.cart table.variations td.value select{
	padding: 5px 10px;
	border-radius: 20px;
	border: 1px solid #fff;
}	
}
.sharethis-inline-share-buttons{
	padding-top:1.875rem;
	border-top:1px solid rgba( 0, 0, 0, .2 );
}
.sharethis-inline-share-buttons .st-btn{
	margin:0 1rem;
}
#product-after-summary-wrapper #trebit-shop-primary{
	padding-top:1.3rem;
}
#product-after-summary-wrapper #trebit-shop-primary .related.products h2.related-title{
	margin-bottom:2rem;
}
body.woocommerce-cart form.woocommerce-cart-form .product-quantity{
	width:200px;
}
.bootstrap-touchspin input.qty::-webkit-outer-spin-button,
.bootstrap-touchspin input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;	/* Chrome, Safari, Edge, Opera */
  margin: 0;
}

.bootstrap-touchspin input.qty{ 
	-moz-appearance: textfield;	/* Firefox */
}
body.woocommerce-cart #coupon_code{
	width:230px;
}
#trebit_cart_shipping_info-content {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 2rem;
	font-size: 0.9rem;
}
.trebit_cart_zonadisagiata{
	margin:0 0 1.5rem;
	color:#990000;
	text-decoration:underline;
}
#website_banner-wrapper {
	padding: 2.5rem;
	background: #fff3cd;
	color:#000;
}
#website_banner-wrapper p:last-child{
	margin-bottom:0;
}
body.haswebsitebanner #page-shop-wrapper{
	padding-top:0;
}
#all_button_container{
	text-align:center;
}