*, body, a, p, span, div {
  font-family: "klavikaRegular";
  font-family: klavikaRegular !important;
}
@font-face {
  font-family: 'klavikaMediumLight';
  src: url("../../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.eot");
  src: url("../../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.woff") format("woff"), url("../../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.woff2") format("woff2");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'klavikaRegular';
  src: url("../../fonts/KlavikaRegularPlain/KlavikaRegularPlain.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'klavikaMedium';
  src: url("../../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.eot");
  src: url("../../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.woff") format("woff"), url("../../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'klavikaMedium';
  src: url("../../fonts/KlavikaWebBasicMediumItalic/KlavikaWebBasicMediumItalic.eot");
  src: url("../../fonts/KlavikaWebBasicMediumItalic/KlavikaWebBasicMediumItalic.woff") format("woff"), url("../../fonts/KlavikaWebBasicMediumItalic/KlavikaWebBasicMediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic; }
.p_product_status{
  width: 100%;
  display: flex;
  justify-content: center;
}
.p_product_status .statusColor{
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 3px;
}
.p_product_status .statusColor.stat-green{
  background-color: green;
}
.p_product_status .statusColor.stat-red{
  background-color: red;
}
.p_product_status .statusColor.stat-yellow{
  background-color: yellow;
}
.product_status{
  width: 100%;
  display: flex;
  justify-content: center;
}
.product_status .statusColor{
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin: 5px;
}
.product_status .statusColor.stat-black{
  background-color: black;
}
.product_status .statusColor.stat-gray{
  background-color: gray;
}
.product_status .statusColor.stat-skal{
  background-color: #262626;
}
.product_status .statusColor.stat-er{
  background-color: #a9a9a9;
}
.product_status .statusColor.stat-magento{
  background-color: #a9a9a9;
  width: 10px;
  border-radius: 0px!important;
}
/* #desktop-header > .row{
  display: flex;
  flex-wrap: wrap;
} */
#desktop-header > .row {
  display: grid;
  /* grid-template-columns: 33.33% 33.33% 33.33%; */
  grid-template-columns: 375px calc((100% - 375px) / 2) calc((100% - 375px) / 2);
}
#desktop-header > .row:before,
#desktop-header > .row:after {
  display: none;
}
#desktop-header > .row .iqitmegamenu-wrapper{
  width: 100%;
  order: 4;
  grid-column: 1 / span 3;
}
#desktop-header > .row #shopping_cart_container{
  order: 3;
  width: 100%;
  max-width: 100%;
}
body.content_only #wrapper{
  background-image: none !important;
  padding:20px 40px;
}
.category-cms-block ul{
  display: flex;
  justify-content: space-between;
  /* display: grid;
  grid-template-columns: repeat(5, 20%); */
}
.category-cms-block ul li{
  display: flex;
  align-items: center;
  /* padding-left: 40px !important; */
  line-height: 14px;
  flex-direction: revert;
}
#index .category-cms-block ul li{
  display: inline-block;
  align-items: center;
  padding-left: 40px !important;
  line-height: 14px;
  flex-direction: revert;
  background-position-y: 3px !important;
}
.category-cms-block ul li > div {
  margin-top: 6px;
  margin-left: 2px;
}
.category-cms-block ul li img{
  margin-right: 10px;
}
.category-cms-block ul li p.title{
  font-size: 13px;
  margin-left: 0;
  text-shadow: 0px 0px 0px !important;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0;
}
.category-cms-block ul li p.desc{
  font-size: 11px;
  text-transform: lowercase;
  text-shadow: 0 0 #AEAEAE;
  color: #AEAEAE;
  margin-bottom: 0;
}
.shopping_cart .cart_block.block.exclusive{
  width: 420px !important;
  padding: 10px 25px;
}
.shopping_cart .cart_block.block.exclusive .ajax_cart_quantity{
  border-bottom: 1px solid #000 !important;
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 15px;
  color: #000;
  padding: 0 0 5px;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  margin-bottom: 0 !important;
}
.shopping_cart .cart_block.block.exclusive .products .cart-images img{
  height: 105px;
  width: 80px;
  border: 0 !important;
}
.shopping_cart .cart_block.block.exclusive .products .cart-info {
  color: orange !important;
  display: flex;
  flex-direction: column;
}
.shopping_cart .cart_block.block.exclusive .products .cart-info .price{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  color: #444444 !important;
  font-size: 14px;
}
.shopping_cart .cart_block.block.exclusive .products .cart-info .quantity{
  color: #444444 !important;
  font-size: 14px;
  margin: 5px 0;
}
.shopping_cart .cart_block.block.exclusive .products .cart-info .product-name a{
  margin: 0;
  margin-bottom: 0.5em;
  color: #444444 !important;
  font-family: "klavikaMedium";
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.4;
}
#shopping_cart_container.stickCart{
  display: none;
}
#shopping_cart_container .shopping_cart .cart_block.block.exclusive dt{
  border: 0 !important;
  padding-left: 0 !important;
}
#shopping_cart_container .shopping_cart .cart_block.block.exclusive .products .cart-info .remove_link a.ajax_cart_block_remove_link{
  color: orange !important;
}
#shopping_cart_container .shopping_cart .cart_block.block.exclusive .cart_block_list .cart-prices{
  padding: 5px 0 5px 0;
  border-color: orange !important;
}
#shopping_cart_container .shopping_cart .cart_block.block.exclusive .cart_block_list .cart-prices .cart-prices-line{
  font-size: 14px;
  color: #444;
  text-transform: uppercase;
}
#shopping_cart_container .shopping_cart .cart_block.block.exclusive .cart_block_list .cart-buttons a#button_order_cart{
  background: -webkit-linear-gradient(top,#fc9d48 0%,#fc852d 100%) !important;
}
#shopping_cart_container .shopping_cart .cart_block.block.exclusive .cart_block_list .cart-buttons-container a{
  color: #000 !important;
}
#shopping_cart_container .shopping_cart .cart_block.block.exclusive .cart_block_list .cart-buttons{
  padding: 20px 0 5px 0;
  border-color: orange !important;
  background: white !important;
}
nav#cbp-hrmenu .icon-angle-down,
nav#cbp-hrmenu .cbp-triangle-container{
  display: none !important;
}
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show{
  top: 49px;
}
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner .cbp-menu-column {
  border-right: 1px solid #1B415F;
}
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner .first_rows{
  margin: 0!important;
}
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner{
  margin-top: 0;
  background-color: #0c2d49 !important;
  border: 0 !important;
  border-radius: 0 4px 4px 4px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 40%);
  padding: 20px 0 25px;
}
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner .cbp-categories-row a:hover{
  background: rgba(255, 255, 255, 0.3) !important;
  border-radius: 4px !important;
}
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner .cbp-categories-row a.cbp-column-title.cbp-category-title:before{
  left: 12px !important;
}
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner .cbp-categories-row a:before{
  content: "\f105";
  display: inline;
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  -moz-transition: left 0.2s ease, right 0.2s ease;
  -o-transition: left 0.2s ease, right 0.2s ease;
  -webkit-transition: left 0.2s ease, right 0.2s ease;
  transition: left 0.2s ease, right 0.2s ease;
}
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner ul.cbp-category-tree .cbp-hrsub-level2{
  background-color: #0c2d49 !important;
  border: 0 !important;
  border-radius: 0 4px 4px 4px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 40%);
  padding: 20px 15px 25px 15px;
}
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner > ul.cbp-category-tree,
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner ul.cbp-category-tree li{
  margin-top: 5px;
}
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner ul.cbp-category-tree li a{
  padding: 0 !important;
  margin-bottom: 8px;
}
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner ul.cbp-category-tree a::after{
  content:'' !important;
}
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner .cbp-categories-row a,
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner ul.cbp-category-tree a{
  margin-left: 10px;
  margin-bottom: 0 !important;
  text-transform: none;
  font-size: 14.5px !important;
  color: #fff !important;
  height: auto;
  line-height: 1.5 !important;
  padding: 0 5px !important;
  line-height: 17px !important;
}
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner .cbp-categories-row a.cbp-column-title.cbp-category-title,
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner .cbp-column-title{
  border: 0 !important;
}
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner .cbp-category-link-w{
  width: 100%;
}
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner .cbp-menu-column-inner > a.cbp-column-title,
nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner .cbp-menu-column-inner > span.cbp-column-title{
  color: #fc822a !important;
  height: 15px;
  font-size: 11px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 0 1rem 0 !important;
  text-transform: uppercase;
}
#columns .breadcrumb {
  padding: 0 5px;
}
#columns .breadcrumb a.home{
  width: auto !important;
}
#columns .breadcrumb a:after{
  display: inline-block;
  content: "/";
  position: absolute;
  right: -11px;
  top: 1px;
  width: 8px;
  height: 14px;
  border-top: 0 !important;
  border-right: 1px solid #636363;
  text-indent: -5000px;
  z-index: -1;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#columns .breadcrumb,
