:root {
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 10px 20px rgba(24, 124, 149, .2);
}

@font-face {
    font-family: "gilroy";
    src: url("../fonts/gilroymedium.woff2") format("woff2"), url("../fonts/gilroymedium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "gilroy";
    src: url("../fonts/gilroybold.woff2") format("woff2"), url("../fonts/gilroybold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body, h1, h2, h3, h4 {
    font-family: gilroy, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
}
h1 {
    font-size: 2.3rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.7rem;
}
h4 {
    font-size: 1.4rem;
}
body.site {
    border-top: none !important;
    font-size: 17px;
    line-height: 1.625rem !important;
    padding-top: 10px;
    /* overflow-x: hidden;*/
}

a, h1, h2, h3, h4 {
    color: rgb(12 30 88 / 1);
}
a:hover,
a:focus {
    color: rgb(24, 124, 149);
}
.icon-eye-open:before, .icon-eye:before {
    content: "\f06e" !important;
    font-family: "Font Awesome 5 Free";
}
.visually-hidden {
    display: none;
}
.p-small {
    font-size:10px;
}
.invalid {
    color: rgb(24, 124, 149);
;
    font-weight: bold;
}
input.invalid {
    border: 1px solid rgb(24, 124, 149);
;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: rgb(24, 124, 149);
;
    border-color: rgb(24, 124, 149);
;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: rgb(24, 124, 149);
;
    -webkit-box-shadow: 0 0 6px rgba(25, 182, 221, 0.49);
    -moz-box-shadow: 0 0 6px rgba(25, 182, 221, 0.49);
    box-shadow: 0 0 6px rgba(25, 182, 221, 0.49);
}
.banners {
    position: relative;
    height: 320px;
    overflow: hidden;
    text-align: center;
    background: url("../images/banner1.jpg") no-repeat;
    width: 100%;
    background-size: cover;
}
.max-1024 {
    margin-top: 50px ! important;
    max-width: 1024px;
    margin: 0 auto;
}
section {
    text-align: left;
}
.section-blue {
    background-color: rgb(12, 30, 88) !important;
    color: #fff;
}
.section-blue h1 {
    color: #ffffff !important;
    margin-bottom: 25px;
}
.section-blue h1.cyan, .cyan, .cyan h1 {
    color: rgb(24, 124, 149);
 !important;
}
.section-blue h2 {
    color: #ffffff !important;
    margin-bottom: 25px;
}
.section-blue p {
    margin: 20px auto
}
.section-blue .btn-large-link:hover {
    color: rgb(24, 124, 149);
;
    background-color: #fff;
}

#page-container {
    margin-top: 20px;
}

.banners img {
    min-width: 100%;

}
.rounded {
    border-radius: 20px;
}
.rounded img {
    border-radius: 20px !important;
}
img.shadowed {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.banners .banner-caption {
    position: absolute;
    bottom: 0%;
    text-align: center;
    width: 100%;
    background-color: rgba(12, 30, 88, 0.7);;
    padding-bottom: 10px;
}

.banners .banner-caption span, .banners .banner-caption h1 {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    font-family: gilroy, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
    margin: 12px 0;
    word-wrap: break-word;
}

.banners a {
    position: absolute;
    top: 50%;
    color: #fff;
    background-color: #ef3f43;;
    display: none;
}

.banners a:hover {
    background-color: #d71015;
}

.banners a::before {
    color: #fff;
    background-position: -121px -16px;
}

footer {
    background-color: rgb(12, 30, 88);
    color: #fff;
    padding-top: 20px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color : #fff;
    text-decoration: none;
}

.container-fluid {
    max-width: 1024px;
    margin: 0 auto;
}

.navigation {
    border:0 ;
    margin-top: 0;
    padding-top: 0;
}

.navigation .justify-right {
    text-align: right;
    display: flex;
    justify-content: right;
}

.navigation .nav > li {
    margin: 0 15px 0 0;
}

.navigation .nav li {
    font-family: gilroy, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    display: flex;
    align-items: center;
}

.navigation .nav li a, .navigation .nav li span {

    display: block;
    border: 2px solid transparent;
    /*! font-weight: 700; */
    line-height: 17px;
    padding: 3px 14px;
    position: relative;
    top: 0;
    z-index: 2;
    margin: 0px;
    /*! font-size: 16px; */
}
.item-158 span {
    display: inline-block !important;
    padding-left: 0 !important;
}
@media (min-width: 768px) {
    .item-158 span {
        display: none !important;
    }
}

/*
.navigation .nav li:first-child a {
    padding-left: 28px;
    text-indent: -9999px;
    border: none;
}

.navigation .nav li.active:first-child a {
    background-color: #fff !important;
    border: none;
}

.navigation .nav li:first-child a:hover {
    border : none;
}

.navigation .nav li:first-child a:hover:before {
    background-position: -20px -212px;
}

.navigation .nav li:first-child a:before {
    content: " ";
    width: 20px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -6px;
    height: 18px;
    background: url(../images/sprite.png) no-repeat;
    background-position: left -212px;
}*/

.navigation .nav-pills > .active > a {
    color: rgb(24, 124, 149);
;
    background-color: transparent !important;
    /* border-radius: 20px; */
}

.navigation .nav > li > a:hover, .navigation .nav > li > a:focus , .navigation .nav-pills > .active > a:hover, .navigation .nav-pills > .active > a:focus {
    text-decoration: none;
    background-color: #fff !important;
    color : rgb(24, 124, 149);
 !important;
    margin: 0px;
}

.navigation .nav-pills > .active > a:hover, .navigation .nav-pills > .active > a:focus {
    color: rgb(24, 124, 149);
 !important;
    background-color: transparent !important;;
}

/*
#navigation-toggle {
    position: absolute !important;;
    top: 10px;
    left: 10px;
    width:20px;
    padding: 10px 10px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
    border-radius: 3px;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
    font-size: 20px;
    transition: color linear 0.15s;
    text-decoration: none !important;
}*/

ul.lang-inline.lang-chooser li {
    text-decoration: none;
    display: inline;
}

.mod-languages {
    display: inline-block;
    padding-right: 20px;
}

div#hikashop_cart_module {
    display: inline;
}

.footermenu li {
    display : inline-block;
    border:none;
    /*font-size: 16px;*/
    line-height: 12px;
    list-style: none;
    border-radius: 0px;
}
.menu li:before,
.hikashop_cart_step_current li:before,
.hikashop_messages li:before{
    content: none;
}
.hikashop_cart_step_current li:before {
    content: none;
}

.hikashop_wizardbar ul li.hikashop_cart_step_current {
    color: #fff;
    background-color: rgb(24, 124, 149);
 !important;;
}

.hikashop_wizardbar ul li.hikashop_cart_step_current .hikashop_chevron::before {
    border-left: 14px solid rgb(24, 124, 149);
 !important;;
}
.hikashop_wizardbar ul li.hikashop_cart_step_finished:hover {
    cursor: pointer;
    background: rgb(24, 124, 149);
}
.hikashop_wizardbar ul li.hikashop_cart_step_finished:hover .hikashop_chevron:before {
    border-left: 14px solid rgb(24, 124, 149);
}

.footermenu li:first-child {
    border: none;
}

.footermenu li a {
    font-weight: normal;
    padding: 3px 14px;
    text-decoration: none;
}

.footermenu > li > a:hover, .footermenu > li > a:focus {
    background-color: transparent !important;
    color: rgb(24, 124, 149);
; !important;
    text-decoration: none;
}


#top-left .custom {
    line-height: 30px;
    text-align: center
}

