@charset "UTF-8";
/*/css/base.min.css*/
.tf_loader{width:1em;height:1em;overflow:hidden;display:inline-block;vertical-align:middle;position:relative}.tf_loader:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;text-indent:-9999em;border-radius:50%;box-sizing:border-box;border:.15em solid rgba(149,149,149,.2);border-left-color:rgba(149,149,149,.6);animation:tf_loader 1.1s infinite linear}@keyframes tf_loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.tf_clear{clear:both}.tf_left{float:left}.tf_right{float:right}.tf_textl{text-align:left}.tf_textr{text-align:right}.tf_textc{text-align:center}.tf_textj{text-align:justify}.tf_text_dec{text-decoration:none}.tf_hide{display:none}.tf_hidden{visibility:hidden}.tf_block{display:block}.tf_inline_b{display:inline-block}.tf_vmiddle{vertical-align:middle}.tf_mw{max-width:100%}.tf_w{width:100%}.tf_h{height:100%}.tf_overflow{overflow:hidden}.tf_box{box-sizing:border-box}.tf_abs{position:absolute;top:0;left:0;right:0;bottom:0}.tf_rel{position:relative}.tf_opacity{opacity:0}.clearfix:after{content:"";display:table;clear:both}.loops-wrapper>.post,.woocommerce ul.loops-wrapper.products>li.product{float:left;box-sizing:border-box;margin-left:3.2%;margin-right:0;margin-bottom:3.2%;clear:none}.woocommerce .loops-wrapper.no-gutter.products>.product,body .loops-wrapper.no-gutter>.post{margin:0}.woocommerce .loops-wrapper.products.list-post>.product{margin-left:0}.tf_scrollbar{scroll-behavior:smooth;--tf_scroll_color:rgba(137, 137, 137, .2);--tf_scroll_color_hover:rgba(137, 137, 137, .4);--tf_scroll_w:10px;--tf_scroll_h:10px;scrollbar-color:var(--tf_scroll_color) transparent;scrollbar-width:thin}.tf_scrollbar::-webkit-scrollbar{width:var(--tf_scroll_w);height:var(--tf_scroll_h)}.tf_scrollbar::-webkit-scrollbar-thumb{background-color:var(--tf_scroll_color);background-clip:padding-box;border:2px solid transparent;border-radius:5px}.tf_scrollbar:hover{scrollbar-color:var(--tf_scroll_color_hover) transparent}.tf_scrollbar:hover::-webkit-scrollbar-thumb{background-color:var(--tf_scroll_color_hover)}.tf_close{position:relative;transition:transform .3s linear;cursor:pointer}.tf_close:after,.tf_close:before{content:'';height:100%;width:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);background-color:currentColor;transition:transform .25s}.tf_close:after{transform:translate(-50%,-50%) rotate(-45deg)}.tf_close:hover:after{transform:translate(-50%,-50%) rotate(45deg)}.tf_close:hover:before{transform:translate(-50%,-50%) rotate(135deg)}

/*/css/themify.common.css*/
.edit-button{
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:.1em;
	text-decoration:none
}
.edit-button a:hover{
	text-decoration:underline
}
.hook-location-hint{
    padding:2px 5px;
    background:#fbffcd;
    border:solid 1px #cfd682;
    color:#666;
    font-size:11px;
    line-height:1;
    margin:2px 0;
    display:block;
    clear:both
}
.wp-video{
    width:100%!important;
    max-width:100%!important;
    margin-bottom:1em
}
.wp-video .mejs-container{
	width:100% !important;
	height:auto !important;
}
.wp-video .mejs-mediaelement{
	position:static;
}
.wp-video .mejs-overlay{
	width:100% !important;
	height:100% !important;
}
.wp-video  video.wp-video-shortcode, 
.wp-video .wp-video-shortcode video {
	width:100%;
	height:auto !important;
}
.wp-video .mejs-button>button{
	border-radius:0;
}
.wp-video .mejs-button>button:hover{
	background-color:transparent
} 
iframe{
    border:0
}
a:focus,input:focus,button:focus,select:focus,textarea:focus,.button:focus{
    outline:1px dotted rgba(150,150,150,.2)
}
.tf_focus_heavy button:focus,
.tf_focus_heavy a:focus,
.tf_focus_heavy input:focus,
.tf_focus_heavy select:focus,
.tf_focus_heavy textarea:focus,
.tf_focus_heavy .button:focus{
    outline:2px solid rgba(0,176,255,.8)
}
.tf_focus_none a,
.tf_focus_none button:focus,
.tf_focus_none a:focus,
.tf_focus_none input:focus,
.tf_focus_none select:focus,
.tf_focus_none textarea:focus,
.tf_focus_none .button:focus{
    outline:none
}
.tf_large_font{
    font-size:1.1em
}
.screen-reader-text{
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus{
    background-color:#f1f1f1;
    border-radius:3px;
    box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    clip:auto!important;
    color:#21759b;
    display:block;
    font-size:.875rem;
    font-weight:700;
    height:auto;
    left:5px;
    line-height:normal;
    padding:15px 23px 14px;
    text-decoration:none;
    top:5px;
    width:auto;
    z-index:100000
}
.post-image .themify_lightbox{
    position:relative;
    display:block;
    max-width:100%
}
.post-image .themify_lightbox .zoom{
    width:35px;
    height:35px;
    background:rgba(0,0,0,.3);
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    border-radius:100%
}
.post-image .themify_lightbox .zoom .tf_fa{
    vertical-align:middle;
    color:#fff;
	stroke-width:1px;
    line-height:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%)
}
.post-image .themify_lightbox:hover .zoom{
    background:rgba(0,0,0,.6)
}
@media screen and (max-width:600px){
    .admin-bar.fixed-header-on #headerwrap{
        top:0!important
    }
    .admin-bar.fixed-header #wpadminbar{
        position:fixed
    }
    .admin-bar.fixed-header-on #wpadminbar{
        position:absolute
    }
    body:not(.header-none).admin-bar.no-fixed-header #wpadminbar{
        margin-top:-46px
    }
}
.pswp:not(.pswp--open){display:none}
.ptb_map button,
.themify_map button{
    min-width:auto;
    border-radius:0
}
/*/themify-builder/css/themify-builder-style.css*/
.module_row,
.module_subrow,
.module_column,
.module_row .module{
    position:relative;
    box-sizing:border-box
}
.module_row .col-full{
    width:100%
}
.themify_builder .direction-rtl{
    flex-flow:row-reverse wrap-reverse
}
/* Hover Animation */
.module-buttons:hover,
.module_row:hover,
.module_column:hover,
.page-loaded .module-image img:hover,
.module-accordion i,
.module{
    transition-delay:0s;
    transition-timing-function:ease;
    transition-duration:.5s;
    transition-property:background,font-size,line-height,color,padding,margin,border,border-radius,box-shadow,text-shadow,filter
}
/* fix gutenberg empty p tag bug */
.entry-content > p:first-of-type:empty,
.entry-content > p:first-of-type+p:empty{
    margin:0;
    padding:0
}
/*GRID*/
.module_row{/* fix Chrome bug */
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.module.themify_builder_slider_wrap{
    transition:none
}
div.module_column{
    margin-left:3.2%;
    margin-right:0;
    float:left;
    /* top aligned */
    align-items:flex-start;
    align-content:flex-start
}
.module_column.col6-1{
    width:14%
}
.module_column.col5-1{
    width:17.44%
}
.module_column.col4-1{
    width:22.6%
}
.module_column.col4-2,
.module_column.col2-1{
    width:48.4%
}
.module_column.col4-3{
    width:74.2%
}
.module_column.col3-1{
    width:31.2%
}
.module_column.col3-2{
    width:65.6%
}
/*NARROW*/
.gutter-narrow>.module_column{
    margin-left:1.6%
}
.gutter-narrow>.col6-1{
    width:15.33%
}
.gutter-narrow>.col5-1{
    width:18.72%
}
.gutter-narrow>.col4-1{
    width:23.8%
}
.gutter-narrow>.col4-2,
.gutter-narrow>.col2-1{
    width:49.2%
}
.gutter-narrow>.col4-3{
    width:74.539%
}
.gutter-narrow>.col3-1{
    width:32.266%
}
.gutter-narrow>.col3-2{
    width:66.05%
}
/*NONE*/
.gutter-none>.module_column{
    margin-left:0;
    margin-right:0
}
.gutter-none>.col6-1{
    width:16.666%
}
.gutter-none>.col5-1{
    width:20%
}
.gutter-none>.col4-1{
    width:25%
}
.gutter-none>.col4-2,
.gutter-none>.col2-1{
    width:50%
}
.gutter-none>.col4-3{
    width:75%
}
.gutter-none>.col3-1{
    width:33.333%
}
.gutter-none>.col3-2{
    width:66.666%
}
/* first column */
.gutter-narrow>.module_column.first,
.module_column.col-full,
.module_column.first{
    margin-left:0;
    clear:left
}
/*CLEARFIX*/
.module:after{
    content:"";
    display:table;
    clear:both
}
/*RESETS*/
.ui,
.ui>li,
.themify_builder ul.loops-wrapper{
    margin:0;
    padding:0;
    list-style:none
}
/*SIZES*/
.ui.builder_button.large{
    font-size:120%;
    padding:10px 20px
}
.ui.builder_button.small{
    font-size:70%;
    padding:5px 10px
}
.xlarge .ui.builder_button{
    padding:.935em 1.875em
}
/*DEFAULT STYLES*/
.ui{
    color:#555
}
.ui.transparent{
    background:transparent;
	box-shadow:none;
    /* for transparent style inherit color */
    color:inherit
}
.ui.builder_button{
	text-decoration:none;
    position:relative; 
    border:solid 1px rgba(0,0,0,.05);
    display:inline-block;
    line-height:130%;
    transition:color .3s linear,background-color .3s linear,padding .3s linear,border .3s linear,box-shadow .3s linear;
    padding:.625em 1.25em;
    box-shadow:none
}
.ui.builder_button:hover{
    background:#f1f1f1
}
.ui>li.current,
.ui>li.current:hover{
    background:#666;
    box-shadow:inset 0 2px 3px rgba(0,0,0,.2)
}
.ui>li.current>a{
    color:#fff
}
.module_row .ui.builder_button{
    text-decoration:none
}
/*MODULE*/
.module-title{
    font-size:1.2em;
    margin:0 0 1.2em
}
.module img{
    border:none;
    vertical-align:bottom
}
/* MediaElement*/
.module_row .wp-video{
    width:100%!important;
    max-width:100%!important
}
.module_row .mejs__container{
    text-align:center!important;
    max-width:100%;
    min-height:100%!important
}
.module-slider{
    margin-bottom:2.5em
}
/*Widget Module*/
.module-widget .widget{
    margin:0
}
.wp-caption{
    max-width:100%
}
/*Map Module*/
.module-map button{
    border-radius:0
}
.module-map .gm-style-mtc img{
    vertical-align:baseline;
    margin-right:5px
}
/*BACKGROUND MODE*/
.themify_builder .repeat{
    background-repeat:repeat
}
.themify_builder .repeat-x{
    background-repeat:repeat-x
}
.themify_builder .repeat-y{
    background-repeat:repeat-y
}
.themify_builder .repeat-none{
    background-repeat:no-repeat
}
.themify_builder .fullcover{
    background-size:cover
}
.themify_builder .best-fit-image{
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat
}
.themify_builder .builder-bg-fixed{
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover
}
/* fullwidth row */
.themify_builder .module_row.fullheight .module_subrow,
.sidebar-none .themify_builder .module_row{
    width:100%
}
.module_row.fullwidth>.row_inner{
    width:100%;
    max-width:100%
}
/*BEST-FIT*/
.best-fit{
    background:#000
}
.best-fit-vertical{
    top:0!important;
    left:1%!important;
    right:1%!important;
    width:auto!important;
    height:100%!important;
    margin:auto!important
}
.best-fit-horizontal{
    top:10%!important;
    left:0!important;
    bottom:10%!important;
    width:100%!important;
    height:auto!important;
    margin:auto!important
}
/* iOS doesn't support fixed attachment */
@supports (-webkit-touch-callout: none) {
	.themify_builder_row { background-attachment: scroll !important; }
}
/*COLUMN ALIGNMENT*/
/* FLEX BOX */
.row_inner,
.module_column,
.subrow_inner{
    display:flex;
    flex-flow:wrap
}
.col_auto_height>.module_column{
    height:100%
}
.col_align_middle.col_auto_height{
    align-items:center
}
.col_align_bottom.col_auto_height:not(.direction-rtl){
    align-items:flex-end
}
/*FULLHEIGHT ROW*/
.module_row.fullheight{
    min-height:100vh;
    display:flex;
    width:100%
}
.fullheight>.row_inner>.module_column,
.fullheight>.row_inner{
    min-height:inherit
}
/* center aligned */
.col_align_middle>.module_column,
.fullheight>.row_inner>.col-full{
    align-items:center;
    align-content:center			
}
/* bottom aligned */
.col_align_bottom>.module_column{
    align-items:flex-end;
    align-content:flex-end
}
.module-plain-text:after{
    display:contents!important
}
/*MEDIA QUERIES*/
@media (min-width:681px) and (max-width:959px){
    .module_column.col6-1{
        width:31.2%;
        margin-top:25px
    }
    .gutter-narrow>.module_column.col6-1{
        width:32.266%
    }
    .direction-rtl:not(.tb_grid_classes)>.col6-1:nth-of-type(3),
    div:not(.direction-rtl):not(.tb_grid_classes)>.col6-1:nth-of-type(4){
        margin-left:0;
        clear:left
    }
    .gutter-none>.module_column.col6-1{
        width:33.333%
    }
}
@media screen and (max-width:680px){
	.themify_map.tf_map_loaded{
        width:100%!important;
	}
    .ui.builder_button,
    .ui.nav li a{
        padding:.525em 1.15em
    }
    .gutter-narrow:not(.tb_grid_classes)>.module_column,
    .gutter-none:not(.tb_grid_classes)>.module_column,
    div:not(.tb_grid_classes)>.module_column{
        margin-left:0;
        width:100%;
        max-width:100%;
        float:none
    }
    .module_row div:not(.tb_grid_classes)>.module_column.col6-1{
        width:48.4%;
        margin-left:3.2%
    }
    div.gutter-narrow:not(.tb_grid_classes)>.module_column.col6-1:nth-of-type(2n+1),
    .direction-rtl:not(.tb_grid_classes)>.col6-1:nth-of-type(2n),
    div:not(.direction-rtl):not(.tb_grid_classes)>.col6-1:nth-of-type(2n+1){
        margin-left:0;
        clear:left
    }
    div.gutter-narrow:not(.tb_grid_classes)>.module_column.col6-1{
        width:49.2%;   
        margin-left:1.6%
    }
    div.gutter-none:not(.tb_grid_classes)>.module_column.col6-1{
        width:50%;
        margin-left:0
    }
    .fullheight>.row_inner>.module_column:not(.col-full),
    .fullheight>.row_inner{
        min-height:0
    }
}

/*/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css*/
.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:' ';display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.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:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:' ';display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.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:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:' ';display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:' ';display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:' ';display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:' ';display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.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:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:' ';display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:' ';display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:' ';display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:' ';display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{position:absolute;right:.7em;top:.7em;cursor:pointer}.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none}.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after{color:#585858}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:' ';display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}
/*/wp-content/plugins/woocommerce/assets/css/woocommerce.css*/
@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@font-face{font-display:swap;font-family:star;src:url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/fonts/star.eot);src:url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:WooCommerce;src:url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);src:url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#a46497;color:#fff;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fff;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:red!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:red}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0;font-size:.92em;color:#767676}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:' ';display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .woocommerce-breadcrumb a{color:#767676}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price,.woocommerce div.product span.price{color:#77a464;font-size:1.25em}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .stock{color:#77a464}.woocommerce div.product .out-of-stock{color:red}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{-webkit-transition:all cubic-bezier(.795,-.035,0,1) .5s;transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:.5em;right:.5em;font-size:2em;z-index:9;width:36px;height:36px;background:#fff;text-indent:-9999px;border-radius:100%;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:9px;left:9px;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:19px;left:22px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);box-sizing:content-box}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #d3ced2;background-color:#ebe9eb;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6a6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #d3ced2;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #ebe9eb}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #ebe9eb}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #d3ced2;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:' ';display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:' ';display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;vertical-align:top;line-height:2em}.woocommerce div.product form.cart .variations label{font-weight:700}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;-webkit-transform:scale(1.5,1.5);-ms-transform:scale(1.5,1.5);transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#77a464;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:' ';display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{margin-top:1em}.woocommerce ul.products li.product .price{color:#77a464;display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgba(132,132,132,.5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #d3ced2;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #d3ced2;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#ebe9eb;color:#8a7e88}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#ebe9eb;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce #respond input#submit.loading::after,.woocommerce a.button.loading::after,.woocommerce button.button.loading::after,.woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.woocommerce #respond input#submit.added::after,.woocommerce a.button.added::after,.woocommerce button.button.added::after,.woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background-color:#dfdcde;text-decoration:none;background-image:none;color:#515151}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background-color:#a46497;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background-color:#96588a;color:#fff}.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover{background-color:#a46497;color:#fff}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#ebe9eb}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:' ';display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:' ';display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#ebe9eb;border:1px solid #e4e1e3;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:' ';display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:star}.woocommerce .star-rating::before{content:"\73\73\73\73\73";color:#d3ced2;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:' ';display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:transparent none;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:' ';display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"\2193";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:' ';display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:' ';display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #ebe9eb;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:' ';display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{left:50%;top:0;margin-top:-4px;-webkit-transform:translateX(-50%) rotate(180deg);-ms-transform:translateX(-50%) rotate(180deg);transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#1e85be transparent transparent transparent;z-index:100;display:block}.woocommerce form .form-row select{cursor:pointer;margin:0}.woocommerce form .form-row .required{color:red;font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:normal}.woocommerce form .form-row textarea{height:4em;line-height:1.5;display:block;box-shadow:none}.woocommerce form .form-row .select2-container{width:100%;line-height:2em}.woocommerce form .form-row.woocommerce-invalid label{color:#a00}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#a00}.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#6dc22e}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #d3ced2;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:' ';display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #d3ced2;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgba(0,0,0,.1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{margin-bottom:0;padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:' ';display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;color:#a00}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;color:#a00;vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#a46497;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#a46497}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#462940;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:' ';display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;color:#a00}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{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}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:' ';display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:' ';display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:' ';display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.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}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:' ';display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#77a464}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #ebe9eb}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:#ebe9eb;border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid #d3ced2;margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:' ';display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:' ';display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dfdcde;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c7c1c6;border-top-color:#bbb3b9}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(https://www.brand.glif.it/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dfdcde;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}.woocommerce-invalid #terms{outline:2px solid red;outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}
/*/themify-builder/css/modules/parallax.css*/
.themify_builder .builder-parallax-scrolling{
    background-attachment:fixed!important;
    background-repeat:no-repeat!important;
    background-position:center; /* don't add !important here so user can change position with builder styling */
	transition:background-position 0s!important
}
@media (hover:hover){
	.themify_builder .builder-parallax-scrolling{
		background-size:cover
	}
}
@media(hover:none){
	/* for touch devices */
	.themify_builder .builder-parallax-scrolling{
		background-attachment:scroll!important
	}
}
/*/wp-content/themes/themify-simple/styles/modules/site-logo.css*/
#site-logo {
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 2.2em;
	line-height: 1em;
	letter-spacing: .02em;
	display: inline-block;
}
#site-logo a,
#site-logo a:hover {
	text-decoration: none;
}