#columns .breadcrumb a,
#columns .breadcrumb span{
  color: #636363;
  font-weight: normal;
  font-size: 12.5px;
  text-transform: uppercase;
}
/* body .breadcrumb a.home:after{
  right: -47px !important;
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
body .breadcrumb .home{
  display: inline-block;
  content: "/";
  position: absolute;
  right: -11px;
  color: #636363;
  top: 5px;
  width: 15px;
  height: 8px;
  border-top: 1px solid #dddddd;
  text-indent: -5000px;
  z-index: -1;
} */
body#cms.cms-3 #wrapper{
  background: white !important;
}
div#wrapper{
  background: #f6f6f6 url('/img/marineudstyr/background1.jpg') no-repeat center center fixed !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
#page{
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.gradient-border{
  width: 1px;
  height: 30px;
  float: right;
  background: linear-gradient(to bottom, #1d7ea1 0%,#086887 50%,#0e6e8e 100%);
  margin-top: 0;
  padding: 1px;
}
ul, ol{
  margin-bottom: 0 !important;
}
body #shopping_cart_container .shopping_cart .more_info img{
  position: absolute;
  left: 15px;
}
body #shopping_cart_container .shopping_cart .more_info .price_custom{
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-left: 5px;
}
body #shopping_cart_container .shopping_cart .more_info .price_custom .cart-prices-line{
  font-size: 12px;
}
body #shopping_cart_container .shopping_cart .more_info .ajax_cart_product_txt,
body #shopping_cart_container .shopping_cart .more_info .ajax_cart_total{
  color: #000;
  font-size: 14px;
}
body #shopping_cart_container .shopping_cart .more_info .ajax_cart_quantity{
  position: absolute;
  left: 31px;
  top: 18px;
  color: #c84015;
  font-size: 14px;
}
body #shopping_cart_container .shopping_cart .more_info{
  border-radius: 22px;
  line-height: 18px;
  height: 45px;
  background: #fff;
  padding: 5px 0 5px 57px !important;
  width: 220px;
  text-transform: none;
  display: flex;
  font-size: 14px;
  color: #999 !important;
  border: 1px solid #D1D2D4;
  align-items: center;;
}
body #header #shopping_cart_container .shopping_cart{
  padding-top: 0 !important;
}
body #shopping_cart_container{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body .header-container .container{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
body header .nav{
  background-color: white !important;
}
header .nav nav{
  margin-top: 0 !important;
  background: url('/img/marineudstyr/wave-border.png') repeat-x bottom left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .nav nav .links a:not(:last-child){
  margin-right: 20px;
}
header .nav nav .header_user_info_nav a,
header .nav nav .links a{
  margin-right: 20px;
  color: #000 !important;
  /* text-shadow: 0 0; */
  text-decoration: none;
  font-size: 15px;
}
header .nav nav .links{
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
header .row #header_logo img{
  max-width: 270px;
  max-height: 50px;
}
header .ps16-search_block_top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px !important;
  padding: 0;
}
header .ps16-search_block_top .algolia-autocomplete{
  margin: 0;
  width: 420px;
}
header .ps16-search_block_top .aa-search-input::placeholder{
  color: #636363;
}
header .ps16-search_block_top .aa-search-input{
  border-radius: 22px;
  font-size: 12.5px;
  height: 45px;
  line-height: 48px;
  padding-left: 25px;
  padding-right: 0;
  width: 420px;
  text-transform: none;
  margin-right: 0;
  background: #f1f1f1 !important;
  border: 2px solid #dbdbdb !important;
}
header .ps16-search_block_top .algolia-autocomplete .xt-autocomplete-button{
  background: #f0532d;
  background-size: 20px;
  width: 45px;
  height: 45px;
  top: 0;
  border-radius: 5px;
  right: 0;
}
header .ps16-search_block_top .algolia-autocomplete .xt-autocomplete-button::before{
  color: white !important;
  font-size: 21px;
}

