/**************** My CSS **************/

html,
body {
    min-width: 320px;
    font-size: 13px;
}


.no-js .filter-bar {
    display: none;
}

.breadcrumbs {
    margin: 0;
}

.breadcrumbs li {
    font-size: .95rem;
    text-transform: none;
}

a,
.breadcrumbs a {
    /*color: #191919;*/
    color: #4b565d;
    text-decoration: none;
}

.breadcrumbs li:not(:last-child):after {
    color: #c7c7c7;
}

a {
    border-bottom: 1px dotted #c7c7c7;
}

a:hover,
.breadcrumbs a:hover {
    color: #4b565d;
    text-decoration: none;
    border-bottom-style: solid;
}

/*.breadcrumbs a {
    border-bottom: none;
}*/

/*.breadcrumbs a:hover {
    text-decoration: none;
}*/

header {
    margin-bottom: 1rem;
    /* position: absolute;
    top: 0;
    width: 100%;
    background-color: #fafafa; */
}

.content-wrapper {
    min-height: 100%;
    position: relative;
    float: left;
    width: 100%;
    padding-top: 15rem;
}

.promoLine {
    margin-bottom: 5px;
    color: #000;
    font-size: 1.2rem;
    height: 2.5rem;
    /* letter-spacing: 1px;*/

}

.page-header {
    margin-bottom: 1rem;
}

.page-header h1 {
    font-size: 2.25rem;
    display: inline-block;
    color: #222;
    font-weight: 700;
}


.product-info .page-header span {
    display: inline-block;
}

.small-font {
    font-size: .8rem;
}

.margin-bottom-05 {
    margin-bottom: .5rem;
}

.margin-top-1 {
    margin-top: 1rem;
}


ul {
    list-style: none;
}


.logoLine {
    width: 100%;
}

.logoLine {
    position: relative;
    background-color: #fff;
    color: #4b565d;
}

.logo {
    /* height: 4.5rem; */
    padding: 0 .75rem;
}

.logo a {
    border: none;
}

.logo img {
    max-height: 9rem;
}

/*.shop-title i.makita-sun {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: inherit;
    height: 25px;
    width: 25px;
    background-color: #C70025;
    border-radius: 50%;
}*/

.header-cart {
    position: relative;
    display: block;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.header-cart i.fi-shopping-cart {
    font-size: 36px;
    width: 3rem;
    height: 3rem;
    display: block;
}

.header-cart a:hover {
    color: #333;
}

/*.header-cart a:hover > #cart-data {
    background-color:#37b195;
}*/

.empty,
.full {
    position: absolute;
    top: 0;
    left: 25px;
    line-height: 14px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: .1rem .4rem;
    font-size: .75rem;
    color: #ffffff;
}

.empty {
    background-color: #dc3545;

    /* color: #fefefe;*/
}

.full {
    background-color: #e30613;

}

.phones {
    white-space: nowrap;
    font-size: 1.25rem;
    /*letter-spacing: 2px;
    font-family: "PT Sans", "Arial Narrow", sans-serif;*/
}

ul#phones-menu li {
    padding-right: 1.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    /* font-family: "Open Sans", "Arial Narrow", Arial, sans-serif; */
    letter-spacing: .5px;
    font-size: 1.1rem;
}

ul#phones-menu li:last-child {
    padding-right: 0;
}

#phones-menu a,
.header-cart a {
    display: initial;
    border-bottom: none;
    padding: 0;
    color: #4b565d;
    font-weight: bold;
    font-size: 1.05rem;
}

#phones-menu li>a {
    border-bottom: 1px dotted #c7c7c7;
}

#phones-menu li>a:hover {
    border-bottom: 1px solid #c7c7c7;
}

.cart {
    padding-right: 1rem;
}

#search-modal {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.searchForm {

    position: relative;
    width: 100%;

}

.searchResults h2 {
    color: #888;
    font-size: 1.5rem;
}

.style-1 {
    font-size: 1.5rem;
    color: #333;
}

.button {
    background-color: #777;
}

.button:hover {
    background-color: #ab2328;
}

button[value="Logout"] {
    /*font-family: Roboto, Arial, sans-serif;*/
}

.button.secondary {
    background-color: #fff;
    border: 1px solid #c71432;
    color: #333;
}

.button.secondary:hover {
    background-color: #e30613;
    border: 1px solid #e30613;
    color: #fff;
}

.searchForm .button {
    position: absolute;
    right: 0;
    top: .5rem;
    color: #4b565d;
    padding: 0;
    margin-bottom: 0;
    background: transparent;
    font-size: 1.75rem;
    width: 2.5rem;
    height: 2.5rem;
}

