/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


.accordion button.accgams{
    border: none;
}


@font-face {
    font-family:'poppinssemibold';
    src:url('fonts/poppins-semibold-webfont.woff2') format('woff2'),
    url('fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face {
    font-family:'poppinsregular';
    src:url('fonts/poppins-regular-webfont.woff2') format('woff2'),
    url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@media all{
    body {
        font-family:var(--bs-font-sans-serif);
        font-size:1rem;
        font-weight:400;
        line-height:1.5;
        color:#212529;
    }
}
@media (min-width: 768px){
    body {
        font-size:14px;
    }
}
body {
    /* CSS Variables that may have been missed get put on body */
    --bs-gutter-x:  1.5rem;
    --bs-gutter-y:  0;
}

@media all{
    * {
        box-sizing: border-box;
    }

    body {
        margin: 0;
        font-family: var(--bs-font-sans-serif);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;
    }

    body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
    }
}

@media (min-width: 768px){
    body {
        font-size: 14px;
    }
}

@media all{
    html {
        font-size: 100%;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        font-size-adjust: 100%;
    }

    :root {
        --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }
}

@media (prefers-reduced-motion: no-preference){
    :root {
        scroll-behavior: smooth;
    }
}

@media all{
    *,:after,:before {
        box-sizing: border-box;
    }

    .bg_lightgrey_1 {
        background: #EFEFEF;
    }

    .top_bar_container {
        font-family: 'poppinsregular';
    }

    .py-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }

    .container {
        width: 100%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 576px){
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px){
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px){
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px){
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px){
    .container {
        max-width: 1320px;
    }
}

@media all{
    footer {
        color: #ffffff;
    }

    button {
        border-radius: 0;
    }

    button {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    button {
        text-transform: none;
    }

    button {
        -webkit-appearance: button;
    }

    button {
        text-transform: none !important;
    }

    .scrollToTopBtn {
        background-color: #41a52a;
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: white;
        cursor: pointer;
        font-family: 'poppinssemibold';
        font-size: 1.2em;
        width: 48px;
        height: 48px;
        position: fixed;
        bottom: 30px;
        right: 10px;
        z-index: 100;
        opacity: 0;
        transform: translateY(100px);
        transition: all .5s ease;
    }

    button:not(:disabled) {
        cursor: pointer;
    }

    .d-flex {
        display: flex!important;
    }

    .flex-wrap {
        flex-wrap: wrap!important;
    }

    .justify-content-between {
        justify-content: space-between!important;
    }

    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

@media (min-width: 992px){
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}

@media all{
    .bg_black {
        background-color: #000000;
    }

    .main_menu {
        color: #ffffff;
        font-family: 'poppinssemibold';
        font-size: 1em;
        padding: 0px;
    }
}

@media (min-width: 768px){
    .main_menu {
        font-size: 1.2em;
    }
}

@media (orientation: landscape){
    .mobile_menu_usp_bg {
        background-image: none;
    }
}

@media all{
    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5);
    }

    .mt-4 {
        margin-top: 1.5rem!important;
    }

    .row-full {
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        max-width: 100vw !important;
        left: 50%;
    }

    .bg_newsletter {
        background: rgb(255, 235, 208);
        background: -moz-linear-gradient(166deg, rgba(255, 235, 208, 1) 0%, rgba(255, 207, 139, 1) 100%) !important;
        background: -webkit-linear-gradient(166deg, rgba(255, 235, 208, 1) 0%, rgba(255, 207, 139, 1) 100%) !important;
        background: linear-gradient(166deg, rgba(255, 235, 208, 1) 0%, rgba(255, 207, 139, 1) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffebd0", endColorstr="#ffcf8b", GradientType=1) !important;
    }

    .scrollToTopBtn span::before {
        content: '';
        background-image: url('images/arrow_down_white_icon.svg');
        background-repeat: no-repeat;
        background-size: contain;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 50%;
        margin-left: -5px;
        top: 0px;
        transform: rotate(180deg);
    }

    .screen-darken {
        height: 100%;
        width: 0%;
        z-index: 30;
        position: fixed;
        top: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(34, 34, 34, 0.6);
        transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
    }
}

@media (min-width: 768px){
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media all{
    .justify-content-start {
        justify-content: flex-start!important;
    }

    .align-items-center {
        align-items: center!important;
    }

    a {
        color: #0d6efd;
        text-decoration: underline;
    }

    a {
        color: #000000;
        text-decoration: underline;
    }

    a:hover {
        color: #0a58ca;
    }

    a:hover {
        color: #575756;
    }

    a:hover {
        text-decoration: initial;
    }

    .top_bar_container a:hover {
        color: #979797;
    }

    ul {
        padding-left: 2rem;
    }

    ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .list-inline {
        padding-left: 0;
        list-style: none;
    }

    .nav {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .d-none {
        display: none!important;
    }

    .justify-content-center {
        justify-content: center!important;
    }

    .me-auto {
        margin-right: auto!important;
    }
}

@media (min-width: 1200px){
    .justify-content-xl-start {
        justify-content: flex-start!important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
}

@media all{
    .top_bar_container .nav  {
        height: 40px;
    }

    .justify-content-end {
        justify-content: flex-end!important;
    }

    .d-block {
        display: block!important;
    }

    .px-0 {
        padding-right: 0!important;
        padding-left: 0!important;
    }
}

@media (min-width: 768px){
    .d-md-none {
        display: none!important;
    }
}

@media all{
    .text-decoration-none {
        text-decoration: none!important;
    }

    .mainlogo {
        float: left;
    }

    .orderabsolutelast {
        order: 10;
    }

    .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px){
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media all{
    .order-last {
        order: 6!important;
    }

    .mt-2 {
        margin-top: .5rem!important;
    }
}

@media (min-width: 768px){
    .px-md-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
}

@media (min-width: 992px){
    .mt-lg-0 {
        margin-top: 0!important;
    }
}

@media all{
    #search_mini_form {
        position: relative;
    }
}

@media (min-width: 768px){
    .order-md-last {
        order: 6!important;
    }
}

@media all{
    .offcanvas-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1rem;
    }

    .offcanvas-header {
        display: none;
        border-bottom: solid 1px #ffffff;
    }

    .w-100 {
        width: 100%!important;
    }
}

@media (min-width: 768px){
    .justify-content-md-center {
        justify-content: center!important;
    }
}

@media all{
    .row > *  {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
    }

    .pt-4 {
        padding-top: 1.5rem!important;
    }

    .pb-4 {
        padding-bottom: 1.5rem!important;
    }

    .text-center {
        text-align: center!important;
    }

    .pb-4 {
        padding-bottom: 1.7rem !important;
    }

    img {
        vertical-align: middle;
    }

    .me-1 {
        margin-right: .25rem!important;
    }

    .cms-page-view img {
        max-width: 100%;
    }
}

.ekomi-widget-container * ,.ekomi-widget-container:after,.ekomi-widget-container:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media all{
    ul > li  {
        margin-bottom: 0;
    }

    .list-inline-item {
        display: inline-block;
    }

    [type="button"],button {
        -webkit-appearance: button;
    }

    .btn {
        display: inline-block;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .btn-link {
        font-weight: 400;
        color: #0d6efd;
        text-decoration: underline;
    }
}

@media (min-width: 992px){
    .d-lg-none {
        display: none!important;
    }
}

@media all{
    .hamburgher_menu_icon {
        padding-left: 0px;
    }

    .btn-link {
        color: #000;
    }

    [type="button"]:not(:disabled),button:not(:disabled) {
        cursor: pointer;
    }

    .btn:hover {
        color: #212529;
    }

    .btn-link:hover {
        color: #0a58ca;
    }

    .btn-link,.btn-link:hover {
        color: #000;
    }
}

@media (min-width: 992px){
    .d-lg-block {
        display: block!important;
    }
}

@media all{
    .ams_mobile_logo {
        width: 80px;
        height: auto;
        padding-top: .3em;
    }

    input {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .me-2 {
        margin-right: .5rem!important;
    }

    .form-control {
        border: 1px solid #000000;
    }

    input.input-text {
        height: 42px;
        width: 100%;
        padding: 0 10px;
        border-radius: 3px;
        font-size: 16px;
    }

    [type="submit"],button {
        -webkit-appearance: button;
    }

    .btn_green {
        color: #fff;
        background-color: #41A52A;
        border-color: #41A52A;
        padding: .55rem .75rem .375rem;
    }

    [type="submit"]:not(:disabled),button:not(:disabled) {
        cursor: pointer;
    }

    .btn_green:hover {
        color: #fff;
        background-color: #00892D;
        border-color: #00892D;
    }

    ul ul  {
        margin-bottom: 0;
    }

    .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: .5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: .25rem;
    }

    .dropdown-menu {
        border-color: #000000;
    }

    .dropdown-menu {
        margin-top: 10px;
    }

    [role="button"] {
        cursor: pointer;
    }
}

@media (min-width: 576px){
    .d-sm-none {
        display: none!important;
    }
}

@media all{
    ul#pills-tab.nav.nav-pills {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: 100%;
    }
}

@media (min-width: 768px){
    ul#pills-tab.nav.nav-pills {
        overflow-x: auto;
    }
}

@media all{
    .btn-close {
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: .25em .25em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: .25rem;
        opacity: .5;
    }

    .float-end {
        float: right!important;
    }

    .offcanvas-header .btn-close  {
        padding: .5rem .5rem;
        margin-top: -.5rem;
        margin-right: -.5rem;
        margin-bottom: -.5rem;
    }

    .mobile-offcanvas .offcanvas-header button.btn-close  {
        position: absolute;
        top: 22px;
        right: 20px;
        opacity: 1;
    }

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75;
    }

    h4 {
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }

    h4 {
        font-size: calc(1.275rem + .3vw);
    }
}

@media (min-width: 1200px){
    h4 {
        font-size: 1.5rem;
    }
}

@media all{
    h4 {
        font-family: 'poppinssemibold';
    }

    h4 {
        font-size: 1.5em;
    }

    h4 {
        text-transform: none !important;
    }

    footer h4  {
        color: #333;
    }

    .py-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }
}

.ekomi-widget-container *  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.ekw127 {
    height: 15px;
    background: #efefef;
    color: #010202;
    padding: 1px 2px;
    display: inline-block;
    cursor: pointer;
}

@media (min-width: 576px){
    .d-sm-block {
        display: block!important;
    }
}

@media all{
    .list-inline-item:not(:last-child) {
        margin-right: .5rem;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .hamburgher_menu_icon img  {
        width: 20px;
        height: auto;
    }

    .nav-link.link-dark {
        color: #212529;
    }

    .px-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important;
    }
}

@media (min-width: 576px){
    .px-sm-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important;
    }
}