header #shopping_cart_container{
  height: 100px;
}

.iqitmegamenu-wrapper #iqitmegamenu-horizontal{
  background: linear-gradient(to bottom, #0b83a9 0%,#3491b9 35%,#3491b9 40%,#086887 100%) !important;
  border-radius: 5px;
}
.iqitmegamenu-wrapper #iqitmegamenu-horizontal nav ul.cbp-category-tree{
  padding-left: 15px !important;
}
body nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner ul.cbp-category-tree a:before{
  content: '-' !important;
}
body nav#cbp-hrmenu ul li .cbp-hrsub.cbp-show .cbp-hrsub-inner ul.cbp-category-tree a{
  font-size: 12.5px !important;
}
.iqitmegamenu-wrapper #iqitmegamenu-horizontal nav ul{
  height: auto;
}
.iqitmegamenu-wrapper #iqitmegamenu-horizontal nav ul li{
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.iqitmegamenu-wrapper #iqitmegamenu-horizontal nav ul li:last-child div.gradient-border{
  display: none;
}
.iqitmegamenu-wrapper #iqitmegamenu-horizontal nav ul li.cbp-hropen > a:hover,
.iqitmegamenu-wrapper #iqitmegamenu-horizontal nav ul li.cbp-hropen > a,
.iqitmegamenu-wrapper #iqitmegamenu-horizontal nav ul li a:active,
.iqitmegamenu-wrapper #iqitmegamenu-horizontal nav ul li a:hover{
  background-color: #0c2d49 !important;
  color: white !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.iqitmegamenu-wrapper #iqitmegamenu-horizontal nav ul li a{
  font-size: 17px;
  padding: 6px 10px 12px 10px !important;
  text-transform: none;
  line-height: 1.5 !important;
  height: 43px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: normal !important;
}

