
@font-face {
    font-family: 'montserratBold';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('ttf');
}
@font-face {
    font-family: 'robotMedium';
    src: url('../fonts/Roboto/Roboto-Medium.ttf') format('ttf');
}

*{font-family: 'roboto', sans-serif;}
.energyClass {height:50px; position: relative; width: 100px;color:#FFF;margin-left:25px;padding-left:15px;line-height:25px;}
.energyClass:before {content: ' '; height: 0; position: absolute; width: 0; border: 25px solid transparent;left: -50px;top: 0px;}
.energyClass >strong,.energyClass > span{display:block;}
.energyClass > span{font-size:12px;}
.energyClass.A3,.energyClass.A2,.energyClass.A1,.energyClass.A{background-color: #009641;}
.energyClass.A3:before,.energyClass.A2:before,.energyClass.A1:before,.energyClass.A:before{border-right-color: #009641;}
.energyClass.B{background-color: #54af32;}
.energyClass.B:before{border-right-color:#54af32;}
.energyClass.C{background-color: #c8d400;}
.energyClass.C:before{border-right-color:#c8d400;}
.energyClass.D{background-color: #ffee00;}
.energyClass.D:before{border-right-color: #ffee00;}
.energyClass.E{background-color: #fbba00;}
.energyClass.E:before{border-right-color:#fbba00;}
.energyClass.F{background-color: #eb6708;}
.energyClass.F:before{border-right-color:#eb6708;}
.energyClass.G{background-color: #e20613;}
.energyClass.G:before{border-right-color:#e20613;}

.breadcrumb-wrapper-fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 5;
    line-height: 30px;
    padding: 10px 0px;
    box-shadow: 3px 1px 6px rgba(0, 0, 0, 0.14);
}

.breadcrumb-wrapper-fixed ul.items {
    float: left;
}
.breadcrumb-wrapper-fixed .modes {
    float: right;
    margin-right:0px;
}
.block-search input {
    border-radius: 15px;
}
.menu-dropdown::after {
    display:none !important;
}
.page-header .header.content {
    display: flex;
}
.product.data.items > .item.content,.product.data.items > .item.title.active > .switch,.product.data.items > .item.title > .switch {
    background: #0F0F0F !important;
}
.block.block-search {
    margin-left: 14%;
}
.row-wrapper.mobile-invisible.tablet-invisible a {
    display: block;
    border-right: 1px solid #ccc;
    padding: ;
    padding-right: 10px;
    margin-right: 10px;
}
.row-column.text {
    padding: 0 5px !important;
}
.minicart-wrapper {
    border-left: 1px solid #ccc;
    padding-left: 13px;
    padding-right: 13px;
}
#switcher-group {
    margin-top: 5px;
    padding-top: 0 !important;
}
.menu-dropdown.hamburger.active::before {

    font-size: 18px;
    line-height: 35px;
    color: #fff;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding: 5px;
    background: #d30058;
    height: 35px;
    width: 35px;

}


/*header style*/
.page-header {
  background-color: #242424;
}
.block-search input {
  height: 35px;
}

.page-header .block-search input {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  background: #505050;
  border-color: #505050;
  padding-left: 20px;
  border-radius: 30px;
}
.page-header #search:focus {
  box-shadow: 0 0 3px 1px #292929;
}

.block.block-search {
  margin-left: 0px;
  margin-top: 0px;
  float: unset;
}
.page-header #search::placeholder {
  color: #fff;
  opacity: 1;
}

#search_mini_form {
  margin: 3px 0px 2px 0px;
}
.panel.header {
    display: flex;
    margin-top: 0 !important;
    padding: 0px 0 0 0 !important;
    margin-right: 0 !important;
}
.block-search .action.search {
    top: 4px !important;
    opacity: 1 !important;
}
/*mobile hidden block*/
.header .row-wrapper .row-column {
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
}
.header .row-wrapper {
    margin-left: 0px !important;
    margin-top: 0px !important;
}
.row-wrapper.mobile-invisible.tablet-invisible a {
    border-right: unset;
}
.row-wrapper.mobile-invisible.tablet-invisible .material-icons {
    line-height: 1;
}

.row-column.text::after {
  content: '|';
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  left: 10px;
  bottom: 12px;
}
.row-wrapper.mobile-invisible.tablet-invisible {
  display: flex;
}
/*whatsapp and cart*/
.minicart-wrapper {
  border-left: unset;
}
.row-column.no-text-decoration:nth-child(2) {
  padding-left: 10px !important;
}
.row-wrapper.whatsapp::after {
  content: '|';
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  left: 10px;
  bottom: -9px;
  font-size: 14px;
}
.minicart-wrapper .action.showcart::before {
    content: '' !important;
    background-image: url(../images/cart.svg);
    background-repeat: no-repeat;
    width: 36px;
    height: 27px;
    background-size: 36px;
}
.minicart-wrapper {
  margin-top: 7px;
}

.page-header .switcher {
    padding-left: 11px;
    padding-top: 6px;
}
.block.block-search {
  margin-left: 65px;
}


/*----------------------burger menu open-------------------------------*/
.newstyle-dropdown .switcher-group-dropdown {
    top: 66px !important;
    padding: 0px 0px !important;
    border-top: 1px solid rgba(136, 136, 136, 0.5) !important;
}

.cat-thumbnail {
  position: absolute;
    left: 0;
}



/*------------------------------mega menu--------------------------------------*/

/*-----------------------product tab fix---------------*/
.catalog-product-view .product.data.items > .item.content, .catalog-product-view .product.data.items > .item.title.active > .switch{
    background: #fff !important;
}
/*--------------------------menu fix----------------*/

/*---------------------mobile header menu-----------------*/

/*--------------header responsive-------------------*/

.newstyle-dropdown .switcher-group-dropdown {
  top: 95px !important;
}
#login-form .action.remind {
    margin-left: 10px;
}

/*submenu underline*/


/* footer style */
.page-footer {
    background-color: #242424 !important;
    background-image: none !important;
    color: #D7D8E0 !important;
}
.footer.content .links a {
    color: #fff;
    text-decoration: none;
}
.footer.content .links li {
    border-bottom: 1px solid #545454 !important;
    padding: 5px 0 !important;
}
.page-footer .footer .footer-header {
    word-break: normal;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 49px;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.time-section {
    border-bottom: 1px solid #545454 !important;
}
.footer #newsletter-validate-detail input {
    background: #505050 !important;
    border-radius: 31px !important;
    border: 1px solid #505050 !important;
    color: #fff !important;
}
.footer #newsletter-validate-detail input::placeholder {
    color: #fff !important;
}
.footer #newsletter-validate-detail select {
    background: #505050 !important;
    border-radius: 31px !important;
    border: 1px solid #505050 !important;
    color: #fff !important;
}
.footer #newsletter-validate-detail .action.subscribe.primary {
    border-radius: 31px;
    padding: 12px 20px;
}
.footer.content .links a {
    color: #D7D8E0 !important;
}
.newsletter-new small {
    font-size: 16px;
}
.page-footer .footer-logo > img {
    width: auto !important;
}

.footer.links li:last-child {
    border: none !important;
}
.categoryTabsContainer .price-box.price-final_price {
    padding-left: 24px;
}

/*--------------------header issue fix ----------------------*/

.switcher-option img {
    margin-right: 10px;
}
@media (max-width: 767px){
     .row-wrapper.whatsapp {
        display: none;
    }
    .action.nav-toggle {
    left: unset !important;
    right: 15px !important;
}
    #switcher-group .hamburger {
        display: none;
    }
    .header.content #switcher-group .switcher-group-dropdown {
        display: none;
    }
    .row-wrapper.mobile-visible {
        display: block;
    }
    .row-wrapper.mobile-visible .row-column {
        display: block;
        padding: 10px 10px 10px 5px;
        border-bottom: 1px solid rgba(136, 136, 136, 0.5) !important;
        margin-left: 25px;
    }
    .row-wrapper.mobile-visible {
    padding-left: 0px !important;
    border-bottom: 1px solid rgba(136, 136, 136, 0.5) !important;
    }
    #store\.menu {
        background: #292a2a;
        color: #fff !important;
    }
    .mobile-visible .row-column .column-content {
        display: flex;
        color: #fff;
    }
    .mobile-visible .column-content img {
        margin-right: 10px;
    }
    .mobile-visible .column-content.no-text-decoration a span {
        color: #fff;
    }
    #switcher-group-mob .switcher-group-dropdown .row-wrapper {
        display: block;
    }
    #switcher-group-mob .switcher-group-dropdown .row-wrapper .row-column {
        display: block;
    }
    .dropdown.switcher-dropdown.mobile li {
        display: block;
    }
    .navigation {
        background: #292a2a;
    }
    .navigation .level0 > .level-top {
        padding-left: 0px !important;
    }
    .navigation ul li {
        margin-left: 25px;
    }
    #switcher-group-mob {
        padding: 0px !important;
        border-top: none !important;
    }
    #switcher-group-mob .switcher-group-dropdown a {
        border-top: none !important;
    }
    #switcher-group-mob .switcher-group-dropdown {
        padding-left: 25px !important;
        border-top: none !important;
    }
    .nav-open .nav-toggle::before {
        content: '\e616' !important;
        position: absolute;
        top: 0px !important;
        background: #292929 !important;
        z-index: 9999;
    }
    .nav-open .nav-toggle::after {
    background: #292929 !important;
}
.section-item-title.nav-sections-item-title {
    display: none;
}
.header.content .block.block-search {
    display: none;
}
#store\.menu .block-search .label {
    position: absolute;
    right: 0;
    z-index: 999;
    padding-top: 18px;
    padding-right: 10px;
}
#store\.menu .block-search .control {
    border-top: none;
    clear: both;
    margin: 0;
    padding: 0;
}
#store\.menu .block-search .control #search {
    left: 0;
}
#store\.menu .block.block-search {
    margin-left: 0 !important;
    margin-top: 0;
    height: 65px;
    clear: both !important;
}
#store\.menu .logo {
    margin: 0 !important;
    padding: 10px 25px;
}
#store\.menu .logo img {
    display: inline-block;
    height: auto;
}
.nav-sections-item-content{
    margin-top: 0px !important;
}
.nav-sections{
    width: 100% !important;

}
    #tab-label-1-title::before {
        content: '';
        display: inline-block;
        background-image: url(../images/Vector-white.svg);
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        background-size: 22px;
        position: relative;
        top: 7px;
        margin-right: 5px;
    }
    .data.item.title.active #tab-label-1-title::before {
    background-image: url(../images/Vectormm.svg);
}
    #tab-label-2-title::before {
        content: '';
        display: inline-block;
        background-image: url(../images/reglogo.svg);
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        background-size: 22px;
        position: relative;
        top: 7px;
        margin-right: 5px;
    }
    .data.item.title.active #tab-label-2-title::before {
    background-image: url(../images/Anmelden-red.png);
}

        #tab-label-3-title::before {
        content: '';
        display: inline-block;
        background-image: url(../images/delivery-de.svg);
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        background-size: 22px;
        position: relative;
        top: 7px;
        margin-right: 5px;
    }
    .nav-open .nav-toggle::after {
        display: none !important;
    }
    .nav-open .page-wrapper {
      left: calc(100%) !important;
    }
    .nav-sections {
      width: 100% !important;
    }
    .nav-sections {
      left: calc(-1 * (100%));
    }
    #close-btn {
        right: 45px;
        top: 18px;
        background: #e00 !important;
        position: absolute;
    }
    #store\.menu .logo {
        padding: 10px 25px;
    }
    #close-btn::before {
      content: '\e616' !important;
      position: absolute;
      top: 0px !important;
      background: #dc005a !important;
      z-index: 9999;
      font-size: 20px !important;
      padding: 5px;
      width: 28px;
      height: 27px;
      margin: 0px;
    }
    #close-btn {
    right: 58px;
    top: 20px;
    }
    #close-wrapper {
      background: #492632;
      width: 83px;
      height: 83px;
      float: right;
    }
    #menu-header-wrap {
      background: #242424;
      width: 100%;
      height: 83px;
    }
    #store\.menu .logo {
        padding: 15px 25px;
        width: 150px;
    }
    #store\.menu .block.block-search,.row-wrapper.mobile-visible {
        background: #1E1E1E;
    }
    #store\.menu .block-search .control #search {
      left: 14px;
      width: 95%;
    }
    .mobile-visible .row-columnn.text br {
      display: none;
    }
    .mobile-visible .row-column .column-content {
        width: 87%;
        padding: 10px 0;
    }
    .row-wrapper.mobile-visible .row-column:nth-child(3) {
    border-bottom: unset !important;
    }
    .mobile-visible .material-icons{
        margin-right: 10px;
    }
    .mobile-visible .column-content.no-text-decoration a span br {
        display: none;
    }
    .column-content.no-text-decoration a:nth-child(2) {
        margin-left: 5px;
    }
    .row-wrapper.mobile-visible .row-column {
        margin: 0px 36px !important;
    }
    .mobile-visible .column-content img {
        margin-right: 15px;
    }
    .mobile-visible .material-icons {
        margin-right: 7px;
    }
    #menu-header-wrap {
        border-bottom: 1px solid rgba(136, 136, 136, 0.5) !important;
    }
    #close-wrapper {
        border-left: 1px solid rgba(136, 136, 136, 0.5) !important;
    }
    #store\.menu .block-search .control #search::placeholder{
        color: #fff !important;
        opacity: 1 !important;
    }
    .navigation ul li {
        width: 81%;
        margin: 0 auto;
    }
    .navigation .level0 {
        border-top: unset;
        border-bottom: 1px solid rgba(136, 136, 136, 0.5) !important;
    }
    .nav-sections-item-content a {
        color: #fff !important;
    }
    .navigation .submenu > li {
        width: 100%;
    }
    .navigation .submenu:not(:first-child) > li > a {
        border-bottom: 1px solid rgba(136, 136, 136, 0.5) !important;
    }
    .nav-sections-item-content a:hover {
    color: #fff !important;
    text-decoration: none;
    color: #dc005a !important;
}
    .cat-thumbnail {
       display: none;
    }
    #switcher-group-mob, #switcher-group-mob .switcher-group-dropdown {
        background-color: #232323;
    }
    .product.data.items {
        margin-left: 0px !important;
        margin-right: 0px !important;
        border-bottom: unset !important;
    }
    #switcher-group-mob .switcher-group-dropdown {
        padding-left: 0px !important;
    }
    .switcher-group-dropdown {
      width: 81%;
      margin: 0 auto;
    }
    .product.data.items > .item.content, .product.data.items > .item.title.active > .switch, .product.data.items > .item.title > .switch {
        background: #232323 !important;
    }
    #store\.menu .block.block-search, .row-wrapper.mobile-visible {
      background: #1E1E1E;
      font-size: 16px;
    }
    .navigation .level0 > .level-top {
        text-transform: initial !important;
    }
    .product.data.items .item.title > .switch {
        padding: 0px 0px 0px !important;
    }
    #switcher-group-mob .switcher-group-dropdown {
        padding-top: 40px !important;
    }
    #switcher-group-mob .switcher-group-dropdown a {
        font-size: 16px;
    }
    .group-header a {
        color: #CB2C5B !important;
    }
    .group-header {
        margin-bottom: 10px;
    }
    .product.data.items > .item.content {
        padding: 10px 0px 30px;
    }
    .nav-sections .switcher-dropdown {
        display: block !important;
    }
    .dropdown.switcher-dropdown.mobile li {
      padding-bottom: 10px;
      padding-top: 10px !important;
      border-bottom: 1px solid rgba(136, 136, 136, 0.5) !important;
    }
    .dropdown.switcher-dropdown.mobile li {
        font-weight: normal;
    }
    .field.note {
        font-weight: normal;
    }
    .field.email.required label, .field.password.required label {
        display: none;
    }
     #email, #pass {
        background-color: #515151;
        border: unset;
        border-radius: 35px;
        padding-left: 20px;
        color: #fff;
    }
    #email::placeholder, #pass::placeholder  {
          color: #fff;
          opacity: 1;
    }
    #send2 {
      border-radius: 30px;
    }
    .action.remind {
      color: #dc005a !important;
      margin-left: 10px;
    }
    #search {
      color: #fff;
    }
    .newstyle-dropdown .selected-column {
    background: none !important;
    color: #dc005a !important;
}
/*------------------------header--------------------------*/
    .minicart-wrapper {
        position: absolute;
        right: 45px;
        top: 18px;
    }
    .page-header .header.content {
        justify-content: center;
    }
     .page-header .header.content {
      display: block;
    }
    .logo {
      margin: 0 0 10px 0px;
    }
    #tab-label-1 {
    padding-bottom: 24px;
    border-bottom: 1px solid #505050 !important;
    }
    #tab-label-2 {
        padding: 24px 0;
         border-bottom: 1px solid #505050 !important;
    }
    #tab-label-3{
        padding: 24px 0;
    }
    #switcher-group-mob .product.data.items .item.title a::after {
       content: '\e607';
    }
    #switcher-store .switcher {
        border-top: unset !important;
    }
    #switcher-store li.switcher-option{
        width: 100%;
    }
    .nav-sections .switcher:last-child{
        border-bottom: unset !important;
    }
    .nav-sections .switcher{
        border-top: unset !important;
    }
    #switcher-store{
        padding: 0 !important;
    }
    #switcher-language {
    padding: 0 !important;
}
#switcher-language {
    width: 100px;
    float: right;
}
#switcher-store .switcher-option .dropdown.switcher-dropdown {
    display: flex !important;
    padding-top: 0 !important;
}
#switcher-language {
    width: 105px !important;
}
.view-de_at.switcher_options a::after {
    content: '|';
    color: #fff;
    position: relative;
    left: 12px !important;
    font-size: 14px;
}
 }
 @media (min-width: 768px) and (max-width: 1023px) {
    .block-search {
    width: 180px !important;
    margin-right: 20px;
}
}
@media (min-width: 768px){
    .page-header .header.content {
        padding-top: 0px !important;
        padding-bottom: 0px !important;

    }
    .minicart-wrapper, .block-search {
      margin-top: 5px;
    }


    .row-wrapper .row-column.text {
      padding-left: 10px !important;
      padding-right: 0px !important;
    }

    .page-header .switcher {
      float: unset;
      margin-right: 0px;
      padding-right: 0px;
      margin-left: 0px;
      border-left: 1px solid #484848;
      padding-left: 10px;
      margin-top: 0px !important;
      border-right: unset !important;
    }

    .page-header .product.data.items > .item.content {
        margin-top: 89px !important;
        margin-left: -100%;
        width: 100%;
        margin-right: -184px !important;
    }
    .product.data.items > .item.title {
       /* float: right !important;*/
    }
    .product.data.items > .item.title {
        margin: 0 0px 0 0 !important;
    }
    #temp-2 {
      margin-right: 0px !important;
    }
     #temp-3 {
      margin-right: 0px !important;
    }
    #temp-1 {
        margin-right: 0px !important;
    }
    #temp-2,#temp-1,#temp-3 {
      background-color: #242424 !important;
    }
    .product.data.items {
        margin-bottom: 0px;
    }
    .page-header .product.data.items > .item.title > .switch {
        border: 1px solid rgba(136, 136, 136, 0.5) !important;
        border-bottom: 1px solid #242424 !important;
        border-top: unset !important;
    }
    .page-header .product.data.items > .item.title > .switch:visited {
        color: #fff !important;
    }
    .page-header .product.data.items > .item.title:not(.disabled) > .switch:active, .page-header .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .page-header .product.data.items > .item.title.active > .switch:hover {
        color: #dc005a !important;
    }
    .page-header .product.data.items > .item.content {
        border: unset !important;
        border-top:1px solid rgba(136, 136, 136, 0.5) !important;
    }
    #tab-label-1 {
        margin-left: 55% !important;
    }
    #tab-label-1-title::before {
        content: '';
        display: inline-block;
        background-image: url(../images/Vector-white.svg);
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        background-size: 22px;
        position: relative;
        top: 7px;
        margin-right: 5px;
    }
    .data.item.title.active #tab-label-1-title::before {
    background-image: url(../images/Vectormm.svg);
}
    .data.item.title.active #tab-label-1-title {
        background-color: #242424 !important;
    }
    #tab-label-2-title::before {
        content: '';
        display: inline-block;
        background-image: url(../images/reglogo.svg);
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        background-size: 22px;
        position: relative;
        top: 7px;
        margin-right: 5px;
    }
    .data.item.title.active #tab-label-2-title::before {
    background-image: url(../images/Anmelden-red.png);
}
    .data.item.title.active #tab-label-2-title {
        background-color: #242424 !important;
    }
        #tab-label-3-title::before {
        content: '';
        display: inline-block;
        background-image: url(../images/delivery-de.svg);
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        background-size: 22px;
        position: relative;
        top: 7px;
        margin-right: 5px;
    }
    .data.item.title.active #tab-label-3-title {
        background-color: #242424 !important;
    }
