/*
Theme Name: Envista Avara Foods Child
Theme URI: https://dorset.tech
Author: Dorset Tech
Template: avarafoods
Author URI: https://dorset.tech
Description: Envista Avara Foods Child Theme
Version: 1.0.2
License: Envato Marketplaces Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: essentials-child
Tags: header-builder, footer-builder, divider-builder, popup-builder, premium-design, translation-ready

*/

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri.eot');
    src: url('fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('fonts/Calibri.woff2') format('woff2'),
        url('fonts/Calibri.woff') format('woff'),
        url('fonts/Calibri.ttf') format('truetype'),
        url('fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri-Bold.eot');
    src: url('fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Calibri-Bold.woff2') format('woff2'),
        url('fonts/Calibri-Bold.woff') format('woff'),
        url('fonts/Calibri-Bold.ttf') format('truetype'),
        url('fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri-Light.eot');
    src: url('fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Calibri-Light.woff2') format('woff2'),
        url('fonts/Calibri-Light.woff') format('woff'),
        url('fonts/Calibri-Light.ttf') format('truetype'),
        url('fonts/Calibri-Light.svg#Calibri-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body{
	font-family: 'Calibri'!important;
	font-weight: normal!important;
    font-style: normal!important;
}

body p, body li{
	font-family: 'Calibri'!important;
	font-weight: normal!important;
    font-style: normal!important;
}

h1, h2, h3, h4{
	font-family: 'Calibri'!important;
	font-weight: bold!important;
    font-style: normal!important;
}

body h2, body .h2{
	font-size: 46px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 90%!important;
}

body .bg-gray-1{
	    background-color: #ffffff !important;
}


body .pix-header-border.pix-stack-line.bg-gray-1{
	display:none;
}

/* HEADER */

body .pix-header-normal {
    width: 100%;
    left: 0;
    padding: 15px 5% 10px;
}


body .pix-header-desktop .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
    display: block!important;
    padding: 0px 5%;
}

body .pix-header-min-height {
    min-height: 56px;
}

body .pix-header-stack.bg-gray-1{
	background-color: #232323!important;
}

body .navbar-expand-lg {
    min-height: 56px;
}

body .text-dark-opacity-4 {
    color: #fff!important;
}

body .nav-style-megamenu>li.nav-item .nav-link span {
    font-size: 16px!important;
}

body .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

body .pix-header-normal.is-scroll.pix-scroll-shadow {
    box-shadow: none;
	border-bottom:1px solid #C4C4C4;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #81b533!important;
}

.nav-style-megamenu>li.nav-item:hover .nav-link span:after, .nav-style-megamenu>li.nav-item.hover .nav-link span:after{
	display: none!important;
}

.navbar .pixicon-bag-2:before{
	content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(/wp-content/uploads/2022/10/Bag.svg);
    background-size: contain;
    background-repeat: no-repeat;
	margin-top: 10px;
}

.navbar .pixicon-heart:before{
	content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(/wp-content/uploads/2022/10/wishlist2.svg);
    background-size: contain;
    background-repeat: no-repeat;
	margin-top: 10px;
}

.navbar .pix-header-wishlist .cart-count{
	display: none;
}

.navbar .pix-pl-15, .navbar .pix-px-15 {
    padding-left: 10px !important;
}
.navbar .pix-pr-15, .navbar .pix-px-15 {
    padding-right: 10px !important;
}

body .navbar .cart-count {
    padding: 3px 5px;
    font-weight: 700;
    line-height: 12px;
    font-size: 10px;
    min-width: 18px;
    height: 18px;
    position: absolute;
    top: inherit;
    bottom: 2px;
    right: 3px;
    background: #FF1D0E!important;
}

body .navbar .btn {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 13px!important;
    line-height: 1.8;
	font-weight: 500;
}

body .navbar-expand-lg {
    justify-content: space-between;
}


.env-avara-product-search{
    width: 65%;
    margin: 0px 50px 0px 30px
}