@media all{
    .btn_orange {
        color: #fff;
        background-color: #FF9400;
        border-color: #FF9400;
        padding: .55rem .75rem .375rem;
    }

    .dropdown_toggle_arrow_white:after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .05em;
        display: inline-block;
        content: ' ';
        background-image: url('images/arrow_down_white_icon.svg');
        background-size: 10px 10px;
        height: 10px;
        width: 10px;
    }

    .dropdown_toggle_arrow_white:after, footer .dropdown_toggle_arrow_white[aria-expanded="false"]::after {
        transform: rotate(0deg);
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -khtml-transition: all .3s ease-in-out;
    }

    .logo_bar_buttons_container .btn_orange.dropdown_toggle_arrow_white::after {
        background-image: none;
        width: 0;
        margin-left: 0em;
    }
}

@media (min-width: 100px){
    .logo_bar_buttons_container .btn_orange.dropdown_toggle_arrow_white::after {
        background-image: url('images/arrow_down_white_icon.svg');
        width: 10px;
        margin-left: .255em;
    }
}

@media all{
    .nav-link.link-dark:hover {
        color: #1a1e21;
    }

    .btn_orange:hover {
        color: #fff;
        background-color: #E88700;
        border-color: #E88700;
    }

    .ajaxsearch {
        background-color: #fff;
        border: 1px solid #c2c2c2;
        box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
        left: 0;
        margin-top: 60px;
        width: 100%;
        position: absolute;
        z-index: 9999999;
    }

    .ajaxsearch:before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, .5);
        top: 0;
        left: -99999px;
        right: -99999px;
        bottom: -99999px;
        z-index: -1;
        pointer-events: none;
    }

    .nav-link {
        display: block;
        padding: .5rem 1rem;
        color: #0d6efd;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    }

    .px-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important;
    }
}