/*    #tab-label-3-title {
        border-right: unset !important;
    }*/
    #tab-label-2-title::after {
          content: '|';
          color: rgba(255, 255, 255, 0.5);
          position: relative;
          left: -15px;
          bottom: 23px;
    }
    .newstyle-dropdown .switcher-group-dropdown .switcher-dropdown > li:nth-child(2n+1) {
        border-right: unset !important;
    }
    .newstyle-dropdown .switcher-group-dropdown .row-wrapper {
        width: 98% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }
    .newstyle-dropdown .switcher-group-dropdown .switcher-dropdown {
          display: flex !important;
          flex-flow: wrap !important;
          justify-content: space-between;
    }
    .newstyle-dropdown .switcher-group-dropdown .switcher-dropdown > li {
          width: 20% !important;
          float: unset !important;
          font-size: 14px !important;
    }
    .privatecolumn {
        background: #242424 !important;
    }
    .privatecolumn {
        width: 15% !important;
    }
    .privatecolumn img {
        margin-top: 12px;
    }
    .row-wrapper .row-column.businesscolumn {
        padding-left: 10px !important;
    }
    #block-customer-login-heading {
          font-size: 36px;
          color: #fff;
        }
    #login-form .field.note {
        font-size: 18px;
    }
    #login-form .fieldset > .field > .label{
        display: none;
    }
    #send2 {
        font-size: 18px;
    }
    #login-form .action.remind {
        font-size: 14px;
    }
    #login-form .actions-toolbar {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-content: end;
    }
    #login-form .actions-toolbar .primary {
        float: unset;
        margin-right: 0px;
    }

    #login-form .actions-toolbar .primary, .actions-toolbar .secondary {
        text-align: right;
        display: inline;
    }
    #email,#pass {
      border: 1px solid #505050 !important;
      background: #505050 !important;
      border-radius: 30px !important;
      padding-left: 20px;
    }
    #send2 {
        border-radius: 30px;
        padding: 11px 50px 10px 50px;
    }
    #email::placeholder,#pass::placeholder {
        color: #fff;
         opacity: 1;
    }
    #loginmenu {
      display: flex;
      justify-content: center;
    }
    .block.block-customer-login {
      margin-left: 50px;
      width: 32%;
      margin-bottom: 0px;
    }
    #registrationlogo {
      width: 229px;
      height: 261px;
      background-image: url('../images/Polygon-customer.png');
      background-repeat: no-repeat;
    }
    #switcher-store .switcher-dropdown > li {
      width: 35% !important;
    }
    #switcher-store {
      border: unset;
    }
    #switcher-store .switcher-dropdown > li.switcher-option {
        border-right: 1px solid rgba(136, 136, 136, 0.5) !important;
        border-bottom: unset !important;
    }
    #switcher-store .switcher-dropdown > li:last-child {
        border-right: unset !important;
    }

    .level0OverIcon, .level0CloseIcon {
        right: 70px;
    }
    .switcher.group.switcher-group.newstyle-dropdown #switcher-store {
    float: right;
    margin-right: 50px;
}
    .cat-thumbnail img{
        margin-left: -4px;
        margin-top: -4px;
    }
    .navigation .level0 .submenu a > span {
        /*border-bottom: 1px solid rgba(136, 136, 136, 0.5) !important;*/
        padding-bottom: 5px;
    }
    .ui-menu-icon.ui-icon.ui-icon-carat-1-e {
      display: none !important;
    }
    .row-wrapper.mobile-visible {
    display: none !important;
}

    .navigation .level0.submenu > li:nth-child(5n+1) {
      clear: both !important;
    }
    .navigation .level0.submenu > li:nth-child(4n+1) {
      clear: unset !important;
    }
    .navigation .level0.submenu > li {
      width: 18% !important;
      margin-right: 2% !important;
    }
    .level0OverIcon, .level0CloseIcon {
        right: 7px !important;
    }
    .level0CloseIcon {
        right: -50px !important;
    }

    .newstyle-dropdown .selected-column {
    background: none !important;
}
.newstyle-dropdown .selected-column a {
    color: #dc005a !important;
}
    .navigation .level0 .submenu a {
        border-bottom: 1px solid rgba(136, 136, 136, 0.5) !important;
        padding-left: 0px !important;
        margin-left: 30px;
    }
    .level0OverIcon, .level0CloseIcon {
        font-size: 30px;
    }
    .view-176.switcher-option, .view-173.switcher-option, .view-174.switcher-option, .view-177.switcher-option{
        border-bottom: unset !important;
    }
    #ui-id-15, #ui-id-16, #ui-id-17, #ui-id-18, #ui-id-19, #ui-id-40, #ui-id-71, #ui-id-72, #ui-id-73 ,#ui-id-74 {
        border-bottom: unset !important;
    }
    #ui-id-82, #ui-id-83, #ui-id-84, #ui-id-85, #ui-id-102, #ui-id-103, #ui-id-104, #ui-id-105{
        border-bottom: unset !important;
    }
    #ui-id-127, #ui-id-128, #ui-id-129, #ui-id-130, #ui-id-141{
         border-bottom: unset !important;
    }

   .copyright {
    background: #1C1C1C;
    width: 100% !important;
    max-width: 100% !important;
}
.copyright span {
    max-width: 1240px;
    display: block;
    margin: 0 auto;
}

  #tab-label-1 {
      margin-left: 47.5% !important;
    }
    .product.data.items > .item.title > .switch{
        padding: 24px 35px 24px 35px !important;
    }
    .product.data.items > .item.title.active > .switch{
        padding-bottom: 24px !important;
    }

    #switcher-group {
        padding-top: 23px !important;
        padding-bottom: 23px !important;
    }
    .page-header .header.content .logo img {
        margin-top: 24px;
    }
    #search_mini_form {
      margin: 27px 0px 2px 0px;
    }
    .block-search .action.search {
        top: 29px !important;
        right: 13px !important;
    }
    .row-wrapper.mobile-invisible.tablet-invisible a {
        padding-top: 26px;
    }
    .row-wrapper.whatsapp {
      padding-top: 26px !important;
    }
    .minicart-wrapper, .block-search {
      margin-top: 28px;
    }
    #switcher-group {
      padding-left: 23px !important;
    }
    .minicart-wrapper {
      margin-top: 32px !important;
    }
    .menu-dropdown.hamburger::before {
        font-size: 32px !important;
        width: 45px !important;
    }
    .newstyle-dropdown .switcher-group-dropdown {
       top: 91px !important;
    }
    .menu-dropdown.hamburger.active::before {
        width: 35px !important;
    }
    .menu-dropdown.hamburger.active::before {
        font-size: 18px !important;
    }
    .row-column.text::after {
        bottom: 9px;
    }
    #temp-3 .newstyle-dropdown .switcher-group-dropdown .switcher-dropdown {
        justify-content: space-evenly;
    }
    #temp-3 .row-wrapper {
        width: 1200px !important;
    }
    #switcher-language {
      border-left: unset !important;
    }
    .newstyle-dropdown .switcher-group-dropdown .switcher-dropdown > li {
        padding: 10px 0px !important;
    }
    .newstyle-dropdown .switcher-group-dropdown .switcher-dropdown > li:nth-child(2n+1) {
        padding: 10px 0 !important;
    }
    #switcher-store .switcher-dropdown > li {
        text-align: center;
    }
    #temp-3 ul.dropdown.switcher-dropdown{
      justify-content: center !important;
    }
    li .view-de_at.switcher-option.selected {
      border-right: unset !important;
    }
    #switcher-store .switcher-dropdown > li {
        padding-right: 23px !important;
    }
    #switcher-store .view-de_at.switcher_options.selected {
      border-right: none !important;
      padding: 0px !important;
      text-align: right;
      padding-right: 10px !important;
    }
    #switcher-store .view-en_at.switcher_options:last-child{
        padding: 0px !important;
        text-align: left;
        padding-left: 10px !important;
    }
    .flag-icon.flag-icon-en_at {
      display: none;
    }
   .view-de_at.switcher_options.selected a :after{
        content: '|';
        color: #fff;
        position: relative;
        left: 33px;
        bottom: 0px;
        font-size: 14px;
    }
    #temp-3 {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    #switcher-language ul.dropdown.switcher-dropdown {
  justify-content: center !important;
  float: right;
  width: 78%;
}
.categoryTab.data.items .item.title.active a::before,
    .categoryTab.data.items .item.title a:hover::before,
    .categoryTab.data.items .item.title:hover a::before {
        display: none !important;

    }

    .categoryTab.data.items .tabHeader-wrapper>.item.title>.switch {
        color: #091133 !important;
    }

    .categoryTab.data.items .tabHeader-wrapper>.item.title>.switch,
    .categoryTab.data.items .tabHeader-wrapper .item.title {
        background: #f1f1f1 !important;
    }

    .categoryTab.data.items .tabHeader-wrapper .item.title.active,
    .categoryTab.data.items .item.title:hover,
    .categoryTab.data.items .tabHeader-wrapper>.item.title:hover>a.switch,
    .categoryTab.data.items .tabHeader-wrapper>.item.title.active>a.switch {
        background: #091133 !important;
        color: #fff !important;
    }
    .tabHeader-wrapper, .categoryTab.data.items {
        background-color: #fafafa !important;
    }
    .categoryTab.data.items .tabHeader-wrapper .item.title > a.switch {
        border-right: unset !important;
        font-size: 18px !important;
    }
    .categoryTab.data.items .tabHeader-wrapper .item.title {
        margin-right: 10px !important;
        border-radius: 4px;
    }
    .categoryTab.data.items > .item.content {
        background: #fafafa !important;
    }
    .categoryTab.data.items > .item.content::before, .categoryTab.data.items > .item.content {
        margin: 0px auto !important;
        max-width: 1280px;
        float: unset !important;
    }
    #tab-label-tabContent-16,#tab-label-tabContent-17,#tab-label-tabContent-151 {
        margin-right: 11px !important;
    }
    .tabbedCcategoryList .owl-prev, .tabbedCcategoryList .owl-next {
        box-shadow: unset !important;
        background-color: unset !important;
    }
    .tabbedCcategoryList .owl-prev i,.tabbedCcategoryList .owl-next i {
        color: #000 !important;
     }
     .categoryTab.data.items > .item.content {
        overflow: visible !important;
     }
     .tabbedCcategoryList .owl-prev i {
        left: -75px !important;
      }
      .tabbedCcategoryList .owl-next i{
        left: 124px !important;
      }
      .tab-category-header {
        font-size: 36px;
        color: #091133;
        margin-bottom: 15px;
      }
      .categoryTab.data.items > .item.content {
        padding-left: 0px  !important;
        padding-right: 0px !important;
      }
      .tab-category-description {
        width: 500px;
        line-height: 2;
        margin-bottom: 20px;
      }
      /slider products/
      .categoryTab.data.items > .item.content .product-items .product-item .product-item-info > div {
          width: 100% !important;
          display: block !important;
      }

      /*.categoryTab.data.items {
        height: 700px !important;
      }
      */
    .categoryTab.data.items > .item.content .product-items .product-item{
        box-shadow: 0px 4px 30px rgba(104, 117, 130, 0.05) !important;
        border-radius: 15px !important;
    }
    .categoryTab.data.items > .item.content .product-items .product-item .product-item-info a.product-item-photo{
       border: unset !important;
    }
    .categoryTab.data.items > .item.content .product-items .product-item .product-item-info .product-item-link {
        color: #111B47 !important;
        font-weight: 500 !important;
        font-size: 18px !important;
      }
      .categoryTab.data.items > .item.content .product-items .product-item .product-item-info .price {
        font-size: 18px !important;
        line-height: 19px !important;
        color: #dc005a !important ;
      }
      .categoryTab.data.items > .item.content .product-items .product-item .product-item-info .old-price .price{
        color: #666666 !important;
        font-size: 15px !important;
      }
      .businesscustomer .product-item .price-box .price-excluding-tax::after{
        font-size: 14px !important;
        color: #000 !important;
        margin-top: 5px !important;
    }
    .categoryTab.data.items > .item.content .product-items .product-item .product-item-info .action.primary {
        display: none;
    }
    .categoryTab.data.items .product-image-photo {
        width: 171px !important;
    }
    /*.products-zorro-slider .owl-carousel.owl-drag .owl-item {
    width: 265px !important;
    margin-right: 0px !important;
    box-shadow: 0px 4px 30px rgba(104, 117, 130, 0.05);
    border-radius: 15px;
    background: #fff;
    margin-left: calc(1.85%) !important;
    }
   */
    .categoryTab.data.items > .item.content {
    max-height: 100% !important;
}
    .products-zorro-slider .owl-carousel.owl-drag .owl-item {
        width: 265px !important;
        margin-right: 43px !important;
        box-shadow: 0px 4px 30px rgba(104, 117, 130, 0.05);
        border-radius: 15px;
        background: #fff;
    }
    .categoryTab.data.items > .item.content .product-items .product-item .product-item-info > div {
        width: 254px !important;
        display: block !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .categoryTab.data.items .product-item-name {
        margin-left: 24px;
        margin-right: 24px;
      }
    .price-box.price-final_price {
        padding-left: 24px;
        padding-right: 24px;
     }
     .tabcategory-button {
        background: #dc005a;
        color: #fff !important;
        font-weight: 700;
        padding: 20px 40px;
        border-radius: 50px;
        font-size: 18px;
      }
      .categoryTab.data.items hr{
        border: 1px solid rgba(17, 27, 71, 0.17);
        left: 0;
        right: 0;
        top: 10px;
        position: absolute;
      }
}
@media (min-width: 768px), print{
    .navigation .level0.submenu li.level1 > a {
        margin-left: 28px;
        padding-left: 0 !important;
        border-bottom: 1px solid rgba(136, 136, 136, 0.5) !important;
        padding-right: 0px !important;
    }
}
@media only screen and (min-width: 1440px){

 .block-search {
    /*width: 374px !important;*/
    width: 180px !important;
}
}
 @media (max-width: 1078px){
     .row-wrapper.mobile-invisible.tablet-invisible {
      display: none;
    }
}
@media (max-width: 1078px) and (min-width: 768px){
    .page-header .header.panel {
        margin-left: 10px;
    }
    .block.block-search {
        margin-right: 20px;
        width: 260px;
    }
}

