/*
Theme Name: Plastheme
Theme URI: https://plastheme.webmasterpd.com
Author: Webmasterpd
Description: "Plastheme" is a WordPress theme designed for companies and organizations involved in the manufacturing, selling, and distribution of sustainable plastic packaging and bottles. This theme provides a solid and appealing platform to showcase your products.
Version: 1.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: plastheme, plastics, products, packaging, bottles
Text Domain: plastheme
*/

/* Header */
header#siteheader.header-solid{
	background: var(--body-header-bg-color);
}
header#siteheader .row{
	align-items: center;
}
header#siteheader a,
header#siteheader a *{
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#top-header{
	padding: 5px 0;
	background-color: var(--top-header-bg-color);
}
#top-header *{
	color: var(--top-header-text-color);
	fill: var(--top-header-text-color);
	font-size: 16px;
    font-weight: 500;
	text-decoration: none;
}
#top-header .row > div:first-child .widget > *{
	display: flex;
	justify-content: flex-start;
}
#top-header .row > div:last-child .widget > *{
	display: flex;
	justify-content: flex-end;
}
#top-header ul{
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
#top-header ul li{
	display: flex;
    align-items: center;
	list-style: none;
}
#top-header ul.widget-contact li:not(:last-child){
	margin-right: 15;
}
#top-header ul.widget-contact li a{
	display: flex;
	flex-direction: row;
	align-items: center;
}
#top-header ul.widget-contact li:not(.widget-contact-phone) a svg{
	margin-right: 5px;
}
#top-header a:hover,
#top-header a:hover *{
	color: var(--top-header-text-color-hover);
	fill: var(--top-header-text-color-hover);
}
#top-header .wp-block-social-links{
	margin: 0;
}
#top-header .wp-block-social-links a,
#top-header .wp-block-social-links a *{
	color: var(--white-color);
	fill: var(--white-color);
}
#top-header .wp-block-social-links a:hover,
#top-header .wp-block-social-links a:hover *{
	opacity: .8;
}
#top-header .wp-block-social-links a svg{
	width: 20px;
	height: 20px;
}
#top-header .wp-block-social-links .wp-social-link-tiktok a svg{
	transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
#body-header{
	padding: 10px 0;
}
#body-header .header-logo{
	max-width: 300px;
	width: 100%;
}
#body-header .header-menu{
	align-self: stretch;
}
#body-header .header-menu ul.menu li{
	list-style: none;
}
#body-header .header-menu ul.menu li a{
	color: var(--body-header-text-color);
	font-weight: 600;
	text-decoration: none;
}
#body-header .header-menu ul.menu > li:hover > a,
#body-header .header-menu ul.menu > li.current-menu-item > a{
	color: var(--body-header-text-color-hover);
	border-bottom-color: var(--body-header-text-color-hover);
}
#body-header .header-menu ul.menu ul li:hover,
#body-header .header-menu ul.menu ul li.current-menu-item{
	border-bottom-color: var(--body-header-text-color-hover);
}
#body-header .header-menu ul.menu ul li:last-child{
	border-bottom: transparent;
}
#body-header .header-menu ul.menu ul li a{
	display: block;
}
#body-header .header-menu ul.menu ul li:hover > a,
#body-header .header-menu ul.menu ul li.current-menu-item > a{
	color: var(--body-header-text-color-hover);
}
#body-header .header-menu ul.menu li:not(.menu-item-has-children) > .menu-has-child{
	display: none;
}
#body-header .header-menu ul.menu > li#top-search form{
	margin: 0;
}
body:not(.open-search) #body-header .header-menu ul.menu > li.top-menu-options{
	border-left: 1px solid var(--gray-color-1);
}
body #body-header .header-menu ul.menu > li.top-menu-options ~ li.top-menu-options{
	border-left: 0;
}
body #body-header .header-menu ul.menu > li.top-menu-options a,
body #body-header .header-menu ul.menu > li.top-menu-options a *{
	color: var(--body-header-text-color);
	fill: var(--body-header-text-color);
}
body #body-header .header-menu ul.menu > li.top-menu-options a:hover,
body #body-header .header-menu ul.menu > li.top-menu-options a:hover *{
	color: var(--body-header-text-color-hover);
	fill: var(--body-header-text-color-hover);
}
body #body-header .header-menu ul.menu > li.top-menu-options#top-cart ul.header-cart-menu .cart-item{
	display: block;
}
body #body-header .header-menu ul.menu > li.top-menu-options#top-cart ul.header-cart-menu .cart-item-qp{
	font-size: 12px;
}
body #body-header .header-menu ul.menu > li.top-menu-options#top-cart ul.header-cart-menu .cart-item-qp *{
	color: var(--gray-color-4);
}


/* Body */
*::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