#top-right {
    text-align: center;
}
/* boutons */
.btn-red {
    color : #ffffff;
    background-color: #e31c18;
    padding:7px 15px;
    border-radius: 5px;
}

.btn-red:hover {
    color:#ffffff;
    text-decoration: none
}

.redbar-top {
    position: relative;
}
.redbar-top:before {
    content: " ";
    height: 8px;
    width: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24%;
    background: #ef3f43;
}
.title-line {
    height: 75px;
    margin-bottom: 37px;
    position: relative;
}

.h2-section, .section-title h1, .hikashop_header_title h1 {
    /*display: table;*/
    /*margin: 0 auto;*/
    font-size: 56px;
    text-align: center;
    /*color : #575665;*/
    /*margin-bottom: 20px;*/
    /*vertical-align: middle;*/
}

.h2-section::before, .h2-section::after, .h2-section span,
.section-title h1::before, .section-title h1::after, .section-title h1 span,
.hikashop_header_title h1::before, .hikashop_header_title h1::after, .hikashop_header_title h1 span {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
}

.h2-section span, .section-title h1 span , .hikashop_header_title h1 span {
    text-align: center;
}
.h2-section::before,  .section-title h1::before, .hikashop_header_title h1::before
{
    /*content: url(../images/h1-left.jpg);*/
    /*position: absolute;*/
    /*!*! right: calc(100% + 15px); *!*/
    /*margin-left: -1515px;*/
    /*padding-right: 15px;*/
}

