
@font-face {
    font-family: 'Aeonik';
    src: url('./subset-Aeonik-Bold.woff2') format('woff2'),
        url('./subset-Aeonik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
	color: #000000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
     font-family: 'Aeonik' !important;
    font-weight: bold !important;
    font-style: normal;
}

.oh-h1 {
    line-height: 1;
    margin: 16px 0;
}

.img-certifikace {
    margin: -8px 0 0 15px!important;
    max-height: 63px;
    width: auto;
}

.hook_box {
    margin-bottom: 0;
}

.ets_geo_popup_group_button a.yes_ok {
  background-color: #da1616 !important;

}

#main .page-footer {
    margin-top: 0;
    margin-bottom: 0;
}

.footer-container .bottom-footer {
    background: #1b1a1b !important;
    border-color: #1b1a1b !important;
    color: white !important;
}

nav.header-nav {
    background: #1B1A25 !important;
    border: none;
    color: white;
    font-size: 12px;
    line-height: normal;
    padding-top: 14px;
    padding-bottom: 6px;
}

.header-nav strong{
    font-weight: 600;
}

.display-none {
    display: none !important;
}
#contact-link span.shop-phone strong, #contact-link span.shop-phone strong a, .lang_currency_top span.expand-more, nav.header-nav .user-info a.account {
    color: white !important;
    text-decoration: none;
}

#contact-link {
    color: white !important;
}


.header-top {
    padding: 20px 0;
}

.header-top .links li {
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin: 0 15px;
}

.header-top .links li a:hover {
    text-decoration: none;
    color: #DA1616;
}
.header-top .links li a:hover::after {
    content: "";
    display: block;
    width: 40%;
    margin-left: 30%;
    height: 4px;
    border-radius: 1px;
    margin-top: 3px;
    background-color: #DA1616;
}

.header-top .links li:nth-child(1) a::after {
    content: "";
    display: block;
    width: 40%;
    margin-left: 30%;
    height: 4px;
    border-radius: 1px;
    margin-top: 3px;
    background-color: #DA1616;
}


#header div#_desktop_cart {
    position: relative;
    float: right;
    padding: 0 !important; 
}

#index #_desktop_top_menu, #index .black-menu {
	display: none;
}

.header-nav li {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    text-transform: uppercase;
    color: #3a3a3a;
    font-weight: 700;
    float: left;
}

.topmenu-contact-us a{
    font-weight: 400;
}

.header-nav li span{
    margin-left: 5px;
    font-weight: 400;
}

.header-nav li a:hover span{
    font-weight: 600;
}

.header-nav ul {
    margin-bottom: 8px;
}

nav.header-nav a {
    color: white !important;
    padding: 0 0 0 20px;
    text-decoration: none;
}

nav.header-nav a:hover span{
  font-weight: 700 !important;
}

#contact-link span.shop-phone {
    padding: 0 15px;
}

.language-flag a img {
    margin-top: -2.5px;
    width: 20px;
}

.oh-h1 {
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin: 0.67em 0;
}



#header  div#_desktop_cart .blockcart .header .no-sticky-cart {
    background: none !important;
}

#header div#_desktop_cart .blockcart .header .no-sticky-cart a.cart_link { 
        display: inline-block !important;
    float: left;
    background: #F3F0ED;
    width: 38px;
    height: 38px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #333333 !important;
    font-weight: 500;
    font-size: 16px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
}

#header  div#_desktop_cart .blockcart .header .no-sticky-cart a.cart_link:hover { 
    background: #da1616;
    font-weight: 600;
    color: white !important;
}

#header  .cart_title {
    color: #333333;
    padding: 5px 1px 0 0;
    font-weight: 600;
    float: left;
    text-transform: uppercase;
}

#header div#_desktop_cart .blockcart .header .no-sticky-cart  {
    float: left;
    margin: -7px 0 0 0;
    padding: 0;
}

#header div#_desktop_cart {
    margin-top: 8px;
}

#header div#_desktop_cart .blockcart .header {
    background: none !important;
}

.stickycart_yes.sticky_cart #header div#_desktop_cart .blockcart .header {
        background-color: #da1618 !important;
}

.stickycart_yes.sticky_cart #header div#_desktop_cart .blockcart .header a.cart_link span.cart-products-count {
    background: #232321;
}

div#rwd_menu div#_mobile_cart.rwd_menu_item span.cart-products-count {
   background-color: #da1618 !important;
}

#header_user_info {
    float: left;
    margin-left: 5px;
}

.header_user_info a {
    font-size: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #F3F0ED;
    display: block;
    text-align: center;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
    position: relative;
}


.header_user_info a:after {
    content: "\f007";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 17px;
    line-height: 40px;
    color: #333333;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header_user_info a:hover { 
    background: #da1616;
    font-weight: 600;
    color: white !important;
}

.header_user_info a:hover:after { 
    color: white !important;
}


#header_user_info_modal {
    display: none;
    width: 270px;
    padding: 0 15px 10px 15px;
    margin: 0;
    position: absolute;
      top: 65.5px;
    right: 15px;
    z-index: 13;
    background: #fff;
    border: 1px solid #e2e2e2;
    color: #333;
}

#header_user_info_modal li {
    display: block;
    border-top: 1px solid #e2e2e2;
    line-height: 35px;
}

#header_user_info_modal li:first-child {
    border: none;
}

#header_user_info_modal li a {
    color: #333;
    padding: 0 10px 0 10px;
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

#header_user_info_modal li a:hover {
    background: #da1616;
    color: white;
}

div#_desktop_user_info {
    margin-left: 5px;
    margin-top: 2px;
    margin-bottom: 4px;
}


.btn.btn-default {
    background: #da1616;
    text-transform: lowercase;
    font-weight: 700;
}

.btn.btn-default {
    white-space: normal;
    text-align: left;
    color: #fff;
    text-transform: lowercase;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 12px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    border-radius: 0;
    margin: 5px 0;
}



#header_pernament_links {
    float: left;
}

.header_pernament_links a {
    font-size: 0;
    line-height: 0;
    width: 38px;
    height: 38px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #F3F0ED;
    display: block;
    text-align: center;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
    position: relative;
}


.header_pernament_links a:after {
    content: "\f039";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 17px;
    line-height: 40px;
    color: #333333;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header_pernament_links a:hover { 
    background: #da1616;
    color: white !important;
}

.header_pernament_links a:hover:after { 
    color: white !important;
}




#header_pernament_links_modal {
    display: none;
    margin: 0;
    position: absolute;
       top: 65.5px;
    right: 15px; 
    color: #333;
    list-style-type: none;
    overflow: hidden;
    min-width: 150px;
    background: #fff;
    padding: 10px;
    z-index: 13;
    border: 1px solid #e2e2e2;
}

#header_pernament_links_modal li {
    display: block;
    border: none;
    line-height: 35px;
}

#header_pernament_links_modal li:first-child {
    border: none;
}

#header_pernament_links_modal li a {
    color: #333;
    padding: 0 10px 0 10px;
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

#header_pernament_links_modal li a:hover {
    background: #da1616;
    color: white;
}

#header_pernament_links_modal ul {
   margin-bottom: 0px !important;
}

ul#header_links li {
    text-transform: capitalize;
}

ul#header_links li a {
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

ul#header_links li a:hover {
    text-decoration: none;
    background: none;
}

#header ul#header_links li a::before, #header ul#header_links li a:hover, #header ul#header_links li a.active {
    color: #da1616;
  
}

ul#header_links li#header_link_home a:before {
    content: "\f015";
    font-family: "FontAwesome";
    margin-right: 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: normal;
}

ul#header_links li#header_link_contact a:before {
    content: "\f0e0";
       font-family: "FontAwesome";
    margin-right: 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: normal;
}

ul#header_links li#header_link_sitemap a:before {
    content: "\f0e8 ";
           font-family: "FontAwesome";
    margin-right: 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: normal;
}

#login-form {
    margin-bottom: 10px !important;
}

#_desktop_top_menu {
    background: none !important;
    margin: 0;
}

#_desktop_top_menu > ul {
    margin-bottom: 0;
    padding: 0;
}

#_desktop_top_menu > ul > li > a {
    font-size: 12px;
    padding: 12px 14px 11px 1px;
}

#_desktop_top_menu > ul > li {
    padding-right: 10px;
}

#_desktop_top_menu > ul > li:first-child > a {
    padding-left: 0 !important;
}



#_desktop_top_menu ul.top-menu li.home_icon i {
    font: normal normal normal 11px/1 FontAwesome;
    font-size: 16px;
    vertical-align: 0px;

}

#_desktop_top_menu > ul > li:hover > a {
    color: #da1618 !important;
    background: none !important;
}

#scroll_top:before {
    color: white;
}


div#search_widget form input[type=text] {
    height: 40px;
    padding: 10px;
    color: #7a7a7a;
    border: 1px solid #d6d4d4;
    display: inline-block;
    padding: 5px 5px;
    height: 30px;
    line-height: 20px;
    float: right;
    color: #333333;
    border: 1px solid #e2e2e2;
    border-right: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    min-width: 100%;
    margin: 7px 10px 0 10px;
    border: none;
    font-size: 12px;
    border-radius: 5px;
}

#search_widget .material-icons.search{
    margin-top: 1px;
    font-size: 20px;
}

div#search_widget form button[type=submit] {
    background: #da1616;
    color: #ffffff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.stickymenu_yes.sticky_menu #search_widget form input[type=text] { 
    padding: 5px 15px;

}

div#search_widget form button[type=submit] {
    cursor: pointer;
    position: absolute;
    right: 5px;
    background: #3a3a3a;
    color: #fff;
    border: none;
    height: 30px;
    width: 30px;
    line-height: 40px;
    padding: 0;
    margin-top: 7px;
}

div#search_widget form button[type=submit] i {
    position: absolute;
    top: 5px;
    left: 0;
    height: 30px;
    width: 30px;
    background: none;
}

#header #subcart {
    top: 57.5px !important;
}


body.stickymenu_yes.sticky_menu .cart_title{
    display: none;
}

