/* ======================================================================= */
/* GENERAL LAYOUT / PAGE WIDTHS 
/* ======================================================================= */

body[data-container="body"] .page-wrapper {
    padding: 15px;
}

#cookie-status {
  display: none;
}

/* breadcrumbs */
@media (min-width: 768px) {
    body[data-container="body"].layout-1280 .navigation, 
    body[data-container="body"].layout-1280 #ronnmans-wrapper .page-wrapper > .breadcrumbs,
    body[data-container="body"].layout-1280 .page-header .header.panel, 
    body[data-container="body"].layout-1280 .header.content, 
    body[data-container="body"].layout-1280 .footer.content, 
    body[data-container="body"].layout-1280 .page-wrapper > .widget, 
    body[data-container="body"].layout-1280 .page-wrapper > .page-bottom, 
    body[data-container="body"].layout-1280 .block.category.event, 
    body[data-container="body"].layout-1280 .top-container, 
    body[data-container="body"].layout-1280 .page-main {
        max-width: 1280px;
    }
}

@media (min-width: 768px) {
    body[data-container="body"].layout-1280 #ronnmans-wrapper .page-wrapper > .breadcrumbs .items {
        max-width: none;
        width: 75%;
        margin-left: 25%;
    }
}

@media(min-width: 1200px) {
    #maincontent.page-main {
        width: calc(75% - 30px);
        float: left;
    }
}

@media(max-width: 768px) {
    body[data-container="body"] .page-main {
        max-width: 1200px !important;
    }
}

body[data-container="body"] .ui-menu-item.level1.parent .navigation a {
    text-decoration: none !important;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0) !important;
            text-decoration-color: rgba(0, 0, 0, 0) !important;
}

body[data-container="body"] .navigation a {
    color: #777 !important;
}

body[data-container="body"] .navigation a:hover {
    color: #313E48 !important;
}

body[data-container="body"] .page-header.type25 .header.content,
body[data-container="body"].page-products #ronnmans-wrapper .page-wrapper > .breadcrumbs,
body[data-container="body"] .container,
body[data-container="body"] .page-footer {
    width: 100%;
}

body[data-container="body"] .page-header.type25 .header.content,
body[data-container="body"] #ronnmans-wrapper,
body[data-container="body"].page-products #ronnmans-wrapper .page-wrapper > .breadcrumbs,
body[data-container="body"] .container,
body[data-container="body"] .page-footer {
    min-width: 0 !important;
    margin-left: auto;
    margin-right: auto;
}

body[data-container="body"].layout-1280 .page-header.type25 .header.content,
body[data-container="body"].layout-1280 .panel.wrapper .panel.header, 
body[data-container="body"].layout-1140 #ronnmans-wrapper,
body[data-container="body"].page-products.layout-1140 #ronnmans-wrapper .page-wrapper > .breadcrumbs,
body[data-container="body"].layout-1280 .container,
body[data-container="body"].layout-1280 .page-footer {
    max-width: 1280px !important;
}

body[data-container="body"].layout-1140 .page-header.type25 .header.content,
body[data-container="body"].layout-1140 .panel.wrapper .panel.header, 
body[data-container="body"].layout-1140 #ronnmans-wrapper,
body[data-container="body"].page-products.layout-1140 #ronnmans-wrapper .page-wrapper > .breadcrumbs,
body[data-container="body"].layout-1140 .container,
body[data-container="body"].layout-1140 .page-footer {
    max-width: 1140px !important;
}

body[data-container="body"].layout-fullwidth .page-header.type25 .header.content,
body[data-container="body"].layout-fullwidth .panel.wrapper .panel.header, 
body[data-container="body"].layout-1140 #ronnmans-wrapper,
body[data-container="body"].page-products.layout-1140 #ronnmans-wrapper .page-wrapper > .breadcrumbs,
body[data-container="body"].layout-fullwidth .container,
body[data-container="body"].layout-fullwidth .page-footer {
    max-width: 80vmax !important;
}

body[data-container="body"] .page-header.type25 .header.content {
    margin-bottom: 30px;
}

body[data-container="body"] #maincontent.page-main {
    margin-top: 30px;
}

body[data-container="body"] #maincontent.page-main,
body[data-container="body"] .menu-container .container {
    padding-left: 0;
    padding-right: 0; 
}

@media(min-width: 768px) {
    body[data-container="body"] .page-header.type25 .header.content {
        margin-bottom: 0;
    } 
}