@media (min-width: 768px) and (max-width: 1178px){
    .product.data.items > .item.title > .switch {
      padding: 24px 24px 24px 24px !important;
    }
}
@media (min-width: 768px) and (max-width: 1178px){
    #tab-label-1 {
      margin-left: 38.5% !important;
    }
}
@media (min-width: 768px) and (max-width: 869px){
    #tab-label-1 {
      margin-left: 30% !important;
    }
}
@media (max-width: 939px) and (min-width: 768){

    #tab-label-1 {
      margin-left: 38% !important;
    }
}
/*category page--------------------------------*/
/*@media (min-width: 640px) {
    .products-grid .product-item-inner {
        display: none !important;
    }
}*/

.page-products.page-layout-2columns-left .column.main {
    width: 79% !important;
}

a.product-item-photo {
    border: unset !important;
}

.catalog-category-view .product.name.product-item-name a {
    color: #111B47 !important;
    font-weight: 500;
    font-size: 18px !important;
}

.catalog-category-view .grid-item {
    display: inline-block;
}

body.catalog-category-view {
    background-color: #f3f3f3 !important;
}

.grid-sizer,
.grid-item {
    width: calc(100%/3.5) !important;
    display: inline-block !important;
    float: none !important;
}

.products-grid .product-item-name {
    border-bottom: 1px solid #CECED7;
    padding-bottom: 10px;
    padding-top: 15px;
}