/*/css/modules/social-links.css*/
.social-widget .widget{
    display:inline-block;
    margin:0 3px 0 0
}
.social-widget .widgettitle{
    width:auto;
    font-weight:700;
    font-size:100%;
    font-family:inherit;
    text-transform:none;
    letter-spacing:0;
    display:inline-block;
    vertical-align:middle;
    margin:0 .5em 0 0;
    padding:0;
    background:0;
    border:0;
    border-radius:0;
    box-shadow:none
}
.social-widget .social-links{
    margin:6px 0 0;
    padding:0;
    display:inline
}
.widget .social-links li img{
    vertical-align:middle
}
.widget .social-links{
    padding:0;
    line-height:1em
}
.social-links .social-link-item{
    display:inline-block;
    margin:0 5px 5px 0;
    padding:0;
    list-style:none;
    border:0
}
.social-links.vertical li{
    display:block;
    margin:0 0 5px
}
.widget .social-links a,
.widget .social-links a:hover{
    text-decoration:none
}
.social-links li i{
    vertical-align:middle;
    line-height:1em;
    width:20px;
    height:20px;
    padding:4px;
    font-size:20px;
    text-align:center;
    border-radius:100%;
    display:inline-block
}
.social-links .icon-small i{
    font-size:8px;
    width:8px;
    height:8px
}
.social-links .icon-large i{
    font-size:28px;
    padding:6px;
    width:36px;
    height:36px
}
.social-links .icon-small img{
    max-width:16px;
    max-height:16px
}
.social-links .icon-medium img{
    max-width:24px;
    max-height:24px
}
.social-links .icon-large img{
    max-width:32px;
    max-height:32px
}
#footer .social-links.horizontal li,
#sidebar .social-links.horizontal li{
    border:0;
    display:inline-block
}
#footer .social-links.vertical,
#sidebar .social-links.vertical{
    display:block
}
#footer .social-links.vertical li,
#sidebar .social-links.vertical li{
    display:block;
    margin:0 0 .5em
}
/*/themify-builder/css/modules/image.css*/
.module-image .image-title{
    margin:0 0 .3em;
    font-size:1.2em
}
.module-image .image-title a{
    text-decoration:none;
    color:inherit;
    font-family:inherit;
    text-shadow:inherit
}
/*layout*/
.module-image .image-wrap{
    width:auto
}
.module-image .image-wrap img{
    vertical-align:top;
    display:inline-block
}
.themify_builder_active .module-image .image-wrap img{
    object-fit:cover
}
/*appearance*/
.module-image.rounded .image-wrap img{
   border-radius:10px
}
.module-image.bordered .image-wrap img{
    border:solid 1px rgba(0,0,0,.15);
    background:#fff;
    padding:3px;
    box-sizing:border-box
}
.module-image.drop-shadow .image-wrap img,
.module.drop-shadow .post-image img{
    box-shadow:0 1px 8px 2px rgba(0,0,0,.15)
}
.module-image.circle .image-wrap img{
    border-radius:50em
}
/* auto fullwidth */
.themify_builder .auto_fullwidth .lightbox{
    display:block
}
.themify_builder .auto_fullwidth .image-wrap,
.themify_builder .auto_fullwidth img{
    width:100%;
    display:block; /* required for FF */
}
/* lightbox */
.module-image .image-wrap .lightbox{
    position:relative;
    display:inline-block;
    max-width:100%
}
/*/themify-builder/css/modules/image_styles/top.css*/
.module-image.image-top .image-content{
    margin-top:.5em;
    margin-bottom:1em
}
/*/wp-content/themes/themify-simple/style.css*/
/*
Theme Name: Themify Simple
Theme URI: https://themify.me/themes/simple
Version: 5.2.0
Description: Created by <a href="http://www.themify.me">Themify</a>.
Author: Themify
Author URI: http://www.themify.me
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) Themify.
Tags: themify, featured-images, translation-ready, custom-menu, sidebar
Text Domain: themify

---------

DO NOT EDIT THIS FILE.

If you need to override theme styling, please add custom CSS in Appearance > Customize > Custom CSS or a child theme (https://themify.me/docs/child-theme).
*/

/*----------------------------------------------------------------------------------
TABLE OF CONTENT

1.  Reset
2.  General Styling (default font, color, lists, headings, form elements, etc.)
3.  Structure (page width & layout containers)
4.  Grid (column width)
5.  Header (logo, tagline, social widget, search form, main menu)
6.  Page (page title, author page, pagination)
7.  Post (post layouts & styling, comments, post navigation)
    7.1 Portfolio Post Type
    7.2 Team Post Type
8.  Sidebar
    8.1 Widget Styles
9.  Footer
10. Builder Styling
11. WordPress Formatting
12. Gallery
13. Clear & Alignment
14. Image Filter
15. WooCommerce

----*/

/************************************************************************************
1. RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

audio,
iframe, object, embed {
	max-width: 100%;
}

/************************************************************************************
2. GENERAL STYLING
*************************************************************************************/
@font-face {
  font-family: 'themify_theme_icon';
  font-display:swap;
  src: url('data:application/octet-stream;base64,d09GRgABAAAAAAxQAA8AAAAAFTAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAAABUIIslek9TLzIAAAGUAAAAQwAAAFY+IFHNY21hcAAAAdgAAABeAAABlOJ1VUBjdnQgAAACOAAAABMAAAAgBtX/BGZwZ20AAAJMAAAFkAAAC3CKkZBZZ2FzcAAAB9wAAAAIAAAACAAAABBnbHlmAAAH5AAAAZMAAAGuK4EFpmhlYWQAAAl4AAAAMgAAADYU7FpKaGhlYQAACawAAAAfAAAAJAc8A1VobXR4AAAJzAAAABAAAAAQDoH//2xvY2EAAAncAAAACgAAAAoA7wBmbWF4cAAACegAAAAgAAAAIADQC8puYW1lAAAKCAAAAZkAAANF4g1j03Bvc3QAAAukAAAAMAAAAEGz/h9OcHJlcAAAC9QAAAB6AAAAhuVBK7x4nGNgZGBg4GIwYLBjYHJx8wlh4MtJLMljkGJgYYAAkDwymzEnMz2RgQPGA8qxgGkOIGaDiAIAJjsFSAB4nGNgZF7AOIGBlYGBqYppDwMDQw+EZnzAYMjIBBRlYGVmwAoC0lxTGBxeMHyYxxz0P4shijmIYRpQmBEkBwD/YAxzAHic7ZDBDYAwDAMvTUEIMQrixTS8mIz5+mSD4rQdA0sXK46Uh4EJcLGLDHZjhC6l1nJnbXnm0D7LjVTsfWqFQnfJdFuap/hoM7+2Ns+xefTViW7LQH2pxQ7+ARu5Ed4AAHicY2BAAxIQyBz0PwuEARJsA90AeJytVml300YUHXlJnIQsJQstamHExGmwRiZswYAJQbJjIF2crZWgixQ76b7xid/gX/Nk2nPoN35a7xsvJJC053Cak6N3583VzNtlElqS2AvrkZSbL8XU1iaN7DwJ6YZNy1F8KDt7IWWKyd8FURCtltq3HYdERCJQta6wRBD7HlmaZHzoUUbLtqRXTcotPekuW+NBvVXffho6yrE7oaRmM3RoPbIlVRhVokimPVLSpmWo+itJK7y/wsxXzVDCiE4iabwZxtBI3htntMpoNbbjKIpsstwoUiSa4UEUeZTVEufkigkMygfNkPLKpxHlw/yIrNijnFawS7bT/L4vead3OT+xX29RtuRAH8iO7ODsdCVfhFtbYdy0k+0oVBF213dCbNnsVP9mj/KaRgO3KzK90IxgqXyFECs/ocz+IVktnE/5kkejWrKRE0HrZU7sSz6B1uOIKXHNGFnQ3dEJEdT9kjMM9pg+Hvzx3imWCxMCeBzLekclnAgTKWFzNEnaMHJgJWWLKqn1rpg45XVaxFvCfu3a0ZfOaONQd2I8Ww8dWzlRyfFoUqeZTJ3aSc2jKQ2ilHQmeMyvAyg/oklebWM1iZVH0zhmxoREIgIt3EtTQSw7saQpBM2jGb25G6a5di1apMkD9dyj9/TmVri501PaDvSzRn9Wp2I62AvT6WnkL/Fp2uUiRen66Rl+TOJB1gIykS02w5SDB2/9DtLL15YchdcG2O7t8yuofdZE8KQB+xvQHk/VKQlMhZhViFZAYq1rWZbJ1awWqcjUd0OaVr6s0wSKchwXx76Mcf1fMzOWmBK+34nTsyMuPXPtSwjTHHybdT2a16nFcgFxZnlOp1mW7+s0x/IDneZZntfpCEtbp6MsP9RpgeVHOh1jeUELmnTfwZCLMOQCDpAwhKUDQ1hegiEsFQxhuQhDWBZhCMslGMLyYxjCchmGsLysZdXUU0nj2plYBmxCYGKOHrnMReVqKrlUQrtoVGpDnhJulVQUz6p/ZaBePPKGObAWSJfIml8xzpWPRuX41hUtbxo7V8Cx6m8fjvY58VLWi4U/Bf/V1lQlvWLNw5Or8BuGnmwnqjapeHRNl89VPbr+X1RUWAv0G0iFWCjKsmxwZyKEjzqdhmqglUPMbMw8tOt1y5qfw/03MUIWUP34NxQaC9yDTllJWe3grNXX27LcO4NyOBMsSTE38/pW+CIjs9J+kVnKno98HnAFjEpl2GoDrRW82ScxD5neJM8EcVtRNkja2M4EiQ0c84B5850EJmHqqg3kTuGGDfgFYW7BeSdconqjLIfuRezzKKT8W6fiRPaoaIzAs9kbYa/vQspvcQwkNPmlfgxUFaGpGDUV0DRSbqgGX8bZum1Cxg70Iyp2w7Ks4sPHFveVkm0ZhHykiNWjo5/WXqJOqtx+ZhSX752+BcEgNTF/e990cZDKu1rJMkdtA1O3GpVT15pD41WH6uZR9b3j7BM5a5puuiceel/TqtvBxVwssPZtDtJSJhfU9WGFDaLLxaVQ6mU0Se+4BxgWGNDvUIqN/6v62HyeK1WF0XEk307Ut9HnYAz8D9h/R/UD0Pdj6HINLs/3mhOfbvThbJmuohfrp+g3MGutuVm6BtzQdAPiIUetjrjKDXynBnF6pLkc6SHgY90V4gHAJoDF4BPdtYzmUwCj+Yw5PsDnzGHQZA6DLeYw2GbOGsAOcxjsMofBHnMYfMGcdYAvmcMgZA6DiDkMnjAnAHjKHAZfMYfB18xh8A1z7gN8yxwGMXMYJMxhsK/p1jDMLV7QXaC2QVWgA1NPWNzD4lBTZcj+jheG/b1BzP7BIKb+qOn2kPoTLwz1Z4OY+otBTP1V050h9TdeGOrvBjH1D4OY+ky/GMtlBr+MfJcKB5RdbD7n74n3D9vFQLkAAQAB//8AD3icLY9NSxtRFIbPe+/cmSQmk3Ry5waxxprgV0ZTaEPS+jEEQaQYIQsXVrKQMrRFbBcuRBBaabcllBSCuBAr+QcFtwGXLkQ3Rfo7unEz8UY9vKvnvAeeQyA9/JwFJMj8I4AZb8yKYgL8vBA2wkYBl+0pdMLGFC77Vdbr9bb4b56gCI2SV50cAcgGB1smgwgGbRKIM/BNYizB3mTyMu0IMeihVIQplQ9IM/ccZj5XZL6RZRlpZRT73rpq6SA7PSu7wX699bHK5rebneb2PJa6Lr59aLH2xaH5IzwaLrjdJX/r52nz86yx+L69uh903fs3iHq3PM0HtNszek3l6svJKCNgmbiA4PhEJgluir4iYU1vaN1gukG1snr1tJR2LDHkVbTfeKn8QgllesiNTxShs4BSpTyHLH+klSJ/oBoqQzl//Q1fB1nIJyu2RPzswHbi0SR/e/q1hjG4qbqtYAXH/3Zt6SbxC7HrvWCmf+PvJDOOfXAWh7RXUrGYVfvS2Ugqmdi7OXkX0bCekpHd6/D/HaTnVBgAeJxjYGRgYADiQtYncvH8Nl8ZuJlfAEUYbnzmLofR////z2J+wcwL5HIwMIFEAV0xDRYAAHicY2BkYGAO+p8FJF/8////H/MLBqAICmABALaJB5YAA+gAAAPoAAADoP//AxEAAAAAAAAAGABmANcAAAABAAAABAA6AAMAAAAAAAIADgAeAHMAAABHC3AAAAAAeJyNkM1Kw0AUhU9qVbTgQsH1LEQUIf0BEV0phXbnwkU3LmqMk2RKOlMmUyELH0F8Fre+gCtfwRfwJTxJBxGL0ITJfPfccydzL4BdfCLA4jnlWnBA/dRzA5sYel6jfu25Sb7zvI4WrOcN6k+et3GCF88t7OGNJwTNLUYTfHgOcBCceW5gJ7j1vEZdeW6Snz2vYz949bxB/d3zNkbBl+cWDhtXfTMrrUozJ476x6LX6Z6L+1IYSkpHuYjmLjO2EJciMdrJPDdhbKYuk1OVlONql2MVG30j03ke2eXEsjKStlBGi27YWU4OpZY2cvKhukXxmPacS0RizVQM/P/FzJqJjF2YOTe7aLd/3wt9GMxQcswKKTI4CBxRPebeQwddnJPu6RB0LlwKGhFyKhHmrMjqTMH4kithpKlKOnJyiJjfae2T3BUdJcY/sSSr2qNxwyjlmTlPtitVrOIZMarup+pIsKeQna1SOWSk6+qo7ujhZxYFHnnTHlXH+qprW3cpMPjTv+B8q9yESkw9rKfsqF6gzfefeX0Dbw+nugAAAHicY2BigAAuBuyAhZGJkZmRhZGVgSMxLz0nVbe0gK04NbEoOYO5qLiYgQEAWYEHG3icY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZWJ02MTAyaIEYm7mYGDkgLD4GMIvNaRfTAaA0J5DN7rSLwQHCZmZw2ajC2BEYscGhI2Ijc4rLRjUQbxdHAwMji0NHckgESEkkEGzmYWLk0drB+L91A0vvRiYGFwAMdiP0AAA=') format('woff');
}
body {
	font: 1.05em/1.8em 'Open Sans', Arial, Helvetica, sans-serif;
	overflow-wrap:break-word;
	color: #656565;
 	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
a {
	text-decoration: none;
	outline: none;
	color: #03c6ad;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0 0 1.75em;
}
small {
	font-size: 87%;
}
blockquote {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: .8em 2em 1em;
	margin: 0 0 1.2em;
	position: relative;
}
blockquote:before {
	content: '\201C';
	font-size: 3.3em;
	position: absolute;
	margin-left: -.5em;
	margin-top: .2em;
}
ins {
	text-decoration: none;
}

/* LIST
================================================ */
ul, ol {
	margin: 0 0 1.4em 1.6em;
	padding: 0;
}
li {
	margin: 0 0 1em 0;
	padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin-top: 1em;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins';
	line-height: 1.4em;
	margin: 0 0 .4em;
	overflow-wrap: normal;
	font-weight: 600;
	color: #000;
}
h1 {
	font-size: 2.4em;
	letter-spacing: -.05em;
}
h2 {
	font-size: 2em;
	letter-spacing: -.03em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
	max-width: 100%;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=number], input[type=tel], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week] {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #c8c8c8;
	font-size: 0.975em;
	letter-spacing: 0.01em;
	padding: 0.15em 0.1em 0.9em;
	margin: .2em 0 0;
	max-width: 100%;
	-webkit-appearance: none;
	box-sizing: border-box;
	transition: all 0.7s ease;
	width: 15em;
}
input[type=number] {
	width: 7em;
}

