header .header-middle .header-telephone > a img {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
}
header .header-middle .header-telephone > a {
    border: none;
    padding: 0px;
}
header .header-bottom .header-category-container .header-category-main {
    columns: 2;
}
header .header-bottom .header-category-container .header-category-main > a + a {
    border: none;
}
header .header-bottom .header-category-container .header-category-main {
    border-right: none;
}
footer .footer-main .footer-menu {
    columns: 2;
}

.module-information-menu a {
    font-size: 14px;
}

header .header-bottom .header-category-button i {
    float: none;
}
header .header-bottom .header-category-button {
    text-align: center;
}


header .header-bottom .header-category-button {
    padding: 0px 8px;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top: -3px;
}
.module.image-category {
    margin-top: -10px;
}

footer .footer-newsletter .footer-newsletter-span {
    margin-bottom: 15px;
}

footer .footer-social {
    text-align: center;
    margin-top: 15px;
}

footer .footer-main .footer-menu {
    columns: 1;
}

.product-tabs .nav button {
    font-size: 24px;
}

.breadcrumb {
    display: none;
}


h1.product-title {
    margin-top: 15px;
}

header .header-bottom .header-category-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}



header .header-bottom .container {
    padding-left: 3px;
    padding-right: 3px;
}

.header-account .account-dropdown {
    display: none !important;
}

header {
    z-index: 3;
}

.header-menu-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: 0px;
    border-radius: 0;
    z-index: 20;
    display: block;
    background: #EEEEEE;

    animation-name: hmdGoOut;
    animation-duration: 0.5s;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;

    white-space: nowrap;
    overflow-y: auto;
}

.header-menu-dropdown.active {
    opacity: 1;
    pointer-events: all;

    animation-name: hmdGoIn;
    animation-duration: 0.0s;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.header-menu-title {
    font-weight: 700;
    color: #CD1266;
    padding: 0px 15px;
}
.header-menu-dropright {
    display: none !important;
}
.header-menu-link-level-1 {
    font-weight: 600;
}
.header-menu-link-level-1 i {
    display: none !important;
}

.header-menu-link-level-2 {
    position: relative;
    display: block;
    padding: 8px 15px;
    padding-left: 35px;
    color: #000000;
}
.module.module-featured-products {
    margin: 15px 0px;
}
.product-box .title {
    min-height: 64px;
}

.cart-dropdown {
    display: none !important;
}
.module-information-menu {
    display: none !important;
}
.product-thumb-rotator-alternate {
    display: none !important;
}

.checkout-new-cart-item .image  {
    display: none;
}

.calculator .input-group-wrap {
    display: block !important;
}

.checkout-new-cart-item .calculator {
    clear :both;
}