	
/*--------------------------------------------------
	Excess Woocommerce
---------------------------------------------------*/

.woocommerce div.product .product_title{
	display: none;
}
section.related.products {
    clear: both;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background: none;
	background-color: transparent;
	color: inherit;
}

.woocommerce-info {
    border-top-color: #000;
}
.woocommerce-info::before {
    color: #000;
}
.light-content .woocommerce-info {
    border-top-color: #fff;
}
.light-content .woocommerce-info::before {
    color: #fff;
}
.woocommerce-Address-title{
	cursor: default;
	pointer-events: auto;
}
.woocommerce-account .addresses .title .edit{
	line-height: initial;
    font-size: 12px;
    float: left;
    display: block;
	clear: both;
	margin-bottom: 20px;
}
.woocommerce-account .addresses .title h3 {
    font-size: 24px;
    float: left;
	margin: 0;
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after{
	color: #aaa;
}
.woocommerce table.my_account_orders .button {
    margin-right: 10px;
}

/*Menu Card*/
.open-sidebar {
	z-index: 1;
	display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
}
.button-wrap.right.shop-card{
	right:-22px;
}
.menu-other {
	z-index: 20;
	margin: 0;
    position: relative;
    line-height: 30px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-other li {
	cursor:auto;
	margin-top: 12px;
    padding: 0;
    position: relative;
	margin-bottom: 0;
	
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cart-parent{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.menu-other .cart-total {
	line-height: 30px;
    margin: 12px 0;
    font-weight: 600;
    padding-left: 18px;
    font-size: 12px;
}
.menu-other .cart {
    padding: 0 10px;
}
.menu-other .cart .icon {
	position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.06);
    display: inline-block;
    vertical-align: top;
}
.light-content .menu-other .cart .icon {
    background-color: rgba(255, 255, 255, 0.09);
}
.menu-other .cart .icon svg {
    width: 12px;
    display: inline-block;
	vertical-align: -3px;
    position: relative;
}
.light-content .menu-other .cart .icon svg {
	fill: white;
}
.menu-other .cart-count {
    position: absolute;
    top: 0;
    right: -8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	padding: 0 5px;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 10px;
    color: #fff;
	background-color: #fff;
    z-index: 1;
}
.menu-other .cart .icon:after{
	content: "";
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-color: rgba(0, 0, 0, 0.06);
	height: 50px;
    width: 50px;
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
    left: -webkit-calc(50% - 25px);
    left: calc(50% - 25px);
}
.light-content .menu-other .cart .icon:after {
    background-color: rgba(255, 255, 255, 0.09);
}
.menu-other:hover .cart .icon:after{
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
}

.flexnav li.myaccountlink{
	display: none;
}

.woocommerce div.product p.price {
	font-size: 30px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	text-align: center;
}
.wc-block-components-product-sale-badge, .woocommerce span.onsale{
	background-color:#D12323;
	font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 52px;
	top: 0.5em;
    left: 0.5em;
}
.wc-block-components-product-price, .woocommerce ul.products li.product .price{
	color: #fff;
}
.wc-block-components-product-price__value.is-discounted, .woocommerce ul.products li.product .price ins {
	color: #D12323;
}
.woocommerce ul.products li.product .price del{
	color: white;
}
.woocommerce-MyAccount-navigation{
	background-color: none !important;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
	font-weight: inherit;
}
.woocommerce a.remove {
    line-height: 18px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background-color: #FFFFFF;
	width: 12px;
    height: 12px;
	top: -3px;
}
.woocommerce.widget_price_filter .ui-slider-horizontal {
    height: 6px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #2D2627;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained{
	background-color: transparent;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wc-block-cart .wc-block-cart__submit-container, button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained{
	border: thin solid;
	-webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    line-height: 1em;
	font-weight: inherit;
	-webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

/* Grid Shop */

.lte-wc-order {
    background-color: #2D2627;
    display: block;
    height: 64px;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-clip: border-box;
    margin-bottom: 60px;
}
.woocommerce .woocommerce-result-count {
    font-size: 14px;
    padding: 20px 0 15px;
    margin-bottom: 0;
    padding-left: 30px;
    z-index: 2;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    background: none;
    padding: 0 15px 0 0;
    margin: 0px 0px 0px;
}
.woocommerce-ordering .select, .woocommerce-ordering .select {
    background: transparent;
    margin-top: 12px;
    margin-bottom: 0;
    border: 0 none;
}
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    pointer-events: none;
    height: 41px;
    line-height: 41px;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
	width: 100%;
}
.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
	width: 50%;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	width: 33.3%;
}
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
	width: 25%;
}
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
	width: 20%;
}
.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
	width: 16.66%;
}