.h2-section::after,  .section-title h1::after, .hikashop_header_title h1::after
{
    /*content: url(../images/h1-right.jpg);*/
    /*position: absolute;*/
    /*!*! left: calc(100% + 15px); *!*/
    /*padding-left: 15px;*/
}

.title-line::before {
    /*content: " ";*/
    /*height: 8px;*/
    /*width: 110px;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 50%;*/
    /*margin-left: -55px;*/
    /*background: #ef3f43;*/
}

.title-line.product-name {
    height: auto;
    padding-bottom: 10px;
    margin-bottom : 15px;
}

.ing-icon {
    /* background-color: rgba(87,86,101,1); */
    height: 40px;
    width: 40px;
    border-radius: 50px;
    display: inline-block;
    padding: 5px;
}

.ing-icon img{
    /* margin: 4px 4px; */
}

.button {
    font-family: gilroy, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
    display: inline-block;
    margin: 0 auto;
    border-radius: 35px;
    padding: 8px 20px 8px 15px;
    text-decoration: none;
    font-size: 20px;
    margin-top: 10px;
    color: #fff;
    /* border: #ef3f43; */
    position: relative;
    font-weight: 700;
    background-color: rgb(24, 124, 149);
;
}

.btn-classic-link {

}

.btn-large-link {
    border: none;
    border-radius: 24px;
    padding-left: 20px;
    padding-right: 35px;
    background-color: rgb(24, 124, 149);
;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-large-link:hover, .btn-large-link:focus {
    color: #fff;
    background-color: rgb(12, 30, 88);
}

.btn-large-link.in-text {
    margin-top: 0;
    margin-bottom: 10px;
}

.btn-large-link::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 18px;
    color: #fff;
    background: url(../images/arrow.svg) no-repeat;
    /* -webkit-background-size: auto 833px; */
    -moz-background-size: auto 833px;
    -o-background-size: auto 833px;
    /* background-size: auto 833px; */
    /* background-position: -121px -16px; */
    margin-top: 0px;
    color: #fff;
    content: " ";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    width: 18px;
    height: 16px;
}

.nav li.item-162 {
    border: 2px solid #ef3f43;
    border-radius: 24px;
    color: #ef3f43;
}

.nav li.item-162 a {
    color: #ef3f43;
}

.navigation .nav > li.item-162 > a:hover, .navigation .nav > li.item-162 > a:focus,
.navigation .nav-pills > .item-162.active > a:hover, .navigation .nav-pills > .item-162.active > a:focus,
.navigation .nav-pills > .item-162.active > a {
    background-color: #ef3f43 !important;
    color: #fff !important;
    border-color: #ef3f43;
}
/* hikashop */
.shop-module-icon {
    width: 40px;
    /* margin-right: 10px; */
}

div#hikashop_category_information_menu_108 {
    text-align: center;
}
#hikashop_category_information_menu_108 div.hikashop_container { text-align:center; }
#hikashop_category_information_menu_108 div.hikashop_container { margin:10px 10px; }
.hikashop_subcontainer {
    border-radius: 20px !important;
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity)) !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 20px;
    border: none;
}
.hikashop_subcontainer:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 30px 80px rgba(0, 0, 0, .1);
    --tw-shadow-color: #fff;
    --tw-shadow-colored: 0 30px 80px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hikashop_category_name .title-line {
    font-size: 16px;
    font-weight: 700;
}
.hikashop_category_description {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 17px;
}
.hikashop_category_image {
    height: auto !important;
}

.hikashop_category_description .hikashop_category_image {
    max-height: 150px;
    display: inline-block;
}