.price-box.price-final_price {
    padding-left: 0px;
}

.product.details.product-item-details {
    background-color: #fff;
}

.catalog-category-view .grid-item {
    box-shadow: 0px 4px 30px rgba(104, 117, 130, 0.05);
    border-radius: 15px !important;
    margin-bottom: 10px !important;
    overflow: hidden;
}

/*side bar---------------------------*/
.page-layout-2columns-left .sidebar-main {
    background-color: #292929;
    border-radius: 15px;
    margin-top: 60px;
    padding-right: 20px !important;
    padding-left: 20px;
}

.filter-options .filter-options-item .filter-options-title {
    border-bottom: 1px solid #A2A2A2;
}

.filter-options .filter-options-item.active .filter-options-title {
    border-bottom: unset !important;
}

.filter-options .filter-options-item .filter-options-content a {
    color: #A2A2A2 !important;
    font-weight: 100;
    font-style: normal;
}

.filter-options .filter-options-item .filter-options-title {
    font-style: normal;
}

/*tool bar-------------------------*/

.page-with-filter .toolbar-amount {
    display: none;
}

.modes {
    float: right !important;
}
/*-------------------product card*/
.catalog-category-view .product-image-photo {
    width: 85% !important;
}
.catalog-category-view .product.details.product-item-details{
    padding: 24px;
}
.catalog-category-view .products-grid .product-item-name {
    padding-bottom: 13px;
    padding-top: 13px;
    margin-bottom: 0px;
}
.catalog-category-view .price-box.price-final_price {
    padding-top: 13px;
}
.catalog-category-view .price-excluding-tax::after{
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 19px !important;
}
/*price font size not working*/
@media (min-width: 767px) {
.businesscustomer .grid-item .price-box .price-excluding-tax .price {
    font-size: 18px !important;
    line-height: 19px !important;
    color: #dc005a;
  }
}
/*--------------------------*/
/* .catalog-category-view .grid-item{
    margin-right: 39px !important;
}
.catalog-category-view li.grid-item:nth-child(4n){
    margin-right: 0px !important;
}
.page-layout-2columns-left .main {
    padding-left: 39px;
  }
  .grid-sizer {
    display: none !important;
  } */
  .catalog-category-view .grid-item {
      margin-bottom: 39px !important;
      max-width: 254px;
      /*position: unset !important;*/
      display: inline-block !important;
      margin-right: 39px !important;
      margin-left: 0px !important;
  }

  .page-layout-2columns-left .main {
      padding-left: 39px !important;
  }

  .page-layout-2columns-left .sidebar-main {
      max-width: 254px;
  }

  .grid-sizer,
  .grid-item {
      margin: 0px 39px !important;
  }

  .grid-sizer {
    display: none !important;
  }
  /*filter options*/