.searchForm input {
    border-radius: 0;
    margin: 0;
    height: 3.5rem;
    padding-right: 30px;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #a2a2a2;
    /* background-color: #1b1f23; */
}

.searchForm input[type="text"]:focus {
    border: none;
    box-shadow: none;
    transition: none;
    border-bottom: 1px solid #4b565d;
}

.searchForm input[type="text"]:-webkit-autofill,
.searchForm input[type="text"]:-webkit-autofill:hover,
.searchForm input[type="text"]:-webkit-autofill:focus {
    background-color: #1b1f23 !important;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #1b1f23 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.search {
    height: 34px;
    margin: auto;
    display: block;
}

.body-wrapper {
    margin: 0 auto;
    display: block;
    position: relative;
}

/*ul.input input[type=text]{
    width:100%;
}*/
ul.line li {
    float: left;

    display: inline-block;
}

.border-bottom {
    border-bottom: thin solid #c7c7c7;
}

textarea {
    min-height: 200px;
}

.hasError {
    border-color: red;
}

.error {
    color: red;
    display: block;
    font-size: 1.05rem;
}

footer {
    background-color: #f2f2f2;
    float: left;
    width: 100%;
    display: block;
    /* color: #c7c7c7; */
    margin-top: 5rem;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #e30613;
}

footer ul {
    margin-left: 0;
    margin-bottom: 0;
}

footer h6 {
    font-weight: bold;
}

h4.online {
    padding: .2rem .5rem;
    color: #fff;
    background: #e30613;
    width: fit-content;
    letter-spacing: 3px;
}

footer a {
    font-size: 1.2rem;
}

/****************************** Start Page *******************************/
#mainBanner img {
    margin: 0 auto;
    display: block;
    max-height: 600px;
}

/****************************** Category Page ****************************/

.filters ul {
    margin-bottom: 2em;
}

.filters .menu-icon-btn {
    color: #333;
    font-size: 1.2rem;
    text-align: left;
    width: 100%;
}

.filters .menu-icon-btn>span {
    padding-left: .5rem;
}

.filters .menu-icon-btn:hover {
    color: #cacaca;

}

.filters .menu-icon-btn:after {
    box-shadow: none;
    height: auto;
}

.categoryContentWrapper {
    position: relative;
}

.categoryContentWrapper.bannerSpace {
    padding-top: 250px;
}

.categoryBannerWrapper {
    position: absolute;
    top: 0;
    width: 100%;
}

.categoryBannerWrapper img {
    max-height: 240px;
}

.category-image {
    width: 100%;
    height: 150px;
    display: flex;
    /* width: 100%; */
    flex-direction: column;
    justify-content: center;
}

#childFilters {

    padding-left: 5px;
}

#childFilters .filterHeader {
    color: #ab2328;
    font-weight: bold;
}

#childFilters .filterHeader:after {
    color: #ab2328 !important;

}

.childFilters.filter-bar {
    margin-top: 1rem;
    float: left;
}

.filter-bar {
    width: 100%;
    color: #333;
    background-color: #fafafa;

}

.filter-bar button {
    height: 2rem;
}