.hikashop_category_description .hikashop_category_description_content {
    margin-left: 20px;
    display: inline-block;
}
.hikashop_category_description .hikashop_category_description_content p {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.hikashop_product_right_part {
    /* display: flex; */
    /* justify-content: space-evenly; */
}

a.hikacart {
    color: none;
    background-color: none;
    border-color: none;
}
a.hikacart:focus {
    color: none;
    background-color: none;
    border-color: none ;
}
a.hikacart:hover {
    color: none;
    background-color: none;
    border-color: none;
}

.hikashop_checkout_address_cancel_button,.hikashop_checkout_address_ok_button {
    padding-right: 20px;
}
.hikashop_checkout_address_cancel_button::before, .hikashop_checkout_address_ok_button::before {
    display: none;
}

.hikashop_checkout_address_cancel_button img, .hikashop_checkout_address_ok_button img {
    display: none;
}
.hikashop_checkout_terms a:hover {
    color: rgb(24, 124, 149);
;
    text-decoration: underline;
}
.hikashop_product_price_main {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}
.hikashop_product_characteristics {
    width: 100%;
    text-align: center;
}
.hikashop_product_characteristics table {
    margin: 0 auto;
}
.notifyjs-metro-base,
.notifyjs-metro-lite-base{
    color:#575665 !important;;
}
/* images container */
.media-container {
    width: 195px;
    height: 195px;
    margin: 0 auto;
    display: block;
    /* border: 4px solid #dbdbe3; */
    border-radius: 0 !important;!i;!;
    position: relative;
}

.media-container-big {
    width: 250px;
    height: 250px;
}

.media-container-small {
    width: 120px;
    height: 120px;
}

.media-container .frame {
    display: block;
    overflow: hidden;
    /* width: 170px; */
    /* height: 170px; */
    /* border-radius: 50%; */
    /* border: 10px solid #fff; */
    text-align: center;
}

.media-container .frame img {
    display: inline-block;
    width: auto;
    /* height: 100%; */
    /* max-width: 90%; */
    /* margin: 0 -50%; */
    transition: all 1s ease;
    /* -webkit-transition: all 1s ease; */
    /* max-height: 201px; */
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}
.media-container .frame img:hover {
    /* height: 110%; */
}
.media-container-big .frame {
    /* width: 228px; */
    /* height: 228px; */
    margin: 0 auto;
}

.media-container-small .frame {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.media-container-small .blue, .media-container-small .user2 {
    background-color: #003399;
}

.media-container-small .red, .media-container-small .address {
    background-color: #E31c18;
}

.media-container-small .cyan,
.media-container-small .order,
.media-container-small .favorites {
    background-color: #00CCCC;
}

.media-container-small .grey, .media-container-small .cart {
    background-color: #575665;
}

.media-container-small .frame img {

    height: 80%;
    top: 10px;
    padding-top: 8px;
    padding-left: 0px;
}

.media-container-small .frame img:hover {
    height: 90%;
}

.bt-cs .bt-row {
    min-height: 500px;
}

.bt-row .media-container-big {
    width: 100%;
    position: relative;
    height: 225px;
    /* height: auto; */
}

.bt-row .media-container-big:before{
    /* content: ""; */
    /* display: block; */
    /* padding-top: 100%; */ 	/* initial ratio of 1:1*/
}


.bt-row .media-container-big .frame {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
}
.bt-row h2 {
    font-size: 25px;
    line-height: 1.2em;
    color: rgb(12 30 88 / 1);
}

.row-format {
    clear: both;
    margin-bottom: 20px;

    /*! height: 100%; */
    padding-top: 20px;
    width: 100%;
}

.row-format div {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.btn, .btn-primary, .btn-grey {
    color: #fff;
    border: none;
    text-decoration: none;
    padding: 8px 15px 8px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    font-size: 14px;
    position: relative;
    /*! font-weight: bold; */
    background-color: rgb(24, 124, 149);
 !important;
    font-family: gilroy, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
    background-image: none;
    text-shadow: unset;
    font-weight: 700;
}

.btn:hover, .btn:focus, .btn-primary:hover, .btn-primary:focus, .btn-grey:hover{
    color: #fff;
    background: rgb(30, 61, 121) !important;
}

.btn-login {
    padding-left: 24px;

}

.btn-login::before {
    display: block;
    content: " ";
    width: 11px;
    height: 14px;
    position: absolute;
    left: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/sprite.png) no-repeat;
    background-position: -163px -259px;

}

.btn-login:hover::before {
    background-position: -163px -259px;
}

.com-users-login__options.list-group {
    display: flex;
    flex-direction: column;
}

.com-users-login__options.list-group a {
    margin-bottom: 15px;
}

.brand img {
    margin-top: -12px;
}

.site-description {
    display: inline-block;
    height: 48px;
    margin-top: 0px;
    width: auto;
    font-size: 28px;
    max-width: 100%;
    color: #404B52;
    text-transform: uppercase;
    /*! font-family: ClanBold,"Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-weight: 700;
    /*! border-left: 3px solid #575665; */
    padding-left: 10px;
    margin-left: 10px;
    padding-top: 10px;
    position: relative;
}

.site-description::before {
    content: " ";
    display: inline-block;
    width: 3px;
    height: 43px;
    background: #575665;
    position: absolute;
    left: 0;
    top: 3px;
}

.header {
    margin-bottom: 0px;
}

.header-search #hikashop_cart_module {
    text-align : right;
}
.header-search #hikashop_cart_module table {
    text-align: left;
}
div.hikashop_cart_dropdown_content {
    width: 700px;
    max-width: 90vw;
}
div.hikashop_cart_dropdown_content table .hikashop_cart_module_product_name_title {
    width: 400px;
}
/****************************************************************************************
/* LISTES A PUCE INGENICO
/***************************************************************************************/