.filter-options .filter-options-item .filter-options-title::before {
    content: '' !important;
    background-image: url(../images/poligon.png);
    background-repeat: no-repeat;
    background-size: 18px;
    width: 18px !important;
}
.page-layout-2columns-left .sidebar-main {
    padding-top: 39px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.filter-options .filter-options-item .filter-options-title{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px !important;
    padding-bottom: 14px;
    width: 100% !important;
}
.filter-options .filter-options-item .filter-options-content li.item a {
    color: #878787 !important;
  }
  .filter-options .filter-options-item .filter-options-content li.item a .count {
    color: #878787 !important;
  }
  .filter-options-content a:hover {
    background-color: unset;
}
.filter-options .filter-options-item .filter-options-content li.item a:hover {
    color: #fff !important;
}
.toolbar.toolbar-products{
    width: 96%;
        max-width: 861px !important;
}
.grid-sizer, .grid-item {
    width: calc(100%) !important;
}
/*-------------------------------*/
@media (min-width: 768px) and (max-width: 810px) {
    .page-layout-2columns-left .sidebar-main {
        width: 32% !important;
    }

    .page-products.page-layout-2columns-left .column.main {
        width: 68% !important;
        padding-left: 3% !important;
    }

    .grid-sizer,
    .grid-item {
        width: 41% !important;
    }

    .catalog-category-view .grid-item {
        margin-right: 4% !important;
    }
}

@media (min-width: 811px) and (max-width: 900px) {
    .page-layout-2columns-left .sidebar-main {
        width: 32% !important;
    }

    .page-products.page-layout-2columns-left .column.main {
        width: 68% !important;
        padding-left: 3% !important;
    }

    .catalog-category-view .grid-item {
        margin-bottom: 20px !important;
        max-width: 220px;
        margin-right: 20px !important;
        margin-left: 0px !important;
    }
}

@media (min-width: 901px) and (max-width: 1000px) {
    .page-layout-2columns-left .sidebar-main {
        width: 32% !important;
    }

    .page-products.page-layout-2columns-left .column.main {
        width: 68% !important;
        padding-left: 0% !important;
    }

    .catalog-category-view .grid-item {
        margin-bottom: 39px !important;
        max-width: 253px;
        margin-right: 6% !important;
        margin-left: 0px !important;
    }

}

@media (min-width: 1001px) and (max-width: 1100px) {
    .page-layout-2columns-left .sidebar-main {
        width: 32% !important;
    }

    .page-products.page-layout-2columns-left .column.main {
        width: 73% !important;
        padding-left: 2% !important;
    }

    .catalog-category-view .grid-item {
        margin-bottom: 39px !important;
        max-width: 253px;
        margin-right: 4% !important;
        margin-left: 0px !important;
    }
}

@media (min-width: 1101px) and (max-width: 1202px) {
    .page-layout-2columns-left .sidebar-main {
        width: 32% !important;
    }

    .page-products.page-layout-2columns-left .column.main {
        width: 76% !important;
        padding-left: 2% !important;
    }

    .catalog-category-view .grid-item {
        margin-bottom: 20px !important;
        max-width: 241px;
        margin-right: 20px !important;
        margin-left: 0px !important;
    }
}
.catalog-category-view .grid-item.fullwidthbanner {
    width: 100vw !important;
    margin-left: -50vw !important;
    left: 33%;
    position: relative;
    max-width: 100vw !important;
}
/*-------------------mobile category page ----------------*/
@media  (max-width: 767px) {
    .page-products.page-layout-2columns-left .column.main {
        width: 100% !important;
        float: unset ;
        padding-left: 0px !important;
        text-align: center;
      }
    .page-products .products-grid .product-item.grid-item {
        width: calc((100% - 6%)/2) !important;
        margin-bottom: 20px !important;
    }
    .page-products .products-grid .product-item.grid-item:nth-child(even) {
        margin-left: 15px !important;
    }
      .catalog-category-view .grid-item {
        margin-bottom: 20% !important;
        margin-right: 0px !important;
    }
    .products-grid .product-item-inner {
        display: none !important;
    }
    /*-----------mobile filter--------------*/
    .filter.active .filter-options {
        background-color: #292929;
    }
    .filter.active .filter-title {
        background-color: #292929;
    }
    .filter.active .filter-title strong::after {
        content: '\e616' !important;
        background: #dc005a !important;
        font-size: 20px !important;
        padding: 10px;
        width: 19px;
        height: 30px;
        margin: 0px;
        line-height: 16px;
        color: #fff;
        font-family: 'luma-icons';
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        text-align: center;
        cursor: pointer;
    }
    .filter-options .filter-options-item .filter-options-title{
        padding-left: 20px;
    }
    .filter-title strong {
        background: #dc005a;
        color: #fff !important;
        font-weight: 700;
        padding: 12px 29px;
        border-radius: 50px;
        border: unset !important;
    }
    .page-layout-2columns-left .sidebar-main {
        background-color: #f3f3f3;
    }
    .filter.active .filter-title strong {
        color: #292929 !important;
        padding-right: 5px;
        padding-top: 5px;
        padding-left: 0px;
        padding-bottom: 0px;
    }
}

@media (min-width: 768px){
    .navigation .level0.submenu > li {
        width: 24% !important;
      }
      #menu-product-image-link{
        position: absolute !important;
        right: 0 !important;
        width: 23% !important;
        top: 10px;
      }
      #menu-product-image-link a{
        border:unset !important;
      }
      .navigation .level0.submenu > li:nth-child(3n+1) {
        clear: both !important;
      }
      .navigation .level0.submenu > li:nth-child(5n+1) {
        clear: unset !important;
      }
            .menu-overlay {
        min-height: 35% !important;
      }
      .navigation .level0.submenu li.level1 > a {
        padding: 23px 0px 0px 0px;
      }
      .level0OverIcon{
        line-height: 68px !important;
      }
      .navigation .level0.submenu li.level1 > a {
        margin-left: 0px;
    }
    #menu-product-image-link a {
        padding: 0px;
        margin: 0px;
    }
    #menu-product-image-link {
        width: 20% !important;
    }
    .cat-thumbnail {
        position: relative;
        width: 33px;
        padding-right: 10px;
      }
      .navigation .level0.submenu > li {
        border-bottom: 1px solid rgba(136, 136, 136, 0.5) !important;
      }
      .navigation .level0.submenu li.level1 > a{
        border: unset !important;
        vertical-align: middle !important;
        display: inline-flex;
      }

      .navigation .level0.submenu li.level1 > a span{
        height: 40px;
      }
      .navigation .level0 .submenu a {
        margin-left: 0px;
      }
      .navigation .level0 .submenu a {
        padding: 10px 20px;
      }
      #menu-product-image-link{
        border-bottom: unset !important;
      }
}
/*---------------------category page list view--------------*/
.products-list .product-item-details {
    padding: 33px 33px 33px 0px !important;
}

.products-list .item.product.product-item {
    border-radius: 15px !important;
    overflow: hidden;
    padding: 0px !important;
    margin-bottom: 20px;
}

.list-price-section {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding-left: 40px;
}

.list-wrapper {
    display: inline-block;
    width: 50%;
}

.product.description.product-item-description {
    border-top: 1px solid rgba(136, 136, 136, 0.5) !important;
    padding-top: 8%;
}

.businesscustomer .list.products-list .product-item .price-box .price-excluding-tax .price {
    font-size: 36px !important;
}

.businesscustomer .list.products-list .product-item .price-box .old-price .price {
    font-size: 17px !important;
    margin-left: 10px;
}

.list-price-section .price-box.price-final_price {
    display: flex;
}

.list-price-section .action.tocart.primary {
    background: #dc005a;
    color: #fff !important;
    font-weight: 700;
    padding: 10px 21px;
    border-radius: 50px;
    font-size: 18px;
}

.products-list .product-image-photo {
    width: 59% !important;
    margin: 0px;
}

.products-list .product-item-info {
    background-color: white;
}

.products-list .product-item-photo {
    padding-top: 33px !important;
    padding-left: 33px !important;
}

.catalog-category-view .product-image-wrapper {
    display: inline;
    overflow: hidden;
    position: unset !important;
}

.products-list .product-image-container {
    width: 170px !important;
}

.products-list .product-image-photo {
    width: 99% !important;
}

.column.main .products-list .product.attribute ul {
    line-height: 30px;
}

.catalog-category-view .price-box.price-final_price {
    padding-top: 0px;
}

.list-price-section .action.tocart.primary {
    text-transform: none;
    padding: 10px 40px;
}

.products-list .item.product.product-item {
    width: 90%;
}

.list-price-section .action.tocart.primary {
  text-transform: none;
  padding: 5% 17%;
}
.Mehr-Details{
  background: #242424;
  color: #fff !important;
  font-weight: 700;
  padding: 5% 26%;
  border-radius: 50px;
  font-size: 18px;
  margin-top: 5%;
}
/*list mobile view*/
@media (max-width: 767px){
.column.main .products-list .product-items {
    columns: 1;
}
.products-list .item.product.product-item {
    width: 100%;
    display: block;
  }
  .products-list  .product-item-description{
    display: none;
  }
  .list-wrapper {
    display: inline-block;
    width: 100%;
    text-align: left;
    border-bottom:1px solid rgba(136, 136, 136, 0.5) !important;
    padding-bottom: 10px;
  }
  .list-price-section .action.tocart.primary{
    display: none;
  }
  .Mehr-Details{
    display: none;
  }
  .list-price-section {
    width: 100%;
    vertical-align: top;
    padding-left: 0;
  }
  .businesscustomer .list.products-list .product-item .price-box .price-excluding-tax .price {
    font-size: 18px !important;
  }
  .businesscustomer .list.products-list .product-item .price-box .old-price .price {
    font-size: 14px !important;
}
.product-item .old-price {
    margin: 0px 0;
  }
}
@media screen and (max-width: 600px){
    .products-list .product-image-container{
        display: inline-block !important;
        max-width: 100% !important;
    }
    .products-list .product-item-photo .product-image-container {
        width: 150px !important;
      }
          .products-list .product-item-details {
        display: table-cell !important;
        vertical-align: top !important;
      }

}
/*--------------------------*/
@media screen and (max-width: 600px){
    .products-list .product-image-container{
        display: inline-block !important;
        max-width: 100% !important;
    }
    .products-list .product-item-photo .product-image-container {
        width: 170px !important;
      }
          .products-list .product-item-details {
        display: table-cell !important;
        vertical-align: top !important;
      }

}
@media (min-width:768px) and (max-width: 1258px) {
    .list-wrapper {
        display: block;
        width: 100%;
    }

    .list-price-section {
        display: block;
        width: 100%;
        padding-left: 0px;
    }

    .product-item-actions .actions-primary {
        width: 100%;
    }

    .product-item-actions .actions-primary form {
        display: flex;
    }

    .list-price-section .action.tocart.primary {
        text-transform: none;
        padding: 0% 5%;
    }

    .Mehr-Details {
        padding: 3% 15%;
        margin-top: 0%;
        margin-left: 10px;
    }

    .list-price-section .action.tocart.primary {
        font-size: 14px;
    }

    .Mehr-Details {
        font-size: 14px;
    }

    .businesscustomer .list.products-list .product-item .price-box .price-excluding-tax .price {
        font-size: 25px !important;
    }

    .product.description.product-item-description {
        padding-top: 3%;
    }

    .businesscustomer .list.products-list .product-item .price-box .old-price .price {
        font-size: 17px !important;
    }
}

@media (min-width: 768px) and (max-width: 1258px) {
    .Mehr-Details {
        padding: 3% 11%;
    }
}
/*---------*/
@media screen and (max-width: 600px){
    .products-list .product-image-photo {
        width: 94% !important;
      }
      .products-list .product-item-photo .product-image-container {
        width: 100px !important;
      }
      .products-list .product-item-photo {
        padding-top: 30px !important;
        padding-left: 18px !important;
      }
      .products-list .product-item-details {
        padding: 30px 18px 26px 0px !important;
      }
}
@media (min-width: 768px) and (max-width: 850px) {
    .products-list .product-image-container {
        width: 140px !important;
      }
      .products-list .product-image-photo {
        width: 98% !important;
      }
}
/*  product page */
.catalog-product-view .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 1px;
    color: #242424;
}
.catalog-product-view .product-info-main .product.attribute.sku {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1D1D1B;
}
.catalog-product-view .page-title-wrapper .product-info-stock-sku {
    float: unset !important;
}
.catalog-product-view .product-info-main .wrapper.rating {
    margin: 10px 0px 10px 0px !important;
}
.catalog-product-view .product-info-main .product-info-price {
    border-bottom: 1px solid #CECED7;
    padding-bottom: 10px;
    display: flex;
}
.catalog-product-view .product-info-main .product-info-price {
    border-bottom: 1px solid #CECED7 !important;
    padding-bottom: 10px;
    display: flex;
    border-top: 1px solid #CECED7;
    margin-top: 10px;
}
.catalog-product-view .product-info-main .product.attribute.overview {
    margin: 20px 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #1D1D1B;
}
.catalog-product-view .product.attribute.shortdescription li::before {
    background-image: url(../images/product-description.png);
    width: 16px;
    height: 18px;
    background-repeat: no-repeat;
}
.catalog-product-view .product.attribute.description li::before {
    background-image: url(../images/product-description.png);
    width: 16px;
    height: 18px;
    background-repeat: no-repeat;
}
.catalog-product-view .column.main .product.attribute li::before {
    content: "" !important;
}
.catalog-product-view .product.attribute.description li {
    border-bottom: 1px solid #CECED7;
    padding: 14px 0;
}
.catalog-product-view .product.attribute.shortdescription li {
    border-bottom: 1px solid #CECED7;
    padding: 14px 0;
}
.catalog-product-view .product-info-main .button.primary.action.towishlist {
    border: 2px solid #D2D2D2;
    border-radius: 100px;
}
.catalog-product-view .product-info-main .box-tocart .input-text.qty {
    height: 55px;
    border-radius: 3px;
    border: 2px solid #D2D2D2;
    border-radius: 100px;
}
.catalog-product-view .product.info.detailed {
    background: #FAFAFA !important;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch {
    background: #fff;
    border-bottom: 3px solid #dc005a;
    background: #F1F1F1 !important;
    border-radius: 4px;
    padding: 17px 50px !important;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title.active > .switch {
    background: #fff;
    border-bottom: unset !important;
    background: #242424 !important;
    border-radius: 4px;
    padding: 17px 78px !important;
    color: #fff !important;
}
.catalog-product-view #upsellstock-1 {
    background: #242424;
}
.catalog-product-view #block-upsell-heading {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FAFAFA;
}