#footer{
  padding: 78px 15px 0;
}
#footer .footer-block h4{
  color: #fff !important;
  letter-spacing: normal;
  text-transform: uppercase !important;
  font-weight: normal;
}
#footer .footer-block ul li a{
  color: #ccc !important;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 14px;
  text-transform: none;
}
.footer-container #footer > .row{
  flex-direction: row;
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.footer-container #footer .footer-block.footer-custom-width{
  width: 29%;
  padding: 0 30px 0 0;
  margin-bottom: 85px;
}
.footer-container #footer .footer-block:not(:first-child){
  flex-grow: 1;
  flex-basis: 0;
}
.footer-container #footer .footer-block,
.footer-container #footer1 .footer-block{
  margin-top: 0 !important;
}
.footer-container #footer .footer-block h4{
  padding-top: 0;
  font-size: 16px;
}
.footer-container #footer1 .footer-block .address{
  margin-bottom: 5px !important;
}
.footer-container .footer-container-inner #footer .bullet li a:before {
    color: #ff7e26 !important;
}
.footer_copyrights footer p span{
  color: #CEE1E5;

}
/* product */

/* product */
body .ajax_block_product:hover{
  outline: none !important;
  box-shadow: none !important;
}
body ul.product_list.grid > li:hover .product-container,
body .product_list_small .ajax_block_product:hover .product-container,
body .slick_carousel .ajax_block_product:hover .product-container{
  border: 1px solid #EBEBEB !important;
}
body .ajax_block_product:hover .product-container{
  border: 1px solid #EBEBEB !important;
}
body .ajax_block_product .product-container .product-flags{
  padding: 0 15px;
  position: absolute;
  display: flex;
  width: 95%;
  left: 7px;
  top: -3px;
}