.env-avara-product-search:nth-last-of-type(2){
    width: auto;
    margin: 0px;
}

.search_product input[type="submit"]{
	display: none;
}

.d-inline-flex.env-avara-product-search{
	display: block!important;
}

.search_product input[type="text" ]{
	width: 100%;
	padding: 20px 20px 20px 55px;
    border: 1px solid #D0D0D0;
    border-radius: 28px;
    background: #f5f5f5;
}

.search_product .pixicon-zoom{
    position: relative;
    top: 45px;
    left: 15px;
}

.env-avara-product-search #searchform {
	margin-top: -30px;
}

.search_product .pixicon-zoom:before {
    content: "";
    background: url(/wp-content/uploads/2022/10/fi_search.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.search_product input[type="text" ]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8A8A8A;
	font-style: italic;
	font-size: 14px;
	font-family: 'Calibri'!important;
}
.search_product input[type="text" ]::-moz-placeholder { /* Firefox 19+ */
  color: #8A8A8A;
	font-style: italic;
	font-size: 14px;
	font-family: 'Calibri'!important;
}
.search_product input[type="text" ]:-ms-input-placeholder { /* IE 10+ */
  color: #8A8A8A;
	font-style: italic;
	font-size: 14px;
	font-family: 'Calibri'!important;
}
.search_product input[type="text" ]:-moz-placeholder { /* Firefox 18- */
  color: #8A8A8A;
	font-style: italic;
	font-size: 14px;
	font-family: 'Calibri'!important;
}


/* FOOTER */


.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
	margin-bottom: 0px!important;
}

.copyright p, .copyright a{
	color:#ffffff!important;
	text-transform: uppercase;
	font-size: 14px;
    padding: 15px 0px;
}

.copyright a:hover{
	text-decoration:underline;
}

body .footerTop h2{
    font-size: 24px;
	color: #81b533;
	margin-bottom: 15px;
}

body .footerTop .widget_nav_menu .menu>.menu-item>a{
	background: transparent!important;
    box-shadow: none!important;
    border-radius: 0px;
    font-size: 16px !important;
    padding: 0;
    font-weight: normal;
    margin: 0px!important;
    line-height: 1.6;
}

body .footerTop .widget_nav_menu .menu>.menu-item>a:hover{
	    transform: translate(0, 0px) !important;
		color: #81b533;
}

body .footerTop .widget_nav_menu ul{
	line-height: 1.4;
}

body .footerTop img{
	max-width: 90px;
}

#pix-page-footer .container{
	max-width: 900px!important;
}

body #pix-page-footer {
    margin-top: 120px!important;
}

/* BUTTONS */

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
    color: #fff;
    border-color: #12151A;
    background-color: #12151A;
    background-image: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 13px;
}

body .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:focus, body .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover {
    color: #FFFFFF;
    border-color: #83BD24;
    background-color: #83BD24;
}

/* HOMEPAGE */

.home .pt-5, .home .py-5 {
    padding-top: 0rem!important;
}

.mark, mark {
    display: none;
}


/* Shop */

.woocommerce ul.products li.product a img {
    border-radius: 15px;
}

body h2.woocommerce-loop-category__title{
	font-weight: 400!important;
	font-size: 24px!important;
	text-align: center;
	letter-spacing: 0.2px;
}

body.woocommerce-shop .col-md-4{
	flex: 0 0 25%;
    max-width: 25%;
	padding: 0px 30px 0px 0px;
    border-right: 1px solid #C4C4C4;
}

body.woocommerce-shop .col-md-8{
	flex: 0 0 75%;
    max-width: 75%;
	padding: 0px 0px 0px 30px;
}

body.woocommerce-shop .pix-intro-container{
	display: none!important;
}

.pix-item-badges{
	display: none!important;
}

.product .pix-pl-10{
	display: none!important;
}

.pix-product-item.shadow-sm{
	box-shadow: none!important;
}