.woocommerce ul.products li.product > .lte-item,
.woocommerce ul.products[class*="columns-"] li.product > .lte-item,
.woocommerce-page ul.products[class*="columns-"] li.product > .lte-item {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: center;
    position: relative;
}
/* Grid Shop Image */
.woocommerce ul.products li.product .lte-image,
.woocommerce ul.products[class*="columns-"] li.product .lte-image,
.woocommerce-page ul.products[class*="columns-"] li.product .lte-image {
    position: relative;
    overflow: hidden;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-clip: border-box;
    padding: 0 0 20px;
}
.woocommerce ul.products li.product .lte-image a,
.woocommerce ul.products[class*="columns-"] li.product .lte-image a,
.woocommerce-page ul.products[class*="columns-"] li.product .lte-image a {
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.woocommerce ul.products[class*="columns-"] li.product .lte-image .added_to_cart, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image .added_to_cart, .woocommerce ul.products[class*="columns-"] li.product .lte-image .lte-btn, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image .lte-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    -moz-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    -o-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease !important;
    -moz-transition: all 0.4s ease !important;
    -o-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
    z-index: 3;
}
.woocommerce ul.products[class*="columns-"] li.product .lte-image:hover .added_to_cart, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image:hover .added_to_cart, .woocommerce ul.products[class*="columns-"] li.product .lte-image:hover .lte-btn, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image:hover .lte-btn {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.woocommerce ul.products[class*="columns-"] li.product .lte-image .lte-btn-wrap, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image .lte-btn-wrap {
    display: none;
}
.woocommerce ul.products li.product .lte-image img,
.woocommerce ul.products[class*="columns-"] li.product .lte-image img,
.woocommerce-page ul.products[class*="columns-"] li.product .lte-image img {
    max-width: 100%;
    height: auto;
    width: 80% !important;
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    margin: 0 auto 0 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-clip: border-box;
    position: relative;
    z-index: 2;
}
ul.products[class*="columns-"] li.product .lte-image.zoom:hover img, .woocommerce-page ul.products[class*="columns-"] li.product .lte-image.zoom:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 3.75);
    -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 3.75);
    -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 3.75);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 3.75);
}
.lte-wc-dots-wrapper {
    width: 600px;
    height: 600px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(8deg) translate(-50%, -50%);
    display: block;
    z-index: -1;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transform-origin: top left;
    -webkit-animation: lte-dots 50s linear infinite;
    -moz-animation: lte-dots 50s linear infinite;
    -o-animation: lte-dots 50s linear infinite;
    animation: lte-dots 50s linear infinite;
}
ul.products li:nth-child(100) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -100000ms;
}
ul.products li:nth-child(99) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -99000ms;
}
ul.products li:nth-child(98) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -98000ms;
}
ul.products li:nth-child(97) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -97000ms;
}
ul.products li:nth-child(96) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -96000ms;
}
ul.products li:nth-child(95) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -95000ms;
}
ul.products li:nth-child(94) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -94000ms;
}
ul.products li:nth-child(93) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -93000ms;
}
ul.products li:nth-child(92) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -92000ms;
}
ul.products li:nth-child(91) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -91000ms;
}
ul.products li:nth-child(90) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -90000ms;
}
ul.products li:nth-child(89) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -89000ms;
}
ul.products li:nth-child(88) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -88000ms;
}
ul.products li:nth-child(87) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -87000ms;
}
ul.products li:nth-child(86) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -86000ms;
}
ul.products li:nth-child(85) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -85000ms;
}
ul.products li:nth-child(84) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -84000ms;
}
ul.products li:nth-child(83) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -83000ms;
}
ul.products li:nth-child(82) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -82000ms;
}
ul.products li:nth-child(81) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -81000ms;
}
ul.products li:nth-child(80) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -80000ms;
}
ul.products li:nth-child(79) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -79000ms;
}
ul.products li:nth-child(78) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -78000ms;
}
ul.products li:nth-child(77) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -77000ms;
}
ul.products li:nth-child(76) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -76000ms;
}
ul.products li:nth-child(75) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -75000ms;
}
ul.products li:nth-child(74) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -74000ms;
}
ul.products li:nth-child(73) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -73000ms;
}
ul.products li:nth-child(72) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -72000ms;
}
ul.products li:nth-child(71) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -71000ms;
}
ul.products li:nth-child(70) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -70000ms;
}
ul.products li:nth-child(69) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -69000ms;
}
ul.products li:nth-child(68) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -68000ms;
}
ul.products li:nth-child(67) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -67000ms;
}
ul.products li:nth-child(66) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -66000ms;
}
ul.products li:nth-child(65) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -65000ms;
}
ul.products li:nth-child(64) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -64000ms;
}
ul.products li:nth-child(63) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -63000ms;
}
ul.products li:nth-child(62) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -62000ms;
}
ul.products li:nth-child(61) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -61000ms;
}
ul.products li:nth-child(60) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -60000ms;
}
ul.products li:nth-child(59) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -59000ms;
}
ul.products li:nth-child(58) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -58000ms;
}
ul.products li:nth-child(57) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -57000ms;
}
ul.products li:nth-child(56) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -56000ms;
}
ul.products li:nth-child(55) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -55000ms;
}
ul.products li:nth-child(54) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -54000ms;
}
ul.products li:nth-child(53) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -53000ms;
}
ul.products li:nth-child(52) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -52000ms;
}
ul.products li:nth-child(51) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -51000ms;
}
ul.products li:nth-child(50) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -50000ms;
}
ul.products li:nth-child(49) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -49000ms;
}
ul.products li:nth-child(48) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -48000ms;
}
ul.products li:nth-child(47) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -47000ms;
}
ul.products li:nth-child(46) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -46000ms;
}
ul.products li:nth-child(45) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -45000ms;
}
ul.products li:nth-child(44) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -44000ms;
}
ul.products li:nth-child(43) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -43000ms;
}
ul.products li:nth-child(42) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -42000ms;
}
ul.products li:nth-child(41) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -41000ms;
}
ul.products li:nth-child(40) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -40000ms;
}
ul.products li:nth-child(39) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -39000ms;
}
ul.products li:nth-child(38) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -38000ms;
}
ul.products li:nth-child(37) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -37000ms;
}
ul.products li:nth-child(36) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -36000ms;
}
ul.products li:nth-child(35) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -35000ms;
}
ul.products li:nth-child(34) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -34000ms;
}
ul.products li:nth-child(33) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -33000ms;
}
ul.products li:nth-child(32) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -32000ms;
}
ul.products li:nth-child(31) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -31000ms;
}
ul.products li:nth-child(30) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -30000ms;
}
ul.products li:nth-child(29) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -29000ms;
}
ul.products li:nth-child(28) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -28000ms;
}
ul.products li:nth-child(27) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -27000ms;
}
ul.products li:nth-child(26) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -26000ms;
}
ul.products li:nth-child(25) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -25000ms;
}
ul.products li:nth-child(24) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -24000ms;
}
ul.products li:nth-child(23) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -23000ms;
}
ul.products li:nth-child(22) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -22000ms;
}
ul.products li:nth-child(21) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -21000ms;
}
ul.products li:nth-child(20) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -20000ms;
}
ul.products li:nth-child(19) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -19000ms;
}
ul.products li:nth-child(18) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -18000ms;
}
ul.products li:nth-child(17) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -17000ms;
}
ul.products li:nth-child(16) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -16000ms;
}
ul.products li:nth-child(15) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -15000ms;
}
ul.products li:nth-child(14) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -14000ms;
}
ul.products li:nth-child(13) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -13000ms;
}
ul.products li:nth-child(12) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -12000ms;
}
ul.products li:nth-child(11) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -11000ms;
}
ul.products li:nth-child(10) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -10000ms;
}
ul.products li:nth-child(9) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -9000ms;
}
ul.products li:nth-child(8) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -8000ms;
}
ul.products li:nth-child(7) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -7000ms;
}
ul.products li:nth-child(6) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -6000ms;
}
ul.products li:nth-child(5) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -5000ms;
}
ul.products li:nth-child(4) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -4000ms;
}
ul.products li:nth-child(3) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -3000ms;
}
ul.products li:nth-child(2) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -2000ms;
}
ul.products li:nth-child(1) .lte-item .lte-image .lte-wc-dots-wrapper {
  animation-delay: -1000ms;
}
@keyframes lte-dots {
  from {
    transform: rotate(8deg) translate(-50%, -50%);
  }
  to {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
@keyframes lte-dots-2 {
  to {
    transform: rotate(8deg) translate(-50%, -50%);
  }
  from {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}


/* Grid Shop Desc */
.woocommerce .products .star-rating{
	margin: 5px auto;
}
.woocommerce ul.products[class*="columns-"] li.product .lte-item-descr, .woocommerce-page ul.products[class*="columns-"] li.product .lte-item-descr {
    padding-top: 50px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    overflow: visible;
}

.woocommerce ul.products[class*="columns-"] li.product .product_type_grouped, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_grouped, .woocommerce ul.products[class*="columns-"] li.product .add_to_cart_button, .woocommerce-page ul.products[class*="columns-"] li.product .add_to_cart_button, .woocommerce ul.products[class*="columns-"] li.product .product_type_variable, .woocommerce-page ul.products[class*="columns-"] li.product .product_type_variable {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: 14px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products[class*="columns-"] li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products[class*="columns-"] li.product .woocommerce-loop-product__title {
    font-size: 20px;
	line-height: 1em;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* Grid Shop Button */
.button.btn-xs, input[type="button"].btn-xs, input[type="submit"].btn-xs, .lte-btn.btn-xs {
    padding: 16px 30px 16px 30px;
    line-height: 1.6em;
    min-width: 170px;
}
.button .lte-btn-inner, input[type="button"] .lte-btn-inner, input[type="submit"] .lte-btn-inner, .lte-btn .lte-btn-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.woocommerce ul.products[class*="columns-"] li.product .added_to_cart, .woocommerce-page ul.products[class*="columns-"] li.product .added_to_cart {
    position: relative;
    overflow: hidden;
    -webkit-background-clip: border-box !important;
    -moz-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: background 0.25s, color 0.25s, border 0.25s !important;
    -moz-transition: background 0.25s, color 0.25s, border 0.25s !important;
    -o-transition: background 0.25s, color 0.25s, border 0.25s !important;
    transition: background 0.25s, color 0.25s, border 0.25s !important;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    background-clip: border-box;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    padding: 14px 38px 14px 38px;
    min-width: 145px;
    display: none;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    letter-spacing: 3px;
    background: rgba(15, 15, 15, 0.5);
    border: 1px solid var(--main);
    border-color: #C19F5F;
    border-color: var(--main);
    color: #C19F5F;
    color: var(--main);
    padding: 16px 30px 16px 30px;
    line-height: 1.6em;
    min-width: 170px;
    background-color: #0F0E0F;
    background-color: var(--black);
    color: #FFFFFF;
    color: var(--white);
    margin: 0;
    margin-top: 14px;
    margin-bottom: 0px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-weight: 300;
	display: inline-flex;
}
.woocommerce ul.products li.product .lte-wc-new, .woocommerce ul.products li.product .onsale {
    position: absolute;
    z-index: 5;
    top: 8px;
    right: 25px;
}
.woocommerce-Price-currencySymbol{
	font-size: smaller;
}

/* Grid Shop Pagination */
.woocommerce .woocommerce-pagination {
	text-align: center;
	position: relative;
    overflow: hidden;
	padding-top: 30px;
    margin-bottom: 0px;
}
.woocommerce .woocommerce-pagination ul {
    border: 0 none;
    margin-bottom: 20px;
    white-space: normal;
    font-size: 0;
}
.woocommerce .woocommerce-pagination ul li {
    border: 0 none;
    padding: 0;
    vertical-align: middle;
    overflow: visible;
    float: none;
    display: inline-block;
}
.woocommerce .woocommerce-pagination ul .page-numbers.current {
    cursor: default;
    background: transparent;
    color: #FFFFFF;
    z-index: 0;
    pointer-events: none;
}
.woocommerce .woocommerce-pagination ul li span, .woocommerce .woocommerce-pagination ul li a {
    padding: 0;
    vertical-align: middle;
    border: 0;
}
.woocommerce .woocommerce-pagination ul .page-numbers {
    font-weight: 300;
    font-size: 24px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    line-height: 55px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0 8px 0;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.woocommerce .woocommerce-pagination ul .prev.page-numbers, .woocommerce .woocommerce-pagination ul .next.page-numbers {
    line-height: 62px;
}

.product-title{
	font-size: 20px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background: transparent;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{
	padding: 10px 8px;
}
.form-row .select.hide-ball{
	display: none;
}

.woocommerce div.product p.price {
    font-size: 20px;
}
.woocommerce .product_meta > span {
    display: block;
}
.woocommerce .product_meta span {
    margin-bottom: 4px;
}
	
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px 0 0 0;
    margin-bottom: 0;
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 0px;
    -moz-background-clip: padding;
    border-top-right-radius: 0px;
    background-color: transparent;
    padding: 4px 0px;
    font-size: 16px;
    margin: 0 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.woocommerce div.product .woocommerce-tabs .tabs.wc-tabs li.active {
    background-color: transparent;
	border-bottom: 2px solid #C19F5F;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
	border: none;
    box-shadow: none;
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	font-size: 24px;
	padding-bottom: 3px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px 0px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 24px;
    display: none;
}
.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%;
}
.woocommerce .shop_attributes td, .woocommerce .shop_attributes th, .woocommerce .shop_attributes th:first-child {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 16px 14px !important;
    min-height: 42px;
}
.woocommerce .shop_attributes tbody:first-child tr:first-child > th, .woocommerce .shop_attributes td, .woocommerce .shop_attributes th, .woocommerce .shop_attributes th:first-child {
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.upsells.products > h2, .related.products > h2 {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 40px;
    font-size: 28px;
}

.woocommerce .woocommerce-breadcrumb{
	text-transform: uppercase;
	margin: 12px 0 0px 0;
	font-size: 12px;
	background-color: transparent;
}
.woocommerce .woocommerce-breadcrumb a, .light-content .woocommerce .woocommerce-breadcrumb a{
	color: inherit;
}
.woocommerce-breadcrumb .delimiteur {
    margin: 0px 16px;
    vertical-align: middle;
    position: relative;
    zoom: 1;
    filter: alpha(opacity=75);
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.woocommerce div.product form.cart div.quantity {
	max-width: 62px;
    height: 30px;
    position: relative;
    margin: 4px 20px 0 0;
}
.woocommerce .quantity .qty {
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: border-box;
    width: 100%;
    height: 100%;
    padding: 4px 0 4px 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
.woocommerce .quantity .qty {
    color: #000;
}

.woocommerce-product-search button {
    border: thin solid #C19F5F;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    line-height: 1em;
    font-weight: inherit;
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
	background: transparent;
	padding: .618em 1em;
	margin-top: 15px;
}
.light-content .woocommerce-product-search button {
	color: #FFF;
}

.woocommerce button.button.alt:hover{
	color: #FFF !important;
}

.woocommerce-page div.product div.images{
	width: 39%;
}
.woocommerce-page div.product div.summary {
    width: 58%;
    margin-left: 3%;
}
.woocommerce-page div.product div.images .wp-post-image {
    max-height: 500px;
    width: auto;
	margin: 0 auto;
}

.woocommerce .woocommerce-breadcrumb {
    color: #fff;
}

.lte-image {
    position: relative;
    overflow: hidden;
}

.woocommerce ul.products li.product .price ins {
	padding: 0 0 0 10px;
}

.woocommerce .woocommerce-ordering select {
        margin-right: 60px;
}

span.out-of-stock {
    color: red;
	margin: 1em 0;
	line-height: 1em;
    font-weight: inherit;
	padding: .618em 1em;
	display: inline-block;
}
.list-menu span.out-of-stock {
	padding: .618em 0;
	margin-bottom: 0;
}
.woocommerce ul.products li.product .button{
	text-align: center;
	margin: 1em 0;
}

.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover{
	background-color: transparent;
}

/*--------------------------------------------------
	Responsive
---------------------------------------------------*/	

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

@media only screen and (max-width: 1024px) {
	
	.button-wrap.right.shop-card{
		right:20px;
	}

	.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
		width: 100%;
	}
	.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
		width: 50%;
	}
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 50%;
	}
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
		width: 50%;
	}
	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
		width: 50%;
	}
	.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
		width: 50%;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.flexnav li.myaccountlink{
		display: block;
	}
	.button-wrap.right.shop-card.login{
		display: none;
	}
	
	.woocommerce-result-count{
		display: none;
	}
	
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
		padding: 1px 0;
    	margin: 0 22px;
    	float: none;
	}
	
	.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
		width: 100%;
	}
	.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
		width: 50%;
	}
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 50%;
	}
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
		width: 50%;
	}
	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
		width: 50%;
	}
	.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
		width: 50%;
	}
	
	.woocommerce img, .woocommerce-page img {
		height: auto;
		max-width: 100%;
	}
	.woocommerce-page div.product div.summary, .woocommerce-page div.product div.images {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	
}