body .ajax_block_product .product-container .product-flags span.sale-label{
  height: 34px;
  background: #FF7D05 !important;
  color: #fff !important;
  text-align: center;
  left: 0;
}
body .ajax_block_product .product-container .product-flags span{
  width: 100px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 0;
}
body .ajax_block_product .product-container .product-name-container {
  height: 30px;
}
body .ajax_block_product .product-container .content_price > .product-price:first-child {
  color: #ff7b00 !important;
  font-size: 16px;
  text-transform: none;
  line-height: 1.5;
  font-weight: bold;
}
body .ajax_block_product .product-container .content_price > .product-price:last-child {
  color: #026788 !important;
  font-size: 16px;
  text-transform: none;
  line-height: 1.5;
  font-weight: bold;
}
body .ajax_block_product .product-container .content_price > .product-price.old-price {
  font-size: 14px;
  font-weight: 400;
  padding-left: 7px;
}
body .ajax_block_product .product-container .button-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  border: 0 !important;
  background: white !important;
  background-color: white !important;
}
body .ajax_block_product .product-container .button-container .out-of-stock{
  color: #a0a0a0 !important;
  border: 0;
  font-size: 12px;
  font-family: "klavikaRegular";
  box-shadow: none;
  text-transform: uppercase;
}
body .ajax_block_product .product-container .button-container .button.ajax_add_to_cart_button,
body .ajax_block_product .product-container .button-container .button.lnk_view{
  padding: 5px 0 !important;
}
body .ajax_block_product .product-container .button.ajax_add_to_cart_button,
body .ajax_block_product .product-container .button.lnk_view{
  line-height: 16px;
  font-size: 12px;
  text-transform: none;
  border: 0 !important;
  background: white !important;
  background-color: white !important;
  color: #026788 !important;
  text-decoration: underline;
  font-weight: normal;
}

ul.product_list.grid > li .product-container {
    box-shadow: 0 0 15px 0 #c6c6c6;
}