ul {
    list-style: none;
    position: relative;
}
ul li {
    position: relative;
    margin-bottom: 10px;
}
.hikashop_product_page  ul li:before,
ul.ingenico li:before {
    position: absolute;
    top: 0px;
    left: -25px;
    display: block;
    height: 22px;
    width: 22px;
    --tw-content: "";
    content: var(--tw-content);
    background-image: url(/images/icons/list-decoration-circle-blue.png);
}
div.hikashop_messages.hikashop_warning { background-color:#EFE7B8; border-color:#F0DC7E; color:#CC0000; }
div.hikashop_messages.hikashop_success { background-color: #C3D2E5; border-color:#84A7DB; color:#003399; }
div.hikashop_messages.hikashop_info    { background-color:#C3D2E5; border-color:#84A7DB; color:#003399; }
div.hikashop_messages.hikashop_notice  { background-color:#C3D2E5; border-color:#84A7DB; color:#003399; }
div.hikashop_messages.hikashop_error   { background-color:#C3D2E5; border-color:#84A7DB; color:#003399; }
/****************************************************************************************
dialog info catalogue complémentaire
/***************************************************************************************/
#ccModal h3 {
    color: #575665;
    background: none;
    border: none;
    margin: 0 !important;
}

#ccModal .modal-header {
    border-bottom: 0;
}

#ccModal .modal-header .close {
    font-size: 35px;
    color: #0009;
    opacity: 0.5;
    border: 2px solid;
    border-radius: 50%;
    padding: 4px 3px 4px 3px;
    position: absolute;
    right: -9px;
    top: -9px;
    background-color: #fff;
    opacity: 1;
    margin : 0;
}

#ccModal .modal-body p {
    text-align : center
}

.pl-1{
    padding-left: 0px;
}
.pr-1{
    padding-right: 0px;
}
.pt-2 {
    padding-top: 20px;
}
.pb-2 {
    padding-bottom: 20px;
}
.pt-3 {
    padding-top: 50px;
}
.pb-3 {
    padding-bottom: 50px;
}


@media (max-width:640px) {
    .banners {
        height: 160px;
    }
    .media-container-big {
        width: 150px !important;
        height: 150px !important;
    }

    .media-container-big .frame{
        width: 172px !important;;
        height: 172px !important;;
    }
    #favoritescateg {
        text-align: center;
    }

    .favorite-categ {
        margin-bottom: 10px !important;
    }

}

@media (min-width:640px) {
    .search {
        text-align: right;
        margin-top: 10px;
    }

    .search-results{
        text-align: left;
    }


}