/* text area */
textarea {
	width: 100%;
	min-height: 8em;
	border: 1px solid #c8c8c8;
	padding: 0.6em 0.8em;
	height: 206px;
	margin-top: 0.75em;
}

/* form input:focus */
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus {
	outline: none;
}

/* form button */
input[type=reset], input[type=submit], button {
	background-color: #03c6ad;
	border-radius: 5em;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Poppins';
	font-size: 0.95em;
	font-weight: 600;
	padding: 0.95em 1.75em 0.75em 1.9em;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	margin-top: 0.3em;
	transition: all 0.7s ease;
	-webkit-appearance: none;
}

/* form input:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background-color: #000;
	color: #fff;
}
label {
	font-family: 'Poppins';
	font-size: 0.95em;
	font-weight: 600;
	text-transform: uppercase;
}
label small {
	font-weight: normal;
	text-transform: none;
}

/************************************************************************************
3. STRUCTURE
*************************************************************************************/
/* set general layout containers box-sizing */
img, textarea, input, #pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav, #sidebar, .widget, #footerwrap, #footer, .col4-1, .col4-2, .col4-3, .col3-1, .col3-2, .col2-1 {
	box-sizing: border-box;
}

/* main page width */
.pagewidth,
.module_row > .row_inner,
.module-layout-part .module_row.fullwidth_row_container > .row_inner {
	width: 1160px;
	max-width: 100%;
	margin: 0 auto;
}

/* body (middle container) */
#body {
	max-width: 100%;
	clear: both;
}

/* admin-bar */
.admin-bar #headerwrap,
.admin-bar #headerwrap.fixed-header {
	top: 32px;
}

/* content */
#content {
	width: 68%;
	float: left;
	padding: 5% 0;
}
.sidebar-none #content {
	width: 100%;
	float: none;
}

/* sidebar */
#sidebar {
	width: 26.5%;
	float: right;
	padding: 5% 0;
	font-size: 0.9em;
}
#sidebar .secondary {
	width: 47%;
}

/* full_width content */
.full_width #layout {
	width: 100%;
	max-width: 100%;
}
.full_width #content {
	padding: 0;
	width: auto;
	max-width: 100%;
	float: none;
}
.full_width #sidebar {
	width: auto;
	float: none;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/************************************************************************************
4. GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	margin-left: 3.2%;
	float: left;
}
.col4-1 {
	width: 22.6%;
}
.col4-2, .col2-1 {
	width: 48.4%;
}
.col4-3 {
	width: 74.2%;
}
.col3-1 {
	width: 31.2%;
}
.col3-2 {
	width: 65.6%;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
5. HEADER
*************************************************************************************/
#headerwrap {
	background-color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
}
#header {
	position: relative;
	padding: 2.25em 30px 2.04em;
	width: auto;
}

.social-wrap {
	position:absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}
#logo-wrap {
	text-align: center;
}
/*
SOCIAL WIDGET
================================================ */
#header .social-widget {
	display: inline-block;
	vertical-align: middle;
	margin-right: 57px;
	margin-top: 0;
}
.social-widget a {
	text-decoration: none;
	padding: 0 0.15em;
	color: inherit;
}
.social-widget a:hover {
	text-decoration: none;
	color: #03c6ad;
}
.social-widget .widget {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 0 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font-weight: bold;
	font-size: 100%;
	font-family: inherit;
	text-transform: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin: 0 .5em 0 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-widget .social-links.horizontal li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -3px;
}

/* rss */
.social-widget div.rss {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}
.social-widget div.rss a {
	display: inline-block;
}
.social-widget .rss a:before {
	content: "\f09e";
	font-family: 'themify_theme_icon';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 23px;
}

/*
SEARCH FORM
================================================ */
#searchform-wrap {
	position: relative;
}
#headerwrap #searchform {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 0;
}
#headerwrap #searchform #s {
	background-color: transparent;
	border: 2px solid;
	border-radius: 5em;
	color: inherit;
	margin: 0;
	padding: 4px 15px;
	width: 30px;
	transition: all .8s ease;
}
#headerwrap #searchform #s:focus,
#headerwrap #searchform #s:hover,
#headerwrap #searchform .icon-search:hover + #s {
	width: 170px;
	color: #000;
	background-color: rgba(255,255,255,0.9);
	padding-right: 30px;
}
#headerwrap #searchform .icon-search:before {
	content: "\e801";
	font-family: 'themify_theme_icon';
	font-style: normal;
	position: absolute;
	right: 9px;
	top: 0.1em;
	z-index: 1;
}

/*
MAIN NAVIGATION
================================================ */
#main-nav {
	margin: 0;
	padding: 0;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	position: absolute;
	left: 30px;
	top: 50%;
	z-index: 1;
	width: 100%;
	max-width: 40%;
	transform: translateY(-50%);
	padding-top: 2em;
}
#main-nav li {
	margin: 0 0.3em 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-block;
}

/* dropdown icon */
#main-nav ul .menu-item-has-children > a:after {
	content: "\e649";
	font-family: themify;
	font-size: 0.6em;
	position: absolute;
	right: 15px;
	top: 1.8em;
}

/* main level link */
#main-nav a {
	color: inherit;
	display: block;
	padding: 0.2em 0 0.2em 0.75em;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 2.15em;
}
#main-nav > li:first-child > a {
	padding-left: 0;
}

/* main level link :hover & current link */
#main-nav a:hover,
#main-nav .current_page_item > a,
#main-nav .current-menu-item > a {
	color: #03c6ad;
}

/* sub-levels link */
#main-nav ul a {
	color: #333;
	border-bottom: 1px solid #ddd;
	display: block;
	font-size: .95em;
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: .055em;
	text-transform: none;
	padding: 1.1em 1.4em 1.2em;
	margin: 0;
	width: 230px;
	box-sizing: border-box;
}
/* sub-levels link :hover */
#main-nav ul a:hover {
	color: #000
}
#main-nav ul a:hover,
#main-nav ul .current_page_item > a,
#main-nav ul .current-menu-item > a {
	background-color: #e7f2f1;
	color: #000;
}
#main-nav ul li:last-child > a {
	border: none;
}

/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #03c6ad;
	position: absolute;
	z-index: 100;
	display: none;
	top: 100%;
	left: -20px;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 100%;
	top: -1px;
	margin-left: 0;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}

/* Arrow on left side for sub level menu */
#main-nav ul:after {
	content: '';
	border: 10px solid transparent;
	border-bottom-color: #03c6ad;
	height: 0;
	width: 0;
	bottom: 100%;
	position: absolute;
	pointer-events: none;
	left: 30px;
	top: 0;
	margin: -20px 0 0;
}
/* Arrow on left side for sub sub level menu */
#main-nav ul ul:after {
	left: -20px;
	top: 50%;
	border-right-color: #03c6ad;
	border-bottom-color: transparent;
	margin-top: -10px;
}

/* mobile menu icon */
#menu-icon,
#menu-icon-close {
	display: none;
}
.menu-icon-inner {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 1.7em;
	height: 1.3em;
	overflow: hidden;
	vertical-align: middle;
}
.menu-icon-inner:before,
.menu-icon-inner:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	transition: all .7s ease;
	transition-property: transform;
}
.menu-icon-inner:before {
	top: 0;
}
.menu-icon-inner:after {
	top: 50%;
}
.menu-icon-inner,
.menu-icon-inner:before,
.menu-icon-inner:after {
	border-bottom: 5px solid;
}
body.mobile-menu-visible {
	position: relative;
	overflow-y: hidden;
	overflow-x: hidden;
}
.body-overlay {
	display: none;
	background-color: rgba(255,255,255,.7);
	width: 100%;
	height: 100%;
	position: fixed;
	right: 300px;
	top: 0;
	z-index: 1000;
	box-shadow: inset -1px 0 13px rgba(0,0,0,.13)
}
.body-overlay.body-overlay-on {
	display: block; /* fix for Windows phone */
}

/* Edge Menu */
#main-nav .edge > ul {
	left: auto;
	right: 0;
}
#main-nav ul .edge > ul {
	left: auto;
	right: 100%;
}

/* Transparent Header */
.transparent-header #headerwrap {
	background-color: transparent;
	color: #fff;
}
.transparent-header #headerwrap #searchform #s {
	border-color: #fff;
}
.transparent-header #headerwrap #searchform:hover .icon-search:before {
	color: #000;
}
.transparent-header.themify_builder_active #headerwrap {
	position: static !important;	
	color: inherit;
}
.transparent-header.themify_builder_active #headerwrap a {
	color: inherit;
}
.transparent-header #headerwrap > a:hover,
.transparent-header #main-nav > a:hover {
	color: rgba(255,255,255,0.6);
}
.transparent-header #headerwrap #site-logo a,
.transparent-header #main-nav .current_page_item a,
.transparent-header #main-nav .current-menu-item a {
	color: #fff;
}
/* Transparent Header - Fixed Header */
.transparent-header #headerwrap.fixed-header {
	color: #000;
}
.transparent-header #headerwrap.fixed-header #searchform #s {
	border-color: #000;
}
.transparent-header #headerwrap.fixed-header a:hover,
.transparent-header #headerwrap.fixed-header #main-nav a:hover {
	color: rgba(0,0,0,0.6);
}
.transparent-header #headerwrap.fixed-header #site-logo a,
.transparent-header #headerwrap.fixed-header #main-nav .current_page_item a,
.transparent-header #headerwrap.fixed-header #main-nav .current-menu-item a {
	color: #000;
}

/* Fixed Header */
#headerwrap.fixed-header {
	position: fixed;
	background-color: rgba(255, 255, 255, .9);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	transition: all 0.2s ease;
}
.fixed-header-enabled #headerwrap{
	position:sticky;
	position:-webkit-sticky; /*for safari*/
}
.transparent-header #headerwrap{
	position:fixed
}
#headerwrap.fixed-header #header {
	padding-top: 1em;
	padding-bottom: 1em;
	transition: all 0.3s ease;
}
#headerwrap.fixed-header #main-nav {
	padding-top: 1em;
}
#headerwrap.fixed-header #main-nav a {
	padding-bottom: 1.3em;
}

/* prevent transparent header overlap builder */
.themify_builder_active.fixed-header-enabled #headerwrap {
	color: inherit;
}
.transparent-header.themify_builder_active #headerwrap {
	position: static !important;	
	color: inherit;
}
.transparent-header.themify_builder_active #headerwrap a {
	color: inherit;
}

/************************************************************************************
6. PAGE
*************************************************************************************/

/* page category wrapper */
.page-category-title-wrap {
	background-color: #1cccb5;
	padding: 6.5% 5%;
	text-align: center;
	position: relative;
	color: #fff;
}
.page-category-title-wrap .page-title {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 4.2em;
	color: #fff;
	margin: 0.15em 0 0.1em;
	letter-spacing: -0.06em;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
}
.transparent-header .page-category-title-wrap {
	padding-top: 16%;
}
.page-category-title-wrap a {
	color: #fff;
}
.page-category-title-wrap .category-description {
	font-size: 1.2em;
	margin: 0 0 1.35em;
	letter-spacing: 0.005em;
	position: relative;
	z-index: 3;
}
.category-title-overlay {
	background-color: #1cccb5;
	opacity: 0.7;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

/* page category: author page */
.page-category-title-wrap .author-avatar {
	border-radius: 100%;
}

/*
AUTHOR PAGE
================================================ */
.author-bio {
	margin: 0 0 2em;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background-color: #fff;
	padding: 5px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 1.6em;
}
.author-posts-by {
	margin: 0 0 1.5em;
	padding: 1em 0 0;
	font-size: 1.4em;
	text-transform: uppercase;
	border-top: solid 4px #ccc;
	border-color: rgba(118,118,118,.3);
}
/************************************************************************************
7. POST
*************************************************************************************/
.post {
	margin-bottom: 2.7em;
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	font: bold 2.7em/1.1em 'Poppins';
	margin: 0 0 0.7em;
	padding: 0;
}
.post-title a {
	text-decoration: none;
	color: inherit;
}
.post-title a:hover {
	color: #03c6ad;
}

/* post image */
.post-image {
	margin: 0 0 1.95em;
}
.post-image img {
	width: 100%;
	vertical-align: bottom;
}
.post-image.left {
	float: left;
	margin-right: 1em;
}
.post-image.right {
	float: right;
	margin-left: 1em;
}

/* post meta */
.post-meta {
	font-size: .8em;
	font-weight: 600;
	line-height: 1.6em;
	margin: 0 0 2.5em;
	padding: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}
.post-meta a {
	text-decoration: none;
}

/* post author cattag wrapper */
.post-author-wrapper,
.post-cattag-wrapper {
	display: inline-block;
	vertical-align: top;
	padding-left: 2.25em;
}
.post-author-wrapper {
	border-right: 1px solid #ddd;
	padding-left: 0;
	padding-right: 2.25em;
	min-height: 65px;
}
.post-author-inner-wrapper {
	display: inline-block;
}

/* author avatar */
.post-meta .author-avatar img {
	border-radius: 100%;
	margin: 0 1.3em 1em 0;
	display: inline-block;
	vertical-align: top;
}

/* post author */
.post-author {
	display: inline-block;
	margin: 0.5em 0 0.65em;
	letter-spacing: 0.085em;
}

/* post date */
.post-date {
	display: block;
	margin: 0 0 1.35em;
	font-family: 'Poppins';
	font-size: 1.35em;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0.03em;
}
.post-date span {
	margin-right: 0;
}
.post-meta .author-avatar + .post-author + .post-date {
	overflow: hidden;
}

/* post category */
.post-category {
	display: block;
	margin: 0.5em 0 0.35em;
	font-size: 1.3em;
	font-family: 'Poppins';
	letter-spacing: 0.045em;
}

/* post tag */
.post-tag {
	font-family: 'Poppins';
	font-weight: normal;
	font-size: 1.1em;
	text-transform: none;
	letter-spacing: 0.03em;
}
.post-tag a {
	color: inherit;
}

/* post comment */
.post-meta .post-comment {
	font-family: 'Poppins';
	font-size: 1.55em;
	float: right;
	margin: 0.35em 0 0;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 0.55em 0.95em 0.3em;
	position: relative;
	margin-bottom: 16px;
}
.post-meta .post-comment:before,
.post-meta .post-comment:after {
	content: '';
	display: block;
	border: 8px solid transparent;
	position: absolute;
	top: 99%;
	left: 50%;
	transform: translateX(-50%);
}
.post-meta .post-comment:before {
	border-top-color: #ddd;
	margin-top: 1px;
}
.post-meta .post-comment:after {
	border-top-color: #fff;
}

/* read more */
.more-link {
	background-color: #03c6ad;
	border-radius: 5em;
	color: #fff;
	font-family: 'Poppins';
	font-size: 0.75em;
	font-weight: 600;
	padding: 0.9em 1.95em 0.65em 1.9em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.03em;
	transition: all 0.7s ease;
}
.more-link:hover {
	background-color: #000;
	color: #fff;
}

/*
COMMON GRID STYLE
================================================ */
.loops-wrapper.grid4 .post,
.loops-wrapper.grid3 .post {
	font-size: 0.9rem;
	line-height: 1.7em;
}
.loops-wrapper.grid4 .post-meta,
.loops-wrapper.grid3 .post-meta,
.loops-wrapper.grid2 .post-meta,
.loops-wrapper.grid2-thumb .post-meta,
.loops-wrapper.list-thumb-image .post-meta,
.loops-wrapper.list-large-image .post-meta {
	margin: 0 0 1.9em;
	position: relative;
}
.loops-wrapper.grid4 .post-author-wrapper,
.loops-wrapper.grid4 .post-cattag-wrapper,
.loops-wrapper.grid3 .post-author-wrapper,
.loops-wrapper.grid3 .post-cattag-wrapper,
.loops-wrapper.grid2 .post-author-wrapper,
.loops-wrapper.grid2 .post-cattag-wrapper,
.loops-wrapper.grid2-thumb .post-author-wrapper,
.loops-wrapper.grid2-thumb .post-cattag-wrapper,
.loops-wrapper.list-thumb-image .post-author-wrapper,
.loops-wrapper.list-thumb-image .post-cattag-wrapper,
.loops-wrapper.list-large-image .post-author-wrapper,
.loops-wrapper.list-large-image .post-cattag-wrapper {
	padding: 0.5em 0 0.6em;
	overflow: hidden;
}
.loops-wrapper.grid4 .post-author-wrapper .post-date ,
.loops-wrapper.grid4 .post-cattag-wrapper .post-date ,
.loops-wrapper.grid3 .post-author-wrapper .post-date ,
.loops-wrapper.grid3 .post-cattag-wrapper .post-date ,
.loops-wrapper.grid2 .post-author-wrapper .post-date ,
.loops-wrapper.grid2 .post-cattag-wrapper .post-date ,
.loops-wrapper.grid2-thumb .post-author-wrapper.post-date ,
.loops-wrapper.grid2-thumb .post-cattag-wrapper.post-date ,
.loops-wrapper.list-thumb-image .post-author-wrapper.post-date ,
.loops-wrapper.list-thumb-image .post-cattag-wrapper.post-date ,
.loops-wrapper.list-large-image .post-author-wrapper.post-date ,
.loops-wrapper.list-large-image .post-cattag-wrapper .post-date {
	margin: 0 0 .3em;
	font-size: 1em;
}
.loops-wrapper.grid4 .post-author-wrapper,
.loops-wrapper.grid3 .post-author-wrapper,
.loops-wrapper.grid2 .post-author-wrapper,
.loops-wrapper.grid2-thumb .post-author-wrapper,
.loops-wrapper.list-thumb-image .post-author-wrapper,
.loops-wrapper.list-large-image .post-author-wrapper {
	display: block;
	border-right: none;
}
.loops-wrapper.grid4 .post-image,
.loops-wrapper.grid3 .post-image,
.loops-wrapper.grid2 .post-image,
.loops-wrapper.grid2-thumb .post-image,
.loops-wrapper.list-thumb-image .post-image,
.loops-wrapper.list-large-image .post-image {
	margin-bottom: 0.75em;
}
.loops-wrapper.grid4 .post-meta .author-avatar + .post-author + .post-date,
.loops-wrapper.grid3 .post-meta .author-avatar + .post-author + .post-date,
.loops-wrapper.grid2 .post-meta .author-avatar + .post-author + .post-date,
.loops-wrapper.grid2-thumb .post-meta .author-avatar + .post-author + .post-date,
.loops-wrapper.list-thumb-image .post-meta .author-avatar + .post-author + .post-date,
.loops-wrapper.list-large-image .post-meta .author-avatar + .post-author + .post-date {
	padding-left: initial;
	margin-bottom: auto;
	font-size: 0.95em;
	letter-spacing: 0.04em;
}
.loops-wrapper.grid4 .author-avatar img,
.loops-wrapper.grid3 .author-avatar img,
.loops-wrapper.grid2 .author-avatar img,
.loops-wrapper.grid2-thumb .author-avatar img,
.loops-wrapper.list-thumb-image .author-avatar img,
.loops-wrapper.list-large-image .author-avatar img {
	width: 38px;
	height: 38px;
	margin: 0 0.9em 0 0;
}
.loops-wrapper.grid4 .post-author,
.loops-wrapper.grid3 .post-author,
.loops-wrapper.grid2 .post-author,
.loops-wrapper.grid2-thumb .post-author,
.loops-wrapper.list-thumb-image .post-author,
.loops-wrapper.list-large-image .post-author {
	margin: 0 0 0.3em;
}
.loops-wrapper.grid4 .post-cattag-wrapper,
.loops-wrapper.grid3 .post-cattag-wrapper,
.loops-wrapper.grid2 .post-cattag-wrapper,
.loops-wrapper.grid2-thumb .post-cattag-wrapper,
.loops-wrapper.list-thumb-image .post-cattag-wrapper,
.loops-wrapper.list-large-image .post-cattag-wrapper {
	padding-right: 4.8em;
	display: block;
}

.loops-wrapper.grid4 .post-comment,
.loops-wrapper.grid3 .post-comment,
.loops-wrapper.grid2 .post-comment,
.loops-wrapper.grid2-thumb .post-comment,
.loops-wrapper.list-thumb-image .post-comment,
.loops-wrapper.list-large-image .post-comment {
	padding: 0.4em 1.2em 0.2em;
	margin-top: -3.5em;
	font-size: 1em;
}
.loops-wrapper.grid4 .post-category,
.loops-wrapper.grid3 .post-category,
.loops-wrapper.grid2 .post-category,
.loops-wrapper.grid2-thumb .post-category,
.loops-wrapper.list-thumb-image .post-category,
.loops-wrapper.list-large-image .post-category {
	font-size: 1em;
	letter-spacing: 0.07em;
	margin-bottom: 0.02em;
}
.loops-wrapper.grid4 .post-tag,
.loops-wrapper.grid3 .post-tag,
.loops-wrapper.grid2 .post-tag,
.loops-wrapper.grid2-thumb .post-tag,
.loops-wrapper.list-thumb-image .post-tag,
.loops-wrapper.list-large-image .post-tag {
	font-size: 1em;
	margin-bottom: 0.35em;
	display: block;
}

/*
ADD PADDING ON SIDEBAR-NONE POST & PAGE
================================================ */
.page.sidebar-none:not(.has-builder) #content,
.sidebar-none .loops-wrapper.list-post .post-content,
.single-post.sidebar-none #content {
	padding-left: 10%;
	padding-right: 10%;
}
.page.query-post.sidebar-none #content,
.page.sidebar-none.full_width #content {
	padding-left: 0;
	padding-right: 0;
}
.single-post.sidebar-none #content {
	padding-top: 0;
}