@media (min-width: 576px){
    .px-sm-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
}

@media all{
    .dropdown_toggle_arrow_black:after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .05em;
        display: inline-block;
        content: ' ';
        background-image: url('images/arrow_down_black_icon.svg');
        background-size: 10px 10px;
        height: 10px;
        width: 10px;
    }

    .logo_bar_buttons_container li.nav-item a.nav-link.dropdown_toggle_arrow_black::after {
        display: none;
    }
}

@media (min-width: 768px){
    .logo_bar_buttons_container li.nav-item a.nav-link.dropdown_toggle_arrow_black::after {
        display: inline-block;
    }
}

@media all{
    .nav-link:hover {
        color: #0a58ca;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .dropdown-item:hover {
        color: #1e2125;
        background-color: #e9ecef;
    }

    .dropdown-item:hover {
        color: #000000;
        background-color: transparent;
        text-decoration: underline;
    }

    ul#pills-tab.nav-pills li.nav-item  {
        flex-shrink: 0;
    }

    .mobile-offcanvas .offcanvas-header button.btn-close img  {
        width: 20px;
        height: 20px;
    }

    .fade {
        transition: opacity .15s linear;
    }

    .tab-content > .tab-pane  {
        display: none;
    }

    .tab-content > .active  {
        display: block;
    }

    .fade:not(.show) {
        opacity: 0;
    }

    .footer_col_5 {
        flex: 0 0 auto;
        width: 100%;
        padding: 0px 10px;
    }
}