/* Crossselling pro */
.ets_crosssell_block ul li.ets_crosssell_list_blocks .tab_content{
  display: flex !important;
  flex-direction: column;
}
body #columns .ets_crosssell_block ul li.ets_crosssell_list_blocks h4.ets_crosssell_title{
  font-size: 28px;
  color: #026788 !important;
  font-weight: normal;
  text-transform: none;
  padding-left: 10px;
  border: 0 !important;
  margin: 0;
  padding-left: 0;
}
.ets_crosssell_block ul li.ets_crosssell_list_blocks .tab_content .product_list_16 ul.product_list .product-image-container{
  border: 0 !important;
}
.ets_crosssell_block ul li.ets_crosssell_list_blocks .tab_content.ets_crosssell_has_sub .ets_cs_sub_categories{
  display: none;
}
/* end of crosseling pro */
@media screen and (max-width: 999px) {
    #wrapper {
        padding-top: 0 !important;
    }
    div#desktop-header > .row::before,
    div#desktop-header > .row::after,
    #footer > .row::before,
    #footer > .row::after {
        display: none;
    }
    div#desktop-header > .row {
        display: grid;
        grid-template-columns: repeat(3, auto);
    }
    header #shopping_cart_container {
        grid-column: 3;
        grid-row: 1;
        width: 100%;
        padding-top: 10px;
    }
    header .row #header_logo {
        width: 290px;
    }
    header #search_block_top #searchbox, header #search_block_top {
        width: 306px;
        max-width: 100%;
    }
    header #search_block_top #searchbox {
        left: 0;
        width: 100%;
        padding-left: 17px;
    }
    header #search_block_top #searchbox .search_query {
        width: 95%;
    }
    header #search_block_top #searchbox .button-search {
        right: 5px;
    }
    div#desktop-header > .row .iqitmegamenu-wrapper {
        grid-column: 1 / span 3;
    }
    .iqitmegamenu-wrapper #iqitmegamenu-horizontal nav ul {
        height: 39px;
    }
    .iqitmegamenu-wrapper #iqitmegamenu-horizontal nav ul li {
        margin-top: 0px;
    }
    .iqitmegamenu-wrapper #iqitmegamenu-horizontal nav ul li a {
        font-size: 12px;
        height: auto;
        padding: 10px 10px !important;
    }
    .categoryLists {
        padding-bottom: 25px;
    }

    #footer > .row > section {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    #footer > .row > .col-sm-1 {
        display: none;
    }
    #footer > .row > section:nth-child(1) {
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 3px;
        margin-bottom: 65px;
    }
    #footer > .row > section h4, #footer > .row > section h4 a {
        font-size: 15px;
    }
    #footer > .row > section:nth-child(1) > div .address {
        margin-bottom: 2px;
    }
    #footer > .row > section:nth-child(1) .address strong {
        margin-bottom: 3px;
        display: block;
    }
    #footer > .row > section:nth-child(1) > div .address:nth-child(2) span {
        margin-bottom: 2px;
        display: inline-block;
    }
    #footer > .row > section:nth-child(1) > div .address:nth-child(2) span span {
        margin-bottom: 3px;
    }
    .footer-container .footer-container-inner #footer .bullet li a:before {
        position: static;
        margin-right: 7px;
        font-size: 14px;
        font-weight: 600;
    }
    .footer-container #footer h4:after, .footer-container #footer1 h4:after {
        display: none !important;
    }
}

@media screen and (max-width: 840px) {
    header #search_block_top #searchbox, header #search_block_top {
        width: auto;
    }
}
@media screen and (min-width: 1320px) {
    #layer_cart .ets_crosssell_block > ul li ul.product_list li{
      width: 25% !important;
    }
}

@media screen and (max-width: 768px) {
    body header .nav {
        display: none;
    }
    body .header-container .container {
        padding: 0 !important;
    }
    body header .mobile-condensed-header.mobile-style1 .mobile-h-logo img {
        width: 200px;
    }
    body header .mobile-condensed-header .mh-button.mh-menu {
        /* background: #7c7c7c; */
        width: 60px;
        height: 55px;
        border-radius: 4px;
    }
    .breadcrumb {
    display: none !important;
    }
}