*::-webkit-scrollbar-track {
	box-shadow: inset 3px 3px 5px 0 rgba(0, 0, 0, 0.2), inset -3px -3px 5px 0 rgba(255, 255, 255, 0.3);
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--bs-gray-400);
    box-shadow: inset 3px 3px 5px 0 rgba(0, 0, 0, 0.2), inset -3px -3px 5px 0 rgba(255, 255, 255, 0.3);
}
body{
	overflow-x: hidden;
}
a{
	color: var(--primary-color);
}
.container p, .container span, .container li{
	color: var(--general-text-color);
}
.txt-c1, .txt-c1 *{
	color: var(--primary-color)!important;
}
.txt-c2, .txt-c2 *{
	color: var(--secundary-color)!important;
}
#top-content h1{
	padding-top: 50px;
    margin: 0;
}
#main-content{
	min-height: 400px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#content-area .single-post-inner-content *:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Pages */
#top-banner{
	position: relative;
	padding: 70px 0;
	background-size: cover;
	background-color: var(--top-banner-background-color);
}
#top-banner *{
	color: var(--top-banner-text-color);
	text-decoration: none;
	z-index: 1;
}
#top-banner #top-banner-overflow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--top-banner-overflow-color);
	opacity: .6;
	z-index: 0;
}

/* Imputs */
.wpcf7-form-control-wrap{
	width: 100%;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="range"]),
textarea,
.woocommerce-input-wrapper span.selection .select2-selection--single,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, 
body.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body.woocommerce-checkout .wc-block-components-textarea{
	min-height: 39px;
	color: var(--general-text-color);
	padding: 10px;
    border: 0;
    border-radius: 10px;
    box-shadow: inset 3px 3px 5px 0 rgba(0, 0, 0, 0.2), inset -3px -3px 5px 0 rgba(255, 255, 255, 0.3);
    background: transparent;
	outline: none;
}
.woocommerce-input-wrapper span.selection .select2-selection--single > .select2-selection__rendered{
	line-height: normal;
    padding: 0;
}
#sidebar input.wp-block-search__input{
	border-radius: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
input[type="submit"], button[type="submit"], .elementor-button{
	color: var(--white-color);
	padding: 10px 40px;
    border: 0;
    border-radius: 10px;
	background-color: var(--primary-color);
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#sidebar input.wp-block-search__input ~ button[type="submit"]{
	padding: 10px 15px;
	margin-left: 0;
	border-radius: 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.elementor-button-wrapper .elementor-button.elementor-size-lg{
	border-radius: 15px;
}
input[type="submit"]:hover, button:hover, .elementor-button:hover{
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2) inset;
}

/* Posts */
.loop-post:not(:last-child){
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid var(--gray-color-3);
}
.loop-post .loop-post-title a{
	text-decoration: none;
}
.single-post .single-post-thumbnail{
	margin-bottom: 15px;
}
.single-post .single-post-thumbnail img{
	width: 100%;
	height: auto;
}
ul.post-meta{
	padding: 0 0 5px;
	margin: 0;
	list-style: none;
}
ul.post-meta li{
	display: inline-block;
	font-size: 12px;
    color: var(--gray-color-4);
    font-weight: 300;
}
ul.post-meta li *{
	color: var(--gray-color-4);
	text-decoration: none;
}
ul.post-meta li:not(:first-child){
	padding-left: 5px;
    margin-left: 1px;
    border-left: 1px solid var(--gray-color-3);
}

/* Team post */
#profile-content{
	padding: 0px;
}
#profile-content .sticky-container{
	position: sticky;
    top: 0;
    max-height: 100vh;
	padding: 20px;
	background-color: var(--gray-color-3);
	border-radius: 20px;
    overflow-y: auto;
}
#profile-content .profile-image{
	position: relative;
	overflow: hidden;
}
#profile-content .profile-image:after{
	content: "";
	display: block;
	padding-bottom: 100%;
}
#profile-content .profile-image img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 100%;
}
#profile-content .profile-title{
	text-align: center;
    margin: 20px 0 0;
}
#profile-content .profile-position{
	color: var(--gray-color-4);
    font-size: 20px;
    text-align: center;
    font-style: italic;
    margin-top: 5px;
}
#profile-content .profile-phone,
#profile-content .profile-phone a,
#profile-content .profile-email,
#profile-content .profile-email a{
	color: var(--general-text-color);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
	text-decoration: none;
    margin-top: 5px;
}
#profile-content .profile-phone a svg,
#profile-content .profile-email a svg{
	width: 18px;
    height: 18px;
	fill: var(--general-text-color);
    margin-right: 5px;
}
#profile-content .profile-social-icons{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px 0 0;
    list-style: none;
}
#profile-content .profile-social-icons *{
	color: var(--black-color);
}

/* tags */
ul.tags{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 20px 0 0;
}
ul.tags li{
	list-style: none;
}
ul.tags li a{
	display: block;
    color: var(--gray-color-4);
    font-size: 14px;
    text-decoration: none;
    background-color: var(--gray-color-3);
    padding: 2px 5px;
}