/*
LIST POST
================================================ */
.loops-wrapper.list-post .post-title {
	margin-bottom: .8em;
}
.single-post .post-cattag-wrapper,
.loops-wrapper.list-post .post-cattag-wrapper {
	max-width: 60%;
}

/*
GRID4 POST
================================================ */
.loops-wrapper.grid4 .post-title {
	font-size: 1.55em;
	line-height: 1.2em;
	letter-spacing: -0.015em;
	margin: 0 0 0.4em;
}

/*
GRID3 POST
================================================ */
.loops-wrapper.grid3 .post-title {
	font-size: 1.85em;
}

/*
GRID2 POST
================================================ */
.loops-wrapper.grid2 .post-title {
	font-size: 2.2em;
}

/*
GRID2-THUMB POST
================================================ */
.loops-wrapper.grid2-thumb .post-title {
	font-size: 1.8em;
}
.loops-wrapper.grid2-thumb .post-image {
	width: 20%;
	float: left;
	margin: 0 1.6em 1.3em 0;
}
.loops-wrapper.grid2-thumb .post-content {
	overflow: hidden;
	min-width: 120px;
}

/*
LIST-THUMB-IMAGE POST
================================================ */
.loops-wrapper.list-thumb-image .post-image {
	width: 20%;
	float: left;
	margin: 0 1.4em 1em 0;
}
.loops-wrapper.list-thumb-image .post-image img {
	width: 100%;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow: hidden;
}
.loops-wrapper.list-thumb-image .post-video {
	width: 20%;
	float: left;
	margin: 0 1.4em 1em 0;
	padding-bottom: 12.25%;
}
.loops-wrapper.list-thumb-image .post-video .post-video { /* reset inner video wrapper */
	width: 100%;
	float: none;
	padding: 0;
	margin: 0;
	display: block;
	position: static;
}

/*
LIST-LARGE-IMAGE POST
================================================ */
.loops-wrapper.list-large-image .post-image {
	max-width: 70%;
	float: left;
	margin: 0 2em 1.3em 0;
}

/*
SLIDER POST
================================================ */
.loops-wrapper.slider {
	position: relative;
	margin: 0 0 50px;
}
.loops-wrapper.slider .post {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-bottom: 0;
	text-align: left;
	position: relative;
	margin: 0 0 15px;
	min-height: 40px;
}
.loops-wrapper.slider .post-image {
	width: auto;
	float: none;
	margin: 0;
}
.loops-wrapper.slider .post-image img {
	width: 100%;
	vertical-align: bottom;
}
.loops-wrapper.slider .post-image .themify_lightbox .zoom {
	display: none;
}
.loops-wrapper.slider .post-title {
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0 0 0.313em;
}
.loops-wrapper.slider .post-date {
	margin: 0;
}
.loops-wrapper.slider .post-content {
	position: absolute;
	bottom: 0;
	width: 90%;
	min-height: 40px;
	padding: 15px 5%;
	overflow: visible;
	margin: 0 auto;
	background-color: rgba(0,0,0,.6);
	font-size: .9em;
	line-height: 1.5em;
	color: #eee;
}
.loops-wrapper.slider .post-content a {
	color: #fff !important;
}

/* reset slider shortcode in framework css */
.shortcode.post-slider .carousel-prev,
.shortcode.slider .carousel-prev,
.shortcode.post-slider .carousel-next,
.shortcode.slider .carousel-next {
	border-radius: 0;
	border: 0;
	text-shadow: none;
	margin: 0;
	box-shadow: none;
	background-image: none;
}

/* slider carousel controls */
.loops-wrapper.slider .carousel-wrap {
	position: relative;
}
.loops-wrapper.slider .carousel-nav-wrap {
	width: 100% !important;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev,
.loops-wrapper.slider .carousel-nav-wrap .carousel-next {
	position: absolute;
	top: 30%;
	display: block;
	width: auto !important;
	height: auto !important;
	float: left;
	font-size: 0;
	text-indent: -900em;
	text-decoration: none;
	color: #fff;
	background-color: rgba(0,0,0,.3);
	padding: 5% 2.5%;
	transition: all .2s ease-in-out;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	left: 0;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	right: 0;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:hover,
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:hover {
	color: #fff;
	background-color: rgba(0,0,0,.5);
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:hover {
	padding-left: 4%;
}
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:hover {
	padding-right: 4%;
}

/* carousel prev/next arrow */
.loops-wrapper.slider .carousel-nav-wrap .carousel-next:before,
.loops-wrapper.slider .carousel-nav-wrap .carousel-prev:before {
	width: 100%;
	text-align: center;
	content: '\f054';
	font-family: FontAwesome;
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	line-height: 100%;
	position: absolute;
	left: 0;
	top: 45%;
}

/* carousel pager */
.loops-wrapper.slider .carousel-pager {
	clear: both;
	text-align: center;
	line-height: 100%;
	width: auto;
}
.loops-wrapper.slider .carousel-pager a {
	text-indent: -900em;
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin: 2px 3px 0;
	background-color: #ccc;
	background-color: rgba(0,0,0,.2);
	border: solid 2px #666;
	border-radius: 100%;
	cursor: pointer;
}
.loops-wrapper.slider .carousel-pager a.selected {
	background-color: #fff;
	border-color: #ccc;
}

/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box {
	margin: 15px 0;
	border: none;
}
.author-box .author-avatar {
	float: left;
	margin: 0 15px 5px 0;
}
.author-box .author-name {
	margin: 0 0 5px;
	font-family: 'Poppins';
}

/************************************************************************************
POST PAGINATION (the <nextpage> tag)
*************************************************************************************/
.post-pagination {
	text-align: right;
	margin: .5em 0 2em;
}
.post-pagination strong {
	margin-right: 3px;
}
.post-pagination a {
	margin-left: 3px;
	margin-right: 3px;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 1.8em;
	padding: 1.5em 0 0;
	clear: both;
	font-family: 'Poppins';
	font-size: 1.05em;
	font-weight: 600;
	border-top: 1px solid #ddd;
}
.post-nav .prev,
.post-nav .next {
	width: 47%;
	position: relative;
	box-sizing: border-box;
}
.post-nav .prev {
	float: left;
	padding-left: 37px;
}
.post-nav .next {
	float: right;
	text-align: right;
	padding-right: 37px;
}

/* post nav link */
.post-nav a {
	text-decoration: none;
	display: block;
	color: inherit;
}
.post-nav a:hover {
	text-decoration: none;
}

/* post nav arrow */
.post-nav .arrow {
	position: absolute;
	left: 0;
	top:50%;
	margin-top:-8px;
	color:#03c6ad;
}
.post-nav .next .arrow {
	float: right;
	left: auto;
	right: 0;
}
.post-nav .next .arrow:before,
.post-nav .prev .arrow:before {
	content:"";
	display:inline-block;
	width:16px;
	height:16px;
	position:absolute;
	top:0;
}
.post-nav .next .arrow:before {
	border-top:2px solid;
	border-right:2px solid;
	transform:rotateZ(45deg);
	right:0;
}
.post-nav .prev .arrow:before {
	border-top:2px solid;
	border-left:2px solid;
	transform:rotateZ(-45deg);
}
.post-nav .prev a:hover span:before {
	animation: arrow-prev 1s infinite;
	animation-timing-function: linear;
}
.post-nav .next a:hover span:before {
	animation: arrow-next 1s infinite;
	animation-timing-function: linear;
}
/* post nav animation */
@keyframes arrow-prev {
	0% {left: 0;}
	50% {left: -10px;}
	100% {left: 0;}
}
@keyframes arrow-next {
	0% {right: 0;}
	50% {right: -10px;}
	100% {right: 0;}
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 6.2em 0 6.5em;
	position: relative;
	clear: both;
	border-top: 1px solid #ddd;
	padding-top: 1.8em;
}

/* comment title */
.comment-title,
.comment-reply-title {
	color: #000;
	font-family: 'Poppins';
	font-size: 1.4em;
	font-weight: 600;
	margin: 0 0 1.05em;
	padding: 0;
	letter-spacing: -0.015em;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 1.5em;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
}
.commentlist li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 3px 0 18px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 1.3em 0 0;
	width: 65px;
	height: 65px;
	border-radius: 5em;
}
.commentlist cite {
	font-family: 'Poppins';
	font-style: normal;
	font-size: 1.05em;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	padding-top: 0.25em;
	margin-bottom: -8px;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist cite .tf_fa{
	margin-right:10px
}
.commentlist .bypostauthor > .comment-author cite:before {
	content: '\f02e';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-right: 12px;
}
.commentlist .comment-author br {
	display: none;
}
.commentlist .comment-time {
	font-family: 'Poppins';
	font-size: .85em;
	font-style: normal;
}
.commentlist .commententry {
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 0.6em;
	overflow-wrap:break-word;
}
.commentlist .commententry a {
	color: inherit;
}
.commentlist ul,
.commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 12px;
	top: 0;
}
.commentlist .comment-reply-link {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 0.9em;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}
.commentlist .comment-reply-link:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid;
	width: 1.265em;
	margin-right: 0.6em;
}
.commentlist .comment-reply-link:hover:before {
	animation: cmt-reply 1s infinite;
	animation-timing-function: linear;
}
/* comment-reply animation */
@keyframes cmt-reply {
	0% {transform: translateX(0px);}
	50% {transform: translateX(-10px);}
	100% {transform: translateX(0px);}
}

/*
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 2.75em 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 3.5em;
	right: 0;
	font-family: 'Poppins';
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.045em;
	line-height: 100%;
	text-decoration: none;
	display: block;
}
#respond #cancel-comment-reply-link:hover {
	color: red;
}
#respond #cancel-comment-reply-link:before,
#respond #cancel-comment-reply-link:after {
	content: '';
	display: inline-block;
	border-top: 1px solid;
	width: 1.2em;
	position: absolute;
	left: -25px;
	top: 7px;
	transition: all 0.3s ease;
}
#respond #cancel-comment-reply-link:before {
	transform: rotate(45deg);
}
#respond #cancel-comment-reply-link:after {
	transform: rotate(-45deg);
}
#respond #cancel-comment-reply-link:hover:before {
	transform: rotate(135deg);
}
#respond #cancel-comment-reply-link:hover:after {
	transform: rotate(45deg);
}
#commentform {
	margin: 0.95em 0 0;
	font-size: 0.9em;
}
#commentform p {
	margin: 0 0 1.5em;
}
#commentform .comment-form-author,
#commentform .comment-form-email {
	width: 50%;
	float: left;
	box-sizing: border-box;
	clear: none;
}
#commentform p.comment-form-author {
    padding-right: 2%;
}
#commentform .comment-form-email {
	padding-left: 2%;
}
#commentform input[type=text],
#commentform input[type=email],
#commentform input[type=url] {
	width: 100%;
	max-width: none;
}
#commentform p.comment-notes,
#commentform p.logged-in-as,
#commentform p.logged-in-as+p{
	padding: 0;
	float: none;
	width: 100%;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video,
.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,
.post-video object,
.post-video embed,
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/************************************************************************************
8. SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 2.4em;
}
.widgettitle {
	margin: 0 0 0.625em;
	padding: 0;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: .4em 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ddd;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
8.1 WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* recent post widget */
.widget_recent_entries li {
	margin: 0 0 1.2em;
}
.widget_recent_entries a {
	font-size: 1.2em;
	display: inline-block;
	margin: 0 0 .3em;
}
.widget_recent_entries .post-date {
	display: block;
	font-size: .95em
}

/* feature posts widget */
.widget .feature-posts-list li {
	padding: 0;
	margin: 0 0 1.2em;
}
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 0 1.2em 1em 0;
	float: left;
}
.widget .feature-posts-list small {
	font-size: 90%;
	display: block;
	margin: 0 0 .3em;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 0 0 .2em;
	display: inline-block;
	font-size: 1.1em;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
}

/* twitter widget */
.widget .twitter-list li {
	padding: 0;
	margin: 0 0 1.2em;
}
.widget .twitter-list .twitter-timestamp {
	font-style: italic;
	display: block;
	padding-top: .4em;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 50px;
	height: 50px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 93%;
}

/* add white bg to facebook badge iframe */
iframe[src*="facebook"] {
	background-color: #fff;
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
	max-width: 100% !important;
}
#content .twt-border {
	max-width: 100% !important;
	min-width: 180px !important;
}

/* Text widget */
.widget .textwidget ul {
	margin: 0 0 1.4em 1.6em;
}
.widget .textwidget li {
	display: list-item;
}
.widget .textwidget ul li {
	list-style: disc;
}
.widget .textwidget ol li {
	list-style: decimal;
}

/************************************************************************************
9. FOOTER
*************************************************************************************/
#footerwrap {
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
	clear: both;
	text-align: center;
	padding: 1.5em 0;
}