.filters {
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.filters .menu>li {

    padding: .5rem 0;
    line-height: 1;
    color: #ccc;

}

ul.active-filters {
    margin-bottom: 1rem !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.active-filters li {
    float: left;
    position: relative;
    padding: 0 1.2rem !important;
    margin: 0.4rem 0.2rem 0.4rem 0;
    background-color: #fefefe;
    -webkit-box-shadow: 5px 5px 10px -5px #a2a2a2;
    -moz-box-shadow: 5px 5px 10px -5px #a2a2a2;
    box-shadow: 5px 5px 10px -5px #a2a2a2;

}

.active-filters li>a {
    border-bottom: none;
    padding: 0.2rem 0.7rem;
}

.filters .menu>li span {
    font-size: .9rem;
}

.active-filters>li span {

    font-size: .9rem !important;
    height: 2rem;
    line-height: 2rem;
}

.active-filters li .close-button {
    top: -3px;
    right: .3rem;

}

.active-filters li .close-button span {
    font-size: 1.2rem !important;
    height: auto;
    line-height: normal;

}

.active-filters li:hover span {
    color: #ab2328 !important;
    font-weight: bold;
}

.active-filters>li:hover {
    font-size: 1rem;
    font-weight: bold;
}

.filters .menu>li>a {
    display: initial;
    padding: 0;
    line-height: inherit;

}

.filters .menu li>ul {
    margin: 0 0 .2rem .5rem;
}

a.filterHeader {
    position: relative;
    display: block !important;
    width: 100% !important;
    padding: .3rem 0 .3rem .1rem !important;
    font-weight: bold;
    color: #000 !important;
    border-bottom: none;

}

a.filterHeader::after {
    border-color: #000 transparent transparent;
}

.product-tiles a {
    /* font-family: "Open Sans", "Arial", sans-serif; */
    font-size: 1rem;
    color: #222;
}

.product-tiles a:hover {

    color: #000;
}

.product-tiles .description-special {
    font-size: .9rem;
}

.product-tiles>li {
    max-width: 320px;
    float: none !important;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.category.product-tiles>li img {
    max-width: 150px;
    max-height: 150px;
}

span.image {
    display: block;
    height: 187px;
    line-height: 187px;
    overflow: hidden;
    position: relative;
    text-align: center;
    max-width: 320px;
}

span.image img {
    display: inline-block;
    vertical-align: middle;
}

.product-tiles a img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 100%;
    max-width: 100%;
    height: auto;
}

.product-tiles>li:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.product-tiles .product-listing-description {
    font-size: .9rem;
}

.product-listing-description table {
    border-collapse: initial;
}

.product-listing-description table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.product-listing-description table {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #6a6a6a
}

.product-listing-description table th {
    font-weight: normal;
}

.product-listing-description table tbody th,
.product-listing-description table tbody td {
    padding: .2rem 0;
}

.product-tiles .price {
    font-size: 1.2rem;
    /*background: #f5f5f5;*/
    color: #000;
    font-weight: 700;
}

.unavailable .msg {
    color: #bf0f07;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.catDescription {
    color: #999;
    font-size: 1em;
    padding-top: 2rem;
}

.catDescription h1 {
    font-size: 1.25em;

}

#mainPageDescription {
    position: absolute;
    bottom: 2rem;
    width: 100%;
}

#mainPageDescription h1 {
    font-size: 1rem;
    color: #999;
}

/************************************ Product IPage *******************/
.reveal {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 2rem;
}

.reveal .body-wrapper {
    padding-top: 0;
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
    color: #000;
}

input[data-toggle] {
    display: none;
}

input[data-toggle]:checked+label,
input[data-toggle]:checked+label:active,
.attrItem.attr-button:hover {
    background-color: #fdfdfd;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05); */
    -webkit-box-shadow: 0px 2px 5px 0px #c7c7c7;
    -moz-box-shadow: 0px 2px 5px 0px #c7c7c7;
    box-shadow: 0px 2px 5px 0px #c7c7c7;
    border: 1px solid #ff0000;
    color: #000;
}

[type=checkbox]+label.attr-button {
    margin: 0;
}

.attr-button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #000;
}

.attrItem.attr-button {
    margin: 0 .3rem 0.3rem 0;
}

.images-product-thumb {
    padding: 5px 0;
}

.description-special {
    text-transform: uppercase;
    /* font-family: "Open Sans Condensed", "Arial Narrow", Arial, sans-serif; */
    color: #000;
    font-size: 1.1rem;
}

.description-special>i {
    color: #ea3d40;
    padding-right: .3rem;
}

.product-model {
    width: auto;
    font-size: 1.2rem;
    color: #676767;
    position: relative;
    margin-top: -10px !important;
}

/*.product-model span {
    font-family: "Open Sans", "Arial Narrow", Arial, sans-serif;
    font-size:1.1rem;
}*/

.images-product img {
    max-height: 400px;
    margin: 0 auto;

}


.price {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #000;
    /* font-family: "Open Sans Condensed", "Arial Narrow", Arial, sans-serif; */

}

.price>div {
    display: inline-block;
}

.product-description-short dt {
    float: left;
    position: relative;
    width: 40%;
    clear: both;
    padding-right: 0.5rem;
}

/* purgecss start ignore */

#product-review-form button {
    text-transform: uppercase;
}

#product-review-error {
    display: none;
}

#product-review-error.visible {
    display: block;
}

.off-canvas.is-transition-overlap {
    margin-left: 0;
    background-color: #fff;
    z-index: 1004;
}

.off-canvas.is-transition-overlap {
    margin-left: 0;
    background-color: #fff;
    z-index: 1004;
}

/* purgecss end ignore */

.product-description-short dd {
    float: left;
    position: relative;
    width: 60%;
}


.regular-price,
.special-price {
    position: relative;
    z-index: 1;
}

ul.product-tiles li {
    margin-bottom: 2rem;
}

.product-tiles .regular-price {
    margin-bottom: -.5rem;
    font-size: 1rem;
}