/* Comments */
#single-comments{
	padding: 25px 0 0;
	margin: 25px 0 15px;
	border-top: 1px solid var(--gray-color-3);
}
#single-comments .commentlist{
	padding: 0;
	margin: 0;
}
#single-comments .commentlist li{
	position: relative;
	padding: 25px;
	margin: 0 0 15px 25px;
	border: 1px solid var(--gray-color-3);
	list-style: none;
}
#single-comments .commentlist li .comment-author img{
	position: absolute;
	top: 2px;
	left: -32px;
	padding: 7px;
	background: var(--white-color);
	border: 1px solid var(--gray-color-3);
	border-radius: 100%;
	box-sizing: content-box;
}
#single-comments .commentlist li .comment-meta,
#single-comments .commentlist li .comment-meta a{
	font-size: 12px;
    color: var(--gray-color-4);
    font-weight: 300;
    margin: 0;
    text-decoration: none;
}
#single-comments #commentform .logged-in-as{
	margin-bottom: 0;
}
#single-comments #commentform .logged-in-as .required-field-message{
	display: block;
	font-size: 12px;
	margin: 10px 0 5px;
}
#single-comments #commentform .logged-in-as .required-field-message,
#single-comments #respond .required{
	color: #83001d;
}
#single-comments .comment-form-comment > label,
#single-comments .comment-form-author > label,
#single-comments .comment-form-email > label,
#single-comments .comment-form-url > label{
	display: block;
}
#single-comments .comment-form-comment textarea{
	width: 100%;
}

/* Pagination */
.navigation.pagination .nav-links{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 5px;
}
.navigation.pagination .nav-links > *{
	width: 30px;
    height: 30px;
	color: var(--gray-color-4);
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border: 1px solid var(--gray-color-3);
	border-radius: 2px;
}
.navigation.pagination .nav-links > span,
.navigation.pagination .nav-links > a:hover{
	color: var(--white-color);
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

/* Sidebar */
#sidebar .sticky-container > .widget{
	padding: 0 10px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--gray-color-3);
}
#sidebar .sticky-container > .widget .widget-title,
#sidebar .sticky-container .wp-block-heading,
#sidebar .sticky-container .wp-block-search .wp-block-search__label{
	font-family: var(--font-family-1);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}
#sidebar .sticky-container > .widget:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
#sidebar .sticky-container > .widget ul,
#sidebar .sticky-container > .widget ol,
#sidebar .sticky-container > .widget form,
#sidebar .sticky-container .wc-block-product-categories,
#sidebar .sticky-container .wc-block-components-price-slider{
	padding: 0;
	margin: 0;
}
#sidebar .sticky-container > .widget li{
	position: relative;
	padding-bottom: 10px;
	list-style: none;
}
#sidebar .sticky-container > .widget li .wp-block-latest-posts__featured-image,
#sidebar .sticky-container > .widget li .wp-block-latest-comments .avatar, 
#sidebar .sticky-container > .widget li .wp-block-latest-comments__comment-avatar{
	max-width: 60px;
	width: 100%;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
}
#sidebar .sticky-container .widget li .wp-block-latest-posts__post-title,
#sidebar .sticky-container .widget li .wp-block-latest-comments__comment-author,
#sidebar .sticky-container .wp-block-categories-list li a,
#sidebar .sticky-container .wc-block-product-categories-list li a,
#sidebar .sticky-container .wc-block-product-categories-list li span,
#sidebar .sticky-container .widget.widget_meta li a{
	color: var(--primary-color);
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#sidebar .sticky-container > .widget li .wp-block-latest-posts__post-title + *{
	clear: left;
}
#sidebar .sticky-container > .widget li .wp-block-latest-posts__post-author,
#sidebar .sticky-container > .widget li .wp-block-latest-posts__post-date,
#sidebar .sticky-container > .widget li .wp-block-latest-comments__comment-meta,
#sidebar .sticky-container > .widget li .wp-block-latest-comments__comment-link,
#sidebar .sticky-container > .widget li .wp-block-latest-comments__comment-date{
	font-size: 12px;
	color: var(--gray-color-4);
    font-weight: 300;
	margin: 0;
}
#sidebar .sticky-container > .widget li .wp-block-latest-comments__comment-excerpt{
	margin: 0;
}
#sidebar .sticky-container > .widget li:last-child,
#sidebar .sticky-container > .widget li .wp-block-latest-comments__comment-excerpt p{
	padding-bottom: 0;
	margin-bottom: 0;
}
#sidebar .sticky-container .wc-block-grid__product .wc-block-grid__product-onsale{
	display: none;
}
#sidebar .sticky-container .has-1-columns .wc-block-grid__product{
	position: relative;
	text-align: left;
}
#sidebar .sticky-container .wc-block-grid__product{
	border: 0;
	padding-bottom: 10px;
}
#sidebar .sticky-container .has-1-columns .wc-block-grid__product:after{
	content: "";
	display: block;
	clear: both;
}
#sidebar .sticky-container .wc-block-grid__product .wc-block-grid__product-link{
	display: block;
	text-decoration: none;
}
#sidebar .sticky-container .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-title{
	margin-bottom: 0;
}
#sidebar .sticky-container .has-1-columns .wc-block-grid__product .wc-block-grid__product-image{
	float: left;
	max-width: 60px;
	margin-right: 10px;
}
#sidebar .sticky-container .wc-block-grid__product .wc-block-grid__product-price{
	color: var(--gray-color-4);
	margin-bottom: 0;
}
#sidebar .sticky-container .wc-block-grid__product .wc-block-grid__product-price *{
	color: var(--gray-color-4);
	font-size: 14px;
}
#sidebar .sticky-container .wc-block-grid__product .wc-block-grid__product-rating .star-rating{
	float: none;
	font-size: 11px;
}
#sidebar .sticky-container .has-1-columns .wc-block-grid__product .wc-block-grid__product-rating .star-rating{
	margin: 0;
}
#sidebar .sticky-container .wc-block-grid__product .wc-block-grid__product-add-to-cart a{
	font-size: 12px;
	padding: 5px 10px;
}
#sidebar .sticky-container .wp-block-woocommerce-product-categories .wc-block-product-categories__dropdown{
	width: calc(100% - 36px);
}
#sidebar .sticky-container .wp-block-woocommerce-product-categories .wc-block-product-categories__dropdown select{
	min-height: 39px;
    width: 100%;
    color: var(--general-text-color);
    padding: 10px;
    margin: 0;
    border: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: inset 3px 3px 5px 0 rgba(0, 0, 0, 0.2), inset -3px -3px 5px 0 rgba(255, 255, 255, 0.3);
    background: transparent;
    outline: none;
}
#sidebar .sticky-container .wp-block-woocommerce-product-categories .wc-block-product-categories__button{
	color: var(--white-color);
	background-color: var(--primary-color);
	border: 0;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


