/*
Theme Name: _ioefbags_ special theme
Theme URI: http://aitec.it
Author: The Aitec Team
Author URI: http://aitec.it
Description: A special theme created for IOEF Bags
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ioefbags

*/

body{ font-family:'Montserrat Alternates', sans-serif; font-size:16px; color:#666666; font-weight:400; position:relative; margin:0; padding:0; }

a{ text-decoration:none; color:#222; transition: color 0.2s ease-in; -moz-transition: color 0.2s ease-in; -webkit-transition: color 0.2s ease-in;}
a:hover, a:visited, a:active, a:focus { text-decoration:none; }
a:hover { transition: color 0.2s ease-in; -moz-transition: color 0.2s ease-in; -webkit-transition: color 0.2s ease-in; }

h1,h2,h3,h4,h5{ margin: 0 0 1em 0; font-weight:200; }

b, strong { font-weight:600; color:#231f20;}

h1 strong,h2 strong,h3 strong,h4 strong,h5 strong{font-weight:200; }

.autosquare, .aspect-image { overflow:hidden; display:block; background-color:#fff; background-attachment:scroll; background-position:center; background-size:cover; background-repeat:no-repeat;}
.autosquare img, .aspect-image img { opacity: 0; max-width: 100%; max-height: 100%; }
.aspect-image { aspect-ratio:1 / 1;  }

.btn{ border-radius:3px; transition: all 0.2s ease-in;}
.btn:hover{ transition: all 0.2s ease-in; }

.btn-default { background-color:#ebe9eb; color:#515151; font-weight:300;}
.btn-default:hover { background-color:#eacf98; color:#222 !important; }

.btn.wide { display: block; width: 100%; }

img.size-full { width: 100%; height: auto; margin-bottom: 1em; }
.alignright{ float:right; margin: 0 0 1em 1em; }
.alignleft{ float:left; margin: 0 1em 1em 0;}
.aligncenter { display: block; margin: 0 auto; max-width:100%; padding:0; text-align:center;}

.neutralize{ -webkit-filter: grayscale(1); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); filter: gray; filter: grayscale(100%); transition:all 0.2s ease-in-out;}
.neutralize:hover{ -webkit-filter: grayscale(0); -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); filter: gray; filter: grayscale(0%);}

.row-eq-height {  display: -webkit-box;  display: -webkit-flex;  display: -ms-flexbox;  display: flex; }

.show-overflow{ overflow:visible !important;}

@media screen and (max-width:991px){
	.row-eq-height {  display: block;  display: block;  display: block;  display: block; }
	.btn{ max-width:100%; white-space:normal; }
}

@media screen and (max-width:767px){
	.btn{ width:100%; white-space:normal; }
}

/* General Animation Styles */

.delayHalf		{ -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; animation-delay: 0.5s; }
.delayOne		{ -webkit-animation-delay: 1s; -moz-animation-delay: 1s; animation-delay: 1s; }
.delayOneHalf	{ -webkit-animation-delay: 1.5s; -moz-animation-delay: 1.5s; animation-delay: 1.5s; }
.delayTwo		{ -webkit-animation-delay: 2s; -moz-animation-delay: 2s; animation-delay: 2s; }
.delayThree		{ -webkit-animation-delay: 3s; -moz-animation-delay: 3s; animation-delay: 3s; }

/* Header styles */

#loader { position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: 101; background: url('img/ioef-bags-logo-italian-style-bags-original.jpg') no-repeat scroll center center #fff; }

#main-header { height: 80px; background-color:#fff; right: 0; left: 0; top: 0; z-index: 100; position:absolute; }
#main-header.sticky { position:fixed; }

#main-menu-wrapper { height:80px; position: relative; }

#logo-wrapper{ position:absolute; z-index:10; display:block; top:0; padding:0;}
#logo-wrapper .logo { height: 70px; margin: 5px 0; }

#main-header .menu { list-style:none inside; margin:0; padding:0; }
#main-header .menu li{ display:inline-block; vertical-align:top;}

#main-header .main-menu { position:absolute; right:50px; bottom:0; margin:0; padding:0; height:80px; line-height:80px;  }
#main-header .main-menu > li { transition:all 0.3s ease-in; position:relative; height:100%;}
#main-header .main-menu > li > a { color:#666; display: block; font-size:1.4em; letter-spacing:1px; margin: 0; padding: 0 2em; font-weight:300; height: 100%; transition:all 0.25s ease-out; }
#main-header .main-menu > li > a:hover { color:#231f20; text-decoration:none; transition:all 0.25s ease-out; }
#main-header .main-menu li:hover, #main-header .main-menu > li.current-menu-item a, #main-header .main-menu > li.highlight a{ text-decoration:none; transition:all 0.25s ease-out;}

#main-header .main-menu .mainMenuElement{ position:relative; display:block;}
#main-header .main-menu .mainMenuElement:before, #main-header .main-menu .mainMenuElement:after { content: '_'; display:inline-block; }
#main-header .main-menu .mainMenuElement:before, #main-header .main-menu .mainMenuElement:after { -webkit-animation-name: fadeOut; animation-name: fadeOut;   -webkit-animation-duration: .75s; animation-duration: .75s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
#main-header .main-menu .mainMenuElement:hover:before, #main-header .main-menu .mainMenuElement:hover:after{ -webkit-animation-name: fadeIn; animation-name: fadeIn;   -webkit-animation-duration: .75s; animation-duration: .75s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

#main-header .main-menu > li:hover .sub-menu {  -webkit-animation-name: slideMenu; animation-name: slideMenu;   -webkit-animation-duration: .75s; animation-duration: .75s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
#main-header .main-menu .sub-menu { -webkit-animation-name: slideMenuRevert; animation-name: slideMenuRevert;   -webkit-animation-duration: .15s; animation-duration: .15s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
#main-header .main-menu .sub-menu {	line-height: 1.2em; font-size: 0.9em; visibility: hidden; opacity: 0; display: block; position: absolute; right: 0; left: 0; top: 80px; z-index: 10; background-color: #fff; padding: 0 1em; transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; }
#main-header .main-menu .sub-menu li { display:block; }
#main-header .main-menu .sub-menu li a{ color:#666; text-align:center; font-weight:300; display:block; padding:1em 0; transition:all 0.2s ease-in; -moz-transition:all 0.2s ease-in; -webkit-transition:all 0.2s ease-in;}
#main-header .main-menu .sub-menu li a:hover{ color:#222; text-decoration:none; }


#menu-item-wrapper { position:absolute; right:0; bottom:0; margin:0; padding:0; height:80px; line-height:80px; width:50px; text-align:center;}
#menu-item-wrapper #menu-cart-toggle { cursor:pointer; font-size:1.8em; color:#666; transition: color 0.2s ease-in; -moz-transition: color 0.2s ease-in; -webkit-transition: color 0.2s ease-in;}
#menu-item-wrapper #menu-cart-toggle:hover { color:#222; transition: color 0.2s ease-in; -moz-transition: color 0.2s ease-in; -webkit-transition: color 0.2s ease-in;}

#mobile-menu-toggle { display: none; position:absolute; right:50px; top:0; bottom:0; height: 80px; padding: 20px 15px 20px 0; cursor:pointer; z-index:5; }
#mobile-menu-toggle span {height: 2px; background-color: #666; width: 40px; display: block; margin: 9px 0; }

#mobile-menu-toggle span { -webkit-animation-duration: .15s; animation-duration: .15s;  -webkit-animation-fill-mode: both; animation-fill-mode: both; }
#mobile-menu-toggle.open span:nth-child(1) {-webkit-animation-name:upper; animation-name:upper; }
#mobile-menu-toggle.open span:nth-child(2) {-webkit-animation-name:medium; animation-name:medium; }
#mobile-menu-toggle.open span:nth-child(3) {-webkit-animation-name:lower; animation-name:lower;  }

#mobile-menu-toggle span:nth-child(1) {-webkit-animation-name:upperRev; animation-name:upperRev; }
#mobile-menu-toggle span:nth-child(2) {-webkit-animation-name:mediumRev; animation-name:mediumRev; }
#mobile-menu-toggle span:nth-child(3) {-webkit-animation-name:lowerRev; animation-name:lowerRev;  }
#mobile-menu { position: absolute; margin: 0; padding: 15px 15px 20px 15px; list-style: none inside; display: none; right: 0; left: 0; background-color: #fff; border-bottom: 1px solid #efefef; box-shadow: 0 4px 4px rgba(0,0,0,0.3); }
#mobile-menu { -webkit-animation-name: slideMenuRevert; animation-name: slideMenuRevert;   -webkit-animation-duration: .15s; animation-duration: .15s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
#mobile-menu.open{ display: block; -webkit-animation-name: slideMenu; animation-name: slideMenu;   -webkit-animation-duration: .75s; animation-duration: .75s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
#mobile-menu > li { display: block !important; text-align: right; border-bottom: 1px solid #e5e5e5; padding: 15px; }
#mobile-menu > li:last-child { border-bottom:none; }
#mobile-menu > li a { color:#666; letter-spacing:0.1em; text-transform:uppercase; }

#mobile-menu .sub-menu { padding: 1em 0; }
#mobile-menu .sub-menu li { display: block; padding: 0.5em; border-right: 5px solid #ccc; }

@media screen and (max-width:1199px){
	#main-header .main-menu > li > a { font-size: 15px; }
}

@media screen and (max-width:991px){
	#mobile-menu-toggle{ display:block;}
	#main-header .main-menu{ display:none; }
}

@media screen and (max-width:767px){
	h1,h2,h3,h4,h5{ text-align:center; }
}


/* Slider Styles */

#slider { position: relative; height:calc(100vh - 80px); }

#slider .carousel-inner { height: 100%; position: relative; width: 100%; }
#slider .carousel-inner > .item { height: 100%; }
#slider .slide{ background-attachment:scroll; background-color:transparent; background-position:center; background-repeat: no-repeat; background-size:cover; position:absolute; top:0; right:0; bottom:0; left:0;}
#slider .slide img{display:none;}

.slide-cover { position: absolute; top: 0; right: 0; left: 0; bottom: 0; background-color: transparent; }
.carousel-caption { position: absolute; right: 0; bottom: 0; left: 0; top:0; z-index: 10; color: #fff; text-align: center; padding:0;}
.carousel-caption h2{ color:#ffb400; text-transform:uppercase; letter-spacing:1px; margin:0; padding:0; font-size:2.8em; font-weight:600; }


.tp-revslider-mainul{ overflow:visible !important;}
.tp-revslider-slidesli{ overflow:visible !important;}

/* Breadcrumb Styles */

#bcrumbs-wrapper { background-color: #fefefe; padding-top:80px; }
.breadcrumbs { margin: 0; font-size: 1em; text-transform: lowercase; padding:2em 0 2em; color:#999; letter-spacing:0.4px; font-weight:300;}
.breadcrumbs a{ margin: 0 4px; color:#1b273d; text-transform: lowercase;}
.breadcrumbs a:hover{ margin: 0 4px; color:#000;}
.breadcrumbs  ol { list-style: outside none none; margin: 0; padding: 0; display:inline-block; vertical-align:top;}
.breadcrumbs  ol li { display:inline-block; vertical-align:top; }
.breadcrumbs  ol li:after { content:' / '; display:inline-block; vertical-align:top; margin:-1px 2px 0 2px; }
.breadcrumbs  ol li:last-child:after { display:none;  }


/* Content Styles */

.page-wrapper{ width:100vw; overflow:hidden; position:relative; }

.main-content a[target="_blank"]:not(.btn) { color: #ed00d1; text-decoration: underline; }
.main-content a{ color:#000; }
.main-content a.btn{ font-weight:300; }
.main-content .wpb_text_column ul{ list-style:none inside; margin:0; padding:0; }
.main-content .wpb_text_column ul li{ display:block; margin-bottom:4px; }
.main-content .wpb_text_column ul li:before{ content:''; font-family:'Font Awesome 5 Free'; font-weight:bold; color:#ffb600; margin-right:10px;}

.button-wrapper.centro{ text-align:center; }
.button-wrapper.destra{ text-align:right; }

.deco-title { letter-spacing:1px; margin-bottom:1.2em; }
.deco-title span{ position:relative; }
.deco-title span:before, .deco-title span:after { content:'_'; display:inline; }

.deco-title.sinistra { text-align:left; }
.deco-title.sinistra:before{ display:none;   }

.deco-title.destra { text-align:right;}
.deco-title.destra:after { display:none; }

.deco-title.centro { text-align:center; }
.deco-title.centro:after { margin:0.6em auto 0 auto;  }

.triangle-decoration{ background-position: center left; background-size: auto 100%; background-repeat:no-repeat; }

.slash-effect:before { content: ''; position: absolute; width: 200%; height: 500%; right: -90%; top: -100px; background-color: #ffb400; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.slash-effect-2:before { content: ''; position: absolute; width: 200%; height: 500%; right: 0; top: -100px; background-color: #ffb400; transform: rotate(30deg); -webkit-transform: rotate(30eg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); }

.diagonal-start{ clip-path:polygon(0 0, 100% 30%, 100% 100%, 0% 100%) }
.diagonal-start-low{ clip-path:polygon(0 0, 100% 20%, 100% 100%, 0% 100%) }
.diagonal-end{ clip-path:polygon(0 0, 100% 0, 100% 70%, 0% 100%); }
.diagonal-end-low{ clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%); }

.diagonal-start-end{ clip-path:polygon(0 0, 100% 15%, 100% 85%, 0% 100%); }

.no-spacing .vc_column-inner{ padding-top: 0 !Important; }

#map-wrapper{ height:480px; }

.reseller-wrapper h2{ margin-bottom:60px; }
.reseller-wrapper .separator-item-wrapper h4{ font-size:22px; color:#000;  }
.reseller-wrapper .reseller-item-wrapper{ text-align:center; }
.reseller-wrapper .reseller-item-wrapper.open { padding: 15px; margin-bottom: 15px; background-color: #fff; border-radius: 26px 20px 39px 18px / 18px 35px 27px 28px; }
.reseller-wrapper .reseller-item-wrapper h4{ font-size:16px; text-transform:uppercase;  }
.reseller-wrapper .reseller-item-wrapper h4:hover{ cursor:pointer;   }
.reseller-wrapper .reseller-item-wrapper .reseller-item-info{ display:none; font-size:12px;}
.reseller-wrapper .reseller-item-wrapper.open .reseller-item-info{ display:block; }



@media screen and (max-width:991px){
	.main-content .menu li a{ font-size:20px; }
	.description-block .description-block-content{ font-size:12px; }
}

@media screen and (max-width:767px){
	
	.deco-title.sinistra, .deco-title.destra{ text-align:center; }
	.deco-title.sinistra:after, .deco-title.destra:before { display:inline;  }
	
	.wpb_text_column, .wpb_text_column p{ text-align:center !important; }
	
	.diagonal-end{ clip-path:polygon(0 0, 100% 0, 100% 90%, 0% 100%); }
	
}

/* Single page Styles */

.single .post-meta { padding: 1em 0; border-top: 1px solid #ccc; font-size: 14px; font-weight: 300; text-transform: uppercase; letter-spacing: 2px; }

.sidebar { margin-left: -1px; }

/* Archive page Styles */

.post-title { font-family:'Montserrat', sans-serif; color:#222; text-transform:uppercase; font-weight:400; margin:2rem 0; }

.archive .post, .blog .post { margin: 2em 0; padding: 0 15px 0 0; position: relative; }
.archive .post h2, .blog .post h2 { margin-top:0; margin-bottom:15px;}
.archive .post .posted, .blog .post .posted { display: block; font-size: 0.8em; color: #000; margin-bottom: 0.5em; text-transform: uppercase; border-bottom: 1px solid #e5e5e5; }
.archive .post .button-wrapper, .blog .post .button-wrapper { text-align:right; padding:10px 0; }
.archive .post .read-more, .blog .post .read-more { padding: 6px 30px; font-size: 1.3em; display:inline-block; color: #fff; background-color: #ffb400; color:#222;}

.post-thumbnail { border: 1px solid #e5e5e5; border-radius: 4px; }

.post.sticky { border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 15px; border-left: 1px solid #e5e5e5; border-radius: 4px 0 0 4px; background-color: #efefef; margin-right: -15px; }

.no-results{ margin-bottom:2em; }

@media screen and (max-width:767px){
	.archive .post .read-more, .blog .post .read-more { width:100%; text-align:center; }
	.archive .post, .blog .post { padding: 0 15px 3em 0; border-bottom: 1px dashed #e5e5e5; }
}

/* Woocommerce Styles */

.woocommerce div.product p.price, .woocommerce div.product span.price { color: #666; font-size: 1.25em; font-weight:400; }

.woocommerce-products-header{ text-align:center; }
.woocommerce .button{ font-weight:300 !important; letter-spacing:1px; }

/*Mini cart Styles */

.widget_shopping_cart_content { opacity:0; position: absolute; right: 0; width: clamp(290px, calc(100vw - 30px), 450px); top: 80px; z-index: 10; background: #e5e5e5; border-radius: 0 0 4px 4px; padding: 15px; line-height:40px;}
.widget_shopping_cart_content{  -webkit-animation-name: slideMenuRevert; animation-name: slideMenuRevert;   -webkit-animation-duration: .15s; animation-duration: .15s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.open #menu-cart-toggle{ color:#222; background-color:#e5e5e5; }
.open .widget_shopping_cart_content{ display:block; -webkit-animation-name: slideMenu; animation-name: slideMenu;   -webkit-animation-duration: .75s; animation-duration: .75s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

#mini-cart-login { margin-bottom:15px; width:100%;}

.woocommerce ul.product_list_widget { list-style: none outside; padding: 0; margin: 0; background:#fff; }
.woocommerce ul.product_list_widget li { padding: 0; margin: 0 0 10px 0; list-style: none; position:relative; }
.woocommerce ul.product_list_widget li .product-wrapper{ position:relative; padding:4px; display:block; }
.woocommerce ul.product_list_widget li img { float:none !important; margin:0; width: 100%; height: auto; box-shadow: none; border-radius:100%; border:2px solid #fff; transition:all 0.2s ease-in; -webkit-transition:all 0.2s ease-in;}
.woocommerce ul.product_list_widget li img:hover { border:2px solid #ccc; transition:all 0.2s ease-in; -webkit-transition:all 0.2s ease-in;}
.woocommerce ul.product_list_widget li a { display: inline; font-weight: 300; }
.woocommerce ul.product_list_widget a.remove {position:absolute; top:0; right:0; z-index:10; display: block; font-size: 1.5em; height: 1em; width: 1em; text-align: center; line-height: 1; border-radius: 0; color: red !important; text-decoration: none; font-weight: 300; border: 0; }
.woocommerce ul.product_list_widget a.remove:hover { color:#fff !Important; background-color:red; }
.mini_cart_item .product-description { line-height: 1.2em; padding: 15px 0; text-align: left; position:relative;}
.woocommerce-mini-cart__total, .woocommerce-mini-cart__buttons { line-height:1em; }
.woocommerce-mini-cart__total { padding:4px 0; border-top:1px dashed #999; text-align:right;  }
.go-to-cart { background-color: #a5e299 !important; color:#fff !important; border-radius: 3px 0 0 3px !important; transition:all 0.2s ease-in; -webkit-transition:all 0.2s ease-in;}
.go-to-cart:hover{ background-color:#5bb849 !important;  transition:all 0.2s ease-in; -webkit-transition:all 0.2s ease-in;  }
.go-to-checkout{ background-color:#5bb849 !important; color:#fff !important; border-radius: 0 3px 3px 0 !important; transition:all 0.2s ease-in; -webkit-transition:all 0.2s ease-in;}
.go-to-checkout:hover{  background-color:#fff !important; color:#5bb849 !important; transition:all 0.2s ease-in; -webkit-transition:all 0.2s ease-in;}

.woocommerce-privacy-policy-text { margin: 0 1em 0 0; }

/* Woocommerce Loop Styles */

.woocommerce-LoopProduct-link { position:relative; margin-bottom:2em; background-size:contain; border:1px solid #fff; }
.woocommerce-LoopProduct-link:hover { color:#000; border:1px solid #efefef; box-shadow:0 4px 10px rgba(0,0,0,0.1); }
.woocommerce-LoopProduct-link .woocommerce-LoopProduct-info-wrapper{ position:absolute; top:0; right:0; bottom:0; left:0; opacity:0;  -moz-opacity: 0; -khtml-opacity: 0; }
.woocommerce-LoopProduct-link .woocommerce-LoopProduct-info-wrapper.alternative{ background-attachment:scroll; background-position:center; z-index:1; background-repeat:no-repeat; background-size:cover; display:table; width:100%; height:100%;}
.woocommerce-LoopProduct-link .woocommerce-LoopProduct-info-wrapper{ -webkit-animation-name: fadeOut; animation-name: fadeOut; -webkit-animation-duration: .75s; animation-duration: .75s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.woocommerce-LoopProduct-link:hover .woocommerce-LoopProduct-info-wrapper{ -webkit-animation-name: fadeIn; animation-name: fadeIn;   -webkit-animation-duration: .75s; animation-duration: .75s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.woocommerce-LoopProduct-link .woocommerce-LoopProduct-info-wrapper .woocommerce-LoopProduct-info { display:table-cell; vertical-align:middle;  }
.woocommerce-LoopProduct-link .woocommerce-LoopProduct-info-wrapper .woocommerce-LoopProduct-info .woocommerce-LoopProduct-info-content{ z-index: 1; text-align: center; margin:1em; padding: 1em; background: linear-gradient(to top, rgba(255, 255, 255,0.8), rgba(255, 255, 2255, 0.9)); }
.woocommerce-LoopProduct-link .woocommerce-LoopProduct-info-wrapper .woocommerce-LoopProduct-info .price{ font-weight:300; }
.woocommerce-LoopProduct-link .woocommerce-LoopProduct-info-wrapper .woocommerce-LoopProduct-info h2 { margin: 0 0 0.5em; font-size: 0.8em; font-weight: 500; color: #37312e; font-family: 'Montserrat', sans-serif; text-transform: uppercase; }
.woocommerce-LoopProduct-link .woocommerce-LoopProduct-info-wrapper .woocommerce-product-details__short-description { display: block; margin: 0; font-size: 0.6em; line-height: 1.2em; font-family: 'Montserrat',sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2px; color: #666; }

.woocommerce span.onsale { position: absolute; display: block; font-family: 'Montserrat', sans-serif; font-weight: 900; text-transform: uppercase; color: #ff0076; padding: 2px 5px; z-index: 10; top: 10px; right: 10px; left:auto; border: 1px solid #ff0076; line-height: 20px; font-size: 18px; border-radius: 0; min-height: 0; background: none; }

.woocommerce-LoopProduct-label { position: absolute; display: none; font-family: 'Montserrat', sans-serif; font-weight: 400; text-transform: uppercase; color: #666; padding: 0.1em 1em; z-index: 10; bottom: 0.2em; left: 50%; border: 1px solid #666; font-size: 1em; text-align: center; border-radius: 3em 3em; transform: translateX(-50%); }
.outofstock .woocommerce-LoopProduct-label, .sale .woocommerce-LoopProduct-label { display:block; }

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins { font-weight: 300; text-decoration:none; }

@media screen and (max-width:767px){
	
	.woocommerce-LoopProduct-link{ overflow:visible !important; height:auto !important; text-align:center; background:none !important; border:1px solid rgba(0,0,0,0.1); padding:1em; aspect-ratio:inherit !important; }
	.woocommerce-LoopProduct-link img{ opacity:1;  -moz-opacity: 1; -khtml-opacity: 1; width:100%; height:auto; }
	.woocommerce-LoopProduct-link .woocommerce-LoopProduct-info-wrapper.alternative{ background:none !important; }
	.woocommerce-LoopProduct-link .woocommerce-LoopProduct-info-wrapper{ -webkit-animation-name: none; animation-name: none; -webkit-animation-duration: .75s; animation-duration: .75s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
	.woocommerce-LoopProduct-link .woocommerce-LoopProduct-info-wrapper { position:relative; top:auto; right:auto; left:0; bottom:auto; opacity:1 !important;  -moz-opacity: 1 !important; -khtml-opacity: 1 !important; }
	.woocommerce-LoopProduct-link .woocommerce-LoopProduct-info-wrapper .woocommerce-LoopProduct-info{ position:relative; top:auto; bottom:auto; left:auto; right:auto; }
	.woocommerce-LoopProduct-link .woocommerce-LoopProduct-label{ bottom:auto; top:2em; }

}

.woocommerce-LoopProduct-link:hover:before{ color:#fff; border-color:#fff; }
.woocommerce-LoopProduct-link:hover .woocommerce-LoopProduct-label { background-color:#ff0076; color:#fff; border-color:#ff0076; }

/* Filter Styles */

.filter-list{ display: block; list-style:none inside; margin:30px 15px 60px 15px; padding:0; text-align:center;}
.filter-list li{ display:inline-block; vertical-align:top; }
.filter-list li a{ padding:2px 10px; font-size:24px; letter-spacing:0.2px; font-weight:300; text-transform:lowercase; }
.filter-list li a:hover, .filter-list li.selected a{ color:#eacf98; }

/* Instagram Styles */

.instagram-profile{ text-align:center; } 
.instagram-profile-image{ border-radius:100%; margin:30px 60px; border:10px solid #e5e5e5; transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in;} 
.instagram-profile-image:hover{ border:5px solid #e5e5e5; transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; } 
.instagram-post { margin: 15px 0; position: relative; border: 1px solid #efefef; }
.instagram-post-caption { opacity:0; position: absolute; top: 0; right: -50%; bottom: 0; background-color: rgba(255,255,255,0.8); text-align: right; width: 50%; font-size: 12px; padding: 15px; word-break: break-all; transition: all 0.7s ease-in; -moz-transition: all 0.7s ease-in; -webkit-transition: all 0.7s ease-in; }
.instagram-post:hover .instagram-post-caption{ right:0; opacity:1; transition: all 0.7s ease-in; -moz-transition: all 0.7s ease-in; -webkit-transition: all 0.7s ease-in;}

/* Category shop */

.category-shop-wrapper .category-shop .category-shop-content .category-shop-title{ font-weight:300; text-transform:uppercase; font-family:'Montserrat', sans-serif;  }
.category-shop-wrapper .category-shop .category-shop-content .category-shop-thumbnail{ position:relative; background-color:#fff6ff; }
.category-shop-wrapper .category-shop .category-shop-content .category-shop-thumbnail figcaption{ opacity:0; position:absolute; top:0; right:0; left:0; bottom:0; padding:1em; color: #fff; background-color:rgba(0,0,0,0.4); transition:all 0.4s ease-out; -moz-transition:all 0.4s ease-out; -webkit-transition:all 0.4s ease-out;}
.category-shop-wrapper .category-shop .category-shop-content .category-shop-thumbnail:hover figcaption{ opacity:1; }

/* Single product Page */

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { float: none; width: 100%; }
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { float: none; width: 100%; clear: none; }

.product_title{ font-weight: 300; margin-bottom: 2px; font-size: 3em; line-height: 1em; }
.woocommerce-product-details__short-description{ font-size: 1.2em; font-weight: 300; }
.summary .price{ font-size:1.5em !important; color:#999 !important; }

.product-thumbnail{ background-color:#f5f5f5; background-size:contain; }

.product-gallery { margin-top: 30px; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color:#a5e299; font-weight:100; min-height:40px; padding-left:1.5em; padding-right:1.5em; letter-spacing:1px; }
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background-color:#5bb849; }

.cart .button.alt:before{ content:"\e82e"; font-family:'Linearicons-Free'; display:inline-block; margin-right:10px; }
.woocommerce .quantity .qty { height: 40px; border: 1px solid #e5e5e5; border-radius: 4px; }

.social-share { list-style: none inside; margin: 0 0 15px 0; padding: 0; display: block; }
.social-share li { display: inline-block; vertical-align: top; font-size: 1.2em; margin: 0 15px; text-align:center;}
.social-share li:first-child {margin-left:0; }
.social-share li:last-child { margin-right:0; }
.social-share li a { font-weight:100; text-transform:uppercase; font-family:'Montserrat',sans-serif; font-weight:300; }
.social-share li a:hover { color:#f0bfae;  }

.product-meta-list{ display: block; list-style:none inside; margin:0; padding:0;}
.product-meta-list li{ display:inline-block; vertical-align:top; }
.product-meta-list li a, .product-meta-list li span{ padding:2px 10px; font-size:20px; letter-spacing:0.2px; font-weight:200; text-transform:lowercase; }
.product-meta-list li a:hover, .product-meta-list li span:hover { color:#eacf98; }

@media screen and (max-width:767px){
	.woocommerce div.product .product_title { margin: 15px 0 !important; }
	.summary { text-align:center;}
	.social-share li { display: block; margin: 15px !important; text-align: center; }
}


/* Checkout Page Styles */

#customer_details{ margin-bottom: 30px; }
.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields{ border: 1px solid #e5e5e5; border-radius:3px; padding:15px; margin-bottom:30px; }

.woocommerce form .form-row { padding: 0; margin: 0 0 15px 0; }
.woocommerce form .form-row label { line-height: 1.2em; display:block; width:100%; }
.woocommerce form .woocommerce-input-wrapper { width:100%; }

/* Account Page Styles */

.woocommerce-form-login, .woocommerce-form-register{ background-color:#fff; }
.account-navigation-wrapper ul{ list-style:none inside; margin:0; padding:0; }
.account-navigation-wrapper ul li{ display:block; margin:0 0 5px 0; padding:15px; background-color:#fff; border-width:1px 1px 4px 1px; border-style:solid; border-color:#e5e5e5; border-radius:3px; text-align:center; transition: color 0.2s ease-in; -moz-transition: color 0.2s ease-in; -webkit-transition: color 0.2s ease-in;}
.account-navigation-wrapper ul li:hover{ border-color:#eacf98; transition: color 0.2s ease-in; -moz-transition: color 0.2s ease-in; -webkit-transition: color 0.2s ease-in;}
.account-navigation-wrapper ul li a{ font-weight:300; }

.woocommerce-Address { border: 1px solid #e5e5e5; padding: 15px; border-radius: 3px; }

/* Blog roll elements Styles */

.br-element{ position:relative; background-color:#fff; transition:all 0.3s ease-in-out; margin-bottom:35px;}

.br-element h3 { margin: 10px 0 20px 0; }

.br-element .post { background-color: #e5e5e5; }
.br-element .post .thumbnail { box-shadow:none; margin: 1em; background-attachment: scroll;  background-position: center; background-repeat: no-repeat; background-size: cover; }
.br-element .post h2 { margin:1em 0; font-size:16px; padding:0 15px 0 0; line-height:1em; height:3em; overflow:hidden; text-transform:uppercase;}
.br-element .post .post-excerpt { font-size: 14px; padding: 0 15px 0 0; font-weight: 300; line-height: 18px; height:120px; overflow:hidden; position:relative; }
.br-element .post .post-excerpt:after { position:absolute; content:''; right:0; left:0; bottom:0; height:18px; background:linear-gradient(to top, #fff, transparent);}
.br-element .post .read-more { top: 0; }

.br-slider { overflow:hidden; }
.br-slider-control {position:relative; opacity:0; transition: opacity 0.3s ease-in;}
.br-slider:hover .br-slider-control{ opacity:1; transition: opacity 0.1s ease-in; }
.br-slider-control span { background-color: rgba(0, 0, 0, 0.3); color: #fff; font-size: 3em; height: 2em; line-height: 2em; position: absolute; text-align: center; width: 2em; z-index: 2; transition:all 0.2 ease-in; cursor:pointer;}
.br-slider-control span:hover { background-color: rgba(0, 0, 0, 0.5); box-shadow:0 0 2px rgba(0,0,0,0.3); }
.br-slider-control .br-slider-control-left { left:0; }
.br-slider-control .br-slider-control-right { right:0;}

.br-element.product-child { margin:0 0 5px 0; padding:0; }
.br-element.product-child h2{ font-size:14px; text-transform:uppercase; letter-spacing:1px; text-align:center; line-height:18px; height:36px; margin:0; padding:0 15px; }

.br-element.product-child .product-image{ border-radius:100%; margin:15px; border:0 solid #fff;  transition: border 0.1s ease-out; -moz-transition: border 0.1s ease-out; -webkit-transition: border 0.1s ease-out;}
.br-element.product-child:hover .product-image{ border:5px solid #fff; transition: border 0.1s ease-out; -moz-transition: border 0.1s ease-out; -webkit-transition: border 0.1s ease-out;}

.br-element.product-child h2{ color:#222; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.br-element.product-child:hover h2{ color:#ffb400; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }

.gallery-caption { position: absolute; bottom: 0; right: 0; left: 0; background-color: rgba(255,255,255,0.6); padding: 0.5em; line-height: 1.1em; }

.special-slider .autosquare{ background-size:contain; background-color:#fff; }
.special-slider .br-slider-control { opacity:1; }
.special-slider .br-slider-control span { height:100%; background-color: rgba(255, 255, 255, 0.3); color: #fff; font-size: 3em; position: absolute; text-align: center; width: 33%; top:0; bottom:0; z-index: 2; transition:all 0.2 ease-in; cursor:pointer;}
.special-slider .br-slider-control span:hover { background-color: rgba(255, 255, 255, 0.5); box-shadow:none; transition:all 0.2 ease-in; }

@media screen and (max-width:991px){
	.br-slider-control{ opacity:1 !important; }
	.br-element .post .thumbnail {	margin: 0; }
	.post-inner-wrapper { position: relative; padding: 1em; }
	.br-element .post h2 { margin: 0 0 1em 0; padding: 0; text-align:center;  }
}

@media screen and (max-width:767px){
	.br-slider { margin-right:-15px; margin-left:-15px; }
	.br-slider-control span{ width:28px ;font-size: 2em; }
	.post-inner-wrapper .autosquare{ max-height:160px; }
}

@media screen and (max-width:320px){
	.sticky-post, .post-cats { display:none;}
}

/* Archive Styles */

.post-wrapper{ padding:2em 0 0 0; margin-top:2em;   }

/* Cross Navigation Styles */

.cross-navigation{ margin-top:2em; padding:1em 0;}

.xnav-post-wrapper { height: 500px; overflow: hidden; position:relative; background-color:#fff; padding:15px; border-radius:4px; box-shadow:0 0 4px rgba(0,0,0,0.2); transition:all 0.3s ease-in-out; margin-bottom:32px;}
.xnav-post-wrapper h3 { margin: 10px 0 10px 0; font-weight: 600; font-size: 22px; }
.xnav-post-wrapper .xnav-post-link-wrapper { position: absolute; right: 0; left: 0; bottom: 0; background:#fff; z-index:1; padding:15px; }
.xnav-post-wrapper:hover {box-shadow:0 0 6px rgba(0,0,0,0.4); transition:all 0.3s ease-in-out; }

@media screen and (max-width:991px){
	.xnav-post-wrapper { height: auto; min-height:370px;}
}

@media screen and (max-width:767px){
	.xnav-post-wrapper {box-shadow:0 2px 4px rgba(0,0,0,0.2); background-color:#fff; transition:all 0.3s ease-in-out; }
	.xnav-post-wrapper .xnav-post-link { transition:all 0.01s ease-in-out; background: linear-gradient(to top, #fff, #fff, #fff, transparent);}
}

/* Sidebar Styles */

.left-content { border-right:1px solid #efefef; }
.sidebar { border-left:1px solid #efefef;}
.sidebar ul { list-style: none inside; padding: 0; margin: 0 0 1em 0; }
.sidebar ul li a{ color:#1b273d; display:block; transition:all 0.2s ease-in; margin-bottom:0.5em; }
.sidebar ul li a:hover{ color:##ffb600; transition:all 0.2s ease-out;}

.sidebar .sidebar-widget { margin:0 0 30px 0; padding:0; }
.sidebar .sidebar-widget a { text-decoration:none !important; }
.sidebar .sidebar-widget h2 { font-size: 1.8em; margin: 0 0 1em 0; padding: 0.5em 0; border-bottom: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5; }

.sidebar-widget > ul { list-style: none inside; padding: 0; margin: 0 0 1em 0; }
.sidebar-widget > ul ul { margin: 0px 0 0 15px; padding: 0; list-style: circle outside; }
.sidebar-widget > ul ul li{ font-size:0.8em; }

@media screen and (max-width:767px){
	.sidebar{ display:none; }
}

/* Map Styles */

.infoWindow { padding: 10px 0; }
.infoWindow strong{ display:block; margin-bottom:10px; font-size:1.2em; }
.infoWindow span{ padding: 4px; display:block; }
.infoWindow span label{ font-weight:bold; margin:0; padding:0; }

/*Page CTA Styles */

.page-cta { padding:2em 0; }
.page-cta .cta-text{ text-align:center; }
.page-cta .button-wrapper{ padding:30px 0; }

/* Contact form Styles */

.contact-form-wrapper h4 { border-bottom: 1px solid #ccc; margin: 1em 0; padding: 0 0 0.5em; }
.contact-form-wrapper .privacy-area { background-color: #fff; min-height: 95px; margin-bottom: -25px; }

span.wpcf7-list-item { display: inline-block; margin: 0 0 0 0; }

/* Footer Styles */

footer {} 
footer a { color:#222; } 
footer a:hover { color:#000; } 

#main-footer { text-align:center; margin-top:2em; }
#main-footer ul { list-style:none inside; padding:0; margin:0 0 15px 0; }
#main-footer ul li { display: block; margin: 0; padding: 0 0 10px 0; }
#main-footer h2 {}

.footer-menu-wrapper ul li{ display:inline-block !important; vertical-align:top; padding:0 1em !important} 

.newsletter-form-wrapper { padding: 0 30px; }
.newsletter-form-wrapper .checkbox{ text-align:left; font-size:12px;  }


#credits { padding: 2em 0; font-size:12px; text-align:center; }
#credits .logo{ margin-bottom:30px; }

@media screen and (max-width:767px){
	.footer-menu-wrapper ul li{ display:block !important; padding:1em !important} 
}

@media screen and (max-width:450px){
}

/* Pagination Styles */

.pagination { display: block; text-align: center; margin:2em 0; }
.pagination .screen-reader-text{ display: none; }
.pagination .page-numbers { border:1px solid #711D37; background-color: #711D37; color: #fff; display: inline-block; height: 32px; line-height: 32px; width: 32px; vertical-align:top;}
.pagination .page-numbers.current { background-color: #fff; color: #711D37;}
.pagination .page-numbers:hover{ color:#F8E27C; }
.pagination .page-numbers.next, .pagination .page-numbers.prev {font-family:'Font Awesome 5 Free'; font-weight:bold; }

/* Modal lightbox */

.lightbox {cursor:pointer;}
.modal-lightbox { background-color: rgba(0, 0, 0, 0.8); bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 100001; }
.modal-lightbox .modal-lightbox-close, .modal-lightbox .modal-lightbox-prev, .modal-lightbox .modal-lightbox-next {font-size: 3em; position: absolute; color: #fff; transition:all 0.1s ease-in; cursor:pointer;}
.modal-lightbox .modal-lightbox-close:hover, .modal-lightbox .modal-lightbox-prev:hover, .modal-lightbox .modal-lightbox-next:hover { color: #6DADD6;}
.modal-lightbox .modal-lightbox-close{  right: 0.5em; top: 0.5em;  }
.modal-lightbox .modal-lightbox-prev{ left: 0.5em; top: 50%; }
.modal-lightbox .modal-lightbox-next{ right: 0.5em; top: 50%; }
.modal-lightbox-image { box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.8); position: absolute; }

/*Random numbers effects Styles*/

.randomNumbers { margin: 1em 0; text-align: center; font-weight: 300; opacity:0; position:relative;}
.randomNumbers > span { margin: 0 5px 1em 0; font-weight: 600; display: block; text-align: center; font-size: 2em; }
.randomNumbers > span:after { content: ''; display: block; position: absolute; border-bottom: 2px dashed #fff; margin: 0.5em 0; right: 33%; left: 33%; }
.randomNumbers .numberCover { position: absolute; top: 0; right: 0; left: 0; }
.randomNumbers .numberCover:after { display:none; }

/* Flip Post Styles */

.flip-post { display: block; overflow: hidden; position: relative; aspect-ratio:1 / 1; margin-bottom:2em; }
.flip-post .flip-post-image { position:absolute; top:0; right:0; left:0; bottom:0; background-position:center; background-size:cover; z-index:5; margin:0; }
.flip-post .flip-post-image img{ opacity:0; max-width:100%; max-height:100%; display:none; }
.flip-post .flip-post-image figcaption{ display:table; width:100%; height:100%; background-color:rgba(0,0,0,0.4); }
.flip-post .flip-post-image figcaption span { display: table-cell; vertical-align: middle; text-align: center; font-size: 4em; text-transform: uppercase; color: #fff; font-family: 'Montserrat', sans-serif; }
.flip-post .flip-post-image{ -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: .75s; animation-duration: .75s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.flip-post:hover .flip-post-image{ -webkit-animation-name: flipOutY; animation-name: flipOutY;   -webkit-animation-duration: .75s; animation-duration: .75s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}

.flip-post .flip-post-body { position:absolute; top:0; right:0; left:0; bottom:0; z-index:1; border:1px solid #e5e5e5; }
.flip-post .flip-post-body .flip-post-content{ display:table; width:100%; height:100%; text-align:center; padding:1em;  }
.flip-post .flip-post-body .flip-post-content .flip-post-text{ display: table-cell; vertical-align: middle;  }

@media screen and (max-width:991px){
	.flip-post .flip-post-image figcaption span { font-size: 2em; }
}

/* Special Card Styles */

.special-card { padding: 2em; background: linear-gradient(to bottom, #f5f5f5, transparent); }
.special-card .special-card-body { position: relative; padding: 1em; height:320px; overflow:hidden; }
.special-card .special-card-body .special-card-title { font-family:'Montserrat', sans-serif; text-transform:uppercase; font-weight:400; color:#222; margin:2rem 0; }
.special-card .special-card-body .special-card-text { display:block; margin:0; }
.special-card .special-card-body .special-card-link-wrapper { position: absolute; bottom: 0; right: 0; left: 0; display: block; height: 40px; line-height: 40px; background-color: #fff; }
.special-card .special-card-body .special-card-link-wrapper:before { position:absolute; content:''; height:60px; right:0; left:0; top:-60px; background:linear-gradient(to top, #fff, transparent); display:block; }
.special-card .special-card-body .special-card-link-wrapper a { text-decoration:underline; text-transform:uppercase; }
.special-card .special-card-body .special-card-link-wrapper a:hover { color:#ffb507; }

/* Map Shortcode */

#map-wrapper{ min-height:350px; }

.grecaptcha-badge{display:none; }
.wpcf7-list-item-label{display:none;}

.wcppec-checkout-buttons { text-align: left !important; }
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text { width: auto !important; min-width:80px; max-width:40%;}

@media screen and (max-width:720px){
	html #wpadminbar { 	top: -46px; }
}

.woocommerce-store-notice, p.demo_store { position: fixed; top: auto !important; bottom: 0; }