/* ======================================================================= */
/* SIDEBAR STYLES
/* ======================================================================= */

/* Hide sidebar toggle link */
body[data-container="body"] .drop-menu > a:not(.nav-sections-item-switch) {
    display: none;
} 

body[data-container="body"] .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: calc(100% - 22px);
}

body[data-container="body"] .ui-menu-item a:before {
    display: none !important;
}

body[data-container="body"] .menu-wrapper .sw-megamenu.navigation li.level0.fullwidth a.level-top {
    display: block;
    border: 0 !important;
    width: calc(100% - 30px);
}

body[data-container="body"] .page-header.header-newskin .navigation li.level0.fullwidth .submenu li.level1 > a, 
.page-header.header-newskin .navigation li.level0.staticwidth .submenu li.level1 > a {
    margin-top: 10px;
}

body[data-container="body"] #ronnmans-wrapper .menu-wrapper .sw-megamenu.navigation li.level0.fullwidth > .submenu.opened,
body[data-container="body"] #ronnmans-wrapper li.ui-menu-item .subchildmenu.opened {
    display: block;
}

body[data-container="body"] #ronnmans-wrapper .menu-wrapper .sw-megamenu.navigation li.level0.fullwidth > .submenu.opened {
    background-color: #fbfbfb;
    border-radius: 0;
    border-top: #e6ebee solid 1px;
}

body[data-container="body"] .page-header.header-newskin .navigation li.level0.fullwidth .submenu li.level1 > a {
    padding-top: 0;
}

body[data-container="body"] .sw-megamenu.navigation .open-children-toggle {
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTYuOSAyLjVjLjUgMCAuNy4yLjguNEM5LjkgNSAxMiA3LjEgMTQuMSA5LjJjLjYuNS42IDEgMCAxLjZsLTYuMyA2LjNjLS44LjgtMS4yLjItMS44LS4zLS42LS41LS44LTEtLjItMS43bDQuNi00LjZjLjQtLjQuNC0uNiAwLTEuMUM5IDggNy41IDYuNSA2IDQuOWMtLjMtLjMtLjctLjYtLjUtMS4xLjQtLjYuOS0xLjEgMS40LTEuM3oiIGZpbGw9IiMyMjI1MjkiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 5px;
    visibility: visible;
    z-index: 1;
    opacity: 0.75;
    cursor: pointer;
}

body[data-container="body"] .sw-megamenu.navigation .level0 .open-children-toggle {
    top: 14px;
}

body[data-container="body"] .sw-megamenu.navigation .level1 .open-children-toggle,
body[data-container="body"] .sw-megamenu.navigation .level2 .open-children-toggle {
    top: 12px;
}

body[data-container="body"] .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 100%;
}

body[data-container="body"] .sw-megamenu.navigation .open-children-toggle.opened {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

body[data-container="body"] li.ui-menu-item.level0 {
    border-bottom: #e6ebee solid 1px;
}

body[data-container="body"] li.ui-menu-item.level0:last-of-type {
    border-bottom: none;
}

body[data-container="body"] .menu-wrapper .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: auto;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
    left: auto;
    top: auto;
    visibility: visible !important;
    opacity: 1 !important;
    display: none;
}

body[data-container="body"] #ronnmans-wrapper .navigation li.level0.parent a.level-top:before, 
body[data-container="body"] #ronnmans-wrapper .navigation li.level0.parent a.level-top:after, 
body[data-container="body"] #ronnmans-wrapper .sw-megamenu.navigation.side-megamenu li.level0 > .submenu:before, 
body[data-container="body"] #ronnmans-wrapper .sw-megamenu.navigation.side-megamenu li.level0 > .submenu:after, 
body[data-container="body"] #ronnmans-wrapper li.ui-menu-item .subchildmenu {
    display: none;
}

body[data-container="body"] #ronnmans-wrapper .menu-container {
    position: fixed;
    width: calc(100% - 57px);
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 100;
    background-color: #ffffff;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s; 
    border: #e6ebee solid 1px;
    overflow-x: scroll;
}

html.nav-open body[data-container="body"] #ronnmans-wrapper .menu-container {
    left: 0;
}


@media(min-width: 1200px) {
    body[data-container="body"] #ronnmans-wrapper .menu-container {
        position: static;
        width: 25%;
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
                box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);    
        border: none;
	    height: auto;    
    }
}