.sticky-cart {
    display: none;
}

body.stickymenu_yes.sticky_menu .sticky-cart {
    display: block;
}


.no-sticky-cart {
    display: block;
}

body.stickymenu_yes.sticky_menu .no-sticky-cart {
    display: none;
}


div#rwd_menu {
    background: #1b1a25 !important;
}


div#mobile_search_wrapper.rwd_menu_open .search-widget {
   display: block !important;
}


div#mobile_search_wrapper.rwd_menu_open #search_widget form input[type=text] {
    height: 40px;
    padding: 10px;
    color: #7a7a7a;
    border: 1px solid #d6d4d4;
}


div#mobile_search_wrapper.rwd_menu_open  #search_widget form button[type=submit] {
    cursor: pointer;
    position: absolute;
    color: #fff;
    border: none;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
}


div#mobile_search_wrapper.rwd_menu_open #search_widget form button[type=submit] i {
    position: absolute;
    top: 9px;
    left: 5px;
    height: 30px;
    width: 30px;
    background: none;
}

.header-social {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 0 12px 15px;
    text-align: left;
}

p#block-newsletter-label {
    padding: 12px 0 12px 15px;   
    font-size: 14px;
}

.block-social .fb-page {
    margin-bottom: 25px;
}


.footer-container li {
    position: relative;
}

.footer-container li.has-icon {
    padding: 0 0 0 20px;
        font-size: 10px;
}

.block-contact .account-list li i{
    font-size: 12px;
    width: 32px;
    position: absolute;
    left: 0;
    top: 7px;
}

.block-contact .account-list {
    color: #4c4c4c;
    text-decoration: none;
    font-size: 12px;
    line-height: 17px;
}

.footer-container a, .footer-container li a, .footer-container .links ul>li a {
        color: #4c4c4c !important;
    text-decoration: none !important;
}

.footer-container .h3 span, .footer-container .h3 a, .footer-container .links .title span.h3, .footer-container .links .title a.h3 {
    color: white !important;
}


.black-menu {
  background: #303030 !important;
  padding: 8px 0;
  margin-bottom: 10px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
}


.menu_badge{
position: absolute;
    top: -2px;
    right: 5px;
    z-index: 2;
    font-size: 9px;
    display: inline-block;
    background: #da1616;
    color: #fff;
    padding: 2px 5px 0px 5px;
    line-height: 12px;
    margin-left: 10px;
}


#_mobile_top_menu .menu_badge {
    top: 12px;
}


.breadcrumb {
    display: block;
    padding: 4px 0 6px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    font-size: 11px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
    position: relative;
    background: none;
    text-transform: lowercase;
    z-index: 1;
    color: #7b7b7b;
}

.breadcrumb .navigation-pipe {
    margin: 0 15px;
    display: inline-block;
    color: #888;
}

#wrapper .breadcrumb ol {
    border: none !important;
}

#wrapper .breadcrumb li a {
    font-size: 11px !important;
    color: #7b7b7b !important;
    font-weight: 400 !important;
    text-decoration: none;
}


.cat_desc p a {
    color: #da1617;
    text-decoration: underline;
    font-weight: 700;
}

.hrosik-category {
    height: 110px;
    margin: 15px;
}

#subcategories p.subcategory-heading {
    position: relative;
    font-weight: 400;
    color: #7b7b7b;
    margin: 10px 0 15px 0;
    font-size: 16px;
    padding: 5px 5px 5px 0;
    z-index: 2;
    text-transform: lowercase;
}

#subcategories p.subcategory-heading:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #dedede;
    z-index: 1;
}

#subcategories p.subcategory-heading span{
    background-color: white;
    padding-right: 15px;
    position: relative;
    z-index: 3;
    font-size: 15px;
}

#subcategories {
    border-top: none;
    padding: 0;
    margin: 0;
}


#subcategories ul li {
    float: left;
    width: 48%;
    margin: 1%;
    padding: 5px 10px 5px 10px;
    border: 1px solid #dedede;
    border-radius: 5px;
    text-align: center;
    max-height: 202px;
    min-height: 202px;
    overflow: hidden;
}

#subcategories ul li .subcategory-image {
    padding: 0 0 8px 0;
    text-align: right;
}

#subcategories ul li .subcategory-image a img {
    max-width: 125px;
    max-height: 140px;
    vertical-align: top;
    height: auto;
}

#subcategories ul li .subcategory-name {
    font: normal 15px/18px "Open Sans", sans-serif;
    color: #333333;
    width: 90%;
    text-align: left;
    line-height: 1.5;
}

#subcategories h3 {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

#subcategories ul li .subcategory-image a {
    display: block;
    padding: 0;
    border: none;
}

#subcategories ul li:hover .subcategory-image a {
    border: none;
    padding: 0;
}


#index #wrapper {
    padding-top: 0px;
}



.footer-container .bottom-footer {
    color: #727272;
    font-size: 10px;
}


#category h1 {
	font-size: 25px;
    color: black;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}


#subcategories ul li h5 .subcategory-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    word-break: break-word;
}

#filters p.subcategory-heading:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #dedede;
    z-index: 1;
}


#filters p.subcategory-heading {
    position: relative;
    font-weight: 400;
    color: #7b7b7b;
    margin: 10px 0 15px 0;
    font-size: 16px;
    padding: 5px 5px 5px 0;
    z-index: 2;
    text-transform: lowercase;
}

#filters p.subcategory-heading span {
    background-color: white;
    padding-right: 15px;
    position: relative;
    z-index: 3;
    font-size: 15px;
}

.card-block {
    padding: 0;
}

.card {
    border: none;
}

.PM_ASCriterionsOutput {
	border-radius: 5px;
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    margin-bottom: 20px;
}

.PM_ASCriterionsGroupTitle.h4 {
	font-size: 13px;
	line-height: 1.5;
}

.PM_ASCriterionsGroupName {
	background-color: black;
    width: 100%;
    color: white;
    font-weight: 300 !important;
    text-align: center;
    padding: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400 !important;

}

.PM_ASCriterionsGroupOuter {
	max-height: 380px;
    overflow-x: auto;
    padding-left: 5px;
    padding-top: 5px;
    font-size: 12px;
}


.PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup {
    padding-top: 5px;
    padding-bottom: 5px;
}

.PM_ASCriterionsGroupList .PM_ASCriterionsGroup {
	padding-right: 0 !important;
}

.PM_ASResetSearch {
    text-align: left;
}

#sort-with-nthpage .sort-by {
    color: #7b7b7b;
    font-size: 12px;
    text-transform: lowercase;
    font-weight: 400;
}

.products-sort-order .select-title { 
    color: #0000;
    background-color: black;
    text-shadow: 0 1px 0 #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

#sort-with-nthpage .dropdown-menu {
   width: calc(100% - 30px); 
   margin-left: 15px;
   margin-top: -20px;
   border-radius: 5px;
}

.button-show-all {
    border-radius: 4px !important;
    text-transform: lowercase;
    padding: 2px 8px !important;
    background: #da1616;
    font-weight: 700 !important;
    white-space: normal;
    text-align: left;
    color: #fff  !important;
    font-size: 12px;
    line-height: 18px;
    border: none !important;
}

.button-show-all:hover{
    color: #fff !important;
    background: #333333;
    text-decoration: none;
    border: none !important; 
}


.grid_switcher {
    float: left;
    text-align: left;
    margin-top: -36px;
}

.products {
    margin: 30px -10px 0px;
}

hr {
    margin-top: 0;
}


.pagination .page-list li a {
    border-radius: 16px;
    margin: 4px 5px;
    padding: 3px 12px;
    border: 1px solid #cccccc;
}

.pagination .page-list .current a {
    color: #ffffff !important;
    background-color: #cccccc;
    border-color: #bfbfbf;
}

.pagination .page-list li a.next,
.pagination .page-list li a.previous {
     border-radius: 0;
    margin: 4px 5px;
    padding: 3px 12px;
    border: none;
    font-weight: 700;
}


.products-selection {
    padding-right: 0 !important;
}


.stickymenu_yes.sticky_menu div#_desktop_top_menu > ul > li > a.sf-with-ul:after {
    display: none;
}


.stickymenu_yes.sticky_menu div#_desktop_top_menu ul.top-menu .popover.sub-menu.collapse {
    display: none !important;
}


.dm_label_pl_all_left {
    left: 10px !important;
}

li.dm_label_pl {
    margin-bottom: 0.3rem !important;
}

.product-flag.discount-percentage, .product-flag.discount {
    display: none;
}


.modal-dialog {
    margin: 60px auto;
}


.h1, h1 {
    font-size: 25px;
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

.special-category-hidden-block {
    display: none !important;
}

.subcategory-heading-wh {
    position: relative;
    font-weight: 700;
    color: black;
    margin: 10px 0 15px 0;
    font-size: 18px;
    padding: 5px 5px 5px 0;
    z-index: 2;
}

.subcategory-heading-wh:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #dedede;
    z-index: 1;
}


.subcategory-heading-wh span {
    background-color: white;
    padding-right: 15px;
    position: relative;
    z-index: 3;
}


.products .product-miniature span.price, #home_cat_product ul li .product-price-and-shipping .price, .ui-widget .search_right span.search_price {
    color: #da1616 !important;
    font-weight: 700 !important;
    font-size: 19px !important;
}

.product-price-and-shipping span.regular-price {
    font-size: 17px !important;
    display: block !important;
    color: #6f6f6f !important;
}

.products .product-miniature .pl-availability {
    color: white;
    font-weight: 500;
    padding: 1px 4px;
    font-size: 11px;
    margin-bottom: 10px;
    margin-left: -5px;
}


.products .product-miniature .pl-availability  span.product-available  {
    background: #46a74e;
    border-radius: 5px;
    padding: 0 6px;
    float: left;
}


.products .product-miniature .pl-availability  span.product-unavailable {
    background: #ff7430;
    border-radius: 5px;
    padding: 4px 6px !important;
    font-size: 9px !important;
    line-height: 1.5;
    float: left;
}