/* footer widgets */
.footer-widgets {
	clear: both;
}
.footer-widgets .widget {
	margin-bottom: 2em;
}
.footer-widgets .widgettitle {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #656565;
}

/* back to arrow */
.back-top {
	margin: 1.5em auto 1.8em;
	text-align: center;
	width: 100px;
}
.back-top .arrow-up a {
	display: inline-block;
	position: relative;
	font-size: 1.75em;
	bottom: 0;
	border: 2px solid #c7c7c7;
	border-radius: 5em;
	width: 53px;
	height: 53px;
	line-height: 50px;
	z-index: 10;
	color: #666;
	text-decoration: none;
	transition: all .5s ease;
}
.back-top a:before {
	content: "\e800";
	font-family: 'themify_theme_icon';
	font-style: normal;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.back-top .arrow-up:hover a:before {
	animation: arrow-up 1s infinite;
	animation-timing-function: linear;
}
@keyframes arrow-up {
	0%   { top: -10px; }
	50%   { top: 10px; }
	100% { top: -10px; }
}
/* footer nav */
.footer-nav {
	margin: .5em 0 2.05em;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 0.9em;
	margin-left: 1.25em;
}
.footer-nav li {
	display: inline-block;
	padding: 0;
	margin: 0 0.5em;
	list-style: none;
}
.footer-nav a {
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .5s ease;
}
.footer-nav a:hover {
	opacity: 0.5;
}

/* footer social widget */
#footer .social-widget {
	margin: 0 auto 1.65em;
}

/* footer text */
.footer-text {
	clear: both;
	font-size: 0.8em;
	padding: 0 0 1.85em;
	position: relative;
	letter-spacing: 0.01em;
}
.footer-text a {
	text-decoration: none;
}
.footer-text:before {
	content: '';
	display: block;
	width: 188px;
	border-top: 1px solid #e7e7e7;
	margin: auto;
	padding-top: 2.6em;
}

/************************************************************************************
10. BUILDER STYLING
*************************************************************************************/
/* builder row */
.module_row.fullwidth > .row_inner {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

/* module title */
.themify_builder_content .module-title {
	margin: 1.4em 0 1.6em;
	padding: 1em 0 0;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Disable background attachment on iOS devices */
@supports (-webkit-touch-callout: none) {
	#headerwrap{
		background-attachment:scroll !important;
		background-position:center !important
	}
}

/************************************************************************************
11. WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 1em;
}
.alignleft {
	float: left;
	margin-right: 2em;
}
.alignright {
	float: right;
	margin-left: 2em;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1em;
	max-width: 100%;
}
.wp-caption-text {
	margin: .5em 0;
}

/* attachment page */
body.attachment {
	width: auto;
	float: none;
	position: static;
}
.single .attachment.post {
	width: auto;
	float: none;
}
/************************************************************************************
13. CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, #content:after {
	content: "";
	display: table;
	clear: both;
}

/*/wp-content/themes/themify-simple-child/style.css*/
/* FONTS */



/*FINE FONTS */

.by-vendor-name{display:none;}
.woocommerce ul#shipping_method li:nth-child(3) input{pointer-events:none;
  opacity:0.5;}
ul#shipping_method li:nth-child(3){display:none!important;}
#wp-admin-bar-view-store{display:none!Important;}
html #body{min-height: 100vh!Important;overflow:hidden!important;}
html body #pagewrap{min-height:100vh!important;}
#shipping_method li input{ vertical-align:middle!important;display:inline-block;margin-right:10px!important;margin-bottom:5px!important;}
#shipping_method li{ vertical-align:middle!important;}

body.woocommerce-cart #content, body.woocommerce-checkout #content{padding-left:0!Important;padding-right:0!Important;}

 html,body,#body {
   min-height: 100vh;
 }
html #footerwrap{
    border-top:2px solid!important;
}
html .woocommerce form .form-row-first,html .woocommerce form .form-row-last,html .woocommerce-page form .form-row-first,html .woocommerce-page form .form-row-last{width:100%!important;}
html body #content{padding-top:90px!important;}
#footerwrap #nav_menu-3 li{
    width:100%!important;
    display:inline-block!important;
    text-align:left!important;
}
body.woocommerce-cart #content, body.woocommerce-checkout #content{padding-left:0!Important;padding-right:0!Important;}
#layout .ppom-wrapper + .quantity{
  display: inline-block!important;
}
#layout .wcpa_form_outer{
  margin:0!important;
}
.ppom-wrapper{
  width:100%!important;
  display: inline-block!important;
}
body #wpt_thumbs_popup.wpt_thumbs_popup{
display:none!important;}
#headerwrap #main-nav li.current_page_item, #headerwrap #main-nav li:active, #headerwrap #main-nav li:focus,  #headerwrap #main-nav li:hover{

}
#headerwrap #main-nav li.current_page_item a, #headerwrap #main-nav li:active a, #headerwrap #main-nav li:focus a,  #headerwrap #main-nav li:hover a{

}

 #headerwrap #main-nav li ul li a:hover{
  color:#fff!important;
}
.page-id-2486 #layout{
  
  display: flex!important;
  align-items: stretch!important;
}


aside#sidebar{
  display: inline-block;
  width:12%!important;
  background-color: #222;
  height:auto!important;
}
aside#sidebar{
  color:#FFF!important;
}
aside#sidebar h1{
   
  color:#fff!important;
  font-size:2em;
  letter-spacing: 0.5px!important;
  text-align:left;
  margin-top:10%!important;
  margin-bottom:10%!important;
  border-bottom:1px solid #fff!important;
  padding-bottom:5px;
  width:90%!important;
  margin-left:5%!important;
}
aside#sidebar h1:hover i{
  font-size:1.2em!important;
  transition:1s all;
}
aside#sidebar h1 i{
  transition:1s all;
  width:100%!important;
  text-align: right;
}
aside#sidebar a{
  width:80%!important;
  display: inline-block;
  margin-left:10%!important;
  margin-bottom:5%!important;
  color:#fff!important;
  font-size:1.6em;
  text-align:left;
    vertical-align: middle;
}
.merc_inn i, .moda_inn i{
  font-size:3em!important;
  width:90%!important;
  text-align: center;
}
.merc_inn, .moda_inn{

}
aside#sidebar img{
  height:50px!important;
  object-fit: contain!important;
  width:40%!important;
  background-color: #fff!important;
  padding:10px;
  border-radius: 10px;
  vertical-align: middle;
  transition:1s all;
  border:2px solid #000;
}
aside#sidebar{
  display:none!important;

}
aside#sidebar a:hover img{
 opacity:0.5;
  transition:1s all;
}
.page-id-2486 #content {
  display: inline-block;
  width:100%!important;
}
#pagewrap{
  background-image:none!important;
}
/*different by brand */
html body .Brands__ .module-image.daemons{
    border-color:red!important;
 
}
html body .Brands__ .module-image.tpt{
  border-color:yellow!important;
  
  
}
html body .Brands__ .module-image.psiche{
    border-color:yellowgreen!important;
}
html body .Brands__ .module-image.crowear{
   background-color: #000!important;
}
html body .Brands__ .module-image.crowear a:after{
   background-color: #000!important;
}
html body .Brands__ .module-image.daemons a:after{
    border-color:red!important;

  background-color: red;


}
html body .Brands__ .module-image.tpt a:after{
  border-color:yellow!important;
   background-color: yellow;
}
html body .Brands__ .module-image.psiche a:after{
    border-color:yellowgreen!important;
  background-color:yellowgreen;
}
/*different by brand */
 span.main-head{
  color:#000!important;
   line-height: 1.2em!important;
}
.row_inner{
  width:90%!important;
}
#content .module_column.tb-column{
/*! margin-top:5%!important; */
  display: inline-block;
}
html body .Brands__ .module-image{

  width:100%!important;
  height:300px;
    text-align: center!important;
  display: inline-block!important;
  background-color: #fff!important;
  border:2px solid #000;
  border-radius:25px!important;
  margin-bottom:5%!important;
  overflow:hidden;
}

.module-image .image-wrap {
	margin:0!important;
	position:static!important;
	border-radius:25px!important;
}

.module-image .image-wrap a{
position: relative!important;
	width:auto!important;
	height:250px!important;
  margin-top:25px!important;

	display: inline-block;

}
html body .Brands__ .module-image img{
     position: relative;
transform: translateY(0);
top:0!important;
 margin-top:50px; 
height:150px!important;
  width:auto!important;
  position: static!important;
 /*! margin-top:50%!important; */
  text-align: center!important;
  display: inline-block!important;
}
html body .Brands__ .module-image a:after{
  content:"";
  width:2000px!important;
  height:2000px!important;
 opacity:0!important;
  position: absolute;
  top:-600px;
  left:-500px;
  transition:1s all;
}
html body .Brands__ .module-image a:hover:after{
   opacity:0.5!important;
}
p.form-row.validate-required input{
  margin:0!important;
  display: inline-block!important;
  margin-top:10px!important;
}
.woocommerce-terms-and-conditions-checkbox-text{

  margin-left:20px!important;
  display:inline-block!important;
  margin-top:-10px!important;
}
.aws-container:before{
  position: absolute;
  content:"Benvenuto su Look&Buy!";
  color:#fff!important;
  font-weight: bold;
  font-size:3em!important;
  top:45px!important;
  text-align: center!important;
  display: inline-block!important;
  transform:translateX(-50%);
  left:50%!important;
}
.aws-container{
  position: relative;
  background-color:  #000;
  padding:110px;
  
}
.aws-search-btn.aws-form-btn{
   background-color:#333!important;
  border:0!important;
  
}
.aws-container .aws-search-form .aws-search-btn svg{
 color:#fff!important;
}
body .aws-container .aws-search-field{
  background: #fff!important;
  color:#000!important;
  border:0!important;
}
#aws-search-result-1{
  width:70%!important;
  top:56px!important;
  left:14%!important;
  position:absolute;
}
/* 1 Generale */
.woocommerce-products-header{
display: none!important;
}
html{
font-family: 'Montserrat', sans-serif;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Montserrat', sans-serif!important;
  letter-spacing: 2px;
  color:#666;
}
h3{
  font-size:1.8em!important;
  font-weight:400;
}
a,p,span,u, td, tr, th, label, button{
  font-family: 'Montserrat', sans-serif!important;
  /*! color:#666; */
   transition:1s all;
    letter-spacing: 2px;
}
p{
  font-size:1.5em;
  font-weight:300;
  line-height: 2em;
}
input, textarea{
  letter-spacing: 2px!important;
  padding:5px 10px!important;
  border:1px solid #666!important;
  font-weight:300!important;
}
label{
  font-weight:300!important;
  
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  color: #000;
  font-weight: 400;
  
}
body #main-nav a{
	color:#fff!important;
}
body a{
	color:#333;
}
p,a,h1,h2,h3,h4,h5,h6,h7{
  letter-spacing:2px;
}
.woocommerce-MyAccount-navigation a{
  font-size:1.5em;
}
 a:hover, a:active, a:focus {
  color:#000!important;
  transition:0.5s all;
  text-decoration: none;
}
.page-category-title-wrap{
  padding:0;
  background-color:transparent!important;



}
#body .checkout-button{
  background-color: #000!important;
  border:2px solid #FFF!important;;
  font-size:1.5em!important;
}
#body .checkout-button:hover, #body .checkout-button:active{
  background-color: #fff!important;
  border:2px solid #000!important;;
  color:#000!important;
  
}
.button{
  border:2px solid fff!important;
  border-radius:0!important;
  background-color: red!important;
  color:white!important;
   font-family: 'Montserrat', sans-serif!important;
  font-size:1.2em!important;
  font-weight: 300!important;
}
.button:hover, .button:active, .button:focus{
  color:#fff!important;
  background-color: #000 !important;
}
.button:disabled:hover, .button:disabled:active, .button:disabled:focus, .button.disabled:hover, .button.disabled:active, .button.disabled:focus{
 color:white!important;
  background-color: red!important;
}
#alg-product-input-fields-table td{
  width:100%!important;
  display: inline-block;
}
#alg-product-input-fields-table td input{
  max-width:100%!important;
   min-width:75%!important;
  padding:5px 10px;
  border:1px solid #666;
}
/* 2 header */


#headerwrap{
  
 
  height:50px;
  border-bottom:2px solid #fff;
  padding-top:5px!important;
  padding-bottom:5px!important;
  background-color: #000;
}
#headerwrap #header{
  position: static;
  padding:0;
  height:60px;
}
#headerwrap.fixed-header {

  background-color:#000;
  border-bottom:2px solid #fff;
}
#headerwrap.fixed-header #header{
  padding:0;
}
#headerwrap.fixed-header #main-nav{
  padding:0;
}
#logo-wrap{
 margin-top:20px;
  height:60px;
  left:6%;
}

#logo-wrap img{
  height: 40px;
margin-top:1px;

}
#mobile-menu{

  height:auto;



}
#headerwrap #main-nav-wrap{
  text-align: center;
  width:100%;
  display: inline-block;
  margin:0;
  padding:0;
margin-top:50px;
    max-width:100%!important;
  background-color:#333;
  
}
#headerwrap #main-nav{float:none;position: static;text-align: center;width:100%;display: inline-block;margin:0!important;padding:0;max-width:auto;margin-top: 40px!important;}
#headerwrap #main-nav li a{
  color:#fff;
  font-weight: regular;
  font-size:1.3em;
  letter-spacing: 2px;

  
  position: relative;

}
#headerwrap #main-nav li a:hover, #headerwrap #main-nav li a:active, #headerwrap #main-nav li a:focus{
  color:#999!important;
 
}
#headerwrap #main-nav li.current-menu-item a{

  
}
#headerwrap #main-nav ul.sub-menu li:hover, #headerwrap #main-nav ul.sub-menu li:hover
#headerwrap #main-nav li.current-menu-item {
 

}

}
#headerwrap #main-nav li:hover{
 

}

#headerwrap .sidemenu-on #main-nav  li.current-menu-item {



}
#headerwrap .sidemenu-on #main-nav ul.sub-menu li:hover, #headerwrap .sidemenu-on #main-nav ul.sub-menu li:hover{
 
  background-color:transparent!important;
}
#pagewrap #headerwrap .sidemenu-on #main-nav ul.sub-menu li{
  border:0!important;
 
}
#pagewrap #headerwrap .sidemenu-on #main-nav ul.sub-menu li a{

 text-align: right!important;
  margin:0!important;
  margin-top:1%!important;
  padding:0!important;
}
#headerwrap .sidemenu-on #main-nav li:hover{
 
  background-color:transparent!important;
}
#headerwrap .sidemenu-on #main-nav li {
   border:0!important;
}
.user_button.current-selected{
 
 background-color:#000!important;
  color:#000!important;
}

#personalizza{
  
  width:130px;
    height:130px;
  background-color: red;
 border-radius:130px 130px;
  position: absolute;
  right:1%;
  top:10px;
  border:2px solid #ddd;
  transform:rotate(20deg);
  transition:1s all;
}
#personalizza:hover{
  transition:1s all;
  transform:scale(1.5,1.5);
  background-color:gold;
  
}
#personalizza:hover a{
 
  color:#666;
}
#personalizza a{
  
  color:#fff;
  text-align: center!important;
  font-weight: bold;
  font-size:2em;
  display:inline-block;
position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.user_button {
  position: absolute!important;
  display: inline-block;
    
  right:0!important;
  padding:5px 10px!important;
  width:auto!important;
border:3px solid #fff!important;
  top:-2px!important;

height:40px!important;
  line-height:40px!important;
  vertical-align: middle!important;
  top:20px!important;
 
  transform:translateY(-50%);
  padding-bottom:5px!important;

}
.user_button ul {
  list-style: none!important;
  padding:0!important;
  margin:0!important;
}
.user_button ul li{
  list-style: none!important;
  padding:0!important;
  margin:0!important;
}
.user_button ul:hover  li:nth-child(2) {
  display: inline-block!important;
    text-align: right!important;;
  width:100%!important;
}
.user_button ul li:nth-child(2){
  display: none!important;

  
}

.user_button ul li:nth-child(2) a{
 font-size:1.2em!important;
  text-align:right!important;
  
  
}
.user_button i{
  top:-8px;
  position: relative;
  color:#FFF!important;
  font-size:0.9em!important;
}
.user_button i:after{
  content:"ACCEDI";
  font-family: montserrat;
  font-size:0.5em!important;
  font-weight: 400!important;
  vertical-align:middle;
    line-height:1em;
  margin-left:10px;
}
.user_button:hover{
   border-color:transparent!important;
}
.footer-widgets a{
  color:#000;
}
.cart_button{
  
    position: absolute;
height:40px!important;
  top:50%!important;
  transform:translateY(-50%);
  right:3%;
}
#header .cart_button i{

    position: absolute;
  color:#fff;
  font-size:3em;
  top:0!important;
  left:0!important;

}

#header .cart_button .count{
  color:#666!important;
  z-index: 10!important;
    left:13px;
  font-size:1.2em;
  text-align: center!important;
  top:0px!important;
    position: absolute;
}
#header .cart_button .tot  .amount{
  
    color:#fff!important;
 left:45px!important;
  position: absolute;

}
#header .cart_button .tot  .amount span{
  
    color:#fff!important;


}


#headerwrap #main-nav-wrap .sidemenu-on ul li ul li.current-menu-item, .sidemenu-on .current-menu-ancestor.current-menu-parent{
    background-color: #fff!important;

}
.user_button a{
  font-size:3em;

}
.user_button a.log{
  font-size:1.3em!important;
  text-transform: uppercase;
  letter-spacing: 2px;
  color:#fff!important;
  position: relative;
  top:-7px!important;
}
/* 
 */