@media (min-width: 768px){
    .footer_col_5 {
        flex: 0 0 auto;
        width: 20%;
        padding: 10px 10px;
    }
}

@media all{
    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    p {
        font-size: 14px;
    }
}

@media (min-width: 768px){
    p {
        font-size: 16px;
    }
}

@media all{
    .pull-left {
        float: left;
    }
}

.ekw127 p  {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.ekomi-widget-container p  {
    margin: 0 0 10px;
}

.ekomi-widget-container .pull-left  {
    float: left!important;
}

div.ekw127 p.reviews-detail  {
    margin: 0;
    line-height: 1;
    font-family: Roboto Condensed,sans-serif;
    font-size: 13px;
    margin-right: 6px;
    margin-top: 1px;
}

.ekw127 div  {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

@media all{
    .link_underline a  {
        text-decoration: underline;
    }

    .logo_bar_buttons_container .btn_orange img  {
        width: 18px;
        height: auto;
    }
}

@media (min-width: 768px){
    .logo_bar_buttons_container .btn_orange img  {
        width: 20px;
        height: auto;
    }
}

@media all{
    .badge {
        display: inline-block;
        padding: .35em .65em;
        font-size: .75em;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;
    }

    .text-dark {
        color: #212529!important;
    }

    .bg-light {
        background-color: #f8f9fa!important;
    }

    .rounded-circle {
        border-radius: 50%!important;
    }

    .badge:empty {
        display: none;
    }

    .btn .badge  {
        position: relative;
        top: -1px;
    }

    .py-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important;
    }

    .cart_dropdown {
        max-width: 500px;
        z-index: 1021;
    }

    .cart_dropdown {
        right: 0px;
        margin-top: 5px;
        width: 450px;
        position: absolute;
        z-index: 9999999;
    }

    .ajaxsearch > div  {
        background: #fff;
    }

    .ajaxsearch .no-result  {
        padding: 10px;
        background: #f0f0f0;
        color: #575757;
        text-align: center;
    }

    .logo_bar_buttons_container li.nav-item a.nav-link span  {
        display: none;
    }
}

@media (min-width: 1200px){
    .logo_bar_buttons_container li.nav-item a.nav-link span  {
        display: inline-block;
    }
}

@media all{
    [type="button"] {
        -webkit-appearance: button;
    }

    [type="button"]:not(:disabled) {
        cursor: pointer;
    }

    .nav-pills .nav-link  {
        background: 0 0;
        border: 0;
        border-radius: .25rem;
    }

    .main_menu .nav-link  {
        color: #ffffff;
    }

    .nav-pills .nav-link.active  {
        color: #fff;
        background-color: #0d6efd;
    }

    .offcanvas-header a.nav-link.active  {
        background-color: #f5f5f5;
        color: #000000;
    }
}

@media (min-width: 768px){
    .main_menu .nav-link:hover {
        border-top: solid 6px #f5f5f5;
        margin-top: -6px;
        border-radius: 4px 4px 0 0;
        text-decoration: underline;
        background: #f5f5f5;
        color: #000000;
    }

    .main_menu .nav-link.dropdown_toggle_arrow_white:hover, .main_menu .nav-link:hover {
        border-top: solid 6px #f5f5f5;
        margin-top: -6px;
        border-radius: 4px 4px 0 0;
        text-decoration: underline;
        background: #f5f5f5;
        color: #000000;
    }
}

@media all{
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav  {
        flex-direction: row;
    }
}

@media all{
    h5 {
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }

    h5 {
        font-size: 1.25rem;
    }

    h5 {
        font-family: 'poppinssemibold';
    }

    h5 {
        font-size: 1.3em;
    }

    footer h5  {
        font-family: 'poppinssemibold';
        font-size: 1.5em;
        border-bottom: solid 1px #ffffff;
        display: inline-block;
        padding-top: 1.6em;
        padding-bottom: .6em;
        width: 100%;
    }
}

@media (min-width: 768px){
    footer h5  {
        font-size: 1.2em;
    }
}

@media all{
    footer ul  {
        padding-left: 1em;
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }

    .collapse:not(.show) {
        display: none;
    }
}

@media (min-width: 576px){
    footer ul.collapse:not(.show)  {
        display: block;
    }
}

.ekw127 span  {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.ekw127 .total_reviews  {
    text-decoration: underline;
}

.ekw127 div.stars-yellow  {
    max-width: 72px;
    height: 11px;
    background: url("https://sw-assets.ekomiapps.de/resources/stars_yellow-72x11.png");
    background-repeat: no-repeat;
}

@media all{
    .cart_dropdown span.cartitle  {
        font-size: 1.1em;
        font-family: 'poppinssemibold';
        color: #000000;
        height: inherit;
        display: block;
        border-bottom: solid 1px #000000;
    }

    .cart_dropdown span.cartitle  {
        margin-bottom: 10px;
    }

    .ajaxsearch .suggest  {
        margin: 0;
        color: #3c3c3c;
    }

    .ajaxsearch .product  {
        margin: 0;
    }

    .dropdown {
        position: relative;
    }
}

@media (min-width: 992px){
    .navbar .has-megamenu  {
        position: static!important;
    }

    .main_menu ul.navbar-nav li.nav-item  {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 1200px){
    .main_menu ul.navbar-nav li.nav-item  {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media all{
    footer a  {
        color: #ffffff;
        font-size: 14px;
    }

    footer a.dropdown_toggle_arrow_white  {
        display: inline-block;
        width: 100%;
    }

    footer a.dropdown_toggle_arrow_white::after {
        float: right;
    }
}

@media (min-width: 768px){
    footer h5 a.dropdown_toggle_arrow_white::after {
        display: none;
    }
}

@media all{
    .dropdown_toggle_arrow_white::after, footer .dropdown_toggle_arrow_white[aria-expanded="false"]::after {
        transform: rotate(0deg);
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -khtml-transition: all .3s ease-in-out;
    }

    footer a:hover {
        text-decoration: underline;
        color: #979797;
    }

    footer ul li  {
        text-decoration: none !important;
        padding-top: .5em;
        padding-bottom: .5em;
        font-size: 14px;
    }

    .btn_green_text {
        color: #41A52A;
    }

    .btn_green_text:hover {
        color: #00892D;
    }

    .ease_fx:hover {
        -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out, box-shadow.25s ease-in-out;
        -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out, box-shadow.25s ease-in-out;
        -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out, box-shadow.25s ease-in-out;
        transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out, box-shadow.25s ease-in-out;
    }

    footer ul li.footer_img_link:hover {
        opacity: .65;
    }

    .btn-primary {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

    .btn-primary {
        background-color: #41a52a;
        border-color: #41a52a;
    }

    .footer_help a.btn  {
        display: block;
        max-width: 200px;
        margin-bottom: 10px;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }

    .btn-primary,.btn-primary:hover {
        background-color: #41a52a;
        border-color: #41a52a;
    }

    .btn-primary:hover {
        opacity: 0.9;
    }

    .footer_help a.btn:hover {
        text-decoration: none;
    }

    .ajaxsearch .title  {
        padding: 10px;
        background: #f0f0f0;
        color: #575757;
    }

    .ajaxsearch ul  {
        padding: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

    .navbar-nav .nav-link  {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link  {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

@media (min-width: 768px){
    .main_menu a.nav-link.nav_link_megamenu:hover {
        background: #f5f5f5;
        color: #000000;
    }

    .main_menu a.nav-link.nav_link_megamenu:hover::after {
        background-image: url('images/arrow_down_black_icon.svg');
    }
}

@media (min-width: 992px){
    .navbar .container_megamenu  {
        float: left;
        position: relative;
    }
}

@media all{
    .ease_fx:link {
        -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out, box-shadow.25s ease-in-out;
        -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out, box-shadow.25s ease-in-out;
        -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out, box-shadow.25s ease-in-out;
        transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out, box-shadow.25s ease-in-out;
    }

    strong {
        font-weight: bolder;
    }

    label {
        display: inline-block;
    }

    .form-label {
        margin-bottom: .5rem;
    }

    .action.primary {
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        margin: 0;
        outline: none;
        padding: 5px 15px;
        min-width: 120px;
        background-color: #00892D;
        border: 1px solid #00892D;
        color: #FFF;
        font-weight: 500;
        border-radius: 3px;
        display: inline-block;
        vertical-align: top;
        line-height: 26px;
        text-align: center;
        transition: color .5s ease, background-color .5s ease, border-color .5s ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .action.primary:hover {
        background-color: #41a52a;
        border-color: #41a52a;
    }

    .action.primary:hover {
        opacity: 0.9;
    }

    .navbar-nav .dropdown-menu  {
        position: static;
    }

    .navbar .megamenu  {
        padding: 1rem;
    }
}

@media (min-width: 992px){
    .navbar .megamenu  {
        left: 35%;
        width: 300px;
        margin-top: 0px;
        border-color: #000000;
        background: #f5f5f5;
        border-radius: 0px;
        border-top: none;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu  {
        position: absolute;
    }
}

@media (min-width: 768px){
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media all{
    .form-check {
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5em;
        margin-bottom: .125rem;
    }

    .align-content-stretch {
        align-content: stretch!important;
    }

    .form-check-input {
        width: 1em;
        height: 1em;
        margin-top: .25em;
        vertical-align: top;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid rgba(0,0,0,.25);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

    .form-check .form-check-input  {
        float: left;
        margin-left: -1.5em;
    }

    .form-check-input[type="checkbox"] {
        border-radius: .25em;
    }

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

    .form-check-input:checked[type="checkbox"] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    }

    .main-newsletter-inner input  {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
    }
}

@media (min-width: 576px){
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media all{
    .py-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important;
    }
}

@media (min-width: 576px){
    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
}

@media (max-width: 768px){
    .scrollToTopBtn {
        font-size: 1.1em;
        width: 52px;
        height: 52px;
    }
}



@media (max-width: 991px){
    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }
}
#navbar_main{
		z-index:9995;
}
#dd-options {
	z-index:9999
}

@media (max-width: 768px){
    .mobile_menu_usp_bg {
        background-image: url('images/mobile_usp_bg.svg');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }
    #navbar_main .w-100{background-color:#000}
}

@media (max-width: 1199px){
    .top_bar_container ul.nav  {
        width: 100%;
    }
}

@media (max-width: 768px){
    .orderabsolutelast {
        order: 6;
    }
}

@media (max-width: 991px){
    .offcanvas-header {
        display: block;
    }
}

@media screen and (max-width: 1367px) and (-webkit-min-device-pixel-ratio: 0){
    input {
        font-size: 16px !important;
    }
}

@media (max-width: 768px){
    #pills-tabContent {
        width: 100%;
    }

    .cart_dropdown {
        right: 0px;
        margin-top: 5px;
        width: 350px;
        position: absolute;
        z-index: 9999999;
    }

    .mobile_menu_support_icon img  {
        height: 25px;
        width: 35px;
    }

    #pills-tabContent.tab-content #pills_main_menu.tab-pane.fade.show.active ul.navbar-nav li.nav-item.dropdown  {
        padding-left: 10px;
        border-bottom: solid 1px #555;
    }
}

@media (max-width: 767px){
    .mobile-offcanvas #pills-tabContent.tab-content #pills_main_menu.tab-pane.fade.show.active a.nav-link.nav_link_megamenu.dropdown_toggle_arrow_white::after {
        float: right;
        margin-right: 10px;
    }
}

@media (max-width: 991px){
    .mobile-offcanvas li a.dropdown-item  {
        font-size: .8em;
    }
}


/* These were inline style tags. Uses id+class to override almost everything */
#style-6lk3f.style-6lk3f {
    margin-top: 2px;
    margin-bottom: 2px;
}
#widget-container.style-abmph {
    height:15px;
}
#style-Fhikl.style-Fhikl {
    display: none;
}
#style-mykoR.style-mykoR {
    position: relative;
}
#style-2diZA.style-2diZA {
    display: none;
}
#ui-id-1.style-HJYGe {
    display: block;
}
#ajaxsearch.style-lKAET {
    display: none;
}
#style-1DX1a.style-1DX1a {
    display: none;
}
#style-Crdjj.style-Crdjj {
    display: none;
}
#style-mNF1U.style-mNF1U {
    display: none;
}
#style-KTUvM.style-KTUvM {
    visibility:hidden;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.dropdown-menu.show {
    display: block;
}