.product-tiles .price {
    display: flex;
}

.product-tiles .price>div {
    display: inline-flex;
}

.product-tiles .regular-price span,
.product-tiles li:hover .regular-price span {
    background: none;

}

.product-tiles .regular-price span {
    color: #888;
}

.product-tiles li:hover .regular-price span {
    color: #333;
}

.product-tiles .regular-price::after {
    width: 90%;
}

.special-price {
    color: #e30613;
    font-weight: bold;
}

.buy-conditions i {
    font-size: 1.2rem;
    color: #e30613;
    font-weight: bold;
    padding-right: .5rem;
}

.regular-price {
    float: left;
    width: auto;
    line-height: 2.5rem;
    font-size: 1.25rem;
}

.regular-price::after {
    background: #888;
    content: '';
    display: block;
    margin-left: -5px;
    position: absolute;
    top: 45%;
    height: .12rem;
    width: 120%;
    /*  -webkit-transform: rotate(-13deg);
      -moz-transform: rotate(-13deg);
      -ms-transform: rotate(-13deg);
      -o-transform: rotate(-13deg);
      transform: rotate(-13deg);
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%*/
}

/*.price span{
    background: #f5f5f5;
    padding:2px 4px;
}*/

span.currency {
    font-size: .8em;
}

.product-info .price span {
    background: none;
}

.product-info table {
    border: thin solid #f2f2f2;
}

.product-info table th {
    text-align: left;
}

#product-description table th {
    text-align: left;
}

.product-description-full ul {
    list-style: disc;
    padding-left: 1rem;
}

#reviews h2 {
    margin-bottom: 1.5rem;
}

#reviews h3 {
    margin-bottom: 10px;
}

.review-block {
    margin-bottom: 2.5rem;
}

.review-new h3 {
    margin-top: -10px;
}

.comments-list {
    margin-top: 1rem;
    background-color: #efefeF;
    padding: .5rem;
}

.user-name {
    font-size: 1.2rem;
    font-weight: bold;
}

.pros-cons textarea {
    height: 3rem;
    min-height: 3rem;
}

#product-review-form button {
    text-transform: uppercase;
}

#product-review-error {
    display: none;
}

.attrItem {
    max-width: 5rem;
    font-size: .8rem;
    margin-right: .75rem;
    float: left;
}

.attrItem label {
    margin: 0 auto;
}

.attributes h5 {
    font-size: 1rem;
    /* font-family: "Open Sans Condensed", "Arial Narrow", sans-serif; */
    color: #333;

}

.attributes .switch {
    height: auto !important;
}

.attributes li {
    display: inline-block;
}

.attributes li>a {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

.attrDescription {
    color: black;
    font-weight: normal;
}

.block,
.line,
.line-small {

    float: left;
    display: block;
    position: relative;
}

.block {
    margin-bottom: 1.5rem;
}

.line {
    margin-bottom: 10px;
}

.line-small {
    margin-bottom: 5px;
}

.button.buy {
    cursor: pointer;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.4rem;
    padding: 0.75rem 3rem;
    background-color: #c71432;
    color: #fff;
}

.button.buy:hover {
    background-color: #e30613;
    color: #fff;
}

#main-menu li {
    display: block;
    padding: 0.5rem 0rem;
    padding-left: 0.9375rem;
}

#main-menu a {
    /* border: none; */
    font-size: 1.225rem;
    display: initial;
    padding: 0;
}


/* #main-menu a:hover {
    color: #6faaf5;
} */

.main-menu-icon {
    font-size: 30px;
    font-weight: normal;
}

.main-menu-icon:hover {
    cursor: pointer;
    color: #ab2328;
}

button.categories-menu {
    background-color: #e30613;
    font-size: 1.125rem;
    margin: 0rem;
    height: 100%;
}

/********************************* Shopping Cart *********************/

.cart-continue>button {
    margin-bottom: 0;
}

.cart-line {
    margin-bottom: 1.5rem;
}

.cart-line img {
    max-height: 5rem;
}

.cart-line .product-tiles {
    line-height: 2.4375rem;
}

.delete {

    position: relative;
}

.delete .close-button {
    top: 0;
}

.total h3 {
    color: black;
    font-family: "PT Sans", Arial, sans-serif;
}

.order-success h1,
.order-success h2,
.order-success h3,
.order-success h4,
.order-success h5 {
    margin-bottom: .5rem;
}

.order-success h4,
.order-success h5 {
    color: #000;

}

.order-success .cart-line span {
    padding-left: .2rem;
}

.cart-line span:first-child {
    padding-left: 0;
}