.catalog-product-view .products.grid.items.product-items.upsell .product-image-photo {
    position: unset !important;
}
.catalog-product-view .products-zorro-slider {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    overflow: hidden;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title {
    margin-right: 11px !important;
}
.catalog-product-view .product-info-main #product-addtocart-button {
    background: #CB2C5B;
    border-radius: 100px !important;
}
.catalog-product-view .products.grid.items.product-items.upsell .product-item-link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #111B47 !important;
    padding: 24px;
    text-align: center;
}
.catalog-product-view .products.grid.items.product-items.upsell .product.name.product-item-name {
    border-bottom: 1px solid #CECED7;
}
.catalog-product-view .products.grid.items.product-items.upsell .product.details.product-item-details {
    padding: 24px;
}
.catalog-product-view .products.grid.items.product-items.upsell .price-box .old-price .price {
    color: #BEBFC6 !important;
}
.catalog-product-view .products.grid.items.product-items.upsell {
    margin-right: 15px !important;
}
 @media (max-width: 767px){
.catalog-product-view .products.grid.items.product-items.upsell{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 11px;
}
.catalog-product-view .products.grid.items.product-items.upsell li {
    margin-bottom: 20px;
}
}
 @media (min-width: 768px){

.catalog-product-view .products.grid.items.product-items.upsell li {
        background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(104, 117, 130, 0.05);
    border-radius: 15px;
    display: inline-block;
    width: calc((100% - 6%)/4) !important;
    margin-left: calc(1.0415%) !important;
    margin-bottom: 20px;
}
}
 @media (min-width: 1300px){
.catalog-product-view .products-zorro-slider {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1280px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    overflow: hidden;
}
}
/*category icons-----------------*/
.list-price-section .action.tocart.primary ::after {
    content: "";
    width: 26px;
    height: 15px;
    background: url("../images/c-cart.png") 0 0 no-repeat;
    display: inline-block;
    top: 191px;
    right: 156px;
    background-size: 21px;
    background-position-x: 5px;
    background-position-y: -3px;
    margin-left: 1px;
}
.list-price-section .action.tocart.primary{
    padding-right: 7%;
}

.Mehr-Details::after {
    content: "";
    width: 25px;
    height: 14px;
    background: url("../images/c-plus.png") 0 0 no-repeat;
    display: inline-block;
    background-size: 13px;
    background-position-x: 3px;
    background-position-y: 1px;
    margin-left: 16px;
}
.Mehr-Details {
    padding-right: 0%;
    width: 255px;
}

@media (min-width: 768px){
    .modes-mode::before  {
        content: '' !important;
        background: url("../images/gridview.png") 0 0 no-repeat;
        width: 29px;
        height: 29px;

    }
    .mode-list::before{
        content: '' !important;
        background: url("../images/listview.png") 0 0 no-repeat;
        width: 29px;
        height: 29px;
    }
    .modes-mode.active {
        box-shadow: unset !important;
        background: unset !important;
        color: unset !important;
      }
      .modes-mode:last-child {
        border-radius: unset !important;
        border-right: unset !important;
      }
      .modes-mode {
      border: unset !important;
      }
      .modes-mode {
        background-color: unset !important;
        box-shadow: unset !important;
    }
    .modes {
        margin-right: 9px !important;
    }
}
.Mehr-Details {
    opacity: 1 !important;
}
@media (min-width: 768px) and (max-width: 1000px) {
        .product-item-actions .actions-primary form {
            display: block !important;
        }
        .Mehr-Details {
            margin-top: 2%;
            margin-left: 0px;
        }
        .list-price-section .action.tocart.primary{
            padding: 3% 11%;
            width: 255px;
        }
}
/*product list height--------*/
@media (min-width: 768px){
    .products.wrapper {
    margin-top: 0px;
    }
    .toolbar {
        margin-bottom: 17px;
    }
    .catalog-product-view #upsellstock-1 .block-title.title.text-center {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1280px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    overflow: hidden;
}
}
.product.media .fotorama__stage {
    background: #FFFFFF;
    border: 1px solid #D7D8E0 !important;
    border-radius: 15px;
}
.product.media .fotorama__stage__frame .fotorama__img {
    max-width: 80% !important;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb {
    background: #FFFFFF;
    border: 1px solid #D7D8E0 !important;
    border-radius: 15px;
    margin-right: 15px;
}
.fotorama__thumb-border {
    backface-visibility: hidden;
    background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
}
.product.media .fotorama__thumb-border {
    border: unset !important;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb {
    padding: 15px !important;
}
.fotorama__nav.fotorama__nav--thumbs {
    height: auto !important;
}
#upsell-main-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 66px;
    letter-spacing: 1px;
    color: #FAFAFA;
    text-align: left;
    margin-bottom: 0;
}
.catalog-product-view #upsellstock-1 .block-title.title.text-center {
    padding-top: 111px !important;
    text-align: left !important;
}
@media (min-width: 768px){
    .page-layout-1column .product-info-main{
        padding-left: 46px;
    }
    .catalog-product-view .product-info-main .page-title-wrapper h1{
        margin-bottom: 0px;
    }
    .catalog-product-view .product-info-main .wrapper.rating {
        margin: 20px 0px 10px 0px !important;
      }
      .catalog-product-view .product-info-main .product-info-price{
        margin-top: 18px;
        padding: 24px 0px;
        justify-content: space-between;
      }
      .catalog-product-view .product-info-main .product-info-price{
        padding-right: 0px;
      }
      .product-info-main .product-info-price .price-box{
        padding-bottom: 16px !important;
      }
      .catalog-product-view .product-info-main .product-info-price .material-icons{
        color: #1D1D1B;
      }
      .catalog-product-view .product-info-main .product-info-price .textBox {
        border-bottom: unset;
        line-height: 1;
        color: #1d1d1b;
      }
      .estimatedDeliveryDate .deliverybox{
        color: #1d1d1b;
      }
      .estimatedDeliveryDate.message.success{
        padding: 10px 0px !important;
      }
      .column.main .product.attribute li::before{
        padding-right: 30px !important;
      }
      .catalog-product-view .product.attribute.shortdescription li{
        padding: 17px 0;
      }
      .catalog-product-view .product.attribute.shortdescription .value {
        border-top: 1px solid #CECED7;
      }
      .button.primary.action.towishlist{
        font-size: 18px;
        color: #1d1d1b;
      }
      .box-tocart .action.tocart {
        font-size: 18px !important;
    }
    .product-info-main .product-add-form {
        padding-top: 50px !important;
      }
      /*tab section------------------------------*/
      .product.info.detailed .product.data.items > .item.title > .switch{
        font-size: 16px;
      }
      .product.data.items > .item.title > .switch{
        color: #242424 !important;
      }
      .catalog-product-view .product.info.detailed .product.data.items > .item.title.active > .switch {
        padding: 10px 15px !important;
      }
      .catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch {
        padding: 10px 15px !important;
      }
      .catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch {
        border-bottom: unset !important;
      }
      .catalog-product-view #description {
    padding: 42px 0px 0px 10px !important;
  }
      .catalog-product-view .product.attribute.description li{
        border-bottom: 1px solid #CECED7;
      }
      #product-attribute-specs-table tr{
        border-bottom: 1px solid #CECED7;
      }
      #product-attribute-specs-table .col.label {
        padding: 17px 17px 17px 0px !important;
      }
      #product-attribute-specs-table .col.data {
        padding: 17px 0px 17px 17px !important;
      }
      .catalog-product-view .product.attribute.description li{
        padding: 17px 0 !important;
      }
    #product-attribute-specs-table .col.label span {
        padding-left: 30px;
        display: inline-block;
        float: left;
        max-width: 200px;
        font-weight: 500;
    }
    #product-attribute-specs-table .col.label::before {
        content: "" !important;
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        color: #000;
        background-image: url(../images/product-description.png);
        width: 16px;
        height: 18px;
        background-repeat: no-repeat;
        float: left;
    }
    .product.info #description .descriptionInfo {
        width: 45% !important;
        margin-right: 9% !important;
      }
      .product.info #description .moreInfo {
        max-width: 45%;
        width: 45%;
      }
      .product.info.detailed .additional-attributes {
        width: 100% !important;
    }
    .column.main .product.attribute li{
        color: #1d1d24;
    }

}
    /*-----------product grid upsell----------------*/
    #block-upsell-heading {
       /* max-width: 412px;
        width: 412px;
        display: inline-block;*/
      }
      .catalog-product-view .products.grid.items.product-items.upsell li {
        margin-bottom: 39px !important;
        max-width: 254px;
        position: unset !important;
        display: inline-block !important;
        margin-right: 39px !important;
        margin-left: 0px !important;
      }
      .catalog-product-view .products.grid.items.product-items.upsell li {
        box-shadow: 0px 4px 30px rgba(104, 117, 130, 0.05);
        border-radius: 15px !important;
        margin-bottom: 10px !important;
        overflow: hidden;
      }
      .catalog-product-view .products.grid.items.product-items.upsell .product-item-link {
        padding: 0px;
      }
      .catalog-product-view  .product-image-photo{
        width: 85% !important;
      }
      .catalog-product-view .price-box.price-final_price{
        margin: 0px;
      }
      .catalog-product-view .products.grid.items.product-items.upsell .product.name.product-item-name {
        padding-bottom: 13px;
        padding-top: 13px;
        margin: 0px;
      }
      .catalog-product-view .products.grid.items.product-items.upsell li{
        margin-bottom: 39px !important;
      }
      .catalog-product-view .products.grid.items.product-items.upsell li .price-including-tax + .price-excluding-tax{
        margin-top: 13px;
      }