#body{
	background-color: #fff;

	background-repeat: no-repeat;
	  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	

}


/* woocommerce */
.woocommerce-products-header{
 text-align: center;
 padding-bottom:10px;
 padding-top:10px;
 margin:0!important;
}
.woocommerce-result-count{
  display: none;
}
form.woocommerce-ordering{
  display: none;
}


a.wpc-customize-product{
  border: 2px solid black !important;
border-radius: 0 !important;
background-color: red !important;
color: white !important;
font-family: 'Montserrat',! sans-serif important;
font-size: 1.5em !important;
font-weight: 300 !important;
  
}
a.wpc-customize-product:hover{
  color:black!important;
  background-color: gold!important;
}
ul.products img{
  height:250px!important;
  object-fit: cover!important;
 
}

ul.products a.button, a.button, .add_to_cart_button{
  width:100%!important;
  text-align: center!important;
  background-color:  #000!important;   
  color:#fff!important;
  font-weight: 600!important;
  border:0!important;
}
ul.products a.button:hover, a.button:hover, .add_to_cart_button:hover{
  width:100%!important;
  text-align: center!important;
  background-color: #333 !important;   
  color:#fff!important;
  font-weight: 600!important;
  border:0!important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
  text-align: center!important;
  color:#666!important;
    
}
.woocommerce ul.products li.product .price{
  color:#666!important;
  text-align:center;
  font-size:1.3em!important;
}
pre{
  border:0!important;
  background-color: transparent;
}

#text-384-0-0-0 > h2:nth-child(2){
  background-color: red;
  color:#fff;
  padding-top:1%;
  padding-bottom:1%;

   transition:2s all;
}
#text-384-0-0-0 > h2:nth-child(2):hover{
  background-color: gold;
  color:#666;
  padding-top:1%;
  padding-bottom:1%;

  transition:2s all;
}
#text-384-0-0-0 > h2:nth-child(2):hover:after{
   transition:1s all;
  border-top: solid 50px gold;
  
}
#text-384-0-0-0 > h2:nth-child(2):after{
 content:'';
    position: absolute; 
    left: 50%;
  top:95%!important;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-top: solid 50px red;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
 transition:1s all;
}
.products_pers ul{
  width:100%;
  display: inline-block;
}
.products_pers ul li{
   height:450px;
  overflow: hidden;
  display:inline-block;
}

.products_pers ul li #text{
  display: none!important;
}
a.glif_go_back{
  display: none;
}
.page-title{
  margin:0!important;
}
.woocommerce ul.products li.product{
  display: inline-block;
  vertical-align: top;
   
  
}
.pea_cook_wrapper.pea_cook_bottomcenter{
  position: fixed;
  bottom:0!important;
  width:100%!important;
  border-radius: 0;
  left:0!important;
  margin:0!important;
  border-top:2px solid #fff!important;
}
.pea_cook_wrapper.pea_cook_bottomcenter a, .pea_cook_wrapper.pea_cook_bottomcenter p, .pea_cook_wrapper.pea_cook_bottomcenter button{
color:#fff!important;
  border:0!important;
  background-color:transparent;
}
.inner_pers_select ul{
  margin-top:5%!important;
}
ul.products li h2 {
  font-size:1.7em!important;
  
}
.woocommerce-breadcrumb{
  display: none;
}
.woocommerce-info:not(a), .woocommerce-message:not(a), woocommerce-error:not(a){
  background-color: transparent;
  border:0;

}
.woocommerce-info:before,.woocommerce-message:before, woocommerce-error:before{
  display: none;
}
#footerwrap{
  height:auto!important;
  overflow:hidden!important;
}
.back-top {
  display: none!important;
}
#footerwrap #footer .footer-text div.two{
font-size: 1.7em;
font-weight: 300;
line-height: 2em;

}


.widget{
  
  margin:0!important;
  
}
.footer-text:before{
  border:none;
  display:none!important;
}
#footerwrap #footer .footer-text div.two a{
  color:#000;
}
#footerwrap #footer .footer-text div.two a:hover{
  color:#333;
}
#footerwrap #footer .footer-text div.one img{
  
  display: none;
  
}
.page-numbers a{
  background-color: white!important;
  color:#000;
}
.back-top .arrow-up a{
  border:none;
}
.back-top .arrow-up a{
font-size:3em;
}
 h1.product_title{
  text-align: left!important;
  font-size:3em!important;
  font-weight: 400!important;
   color:#666;
}
.summary.entry-summary{
  text-align: right;
}
table.variations td{
  width:100%!important;
  display: inline-block;
  font-size:1.3em!important;
  text-align:left!important;
}
table.variations td a{
  width:100%!important;
  display: inline-block;
}
.quantity{
  width:100%;
   font-size:1.3em!important;
  border:none!important;
}
.quantity .qty{
  border:none;
}
#layout .quantity label{
  position:static!important;
  width:100%!important;
  visibility:visible;
  overflow:visible!important;
  height:100%!important;
}
.tb_turn_on.js-turn-on-builder{
  display: none!important;
}
#tab-additional_information{
  display: none!important;
}
.product_meta{
  display: none;
}
.single_variation_wrap{
  text-align: right!important;
  display: inline-block;
  
}
#pagewrap #layout button.single_add_to_cart_button{
  width:auto!important;
  padding:10px 20px!important;
  font-size:1.5em!important;
  font-weight: 500!important;
  float:right;
  

}

#pagewrap #layout .button.product_type_simple.add_to_cart_button, #pagewrap #layout .button.product_type_variable.add_to_cart_button{
  padding:15px!important;
    font-size:1.2em!important;
  text-transform: uppercase!important;
}
.tabs.wc-tabs:before{
  border:0!important;
}
.tabs.wc-tabs li{
 border-radius: 0!important; 
border:0!important;
  display: none!important;
}
.tabs.wc-tabs li a{
  font-weight: 300!important;
  font-size:1.4em;
}
#tab-additional_information h2{
   font-weight: 300!important;
  font-size:2em!important;
  color:#666!important;
  
}
#tab-additional_information.panel{
  border:none!important;
}

th{
  font-size:1.6em;
  font-weight: 300!important;
}
section.related.products > h2{
    font-weight: 300!important;
  font-size:2em!important;
  color:#666!important;
}
.col4-2.first{
  width:100%!important;
  text-align: center!important;
    margin:0!important;
}
.col4-2:nth-of-type(2){
  width:100%!important;
  text-align: center;
  margin:0!important;
  
}
.col4-2:nth-of-type(2) .textwidget {
 width:100%!important;
  display: inline-block;
  text-align: center!important;
  
}
.col4-2:nth-of-type(2) .textwidget a{
 width:auto!important;
  display: inline-block;
  text-align: center!important;
  margin:2%!important;
  
}

.col4-2:nth-of-type(2) .textwidget a img{
width:150px!important;
  height:auto!important;
  vertical-align: middle!important;
  
}
#menu-menu-foot li{
  border:0!important;

  font-weight:300!important;
  font-size:1.4em!important;
  width:auto!important;
  display: inline-block;
  margin:1%!important;
  text-align: center;

}
#menu-menu-foot li a{
  
  color:#666;
  
}
#menu-menu-foot li a:hover{
  
  color: #000;
  
}
#menu-menu-foot li.current-menu-item  a{
  
  color: #000;
  
}
.textwidget a{
  width:100%!important;
  display: inline-block;
  text-align: right;
}
.textwidget img{
  height:50px;
}
li ul{
  height:100%!important;
  overflow: hidden;
  width:0%!important;
  position: absolute;
  left:19%!important;
  transition:1s all;
   text-align: left!important;
  display: none!important;
  
}
.widget.woocommerce.widget_product_categories{
 
  margin-top:2%!important;
  
}
.product-categories{
   border:1px solid #ddd!important;
  padding:1%!important;
  background-color:#fcfcfc;
}
.product-categories > li{
  width:32%!important;
  display: inline-block;
  border:0!important;
  text-align: center;
  vertical-align: middle!important;
  height:32%!important;
  margin-left:1%!important;
  overflow:hidden!important;


}

.product-categories > li a{
color:white!important;
  display: inline-block;
  margin-top:5%!important;
 background-color:#333;
  padding:5px 10px;
  text-align: center!important;
  width:100%!important;
}
.prodotti_cats .product-categories > li a{
font-size:1.5em;
  width:100%!important;
  padding:10px;
}
.product-categories > li:after{
display: none!important;
}
.variation p{
  font-size:1em;
  margin:0!important;
  padding:0!important;
  line-height: 1em;
  vertical-align: bottom!important;
}

.shipping-calculator-button{
 display: none!important;
}

table.variations label{
  text-align: left!important;
  width:100%!important;
  font-weight: 300!important;
}
table.variations select{
  text-align: left!important;
  font-weight: 300!important;
  padding:5px 10px;
  
}
.quantity input.qty{
  border:1px solid #666;
  padding: 0!important;
  font-family: "Montserrat" , sans-serif!important;
  font-weight: 300;
 margin-right: 1em;
  margin-bottom:5%;
}

.up-sells.upsells.products > h2{
  color:#666;
   font-family: "Montserrat" , sans-serif!important;
  font-weight: 300;
}
.summary.entry-summary{
  /*! position:fixed; */
  /*! padding-right:2%; */
  /*! left:51%; */
  /*! width:40%!important; */
  /*! background-color:#fff!important; */
}
.summary.entry-summary a.take_me_to_glif{
  font-size:1.5em;
  margin-top:2%!important;
  display: none!important;
}
.up-sells.upsells.products, .related.products{
  display: inline-block!important;
  width:51%!important;
  padding:0!important;
  margin:0!important;
  
}
.woocommerce-tabs.wc-tabs-wrapper{
  width:51%;
}
body .up-sells.upsells.products ul, .related.products ul{
  width:auto!important;
  /*! position: absolute; */
  right:0!important;
  
}

.up-sells.upsells.products ul li, .related.products ul li{
  width:45%!important;
  display: inline-block;
}


#headerwrap #main-nav-wrap ul li ul li.current-menu-item{
	  background-color: #fff!important;

}
a.take_me_to_glif{
    font-size:2em!important;
    line-height: 1.2em!important;
    text-align: center!important;
    width:100%!important;
    display: inline-block;
    /*! border:2px solid #ddd; */
    
  }

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th{
  background-color: #ddd;
  
}
.variations label{
  color:#666!important;
}
.variations td{
  padding-right:0!important;
 
}
.variations td select{
  padding-right:0!important;
   margin-right:0!important;
}
.qty{
  padding-right:0!important;
   margin-right:0!important;
  margin-top:15px!important;
}
/***********************************************************/



@media screen and (min-width: 1025px) {
#headerwrap #main-nav a{
 padding:0!important;
  border:0!important;
}
#headerwrap #main-nav li{font-size:1.5em;vertical-align: middle;line-height: 40px!important;padding-left:1%;padding-right:1%;height:40px!important;margin:-1px!important;}

#headerwrap{
  overflow:visible!important;
}
}

/***********************************************************/



@media screen and (max-width: 1024px) {
	
	.psicheicon a:before, .daemonsicon a:before, .crowearicon a:before, .tpticon a:before{
		display:none!important;
		
	}
		.psicheicon a, .daemonsicon a, .crowearicon a, .tpticon a{
		color:#fff!important;
		
	}	
	
	


  html body #body #content #headerwrap ul#main-nav li a{
 padding:0!important;
  border:0!important;
  color:#FFF!important;
}
  html body .user_button ul li{
	padding:0!important;
	margin:0!important;
	height:20px!important;
}
html body .user_button ul li a{
	padding:0!important;
	margin:0!important;
	line-height: 1em!important;
}
.mobile_menu_active #headerwrap #main-nav a, .mobile_menu_active #headerwrap #main-nav ul a{
	margin-left:10px!important;
}
html body .user_button ul li:nth-child(2){
	display:inline-block!important;
	text-align: center!important;
  margin:0!important;
	position: static!important;
	padding:0!important;
	left:auto!important;
}
html body .user_button ul li:nth-child(2) a.logout{
	display:inline-block!important;
	text-align: center!important;
  margin:0!important;
	position: static!important;
	left:auto!important;
  padding:0!important;
}
 li #yith-s{
    
    width:100%!important;
    
  }
  
  
 .mobile_menu_active #headerwrap #menu-icon{
    position: fixed;
    /*! top:30px!important; */
  top:20px!important;
   left:5px!important;
   font-size:2em!important;
   color:#fff!important;
  }
  #menu-icon span{
	   font-size:2em!important;
   color:#fff!important;
  }
  .mobile_menu_active #headerwrap #menu-icon i:before{
     color:  #fff;
    margin-top:40px;
        content: "\f0c9" !important;
    font-size: 0.8em !important;
    font-weight: 900 !important;
	color:#fff;


  }
  .mobile_menu_active .sidemenu{

    background-color:#000!important;
}
    .mobile_menu_active .sidemenu .user_button{
  
   border:none!important;
}
  .user_button, .cart_button{
    
    position: static!important;
    width:100%!important;
        color:#666!important;
  }
  
    #headerwrap,#headerwrap.fixed-header{
    display: inline-block!important;
	background-color:#333!important;
    
  }
 #headerwrap #main-nav-wrap {
 background-color:none!impoartant;}
  #headerwrap #header #main-nav-wrap #main-nav li a{
    text-align: left!important;
	margin-left:10px!important;
    font-size:2em!important;
  }
  .sidemenu #main-nav ul.sub-menu{
    background-color: transparent!important;
    display:inline-block!important;
    width:100%!important;
  }
 #pagewrap #headerwrap .sidemenu-on #main-nav ul.sub-menu li{
      font-size:1em!important;
   text-align: left!important;
      width:100%!important;
      display: inline-block!important;
   height:20px;
   margin-left:5%!important;
  }
   #pagewrap #headerwrap .sidemenu-on #main-nav ul.sub-menu li a{
 color:#fff!important;
      text-align: left!important; 
  }
     #pagewrap #headerwrap .sidemenu-on #main-nav ul.sub-menu li a:before{
height:50px!important;
     width:50px!important;
       background-size:fit!important;
  }
  #headerwrap #logo-wrap{
    display: inline-block!important;
    right:5px;
    left:auto!important;
    top:5px!important;
    position:fixed!important;
  }
  body #headerwrap {
    background-color:#000!important;

    border:0!important;
    height:50px!important;
    position: fixed!important;
    z-index:9999!important;
    top:0!important;
  }
  #headerwrap .menu-item a{
    color:#fff!important;
    border:0;
  }
  .user_button a{
    color:#fff!important;
    text-align: center;
        width:100%!important;
      display: inline-block!important;
  }
  #menu-icon-close{
    color:#fff!important;
  }
  .user_button {
    width:100%!important;
    position: static!important;
    margin:0!important;
    padding: 0!important;
    display: inline-block!important;
  }
  #header .cart_button .count {
    top:90px!important;
    
    right:0!important;
    text-align: center!important;
    
  }
  #header .cart_button i{

    top:90px!important;
    left:46%!important;
      text-align: center!important;
  }
  #header .cart_button .tot .amount{
 
    text-align: center!important;
    left:43%!important;
  }
  .mobile_menu_active #headerwrap #main-nav a, .mobile_menu_active #headerwrap #main-nav ul a{
    border:0!important;
  }
  .product-categories li{
    width:39%!important;
  } 
  
}
a.button.product_type_variable{
  display: none!important!;
}
.cart_totals.calculated_shipping h2{
  color:#666;
  font-weight: 400;
}
@media screen and (max-width: 420px){
  body #pagewrap #layout .up-sells.upsells.products ul li, body #pagewrap #layout .related.products ul li, body #pagewrap #layout table#wpt_table tr{
    vertical-align: top!important;
    width:100%!important;
     text-align:center!important;
  }
  
  
}
@media screen and (max-width: 630px){
 #pagewrap #layout .up-sells.upsells.products ul li,  #pagewrap #layout .related.products ul li,#pagewrap #layout table#wpt_table tr{
    vertical-align: top!important;
    width:49%!important;
   text-align:center!important;
  }
  
  
  .product-categories li{
    width:90%!important;
  } 
  .up-sells.upsells.products, .related.products{
    width:100%!important;
  }
    .up-sells.upsells.products ul li, .related.products ul li{
    width:100%!important;
  }
  
  
}
  
 #main-nav ul.sub-menu{
   
    top:40px!important;
   z-index:-1!important;
    width:auto!important;
    left:0%!important;
    border:0!important;
    background-color: #fff!important;
  }
    ul.sub-menu:after{
 display: none!important;
  }
#headerwrap  #main-nav ul.sub-menu {
  overflow:hidden!important;
}
body #headerwrap{
	background-color:#000!important;
}
 #headerwrap  #main-nav ul.sub-menu li{ 
border:0!important;
   width:Auto!important;
   border-bottom:1px solid #000!important;

  }
 #headerwrap  #main-nav ul.sub-menu li a{ 
border:0!important;
   width:Auto!important;
   min-width:180px!important;
      padding:5px 10px!important;
   vertical-align: middle!important;
   margin-top:3px!important;
   color:black!important;
  }
 #headerwrap  #main-nav ul.sub-menu li a:hover{ 
background-color:transparent!important;
  }

 #headerwrap  #main-nav ul.sub-menu li:hover,  #headerwrap  #main-nav ul.sub-menu li:hover{ 

   
  }