#content-wrapper .products .product-miniature .product-desc {
    font-size: 11px;
    margin: 15px 0;
    height: 72px !important;
}

.products .product-miniature .pl_manufacturer {
    display: none;
}


.products .product-miniature .product-right {
    text-align: left;
}

.products .product-miniature .product-right .button-container {
    text-align: right;
    margin-top: 10px;
}

.products .product-miniature .product-title a:hover {
    color: #da1616;
    text-decoration: none;
}


.button-container .add-to-cart, .button-container .add-to-cart:disabled, #subcart .cart-buttons .viewcart {
    font-size: 12px;
    border-radius: 4px;
    text-transform: lowercase;
    font-weight: 700;
}

.pl_border_type2 div#content-wrapper .products .product-miniature .thumbnail-container {
    border: 1px solid transparent;
    background: #fff;
    padding: 12px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
}

#product_list_width .product-special,
#product_list_height .product-special {
    display: none;
}


.product-special .product-header {
    background-color: black;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    margin: -12px -12px 10px -12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

 .pl_border_type2 div#content-wrapper .products .product-miniature.product-special .thumbnail-container{
    background-color: #f1f0f1 !important;
}

#widthheight1 {
    text-transform: lowercase;
}

#widthheight1 small {
    font-size: 75%;
}

.products .product-miniature.product-special .product-right .button-container {
    text-align: right;
    background: #da1616;
    border-radius: 4px;
    text-transform: lowercase;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.products .product-miniature.product-special .product-right .button-container .btn.btn-default { 
    text-transform: lowercase;
    font-size: 12px;
    line-height: 12px;
    padding: 4px;
}

.products .product-miniature.product-special .product-left img {
    width: 78%;
}

#content-wrapper .products .product-miniature.product-special  .product-desc {
    height: 100%;
}

#content-wrapper .products .product-miniature.product-special  .text-muted {
    font-size: 12px;
}

#subcategories ul {
    margin: 0;
}

.products .product-miniature.product-special  .product-title {
    height: 100%;
}

div#content-wrapper .product_show_list .products .product-miniature.product-special  .product-left {
    border: none;
}

a.PM_ASSelectionsRemoveLink:hover {
    text-decoration: underline !important;
}

.PM_ASResetGroup {
    margin-left: 5px;
}

.PM_ASResetSearch {
    text-transform: lowercase;
    margin: 0;
    font-size: 10px;
    color: #da1618 !important;
    font-weight: 600;
}

.active_filters {
    border-radius: 5px;
    border: none;
}

.active_filters .filter-block {
    border-radius: 5px;
}

#js-product-list .pagination {
    margin: 10px 0 12px -15px;
    padding-top: 10px; 
}

.unvisible {
    display: none;
}

.lnk_more {
    font-weight: 700;
    text-decoration: underline;
    text-transform: lowercase;
}

.PM_ASSelections {
    background-color: inherit;
}


#product .product-cover {
    width: 78%;
    float: right;
}


#product #thumb_box_box{
    width: 20% !important;
    float: left;
    overflow: hidden;
    height: 455px;
    position: relative;
    margin-bottom: 15px;
}

ul.product-images>li.thumb-container {
    display: block;
    padding: 0 0 10px 0;
}


.scroll-box-arrows .left {
    left: 0;
    bottom: 0;
    background: rgba(18, 18, 18, 0.3);
    width: 100%;
    height: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.scroll-box-arrows .right {
    display: none;
}

.scroll-box-arrows i {
    line-height: 17px;
    font-size: 33px;
    text-align: center;
    color: white;
}

#content-wrapper.col-md-12 #main .images-container .js-qv-mask.scroll {
    width: 100%;
}


#product .pl-availability {
    color: white;
    font-weight: 500;
    font-size: 9px !important;
    margin-bottom: 10px;
    text-align: left;
}

#product .pl-availability  span.product-available  {
    background: #5cb85c;
    border-radius: 5px;
    padding: 4px 6px;
    font-size: 10px;
    font-weight: 700;
}

.bx_accessories span.product-available  { 
    padding: 1px 6px !important;
}

#product .pl-availability  span.product-unavailable {
    background: #ff7430;
    border-radius: 5px;
    padding: 4px 6px;
    font-size: 10px;
    font-weight: 700;
}

.products .pl-availability  span{
    padding: 0 6px;
    font-size: 9px;
}

.bx_accessories span.product-unavailable  { 
    padding: 1px 6px !important;
}


.product_name {
    padding-bottom: 18px;
}

.product-information .product_desc {
    border: none !important; 
    font-size: 12px;
}

.product-prices {
    border: none !important;
    clear: both;
    font-size: 11px;
}

div#product_comments_block_extra {
    padding-top: 0;
    border: none !important; 
}

.product-reference_top {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: right;
    width: 100%;
    font-size: 11px;
}

#product .product-information {
    line-height: 2;
}

.product-add-to-cart button.btn.add-to-cart, .product-add-to-cart button.btn.add-to-cart:disabled {
    border-radius: 4px !important;
    text-transform: lowercase;
    font-size: 16px;
    background: #da1616 !important;
    border-color: #da1616 !important;
    font-weight: 700;
}

.product-prices .product-discount span {
    font-size: 18px;
    font-weight: normal;
    line-height: 34px;
    text-decoration: line-through;
    color: #6f6f6f;
}

.product-prices span.discount.discount-percentage, .product-prices span.discount.discount-amount {
    color: #f13340;
    background: none;
    font-size: 18px;
    padding: 4px 6px;
    float: left;
    line-height: 16px;
    margin-top: 5px;
    font-weight: 600;
}

#product .product-prices .product-price {
    clear: both;
}

.product-add-to-cart {
    margin: 25px 0 10px;
}

.product-prices .tax-shipping-delivery-label {
    line-height: 40px;
}


#product .tabs ul.nav-tabs li.nav-item {
    margin: 0;
}

#product_condition label {
    margin: 0;
    font-weight: normal;
    color: #777777;
}

#product_condition {
    text-transform: lowercase;
    float: left;
    margin-bottom: 5px;
}

#pQuantityAvailable {
    text-transform: lowercase;
    float: left;
    padding-left: 15px;
    margin-bottom: 5px;
}


#pQuantityAvailable span#quantityAvailable {
    font-weight: bold;
    color: #333333;
}

#pQuantityAvailable label {
    margin: 0;
    font-weight: normal;
    color: #777777;
}

.comments_advices li a {
    color: #777777;
}

#product .h1, #product h1 {
    font-size: 22px;
}

ul.product-images>li.thumb-container>.thumb {
    border-radius: 5px;
}

.product-cover {
    border-radius: 5px;
}

.product-cover img {
    border-radius: 5px;
}

.product-reference_top label {
    color: #777777;
    font-weight: normal;
}
    

.tabs ul.nav-tabs li.nav-item a {
    color: #777777;
    font-size: 12px;
}

#product .tabs ul.nav-tabs li.nav-item a.active {
    background: #303030;
    color: white;
    padding: 0px 35px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0 0 -1px 0;
}

.tabs ul.nav-tabs li.nav-item a {
    color: #777777;
    font-size: 12px;
    border: 1px solid #e2e2e2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0px 35px;
    text-transform: none;
}

#product .tabs ul.nav-tabs li.nav-item a.active, #product .tabs ul.nav-tabs li.nav-item a:hover, #product .index_title span, .page-product-heading span, body #product-comments-list-header .comments-nb {
    border-color: #e2e2e2 !important;
    border-bottom-color: #da1616 !important;
}

.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4,
.product-description h5,
.product-description h6, 
.product-description p {
    text-align: left;
}

.product-description hr {
    margin-top: 10px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #eeeeee;
}


.page-product-heading, .index_title {
    clear: both;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 30px;
    border-bottom: 1px solid #d6d4d4;
    font-size: 17px !important;
    margin: 0 0 20px !important;
    text-transform: uppercase;
    color: #000 !important;
}

#productCommentsBlock {
    margin-top: 30px;
}

#product section.page-product-box {
    margin-top: 40px;
}

#heureka-review {
    padding: 0 !important;
    font-weight: 800;
    line-height: 30px;
    border-bottom: none;
    font-size: 17px !important;
    margin: 0 0 20px !important;
    text-transform: uppercase;
    color: #000 !important;
}

#heureka-logo {
    display: none;
}

#item-heureka-review {
    float: left;
    width: 23%;
    margin: 10px 1% 20px 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    border-left: 5px solid #eeeeee;
    padding: 10px 20px;
    border-top: 1px solid rgba(0,0,0,.1);
}

#item-heureka-review {
    padding: 10px 20px !important;
    border-top: none !important;
}

.h6, h6 {
    font-size: 17px;
}

.productBottom {
   margin-top: 30px; 
}

#product_comments_block_tab div.comment div.comment_details {
    overflow: hidden;
    border-left: 1px solid #e2e2e2;
    padding: 0 15px;
}

#product_comments_block_tab div.comment_details .title_block, #product_comments_block_tab div.comment_details h4 {
    font-size: 12px;
}

#product_comments_block_tab div.comment_details p { 
    font-size: 11px;
}

#product_comments_block_tab div.comment div.comment_author {
    font-size: 12px;
}

#subcart ul.cart_products > li {
    padding: 12px 16px 13px 18px;
}

#heureka-item-star {
    width: 15px !important;
    height: 15px !important;
}

#blockcart-modal .modal-header {
    padding: 0;
}

#blockcart-modal .modal-title {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px;
    font-family: inherit;
    background-color: #ececec;
    padding: 15px !important;
}

#blockcart-modal .modal-title i {
    color: #da1616;
    font-size: 16px;
    padding-right: 10px;
}

#blockcart-modal .modal-header .close {
    margin-top: 12px;
    margin-right: 15px;
}


.modal-header .close:before {
    content: "\f057";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 25px;
    color: #333333;
}

.modal-header .close span {
	display: none;
}

.modal-header {
    border-bottom: none;
}

.modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#blockcart-modal .product-image {
    display: block;
    width: 100%;
    max-width: 136px;
    margin: 0px auto;
    border-radius: 5px;
    border: 1px solid #e2e2e2; 
}