body[data-container="body"] #ronnmans-wrapper.page-main {
    padding: 0;
}

/* ======================================================================= */
/* CUSTOM LOGIN STYLES
/* ======================================================================= */

body.customer-account-login #maincontent > .columns > .main, body.customer-account-create #maincontent > .columns > .main {
    width: 100%;
    margin-left: 0;
  }

@-webkit-keyframes fadeInUpBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInUpBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  body.customer-account-login #ronnmans-wrapper .menu-container,
  body.customer-account-login .page-header .header.content,
  body.customer-account-create #ronnmans-wrapper .menu-container, 
  body.customer-account-create .page-header .header.content {
     display: none !important;
  }
  body.customer-account-login .page-header.type25 > .panel.wrapper > .panel.header,
  body.customer-account-create .page-header.type25 > .panel.wrapper > .panel.header {
     background-color: transparent;
  }

  body.customer-account-login .page-footer,
  body.customer-account-create .page-footer {
      width: 100%;
  }

  body.customer-account-login .page-footer .footer-middle, 
  body.customer-account-login .page-footer .footer-bottom,
  body.customer-account-create .page-footer .footer-middle, 
  body.customer-account-create .page-footer .footer-bottom {
    background-color: rgba(0, 0, 0, 0.25); 
}

body[data-container="body"] .page-footer .footer-bottom .container:before {
    background-color: #fff;
}

  
  body.customer-account-login .page-wrapper,
  body.customer-account-create .page-wrapper {
     min-height: 100vh;
     position: relative;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(101, 135, 144, 0.27)), to(rgba(0, 18, 58, 0.7))), url(https://static1.squarespace.com/static/54b3a4b8e4b0c8ff1ac8d9b7/5a12bc78e4966b5d537a4ec5/5a12bc8524a694409fc21005/1511177356618/BIO+_product_pic_fasadi+copy.jpg?format=1500w) no-repeat center center;
      background: -webkit-linear-gradient(rgba(101, 135, 144, 0.27), rgba(0, 18, 58, 0.7)), url(https://static1.squarespace.com/static/54b3a4b8e4b0c8ff1ac8d9b7/5a12bc78e4966b5d537a4ec5/5a12bc8524a694409fc21005/1511177356618/BIO+_product_pic_fasadi+copy.jpg?format=1500w) no-repeat center center;
      background: -o-linear-gradient(rgba(101, 135, 144, 0.27), rgba(0, 18, 58, 0.7)), url(https://static1.squarespace.com/static/54b3a4b8e4b0c8ff1ac8d9b7/5a12bc78e4966b5d537a4ec5/5a12bc8524a694409fc21005/1511177356618/BIO+_product_pic_fasadi+copy.jpg?format=1500w) no-repeat center center;
      background: linear-gradient(rgba(101, 135, 144, 0.27), rgba(0, 18, 58, 0.7)), url(https://static1.squarespace.com/static/54b3a4b8e4b0c8ff1ac8d9b7/5a12bc78e4966b5d537a4ec5/5a12bc8524a694409fc21005/1511177356618/BIO+_product_pic_fasadi+copy.jpg?format=1500w) no-repeat center center;
      background-size: cover;
  }
  
  body.customer-account-login .page-wrapper .page-title,
  body.customer-account-create .page-wrapper .page-title {
    color: #fff;
  }
  
  body.customer-account-login .page-main,
  body.customer-account-create .page-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
     z-index: 1 !important;
  }

  body.customer-account-login .page-main,
  body.customer-account-create .page-main {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
  }



  /* PRODUCT SECTION */
  body[data-container="body"] .filterproduct-title {
    text-align: center;
  }

@media(max-width: 1200px) {
    body[data-container="body"] .page-header.type25 .nav-toggle:before, 
    .page-header.type25 .block-search .label:before {
        color: #fff !important;
        padding-left: 1px !important;
        font-size: 18px !important;
    }
}

body[data-container="body"] .page-header.type25 .logo {
    margin: 15px 0 0 0;
} 

body[data-container="body"] .page-header.type25 .custom-block {
    display: none;
}

body[data-container="body"] .page-header.type25 .custom-block .register {
    background: #fff;
    padding: 0 10px;
    margin-right: 20px;
    font-size: 1.25em;
    border-radius: 20px;
    line-height: 38px;
}

@media(min-width: 1200px) {
  .nav-toggle {
    display: none;
  }

  body[data-container="body"] .page-header.type25 .logo {
    margin: 30px 0;
  } 

  body[data-container="body"] .page-header.type25 .custom-block {
    display: flex;
    align-items: center;
  }
}

@media(max-width: 1200px) {
    body[data-container="body"] .page-header.type25 .minicart-wrapper {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: 10px 0;
        float: right;
    }
}

body[data-container="body"] .custom-menu-block {
    display: none;
}


@media(max-width: 1200px) {
.nav-open body[data-container="body"] .page-header.type25 .drop-menu .nav-sections {
    left: 0;
    padding: 0 !important;
  }

body[data-container="body"] .page-header.type25 .drop-menu .nav-sections {
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background-color: #f6f6f6;
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    overflow-y: scroll;
  }

  body[data-container="body"] header.page-header .nav-sections-item-title {
        background: #313E48;
        border: solid rgba(255, 255, 255, 0.3);
        border-width: 0 0 1px 1px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        float: left;
        height: 71px;
        padding-top: 24px;
        text-align: center;
        width: 33.33%;
        display: block;
    }

    body[data-container="body"] header.page-header .nav-sections-item-title.active {
        background: transparent;
        border-bottom: 0;
    }

    body[data-container="body"] header.page-header .nav-sections-item-title.active > a,
    body[data-container="body"] header.page-header .nav-sections-item-title.active > a:hover,
    body[data-container="body"] header.page-header .nav-sections-item-title.active > a:focus {
    color: #0088cc;
    }
    body[data-container="body"] header.page-header .nav-sections-item-title > a,
    body[data-container="body"] header.page-header .nav-sections-item-title > a:hover,
    body[data-container="body"] header.page-header .nav-sections-item-title > a:focus {
    color: #ffffff;
    }

    body[data-container="body"] .sw-megamenu.navigation.side-megamenu {
        display: block;
    }

    body[data-container="body"] .section-item-content.nav-sections-item-content {
        border-top: 1px solid #dddddd;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        float: right;
        margin-left: -100%;
        margin-top: 40px;
        width: 100%;
    }

    body[data-container="body"] .drop-menu.guest .section-item-content.nav-sections-item-content {
        margin-top: 90px;
    }

    body[data-container="body"] .nav-sections-item-title {
        border: solid rgba(255, 255, 255, 0.3);
        border-width: 0 0 1px 1px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        float: left;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 50%;
        background-color: transparent;
    }

    body[data-container="body"] .drop-menu.guest .nav-sections-item-title {
        margin-top: 45px;
    }

    body[data-container="body"] .custom-menu-block {
        position: absolute;
        left: 0;
        right: 0;
        display: block;
    }

    body[data-container="body"] .custom-menu-block .register-mobile {
        line-height: 40px;
        text-align: center;
        text-transform: uppercase;
        background: #313d46;
    }

    body[data-container="body"] .custom-menu-block .register-mobile a {
        color: #fff;
    }

    body[data-container="body"] .nav-sections-item-title a { 
        color: #313E48;
    }
    
    body[data-container="body"] .nav-sections-item-title.active {
        background-color: #313d46;
    }

    body[data-container="body"] .nav-sections-item-title.active a {
        color: #ffffff;
    }
    

    body[data-container="body"] #ronnmans-wrapper .navigation .level0,
    body[data-container="body"] #ronnmans-wrapper .navigation .level0 > .level-top {
        color: #777 !important;
        font-size: 13px;
        line-height: 18px !important;
      }
}



body[data-container="body"] #ronnmans-wrapper .sw-megamenu.navigation.side-megamenu li:hover, 
body[data-container="body"] .sw-megamenu.navigation.side-megamenu li:hover a {
    background-color: transparent !important;
}

body[data-container="body"] #ronnmans-wrapper .sw-megamenu.navigation.side-megamenu li:hover > a {
    color: #313E48;
}