#main-nav ul a:hover, #main-nav ul .current_page_item > a, #main-nav ul .current-menu-item > a{
  background-color:transparent!important;
  
}

 #main-nav ul .current_page_item, #main-nav ul .current-menu-item  {
  background-color: #fff!important;

  
}

#headerwrap #main-nav-wrap ul li ul li.current-menu-item, .current-menu-ancestor.current-menu-parent{
  
     background-color: #fff!important;

}
.slideforall{
  margin-top:2%!important;
  border:1px solid #000;
  background-color:#FFF!important;
}
.slideforall .carousel-wrap{
  height:350px!important;
  
  
}
.slideforall .carousel-wrap li {
  overflow:hidden!important;
 
}
.slideforall .carousel-wrap img{
object-fit: cover!important;
  height: 360px!important;
  object-position: 0 -5px;
  object-position: center!important;

  transition:0.5s all;
  
}

.slideforall .carousel-wrap img:hover{
transform:scale(1.5)!important;
  transition:0.5s all;
}
table#wpt_table{
  display: inline-block;
  background-color:#fcfcfc !important;
  width:100%!important;
  border:1px solid #ddd!important;
 
}
table#wpt_table tr{
  display: inline-block;
  width:24%!important;
  margin:0.5%!important;
    vertical-align: top!important;
}
table#wpt_table thead{
  display: none!important;
}
table#wpt_table tr td{
 width:90%!important;
  display: inline-block;

}

table#wpt_table tr td img{
height:300px!important;
object-fit:cover!important;
  
}
table#wpt_table a.button{
  padding:10px!important;
  font-size:1.2em!important;
  
}
table#wpt_table .wpt_product_title a{
  font-size:1.5em!important;
  height:auto!important;
  line-height: 1.5em!important;
  color:#666!important;
  text-align: center!important;
  display: inline-block;
  width:100%!important;
}

table#wpt_table .wpt_product_price {
  font-size:1.3em!important;
  height:auto!important;
  line-height: 1.3em!important;
  color:#666!important;
  text-align: center!important;
  display: inline-block;
  width:100%!important;
}

.carousel-nav-wrap{
  width:100%!important;
  background-color:rgba(0,0,0,0.2);
  position: absolute;
  border-top:1px solid #000!important;
  color:#fff!important;
  bottom:0!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  z-index:1}



#yith-s{

    width: 170px!important;
    color: #fff!important;
    background-color: rgba(255,255,255,0.3)!important;
    height:30px!important;
  border:1px solid #fff!important;
  border-radius:10px!important;
  vertical-align: middle!important;
  padding:0!important;
  margin:0!important;
  padding-left:5px!important;
}


#yith-searchsubmit{

display: none!important;
}

#yith-s::before {
  color:#fff!important;
  right:10%!important;
}


.home_slide .carousel-nav-wrap{
  background-color:transparent;
  border:0!important;
}

ul.our_brands, ul.our_products{
  width:100%!important;
  display: inline-block;
  list-style: none!important;
  text-align: center;
  height:auto!important;
  margin:0!important;
  position: relative;
  border:2px solid #333 !important;
}

ul.our_brands li, ul.our_products li{
padding:5px 0!important;;

  
 
}


ul.our_products li a{

}
ul.our_brands li a, ul.our_products li a{
color:#333!important; 
  font-size:1.2em!important;
  
}

.home_columns h4{
  background-color:#333 !important;
  padding:5px 10px;
  text-align: center;

  color:#fff!important;
}

.home_columns .home_slide{
  width:100%!important;
  height:40vh!important;

  border:2px solid #333 !important;

}
.home_columns .home_slide .carousel-wrap{
   width:100%!important;
  height:40vh!important;
  
}
.home_columns .home_slide .carousel-wrap ul{
   width:100%!important;
  height:40vh!important;
  
}
.home_columns .home_slide .caroufredsel_wrapper{
     width:100%!important;
  height:40vh!important;
  
  
}
.home_columns .home_slide img{
  width:100%!important;
  height:40vh!important;
  object-fit:cover;
}
.tb-column .module-image {

}
.wpt_thumbnails{
    overflow:hidden!important;
  border:1px solid #fff!important;
}
 .wpt_thumbnails img{
transition:1s all;
   cursor:pointer;
   

}
.wpt_thumbnails img:hover{
  transform:scale(1.5);
  transition:1s all;
}
.quantity label{
  font-size:1.2em!important;
}
ul.products{
margin-top:20px!important;
}

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wp-post-image{
  border:2px solid #fff!important;
  overflow:hidden!important;

}
section.related.products{
  width:100%!important;
  text-align: right;
  display: inline-block!important;
  position: relative!important;
}
section.related.products ul li{
  width:auto!important;
}
section.related.products ul li img{
 border:1px solid #fff;
   height:250px!important;
}

.woocommerce-Price-amount.amount{
  font-weight: bold;
  font-size:1.6em!important;
 
}
td label{
  font-size:1.2em!important;
}
.product_title.entry-title{
  font-weight: bold!important;

}
.woocommerce-product-details__short-description{
  text-align: justify;
  font-size:0.9em!important;
  
}
#content{
  padding-top:10px!important;
}
.fa-bars:before{
  content:"https://www.lookandbuy.glif.it/wp-content/themes."!important;
    font-size: 0.9em!important;
  font-weight: 900!important;

  
}

.home_slides img{
  height:350px!important;
  object-position: top;
  object-fit: cover;
    overflow:hidden;
}
.pea_cook_control{
  
  background-color: #1cccb5!important;
    border:1px solid #ccc;
  border-radius: 0!important;
  width:50%!important;
  margin-bottom:7%!important;
}

.pea_cook_control button{
  
border-radius: 0!important;
  padding:5px 10px;
}
button#pea_cook_btn{
  
  border-radius: 0!important;
  text-shadow: 0!important;
  font-weight: 300;
  
}

button#pea_cook_btn:hover, button#pea_cook_btn:focus{
  
  background-color: #1cccb5!important;
  color:#fff
  
}
.page-category-title-wrap .page-category-title,
.page-category-title-wrap .page-title, h1.page-title {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 4.2em;
	color: #000;
	margin: 0.15em 0 0.1em;
	letter-spacing: -0.06em;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
  background-color:transparent!important;
	letter-spacing: 2px!important;
}
.page-title { font-weight: 400;
  letter-spacing: 2px!important;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
  width:100%!important;

  padding:10px!important;
  border:1px solid #666!important;
  
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{
 display: inline-block;
  width:20%!important;
  margin:0!important;
  text-align: center!important;
  border:0!important;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{
font-size:1.2em!important;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong{
font-size:1em!important;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong span{
font-size:1em!important;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details span{
  font-size:1.4em!important;
}

.home_slides li{
  overflow: hidden!important;
  border:1px solid #fff!important;
}

.home_slides .slide-content{
  background-color: #333 !important;
  border-top:2px solid #fff!important;
  transform:rotate(-20deg);
  height:200px;
  width:500px!important;
  bottom:-100px!important;
  left:-80px!important;
  transition:0.5s all;
}
.home_slides .slide-content h3{
margin-top:50px!important;
  margin-left:auto!important;
  transform:rotate(20deg);

}
.carousel-nav-wrap{
  display: none!important;
}
.slide-image:hover + .slide-content{
  bottom:-200px!important;
  transition:0.5s all;
}

.fv-form .form-group {
	display: inline-block;
	width:49%!important;
	position: relative;
	margin-right:0.5%!important;
}
button.btn{
  border:2px solid black!important;
  border-radius:0!important;
  background-color: red!important;
  color:white!important;
   font-family: 'Montserrat', sans-serif!important;
  font-size:1.2em!important;
  font-weight: 300!important;
}
button.btn:hover, button.btn:active, button.btn:focus{
  color:white!important;
  background-color: #333 !important;
}
button.btn:disabled:hover, button.btn:disabled:active, button.btn:disabled:focus, button.btn.disabled:hover, button.btn.disabled:active, button.btn.disabled:focus{
 color:white!important;
  background-color: red!important;
}




.fv-form .form-group input{
	width:98%!important;
	border-radius: 0!important;
}
.category-title-overlay {
	background-color: transparent!important;
	opacity: 0.7;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.facebook-login{
  margin-top:10px;
  display: inline-block; width:97.5%;
  padding-top:10px;
  text-align: center;
  padding-bottom:10px;
  color:#fff!important;
  font-size:1.3em;
  background-color: #0065c8;
}
.columns_home .module_column:first-of-type{
	
	color:#FFF!important;
	vertical-align: middle;
	font-weight:bold!important;
	font-size:1.2em!important;
}
.columns_home .module_column:nth-of-type(2) .module-image{
border:none!important;
}

.columns_home .module_column:nth-of-type(3) .module-text{
font-size:		2em;	
	text-align: center;
}
.brandss {
	background-color:rgb(2, 170, 176);
	padding:15px 15px;
	color:#fff!important;
	text-align: left!important;
}

.brandss ul li{
	padding-top:10px;
	padding-bottom:10px;

}
.brandss ul li a{
	color:#FFF!important;
}

.brandss ul li a:hover{
	color:#666!important;
}

.woocommerce-store-notice, p.demo_store{
	font-weight: bold!important;
	background-color: red!important;
  top:0!important;
  z-index:20;
}
/** Menu Icons **/

.tpticon a{
	position: relative;
}
.tpticon a:before{
	content:"";
	border:1px solid #666;
	background-color: #f1b7ff !important;
	border-radius: 30px!important;
	position:absolute;
	left:5%!important;
	top:0!important;
	height:30px!important;
	width:30px!important;
	background:url(https://www.glif.it/LookAndBuy/wp-content/uploads/2019/03/logo.png);
	background-size:30px auto!important;
	background-repeat:no-repeat!important;
	background-position: center center;

}
.daemonsicon a{
	position: relative;
}
.daemonsicon a:before{
	content:"";
	border:1px solid #666;
	background-color: #fff !important;
	border-radius: 30px!important;
	position:absolute;
	left:5%!important;
	top:0!important;
	height:30px!important;
	width:30px!important;
	background:url(https://www.glif.it/LookAndBuy/wp-content/uploads/2019/12/logo_merc.png);
	background-size:30px auto!important;
	background-repeat:no-repeat!important;
	background-position: center center;

}
.crowearicon a{
	position: relative;
}
.crowearicon a:before{
	content:"";
	border:1px solid #666;
	background-color: #000 !important;
	border-radius: 30px!important;
	position:absolute;
	left:5%!important;
	top:0!important;
	height:30px!important;
	width:30px!important;
	background:url(https://www.glif.it/LookAndBuy/wp-content/uploads/2020/02/CrowearFlyHigh.png);
	background-size:30px auto!important;
	background-repeat:no-repeat!important;
	background-position: center center;

}
.user_button ul li:nth-child(2) a{
	color:#000!important;
}
.moda_inn{
  height:0!important;
  overflow: hidden!important;

}
.merc_inn{
  height:0!important;
  overflow: hidden!important;

}
.moda_inn.on{
height:100%!important;
 
}
.merc_inn.on{
height:100%!important;

}
.psicheicon a{
	position: relative;
}
.psicheicon a:before{
	content:"";
	border:1px solid #666;
	background-color: #fff !important;
	border-radius: 30px!important;
	position:absolute;
	left:5%!important;
	top:0!important;
	height:30px!important;
	width:30px!important;
	background:url(https://www.glif.it/LookAndBuy/wp-content/uploads/2019/12/R.png);
	background-size:20px auto!important;
	background-repeat:no-repeat!important;
	background-position: center center;

}

body .widget li {
	margin: 0;
	padding: .4em 0;
	list-style: none;
	clear: both;
	border-top: none!important;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=number], input[type=tel], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week] {
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #c8c8c8;
	font-size: 0.975em;
	letter-spacing: 0.01em;
	padding: 0.15em 0.1em 0.9em;
	margin: .2em 0 0;
	max-width: 100%;
	-webkit-appearance: none;
	box-sizing: border-box;
	transition: all 0.7s ease;
	width: 70%;
	margin-bottom:10px;
}
body input[type=reset],body input[type=submit],body button {
	background-color:  #000;
	border-radius: 0!important;
	border: none;
	float:right;
	color: #fff;
	cursor: pointer;
	font-family: 'Poppins';
}
#content .woocommerce table{
  background-color: #fff!important;
}
.order-total th:after{
  content: " (IVA Inclusa)";
}
#layout .ppom-field-wrapper .show_description{
	font-weight: 400;
	font-size:0.8em!important;
	margin:0!important;
}
/*/wp-content/uploads/themify-customizer-5.0.3-5.0.4.css*/
/* Themify Customize Styling */
body:before {
	content: '';
	background: none;
	background-color: #ffffff;
	background-size: cover;
	background-position: center center;
	position:fixed;top:0;left:0;width:100%;height:100vh;pointer-events:none;z-index:-1; 
}
body {	background: none;
	background-color: #ffffff;
	background-size: cover;
	background-position: center center;background-attachment: fixed;
	font-family: "Montserrat";	font-weight:normal;
	letter-spacing:1px;

	color: #333333; 
}
a {	
	color: #333333; 
}
a:hover {	
	color: #bababa; 
}
h1 {	
	font-family: "Montserrat";	font-weight:600;
	letter-spacing:2px;
 
}
h2 {	
	font-family: "Montserrat";	font-weight:500;
	letter-spacing:2px;
 
}
h3 {	
	font-family: "Montserrat";	font-weight:500;
	letter-spacing:1px;
 
}
h4 {	
	font-family: "Montserrat";	font-weight:500;
	letter-spacing:2px;
 
}
h5 {	
	font-family: "Montserrat";	font-weight:500;
	letter-spacing:2px;
 
}
h6 {	
	font-family: "Montserrat";	font-weight:500;
	letter-spacing:2px;
 
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=number], input[type=tel], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week] {	background: none;
	background-color: #ffffff;
	border: 1px solid #333333;
	font-family: "Montserrat";	font-weight:normal;

	color: #333333; 
}
#headerwrap {	background: none;
	background-color: #8f8d8d;background-image: url(https://www.glif.it/wp-content/uploads/2020/07/back-2.jpg);
	background-size: cover;
	background-position: center top;background-attachment: fixed;
	border-bottom: 3px solid #333333; 
	height:180px;
}
#header {	
	font-family: "Montserrat";	font-weight:500;
	letter-spacing:2px;

	color: #333333; 
}
#header a {	
	color: #333333; 
}
#header a:hover {	
	color: #8f8d8d; 
}
#headerwrap.fixed-header {	background-image: url(https://www.glif.it/wp-content/uploads/2020/07/back-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;background-attachment: fixed; 
}
body #site-logo a {	
	font-family: "Montserrat";	font-weight:bold;
	letter-spacing:3px;
	font-size:2em;
	line-height:1.3em;
	text-align:center;
	color: #333333; 
}
#site-description {	
	font-family: "Montserrat";	font-weight:normal;
	letter-spacing:3px;
display: none; 
}
#main-nav a {	
	color: #333333; 
}
#main-nav a:hover {	
	color: #8f8d8d; 
}
#main-nav .current_page_item > a,  #main-nav .current-menu-item > a {	
	color: #8f8d8d; 
}
#main-nav .current_page_item > a:hover,  #main-nav .current-menu-item > a:hover {	
	color: #8f8d8d; 
}
.mobile_menu_active #headerwrap .sidemenu-on {	background: none;
	background-color: #ffffff; 
}
.mobile_menu_active #headerwrap .sidemenu-on #main-nav a {	
	font-family: "Montserrat";	font-weight:500;
 
}
.mobile_menu_active #headerwrap .sidemenu-on a, .mobile_menu_active #headerwrap .sidemenu-on #main-nav a, .mobile_menu_active #headerwrap .sidemenu-on #main-nav ul a {	
	color: #333333; 
}
.mobile_menu_active #headerwrap .sidemenu-on a:hover, .mobile_menu_active #headerwrap .sidemenu-on #main-nav a:hover, .mobile_menu_active #headerwrap .sidemenu-on #main-nav ul a:hover, .mobile_menu_active #headerwrap .sidemenu-on #main-nav .current-menu-item > a {	
	color: #8f8d8d; 
}
.page-title, .page-category-title-wrap .page-title {	
	font-family: "Montserrat";	font-weight:500;
	letter-spacing:3px;

	background-color: transparent;
	padding: 0px;
	margin: 0px; 
}
.module-title {	
	font-family: "Montserrat";	font-weight:500;
	letter-spacing:2px;
 
}
#footerwrap {	background: none;
	background-color: #e7eef0;background-image: url(https://www.glif.it/wp-content/uploads/2020/07/back-2.jpg);
	background-size: cover;
	background-position: center bottom;background-attachment: fixed;
	border-top: 3px solid #333333; 
}
#footer {	
	color: #333333;
	font-family: "Montserrat";	font-weight:normal;
	letter-spacing:2px;
 
}
#footer a {	
	color: #333333; 
}
#footer a:hover {	
	color: #8f8d8d; 
}
.footer-widgets .widgettitle {	
	color: #333333; 
}
.mobile_menu_active #headerwrap #menu-icon { 
	color: #333333; }
/* Themify Custom CSS */
.back-top .arrow-up a{
	display:none;}

body #headerwrap.fixed-header{
border-bottom:3px solid#333!important;
}
@media screen and (max-width: 1024px){

  #menu-icon span{
  font-size:1em!important;
  color:#333!important;
  }
  #logo-wrap a{
      margin:0;
      font-size:0.8em!important;
  }
  #logo-wrap{
      margin:0!important;
      width:100%!important;
      text-align:center!important;
  }}