.woocommerce ul.products li.product a {
    font-family: 'Calibri'!important;
    font-style: normal;
    font-weight: 698!important;
    font-size: 20px;
    letter-spacing: 0.2px;
    color: #12151A!important;
    margin-bottom: 15px;
	line-height: 1!important;
}

.woocommerce ul.products li.product a:hover{
	color: #83BD24!important;
}

.woocommerce .pix-p-20, .woocommerce .pix-boxed-1 .woocommerce-product-gallery {
    padding: 10px 0px !important;
}

.pix-sidebar-adjust.sticky-bottom {
    top: inherit !important;
    align-self: flex-start!important;
}

.wcpf-product-counts{
	display: none!important;
}

.wcpf-field-title span.text{
    font-size: 20px;
    font-weight: 400!important;
    letter-spacing: 0.2px;
    font-family: 'Calibri'!important;
	text-transform: none;
}

.wcpf-checkbox.wcpf-field-title.wcpf-heading-label{
	padding-bottom: 0px;
}

.dropdown.bootstrap-select button, select {
    border: 1px solid #C4C4C4;
    box-shadow: none!important;
    font-family: 'Calibri'!important;
    font-style: normal;
    font-weight: 400!important;
    font-size: 16px!important;
    letter-spacing: 0.2px!important;
    color: #515151!important;
    border-radius: 8px;
    min-height: 50px;
    padding: 0px 30px 0px 15px;
	appearance:none;
	content: "\f129";
	
	background-image: url(/wp-content/uploads/2022/10/arrow-down.svg);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
}

.form-wppp-select.products-per-page{
	margin-left: 30px!important;
}


.dropdown-toggle::after{
	display:none!important;
}

span.wcpf-title{
	font-size: 14px;
}


.wcpf-field-item.wcpf-box-style.wcpf-box-hide .box-toggle:before{
	content: ''!important;
    background: url(/wp-content/uploads/2022/10/arrow-down.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
	top: 5px;
}

.wcpf-field-item.wcpf-box-style .box-toggle:before {
	content: ''!important;
    background: url(/wp-content/uploads/2022/10/arrowup.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
	top: 5px;
}

.wcpf-field-checkbox-list{
	border-bottom:1px solid #C4C4C4;
	padding-bottom: 10px;
    margin-bottom: 5px;
}
#secondary .widget{
	margin-bottom: 15px!important;
}

.widget.woocommerce.widget_product_categories .product-categories li a {
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 400;
    color: #000 !important;
    transition: none;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 30px!important;
}

body .fly:hover {
    transform: none !important;
}
body .shadow-hover-sm:hover {
    box-shadow: none !important;
}

body.woocommerce ul.products li.product .price {
    display: block;
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 400!important;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #12151A;
}

p.woocommerce-result-count {
	font-family: 'Calibri';
    font-style: normal;
    font-weight: 400!important;
    font-size: 32px!important;
    line-height: 32px;
    letter-spacing: 0.2px;
}

body .pix-intro-container {
    padding-top: 45px;
    padding-bottom: 0px;
}

.intro-content-div{
	padding-bottom: 30px;
	border-bottom: 1px solid #C4C4C4;
}


body .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    font-weight: 600;
    border-radius: 0px;
	    font-size: 14px;
}

body .mb-2, body .my-2 {
    margin-bottom: 0px!important;
	margin-top: 0px!important;
}

body .breadcrumb-item.active {
    color: #8A8A8A!important;
}

body.single-product .pt-5, body.single-product .py-5 {
    padding-top: 1rem!important;
}

body .product-title h4.product_title{
	font-size: 32px;
	margin-bottom: 0px!important;
}

body .summary.entry-summary .d-flex.align-items-center.justify-content-between, .summary.entry-summary .line-height-0, .summary.entry-summary a{
	display: none!important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	width:60%;
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
}

.single-product div.product .woocommerce-product-gallery {
    padding: 45px!important;
    width: 40%!important;
    border-radius: 4px 0px 0px 0px;
    box-shadow: none!important;
    border-right: 1px solid #C4C4C4!important;
	background: #FDFDFD;
	/*min-height: 560px;*/
	margin-bottom: 0px!important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 1.5em!important;
    right: 1.5em!important;
}