/* 404 */
body.error404{
	background-color: var(--gray-color-1);
}
#content-area.page-404 *{
	color: var(--general-text-color);
	text-align: center;
}
#content-area.page-404 h1{
	font-size: calc(1em + 20vw);  
	font-weight: 900;	
	color: var(--general-text-color);
	text-shadow: 0 8px 9px var(--gray-color-4), 0px -2px 1px var(--white-color);
}

/* Woocommerce */
body.single-product .woocommerce-product-gallery__image{
	position: relative;
}
body.single-product .woocommerce-product-gallery__image:before{
	content: "";
    padding-top: 100%;
    display: block;
}
body.single-product .woocommerce-product-gallery__image img{
	position: absolute;
	top: 0;
    left: 0;
	right: 0;
    bottom: 0;
    margin: auto;
	height: 100%!important;
	width: 100%!important;
    object-fit: cover;
}
body.single-product ol.flex-control-thumbs{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
body.single-product div.product div.images .flex-control-thumbs li{
	flex: 0 0 auto;
    float: none;
	width: 20%;
}
body.single-product .flex-direction-nav .flex-prev{
	left: 0;
}
body.single-product .flex-direction-nav .flex-next{
	right: 0;
}
body.single-product .flex-direction-nav a{
	opacity: 1;
}
body.single-product .flex-direction-nav a:before{
	line-height: 40px;
}
body.single-product table.variations,
body.single-product table.variations th,
body.single-product table.variations td{
	display: block;
}
body.single-product table.variations td.value span{
	display: none;
}
body.single-product table.variations td.value select,
body.woocommerce .woocommerce-ordering select{
	color: var(--general-text-color);
    padding: 5px 30px 5px 10px;
    border: 0;
    border-radius: 10px;
    box-shadow: inset 3px 3px 5px 0 rgba(0, 0, 0, 0.2), inset -3px -3px 5px 0 rgba(255, 255, 255, 0.3);
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right 3px center;
}
body.woocommerce .woocommerce-info::before{
	color: var(--secundary-color);
}
body.woocommerce .woocommerce-info {
    border-top-color: var(--secundary-color);
}
body.woocommerce .woocommerce-error, 
body.woocommerce .woocommerce-info, 
body.woocommerce .woocommerce-message{
	background-color: var(--gray-color-3);
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{
	padding: 0;
	list-style: none;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul a{
	display: block;
    color: var(--general-text-color);
    text-decoration: none;
    border-bottom: 1px solid var(--gray-color-2);
    padding: 15px 20px;
    background-color: var(--gray-color-3);
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
	color: var(--primary-color);
	border-color: var(--primary-color);
}
body.woocommerce-account .woocommerce .woocommerce-info .button,
body.woocommerce-account .woocommerce form .button,
body.woocommerce div.product form.cart .button,
body.woocommerce #review_form #respond .form-submit input{
	color: var(--white-color);
	font-weight: 400;
	background-color: var(--primary-color);
	border-radius: 15px;
	transition: all .3s;
}
body.woocommerce .quantity .qty,
body.woocommerce div.product form.cart .button{
	min-height: 44px;
}
body.woocommerce-account .woocommerce .woocommerce-info .button:hover,
body.woocommerce-account .woocommerce form .button:hover,
body.woocommerce div.product form.cart .button:hover,
body.woocommerce #review_form #respond .form-submit input:hover{
	color: var(--white-color);
	background-color: var(--primary-color);
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2) inset;
}
body.woocommerce div.product div.summary .price,
body.woocommerce ul.products li.product .price,
body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-item__prices,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .price{
	position: relative;
	display: inline-block;
    color: var(--general-text-color);
	background-color: var(--price-background-color);
    padding: 2px 30px 2px 15px;
	margin: 0 3px 20px;
    border: 1px var(--general-text-color) dashed;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
	box-shadow: 0px 0px 1px 3px var(--price-background-color);
	-webkit-box-shadow: 0px 0px 1px 3px var(--price-background-color);
	-moz-box-shadow: 0px 0px 1px 3px var(--price-background-color);
}
body.woocommerce div.product div.summary .price:after{
	content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translate(0, -50%);
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--white-color);
    border-radius: 100%;
}
body.woocommerce div.product div.summary .price > ins,
body.woocommerce div.product div.summary .price > .woocommerce-Price-amount.amount{
    display: inline-block;
	font-size: 30px;
	font-weight: 900;
    text-decoration: none;
}
body.woocommerce div.product div.summary .price > ins bdi,
body.woocommerce div.product div.summary .price > .woocommerce-Price-amount.amount bdi{
	display: flex;
    align-items: center;
}
body.woocommerce div.product div.summary .price > ins .woocommerce-Price-currencySymbol,
body.woocommerce div.product div.summary .price > .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol{
	font-size: 20px;
}
body.woocommerce div.product div.summary .price > del{
	color: var(--general-text-color);
    font-size: 15px;
}
body.woocommerce span.onsale{
	position: absolute;
	display: block;
	background-color: var(--sales-price-color);
	color: var(--white-color);
	height: 50px;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	padding: 0;
	transform: rotate(-20deg);
	animation: beat 1s ease infinite alternate;
}
@keyframes beat {
	from {	transform: rotate(-20deg) scale(1); box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4); }
	to {	transform: rotate(-20deg) scale(1.1); box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2); }
}
body.woocommerce div.product div.summary .product_meta > span{
	display: block;
}
body.woocommerce div.product div.summary .product_meta > span + span{
	margin-top: 15px;
}
body.woocommerce div.product div.summary .product_meta a{
	display: inline-block;
    color: var(--gray-color-4);
    font-size: 14px;
    text-decoration: none;
    background-color: var(--gray-color-3);
    padding: 2px 5px;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li{
	background-color: var(--gray-color-1);
}
body.woocommerce .star-rating,
body.woocommerce .star-rating span,
body.woocommerce .star-rating::before,
body.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link,
body.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link span{
	color: var(--primary-color);
}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .has-4-columns ul.wc-block-grid__products{
	gap: 35px;
}
body.woocommerce ul.products li.product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product{
	position: relative;
	min-height: 392px;
	text-align: left;
	padding: 10px;
	border: 1px solid var(--gray-color-2);
    border-radius: 5px;
	overflow: hidden;
}
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .has-4-columns ul.wc-block-grid__products li.wc-block-grid__product{
	flex: 1 0 calc(25% - 35px);
    max-width: calc(25% - 35px);
}
body.woocommerce ul.products li.product a img,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product a img{
	border-radius: 5px;
}
body.woocommerce ul.products li.product .onsale,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .onsale{
	top: 10px;
    right: auto;
    left: 4px;
}
body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title{
	color: var(--general-text-color);
	font-size: 16px;
    font-weight: bold;
	text-align: left;
    padding: 0 0 5px 0;
    margin-bottom: 8px;
    border-bottom: 1px solid var(--gray-color-2);
}
body.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
	text-decoration: none;
    padding: 0;
	margin: 0;
    border: 0;
}
body.woocommerce-cart .wc-block-cart-items__row .wc-block-components-sale-badge{
	margin-left: 10px;
}
body.woocommerce ul.products li.product p,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product p{
	font-size: 12px;
	-webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin: 0;
}
body.woocommerce ul.products li.product .price,
body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-item__prices,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .price{
	display: inline-block;
	margin: 5px 0;
}
body.woocommerce ul.products li.product:after,
body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-item__prices:after,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product:after{
	content: "";
	position: absolute;
	left: -10px;
	top: 100%;
	width: calc(100% + 20px);
	height: calc(100% + 10px);
	background-color: var(--black-color);
	opacity: 0;
	z-index: 1;
	-moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
body.woocommerce ul.products li.product ins,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product ins{
	text-decoration: none;
}
body.woocommerce ul.products li.product a.woocommerce-loop-product__link,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link{
	pointer-events: none;
	text-decoration: none;
}
body.woocommerce ul.products li.product .button,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart a{
	position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white-color);
    margin: 0;
    padding: 10px 15px;
    border: 0;
    border-radius: 10px;
    background-color: var(--primary-color);
	opacity: 0;
    z-index: 2;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
body.woocommerce ul.products li.product:hover:after,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product:hover:after{
	top: -10px;
	opacity: .4;
}
body.woocommerce ul.products li.product:hover .button,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product:hover .wp-block-button a{
	top: 50%;
	opacity: 1;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2) inset;
}
body.woocommerce ul.products li.product:hover .button.ajax_add_to_cart,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product:hover .wc-block-grid__product-add-to-cart a{
	top: calc(50% - 25px)
}
body.woocommerce ul.products li.product:hover .button.ajax_add_to_cart ~ .button,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product:hover .wc-block-grid__product-add-to-cart ~ .wp-block-button__link{
	top: calc(50% + 25px)
}
body.woocommerce ul.products li.product a.added_to_cart,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li.wc-block-grid__product a.added_to_cart{
	display: none;
}
body.woocommerce nav.woocommerce-pagination ul.page-numbers,
body.woocommerce nav.woocommerce-pagination ul.page-numbers li{
	float: none;
	border: 0;
}
body.woocommerce nav.woocommerce-pagination ul.page-numbers li > *{
	width: 30px;
    height: 30px;
	color: var(--gray-color-4);
	font-size: 16px;
    line-height: 30px;
    text-align: center;
	padding: 0;
	border: 1px solid var(--gray-color-3);
    border-radius: 2px;
}
body.woocommerce nav.woocommerce-pagination ul.page-numbers li > span.current,
body.woocommerce nav.woocommerce-pagination ul.page-numbers li > a:hover{
	color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
body.woocommerce-cart .wc-block-cart__submit-container a,
body.woocommerce-checkout .components-button{
    text-decoration: none;
    padding: 10px 40px;
    border: 0;
    border-radius: 10px;
    background-color: var(--primary-color);
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
body.woocommerce-cart .wc-block-cart__submit-container a:hover,
body.woocommerce-checkout .components-button:hover{
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2) inset;
}
body.woocommerce-cart .wc-block-cart__submit-container a span,
body.woocommerce-checkout .components-button span{
	color: var(--white-color);
}
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, 
body.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{
	padding-top: 24px;
}
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label, 
body.woocommerce-checkout .wc-block-components-text-input label{
	top: -5px;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
	color: var(--white-color);
	text-align: center;
	background-color: var(--success-color);
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 5px;
}

/* Footer */
footer#sitefooter #widget-area{
	padding: 100px 0;
	background-color: var(--footer-widget-area-background);
    box-shadow: 0px 10px 10px -7px rgba(0,0,0,0.3) inset;
    -webkit-box-shadow: 0px 10px 10px -7px rgb(0 0 0 / 30%) inset;
    -moz-box-shadow: 0px 10px 10px -7px rgba(0,0,0,0.3) inset;
}
footer#sitefooter #widget-area *:not(input){
	color: var(--footer-widget-area-text);
	font-size: 16px;
	text-decoration: none;
}
footer#sitefooter #widget-area p{
	max-width: 350px;
}
footer#sitefooter #widget-area a{
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
footer#sitefooter #widget-area a:hover{
	color: var(--footer-widget-area-text-hover);
}
footer#sitefooter #widget-area .widget .widget-title{
	font-size: 18px;
	font-weight: bold;
}
footer#sitefooter #widget-area .widget ul.menu{
	-webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
	margin: 0;
	padding: 0;
}
footer#sitefooter #widget-area .widget ul.menu li{
	margin-bottom: 10px;
	list-style: none;
}
footer#sitefooter #widget-area .widget .wp-block-social-links{
	list-style: none;
	padding: 0;
	margin: 0;
}
footer#sitefooter #widget-area .widget .wp-block-social-links *{
	font-size: 22px;
	fill: var(--secundary-color);
	padding: 0;
	background: transparent;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