#blockcart-modal .layer_cart_product_info {
    padding: 22px 0 0 0;
}

#blockcart-modal .divide-right p.price {
    margin: 0;
}

#blockcart-modal .button-container {
    margin: 30px 0 70px 0;
}

#blockcart-modal .button-container .btn-secondary {
    border-radius: 4px !important;
    background-color: #333333 !important;
    color: white;
    float: left;
    position: relative;
    text-transform: lowercase;
        padding: 8px 15px 8px 25px;
}

#blockcart-modal .button-container .btn-secondary:before {
    font-family: "FontAwesome";
    content: "\f053";
    position: absolute;
    top: 50%;
        left: 8px;
    height: 30px;
    line-height: 30px;
    margin-top: -14px;
    vertical-align: middle;
}

#blockcart-modal .button-container .btn-primary {
	border-radius: 4px !important;
    background: #da1616;
    border-color: #da1616;
    text-transform: lowercase;
    font-weight: 700;
    float: right;
    position: relative;
            padding: 8px 25px 8px 15px;

}


#blockcart-modal .button-container .btn-primary:after {
    font-family: "FontAwesome";
    content: "\f054";
    position: absolute;
    top: 50%;
    right:  8px;
    height: 30px;
    line-height: 30px;
    margin-top: -14px;
    vertical-align: middle;
}

#blockcart-modal .button-container .btn-primary i {
	display: none;
}

#blockcart-modal .modal-body {
    padding: 0;
}

#blockcart-modal .modal-body .row{
	padding: 0 30px;
}

#blockcart-modal .crossseling-content {
    border-top: 1px solid #ececec;
    padding: 26px 30px 40px 30px;
    position: relative;
    background-color: #ececec;
    float: left;
    width: 100%;
}

#blockcart-modal .crossseling-content  h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #333333;
    margin-bottom: 25px;
}

#blockcart-modal .crossseling-content ul li {
	float: left;
    width: 18%;
    margin: 0 1% 0 1%;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
        padding: 20px;
    border-radius: 5px;
}

#blockcart-modal .crossseling-content .product-name {
    height: 52px;
    overflow: hidden;
}

#blockcart-modal .crossseling-content .btn.btn-default {
    color: white!important;
    padding: 5px 5px!important;
}

.product-button-blockcart {
    font-size: 11px !important;
    width: 100%  !important;
    border-radius: 4px !important;
    padding: 5px 18px !important;
    background-color: #333333 !important;
    text-align: center !important;
}

#blockcart-modal .crossseling-content .price {
    font-size: 14px !important;
    color: #da1616;
    font-weight: 700;
}

#blockcart-modal .crossseling-content .product-name {
	font-size: 12px;
    line-height: 17px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
}

ul.product-images>li.thumb-container>.thumb {
    width: 100%;
}

.custom-button-primary {
    background: #da161a !important;
    color: #ffffff;
    border-color: #da1618 !important;
    float: left !important;
}

body .btn-primary, body .btn-primary.disabled, body .btn-primary:disabled, body .btn-primary.disabled:hover {
    color: #ffffff;
    background: #da1616 !important;
    border-color: #da1616 !important;
    text-transform: lowercase;
    font-weight: 700;
}

.checkout.cart-detailed-actions.card-block .btn {
    padding: 10px 30px;
    font-size: 14px;
    margin: 20px;
}

.card.cart-summary {
    margin-top: 50px;
    border-top: 1px solid #dfdfdf;
}

.cart-grid .has-discount .discount {
    margin-left: 0px;
    float: left;
    margin-top: 5px;
}

#cart_content .cat_desc {
    padding: 30px 0 0 0;
    font-size: 12px;
}

#cart_content .cat_desc a{
    color: black;
}

#thecheckout-cart-summary {
    background-color: #ffffff !important;
}

.block-header.shopping-cart-header{
    font: 600 17px/22px "Open Sans", sans-serif;
    color: #333333;
    text-transform: uppercase;
    padding: 0 0 17px 0;
    border-bottom: 1px solid #e2e2e2;
}


.compact-cart #tc-container .product-line-info .label  {
    font-size: 12px !important;
    line-height: 18px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
}

.qty-label {
    padding: 1px 4px !important;
    font-size: 8px;
    color: white;
    border-radius: 3px;
    line-height: 1.7em;
    white-space: normal;
    display: inline-block;
    padding: 4px 6px;
    font-size: 10px;
    font-weight: 700;
}

.qty-label.label-success {
    background-color: #5cb85c;
}

.qty-label.label-success.label-later {
    background-color: #f0ad4e;
}

.cart-summary-line {
    width: 50% !important;
    float: right;
    font-size: 17px;
}

ul.cart-items li:first-child {
    padding-top: 1rem;
}

ul.cart-items li:last-child {
    padding-bottom: 1rem;
}

.inner-area .offer-login a.log-in {
    font-size: 13px !important;
}

.custom-radio input[type=radio]:checked + span {
    background-color: #f90000 !important; 
    left: 0 !important;  
    top: 0 !important; 
}

div#tc-payment-confirmation {
    text-align: left !important;
}

#confirm_order {
    padding: 16px 40px !important;
}


.delivery-options-list .carrier-name {
    font-size: 14px;
}

.payment-option label span.h6 {
    font-size: 14px;
}

label.delivery-option-label {
    font-size: 12px;
    margin-bottom: 15px;
}

.delivery-option-logo {
    width: 100px !important;
}

.custom-checkbox label {
    margin-top: 4px !important;
}

#thecheckout-order-message .inner-area {
    padding: 0 5px !important;
}

#thecheckout-order-message textarea {
    border: 1px solid #d2d2d2 !important;
    background: #fbfbfb;
}

#thecheckout-newsletter, #thecheckout-psgdpr {
        padding: 0!important;
}

#thecheckout-newsletter .inner-area,  #thecheckout-psgdpr .inner-area{
    padding: 0 5px !important;
}

#thecheckout-confirm {
           padding: 0!important; 
}

.page-content.page-cms {
    padding: 20px 15px 14px;
    text-align: left;
    border: 1px solid #f6f6f6;
}

.h2-cms {
    font-size: 110%;
    color: #da1616;
    font-style: italic;
    font-weight: 500;
}

#cms #content h1 {
    margin-bottom: 15px;
}

.h1-cms {
    padding: 20px 0 0 0;
}

#cms #content p {
    line-height: 18px;
}

#cms #content h3 {
    font-size: 18px;
    border-bottom: none;
    margin: 0;
    padding: 10px 0 17px 0;
    line-height: 1.5;
    color: black;
}

.page-content.page-cms ul {
    list-style: disc;
    padding-left: 25px;
}

.input-group .input-group-btn>.btn {
    font-size: 10px;
    line-height: 11px;
    padding: 8px 20px;
    margin: 0;
}

li.dm_label_pl {
    margin-left: 1px;
}

.PM_ASBlockOutputHorizontal .card-header {
    display: none;
}

.btn-danger {
    color: #fff;
    background-color: #da1618;
    border-color: #da1618;
}

#cms #content img, #cms iframe, .product-description img , .product-description iframe{
    border: 1px solid #f6f6f6;
    border-radius: 4px;
    padding: 3px;
    max-width: 80%;
    margin: 20px;
}

.btn.btn-default {
    text-transform: lowercase;
    border-radius: 4px !important;
    background: #da1616 ;
    border-color: #da1616 ;
    font-weight: 700;
    text-decoration: none !important;
}

.btn.btn-default:hover {
    text-decoration: underline !important;
}

.compact-cart #tc-container .cart-item .product-line-info {
    width: 80% !important;
    float: left;
}

.compact-cart #tc-container .cart-item .product-line-info.quantity-info {
     width: 20%  !important;
    float: right;
}

.compact-cart #tc-container .cart-item .product-line-info.quantity-info a{ 
    display: none;
}

.compact-cart .cart-item{
    border: 1px solid  #e2e2e2;
    border-top: none;
}

.compact-cart .cart-item:first-child {
    border: 1px solid  #e2e2e2;  
}

ul.cart-items li:first-child {
    padding-top: 0;
}

ul.cart-items li {
    border-bottom: none;
}

.cart-item {
    padding: 0;
}

.compact-cart .product-line-image {
    border-right: 1px solid #e2e2e2;
    padding: 8px; 
}

.compact-cart #tc-container .product-line-actions {
    align-items: center;
    padding-top: 0 !important;
    margin-top: 0  !important; 
}

.compact-cart #tc-container .product-line-actions > .product-line-price {
    line-height: 0px !important;
    position: relative;
    margin-top: -5px !important;
}

.cart-summary.card {
    padding: 0 2px  !important;
}

.cart-detailed-totals {
    border: 1px solid #e5e5e5 !important;
}

#tc-container #thecheckout-cart-summary {
    margin: 2px !important;
}

.checkout-block.main-block .inner-area {
    border: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
}

.offer-login.expanded .already-account-label, .offer-login.expanded .classic-login {
    display: block !important;
}

ul.cart-items li:last-child {
    padding-bottom: 0;
}

.checkout-block.main-block .inner-area {
    background: #fbfbfb;
}

.custom-checkbox input[type=checkbox] + span {
    border: 1px solid #7c7c7c !important;
}

.block-header, .already-account-label {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    background: #F1F1F1 !important;
    border-bottom: 1px solid #E0E0E0 !important;
}

.inner-area .offer-login {
    display: block !important;
    margin: 0 -10px;
}

.checkout-block.main-block .inner-area {
    padding-top: 0px !important;
}

.block-header {
    margin: 0 -10px 20px -10px !important;
    padding: 10px !important;
}


body:not(.force-email-overlay) .width-below-35pct .classic-login {
    margin-top: 10px;
}

.block-header.shopping-cart-header {
    margin: 0 0 20px 0 !important;
    background: white !important;
}

#confirm_order {
    padding: 10px 40px !important;
    border-radius: 4px;
    margin-top: 20px;
}

#thecheckout-newsletter{
    margin-top: 20px;
}

