/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css"); */
/* @import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500&display=swap'); */
/* FONTS LOAD SECTION */
@font-face{ src:url("fonts/bootstrap-icons.woff2") format("woff2"), url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff"); font-display:block; font-family:"bootstrap-icons";}
@font-face{ src:url("fonts/Ubuntu-Regular.woff2") format("woff2"); font-family:"Ubuntu"; font-weight:400; font-style:normal; }
@font-face{ src:url("fonts/Ubuntu-Italic.woff2") format("woff2"); font-family:"Ubuntu"; font-weight:400; font-style:italic; }
@font-face{ src:url("fonts/Ubuntu-Bold.woff2") format("woff2"); font-family:"Ubuntu"; font-weight:700; font-style:normal; }
@font-face{ src:url("fonts/Ubuntu-BoldItalic.woff2") format("woff2"); font-family:"Ubuntu"; font-weight:700; font-style:italic; }
@font-face{ src:url("fonts/Ubuntu-Medium.woff2") format("woff2"); font-family:"Ubuntu"; font-weight:500; font-style:normal; }
@font-face{ src:url("fonts/Ubuntu-MediumItalic.woff2") format("woff2"); font-family:"Ubuntu"; font-weight:500; font-style:italic; }
@font-face{ src:url("fonts/Ubuntu-Light.woff2") format("woff2"); font-family:"Ubuntu"; font-weight:300; font-style:normal; }
@font-face{ src:url("fonts/Ubuntu-LightItalic.woff2") format("woff2"); font-family:"Ubuntu"; font-weight:300; font-style:italic; }

html{scroll-behavior:smooth;}
body{margin:0;padding:0;color:#161616;background-color:#fff;font-family:'Ubuntu', sans-serif;}
h2{font-size:24px;margin:0 0 24px;}
a{text-decoration:none;color:#4ca32a;}
*:hover{transition:background-color ease 0.5s;}

.grid-2{display:grid;grid-template-columns:repeat(2, 1fr);justify-content:space-between;}
.grid-3{display:grid;grid-template-columns:repeat(3, 1fr);justify-content:space-between;}
.grid-4{display:grid;grid-template-columns:repeat(4, 1fr);justify-content:space-between;}
.flex{display:flex;align-items:center;justify-content:center;}
.wrapper_inner{min-height:64vh;}
.button{cursor:pointer;font-size:10px;line-height:16px;text-transform:uppercase;background:#ddd;color:#000;text-decoration:none;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;text-align:center;padding:9px 13px 8px;display:inline-block;border:none;outline:none;position:relative;font-family:"Ubuntu",Arial,Helvetica,sans-serif;letter-spacing:0.4px;width:auto;vertical-align:middle;}
.button{color:#FFF;background:#54b32e;}
.button:hover, .like_icons span.compare_item.added:hover, .like_icons span.wish_item.added:hover, .light .stores .all_map:hover{background:#749f65;color:#fff;}

.newsflex{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:32px;}
@media(max-width:767px){	
	.newsflex{flex-direction:column;}
}