body[data-container="body"] #ronnmans-wrapper li.ui-menu-item.level1 a {
    margin-top: 0;
}

body[data-container="body"] #ronnmans-wrapper .sw-megamenu.navigation.side-megamenu li.level0 > a {
    margin: 0;
}

body[data-container="body"] #ronnmans-wrapper .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    padding: 10px 0;
}

body[data-container="body"] #ronnmans-wrapper .sw-megamenu.navigation li.level0 .row {
    margin-left: 0;
    margin-right: 0;
}

body[data-container="body"] #ronnmans-wrapper .sw-megamenu.navigation li.level0 .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

body[data-container="body"] #ronnmans-wrapper .sw-megamenu.navigation .subchildmenu.mega-columns > li {
    padding: 0;
}

body[data-container="body"] #ronnmans-wrapper .sw-megamenu.navigation li.level0.fullwidth .submenu a {
    padding: 15px 10px;
    width: calc(100% - 30px);
}

body[data-container="body"] #ronnmans-wrapper .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 .subchildmenu .subchildmenu, 
body[data-container="body"] #ronnmans-wrapper .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 .subchildmenu .subchildmenu {
    padding-left: 0;
}


body[data-container="body"] #ronnmans-wrapper .sw-megamenu.navigation li.level0.fullwidth .submenu .ui-menu-item.level2 a:first-of-type {
    padding-left: 20px;
}