#checkout .card.cart-summary {
    background: #fbfbfb;
}

.cart-voucher > p > a.promo-code-button.collapsed {
    border: none !important;
    padding: 0 !important;
    background: inherit !important;
 
}

.block-promo .promo-input {
   border: none !important;  
}

.cart-item.cart-item-header {
    background: #fbfbfb;
}

.compact-cart .cart-item-header  .product-line-image {
    padding: 0 0 0 8px !important; 
    width: 118px;
}

.compact-cart #tc-container .cart-item.cart-item-header  .product-line {
    min-height: 10px;
    padding: 4px 0;
}

.compact-cart #tc-container .cart-item.cart-item-header .product-line-info.quantity-info {
    width: 20% !important;
    float: left;
    color: black !important;
}

.compact-cart #tc-container .cart-item.cart-item-header .product-line-info.quantity-info .qty-label {
    line-height: 18px;
    font-size: 13px;
    color: #3a3a3a !important;
    font-weight: 400;

}

.product-line-actions {
    display: flex;
    flex-basis: 235px !important;
}

.compact-cart #tc-container .product-line-actions .product-line-qty { 
    flex-grow: 1 !important;
     line-height: 18px;
    font-size: 13px !important;
    color: #3a3a3a !important;
    font-weight: 400 !important;
}

.compact-cart #tc-container .cart-item.cart-item-header .qty-container .qty-box {
    transform: scale(1);
}

.compact-cart #tc-container .cart-item.cart-item-header .product-line-actions .product-line-qty {
    text-align: left;
    padding-left: 22px;
    line-height: 18px;
    font-size: 13px;
    color: #3a3a3a !important;
    font-weight: 400;
}

.cart-item.cart-item-header .product-line-actions > div {
    text-align: left !important;
}

.js-terms {
        margin-top: 1px;
}

.product-description .col-sm-5{
    text-align: center;
}

.contact-form form {
    padding: 23px;
    margin: 0 0 30px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
    -webkit-box-shadow: rgb(0 0 0 / 17%) 0 5px 13px;
    box-shadow: rgb(0 0 0 / 17%) 0 5px 13px;
}

.captcha_contact label {
    text-align: right;
    padding-top: 10px;
    font-weight: 700;
}

.contact-form .btn.btn-default {
    border-radius: 0 !important  ;
}

.reviews-products .block-faq-product-page {
    display: none;
}

.compact-cart #tc-container .cart-item.cart-item-header .product-line-actions .product-price {
 
    padding-left: 22px;
}

#_desktop_top_menu > ul > li > a.sf-with-ul:after {
    top: 16px;
}

.payment-options .js-additional-information {
    display: none !important;
}

#cms.cms-id-2 #content  ul li {
    width: 100%;
    border: 1px solid #F3F0ED;
    text-align: center;
    padding: 50px;
    margin: 50px;
    font-size: 25px;
    background: #f6f6f6;
}

#order-confirmation #content-hook_order_confirmation {
	border: 1px solid #F3F0ED;
    padding: 20px;
}

#order-confirmation .page-order-confirmation {
	display: none;
}

#order-confirmation #registration-form {
    background-color: #ffffff85;
    box-shadow: inset 0 -1em 1em rgb(255 255 255 / 10%), 0 0 0 1px rgb(255 255 255 / 0%), 1em 1em 8em rgb(136 136 136 / 30%);
    border: 1px solid #80808024;
    padding: 20px;
}

.more_faq_cat {
    font-size: 11px !important;
}

.topic_faqs .category_block {
    width: 100%; 
}


.gomakoil_faq_page hr {
    margin-top: 10px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.topic_faqs .category_block {
    width: 100% !important;
    min-height: 100px !important;
    margin-bottom: 50px;
}

.faqs-card-block {
    border: none !important;
    box-shadow: none !important;
    color: black !important;
}

#search_faqs_submit_button {
    background-color: #434345 !important;
}

.product-line-body .product-line-desc {
    position: relative;
}

.product-line-body .qty-label {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

} 

.compact-cart #tc-container .product-line-info.product-attribute {
    font-size: 0.7em  !important;
    line-height: 1.1 !important;
}

.compact-cart #tc-container .product-line-info .label {
    font-size: 0.8em  !important;
    line-height: 1.3 !important;
}

.qty-insufficient-stock {
    display: none;
}

.open-comment-form, .open-comment-form {
    display: none;
}

#product_comments_block_tab .alert-info {
    display: none !important;
}

#thecheckout-html-box-2.checkout-block {
    padding: 5px 0 0 0 !important;
} 

.checkout-block#thecheckout-html-box-2 {
    padding: 5px 0 0 0 !important;
} 

.checkout-block#thecheckout-html-box-2 .inner-area {
    padding: 10px 5px 5px 5px !important;
}

.footer-container li {
    line-height: 1.3;
    padding-bottom: 10px;
}

.condition-label {
    font-weight: 500 !important;
}

.js-terms {
    margin-top: 0px;
}

#module-thecheckout-order #tc-payment-confirmation .condition-label {
    display: flow-root; 
}

.special-msg {
    text-align: left;
    font-style: italic;
    background: #ffeaea;
    color: #e50000;
    padding: 10px 5px;
    margin: 20px 0 20px;
}

.checkout-block .cart-voucher {
        width: 50%!important;
    float: right;
    font-size: 17px;
}

.account-fields.psgdpr .js-terms {
    font-weight: 700;
}


#conditions-to-approve .condition-label label::before {
    content: '*';
    color: red;
}

#conditions-to-approve .condition-label label::before {
    float: right;
    margin-left: 5px;
}

#conditions-to-approve .js-terms {
    font-weight: 700;
    margin-top: 2px;
}

.block-promo .promo-code .btn-primary {
    margin-top: -4px;
    padding: 8px 16px;
}


#thecheckout-required-checkbox-1 .inner-area {
    padding: 2px !important;
    font-weight: 700;
}

#thecheckout-required-checkbox-1 .inner-area a {
    text-decoration: underline;
}

.block-contact .account-list li i {
    top: 1px;
}

.product_lang_de #product_comments_block_extra, .product_lang_de #productCommentsBlock {
    display: none;
}

#footer_de .fb-page {
    display: none;
}

#product .product-prices .product-pack-price span{
	display: none;
}

.dm-cookie-popup.position-bottomleft {
    zoom: .7;
    -moz-transform: scale(.7);
}

.dm-cookie-popup.position-bottomright {
    zoom: .7;
    -moz-transform: scale(.7);
    filter: drop-shadow(-3px 6px 20px rgba(0, 0, 0, 0.25));
    border-radius: 5px;
}

.dm-cookie-popup.position-center {
    zoom: .7;
    -moz-transform: scale(.7);
}


#dm-cookie-popup.position-bottomright {
    border-radius: 5px !important;
}


#dm-cookiesplus-modal .dm-cookiesplus-more-information {
    font-size: 14px !important;
    font-weight: 600 !important;
    border: 1px solid black !important;
    padding: 8px 14px !important;
}


#dm-cookiesplus-modal .dm-cookie-popup-accept-cookies {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.dm-cookieplus-finality-container {
    padding: 10px !important;
}

#dm-cookiesplus-modal #dm-cookiesplus-form .dm-cookiesplus-accept {
    border: 1px solid #da1616 !important;
}

#dm-cookiesplus-modal #cookiesplus-form  .dm-cookiesplus-accept {
    background-color: #da1616 !important;
    border-radius: 5px;
}

.dm-cookie-popup-accept-cookies, .dm-cookie-popup-accept-cookies-save-group {
    border: none !important;
    border-radius: 5px;
}

.dm-cookie-popup-decline-cookies {
    border: none !important;
}


.dm-cookie-popup.position-topleft {
    left: 50% !important;
    bottom: 10px !important;
    top: auto !important;
    zoom: .7 !important;
    -moz-transform: scale(.7) !important;
    margin-left: -200px;
}


#thecheckout-newsletter {
    display: none !important;
}


.checkout-block#thecheckout-checkbox-1  {
    margin: 0;
    padding: 5px 3px !important;
}
.checkout-block#thecheckout-html-box-1 .inner-area {
    padding: 0 3.5px !important;
}

.checkout-block#thecheckout-checkbox-2  {
    margin: 0;
    padding: 5px 3px !important;
}

.checkout-block#thecheckout-html-box-3{
    padding: 5px 0 !important;
}


.checkout-block#thecheckout-html-box-3 .inner-area {
    padding: 0 3.5px !important;
}

.checkout-block#thecheckout-confirm .inner-area {
    padding: 4px 10px 10px 5px !important;
}

#confirm_order {
    margin-top: 10px !important;
}

#thecheckout-confirm .condition-label {
    font-weight: 400!important;
}

.additional-text {
    font-weight: 400 !important;
}


.ets_click_show {
    position: relative;
}

.ets_click_show .icon {
    margin-top: -3px;
}

.ets_click_show span {
    padding: 0;
    position: absolute;
    left: 17px;
    bottom: 5.5px;
    text-decoration: underline;
        width: 100%;
    white-space: nowrap;
}

a.link_to_signin:hover, .ets_geo_popup_group_button a.yes_ok:hover, .ets_geo_btn_submit_apply:hover {
    background: #da1616;
    border-color: #da1616;
}

.ets_geo_btn_submit_apply {
    border: 1px solid #da1616;
    background: #da1616;
}

a.link_to_signin {
    background: black !important;
}


#product .product-prices .product-without-taxes {
    color: #777777;
    font-weight: 300;
    font-size: 11px;
}

.stickymenu_yes.sticky_menu div#_desktop_top_menu {
    padding: 5px 0 5px 30px;
}

.cookiesplus-accept-label, .cookiesplus-accept{
   background-color: #46a74e !important;  
   border: 1px solid #46a74e !important;
}

#cookiesplus-modal #cookiesplus-form .cookiesplus-accept {
    background-color: #46a74e !important;
     border: 1px solid #46a74e !important;
}

.btn.btn-default:hover {
    text-decoration: none;
}

.btn.btn-default {
    color: white !important;
}