#footerwrap h4.widgettitle{
  text-align:left!important;
  border-bottom:2px solid #333;
  padding-bottom:10px;
  font-size:1.5em;
}
#footerwrap{
    padding-top:50px!important;
    border-top:2px solid #333!important;
    overflow:visible!important;
}

#footerwrap li {
    text-align:left;
    font-size:1.5em;

}
#footerwrap li a{
    color:#666!important;
}
.social-wrap  i.ti-shopping-cart{
  
   
    font-size:0.9em;
}
.social-wrap  i.ti-shopping-cart:before{

   
    font-size:1.9em;
}
.social-wrap  i.ti-shopping-cart p{

   padding:6px!important;
  background-color: #eee!important;
  font-size:0.8em;
  border-radius: 100px;
  top:0px!important;
  
}
.social-wrap  i:before{

   
    font-size:1.2em;
}
#footerwrap .footer-text{
  padding-top:30px!important;
  margin-top:30px!important;
  color:#333;
 
  
}
.footer-text::before {
    border-top: 3px solid #333;
}
/*/wp-content/uploads/themify-css/themify-builder-2486-generated.css*/
/* Generated from page: home */
.themify_builder_content-2486 .tb_vc3v377.module_row{padding-bottom:50px;}
.themify_builder_content-2486 .tb_7b8m889.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_263f867.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_263f867.module-image .image-wrap img{border:1px solid rgba(0, 0, 0, 1);}
.themify_builder_content-2486 .tb_9koc452.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_n38g761.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_kcjd800.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_kcjd800.module-image .image-wrap img{border:1px solid rgba(0, 0, 0, 1);}
.themify_builder_content-2486 .tb_z9pn900.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_q1wf839.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_xxjb4.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_o6v3851.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_o6v3851.module-image .image-wrap img{border:1px solid rgba(0, 0, 0, 1);}
.themify_builder_content-2486 .tb_6l27559.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_3h6u412.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_y05s99.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_xa0d52.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_unun934.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_y4zw945.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_y4zw945.module-image .image-wrap img{border:1px solid rgba(0, 0, 0, 1);}
.themify_builder_content-2486 .tb_iggw801.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_cjja730.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_cjja730.module-image .image-wrap img{border:1px solid rgba(0, 0, 0, 1);}
.themify_builder_content-2486 .tb_l9hv887.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_hs44918.module_row{padding-bottom:50px;}
.themify_builder_content-2486 .tb_09qm919.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_2dqr14.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_2dqr14.module-image .image-wrap img{border:1px solid rgba(0, 0, 0, 1);}
.themify_builder_content-2486 .tb_r64p838.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_r64p838.module-image .image-wrap img{border:1px solid rgba(0, 0, 0, 1);}
.themify_builder_content-2486 .tb_glou234.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_glou234.module-image .image-wrap img{border:1px solid rgba(0, 0, 0, 1);}
.themify_builder_content-2486 .tb_bw9d654.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_bw9d654.module-image .image-wrap img{border:1px solid rgba(0, 0, 0, 1);}
.themify_builder_content-2486 .tb_kls2944.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_kls2944.module-image .image-wrap img{border:1px solid rgba(0, 0, 0, 1);}
.themify_builder_content-2486 .tb_trpb799.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_daec732.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_7gfc456.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_kqed900.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_kfkx612.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_m4ts573.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_m4ts573.module-image .image-wrap img{border:1px solid rgba(0, 0, 0, 1);}
.themify_builder_content-2486 .tb_enx4632.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_n8jv920.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_lmtl935.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_vn1j328.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_jx54920.module-image{margin-bottom:20px;}
.themify_builder_content-2486 .tb_54oq920.module-image{margin-bottom:20px;}
/*Builder Custom CSS START*/
.module-image .image-wrap a{min-height:Auto!important;height:Auto!important;}
.post-image img{display:none;}
.module-image img:hover{transform:scale(1.05)!important;opacity:0.8; transition: all 0.5s ease!important;}
.module-image img{opacity:1; transition: all 0.5s ease!important;}
/*Builder Custom CSS END*/
/*/wp-content/uploads/themify-customizer-5.1.7-5.2.0.css*/
/* Themify Customize Styling */
body:before {
	content: '';
	background: none;
	background-color: #ffffff;
	background-size: cover;
	background-position: center center;
	position:fixed;top:0;left:0;width:100%;height:100vh;pointer-events:none;z-index:-1; 
}
body {	background: none;
	background-color: #ffffff;
	background-size: cover;
	background-position: center center;background-attachment: fixed;
	font-family: "Montserrat";	font-weight:normal;
	letter-spacing:1px;

	color: #333333; 
}
a {	
	color: #333333; 
}
a:hover {	
	color: #bababa; 
}
h1 {	
	font-family: "Montserrat";	font-weight:600;
	letter-spacing:2px;
 
}
h2 {	
	font-family: "Montserrat";	font-weight:500;
	letter-spacing:2px;
 
}
h3 {	
	font-family: "Montserrat";	font-weight:500;
	letter-spacing:1px;
 
}
h4 {	
	font-family: "Montserrat";	font-weight:500;
	letter-spacing:2px;
 
}
h5 {	
	font-family: "Montserrat";	font-weight:500;
	letter-spacing:2px;
 
}
h6 {	
	font-family: "Montserrat";	font-weight:500;
	letter-spacing:2px;
 
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=number], input[type=tel], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week] {	background: none;
	background-color: #ffffff;
	border: 1px solid #333333;
	font-family: "Montserrat";	font-weight:normal;

	color: #333333; 
}
#headerwrap {	background: none;
	background-color: #8f8d8d;background-image: url(https://www.glif.it/wp-content/uploads/2020/07/back-2.jpg);
	background-size: cover;
	background-position: center top;background-attachment: fixed;
	border-bottom: 3px solid #333333; 
}
#header {	
	font-family: "Montserrat";	font-weight:500;
	letter-spacing:2px;

	color: #333333; 
}
#header a {	
	color: #333333; 
}
#header a:hover {	
	color: #8f8d8d; 
}
#headerwrap.fixed-header {	background-image: url(https://www.glif.it/wp-content/uploads/2020/07/back-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;background-attachment: fixed; 
}
body #site-logo a {	
	font-family: "Montserrat";	font-weight:800;
	letter-spacing:1px;
	font-size:3em;
	line-height:1.3em;
	text-transform:uppercase;	text-align:center;
	color: #333333; 
}
body #site-logo a img {		width: 300px;
	height: 60px; 
}
#site-logo {	
	margin-top: -10px; 
}
#site-description {	
	font-family: "Montserrat";	font-weight:normal;
	letter-spacing:3px;
display: none; 
}
#main-nav a {	
	color: #333333; 
}
#main-nav a:hover {	
	color: #8f8d8d; 
}
#main-nav .current_page_item > a,  #main-nav .current-menu-item > a {	
	color: #8f8d8d; 
}
#main-nav .current_page_item > a:hover,  #main-nav .current-menu-item > a:hover {	
	color: #8f8d8d; 
}
.mobile_menu_active #headerwrap .sidemenu-on {	background: none;
	background-color: #ffffff; 
}
.mobile_menu_active #headerwrap .sidemenu-on #main-nav a {	
	font-family: "Montserrat";	font-weight:500;
 
}
.mobile_menu_active #headerwrap .sidemenu-on a, .mobile_menu_active #headerwrap .sidemenu-on #main-nav a, .mobile_menu_active #headerwrap .sidemenu-on #main-nav ul a {	
	color: #333333; 
}
.mobile_menu_active #headerwrap .sidemenu-on a:hover, .mobile_menu_active #headerwrap .sidemenu-on #main-nav a:hover, .mobile_menu_active #headerwrap .sidemenu-on #main-nav ul a:hover, .mobile_menu_active #headerwrap .sidemenu-on #main-nav .current-menu-item > a {	
	color: #8f8d8d; 
}
.page-title, .page-category-title-wrap .page-title {	
	font-family: "Montserrat";	font-weight:500;
	letter-spacing:3px;

	background-color: transparent;
	padding: 0px;
	margin: 0px; 
}
.module-title {	
	font-family: "Montserrat";	font-weight:500;
	letter-spacing:2px;
 
}
#footerwrap {	background: none;
	background-color: #e7eef0;background-image: url(https://www.glif.it/wp-content/uploads/2020/07/back-2.jpg);
	background-size: cover;
	background-position: center bottom;background-attachment: fixed;
	border-top: 3px solid #333333; 
}
#footer {	
	color: #333333;
	font-family: "Montserrat";	font-weight:normal;
	letter-spacing:2px;
 
}
#footer a {	
	color: #333333; 
}
#footer a:hover {	
	color: #8f8d8d; 
}
.footer-widgets .widgettitle {	
	color: #333333; 
}
@media screen and (max-width: 1024px) { /* Themify Customize Styling */
body {	background: none;
	background-color: #ffffff;
	background-size: cover;
	background-position: center center;	font-weight:normal;

	color: #333333; 
}
a {	
	color: #333333; 
}
a:hover {	
	color: #bababa; 
}
h1 {		font-weight:600;
 
}
h2 {		font-weight:500;
 
}
h3 {		font-weight:500;
 
}
h4 {		font-weight:500;
 
}
h5 {		font-weight:500;
 
}
h6 {		font-weight:500;
 
}
#headerwrap {	background: none;
	background-color: #8f8d8d;
	background-size: cover;
	background-position: center top; 
}
#header {		font-weight:500;

	color: #333333; 
}
#header a {	
	color: #333333; 
}
#header a:hover {	
	color: #8f8d8d; 
}
body #site-logo a {		font-weight:800;

	color: #333333; 
}
#site-description {		font-weight:normal;
 
}
#main-nav a {	
	color: #333333; 
}
#main-nav a:hover {	
	color: #8f8d8d; 
}
#main-nav .current_page_item > a,  #main-nav .current-menu-item > a {	
	color: #8f8d8d; 
}
#main-nav .current_page_item > a:hover,  #main-nav .current-menu-item > a:hover {	
	color: #8f8d8d; 
}
.mobile_menu_active #headerwrap .sidemenu-on {	background: none;
	background-color: #ffffff; 
}
.mobile_menu_active #headerwrap .sidemenu-on #main-nav a {		font-weight:500;
 
}
.mobile_menu_active #headerwrap .sidemenu-on a, .mobile_menu_active #headerwrap .sidemenu-on #main-nav a, .mobile_menu_active #headerwrap .sidemenu-on #main-nav ul a {	
	color: #333333; 
}
.mobile_menu_active #headerwrap .sidemenu-on a:hover, .mobile_menu_active #headerwrap .sidemenu-on #main-nav a:hover, .mobile_menu_active #headerwrap .sidemenu-on #main-nav ul a:hover, .mobile_menu_active #headerwrap .sidemenu-on #main-nav .current-menu-item > a {	
	color: #8f8d8d; 
}
.page-title, .page-category-title-wrap .page-title {		font-weight:500;
 
}
.module-title {		font-weight:500;
 
}
#footerwrap {	background: none;
	background-color: #e7eef0;
	background-size: cover;
	background-position: center bottom; 
}
#footer {	
	color: #333333;	font-weight:normal;
 
}
#footer a {	
	color: #333333; 
}
#footer a:hover {	
	color: #8f8d8d; 
}
.footer-widgets .widgettitle {	
	color: #333333; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body {	
	background-size: cover;
	background-position: center center;	font-weight:normal;
 
}
h1 {		font-weight:600;
 
}
h2 {		font-weight:500;
 
}
h3 {		font-weight:500;
 
}
h4 {		font-weight:500;
 
}
h5 {		font-weight:500;
 
}
h6 {		font-weight:500;
 
}
#headerwrap {	
	background-size: cover;
	background-position: center top; 
}
#header {		font-weight:500;
 
}
body #site-logo a {		font-weight:800;
 
}
#site-description {		font-weight:normal;
 
}
.mobile_menu_active #headerwrap .sidemenu-on #main-nav a {		font-weight:500;
 
}
.page-title, .page-category-title-wrap .page-title {		font-weight:500;
 
}
.module-title {		font-weight:500;
 
}
#footerwrap {	
	background-size: cover;
	background-position: center bottom; 
}
#footer {		font-weight:normal;
 
}
 }@media screen and (max-width: 680px) { /* Themify Customize Styling */
body {	background: none;
	background-color: #ffffff;
	background-size: cover;
	background-position: center center;	font-weight:normal;

	color: #333333; 
}
a {	
	color: #333333; 
}
a:hover {	
	color: #bababa; 
}
h1 {		font-weight:600;
 
}
h2 {		font-weight:500;
 
}
h3 {		font-weight:500;
 
}
h4 {		font-weight:500;
 
}
h5 {		font-weight:500;
 
}
h6 {		font-weight:500;
 
}
#headerwrap {	background: none;
	background-color: #8f8d8d;
	background-size: cover;
	background-position: center top; 
}
#header {		font-weight:500;

	color: #333333; 
}
#header a {	
	color: #333333; 
}
#header a:hover {	
	color: #8f8d8d; 
}
body #site-logo a {		font-weight:800;

	color: #333333; 
}
#site-description {		font-weight:normal;
 
}
#main-nav a {	
	color: #333333; 
}
#main-nav a:hover {	
	color: #8f8d8d; 
}
#main-nav .current_page_item > a,  #main-nav .current-menu-item > a {	
	color: #8f8d8d; 
}
#main-nav .current_page_item > a:hover,  #main-nav .current-menu-item > a:hover {	
	color: #8f8d8d; 
}
.mobile_menu_active #headerwrap .sidemenu-on {	background: none;
	background-color: #ffffff; 
}
.mobile_menu_active #headerwrap .sidemenu-on #main-nav a {		font-weight:500;
 
}
.mobile_menu_active #headerwrap .sidemenu-on a, .mobile_menu_active #headerwrap .sidemenu-on #main-nav a, .mobile_menu_active #headerwrap .sidemenu-on #main-nav ul a {	
	color: #333333; 
}
.mobile_menu_active #headerwrap .sidemenu-on a:hover, .mobile_menu_active #headerwrap .sidemenu-on #main-nav a:hover, .mobile_menu_active #headerwrap .sidemenu-on #main-nav ul a:hover, .mobile_menu_active #headerwrap .sidemenu-on #main-nav .current-menu-item > a {	
	color: #8f8d8d; 
}
.page-title, .page-category-title-wrap .page-title {		font-weight:500;
 
}
.module-title {		font-weight:500;
 
}
#footerwrap {	background: none;
	background-color: #e7eef0;
	background-size: cover;
	background-position: center bottom; 
}
#footer {	
	color: #333333;	font-weight:normal;
 
}
#footer a {	
	color: #333333; 
}
#footer a:hover {	
	color: #8f8d8d; 
}
.footer-widgets .widgettitle {	
	color: #333333; 
}
 }.mobile_menu_active #headerwrap #menu-icon { 
	color: #333333; }
/* Themify Custom CSS */
html p.price:after{display:none!important;}
.back-top .arrow-up a{
	display:none;}

body #headerwrap.fixed-header{
border-bottom:3px solid#333!important;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
display: none;
}
#headerwrap .social-wrap{top:40%!important;}
#site-logo a span{font-weight:800!important;}
#headerwrap.fixed-header ul{padding:0!important;}

@media screen and (max-width: 1024px){
body #headerwrap {
   height:75px!important;
	border-bottom:4px solid #333!important;
}
	body #headerwrap.fixed-header {
   height:75px!important;
	border-bottom:4px solid #333!important;
}
	#headerwrap #site-logo span {
    font-weight: 800!important;
    font-size: 0.9em;
}
	body[class*="themify"] #site-logo a {
    font-size: 1.5em!important;
}
	
}

@media screen and (max-width:1024px){
	#headerwrap #main-nav-wrap{background-color:transparent!important}
	body #headerwrap ul#main-nav li{
		background-color:transparent!important;
		
	}
	body  #headerwrap ul#main-nav li{font-size:1.05em;}
body  #headerwrap ul#main-nav li a{
		background-color:transparent!important;
		color:#333!important;
		font-weight:800!important;
		font-size:1.4em!important;
	letter-spacing:3px!important;
	}
	
	body  #headerwrap ul#main-nav li a:hover{color:#ccc!important}
	#headerwrap #menu-icon span {
    font-size: 0.85em!important;
		color: #333!important;}
}

body #footerwrap{   background-image: url(https://www.glif.it/wp-content/uploads/2020/07/back-2.jpg);}
body #headerwrap {
    background-image: url(https://www.glif.it/wp-content/uploads/2020/07/back-2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
#footer li {text-align:left!important;}
	body  #headerwrap ul#main-nav {padding-top:5px!important;padding-bottom:5px!important}
	body  #headerwrap ul#main-nav li{font-weight:bold!important;}
	body  #headerwrap ul#main-nav li a{font-weight:800!important;}
#header .sub_header_cat.mob ul{margin-left:0!important;list-style:none!important; margin-top:20px!important; border-top:2px solid #000;}
#header .sub_header_cat.mob ul li{font-weight:800;margin-left:10px;letter-spacing:3px!important;margin-top:20px;font-size:1.6em;color:#000!important;}
#header .sub_header_cat.mob ul li a{
	color:#000!important;
	letter-spacing:3px!important;
}
#header .sub_header_cat.mob ul li a:hover{color:#ccc!important;}
@media screen and (min-width:1025px){
	.sub_header_cat.mob{display:none!important;}
	
}
#headerwrap a#menu-icon-close:before,#headerwrap a#menu-icon-close:after{background-color:#000!important}