@media (max-width: 500px) {
    #gtranslate_div #gt_float_wrapper{
        width:auto!important;
    }
}
@media (max-width: 991px) {
    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }
    .offcanvas-active .dropdown-menu.megamenu {
        padding: 10px;
        margin-left: -10px;
        border-radius: 0px;
        border-width: 0px;
        background: #f5f5f5;
    }
}
.main_menu.mobile-offcanvas.bg_black.show {
    font-size: 14px;
}
.top_bar_container > .container.d-flex {
    justify-content: space-between;
}
p.footer_title{font-family: 'poppinssemibold';    padding-top: 1.6em;
    padding-bottom: .6em;
    width: 100%;    border-bottom: solid 1px #ffffff;    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;font-size: 1.2em;}
@media (max-width: 996px) {
    .top_bar_container .container {
        flex-direction: column;
    }
    .top_bar_container .container .d-flex, .top_bar_container ul.nav{    justify-content: center !important;}
}
.top_reviews .kiyoh-shop-snippets, .top_reviews div.ekw127 p.reviews-detail {
    font-size: 13px !important;
    font-family: 'poppinsregular' !important;
}
.kiyoh-shop-snippets:before {
    background: url('https://amsterdammarijuanaseeds.com/static/frontend/Ams/maintheme/en_US/images/kiyoh.webp') no-repeat center;
    background-size: contain;
    content: '';
    display: block;
    width: 20px;
    height: 24px;
    margin-right: 5px;
}
.top_reviews {
    flex-direction: column;
}
@media (min-width: 1440px) {
    .top_reviews {
        flex-direction: row;
        gap: 10px;
    }
}