#variations table:not(.table), .vartable table:not(.table) {
    margin-top: -10px;
    margin-bottom: 20px;
    border-collapse: collapse;
    box-sizing: border-box;
	border-color:#C4C4C4;
	/*height: 100%;*/
    /*min-height: 560px;*/
	text-align: center;
	font-size: 16px!important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	background: transparent!important;
}

body.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{
	content:''!important;
	background: url(/wp-content/uploads/2022/10/zoom-in.svg);
	width:19px;
	height:19px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	border: none!important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{
	display: none!important;
}

.woocommerce .pix-boxed-1 .woocommerce-product-gallery__image {
    border-radius: 8px;
}

.woocommerce #variations table.variations th {
    min-width: 40px;
    color: #12151A;
    font-weight: 700;
    font-size: 20px;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #c4c4c4;
}

#variations table.variations th.quantity {
    border-right:none!important;
}


.woocommerce #variations table.variations td{
	border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #c4c4c4;
}

#variations table.variations td.quantity {
    border-right:none!important;
}

.woocommerce #variations span.price, .woocommerce #variations p.price {
    font-size: 16px!important;
}


.woocommerce .variations-table {
    margin-bottom: 0px;
}

.af-product.product-items{
    border: 1px solid #c4c4c4;
	border-top: 0px!important;
    padding: 10px;
    background: #FDFDFD;
    margin-top: -10px;
    margin-bottom: 45px;
    border-radius: 0px 0px 4px 4px;
}

.af-total-item, .af_total-cost, .add-to-basket{
	display: inline-block;
}

.add-to-basket{
	float: right;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
    background-color: #83BD24!important;
    color: white;
	font-family: 'Calibri'!important;
    font-weight: bold!important;
    font-size: 16px;
    letter-spacing: 0.5px;
	border-radius: 4px;
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover{
	background-color:#12151A!important;
}


.add-to-basket button{
	padding: 17px 35px!important;
}

.af-total-item span, .af_total-cost span{
    color: #515151;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 3;
}

.af-items-count, .af-price-total{
	color:#000000!important;
}

.af-total-item, .af_total-cost{
	padding: 0px 20px;
}

 .af-product.product-items .env-wishlist{
    text-align: center;
    position: absolute;
    left: 30%;
    top: 10px;
}


.yith-wcwl-add-button a{
	font-family: 'Calibri';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #515151!important;
}

.yith-wcwl-add-button a:hover{
	color: #83BD24!important;
}

.yith-wcwl-add-button a:before{
	content:''!important;
	background: url(/wp-content/uploads/2022/10/wishlist2.svg);
	width:20px;
	height: 18px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	    margin-right: 8px;
}

.product.type-product .d-inline-block.position-relative.w-100{
	border: 1px solid #c4c4c4;
	border-radius:4px 4px 0px 0px;
}

#variations table.variations input.qty {
    min-width: 90%!important;
    border: solid #C4C4C4;
}

.af-product.product-content{
	background: #F9F9F9;
	padding: 113px;
    margin: 0px -113px;
}