/* layer cart */
#layer_cart .layer_opportunity_container p{
  margin: 0;
}
#layer_cart .layer_opportunity_container img{
  margin-right:  10px;
}
#layer_cart .layer_opportunity_container::before{
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #FF7D05;
  display: inline;
  line-height: 0;
  top: -7px;
  margin-right: -52%;
  position: absolute;
}
#layer_cart .layer_opportunity_container{
  /* change from flex MBH - 17/01-22 */
  display: flex; 
  position: relative;
  background-color: #ff7e23;
  color: white;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  height: 44px;
}
#layer_cart{
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  width: 767px !important;
}
#layer_cart .button-container .pull-right{
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color:  white !important;
}
#layer_cart .button-container span{
  text-align: center;
}
#layer_cart .button-container span.continue i{
  display: none;
}
#layer_cart .button-container span.continue{
  padding: 0;
  margin: 0;
  float: left;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  box-shadow: none;
  height: 38px;
  line-height: 38px;
  width: 46%;
  color: #026788;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#layer_cart .button-container a.button.button-medium{
  padding: 0;
  margin: 0;
  float: left;
  background: #026788 !important;
  border: 1px solid #d5d5d5 !important;
  border-radius: 3px;
  box-shadow: none;
  height: 38px;
  line-height: 38px;
  width: 46%;
}
#layer_cart .button-container a.button.button-medium span{
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#layer_cart .button-container{
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff !important;
  min-height: 30px !important;
}
#layer_cart .layer_cart_container{
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#layer_cart .layer_opportunity{
  width: 100%;
}
#layer_cart .layer_cart_product{
  width: 100%;
  display: flex;
  padding: 20px 0 !important;
  flex-direction: column;
  align-items: center;
}
#layer_cart .layer_cart_product > img{
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
#layer_cart .layer_cart_product .layer_cart_product_info{
  display: flex;
  justify-content: center;
  padding: 0;
  color: #000 !important;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.5;
  font-family: klavikaMediumLight !important;
  width: 100%;
  max-width: 100% !important;
}
#layer_cart .layer_cart_product .layer_cart_product_info p {
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
  font-weight: klavikaMediumLight !important;
  justify-content: center;
  font-size: 20px;
  word-wrap: break-word;
  width: 500px;
}
#layer_cart .layer_cart_product .layer_cart_product_info span{
  margin:  0 !important;
  border:  0 !important;
  font-weight: 600;
  padding: 0 0 10px 0;
  color: #000 !important;
  font-size: 20px;
  font-family: klavikaMediumLight !important;
  padding: 0 5px !important;
}
#layer_cart .layer_cart_product .layer_cart_product_info .layer_cart_product_title{
  margin-left:  2.5px !important;
}
#layer_cart .ets_crosssell_block,
#layer_cart .ets_crosssell_block > ul li{
  margin: 0 !important;
}
#layer_cart .ets_crosssell_block > ul li h4.ets_crosssell_title{
  border: 0 !important;
  line-height: 28px;
  color: #000 !important;
  font-size: 20px;
  font-weight: 100;
  font-family: klavikaRegular !important;
  text-align: center;
  display: flex;
  justify-content: center;
  text-transform: none;
  margin-bottom: 5px;
  margin-bottom: 0px;
}



@media (max-width: 768px) {
  #layer_cart {
    padding: 10px 10px;
    max-width: 90% !important;
}
  #layer_cart * {
    max-width: 100% !important;
  }
  #layer_cart .layer_opportunity_container {
    padding: 0px 10px !important;
}
}

.iqitmegamenu-wrapper #iqitmegamenu-horizontal nav ul li:last-child .row > div {
  margin: 0;
  padding: 0 15px;
}

.iqitmegamenu-wrapper #iqitmegamenu-horizontal nav ul li:last-child ul li > a {
  margin-left: 10px;
  padding-left: 5px;
  font-size: 14.5px !important;
  border-right: none !important;
  line-height: 1.5 !important;
  font-weight: normal !important;
  padding: 0 5px !important;
  height: auto;
  color: #fff !important;
}

.cbp-hrmenu li.cbp-hrmenu-tab-10 .cbp-links li a:before {
  left: 3px !important;
  position: absolute !important;
  content: "\f105";
  height: 5px;
}

.cbp-hrmenu .cbp-links li a:hover {
  background: #254f6c !important;
  border-radius: 5px;
}

.product-image-container .img_1 {
  display:none !important;
}

/* search css styles */
.mod_xtdir4alg_instantsearch.xtdir4alg_autocomplete {
  max-width: 420px;
  width: 100%;
  margin-left: 30px;
  align-self: center;
}

.mod_xtdir4alg_instantsearch.xtdir4alg_autocomplete .ais-SearchBox-form {
  margin-bottom: 0;
}

.mod_xtdir4alg_instantsearch.xtdir4alg_autocomplete div#search-input {
  width: 100%;
  display: block;
}