@media (max-width: 767px){
    .catalog-product-view .product-info-main .product-info-price{
        display: block !important;
    }
    .catalog-product-view .estimatedDeliveryDate.message.success {
    margin-top: 15px !important;
}
.catalog-product-view .cartButtonBox {
    float: left !important;
}
.catalog-product-view .box-tocart .actions > div {
    width: 100% !important;
}
.catalog-product-view .box-tocart .action.tocart {
    width: 75% !important;
    }
   .catalog-product-view .button.primary.action.towishlist {
    width: 90%;
}
.product.info #description .descriptionInfo {
    width: 100% !important;
    margin-right: 50px;
}
.product.info #description .moreInfo {
    max-width: 100% !important;
}
#product-attribute-specs-table tr{
        border-bottom: 1px solid #CECED7;
      }
      #product-attribute-specs-table .col.label {
        padding: 17px 17px 17px 0px !important;
      }
      #product-attribute-specs-table .col.data {
        padding: 17px 0px 17px 17px !important;
      }
      .catalog-product-view .product.attribute.description li{
        padding: 17px 0 !important;
      }
    #product-attribute-specs-table .col.data::before {
        content: none;
    }
    #product-attribute-specs-table .col.label {
        display: block;
        background-color: inherit;
        float: left;
    }
    #product-attribute-specs-table .col.label::before {
        content: "" !important;
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        color: #000;
        background-image: url(../images/product-description.png);
        width: 16px;
        height: 18px;
        background-repeat: no-repeat;
        float: left;
    }
    #product-attribute-specs-table .col.label span {
        padding-left: 10px;
    }
}
/*product page mobile*/
.catalog-product-view .manufacturer img {
    display: none;
}

@media (max-width: 767px) {
    .catalog-product-view .product-top-container {
        display: flex;
        flex-direction: column;

    }

    .catalog-product-view .manufacturer {
        display: none;
    }

    .catalog-product-view .fotorama__active .fotorama__dot {
        background-color: #242424 !important;
        border-color: #242424 !important;
        opacity: 1 !important;

    }

    .catalog-product-view .fotorama__dot {
        border-radius: 30px;
        height: 16px;
        left: 6px;
        position: relative;
        top: 2px;
        width: 16px;
        background-color: #242424;
        opacity: .3;
        border: 1px solid #242424;
    }

    .catalog-product-view .fotorama__nav--dots .fotorama__nav__frame {
        margin-right: 20px;
    }

    .catalog-product-view .page-title {
        font-size: 36px;
        color: #1d1d1d;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .catalog-product-view .product.attribute.sku {
        display: flex;
        font-size: 16px;
        line-height: 1;
        color: #1d1d1d;
    }

    .catalog-product-view .product-info-main .product-info-price {
        margin: 0px !important;
        padding: 0px !important;
        width: 100% !important;
        padding-top: 24px !important;
    }

    .catalog-product-view .businesscustomer .product-info-main .price-box .price-excluding-tax .price {
        font-size: 36px !important;
    }

    .catalog-product-view .businesscustomer .product-info-main .price-box .price-including-tax .price {
        color: #989898;
        font-size: 16px !important;
    }

    .catalog-product-view .businesscustomer .product-info-main .price-box .price-including-tax {
        color: #989898;
        font-size: 16px !important;
    }

    .catalog-product-view .businesscustomer .product-info-main .price-box .price-including-tax {
        margin-top: 6px;
    }

    .catalog-product-view .estimatedDeliveryDate .deliverybox i {
        color: #1d1d1d;
        font-size: 46px;
    }

    .catalog-product-view .estimatedDeliveryDate .deliverybox {
        color: #1d1d1d;
        font-size: 16px;
    }

    .catalog-product-view .estimatedDeliveryDate.message.success {
        margin-top: 0px !important;
        margin-bottom: 24px !important;
    }

    .catalog-product-view #price-excluding-tax-old-price- {
        vertical-align: bottom;
        line-height: 62px;
    }

    .catalog-product-view .product-info-main .product.attribute.overview {
        margin-bottom: 0px;
    }

    .catalog-product-view .product.attribute.shortdescription li {
        font-size: 18px;
        font-weight: 400;
        color: #1d1d1d;
    }

    .catalog-product-view .button.primary.action.towishlist {
        width: 100%;
        text-align: center;
        color: #1d1d1b;
        font-size: 18px !important;
    }

    .catalog-product-view .box-tocart .action.tocart {
        width: 91% !important;
    }

    .catalog-product-view .box-tocart .actions>div {
        display: flex;
    }

    .catalog-product-view .product-info-main #product-addtocart-button {
        margin-left: 12px;
    }

    .catalog-product-view .product-info-main .product-add-form {
        margin-top: 8%;
    }

    .catalog-product-view .product.info.detailed .product.data.items>.item.title {
        margin-right: 11px !important;
        border-radius: 4px;
        overflow: hidden;
        text-align: center;
    }

    .catalog-product-view .product.info.detailed .product.data.items>.item.title.active>.switch {
        font-size: 18px;
    }

    .catalog-product-view .product.attribute.description li {
        font-size: 18px;
        font-weight: 400;
        color: #1d1d1d;
    }

    #product-attribute-specs-table .col.data {
        font-size: 18px;
        font-weight: 400;
        color: #1d1d1d;
    }

    .catalog-product-view .product.info.detailed .product.data.items>.item.title>.switch {
        border-bottom: unset !important;
    }

    .catalog-product-view .product.data.items>.item.title>.switch {
        color: #242424;
        font-size: 18px;
    }

    .catalog-product-view .product.data.items .item.title a::after {
        top: 16px;
        right: 30px;
    }

    #product-attribute-specs-table .col.label {
        font-size: 18px;
        font-weight: 400;
        color: #1d1d1d;
    }

    .catalog-product-view .product.info.detailed .additional-attributes {
        width: 100%;
    }

    .minicart-wrapper {
        margin-top: 0px !important;
    }

    .deliverybox .textBox {
        border-bottom: unset;
    }
}

@media (min-width: 768px) and (max-width: 1197px) {
    .catalog-product-view .product-info-main .button.primary.action.towishlist {
        width: 100%;
        text-align: center;
    }

    .catalog-product-view .product-info-main #product-addtocart-button {
        width: 90%;
        margin-left: 15px;
    }

    .catalog-product-view .box-tocart .actions>div {
        display: flex;
        width: 100%;
        float: unset;
    }

    .catalog-product-view .product-info-main .product-info-price {
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 939px) {
    .catalog-product-view .product.info.detailed .product.data.items>.item.title {
        text-align: center;
    }

    .catalog-product-view .product.info.detailed .product.data.items>.item.title>.switch {
        padding: 15px !important;
    }

    .catalog-product-view .product.info.detailed .product.data.items>.item.title.active>.switch {
        padding: 15px !important;
    }

    .product.info.detailed .product.data.items>.item.title {
        margin-top: -25px !important;
    }

    .g-cols.via_flex {
        justify-content: space-between;
    }
}

/*green label on top---------------------*/
.catalog-product-view .energyWrapper.mini {
    display: none;
}

/*cart quantity header------------*/
.minicart-wrapper .action.showcart .counter.qty {
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    min-width: 12px;
    padding: 0 3px;
    position: absolute;
    width: 6px;
    top: 20px;
    right: 3px;
}
@media (min-width: 768px) and (max-width: 896px) {
    #product-attribute-specs-table tr {
        display: flex !important;
        justify-content: space-between !important;

    }
    #product-attribute-specs-table .col.label {
        padding: 17px 0px 17px 0px !important;
      }
}
/*cart page*/
#block-shipping {
    font-size: 16px;
    color: #242424;
}

.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
    color: #242424;
}

.cart-summary>.title {
    display: block;
    color: #242424;
}

.cart-summary .checkout-methods-items .action.primary.checkout {
    font-size: 18px;
    border-radius: 100px;
}

.checkout-cart-index .action.update {
    background: transparent;
    color: #959595;
    padding: 15px 30px 15px 30px;
    border: 2px solid #D2D2D2;
    border-radius: 100px;
    text-align: center !important;
    font-size: 18px;
}

.checkout-cart-index .cart-summary {
    border-radius: 5px;
}

.cart-summary .block .fieldset .field:not(.choice)>.control input,
.cart-summary .block .fieldset .field:not(.choice)>.control select {
    border-radius: 100px;
    border: 1px solid #D2D2D2;
}

.cart.table-wrapper .cart thead tr th.col {
    font-size: 16px;
    color: #242424;
}

.cart.table-wrapper .product-item-name a {
    color: #242424;
    font-size: 20px;
}

.cart.table-wrapper .col.price .price-excluding-tax {
    color: #242424;
}
.checkout-cart-index .cart-price .price {
    color: #242424 !important;
  }
  .cart-container .form-cart{
    margin-bottom: 0px;
  }

@media (max-width: 768px){
  .cart-summary .summary.title {
    padding: 0px 15px;
}
.cart.main.actions {
    margin-bottom: 15px;
}
}
/* Account pges */
@media (min-width: 768px){
.form.create.account.form-create-account .fieldset.create.info {
    width: 48%;
    float: left;
}
.form.create.account.form-create-account .fieldset.create.account {
    width: 48%;
    float: right;
}
.customer-account-create #form-validate {
    width: 100% !important;
}
.switcher-group-dropdown .product.data.items > .item.title > .switch {
    color: #9f9f9f !important;
}
}
.customer-account-create #prefix, .customer-account-create .action.submit.primary {
    border: 2px solid #D2D2D2 !important;
    border-radius: 100px !important;
}
.customer-account-create .action.reload.captcha-reload {
    border: 2px solid #D2D2D2 !important;
    border-radius: 100px !important;
}
.customer-account-create input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"]{
    border: 2px solid #D2D2D2 !important;
    border-radius: 100px !important;
}
.form-create-account .fieldset.create.account::after {
    display: none !important;
}
.customer-account-login .block.block-customer-login {
    margin-left: 0px;
}
.customer-account-login .login-container #block-customer-login-heading {
    font-size: 18px !important;
    color: #171717 !important;
}
.customer-account-login .login-container #email, .customer-account-login .login-container #pass {
    border: 2px solid #D2D2D2 !important;
    border-radius: 100px !important;
    background: #fff !important;
}
.customer-account-login .login-container .action.create.primary {
    border-radius: 100px;
    border: 2px solid #D2D2D2 !important;
}
.janolaw-paragraph {
    font-size: 26px !important;
}
.janolaw-text {
    font-size: 18px !important;
}
.navigation .level0 .submenu li.last a{
    border-bottom: unset !important;
}
/*product top label*/
.catalog-category-view .energyWrapper {
    position: absolute;
    right: unset !important;
    top: unset !important;
    left: unset;
    bottom: unset;
}