.reviews-products-information {
    color: #3a3a3a;
    display: block;
    width: 100%;
    clear: both;
    font-style: italic;
    text-decoration: underline;
    text-align: right;
}

#module-thecheckout-order #tc-container-mobile {
    display: block !important;
    flex-direction: row !important;
}

.product-prices .current-price span.price {
    color: #da1616 !important;
}


body#checkout .condition-label label {
    margin-top: 3px !important;
}


#product.product-id-635 .product-quantity .control-label,
#product.product-id-635 .product-quantity .qty,
#product.product-id-129 .product-quantity .control-label,
#product.product-id-129 .product-quantity .qty
{
    display: none !important;
}












/* NEW DESIGN ******************************************************************************************************* */

.elementor-button:hover {
    background-color: #000 !important;
    color: #ffffff !important;
}

.button-secondary {
    float: left;
    margin: 0 20px 0 0;
    white-space: nowrap;
    text-align: center;;
}

.button-secondary .elementor-button:hover {
    color: #da1616 !important;
    background-color: #ffffff !important;
    border-color: #da1616 !important;
}

.slider-homepage h2{
    font-size: 50px;
    line-height: 1.2 !important;
    color: white;
    text-indent: 5px !important;
}

.slider-homepage .elementor-text-editor p{
    text-indent: -5px;
}



.slider-homepage input {
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid white;
    height: 43px;
    width: 130px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.search-own-component {
    display: flex;
    position: relative;
}

#searchFilterForm .spacer-x{
    font-size: 35px;
    font-weight: 700;
    color: white;
    margin: 7px 10px;
    display: inline;
}


a.button-home {
    padding: 8px 40px;
    margin-top: 25px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: white;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
}

a:hover.button-home {
    background-color: #000;
    color: white;
    border: 1px solid #000;
}

.slider-bottom-line img{
    width: 56px;
    margin-right: 10px;
}

.homepage-box-categories .elementor-button{
    padding: 9px 33px !important;
    font-size: 16px;
    font-weight: 700;
}

.homepage-box-categories .elementor-element-populated {
    border: 1px solid #a9a29e00;
}

.homepage-box-categories .elementor-element-populated:hover {
    border: 1px solid #A9A29E;
}

.homepage-box-categories .elementor-image-box-description {
    height: 69px;
    line-height: 23px;
    overflow: hidden;
}

.homepage-line-icons .elementor-widget-image-box .elementor-image-box-content {
    width: auto;
}

.homepage-line-icons .elementor-image-box-wrapper {
    width:100%;
    display: block;
    justify-content: center;
}

.homepage-line-icons .elementor-image-box-img{
    margin-right: 15px !important;
}
.homepage-line-icons img{
    height: 40px;
    width: auto;
}

.homepage-special-image-tablet{
    position: relative;
    min-height: 250px;
}

.homepage-special-image-tablet img{
    position: absolute;
    left: 0;
    top: -80px;
    width: 670px;
}

.homepage-box-best-with-hippo img{
    position: absolute;
    top: -200px;
    vertical-align: top;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
}

.homepage-box-best-with-hippo h3,
.homepage-box-best-without-hippo h3{
    font-size: 24px;
    line-height: 30px !important;
}
.homepage-box-best-with-hippo .elementor-image-box-description,
.homepage-box-best-without-hippo .elementor-image-box-description{
    font-size: 16px;
    line-height: 23px;
    height: 69px;
    overflow: hidden;
}

.homepage-box-best-with-hippo .elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}

.footer-container {
    color: white;
    background-color: #1B1A1B !important;
}

.footer-container, .footer-container .h3, .footer-container .links .title, .row.social_footer {
    border: 0;
}

#footer_contact img {
    width: 120px;
}

.header-social {
    display: none;
}

.block-social ul li.facebook {
    background: inherit;
}

.block-social ul li.youtube {
    background: inherit;
}

.block-social ul li.pinterest {
    background: inherit;
}

.block-social ul li.instagram {
    background: inherit;
}

.footer-container, .footer-container .h3, .footer-container .links .title .h3, .footer-container a, .footer-container li a, .footer-container .links ul>li a {
    color: #ffffff !important;
}

.footer-container .h3 {
    margin-bottom: 20px;
}

.footer-container .h3 span, .footer-container .h3 a, .footer-container .links .title span.h3, .footer-container .links .title a.h3 {
    border: 0;
}

.footer-container a, .footer-container li a, .footer-container .links ul>li a {
    color: white !important;
    font-size: 14px;
    font-weight: 400;
}

#block-newsletter-label {
    font-size: 16px;
    margin: 45px 0 20px 0;
}

.block_newsletter form input[type=text] {
    border-radius: 4px;
}

.block_newsletter form input[type=text]:focus {
    outline: none;
}

.block-social ul li a:hover::before {
    color: #DA1616 !important;
}
.footer-container a, .footer-container li a, .footer-container .links ul>li a:hover {
    color: #DA1616 !important;
}

.block_newsletter .btn-newsletter {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.icon-newspaper-own {
    position: relative;
}

.icon-newspaper-own input{
    padding-left: 27px !important;
}

.icon-newspaper-own::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 10px;
    width: 13px;
    height: 13px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' fill-rule='evenodd' clip-rule='evenodd' d='M3.22058 6.25498C3.43454 6.33226 3.67323 6.30721 3.86536 6.18829L10.2974 2.20424L4.99225 7.11566C4.84925 7.24799 4.76775 7.43149 4.76702 7.62311L4.74882 11.8782C4.74737 12.2603 5.28553 12.3722 5.44527 12.0228L6.8618 8.92454C6.94876 8.73469 7.18491 8.65811 7.37194 8.75939L11.1285 10.7902C11.3643 10.918 11.6565 10.7602 11.6688 10.4987L12.1561 0.419365C12.1684 0.162113 11.9014 -0.0210325 11.6554 0.076363L0.313649 4.55515C0.00618181 4.67654 0.0130953 5.1007 0.324202 5.21257L3.22058 6.25498Z' fill='%23A9A29E'/%3E%3C/svg%3E%0A");
}

.block_newsletter div#gdpr_consent {
    margin-top: 25px;
}

.block_newsletter .custom-checkbox input[type=checkbox] + span {
    background-color: inherit;
    border: 1px solid #F1F1F1;
    border-radius: 3px;
    margin-top: 4px !important;
}
.block_newsletter .custom-checkbox input[type=checkbox]+span .checkbox-checked {
    color: #fff;
}

.block-social ul li {
    font-size: 22px;
    padding: 0;
    margin: 0 25px 0 0;
    width: auto;
}

.block-social li a {
    font-size: 28px;
}

#footer .links.wrapper {
    margin-top: 0;
    padding: 5px;
}

 #footer .col-sm-7 .links.wrapper{
     margin-top: 27px;
}

.header-top .links ul{
    height: 40px;
    overflow: hidden;
    padding-top: 8px;
}
.header-top .links ul li{
    margin: 3px 15px;
}

div#rwd_menu, div#rwd_menu .rwd_menu_item, div#rwd_menu .rwd_menu_item:first-child {
    border-color: #1b1a25!important;
    background: #1b1a25!important;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 30%);

}

div#mobile_search_wrapper.rwd_menu_open .search-widget {
    margin-left: 10px !important;
}
.center-vertically .elementor-element-populated {
    display: flex;
    align-items: center;
    justify-content: center;
}


.elementor-row {
    justify-content: center;
}

#block_myaccount_infos .h3 a {
    font-size: 14px;
    font-weight: 700;
}


.mobile-hours {
    position: relative;
    padding-left: 15px;
}
.mobile-hours::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0px;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url("../img/clock.svg");
}

.mobile-phone {
    position: relative;
    padding-left: 15px !important;
}
.mobile-phone::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0px;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url("../img/phone.svg");
}

.mobile-whatsapp {
    position: relative;
    padding-left: 15px  !important;
}
.mobile-whatsapp::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0px;
    width: 8px;
    height: 12px;
    display: inline-block;
    background-image: url("../img/mobile.svg");
}

div#gdpr_consent .custom-checkbox label, div#gdpr_consent .custom-checkbox label span:last-child {
    width: 90%;
}

.special-bottom-slider .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.special-bottom-slider .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.special-bottom-slider .elementor-image-box-img img{
    width: 60px;
    margin: 0 20px 0 0 !important;
}


a.ets_click_show {
    padding: 0 !important;
}

.ets_click_show span {
    bottom: 1.5px;
}


.custom-checkbox input[type=checkbox]+span {
    margin-top: 4px;
}


.compact-cart #tc-container .product-line-info .label {
    font-size: 12px!important;
    line-height: 1!important;
    margin: 0;
}

.custom-checkbox input[type=checkbox]+span {
    margin-top: 4px !important;
}


.footer-container .block-payments img {
 float: none;
 width: auto;
 max-width: 340px;
 overflow: hidden;   
}


#module-thecheckout-order .captcha_register{
    display: none !important;
}


.product-actions button{
    padding: 4px 7px !important;
    font-size: 14px !important;
}


#product .product-quantity .input-group-btn-vertical .btn {
    padding: 0.5rem 0.6875rem !important;
}

#product .product-quantity.clearfix span.control-label {
    padding: 5px 10px 0 0;
}


.product-add-to-cart button.btn.add-to-cart, .product-add-to-cart button.btn.add-to-cart:disabled {
    padding: 10px 20px 10px 44px !important;

}


.product-actions button.custom-button-primary {
    padding: 10px 20px 10px 20px !important;
    border-radius: 4px !important;
}


a.product-flags-plist span.product-flag.on-sale {
    display: none;
}

#product #content .product-flags .product-flag.on-sale {
    display: none;
}

.dm_label_pl_all_left {
    top: 10px !important;
}

.dm_label_p_all_left {
       top: 10px !important;
}

#cms #content img, #cms iframe, .product-description img, .product-description iframe {
    max-width: 98%;
    margin: 2px;
}

.page-content.page-cms {
    padding: 5px;
}


.product-miniature .product-desc , .product-miniature .comments_note {
    display: none !important;
}