.mod_xtdir4alg_instantsearch.xtdir4alg_autocomplete .ais-SearchBox-form input#xt-SearchBox-input,
.mod_xtdir4alg_instantsearch.xtdir4alg_autocomplete .ais-SearchBox-form input{
  background-color: #f1f1f1 !important;
  border-radius: 30px;
  padding: 15px 20px;
  height: auto;
  font-size: 13px;
}

.mod_xtdir4alg_instantsearch.xtdir4alg_autocomplete .ais-SearchBox-form svg.ais-SearchBox-submitIcon {
  font-size: 20px;
  width: 20px;
  height: auto;
  color: #4789a1 !important;
}

.mod_xtdir4alg_instantsearch.xtdir4alg_autocomplete .ais-SearchBox-form .ais-SearchBox-submit {
  right: 30px;
}

.mod_xtdir4alg_instantsearch.xtdir4alg_autocomplete ol.ais-Hits-list {
  display: grid;
  grid-template-columns: 50% 50%;
}

div#center_column ol.ais-Hits-list {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
}

#page .mod_xtdir4alg_instantsearch.xtdir4alg_autocomplete ol.ais-Hits-list li.ais-Hits-item .hit,
#page div#center_column ol.ais-Hits-list li.ais-Hits-item .hit {
  display: block;
}

.mod_xtdir4alg_instantsearch.xtdir4alg_autocomplete ol.ais-Hits-list li.ais-Hits-item .hit > .row,
div#center_column ol.ais-Hits-list li.ais-Hits-item .hit > .row {
  display: grid;
  grid-template-columns: 30% 70%;
}
.mod_xtdir4alg_instantsearch.xtdir4alg_autocomplete ol.ais-Hits-list li.ais-Hits-item .hit > .row:before,
.mod_xtdir4alg_instantsearch.xtdir4alg_autocomplete ol.ais-Hits-list li.ais-Hits-item .hit > .row:after,
div#center_column ol.ais-Hits-list li.ais-Hits-item .hit > .row:before,
div#center_column ol.ais-Hits-list li.ais-Hits-item .hit > .row:after {
  display: none;
}

.xtdir4alg_autocomplete .hit-image img,
div#center_column .hit-image img {
  border: none !important;
}

.xtdir4alg_autocomplete .hit-content > .hit-name,
div#center_column .hit-content > .hit-name {
  border: none !important;
  font-size: 18px;
}

.xtdir4alg_autocomplete .hit-content p.our_price_display,
div#center_column .hit-content p.our_price_display {
  color: #029ccf !important;
  font-size: 18px;
}

.xtdir4alg_autocomplete .autocomplete-search-results,
div#center_column .autocomplete-search-results {
  border-radius: 0px !important;
  border-top: 3px solid #99c2d1 !important;
}

body#module-xtsearchforalgolia-instantsearch #desktop-header > .row #shopping_cart_container {
  grid-column: 3;
}

.slick_carousel .slick-arrow {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  div#center_column ol.ais-Hits-list {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}

@media (max-width: 768px) {
  .category-cms-block {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .footer-container #footer > .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-container #footer .footer-block.footer-custom-width {
    width: 100%;
    padding: 0;
  }
  .footer-container #footer .footer-block:not(:first-child) {
    flex-basis: auto;
  }
  .footer-container #footer .footer-block:not(:first-child) ul {
    float: left;
  }
}

@media screen and (max-width: 500px) {
  div#center_column ol.ais-Hits-list {
    display: grid;
    grid-template-columns: 100%;
  }
}

div#mh-sticky .ps16-search_block_top {
  height: auto !important;
  display: block !important;
}

div#mh-sticky .ps16-search_block_top input.aa-search-input.ps16-search_query_top.ui-autocomplete-input.aa-input {
  border-radius: 0;
  border: 1px solid #dfdfdf !important;
  background: #fff !important;
}
div#mh-sticky .ps16-search_block_top svg.ais-SearchBox-submitIcon {
  position: absolute;
  top: calc(50% - 11px);
  z-index: 999;
  right: 10px;
  width: 20px;
  height: 20px;
}