@media only screen and (max-width: 479px) {
	
	.button-wrap.right.shop-card{
		right:10px;
	}
	.menu-other .cart-total, .woocommerce-result-count{
		display: none;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
		padding: 1px 0;
    	margin: 0 22px;
    	float: none;
	}
	
	.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
		width: 100%;
	}
	.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
		width: 100%;
	}
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 100%;
	}
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
		width: 100%;
	}
	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
		width: 100%;
	}
	.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
		width: 100%;
	}	
		
}


/*--------------------------------------------------
	DRINK & FOOD
---------------------------------------------------*/

.title-cat-drink {
    margin-bottom: 50px;
    text-align: center;
}
.header-cat-food-drink{
	display: block;
	position: relative;
	line-height: 1.7em;
}
article.cat-drink {
	height: auto;
	width: calc(50% - 100px);
    margin: 50px;
	float: left;
}
article.cat-drink .article-img-wrap{
	border-radius: 100%;
	overflow: inherit;
}
article.cat-drink .article-img{
	overflow: hidden;
    border-radius: 100px;
	height: 80px;
	width: 80px;
}
.cat-drink ul{
	list-style: none;
	margin: 0;
}
ul.menu-liste li.list-menu {
    list-style: none;
    margin: 8px 0;
    display: inline-block;
    position: relative;
    width: 100%;
	
	text-align: left;
    padding-bottom: 12px;
    font-weight: 300;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.liste-menu-infos {
    width: 100%;
}
.liste-menu-column-info{
	position: relative;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	width: 100%;
}
.liste-menu-column-info strong {
    position: relative;
    font-weight: normal !important;
}
.liste-menu-column-info .dot {
    content: "";
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    margin: 0px 15px 0;
    position: relative;
    bottom: 0;
	height: 19px;
}
.liste-menu-column-img{
	width: 120px;
	min-width: 120px;
	position: relative;
	margin-right: 1.313em;
}

.list-menu .woocommerce-loop-product__title{
	text-align: left;
	padding: 0 !important;
}
.liste-menu-column-desc p{
	margin-bottom: 0;
}
ul.tags-drink li{
	font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
	font-size: 10px;
}
.article-wrap.drink{
	border-bottom: none !important;
	padding: 0px;
}
.article-wrap.drink:before{
	content: " ";
}

.liste-menu-column-desc {
	filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
	text-align: left;
}

.liste-menu-column-price{
	margin-top: 4px;
	display:inline-block;
}
.liste-menu-column-price .product-variation {
    float:right;
    display: inline-block;
    width: max-content;
    clear: both;
}
.liste-menu-column-desc{
	padding: 4px 15px 10px 0;
}


.product-category{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 3px;
}
.variation-attributes{
	filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}


/*--------------------------------------------------
	Responsive
---------------------------------------------------*/

@media only screen and (max-width: 1466px) {
	
	article.cat-drink {
		width: calc(50% - 80px);
		margin: 40px;
	}
	
}

@media only screen and (max-width: 1360px) {
	
	article.cat-drink {
		width: calc(50% - 60px);
		margin: 30px;
	}
	
}

@media only screen and (max-width: 1024px) {
	
	article.cat-drink {
		width: calc(50% - 55px);
		margin: 20px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	article.cat-drink {
		width: calc(100% - 40px);
		margin: 20px;
	}
	ul.menu-liste li.list-menu {
		display: block;
	}
	.liste-menu-column-price {
		display: grid;
	}
	.liste-menu-column-img {
		display: inline-block;
		margin: 0 auto;
		position: relative;
	}
	
}

@media only screen and (max-width: 479px) {
	
	article.cat-drink {
		width: calc(100% - 20px);
		margin: 10px;
	}
	
	ul.menu-liste li.list-menu {
		display: block;
	}
	.liste-menu-column-price {
		display: grid;
	}
	.liste-menu-column-img {
		display: inline-block;
		margin: 0 auto;
		position: relative;
	}
	
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{
	border:none !important;
}

.woocommerce nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul{
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	padding: 0;
}
.woocommerce-Address-title.title h2{
	font-size: initial;
    font-family: 'Poppins';
}
	