footer#sitefooter #widget-area .widget .wp-block-social-links a:hover *{
	fill: var(--primary-color);
}
footer#sitefooter #copyright{
	padding: 10px 0;
	background-color: var(--footer-copyright-background);
}
footer#sitefooter #copyright *:not(input){
	color: var(--footer-copyright-text);
	font-size: 14px;
	text-decoration: none;
}
footer#sitefooter #copyright p{
	padding: 0;
	margin: 0;
}
footer#sitefooter #copyright .col-md-12.copyright-text{
	text-align: center;
}
footer#sitefooter #copyright a{
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
footer#sitefooter #copyright a:hover{
	color: var(--footer-copyright-text-hover);
}
footer#sitefooter #copyright ul{
	padding: 0;
	margin: 0;
}
footer#sitefooter #copyright ul li{
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}
footer#sitefooter #copyright ul li:first-child{
	margin-left: 0;
}

/* Css responsive */
@media all and (min-width: 768px) {
	#body-header .header-menu > div{
		height: 100%;
	}
	#body-header .header-menu ul.menu{
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
	}
	#body-header .header-menu ul.menu li{
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	#body-header .header-menu ul.menu ul li{
		justify-content: space-between;
	}
	#body-header .header-menu ul.menu > li{
		position: relative;
		height: 100%;
		padding: 0 20px;
	}
	#body-header .header-menu ul.menu > li:first-child{
		padding-left: 0;
	}
	#body-header .header-menu ul.menu > li:last-child{
		padding-right: 0;
	}
	#body-header .header-menu ul.menu > li > a{
		display: flex;
		font-size: 16px;
		align-items: center;
		height: calc(100% - 4px);
		padding: 10px 0;
		border-top: 2px solid transparent;
		border-bottom: 2px solid transparent;
	}
	#body-header .header-menu ul.menu li.menu-item-has-children .menu-has-child{
		transform: scale(0.6, 0.6);
		-webkit-transform: scale(0.6, 0.6);
		-ms-transform: scale(0.6, 0.6);
		color: var(--general-text-color);
		opacity: 0.3;
		pointer-events: none;
	}
	#body-header .header-menu ul.menu ul li.menu-item-has-children .menu-has-child{
		-webkit-transform: scale(0.6, 0.6) rotate(270deg);
		-ms-transform: scale(0.6, 0.6) rotate(270deg);
		transform: scale(0.6, 0.6) rotate(270deg);
	}
	#body-header .header-menu ul.menu li ul{
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: calc(100% + 5px);
		left: 0;
		width: 180px;
		background: var(--white-color);
		padding: 0;
		z-index: 9;
		-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
		-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
		-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
		-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
		box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
		transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}
	#body-header .header-menu ul.menu li ul.header-cart-menu{
		max-height: 80vh;
		overflow-y: auto;
	}
	#body-header .header-menu ul.menu li:hover > ul{
		visibility: visible;
		opacity: 1;
		top: calc(100% + 0px);
	}
	#body-header .header-menu ul.menu ul li > ul{
		top: 5px;
		left: 100%;
	}
	#body-header .header-menu ul.menu > li:nth-last-child(-n+2) > ul{
		right: 0;
		left: auto;
	}
	#body-header .header-menu ul.menu > li:nth-last-child(-n+2) > ul ul{
		right: 100%;
		left: auto;
	}
	#body-header .header-menu ul.menu > li.menu-item-has-children:nth-last-child(-n+2) ul .menu-has-child{
		-webkit-transform: scale(0.6, 0.6) rotate(90deg);
		-ms-transform: scale(0.6, 0.6) rotate(90deg);
		transform: scale(0.6, 0.6) rotate(90deg);
	}
	#body-header .header-menu ul.menu ul li:hover > ul{
		top: 0;
	}
	#body-header .header-menu ul.menu ul li{
		padding: 10px 20px;
		border-top: 1px solid transparent;
		border-bottom: 1px solid var(--gray-color-3);
	}
	#body-header .header-menu .toggle-menu,
	#body-header .header-menu .container{
		display: none;
	}
	#body-header .header-menu ul.menu > li.top-menu-options ~ li.top-menu-options{
		padding-left: 0;
	}
	#content-area.col-md-9{
		padding-right: 50px;
	}
	body.single-pt_team #content-area{
		padding-left: 50px;
	}
	body.open-search #body-header .header-menu ul.menu > li.menu-item{
		display: none;
	}
	body #body-header .header-menu ul.menu > li#top-search{
		overflow: hidden;
	}
	body #body-header .header-menu ul.menu > li#top-search form{
		margin: 2px 15px 2px 0;
		transform: translate(0);
		opacity: 1;
		-moz-transition: all 500ms ease-in;
		-webkit-transition: all 500ms ease-in;
		-ms-transition: all 500ms ease-in;
		-o-transition: all 500ms ease-in;
	}
	body:not(.open-search) #body-header .header-menu ul.menu > li#top-search form{
		position: absolute;
		width: 0;
		visibility: hidden;
		opacity: 0;
		overflow: hidden;
		transform: translate(100%,0);
	}
	body #body-header .header-menu ul.menu > li.top-menu-options a{
		position: relative;
		border-color: transparent;
		z-index: 1;
	}
	body.open-search #body-header .header-menu ul.menu > li#top-search a svg.open,
	body:not(.open-search) #body-header .header-menu ul.menu > li#top-search a svg.close{
		display: none;
	}
	body #body-header .header-menu ul.menu > li.top-menu-options#top-cart .cart-contents .cart-count{
		position: absolute;
		top: 4px;
		left: -5px;
		height: 15px;
		width: 15px;
		color: var(--body-header-text-color);
		font-size: 10px;
		line-height: 15px;
		text-align: center;
		background-color: var(--primary-color);
		border-radius: 100px;
	}
	.loop-post .loop-post-thumbnail{
		max-height: 300px;
		height: 100%;
		margin-bottom: 15px;
		overflow: hidden;
	}
	.loop-post .loop-post-thumbnail img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		margin-bottom: 0;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		transition: all .7s cubic-bezier(.2,1,.22,1);
		-webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
	}
	.loop-post:hover .loop-post-thumbnail img{
		transform: scale(1.07);
		-webkit-transform: scale(1.07);
	}
	#sidebar{
		border-left: 1px solid var(--gray-color-3);
	}
	#sidebar .sticky-container{
		position: sticky;
		top: 0;
		max-height: 100vh;
		overflow-y: auto;
	}
	footer#sitefooter #copyright .col-md-6.copyright-extra{
		text-align: right;
	}
}
@media all and (max-width: 990px) {
	footer#sitefooter #widget-area, footer #widget-area *{
		text-align: center;
		justify-content: center;
	}
	footer#sitefooter #widget-area > .container > .row > div:not(:last-child){
		margin-bottom: 25px;
		padding-bottom: 25px;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	footer#sitefooter #widget-area p{
		margin-left: auto;
		margin-right: auto;
	}
	footer#sitefooter #widget-area .wpcf7-spinner{
		display: block;
		margin: 5px auto;
	}
}
@media all and (max-width: 767px) {
	#top-header ul.widget-contact li a svg{
		margin-right: 5px;
	}
	#body-header .header-menu > div > ul.menu{
		display: flex;
		flex-direction: column;
	}
	#body-header .header-menu ul.menu{
		padding: 20px 12px 50px;
	}
	#body-header .header-menu ul ul{
		position: relative;
		top: 20px;
		margin-left: 20px;
		padding: 0;
	}
	#body-header .header-menu ul.menu li{
		padding-bottom: 20px;
	}
	#body-header .header-menu ul.menu li.menu-item-has-children{
		position: relative;
	}
	#body-header .header-menu ul.menu li a{
		font-size: 25px;
		padding: 0 0 20px;
	}
	#body-header .header-menu ul.menu li.menu-item-has-children > .menu-has-child{
		position: absolute;
		right: 0;
		top: 5px;
	}
	#body-header .header-menu ul.menu li.menu-item-has-children > a{
		margin-right: 50px;
	}
	#body-header .header-menu ul.menu li.menu-item-has-children > ul{
        height: 0;
		overflow: hidden;
        transform-origin: top center;
		-webkit-transform: scale(1,0);
		-ms-transform: scale(1,0);
		transform: scale(1,0);
		transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
	}
	#body-header .header-menu ul.menu li.menu-item-has-children.open-menu > ul{
		height: auto;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	#body-header .header-menu ul.menu li.menu-item-has-children.open-menu > .menu-has-child{
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	#body-header #top-search .wp-block-search__button{
		margin: 0;
	}
	body .header-menu > div:not(.toggle-menu){
		position: fixed;
		left: 0;
		top: 0;
		display: flex;
		width: 100%;
		height: 100%;
		flex-direction: column;
		visibility: hidden;
		opacity: 0;
		background-color: var(--body-header-toggle-background-color);
		transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		z-index: 99999999;
	}
	body.open-menu .header-menu > div:not(.toggle-menu){
		visibility: visible;
		opacity: 1;
	}
	body .header-menu .container{
		padding: 0;
		background-color: var(--body-header-toggle-background-color);
	}
	body .header-menu .container .row{
		display: flex;
		align-items: center;
		margin: 20px 0;
	}
	body .header-menu .toggle-menu,
	body .header-menu .container .row .close-toggle{
		display: flex;
		height: 100%;
		align-items: center;
	}
	body .header-menu .toggle-menu > *,
	body .header-menu .container .row .close-toggle > *{
		width: 25px;
		margin-left: auto;
		padding: 5px 0;
		box-sizing: content-box;
		color: var(--body-header-toggle-color);
		fill: var(--body-header-toggle-color);
	}
	body .header-menu .header-menu-content{
		height: 100%;
		padding: 20px 12px;
		margin: 0;
		box-sizing: content-box;
		overflow-y: auto;
	}
	#body-header .header-menu ul.menu > li#top-search{
		order: -1;
	}
	#body-header .header-menu ul.menu > li#top-login-logout{
		border-top: 1px solid var(--gray-color-2);
		order: 1;
	}
	#body-header .header-menu ul.menu > li#top-search > a,
	#body-header .header-menu ul.menu > li#top-login-logout > a{
		display: none;
	}
	#body-header .header-menu ul.menu > li#top-login-logout > ul{
		margin-left: 0;
	}
	#body-header .header-menu ul.menu > li#top-login-logout > ul li{
		padding-bottom: 0;
	}
	.loop-post .loop-post-thumbnail{
		margin-bottom: 15px;
	}
	.loop-post .loop-post-thumbnail img{
		width: 100%;
		height: auto;
	}
	#sidebar{
		margin-top: 25px;
		padding-top: 25px;
		border-top: 1px solid var(--gray-color-3);
	}
	#sidebar .sticky-container,
	#profile-content .sticky-container{
		max-height: none!important;
		height: auto!important;
	}
	#profile-content .sticky-container{
		border-radius: 0;
		margin-bottom: 20px;
	}
	footer#sitefooter #widget-area{
		padding: 50px 0;
	}
	footer#sitefooter #copyright .col-md-6,
	footer#sitefooter #copyright .col-md-12{
		text-align: center;
	}
}