.products .product-miniature .product-title a {
    line-height: 20px !important;
}


#product section.page-product-box {
    margin-bottom: 40px;
}

#thecheckout-html-box-1 {
    display: none !important;
}


#_desktop_top_menu > ul > li > a {
    color: #ffffff;
}

.submenu1 #_desktop_top_menu .popover.sub-menu ul.top-menu li a:hover {
    background: #1b1a1b;
    color: #ffffff;
}

div#search_widget form button[type=submit] {
    background: #da1616;
    color: #ffffff;
}


.products .product-miniature .product-title {
    height: 60px;
}


#product section.page-product-box .products .product-miniature {
    width: 200px !important;
}

#product .product-miniature .pl-availability span.product-available {
    font-size: 8px;
    padding: 4px 6px !important;
    margin: 5px 0 !important;
    line-height: 1.5;
}

.notice-msg {
    margin-top: 5px !important; 
}


#scroll_top {
    background: #da1616;
}

.button-container .add-to-cart, .button-container .add-to-cart:disabled, #subcart .cart-buttons .viewcart {
    background: #da1616;
    color: #ffffff;
    border-color: #da1616;
}


.comments_note div.star_on, #myprestacommentsBlock div.star_hover, #myprestacommentsBlock div.star_on {
    background: none !important;
}

.comments_note div.star, #myprestacommentsBlock div.star, #myprestacommentsBlock div.star_on {
    background: none !important;
}

#wrapper .breadcrumb li:last-child {
    display: inline-block !important;
}

#product_comments_block_extra .comments_note {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: auto;
}

#product_comments_block_extra .comments_note span, #product_comments_block_extra .comments_note .star_content.clearfix {
    float: left;
    margin-right: 2px;
    color: #000;
    line-height: 21px;
    font-size: 15px;
}

#product_comments_block_extra .comments_note span, #product_comments_block_extra .comments_note .star_content.clearfix {
    float: left;
    margin-right: 2px;
}

#product_comments_block_extra ul.comments_advices {
    float: left;
    margin-top: -3px;
    margin-bottom: 10px;
}

.comments_advices li a {
    color: #777777;
    font-size: 14px !important;
}

.star_content .star {
    position: relative;
    float: left;
    width: 16px;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}

#product_comments_block_extra ul.comments_advices li a.reviews:before {
    content: "\f0e5";
}

#product_comments_block_extra ul.comments_advices li a:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    height: 14px;
    line-height: 14px;
    margin-right: 4px;
    text-align: center;
    width: 14px;
}


.checkout-block#thecheckout-confirm .inner-area {
    padding: 4px 10px 10px 10px !important;
}

.delivery-option-logo {
    max-width: 100px !important;
}

body#checkout span.custom-checkbox>label, body#checkout span.custom-checkbox span.label {
    padding-left: 5.5px !important;
}




.products .product-miniature .product-title {
    height: 38px !important;
}


.content_home_page_fag .questions, .content_home_page_cat .questions, .faq_cat .questions, .gomakoil_faq_page .questions {
    width: 100%;
    cursor: pointer;
    font-size: 16px;
}

.content_home_page_cat {
    grid-template-columns: auto;
}

.products .product-miniature.product-special .product-title {
    height: 100% !important;
}


#cart .cart-summary{
    display: none;
}

div#rwd_menu, div#rwd_menu a {
    color: #ffffff;
}

.products .product-miniature .pl-availability span.product-available {
    line-height: 1.5;
        padding: 4px 6px !important;
}


#create_account .custom-checkbox span.label {
        margin-top: 3px !important;
}




/* PRODUCT-LIST */
.dm_label_pl_all_left {
    display: inline;
    position: absolute;
    left: 0px;
    top: 10px;
    z-index: 9;
    font-size: .6rem;
}

.dm_label_pl_all_right {
    display: inline-grid;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 9;
    font-size: .6rem;
    text-align: right;
}

li.dm_label_pl {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    z-index: 2;
    margin-bottom: 0.6rem;
    display: table;
}

/* PRODUCT */
.dm_label_p_all_left {
    display: inline;
    position: absolute;
    left: 0px;
    top: 10px;
    z-index: 9;
    font-size: .9rem;
}

.dm_label_p_all_right {
    display: inline-grid;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 9;
    font-size: .9rem;
    text-align: right;
}

li.dm_label_p {
    text-transform: uppercase;
    font-weight: bold;
    z-index: 2;
    margin-bottom: 0.9rem;
}

/* BARVY */
.dm_color span {
    box-shadow: #adadad 4px 6px 20px;
    padding: 0.3rem 0.4rem;
}

.dm_color .light {
    background: #fafafa;
    color: #000;
}

.dm_color .dark {
    background: #484848;
    color: #fff;
}

.dm_color .red {
    background: #ef5350;
    color: #fff;
}

.dm_color .pink {
    background: #ec407a;
    color: #fff;
}

.dm_color .purple {
    background: #ab47bc;
    color: #fff;
}

.dm_color .deeppurple {
    background: #7e57c2;
    color: #fff;
}

.dm_color .indigo {
    background: #5c6bc0;
    color: #fff;
}

.dm_color .blue {
    background: #42a5f5;
    color: #fff;
}

.dm_color .lightblue {
    background: #29b6f6;
    color: #000;
}

.dm_color .cyan {
    background: #26c6da;
    color: #000;
}

.dm_color .teal {
    background: #26a69a;
    color: #fff;
}

.dm_color .green {
    background: #66bb6a;
    color: #000;
}

.dm_color .lightgreen {
    background: #9ccc65;
    color: #000;
}

.dm_color .lime {
    background: #d4e157;
    color: #000;
}

.dm_color .yellow {
    background: #ffee58;
    color: #000;
}

.dm_color .amber {
    background: #ffca28;
    color: #000;
}

.dm_color .orange {
    background: #ffa726;
    color: #000;
}

.dm_color .deeporange {
    background: #ff7043;
    color: #fff;
}

.dm_color .brown {
    background: #8d6e63;
    color: #fff;
}

.dm_color .grey {
    background: #bdbdbd;
    color: #000;
}

.dm_color .bluegrey {
    background: #78909c;
    color: #fff;
}



/* Nové štítky HOOK */
.product-flag.dm_color.light {
    background: #fafafa;
    color: #000;
}

.product-flag.dm_color.dark {
    background: #484848;
    color: #fff;
}

.product-flag.dm_color.red {
    background: #ef5350;
    color: #fff;
}

.product-flag.dm_color.pink {
    background: #ec407a;
    color: #fff;
}

.product-flag.dm_color.purple {
    background: #ab47bc;
    color: #fff;
}

.product-flag.dm_color.deeppurple {
    background: #7e57c2;
    color: #fff;
}

.product-flag.dm_color.indigo {
    background: #5c6bc0;
    color: #fff;
}

.product-flag.dm_color.blue {
    background: #42a5f5;
    color: #fff;
}

.product-flag.dm_color.lightblue {
    background: #29b6f6;
    color: #000;
}

.product-flag.dm_color.cyan {
    background: #26c6da;
    color: #000;
}

.product-flag.dm_color.teal {
    background: #26a69a;
    color: #fff;
}

.product-flag.dm_color.green {
    background: #66bb6a;
    color: #000;
}

.product-flag.dm_color.lightgreen {
    background: #9ccc65;
    color: #000;
}

.product-flag.dm_color.lime {
    background: #d4e157;
    color: #000;
}

.product-flag.dm_color.yellow {
    background: #ffee58;
    color: #000;
}

.product-flag.dm_color.amber {
    background: #ffca28;
    color: #000;
}

.product-flag.dm_color.orange {
    background: #ffa726;
    color: #000;
}

.product-flag.dm_color.deeporange {
    background: #ff7043;
    color: #fff;
}

.product-flag.dm_color.brown {
    background: #8d6e63;
    color: #fff;
}

.product-flag.dm_color.grey {
    background: #bdbdbd;
    color: #000;
}

.product-flag.dm_color.bluegrey {
    background: #78909c;
    color: #fff;
}


#apcModal_2 .modal-content {
    background-size: contain !important;
}


.js-mailalert button{
    border-radius: 4px !important;
    font-size: 16px;
    background: #da1616 !important;
    border-color: #da1616 !important;
    font-weight: 700;
    float: left;
    text-transform: uppercase;
}


/* RESPONSIVE ******************************************************************************************************* */

@media (max-width: 1199px) {

    .img-certifikace {
        margin: -2px 0 0 15px !important;
        max-width: 130px;
    }

    .header-top {
        padding: 15px 0 15px;
    }

    #_desktop_top_menu > ul > li > a {
        font-size: 13px;
        padding: 11px 24px 18px 0px;
    }

    #_desktop_top_menu > ul > li:first-child > a {
        padding: 11px 14px 18px 0;
    }

    .homepage-special-image-tablet img {
        top: -33px;
    }
    .homepage-box-best-with-hippo img{
        top: -158px;
    }

    .section-online-calculation {
        margin-top: 50px !important;
    }

    .topmenu-contact-us {
        display: none;
    }

}



@media (max-width: 991px) {

    .homepage-special-image-tablet img {
        top: -35px;
    }

    #module-thecheckout-order .product-line-body .qty-label {
        display: none;
    }

    #contact-link span.shop-phone.contact_link {
        display: none;
    }

    .cart-item.cart-item-header .qty-label {
        display: none;
    }

    .cart-item.cart-item-header .product-line-desc {
        margin: auto;
    }

    .cart-item .product-line {
        align-items: center;
    }

    .homepage-box-best-with-hippo img{
        width: 250px;
        min-width: 250px;
        max-width: 250px !important;
    }

    .cart-summary-line {
        width: 100% !important;
    }

    .checkout-block .cart-voucher {
        width: 100% !important;
    }

    .product-line-body .qty-label {
        margin: 8px 0 0 0;
        position: relative;
    }



    .slider-homepage input {
        height: 35px;
        width: 100px;
        font-size: 14px;
    }

    #searchFilterForm .spacer-x {
        font-size: 25px;
        margin: 5px 5px;
    }

    a.button-home {
        padding: 3px 25px;
        margin-top: 15px;
        font-size: 14px;
    }


    .footer-container .block-payments img {
         max-width: 100%;
    }

}