body[data-container="body"] #ronnmans-wrapper .sw-megamenu.navigation li.level0.fullwidth .submenu .ui-menu-item.level3 a:first-of-type {
    padding-left: 40px;
}

body[data-container="body"] #ronnmans-wrapper .sw-megamenu.navigation li.level0.fullwidth .submenu .ui-menu-item.level4 a:first-of-type {
    padding-left: 60px;
}

@media(min-width: 768px) {
    body[data-container="body"] .page-header.type25 .block-search {
        margin-top: 10px;
    }
}

body[data-container="body"] #banner-slider-demo-12 .item img {
    width: 100%;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top left;
       object-position: top left;
}

body[data-container="body"] #banner-slider-demo-12 {
    min-height: initial !important;
}

@media(max-width: 992px) {
    body[data-container="body"] .footer .footer-middle .block-content {
        margin-bottom: 30px;
    }

    body[data-container="body"] .footer .footer-bottom {
        padding-top: 0;
    }

    body[data-container="body"] .footer .footer-bottom p,
    body[data-container="body"] .footer .footer-bottom .custom-block {
        margin: 0;
    }    
}

body[data-container="body"] .footer .footer-bottom p {
    margin: 0;
}

body[data-container="body"] div.product.photo.product-item-photo img {
    height: 250px;
    width: 250px;
    object-fit: contain;
    object-position: center center;
}

@media(min-width: 1200px) {
.nav-sections-item-title {
    display: none;
  }
}

body[data-container="body"].page-products .column.main,
body[data-container="body"].account.customer-account-index .column.main,
body[data-container="body"].account.sales-order-history .column.main,
body[data-container="body"].account.wishlist-index-index .column.main,
body[data-container="body"].account.customer-account-edit .column.main,
body[data-container="body"].account.newsletter-manage-index .column.main,
body[data-container="body"].account.customer-address-form .column.main,
body[data-container="body"].account.customer-address-index .column.main,
body[data-container="body"].account.sales-order-view .column.main,
body[data-container="body"].account.sales-order-invoice .column.main {
 width: 100%;
}

.discount-code {
  display: none !important;
}

.main-upsell-product-detail {
	background-color: #fff !important;
}

.checkout-shipping-method #custom-field {
    display: none;
}
.table-checkout-shipping-method tr.row {
    margin: 0;
    display: table-row;
}
.table-checkout-shipping-method td.col-price + td.col-method {
    display: none;
}
.table-checkout-shipping-method td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border: 0 !important;
}
.table-checkout-shipping-method tr:first-child td, .table-checkout-shipping-method tr:first-child td.col-price {
    padding-top: 15px !important;
}

.table-checkout-shipping-method td.col-price {
    padding: 10px 0;
    white-space: nowrap;
    width: 1px;
}

@media all and (min-width: 992px) {
    .table-checkout-shipping-method {
        width: 100% !important;
    }
}

@media all and (min-width: 768px) {
    .modals-wrapper .modal-popup._inner-scroll.popup-authentication .modal-inner-wrap {
        width: 340px;
        min-width: 0;
    }
    .modals-wrapper .modal-popup._inner-scroll.popup-authentication .modal-inner-wrap .block-authentication {
        border-top: 0;
    }
    .modals-wrapper .modal-popup._inner-scroll.popup-authentication .modal-inner-wrap .block-authentication .block-customer-login {
        padding-right: 0;
    }
}

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="email"]::-moz-placeholder, .block-search input::-moz-placeholder {
    color: #000;
}