@media (max-width:768px) {
    .navigation {
        /* display: none; */
        position: absolute;
        top: 0;
        height: 50px;
        /* width: 100%; */
        right: 0px;
    }
    .shop-module-icon-group {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .shop-module-icon {
        text-align: right;
        display: block;
        /*! float: right; */
        /*! position: absolute; */
    }

    h1 {
        font-size: 24px !important;;
        line-height: 26px;
    }

    h2 {
        font-size: 20px !important;
        line-height: 22px;
    }

    .button {
        font-size: 13px;
    }

    .media-container-big {
        width: 190px !important;
        height: 195px !important;
    }

    .media-container-big .frame{
        width: 172px !important;;
        height: 172px !important;;
    }


    .hikashop_small_cart_total_title {
        position: relative;


        padding-left: 39px;
    }
    .ing-icon {
        height: 25px;
        width: 25px;

        /*! line-height: 30px; */
        position: absolute;
        left: 0;
        top: -11px;
    }

    .ing-icon img {
        margin: 2px 0px;
    }

    .header {
        margin-bottom: 10px;
    }

    .bt-cs .bt-row {
        min-height: 400px;
        width: 50% !important;
    }
}
@media (max-width:640px) {
    .banners {
        height: 160px;
    }
    .media-container-big {
        width: 150px !important;
        height: 150px !important;
    }

    .media-container-big .frame{
        width: 130px !important;;
        height: 130px !important;;
    }

    .bt-cs .bt-row {
        min-height: 400px;
    }

    a.brand.pull-left {
        text-align: left;
        margin-top: 10px;
    }

    .brand img {
        height: 2rem;
        margin-top: -9px;
    }

    .brand .site-description {
        font-size: 20px;
        height: 20px;
        margin-left: 2px;
        padding-top: 8px;
    }

    .brand .site-description::before {
        height: 32px;
    }
    .hikashop_product_price_main, .hikashop_product_quantity_main {
        text-align: center;
    }
}

@media (min-width:768px) {
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible;
    }


    #sidr-close, #gruemenu {
        display : none !important;
    }

    a.brand.pull-left {
        text-align: left;
        margin-top: 10px;
    }


}

@media (max-width:960px) {
    .media-container-big {
        width: 200px;
        height: 200px;
    }
    .media-container-big .frame {
        width: 180px;
        height: 180px;
    }

    .brand img {
        height: 2rem;
        margin-top: -9px;
    }

    .brand .site-description {
        font-size: 20px;
        height: 20px;
        margin-left: 2px;
        padding-top: 8px;
    }

    .brand .site-description::before {
        height: 32px;
    }
    .flex-inverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .pl-1{
        padding-left: 10px;
    }
    .pr-1{
        padding-right: 10px;
    }
    .pt-2, .pt-sm-2 {
        padding-top: 20px;
    }
    .pb-2, .pb-sm-2 {
        padding-bottom: 20px;
    }
    .pt-3 {
        padding-top: 30px;
    }
    .pb-3 {
        padding-bottom: 30px;
    }


    h1 {

        font-size: 28px !important;;
        line-height: 32px;
    }

    h2 {
        font-size: 20px !important;
        line-height: 22px;
    }
    .button {
        font-size: 14px;
    }
    .slides_container{
        width: 100% !important;
    }

    .bt-cs .bt-row {
        min-height: 450px;
        /*width: 50% !important;*/
    }

    .bt-row .media-container-big {
        width: 180px;
        height: 180px;
    }
    .bt-row .media-container-big .frame {
        width: calc(100% - 20px);
        height: calc( 100% - 20px);
    }
    .bt-row h2 {
        font-size: 14px !important;
        line-height: 21px;
    }
    .hikashop_category_description .hikashop_category_description_content p {
        text-align: center;
        width: 100% !important;
        margin: 0 auto;
    }
}

#imgcolissimo:hover {
    /* margin-left : -10px !important; */
}

.hikashop_banktransfer_end {
    line-height: 30px;
}

#address_street, #address_street2, #address_street3 {
    width: 450px;
}

.hikashop_product_characteristics_table td {
    /*padding-bottom: 15px;*/
}

.hikashop_product_characteristics_table .chzn-container-single {
    margin-left: 15px;
}

.hikashop_product_quantity_main {
    text-align: center;
}
.hikashop_product_description_main {
    margin-top: 35px;
    margin-bottom: 35px;
}
.hikashop_product_description_main h5 {
    margin-top: 35px;
}

.hika_toolbar_btn .hikabtn {
    background-color: transparent;
    border-color: transparent;
}
.hika_toolbar_btn  .btnIcon{
    margin-right: 10px;
}
div#hikashop_submodules {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
}

div#hikashop_submodules .hikashop_subcontainer_border {
    border: 1px solid #ddd;
    border-radius: 5px;
}

div#hikashop_submodules .hikashop_products_pagination {
    display: none;
}

/***********************************************************/
/* Mobile menu */
.mobilemenuck-bar-title {
    display: none;
}
.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(0 51 153 / var(--tw-text-opacity, 1));
}

/**********************************************************/
/* com finder */
.com-finder.finder {
    margin-bottom: 50px;
}
.awesomplete {
    width: 100%;
}
.awesomplete input {
    width: 100%;
}
@media (min-width: 640px) {
    .result__item figure {
        float: left;
    }
}