.catalog-category-view .energyWrapper.mini .energyClass::before {
    border: unset;
}
.catalog-category-view .energyWrapper.mini .energyClass::after {
    border-width: 20px;
    left: -40px;
    content: ' ';
    height: 0px;
    position: absolute;
    width: 0;
    border: 25px solid #f9202000;
    left: 63px;
    top: 0px;
    border-right-color: #54af32;
    rotate: revert;
    transform: translateX;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    border-width: 20px;
}
.catalog-category-view .energyWrapper.mini .energyClass.C::after {
    border-right-color: #c8d400;
}

/*---------------checkout page ----------------*/
.checkout-index-index .page-header .header.content {
    padding-bottom: 25px !important;
}

.checkout-index-index #maincontent {
    margin-top: 75px;
}

.checkout-index-index select,
.checkout-index-index input[type="text"] {
    border-radius: 100px !important;

}

.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
    color: #1d1d1d;
    font-size: 16px;
}

.checkout-index-index .price-including-tax+.price-excluding-tax,
.weee[data-label] {
    color: #1d1d1d;
}

.table-checkout-shipping-method tbody tr:first-child td {
    color: #1d1d1d;
}

.checkout-index-index .step-title {
    color: #1d1d1d !important;
}

.methods-shipping .actions-toolbar .action.primary {
    padding: 15px 83px;
    font-size: 20px;
    border-radius: 100px;
}

.opc-block-summary {
    border-radius: 4px;
    color: #1d1d1d !important;
}

.checkout-index-index .minicart-items .product-item-details {
    font-size: 16px;
    color: #1d1d1d;
}

.opc-summary-wrapper .opc-block-summary .title {
    color: #1d1d1d !important;
}

@media (max-width: 768px) {

    .checkout-index-index .page-header .header.content {
        padding-bottom: 0px !important;
        padding-top: 5px;
    }

    .checkout-index-index .action.action-login.secondary {
        background: #dc005a;
        border: 1px solid #dc005a;
        color: #ffffff;
        cursor: pointer;
        border-radius: 100px;
    }

    .checkout-index-index button.action-close::before {
        background: #fff4f45e;
    }

    .checkout-index-index .modal-custom .action-close::before,
    .modal-popup .action-close::before,
    .modal-slide .action-close::before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 25px;
        line-height: 25px;
        color: #1d1d1d;
        content: '\e616';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .checkout-index-index .block-authentication .block-title strong {
        color: #1d1d1d;
    }

    .checkout-index-index .block-authentication .field .label {
        color: #1d1d1d;
    }

    .opc-estimated-wrapper {
        color: #1d1d1d;
        position: relative;
    }

    .checkout-index-index .minicart-wrapper .action.showcart::before {
        filter: invert(1);
    }
}

@media (min-width: 768px) {
    .checkout-index-index .authentication-wrapper {
        width: 30%;
    }

    .checkout-index-index .block.block-customer-login {
        width: 100%;
    }

    .checkout-index-index .block-authentication .actions-toolbar>.primary .action {
        margin-right: 0;
        background: #dc005a;
        border: 1px solid #dc005a;
        color: #ffffff;
        cursor: pointer;
        border-radius: 100px;
    }

    .checkout-index-index .modal-custom .action-close::before,
    .modal-popup .action-close::before,
    .modal-slide .action-close::before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 25px;
        line-height: 25px;
        color: #1d1d1d;
        content: '\e616';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .checkout-index-index button.action-close::before {
        background: #fff;
    }

    #block-customer-login-heading {
        font-size: 23px;
        color: #1d1d1d;
    }

    .checkout-index-index .block-authentication .block[class] .field .control,
    .checkout-index-index .block-authentication .block[class] .field .label {
        color: #1d1d1d;
    }
}

@media (max-width: 650px) {
    .minicart-wrapper {
        position: absolute;
        right: 50px;
        top: 20px;
    }
}
@media (min-width: 768px) {
    .column.main .grid-item .product.attribute li {
      font-size: 14px;
    }
    .product.description.product-item-description .title-wrapper {
      line-height: 7px;
    }
    .product.description.product-item-description {
      border-top: unset !important;
      padding-top: 4%;
    }
    .column.main .product.attribute li::before {
      padding-right: 30px !important;
    }
    .product.description.product-item-description .title-wrapper .title {
      font-size: 14px;
      margin-top: 7px;
    }
}
.checkout-payment-method .actions-toolbar .primary {
        border-radius: 100px !important;
        padding: 15px 40px !important;
    }
.catalog-category-view .energyWrapper {
    position: absolute;
    top: unset !important;
    bottom: unset;
    right: 5px !important;
    left: unset;
    top: 0px !important;
}
.catalog-category-view .energyWrapper.mini .energyClass::after {
    left: -40px;
    transform: translateX;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.checkout-agreement {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}

.checkout-agreements-block .checkout-agreement.field.required .action-show::after {

    content: '' !important;
}
.checkout-agreements .action.action-show {
    color: #000 !important;
}
.checkout-agreements-block .action-show span a {
    color: #000 !important;
}
.energyWrapper.mini {
    margin-top: 18px;
}
.products.wrapper.list.products-list .product.actions.product-item-actions .action.tocart.primary , .products.wrapper.list.products-list .product.actions.product-item-actions  .Mehr-Details{
    width: 100% !important;
}
.gw-euvat-field input {
    width: calc(100% - 39px) !important;
    border: 1px solid #c2c2c2 !important;
}
.field.gw-euvat-field .field-tooltip {
    position: absolute;
}
.field.gw-euvat-field .control._with-tooltip input {
    margin-right: 10px;
    width: calc(100% - 39px) !important;
}
.checkout-agreements-block .checkout-agreement.field {
    display: inline-block;
    padding: 10px;
}
.checkout-agreements-block .checkout-agreement.field:first-child {
    border: 2px solid #c30052;
}
.checkout-index-index .checkbox-text {
    text-decoration: underline;
}
.logout-btn #send2 a {
    color: #fff !important;
}
.logout-btn{
    padding: 95px 0 0 50px;
}

@media  (min-width: 1200px) {
    .catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch {
        padding: 17px 63px !important;
    }
    .catalog-product-view .product.info.detailed .product.data.items > .item.title.active > .switch {
        padding: 17px 63px !important;
    }
}

/*search result page

.page-products.catalogsearch-result-index .column.main {
    width: 100% !important;
    background-color: #f3f3f3 !important;
}*/
.page-products.catalogsearch-result-index {
    background-color: #f3f3f3 !important;
}
.catalogsearch-result-index .products-grid .grid-item {
    margin-bottom: 39px !important;
    max-width: 244px;
    position: unset !important;
    display: inline-block !important;
     margin-right: 39px !important;
    margin-left: 0px !important;
    box-shadow: 0px 4px 30px rgba(104, 117, 130, 0.05);
    border-radius: 15px !important;
    margin-bottom: 10px !important;
    overflow: hidden;
    width: calc((100% - 6%)/4) !important;
}

@media  (max-width: 767px) {
.catalogsearch-result-index .products-grid .grid-item {
    width: calc((100% - 6%)/2) !important;
    margin-bottom: 20px !important;
    margin-right: 0 !important;
}
}

.catalog-category-view .energyWrapper.mini{
    z-index: 9999999;
}
.catalog-category-view .energyWrapper.mini .energyClass.B::after{
    border-right-color: #54af32;
  }

.catalog-category-view .energyWrapper.mini .energyClass.C::after{
    border-right-color: #c8d400;
  }
.catalog-category-view .energyWrapper.mini .energyClass.D::after{
    border-right-color: #ffee00;
  }

  .catalog-category-view .energyWrapper.mini .energyClass.E::after{
    border-right-color: #fbba00;
  }
.catalog-category-view .energyWrapper.mini .energyClass.F::after{
    border-right-color: #eb6708;
  }
.catalog-category-view .energyWrapper.mini .energyClass.G::after{
    border-right-color: #e20613;
  }


.catalog-category-view .category-image {
    position: absolute;
    top: -28px;
    left: 90px;
    width: 70px;
}

.catalog-category-view .sidebar-main{
    position: relative;
}

@media  (max-width: 767px) {
    .catalog-category-view .category-image {
        display: none;
    }
    #first-cms-block {
    	width: 97% !important;
	display:none;
    }
}

.fullwidthbanner .bannerContainer{
    margin-top: 0 !important;
    margin-bottom: 0;
}

.level0.submenu.custom.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
	
}
#first-cms-block {
	position: relative;
	left: 0;
	width: 24%;
	padding-left:1%;
	float:left;
	margin-right:2%;
}
#first-cms-block p {
  margin: 0;
}

#first-cms-block p a {
  padding: 18px 0;
  padding-left: 0px;
}
#first-cms-block p a img {
    width: 33px;
    height: 33px;
    padding-right: 10px;
    float: left;
}
#first-cms-block p a label{
    vertical-align: middle;
    line-height: 33px;
}
.navigation .level0.submenu > li:nth-child(3n+1){
clear: unset !important
}
ul.level0.submenu.normal.ui-menu.ui-widget.ui-widget-content.ui-corner-all{
padding-left: 1%;
}

@media (min-width: 768px) and (max-width: 989px) {
	#first-cms-block {
   	 position: absolute;
   	 left: 0;
   	 width: 19%;
   	 padding-left: 1%;
	}
	.level0.submenu.custom.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    	padding-left: 28%;
	}
}
@media (min-width: 768px){
	.footer-bottom-design1 {
	    z-index: 1;
	}
	.footer-bottom-design{
	    z-index: 1;
	}
}

.categoryTab.data.items .tabHeader-wrapper .item.title.active, .categoryTab.data.items .item.title:hover, .categoryTab.data.items .tabHeader-wrapper>.item.title:hover>a.switch, .categoryTab.data.items .tabHeader-wrapper>.item.title.active>a.switch {
    background: #171717 !important;
}

.seoHandlerText h1 {
	color: #D7D8E0 !important;
}
.seoHandlerText{
    color: #D7D8E0 !important;
    border-top: 1px solid #171717;
    max-width: 100%;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: left;
    background: #1C1C1C;
 }
 .seoHandlerTextContent {
    max-width: 1240px;
    display: block;
    margin: 0 auto;
 }
 .seoHandlerTextContent {
    width:auto;
}

@media (min-width: 768px) and (max-width:1280px){
#tab-label-3 {
  position: absolute;
  right: 4px !important;
}
}