@media (min-width: 992px) and (max-width: 1199px) {
    .elementor-section.elementor-section-boxed > .elementor-container  {
        width: 960px !important;
        max-width: 960px !important;
        padding-right: 15px;
        padding-left: 15px;
    }

}


@media (max-width: 940px) {

    #contact-link span.shop-phone.contact_link {
        display: none;
    }

    #contact-link .shop-phone_text {
        display: none;
    }

    .topmenu-about-us {
        display: none;
    }

    .topmenu-contact-us {
        display: none;
    }

    #lnk-zaluzie-na-miru-novinka {
        display: none;
    }

    .img-certifikace {
        margin: 5px 0 0 15px !important;
        max-width: 110px;
    }

}

@media (max-width: 911px) {



    .img-certifikace {
        margin: 7px 0 0 15px !important;
        max-width: 90px;
    }

    .language-flag a span {
        display: none;
    }

}


@media (max-width: 870px) {

    .img-certifikace {
        display: none;
    }


    #_desktop_logo img {
        max-height: 100% !important;
        min-height: 100% !important;
        height: 100% !important;
        width: 100%;
        margin-top: 7px;
    }

    .products .product-miniature .pl-availability span.product-unavailable ,
    .products .product-miniature .pl-availability span.product-available   {
        font-size: 10px;
    }

}


@media (max-width: 859px) {

    .topmenu-about-us {
        display: block;
    }

}

@media (max-width: 800px) {
    .button-container .add-to-cart i {
        display: none;
    }

    .button-container .add-to-cart,
    .button-container .add-to-cart:disabled {
        padding: 8px 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px)  {
    ul.product-images>li.thumb-container>.thumb {
        width: 100%;
    }

    .homepage-box-best-with-hippo img{
        width: 250px;
        min-width: 250px;
        max-width: 250px !important;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -95%);
    }
}

@media (min-width: 768px) {
    .stickymenu_yes.sticky_menu div#_desktop_top_menu {
        position: fixed;
        width: 75%;
        max-height: 53px;
        overflow: hidden;
        /* line-height: 2; */
        left: 0;
        top: 0;
        z-index: 9999999999;
        background-color: #303030 !important;
        padding: 5px 0 5px 15px;

    }

    .stickymenu_yes.sticky_menu div#_desktop_top_menu > ul > li > a {
        color: #ffffff;
        line-height: 2.2;
    }

    .stickymenu_yes.sticky_menu div#_desktop_top_menu > ul > li > a.sf-with-ul:after {
        content: "\E5CF";
        font-family: Material Icons;
        position: absolute;
        height: 8px;
        line-height: 10px;
        top: 21px;
    }

    .stickymenu_yes.sticky_menu .menu-search-col {
        position: fixed;
        width: 25%;
        right: 0;
        top: 0;
        z-index: 9999999;
        background-color: #303030;
        padding: 4px 30px 12px 0;
    }

    .stickycart_yes.sticky_cart #header div#_desktop_cart .blockcart .header a.cart_link span.cart-products-count {
        font-size: 9px;
    }

    #_desktop_logo {
        padding-top: 0 !important;
    }

    #_desktop_logo img {
        height: 40px;
    }

    .submenu1 #_desktop_top_menu .popover.sub-menu ul.top-menu li a {
        font-weight: 600;
        font-size: 10px !important;
    }

    .stickymenu_yes.stickymenu_yes #_desktop_logo img {
        max-height: 100px;
        height: 100% !important;
        width: 100%;
    }


}



@media (max-width: 767px) {

    .slider-homepage h2{
        padding-top: 20px !important;
        font-size: 45px !important;
    }

    .search-own-component {
        justify-content: center;
    }

    .slider-homepage .elementor-text-editor {
        font-size: 18px;
    }

    .slider-homepage img{
        font-size: 65%;
    }

    .footer-container .links .collapse {
        display: block;
    }

    .sm-down-text-center .elementor-element-populated {
        text-align: center!important;
    }

    .spacer-sm-down{
        border-bottom: 1px solid rgba(169, 162, 158, 0.5);
    }
    .spacer-sm-down.last{
        border-bottom: 0;
    }

    .homepage-line-icons .elementor-image-box-img {
        margin-right: 0 !important;
    }

    .slider-bottom-line h2 {
        font-size: 18px;
    }

    .homepage-box-categories.elementor-column {
        width: 50%;
    }

 

    .oh-h1 {
        display: none;
    }

    #lnk-zaluzie-na-miru-novinka {
        display: block;
    }

    #_desktop_logo img {
        max-height: 40px !important;
        min-height: 40px !important;
        height: 40px !important;
        width: auto;
        margin-top: 0;
    }

    .header-top {
        padding: 0px 0;
    }


    .stickymenu_yes.sticky_menu_rwd #rwd_menu {
        z-index: 999999;
    }

    .sticky-cart {
        display: block;
    }



    .no-sticky-cart {
        display: none;
    }

    body.stickymenu_yes.sticky_menu .no-sticky-cart {
        display: none;
    }

    .PM_ASBlockOutput.PM_ASMobileMode .card-block {
        display: block !important;
    }

    #js-product-list .back_to_top {
        display: none;
    }

    #sub-categories.col-sm-5 {
        width: 100%;
    }

    #filters.col-sm-7 {
        width: 100%;
    }

    .PM_ASBlockOutput {
        position: relative;
        width: 96%;
        margin-left: 5px;
    }

    .products-selection .showing, .pagination .page-list {
        text-align: right;
    }

    ul.product-images>li.thumb-container>.thumb {
        width: 100%;
    }

    .col-md-6.product_left .scroll-box-arrows i {
        background: rgba(18, 18, 18, 0.3);
    }

    #item-heureka-review {
        width: 48%;
    }

    .product_container .product_right {
        clear: both;
    }


    #blockcart-modal .crossseling-content ul li {
        width: 31%;
        margin-bottom: 15px;
    }

    .header-top .links {
        display: none;
    }

    .section-online-calculation {
        text-align: center;
    }

    .button-secondary {
        float: inherit;
    }

    .homepage-special-image-tablet img {
        position: relative;
        width: 85%;
    }

    .homepage-box-best-with-hippo .elementor-widget-image-box .elementor-widget-container,
    .homepage-box-best-without-hippo .elementor-widget-image-box .elementor-widget-container{
        margin: 20px 20px 40px 20px !important;
    }

    .homepage-box-best-with-hippo .elementor-image-box-description,
    .homepage-box-best-without-hippo .elementor-image-box-description {
        height: auto;
    }

    .special-bottom-slider  .elementor-image-box-img {
        float: left;
        margin: 0 20px 0 0 !important;
    }

    .special-bottom-slider .elementor-widget-image-box .elementor-image-box-content {
        width: auto;
        float: left;
        text-align: left;
    }
}


@media (max-width: 661px) {
    .language-flag a span {
        display: none;
    }

    nav.header-nav a {
        color: white!important;
        padding: 0 0 0 15px;
        text-decoration: none;
    }
}

@media (max-width: 600px) {
    .pl_1col_qty_tablets_3 .products .product-miniature {
        width: 50%;
    }

    .pl_1col_qty_tablets_3 .products .product-miniature:nth-child(3n+1) {
        clear: none;
    }

    .pl_1col_qty_tablets_3 .products .product-miniature:nth-child(2n+1) {
        clear: both;
    }

    #product_comments_block_extra {
        padding-top: 10px;
        clear: both;
    }

    .cart-summary-line {
        font-size: 14px;
    }

    #module-thecheckout-order .delivery-option-logo {
        display: none;
    }

}


@media (max-width: 575px) {


    .homepage-box-categories.elementor-column {
        width: 100%;
    }

    #footer .links.wrapper {
        text-align: center;
    }

    .block_newsletter {
        text-align: center;
    }

    #blockcart-modal .crossseling-content ul li {
        float: left;
        width: 98%;
        margin: 0 1% 0 1%;
        background-color: #fff;
        border: 1px solid #e2e2e2;
        padding: 20px;
        border-radius: 5px;
        margin-bottom: 10px;
    }


    .PM_ASBlockOutput.PM_ASMobileMode .card-block {
        display: none !important;
    }

    .PM_ASBlockOutput.PM_ASMobileMode.PM_ASMobileVisible .card-block {
        display: block !important;
        width: 97%;
    }

    .PM_ASBlockOutputHorizontal .card-header {
        display: block !important;
    }

    .PM_ASBlockOutput {
        width: 98%;
    }

    .card-header {
        border: none;
        border-radius: 5px;
    }

    #product #wrapper .breadcrumb li:nth-child(2) {
        display: none;
    }

    .cart-item.cart-item-header {
        display: none;
    }

    .compact-cart .cart-item:nth-child(2) {
        border-top: 1px solid #e2e2e2;
    }

    .products .product-miniature .pl-availability span.product-unavailable, .products .product-miniature .pl-availability span.product-available {
        font-size: 8px;
    }

    #cart_content .cat_desc {
        margin: 0 15px;
    }
}


@media (min-width: 576px) {
    .block-social {
        float: left !important;
    }


}

@media (max-width: 575px) {
    .hidden-xs-up {
        display: block!important;
    }

    .block_newsletter form input[type=text] {
        border-radius: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    #footer .col-sm-7 .links.wrapper {
        text-align: center;
        margin-top: 27px;
        padding-bottom: 27px;
    }

    #footer .col-sm-7 .links.wrapper:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translate(-50%, 0);
        width: 50%;
        border-bottom: 1px solid rgba(169, 162, 158, 0.5);
    }


    #contact-link {
        padding: 0 0 14px 0;
    }

    nav.header-nav a {
        padding: 0;
    }

    #flags-country {
        float: left !important;

    }

    #flags-country li {
        padding-left: 0px;
        line-height: 16px;
    }


    #flags-country a {
        padding: 0 2px 0 0 !important;
    }



}