.cart-line .name {
    color: #222;

}

.line-block {
    display: inline-block;
    margin-right: 1rem;
    color: #222;
}

.line-blocks .line-block:last-child {
    margin-right: 0;
}

@media screen and (max-width: 39.9375em) {
    .filter-content {
        display: none;
    }

    .filter-block.active .filter-content {
        display: block;
    }

    .menu.nested.filter-content {
        margin-left: 0;
        margin-bottom: 0.5rem;
    }



    .toggle-filter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: none;
        border: none;
        padding: 0.5rem 0;
        font-weight: bold;
        width: 100%;
        cursor: pointer;
    }

    .triangle {
        display: inline-block;
        margin-left: 8px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #333;
        transition: transform 0.2s ease-in-out;
    }

    .filter-block.active .triangle {
        transform: rotate(180deg);
    }






    .no-js #phones-menu {
        display: none;
    }

    header {
        margin-bottom: 1rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    #search-modal {
        border: 0;
    }


    .button.buy {
        width: 100%;

    }

    .logo {
        line-height: 2.5rem;
    }

    .header-cart {
        float: right;
    }

    .main-menu-icon {
        font-size: 30px;
        font-weight: normal;
    }

    #phones-menu {
        /* position: absolute; */
        width: 100%;
        left: 0;
        border: 0;
        z-index: 1004;
        /* background-color: #fff;
        -webkit-box-shadow: 2px 6px 10px 0px #a2a2a2;
        -moz-box-shadow: 2px 6px 10px 0px #a2a2a2;
        box-shadow: 2px 6px 10px 0px #a2a2a2; */
    }

    #main-menu {
        position: absolute;
        width: 100%;
        left: 0;
        top: 4rem;
        border: 0;
        z-index: 1004;
        background-color: #fff;
        min-height: 10rem;
        margin-left: 0;
    }

    /* #main-menu a {
        color: #3682e1;
    } */

    .phones {
        font-size: 1rem;
    }

    .product-info .page-header h1 {
        font-size: 1.5rem;

    }

    .phones .fi-telephone {
        padding-right: .5rem;
    }

    .search {
        margin: 0;
    }

    .categoryContentWrapper.bannerSpace {
        padding-top: 110px;
    }

    .categoryBannerWrapper img {
        max-height: 105px;
    }

    a.filterHeader {
        background: none;
    }

    ul#filters {
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    ul#filters.up {
        margin-top: -2rem;
        position: relative;
    }

    .filter-menu li {
        padding: .5rem 0 .5rem 1rem !important;
    }

    .no-js .filters {
        display: none;
    }

    .filters {
        float: right;

    }

    .filters .menu>li>a {
        display: block;
        line-height: 1.1rem;
        border-bottom: none;
        /*        position: relative;*/
    }

    button.menu-icon-btn::after {
        left: unset;
    }

    button.menu-icon-btn::after,
    .filters .menu>li>a.filterHeader::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #555 transparent transparent;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 1rem;
    }

    .filters .menu>li>a.filterHeader {
        border-bottom: none !important;

    }

    .description-special {
        font-size: .9rem;
    }

    #sizeChart {
        min-height: 0;
        height: auto;
        z-index: 1003;
        position: relative;
        padding: 0;
        margin: 0;
    }
}

@media screen and (min-width: 40em) {
    #categories-menu {
        width: calc(16.6666666667% - 1.875rem);
        visibility: visible;
        display: block;
        float: left;
    }

    #search-modal {
        /*visibility: visible;*/
        border: none;
        padding: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        background-color: #fff
    }


    .no-js .filter-bar {
        display: none;
    }

    .searchForm {
        max-width: 650px;
    }
}

@media screen and (min-width: 641px) and (max-width: 840px) {
    span.image {
        height: 107px;
        line-height: 107px;

    }
}

@media screen and (min-width: 841px) and (max-width: 1024px) {
    span.image {
        height: 125px;
        line-height: 125px;

    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {

    .product-info .page-header h1 {
        font-size: 2rem;
    }

    .description-special {
        font-size: 1rem;
    }
}

/*@media screen and (max-width: 63.9375em) {
    li.main-menu-bar > ins {
        width: auto;
        color: #000;
        background: none;
    }

    .dropdown.menu > li {
        height: 4.5rem;
        line-height: 4.5rem;
    }
}*/

@media print,
screen and (min-width: 64em) {

    .description-special {
        font-size: 1.1rem;
    }

    #search-modal {
        display: block;
    }

    .main-menu-icon {
        font-size: 13px;
        font-weight: bold;
    }
}