th {background: #F9F9F9;}
tr:nth-child(even) {background: #F9F9F9;}
tr:nth-child(odd) {background: #FFF}

.content ul{
	padding-left: 10px;
}

.content li{
	list-style: disc;
}

a.sizeguide{
	font-weight:700;
	text-decoration: underline;
}

.product-desc .af-addtocart, .product-desc .af-wishlit{
	display: inline-block;
}

.woocommerce .product-desc .available-options-btn button{
    padding: 17px 20px;
    font-size: 16px!important;
    letter-spacing: 0.5px;
    height: 56px;
    margin-right: 15px;
    background-color: #12151A!important;
    box-shadow: none!important;
}

.woocommerce .product-desc .available-options-btn button:hover{
	transform: none !important;
	background-color:#83BD24!important;

}

.related.products h5{
    font-family: 'Calibri';
    font-style: normal;
    font-size: 38px!important;
    text-align: center;
    letter-spacing: 0.2px;
}

.related.products .pix-py-20.pix-pr-10.my-0.flex-fill.line-height-0.d-flex.align-items-center{
	display:none!important;
}

.af-product.browse-products {
	text-align: center;
}

body.woocommerce .af-product.browse-products a{
	padding: 17px 20px!important;
    font-size: 16px!important;
    letter-spacing: 0.5px!important;
    height: 56px!important;
    background-color: #12151A!important;
    box-shadow: none!important;
	line-height: 24px;
}

body.woocommerce .af-product.browse-products a:hover{
	transform: none !important;
	background-color:#83BD24!important;
}
    

.sidebar-content .search-title{
	padding: 15px;
}

.pix-sidebar .pix-close-sidebar{
	margin-right: 10px;
}

body .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart.cart_list.product_list_widget .woocommerce-mini-cart-item.mini_cart_item .quantity {
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

body .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total.total>strong {
    color: #000;
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .button.wc-forward{
	background-color: #83BD24!important;
    color: white!important;
    font-family: 'Calibri'!important;
    font-weight: bold!important;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-radius: 4px;
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .button.wc-forward:hover{
	background-color: #12151A!important;
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .button.wc-forward.checkout{
	background-color: #12151A!important;
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .button.wc-forward.checkout:hover{
	background-color: #83BD24!important;
}


/* BASKET */

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: 64px;
    width: 64px;
}

.woocommerce .shop_table .product-name a {
    font-weight: 400;
    color: #12151A;
    letter-spacing: 0.2px;
    font-size: 16px;
}

.woocommerce table.shop_table .product-price {
    text-align: left;
    font-weight: 400;
}

.woocommerce .cart .quantity{
	box-shadow:none!important;
	border: 1px solid #c4c4c4;
	border-radius: 0px!important;
}

.woocommerce .shop_table{
	box-shadow: none!important;
}

.woocommerce .cart-subtotal .woocommerce-Price-amount{
	    font-weight: 700;
}

.woocommerce a.remove{
	font-size: 0px!important;
    background: url(/wp-content/uploads/2022/10/trash-2.svg)!important;
    width: 21px!important;
    height: 21px!important;
    background-size: contain;
    vertical-align: middle;
	
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout a.checkout-button {
    max-width: 177px;
    font-size: 16px!important;
    background-color: #12151A!important;
    box-shadow: none!important;
    float: right;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover {
background-color: #83BD24!important;
}

.product-name p{
	margin-bottom: 0px;
	color: #8A8A8A;
}

.product-name a{
	color:#12151A;
}

.cart_totals h2{
	display: none;
}


.woocommerce-cart .cart-collaterals .cart_totals tr th{
	border-top:none!important;
	background: #ffffff!important;
}

tr.cart-subtotal, tr.woocommerce-shipping-totals.shipping{
	border-bottom:1px solid #c4c4c4!important;
	background: #ffffff!important;
	border-collapse: collapse!important;
	
}

.cart_totals .shop_table {
	display: flex;
	justify-content: end;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single .select2-selection__rendered {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    border: 1px solid #C4C4C4!important;
    background-color: white;
    box-shadow: none!important;
    height: calc(2.7rem + 0rem);
    padding: 0.5625rem 1.125rem;
    font-size: 14px!important;
    border-radius: 2px!important;
    color: #12151A!important;
	line-height: 2!important;
}

.woocommerce-terms-and-conditions-wrapper{
	display: block;
	width:100%;
}

.woocommerce .woocommerce-checkout-payment{
	box-shadow: none!important;
}

.order-recevied{
	text-align: center;
}

.woocommerce-order-received .pix-main-intro{
	display: none!important;
}

.order-again{
	display: inline-block;
}

.order-btns{
	font-family: 'Calibri';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.2px;
    text-decoration-line: underline;
    color: #12151A;
}

.order-btns:hover{
	text-decoration: none!important;
}

.order-again a{
    padding: 17px 20px!important;
    font-size: 16px!important;
    letter-spacing: 0.5px;
    height: 56px;
    margin-right: 15px!important;
    background-color: #12151A!important;
    box-shadow: none!important;
    color: #fff!important;
    line-height: 1.4!important;
}

.order-again a:hover{
	background: #83BD24!important;

}

/*CONTACT */

.wpcf7 label {
    width: 100%;
}
.wpcf7 input, .wpcf7 textarea{
border: 1px solid #c4c4c4;
    border-radius: 0px;
    margin-bottom: 15px;
	
}

.wpcf7 input[type="submit"]{
    background-color: #83BD24!important;
    color: white;
    font-family: 'Calibri'!important;
    font-weight: bold!important;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    border: none;
    padding: 10px 25px;
}

.wpcf7 input[type="submit"]:hover{
	background-color: #12151A!important;
}

/* MY ACCOUNT */

.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation{
    box-shadow: none!important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a{
	text-align: left;
    border-bottom: 1px solid #c4c4c4;
    border-radius: 0px;
    font-size: 16px;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
	padding-right:45px!important;
}


.woocommerce-checkout #order_review_heading {
    margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot th {
    padding: 20px 0;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tbody tr:first-child td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tbody tr:last-child td {
    padding-bottom: 20px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tbody td {
    padding: 2.5px 0;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tbody td {
    border-top: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tbody tr:nth-child(even) {
    background: #fff;
}
.woocommerce-checkout .woocommerce .order-total strong,
.woocommerce-checkout .woocommerce .cart-subtotal .woocommerce-Price-amount {
    font-weight: 400;
}



/* RESPONSIVE */

@media only screen and (max-width: 992px) {
  #mobile_head .container{
	max-width: 100%!important;
	}
	
	.navbar {
    	display: inline-block!important;
	}
	
	body .pix-header-normal {
		padding: 0px 5% 0px;
	}
	
	.pix-header-normal .navbar {
		width: 100%;
	}
	
	#mobile_head .d-inline-flex{
		float: right;
		margin-top: 20px!important;
		padding: 0px 5px!important;
	}
	
	#mobile_head .pix-header-btn{
		float: right;
		margin-top: 15px!important;
		padding: 0px 5px!important;
	}
	
	#mobile_head  .env-avara-product-search {
		display: block!important;
		margin: 0px!important;
		width: 100%;
		margin-bottom: 10px!important;
		    margin-top: 10px!important;
	}
	
	.hamburger-box {
		top: 3px;
	}
	
	.hamburger-inner, .hamburger-inner .hamburger-inner-before, .hamburger-inner .hamburger-inner-after {
		width: 30px;
		height: 2px!important;
		border-radius: 0px!important;
	}

	.pix-header-mobile .navbar-expand-lg .navbar-nav {
		margin-top: 30px;
	}
	
	body .navbar-expand-lg {
		width: 100%;
	}
	
	.pix-header-mobile .navbar-toggler.hamburger {
		margin: auto;
	}
	
	body .navbar-expand-lg {
		min-height: 36px;
	}
	
	body.woocommerce-shop .col-md-8, body.woocommerce-shop .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0px 0px 0px 0px;
		border: none!important;
	}
	
	body .pix-main-intro .container {
		padding-top: 30px !important;
		padding-bottom: 0px !important;
	}
	
	body.single-product div.product .woocommerce-product-gallery{
		width: 100%!important;
	}
	
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		width: 100%!important;
	}
	
	.yith-wcwl-share{
		display: none!important;
	}
	
	::marker{
		font-size:0px!important;
	}
	
	.woocommerce-checkout .woocommerce form.woocommerce-checkout p.form-row {
    	width: 100%!important;
		clear: initial;
		margin-right: 0px!important;
	}
}

#variations td.quantity .qty.af_error {
	border-color: #C4C4C4;
}
