.ui-datepicker {
    width: 280px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    text-align: center;
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    border-radius: 0;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #777;
}

.answer .labelfield label {
    margin: 0;
}
.information-block .topic-block-body {
    font-size: 0.7rem !important;
    line-height: 1rem;
}
.swiper-button-next i, .swiper-button-prev i {
    position: relative;
    margin:0 !important;
    text-align: center !important;
    width: 100% !important;
    display: flex !important;
    height: 100% !important;
    justify-content: center;
    align-items: center;
}

.information-block .topic-block-title {height: auto;}

    .information-block .topic-block-title h2 {
        font-size: 0.9rem !important;
        line-height: 2rem;
    }


.ui-datepicker-header {
    position: relative;
    height: 32px;
    background-color: #4ab2f1;
    color: #fff;
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    border-radius: 0;
    background-image: none;
    padding: 0 !important;
    font-weight: normal;
}

    .ui-datepicker-header a {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 0;
        /*override jQuery UI styles, do not delete doubled properties*/
        top: 0 !important;
        width: 32px !important;
        height: 32px !important;
        border: none !important;
    }

        .ui-datepicker-header a.ui-datepicker-prev {
            right: 0;
            left: auto;
            background: url('../images/calendar-next.png') center no-repeat;
        }

        .ui-datepicker-header a.ui-datepicker-next {
            right: auto;
            left: 0;
            background: url('../images/calendar-prev.png') center no-repeat;
        }

        .ui-datepicker-header a span {
            /*override jQuery UI styles, do not delete doubled properties*/
            display: none !important;
        }

.ui-datepicker-title {
    position: relative;
    z-index: 0;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    /*override jQuery UI styles, do not delete doubled properties*/
    line-height: 32px !important;
}

.ui-datepicker-calendar {
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
    font-size: 14px !important;
}

    .ui-datepicker-calendar th {
        background-color: #eee;
    }

    .ui-datepicker-calendar th,
    .ui-datepicker-calendar td {
        width: 14.285%;
        border: 1px solid #ddd;
        /*override jQuery UI styles, do not delete doubled properties*/
        padding: 0;
    }

        .ui-datepicker-calendar th span,
        .ui-datepicker-calendar td a {
            display: block;
            min-height: 32px;
            line-height: 32px;
            color: #444;
        }

        .ui-datepicker-calendar td a {
            /*override jQuery UI styles, do not delete doubled properties*/
            border: none !important;
            background: none !important;
            padding: 0;
            text-align: center;
            color: #444 !important;
        }

    .ui-datepicker-calendar .ui-state-active {
        outline: 2px solid #4ab2f1;
        font-weight: bold;
        color: #4ab2f1;
        /*override jQuery UI styles, do not delete doubled properties*/
        color: #4ab2f1 !important;
    }

.tooltip-container {
    position: absolute;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}

    .tooltip-container:before {
        content: '';
        position: absolute;
        bottom: 100%;
        right: 50%;
        margin-right: -7px;
        width: 0;
        height: 0;
        border-bottom: 7px solid #eeeeee;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

    .tooltip-container:after {
        content: '';
        position: absolute;
        bottom: 100%;
        right: 50%;
        margin-right: -6px;
        width: 0;
        height: 0;
        border-bottom: 6px solid #FFFFFF;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

.color-squares li:hover .tooltip-container {
    visibility: visible;
    margin-right: -83px;
    margin-top: 5px;
    z-index: 999;
}

.tooltip-container .tooltip-header {
    background-color: #F6F6F6;
    height: 25px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: left;
    width: 198px;
    font-size: 15px;
    border-bottom: 1px #EEEEEE solid;
}

.tooltip-container .tooltip-body {
    margin: 5px;
}

    .tooltip-container .tooltip-body img {
        border: 0px #FFF;
        width: 190px;
    }

.checkmark {
    color: #4bb07a;
}

.declinemark {
    color: #F44336;
}

.table-wrapper {
    overflow-x: auto;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}

a {
    color: inherit;
    cursor: pointer;
}

    a img {
        opacity: 0.99; /*firefox scale bug fix*/
    }

table {
    width: 100%;
    border-collapse: collapse;
}


input, textarea, select {
    font-size: 14px !important;
    font-family: Arial, Helvetica, sans-serif;
    color: #777;
}

textarea {
    min-height: 150px;
}

select {
    min-width: 50px;
    height: 32px; /*safari padding fix*/
    padding: 3px 6px;
    display: block;
    border-radius: 3px;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    textarea:focus, select:focus {
        border-color: #ccc;
        color: #444;
    }

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
    vertical-align: middle;
}

div#HomepageDeals .carousel {
    background-color: #ffffff;
    padding: 15px 0 10px;
}

.deals-grid .title p {
    direction: ltr
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
    cursor: pointer;
}

.master-wrapper-content {
    position: relative;
    z-index: 0;
    width: 100%;
    /* margin: 0 auto; */
}

.master-column-wrapper {
    position: relative;
    z-index: 0;
}

.page topic-page {
    margin-top: 40px;
}

.master-column-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.mobileNav-open::before {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
}

.center-2, .side-2 {
    margin: 0 0 50px;
    background-color: #fff;
}

    .side-2:after {
        content: "";
        display: block;
        clear: both;
    }

.page {
    min-height: 200px;
    text-align: center;
    border-radius: 3px;
    padding-bottom: 0px;
}

.page-title h1 {
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
    line-height: 40px;
    text-align: right;
}

.page:after,
.page-title:after,
.page-body:after {
    content: "";
    display: block;
    clear: both;
}

.center-1 .page-title,
.center-1 .title {
    text-align: center;
}

.buttons {
    margin: 30px 0 10px;
}

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    background: url('../images/rss.png') center no-repeat;
    font-size: 0 !important;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
    margin: 12px 0;
    padding: 0 40px 0 30px;
    list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
    margin: 12px 0;
    padding: 0 36px 0 0;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
    margin: 10px 0;
    text-align: justify;
}

.flyout-cart {
    display: none;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
    position: relative;
    margin: 0 0 20px;
}

    .fieldset .title,
    .section .title {
        margin: 0 0 15px;
        padding: 0 10px;
        font-size: 20px;
        color: #444;
    }

        .fieldset .title strong,
        .section .title strong {
            font-weight: normal;
        }


.inputs {
    position: relative;
    margin: 0 0 15px;
    text-align: center;
    white-space: nowrap; /*fix for 'required' elements*/
    font-size: 0;
}

    .inputs:after {
        content: "";
        display: block;
        clear: both;
    }

    .inputs label {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
        font-size: 14px; /*reset zeroing*/
        color: #444;
    }

    .inputs input[type="text"],
    .inputs input[type="password"],
    .inputs select, .inputs textarea {
        width: 400px;
        max-width: 100%;
        background-color: #fff;
    }

    .inputs.custom-attributes {
        white-space: normal;
    }

    .inputs .option-list {
        display: inline-block;
        max-width: 95%;
        vertical-align: middle;
    }

        .inputs .option-list li {
            display: inline-block;
            margin: 5px;
            border: 1px solid #ddd;
            background-color: #fff;
            padding: 8px 10px;
        }

        .inputs .option-list label {
            display: inline-block;
            width: auto !important;
            margin: 0 5px 0 0;
        }

    .inputs.reversed {
        margin: 0 0 20px;
        text-align: center;
    }

.required {
    margin: 0 3px 0 -8px; /*siblings offset*/
    vertical-align: top;
    font-size: 20px;
    font-weight: normal;
    color: #e4434b;
    display: none;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #e4434b;
    margin-top: 5px;
}

.field-validation-valid,
.username-available-status {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #4cb17c;
}

.captcha-box {
    text-align: center;
    line-height: 0; /*firefox line-height bug fix*/
}

    .captcha-box > div {
        display: inline-block;
        max-width: 100%;
    }

    .captcha-box input {
        height: auto;
    }

.cart th,
.data-table th,
.forum-table th {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    background-color: #f6f6f6;
    padding: 10px;
    white-space: nowrap;
    font-weight: normal;
    text-align: right;
}

    .forum-table th.replies,
    .forum-table th.views,
    .forum-table th.votes,
    .forum-table th.latest-post,
    .forum-table th.topics,
    .forum-table th.posts,
    .forum-table td.replies,
    .forum-table td.views,
    .forum-table td.votes,
    .forum-table td.latest-post,
    .forum-table td.topics,
    .forum-table td.posts {
        display: none;
    }

.forum-table td.image {
    min-width: 0;
}

.cart td,
.data-table td,
.forum-table td {
    min-width: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #ddd #ddd;
    background-color: #fff;
    padding: 20px;
    color: #444;
}

.forum-table td {
    min-width: 90px;
    padding: 10px;
}

.cart a,
.data-table a,
.forum-table a {
    font-weight: normal;
    color: #4ab2f1;
}

    .cart a:hover,
    .data-table a:hover,
    .forum-table a:hover {
        text-decoration: underline;
    }

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
    min-width: 225px;
    text-align: right;
}

.forum-table .forum-details,
.forum-table .topic-details {
    text-align: right;
}

.cart .product a,
.data-table .product a,
.data-table .info a {
    color: #444;
}

    .cart .product a:hover,
    .data-table .product a:hover,
    .data-table .info a:hover {
        color: #4ab2f1;
        text-decoration: none;
    }

.cart .product .edit-item {
    margin: 10px 0 0;
}

    .cart .product .edit-item a {
        font-weight: normal;
        color: #4ab2f1;
    }

        .cart .product .edit-item a:hover {
            text-decoration: underline;
        }

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}

.cart td.unit-price,
.data-table td.unit-price {
    white-space: nowrap;
}

.cart td.quantity input {
    width: 50px;
    text-align: center;
}

.cart td.subtotal,
.data-table td.total {
    white-space: nowrap;
    color: #444;
}

    .cart td.subtotal .discount {
        font-style: italic;
        color: #4ab2f1;
    }

.data-table em a {
    font-weight: bold;
    color: #444;
}

.data-table div.download {
    margin: 10px 0 0;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 1000;
    transform: translateX(-50%);
    height: 3em;
    border-radius: 2px 2px 0 0;
}

    .bar-notification.success {
        background-color: #4CAF50;
    }

    .bar-notification.error {
        background-color: #e4444c;
    }

    .bar-notification .content {
        margin: 0 0 0 30px;
        color: white;
        line-height: 45px;
        padding: 0 20px;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        text-align: left;
    }

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #444;
}

.ajax-loading-block-window::after {
    content: "";
    position: fixed;
    top: 50%;
    right: 50%;
    z-index: 9999999999;
    width: 300px;
    height: 300px;
    margin: -150px -150px 0 0;
    background: url('../images/loading.gif') center no-repeat;
    background-size: contain;
}

.ajax-loading-block-window::before {
    position: fixed;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99999999;
}

.please-wait {
    background: url('../images/ajax-loader-small.gif') no-repeat;
    padding-left: 20px;
    font-size: 14px;
}

.edit-address .please-wait {
    padding-right: 0;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffab;
    display: block;
    background-image: none;
}

    .edit-address .please-wait span {
        display: inline-block;
        background: url(../images/ajax-loader-small.gif) no-repeat;
        margin: 0 auto;
        padding-left: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 1;
    }

.ui-dialog {
    max-width: 90%;
    overflow: hidden;
    background-color: #fff;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
    font: normal 14px Iransans;
}

    .ui-dialog:before {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.25);
    }

.ui-dialog-titlebar {
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    background-color: #FAFAFA;
    padding: 10px 15px;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-width: 0 0 1px;
    border-radius: 4px 4px 0 0;
    background-image: none;
    padding: 10px 15px !important;
    font-weight: normal;
    cursor: auto !important;
}

    .ui-dialog-titlebar > span {
        float: right;
        font-size: 18px;
        color: #444;
        /*override jQuery UI styles, do not delete doubled properties*/
        float: right !important;
        margin: 0 !important;
    }

    .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        left: 0;
        width: 42px;
        height: 42px;
        border: none;
        overflow: hidden;
        background: url('../images/close.png') center no-repeat;
        font-size: 0;
        /*override jQuery UI styles, do not delete doubled properties*/
        top: 0 !important;
        right: auto !important;
        left: 0 !important;
        width: 42px !important;
        height: 42px !important;
        margin: 0 !important;
        border: none !important;
        border-radius: 0;
        background: url('../images/close.png') center no-repeat !important;
        padding: 0 !important;
    }

        .ui-dialog-titlebar button span {
            display: none !important;
        }

.ui-dialog-content {
    height: auto !important;
    padding: 15px;
    line-height: 20px;
    /*override jQuery UI styles, do not delete doubled properties*/
    background-color: #fff !important;
    padding: 15px 15px 20px 15px !important;
    color: #777;
}

    .ui-dialog-content .page {
        min-height: 0;
    }

    .ui-dialog-content .page-title {
        min-height: 0;
        margin: 0 0 5px;
        padding: 0px 10px 10px 10px;
        text-align: center;
    }

        .ui-dialog-content .page-title h1 {
            font-size: 20px;
            line-height: 20px;
        }

    .ui-dialog-content .back-in-stock-subscription-page {
        text-align: center;
    }

        .ui-dialog-content .back-in-stock-subscription-page .tooltip {
            margin-bottom: 10px;
        }

        .ui-dialog-content .back-in-stock-subscription-page .button-1 {
            border: none;
            background-color: #29B6F6;
            padding: 10px 15px;
            font-size: 15px;
            color: #fff;
            text-transform: uppercase;
        }

            .ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
                background-color: #248ece;
            }

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    right: 50%;
    z-index: 1050;
    width: 320px;
    height: 180px;
    margin: -90px -160px 0 0;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 20px;
        line-height: 20px;
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 5px 0 10px;
        border: none;
        background-color: #4ab2f1;
        padding: 8px 12px;
        font-size: 14px;
        color: #fff;
    }

        .eu-cookie-bar-notification button:hover {
            background-color: #248ece;
        }

    .eu-cookie-bar-notification a {
        display: block;
        color: #4ab2f1;
    }

        .eu-cookie-bar-notification a:hover {
            text-decoration: underline;
        }

.block {
    min-height: 40px;
    margin-top: 10px;
    text-align: right;
    border: 1px solid #EEEEEE;
    box-shadow: 0 0 5px #CFD8DC;
}

    .block .title {
        position: relative;
        padding: 10px 12px 10px 0;
        font-size: 18px;
        color: #444;
        cursor: pointer;
        border-bottom: 1px solid #B0BEC5;
    }

        .block .title strong {
            font-weight: normal;
        }

    .block .listbox {
        padding: 10px 16px;
    }

    .block .list a {
        display: inline-block;
        position: relative;
        padding: 5px 0;
        font-size: 0.9rem;
        color: #607D8B;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

    .block .list .active > a {
        color: #424242;
    }

    .block .list a:hover {
        color: #37474F;
    }

    .block a.product-picture {
        display: none;
    }

        .block a.product-picture:before {
            display: none;
        }

    .block .sublist {
        margin-right: 10px;
    }

        .block .sublist a {
            font-size: 14px;
        }

    .block .view-all {
        margin: 10px 0 0;
    }

        .block .view-all a {
            display: inline-block;
            padding: 10px 15px;
            font-size: 16px;
            color: #4ab2f1;
        }

            .block .view-all a:hover {
                text-decoration: underline;
            }

    .block .tags {
        margin: 5px 0 10px;
    }

        .block .tags ul {
            font-size: 0;
        }

        .block .tags li,
        .product-tags-all-page li {
            display: inline-block;
            position: relative;
            margin: 0 10px;
            overflow: hidden;
            font-size: 17px !important; /*setting base size*/
        }

            .block .tags li a,
            .product-tags-all-page li a {
                float: right;
                line-height: 30px;
                color: white;
            }

                .block .tags li a:hover,
                .product-tags-all-page li a:hover {
                    color: #FAFAFA;
                }

.poll strong {
    display: block;
    margin: 10px 0;
    background-color: #f6f6f6;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: normal;
    color: #444;
    text-transform: uppercase;
}

.poll-options,
.poll-results {
    margin: 10px 0 15px;
    overflow: hidden;
    font-size: 15px;
    color: #444;
}

    .poll-options li,
    .poll-results li {
        margin: 10px 0;
    }

        .poll-options li > input {
            margin: 0 0 0 5px;
            cursor: pointer;
        }

        .poll-options li > label {
            display: inline-block;
            font-size: 16px;
            cursor: pointer;
        }

.poll .buttons,
.poll-total-votes {
}

    .poll .buttons input {
        border: none;
        background-color: #FF9800;
        padding: 10px 20px;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
    }

        .poll .buttons input:hover {
            background-color: #F57C00;
        }

.poll-total-votes {
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
    font-style: italic;
    color: #444;
}


* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

html {
    margin: 0;
    -webkit-text-size-adjust: none;
    font-family: IRANSans !important;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: IRANSans !important;
    font-weight: 300;
    color: #777;
}

input, textarea, keygen, select, button {
    font-family: IRANSans !important;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
}

a:active {
    outline: none;
}

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
    border-radius: 3px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}

.pager {
    padding: 10px 5px;
}

    .pager ul {
        text-align: left;
        font-size: 0;
        margin: 0;
    }

    .pager li {
        display: inline-block;
        margin: 0 5px;
        vertical-align: top;
    }

        .pager li a,
        .pager li span {
            display: block;
            min-width: 35px;
            height: 35px;
            border: 1px solid #ECEFF1;
            background-color: rgba(225, 245, 254, 0.5);
            padding: 8px;
            text-align: center;
            font-size: 14px; /*reset zeroing*/
            cursor: pointer;
            border-radius: 50%;
            color: #9E9E9E;
        }

        .pager li span {
            border-color: transparent;
            background-color: #00BCD4;
            color: #fff;
            border-radius: 50%;
        }

        .pager li.previous-page *,
        .pager li.next-page *,
        .pager li.first-page *,
        .pager li.last-page * {
            background-position: center;
            background-repeat: no-repeat;
            font-size: 0;
            color: #fff;
        }

        .pager li.previous-page * {
            background-image: url('../images/next.png');
        }

        .pager li.next-page * {
            background-image: url('../images/prev.png');
        }

        .pager li.first-page * {
            background-image: url('../images/last.png');
        }

        .pager li.last-page * {
            background-image: url('../images/first.png');
        }

        .pager li a:hover {
            border-color: #CFD8DC;
            background-color: #E1F5FE;
        }

.popup-window .topic-page {
    padding: 15px;
}

.not-found-page p {
    margin: 30px 15px;
}

.enter-password-title {
    margin: 0 0 20px;
    color: #444;
}

.enter-password-form {
    display: inline-block;
    overflow: hidden;
}

    .enter-password-form input[type="password"] {
        float: right;
        width: 200px;
        height: 40px;
        margin: 0 0 0 -1px;
    }

    .enter-password-form input[type="submit"] {
        float: right;
        width: auto;
        min-width: 86px;
        height: 40px;
        border: none;
        background-color: #4ab2f1;
        padding: 0 15px;
        color: #fff;
        text-transform: uppercase;
    }

        .enter-password-form input[type="submit"]:hover {
            background-color: #248ece;
        }

/*Header*/
.admin-header-links {
    background-color: #333;
    text-align: center;
    color: #eee;
    height: 30px;
    line-height: 30px;
    font-size: 0.8rem;
}

    .admin-header-links * {
        display: inline-block;
        margin: 0 10px 0 !important;
        line-height: 30px;
        font-weight: bold;
    }

    .admin-header-links .impersonate {
        display: inline-block;
    }

        .admin-header-links .impersonate a {
            background-color: #555;
            padding: 0 15px;
        }

            .admin-header-links .impersonate a:hover {
                background-color: #666;
            }

.header {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 0;
    margin: auto;
    text-align: center;
    background-color: #fff;
    margin-bottom: 20px;
}

.header-upper {
    position: relative;
    z-index: 1;
}

.header-selectors-wrapper {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

    .header-selectors-wrapper > div {
        display: block;
        width: 50%;
        margin: 10px auto;
        vertical-align: middle;
    }

    .header-selectors-wrapper select {
        width: 100%;
    }

.language-list {
    max-width: 100%;
    font-size: 0;
}

    .language-list li {
        display: inline-block;
        margin: 0 1px;
        vertical-align: middle;
    }

    .language-list a {
        display: block;
        position: relative;
        width: 24px;
        height: 32px;
        line-height: 0;
    }

    .language-list img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

.header-links-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    top: 0;
    z-index: 99999999;
    right: 0;
    background-color: #FAFAFA;
    border-bottom: 1px solid #F5F5F5;
}

.header-links {
    width: 100%;
    text-align: right;
}

    .header-links ul {
        font-size: 0;
        text-align: right;
        margin: 0;
        padding: 5px 0;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }

    .header-links li {
        display: inline-block;
        margin: 0 5px;
        padding: 5px;
    }

    .header-links span,
    .header-links a {
        display: inline-block;
        font-size: 0.9rem; /*reset zeroing*/
        line-height: 36px;
        text-transform: uppercase;
        color: #546E7A;
    }

        .header-links a:hover {
            color: #4ab2f1;
        }

.header-lower {
    position: relative;
    z-index: 0;
    padding: 35px 0;
}

.header-logo {
    text-align: center;
    display: inline-block;
    height: 110px;
    border-radius: 4px 0 0 4px;
    vertical-align: middle;
    padding: 20px 0;
}

    .header-logo a {
        display: block;
        width: 100%;
        line-height: 0; /*firefox line-height bug fix*/
        text-align: center;
        height: 100%;
    }

        .header-logo a img {
            max-width: 100%;
            opacity: 1;
            max-height: 100%;
            display: inline-block;
        }

.search-box form {
    display: block;
    width: 100%;
    text-align: center;
}

    .search-box form:after {
        content: "";
        display: block;
        clear: both;
    }

.search-box input.search-box-text {
    float: right;
    height: 40px;
    padding-right: 10px;
    border: 1px solid #BDBDBD;
    font-size: 1rem !important;
    margin: 0 0 0 -1px;
    border-radius: 4px;
    color: #616161;
    display: inline-block;
    width: 100%;
}

.search-box .search-box-button {
    height: 40px;
    border: none;
    background-color: #4ab2f1;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    font-size: 0.9rem !important;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(128, 128, 128, 0.48);
    display: inline-block;
    width: 100%;
}

    .search-box .search-box-button:hover {
        background-color: #248ece;
    }

.search-box .ui-autocomplete-loading {
    background: #fff url('../images/ajax-loader-small.gif') left center no-repeat;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.ui-autocomplete {
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
    background-color: #fff;
    text-align: right;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
}

    .ui-autocomplete li {
        border-top: 1px solid #ddd;
    }

        .ui-autocomplete li:first-child {
            border-top: none;
        }

    .ui-autocomplete a {
        display: block;
        padding: 15px;
        font-size: 14px;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        background: none !important;
        padding: 15px !important;
        line-height: normal !important;
        color: #777 !important;
        font-family: iransans;
    }

        .ui-autocomplete a:hover,
        .ui-autocomplete a.ui-state-focus {
            background-color: #f6f6f6 !important;
        }

    .ui-autocomplete img {
        display: none;
        min-width: 20px;
        margin: 0 0 0 10px;
        vertical-align: middle;
    }

/*Footer*/
.footer {
    text-align: center;
    z-index: 1;
    padding-top: 20px;
    position: relative;
    margin-top: 0 !important;
    background-color: #ededed;
}

.footer-upper {
    margin: 0 15px !important;
    overflow: hidden;
    font-size: 0;
}

.footer-block {
    display: inline-block;
    vertical-align: top;
}

    .footer-block .list > li {
        text-align: right;
    }

    .footer-block .title {
        padding: 10px 0;
        font-size: 1rem;
        text-align: right;
    }

        .footer-block .title strong {
            font-weight: normal;
        }

    .footer-block .list {
        margin: 0 0 20px;
        padding: 0px 5px;
    }

        .footer-block .list a {
            padding: 10px 15px;
            line-height: 26px;
            color: #616161;
            font-size: 0.9rem;
        }

            .footer-block .list a:hover {
                color: #9E9E9E;
            }

.follow-us .title {
    margin: 0 0 10px;
    background: none;
    color: #444;
    cursor: auto;
    text-align: right;
    padding-right: 20px;
}

.follow-us .social ul {
    padding-bottom: 10px;
    font-size: 0;
    margin: 0;
    text-align: center;
}

.follow-us .social li {
    display: inline-block;
    margin: 0 5px;
}

.follow-us .social a {
    display: block;
    width: 42px;
    height: 42px;
    background: url('../images/social-sprite.png') no-repeat;
    font-size: 0;
    background-size: 300px;
}

.follow-us .social .facebook a {
    background-position: 0 0;
}

.follow-us .social .twitter a {
    background-position: -43px 0;
}

.follow-us .social .rss a {
    background-position: -85px 0;
}

.follow-us .social .youtube a {
    background-position: -128px 0;
}

.follow-us .social .google-plus a {
    background-position: -170px 0;
}

.follow-us .social .telegram a {
    background-position: -212px 0;
}

.follow-us .social .instagram a {
    background-position: -255px 0;
}

.newsletter-email {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    padding: 0 20px 10px;
}

    .newsletter-email input[type="text"] {
        float: right;
        width: 100%;
        height: 40px;
        margin: 0 0 0 -1px;
        border: 1px solid #BDBDBD;
        border-radius: 0 4px 4px 0;
        padding: 0 10px;
        font-size: 1.1rem !important;
    }

.newsletter-subscribe-button {
    float: right;
    height: 40px;
    border: none;
    background-color: #26C6DA;
    padding: 5px 20px;
    text-align: center;
    border-radius: 4px 0 0 4px !important;
    color: #fff;
    transition: 200ms all;
}

    .newsletter-subscribe-button:hover {
        background-color: #00ACC1;
        transition: 200ms all;
    }

.newsletter-email .options {
    clear: both;
    padding: 10px 0 0;
}

.newsletter-validation,
.newsletter-result {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}
/*.newsletter-validation .please-wait {
	display: none !important; 
}*/

.footer-lower {
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 0 !important;
    text-align: center;
    background-color: #455A64;
    color: white;
    margin-top: 30px;
}

    .footer-lower span {
        font-size: 0.6rem;
    }

.footer-tax-shipping a {
    display: inline-block;
    font-weight: bold;
    color: #4ab2f1;
}

    .footer-tax-shipping a:hover {
        text-decoration: underline;
    }

.footer-powered-by {
    margin: 10px 0 0;
}

    .footer-powered-by a {
        display: inline-block;
        font-weight: bold;
        color: #4ab2f1;
    }

        .footer-powered-by a:hover {
            text-decoration: underline;
        }

.theme-selector {
    margin: 10px 0 0;
}

    .theme-selector select {
        width: 170px;
    }

.category-description,
.manufacturer-description,
.vendor-description {
    margin: 0 0 25px;
    line-height: 22px;
    padding: 10px;
}

.contact-vendor {
    margin: 0 0 30px;
}

    .contact-vendor .button-2 {
        border: none;
        background-color: #4ab2f1;
        padding: 10px 15px;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
    }

        .contact-vendor .button-2:hover {
            background-color: #248ece;
        }

.product-selectors {
    text-align: right;
    padding: 5px 0 0;
    background-color: #f4fcff;
}

    .product-selectors:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-selectors > div {
        display: inline-block;
        margin: 5px;
    }

    .product-selectors span {
        display: inline-block;
        vertical-align: middle;
        font-size: .8rem;
    }

    .product-selectors select {
        margin: 0 8px;
        display: inline-block;
        outline: none;
        border-radius: 5px;
    }

    .product-selectors .product-viewmode {
        display: none;
        font-size: 0;
    }

.product-filters {
    display: none
}

.product-filter {
    margin: 0 0 10px;
}

    .product-filter .filter-title {
        margin: 0 0 10px;
        background-color: #f6f6f6;
        padding: 10px;
        font-size: 17px;
        color: #444;
    }

        .product-filter .filter-title strong {
            font-weight: normal;
        }

    .product-filter .filter-content {
        padding: 10px;
        color: #444;
    }

    .product-filter .available-items:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-filter .group {
        margin: 0 0 10px;
    }

        .product-filter .group li {
            font-size: 15px;
        }

            .product-filter .group li a,
            .product-filter .group li strong {
                display: inline-block;
                padding: 5px 0;
            }

                .product-filter .group li a:hover {
                    color: #4ab2f1;
                }

            .product-filter .group li.item {
                display: inline-block;
                position: relative;
                margin: 0 0 0 15px;
                padding: 0 15px 0 0;
            }

                .product-filter .group li.item:before {
                    content: "";
                    position: absolute;
                    top: 12px;
                    right: 0;
                    width: 5px;
                    height: 5px;
                    background-color: #ddd;
                }

            .product-filter .group li.color-item {
                padding: 0;
                display: inline-block;
            }

                .product-filter .group li.color-item a {
                    padding: 0;
                }

                .product-filter .group li.color-item:before {
                    display: none;
                }

.filtered-items .title {
    margin: 0 0 5px;
    font-size: 0.8rem;
}

.filtered-items .item {
    color: #689F38;
    border: 1px solid #7CB342;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    margin: 5px 7px;
    font-size: 0.7rem;
}

.remove-filter {
    margin: 15px 0;
    text-align: center;
}

    .remove-filter a {
        display: inline-block;
        background-color: #9E9E9E;
        padding: 10px 20px;
        font-size: 13px;
        color: #fff;
        border-radius: 3px;
    }

        .remove-filter a:hover {
            background-color: #BDBDBD;
            color: white;
        }

.ui-tabs {
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #777;
}

.ui-tabs-nav {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 0 30px !important;
    border-width: 0 0 1px;
    border-radius: 0;
    background: none;
    padding: 0 !important;
    line-height: normal;
    font-weight: normal;
    color: #444;
}

    .ui-tabs-nav li {
        margin: 0 0 -1px;
        /*override jQuery UI styles, do not delete doubled properties*/
        float: none !important;
        margin: 0 0 -1px !important;
        border: none !important;
        border-radius: 0;
        background: none !important;
        padding: 0 !important;
    }

        .ui-tabs-nav li a {
            display: block;
            border: 1px solid #ddd;
            padding: 12px 24px;
            text-align: center;
            font-size: 18px;
            color: #444;
            /*override jQuery UI styles, do not delete doubled properties*/
            float: none !important;
            padding: 12px 24px !important;
        }

        .ui-tabs-nav li.ui-state-active a {
            background-color: #eee;
            color: #4ab2f1;
        }

.ui-tabs-panel {
    /*override jQuery UI styles, do not delete doubled properties*/
    padding: 0 !important;
}

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;
}

.csharpcode {
    margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #fff;
    padding: 10px;
    font-family: "Courier New", Courier, monospace;
    color: #000;
}

    .csharpcode .rem {
        color: green;
    }

    .csharpcode .kwrd {
        color: #00f;
    }

    .csharpcode .str {
        color: #006080;
    }

    .csharpcode .op {
        color: #00c;
    }

    .csharpcode .preproc {
        color: #c63;
    }

    .csharpcode .asp {
        background-color: #ff0;
    }

    .csharpcode .html {
        color: maroon;
    }

    .csharpcode .attr {
        color: red;
    }

    .csharpcode .alt {
        width: 100%;
        margin: 0;
        background-color: #f6f6f6;
    }

    .csharpcode .lnum {
        color: #666;
    }

.gender {
    display: inline-block;
}

    .gender span {
        display: inline-block;
        margin: 0 5px;
    }

        .gender span > * {
            display: inline !important;
            margin: 0 5px;
            line-height: 32px;
        }

.date-of-birth select {
    width: 31%; /*always single line*/
    max-width: 126px;
    display: inline-block;
}

    .date-of-birth select + select {
        margin: 0 10px 0 0;
    }




@media all and (max-width: 1000px) {
    .header-menu {
        position: relative;
        z-index: 1;
        width: 90%;
        max-width: 600px;
        margin: 0 auto 40px;
    }

    .menu-toggle {
        background: #4ab2f1 url('../images/menu-icon.png') left center no-repeat;
        padding: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }

    .top-menu {
        display: none;
    }

        .top-menu > li {
            position: relative;
            margin: 1px 0;
            background-color: #f6f6f6;
        }

            .top-menu > li > a {
                display: block;
                min-height: 55px;
                padding: 18px;
                font-size: 15px;
                color: #555;
            }

        .top-menu .sublist {
            display: none;
            background-color: #fff;
            padding: 5px 0;
        }

            .top-menu .sublist li {
                position: relative;
                margin: 1px 20px 1px 0;
            }

                .top-menu .sublist li a {
                    display: block;
                    padding: 15px 18px;
                    font-size: 15px;
                }

    .sublist-toggle {
        position: absolute;
        top: 0;
        left: 0;
        width: 55px;
        height: 55px;
        border-right: 1px solid #fff;
        background: url('../images/toggle-black.png') center no-repeat;
        padding: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }

    .sublist .sublist-toggle {
        height: 49px;
    }

    .sublist .sublist li {
        background-color: #f6f6f6;
    }

    .sublist .sublist .sublist li {
        background-color: #fff;
    }

    .block-category-navigation {
        display: none;
    }

    .block-account-navigation {
        float: none;
        margin: auto !important;
    }
}

@media all and (min-width: 769px) {
    .ui-tabs-nav {
        text-align: right;
    }

        .ui-tabs-nav li {
            margin: 0 0 -1px 10px;
            margin: 0 0 -1px 10px !important;
        }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    ul.nav.navbar-nav {
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        position: relative;
    }

        ul.nav.navbar-nav > li {
            text-align: center;
            display: inline-block;
            margin: 0 auto;
            float: none !important;
            position: static;
        }

    ul.dropdown-menu.megamenu-content .col-sm-4 h3 {
        font-size: 1.1rem;
        font-weight: 500;
        color: #ffffff;
        border-bottom: 1px solid #EEEEEE;
        display: inline-block;
        padding: 0 5px 6px 20px;
    }

    ul.dropdown-menu.megamenu-content .media-list {
        padding: 5px 8px;
        margin-top: 6px;
        margin-right: 3px;
    }

    .collapse.navbar-collapse {
        display: block;
    }

    a.dropdown-toggle::after {
        display: none;
    }

    ul.dropdown-menu.megamenu-content .col-sm-4 {
        text-align: right;
        margin-top: 20px;
    }

    ul.media-list .dropdown a {
        color: #F5F5F5;
        line-height: 2.2rem;
        font-size: 1rem;
        padding-bottom: 3px;
        transition: 100ms all;
    }

        ul.media-list .dropdown a:hover {
            color: #ffffff;
            border-bottom: 2px solid #fff;
            transition: 200ms all;
        }

    .fieldset .buttons {
        margin-top: 10px;
    }

    .nav-side-menu.show .dropdown-menu.megamenu-content .row .col-sm-4 {
        width: 100% !important;
        display: block;
        text-align: center;
        padding: 0;
    }

        .nav-side-menu.show .dropdown-menu.megamenu-content .row .col-sm-4 h3 {
            color: #fff;
            background-color: #03A9F4;
            width: 100%;
            padding: 0;
        }

    .nav-side-menu.show li, .nav-side-menu.show ul {
        padding: 0;
        font-size: 1rem;
    }


    /**** GLOBAL ***/


    .master-wrapper-content {
        width: 100%;
    }

    .home-page-polls li {
        min-width: 100px;
    }


    /**** GLOBAL TABLES ***/


    .cart tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }

        .cart tr:nth-child(2n+1) {
            clear: none;
        }

        .cart tr:nth-child(3n+1) {
            clear: both;
        }

    .order-details-page .data-table tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }

        .order-details-page .data-table tr:nth-child(2n+1) {
            clear: none;
        }

        .order-details-page .data-table tr:nth-child(3n+1) {
            clear: both;
        }


    /*** HEADER ***/


    .header-selectors-wrapper > div {
        width: 20%;
    }
}

@media all and (min-width: 1001px) {
    .master-wrapper-content {
        width: 100%;
        margin: auto;
    }

    .center-2 {
        float: left;
        width: 73%;
    }

    .side-2 {
        float: right;
        width: 25%;
    }

    .inputs {
        text-align: right;
    }

        .inputs label {
            display: inline-block;
            width: 265px;
            margin: 0 0 0 10px;
            text-align: left;
        }

        .inputs input[type="text"],
        .inputs input[type="password"],
        .inputs select {
            min-height: 40px;
        }

        .inputs .option-list li {
            margin: 0 0 0 10px;
        }

    .center-2 .inputs label {
        width: 136px;
    }

    .page-title a + h1 {
        float: right;
    }

    .link-rss {
        display: block;
        float: left;
        margin: 6px 0 0;
    }
}

@media all and (min-width: 1001px) {
    .header-upper:after {
        content: "";
        display: block;
        clear: both;
    }

    .header-selectors-wrapper {
        float: right;
        border: none;
        padding: 0;
    }

        .header-selectors-wrapper > div {
            width: auto;
            min-width: 100px;
            margin: 0 0 0 12px;
            line-height: 43px;
        }

        .header-selectors-wrapper select {
            height: 25px;
            padding: 4px;
            font-size: 12px;
        }

    #topcartlink {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0 18px;
    }

    .flyout-cart {
        position: absolute;
        top: 45px;
        left: 0;
        z-index: 100;
        width: 300px;
        box-shadow: 0 0 2px rgba(0,0,0,0.25);
        background-color: #fff;
    }

        .flyout-cart.active {
            display: block;
        }

    .mini-shopping-cart {
        padding: 12px;
        text-align: right;
        font-size: 12px;
    }

        .mini-shopping-cart .count {
            padding: 5px 0 15px;
            color: #444;
        }

            .mini-shopping-cart .count a {
                margin: 0 2px;
                font-weight: bold;
                color: #444;
            }

        .mini-shopping-cart .items {
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            margin: 0 0 20px;
        }

        .mini-shopping-cart .item {
            overflow: hidden;
            padding: 10px 0;
        }

        .mini-shopping-cart .picture {
            float: right;
            width: 70px;
            text-align: center;
        }

            .mini-shopping-cart .picture a {
                display: block;
                position: relative;
                overflow: hidden;
            }

                .mini-shopping-cart .picture a:before {
                    content: "";
                    display: block;
                    padding-top: 100%;
                }

            .mini-shopping-cart .picture img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                max-width: 100%;
            }

            .mini-shopping-cart .picture + .product {
                margin: 0 80px 0 0;
            }

        .mini-shopping-cart .name {
            margin: 0 0 10px;
            font-size: 14px;
        }

            .mini-shopping-cart .name a {
                color: #4ab2f1;
            }

                .mini-shopping-cart .name a:hover {
                    color: #248ece;
                }

        .mini-shopping-cart .attributes {
            margin: 5px 0;
            color: #444;
        }

        .mini-shopping-cart .totals {
            margin: 0 0 12px;
            font-size: 14px;
        }

            .mini-shopping-cart .totals strong {
                font-size: 16px;
                color: #444;
            }

        .mini-shopping-cart .buttons {
            margin: 0 0 5px;
        }

        .mini-shopping-cart input[type="button"] {
            display: inline-block;
            border: none;
            background-color: #4ab2f1;
            padding: 10px 20px;
            font-size: 12px;
            color: #fff;
            text-transform: uppercase;
        }

            .mini-shopping-cart input[type="button"]:hover {
                background-color: #248ece;
            }

    .header-lower {
        display: table;
        width: 100%;
    }

    /*** NAVIGATION ***/


    .header-menu {
        position: relative;
        z-index: 5;
        width: 100%;
        margin: 0 auto 30px;
        padding: 10px 0;
        text-align: center;
        background-color: #65c3fb;
        margin-bottom: 50px;
    }

    .menu-toggle,
    .sublist-toggle {
        display: none;
    }

    .header-menu > ul {
        display: block !important; /* prevents toggle display:none on resize */
        font-size: 0;
    }

        .header-menu > ul.mobile {
            display: none !important;
        }

        .header-menu > ul > li {
            display: inline-block;
            padding: 0 15px;
            vertical-align: middle;
        }

            .header-menu > ul > li:first-child {
                border-right: none;
            }

            .header-menu > ul > li > a {
                display: block;
                padding: 5px 10px;
                line-height: 20px;
                font-size: 17px; /*reset zeroing*/
                color: white;
                cursor: pointer;
            }

                .header-menu > ul > li > a:hover {
                    color: #4ab2f1;
                }

    .header-menu .sublist {
        display: block;
        position: absolute;
        width: 100%;
        background-color: #fff;
        padding: 10px 0;
        text-align: right;
        right: 0;
    }

        .header-menu .sublist li {
            position: relative;
            width: 33%;
        }

            .header-menu .sublist li a {
                display: block;
                position: relative;
                padding: 10px 30px 10px 20px;
                font-size: 14px;
                color: #444;
            }

                .header-menu .sublist li a:before {
                    content: "";
                    position: absolute;
                    top: 17px;
                    right: 15px;
                    width: 5px;
                    height: 5px;
                    background-color: #ddd;
                }

            .header-menu .sublist li:hover > a {
                background-color: #f6f6f6;
            }

    .header-menu ul li:hover > .sublist {
        display: block;
    }

    .header-menu .sublist .sublist {
        top: -10px;
        right: 100% !important;
    }


    .newsletter-validation .field-validation-valid {
        text-align: right;
    }
}

@media all and (min-width: 1001px) {
    .gender span {
        margin: 0 0 0 10px;
    }

        .gender span > * {
            margin: 0 0 0 5px;
        }

    .date-of-birth select + select {
        margin: 0 11px 0 0;
        display: inline-block;
    }

    .advanced-search .price-range {
        margin-right: 5px;
    }
}

@media all and (min-width: 1367px) {
    .master-wrapper-content {
        width: 100%;
    }

    .inputs label {
        width: 375px;
    }

    .center-2 .inputs label {
        width: 213px;
    }

    /*** NAVIGATION ***/


    .header-menu {
        width: 1200px;
    }

        .header-menu > ul > li {
            padding: 0 20px;
        }

            .header-menu > ul > li > a,
            .header-menu > ul > li > span {
                font-size: 18px;
            }


    /*** FOOTER ***/


    .footer-upper {
        padding: 0 !important;
        margin: 0 !important;
        max-width: 10000px !important;
    }

    .footer-block {
        width: 280px;
    }

    .footer-lower {
        padding: 25px 20px;
    }
}

@media (max-width: 40em) {
    a.thumb-popup-link {
        width: 40px !important;
        height: 40px !important;
    }

    .thumbs-container {
        height: 90px !important;
    }


    .normal_shortcut {
        height: auto !important;
        margin-bottom: 0 !important;
        padding: 0 4px !important;
    }

    .header {
        margin-bottom: 0;
        position: relative;
    }

    .footer-block .list a {
        padding: 0 !important
    }

    .information-block {
        min-height: 220px;
    }

    .master-wrapper-content {
        box-shadow: none !important;
        border: none;
        padding: 0 !important;
        background-color: #fafafa !important;
    }

    .home-page-category-shortcut {
        max-width: 100%;
        margin: 0 !important;
        padding: 0;
    }

    .container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .product-grid {
        padding: 0 0 20px 0 !important;
        margin: 0;
        margin-bottom: 20px;
    }

    .grid-title {
        text-align: center;
        border-bottom: 2px solid #FFC107;
        background-color: #F5F5F5;
    }

        .grid-title strong {
            border: none;
            position: relative;
        }

    .header-topmenu {
        padding: 0 10px;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        display: none !important;
    }

    .home-page .topic-block {
        margin: 5px 0;
    }

    li.breadcrumb-item span {
        font-size: 0.8rem;
    }

    ol.breadcrumb li:first-child {
        margin: 0;
    }

    li.breadcrumb-item {
        margin: 0;
        float: none !important;
    }

    #breacrumb-container {
        margin-bottom: 0;
        position: relative;
    }

    .order-progress ul {
        padding-bottom: 20px;
        height: 135px;
    }

    .order-progress {
        height: 110px;
    }

    div#newaddress .edit-address {
        border-bottom: 1px solid #9f9f9f;
    }

    :not(input):not(textarea):not(button):not(select) {
        user-select: none;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent;
    }


    .newsletter-email .form-group {
        display: inline-block;
    }

    .footer {
        margin-top: 50px !important;
    }
    .add-info > .price {
    height: 40px;
}

    .headingitems {
        margin: 0 auto 0 !important;
        padding-bottom: 0 !important;
    }

    .header-links {
        top: 0;
        right: 0;
        z-index: 999999999999;
        background-color: #Ededed;
        width: 100%;
        height: 91px;
    }

        .header-links ul {
            font-size: 0;
            text-align: right;
            margin: 0;
            padding: 0;
            display: flex;
            white-space: nowrap;
            width: 100% !important;
            justify-content: space-evenly;
        }

    .carousel-touch ul li:first-child, .carousel-touch ul .item-section:first-child, .carousel-touch > form li:first-child, .carousel-touch > form .item-section:first-child, .carousel-touch > .carousel-wrapper li:first-child, .carousel-touch > .carousel-wrapper .item-section:first-child {
        margin-right: 0;
        padding-right: 5vw;
    }

    .navbar.burger {
        display: block !important;
        padding: 10px;
        width: 100%;
        position: relative;
        text-align: center;
        border-bottom: 1px dashed #c8c8c8;
        line-height: 1.5rem;
        background-color: #ededed;
        font-size: 1.2rem;
        font-weight: 400;
    }

    .footer-upper {
        margin: 0 auto !important;
    }

    nav.mobileNav.mobileNav-open ul li a span {
        padding: 5px 0;
    }

    #HeaderContactus, #HeaderAboutUs {
        display: none;
    }

    nav.navbar.navbar-default.megamenu {
        display: none;
    }

    .mobileNav {
        position: fixed;
        width: 100%;
        background: #03A9F4;
        display: none;
        top: 0;
        right: 0;
        margin-top: 0;
        box-shadow: 0 0 5px #E0E0E0;
        border: 1px solid #E0E0E0;
        overflow: auto;
    }

    .mobileNav-open {
        display: block !important;
    }
ul.mobileNav_tier1 li {padding: 0 10px;margin-bottom: 0;}
    .mobileNav_tier1 {
        width: 100%;
        font-size: 1rem;
        text-align: center;
        color: white;
    }

    .mobileNav_tier1_item {
        display: block;
        height: 75px;
        padding-top: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: rgba(255, 255, 255, 0.9);
    }

    .mobileNav_tier2 {
        display: none;
        position: absolute;
        top: 0;
        left: 75px;
        font-size: 1.5rem;
        text-align: left;
    }

        .mobileNav_tier2 li {
            width: 325px;
        }

    .mobileNav_tier2_heading {
        display: block;
        width: 100%;
        margin: 0;
        padding: 20px;
        border-bottom: 1px solid #eee;
        font-size: inherit;
        font-weight: 400;
        color: #888;
    }

    .mobileNav_tier2_item {
        display: block;
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid #eee;
        color: #E50B00;
        font-weight: bold;
    }

        .mobileNav_tier2_item:hover {
            background: #fafafa;
        }

    .mobileNav_tier2_item-search {
        display: block;
        width: 100%;
        padding: 20px 40px;
        color: #111;
        border: none;
        border-bottom: 1px solid #eee;
        background: #fafafa;
    }

    .mobileNav_tier1 li.active > a {
        color: #FF9800;
        border-bottom: 1px solid #ededed;
    }

        .mobileNav_tier1 li.active > a i {
            transform: rotate(180deg);
            top: 15px;
            transition: 100ms all;
        }

    .mobileNav_tier1 li.active .mobileNav_tier2 {
        display: block;
    }
}

@media (min-width: 768px) {
    li.breadcrumb-item.active a {
        color: #fff !important;
    }

    ol.breadcrumb:hover li {
        margin-left: -5px;
        transition: 300ms all;
        background-color: #f3f3f3;
    }

        ol.breadcrumb:hover li.breadcrumb-item.active {
            background-color: #2cb7f6;
        }
}

@media (max-width: 800px) {
    .title {
        font-size: 3vw;
    }
}

@media (max-width: 767px) {
    .ccl-grid.mrp-carousel__content {
        flex-wrap: nowrap !important;
        overflow: auto;
    }
    .ccl-grid-item__content .ccl-content-image {
    min-height: 8rem !important;
    }
    .mrp-media-image{
    min-height: 9rem !important;
}

    a.col-sm-4.col-md-2.ccl-grid-item {
        max-height: 15rem;
    }

    .ccl-grid-item__content {
        min-width: 10rem;
    }
    .ccl-grid.mrp-carousel__content.row {
        min-height:12rem;
    }
    #hidefilters {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1.5rem;
        color: #e9efee;
        display: inline-block !important;
        width: 100%;
        text-align: left;
    }

        #hidefilters::after {
            content: "";
            width: calc(100% - 15px);
            height: 1px;
            background-color: #e9efee;
            top: calc(50% - 1px);
            right: 0px;
            z-index: 99;
            display: inline-block;
            position: absolute;
        }

    div#shoppingbtnsContainer {
        width: 100%;
        height: 80px;
        display: block;
        bottom: 0px;
        left: 0;
        box-shadow: none !important;
        margin-bottom: 10px;
    }

    .cart-itemscontainer {
        box-shadow: none !important;
        border-bottom: none !important;
    }

    .cart-itemsBox .item {
        border-bottom: none !important;
    }

    .nav-side-menu {
        right: 0;
        transition: 200ms all ease-in;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }
}

@media (max-width: 768px) {
    li.breadcrumb-item.active {
        color: #fff;
    }

    ol.breadcrumb:hover li {
        margin-left: -5px;
        transition: 300ms all;
        background-color: #f3f3f3;
    }

        ol.breadcrumb:hover li.breadcrumb-item.active {
            background-color: #2cb7f6;
        }

    ol.breadcrumb li {
        padding: 0px 5px;
        font-size: 0.7rem;
        background-color: transparent !important;
        display: inline-block;
    }

    ol.breadcrumb::after {
        display: none !important;
    }

    .breadcrumb-container {
        margin-bottom: 15px;
    }

    ol.breadcrumb {
        margin: 0 !important;
        padding-top: 10px !important;
        line-height: 22px !important;
        display: inline-block !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
        padding-bottom: 0 !important;
        overflow-y: hidden !important;
        overflow-x: scroll !important;
    }

    .side-2 {
        display: none;
        background-color: #4ab2f1;
        z-index: 99;
        padding-top: 40px;
        overflow: auto;
        position: fixed;
        top: 12em;
        left: 0;
        border-top: 1px solid darkgrey;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 20px 10px #ffffff;
    }

        .side-2 .block {
            box-shadow: none;
            border: none;
        }

            .side-2 .block .title {
                border-bottom-color: #ededed;
            }

            .side-2 .block .listbox {
                background-color: #FAFAFA;
                border: none;
            }
}

li.sublist-container {
    width: 80%;
    margin: 0 auto;
}

.megamenu-container {
    width: 100%;
    position: absolute;
    top: 50px;
    display: none;
    left: -1px;
    width: 100.2%;
}

    .megamenu-container .container {
        width: 80%;
        background-color: #fff;
        box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);
        overflow: hidden;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        margin: 0 auto;
    }

ul.categoryitem-haschild-container {
    display: inline-block;
    width: 20%;
    height: auto;
    padding: 10px;
    position: relative;
    top: 0;
    vertical-align: top;
    float: right;
}

    ul.categoryitem-haschild-container:nth-child(2n+1) {
        background-color: #f9f9f9 !important;
    }

    ul.categoryitem-haschild-container a:hover {
        color: #2874f0;
    }

li.child-inlist {
    text-align: right;
    line-height: 20px;
}

    li.child-inlist a {
        padding: 4px 0 4px 23px;
        margin: 0;
        display: inline-block;
        border: 1px solid transparent;
        position: relative;
        cursor: pointer;
        font-weight: 400;
        width: 90%;
    }

.child-inlist-header {
    line-height: 25px;
    text-align: right;
}

    .child-inlist-header a {
        color: #000;
        font-size: 12px;
        font-weight: 700;
        padding: 4px 23px 4px 0;
        margin: 0;
        display: inline-block;
        border: 1px solid transparent;
        position: relative;
        cursor: pointer;
        width: 100% !important;
    }

.menu-item a {
    padding: 5px 20px;
    width: 50px;
}

.child-inlist-header a::after {
    display: inline-block;
    content: '';
    opacity: 1;
    position: relative;
    width: 0;
    height: 0;
    border-right: 4px solid #c2c2c2;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-right: 6px;
    margin-top: 5px;
}

span.listitem-txt {
    color: #666;
    font-size: 13px;
}

.megamenu-container.mg-show {
    display: block !important;
}

.brands-grid.home-page-brands-grid {
    overflow: hidden;
    width: 100%;
    height: 100px;
    -webkit-user-select: none;
    display: block;
    overflow-y: hidden;
    padding: 0;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

    .brands-grid.home-page-brands-grid .item-grid {
        overflow: hidden;
        height: 100%;
        white-space: nowrap;
        display: inline-block;
        position: relative;
        z-index: 9;
    }

.manufacture-item-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.brand-homepage-container {
    border-radius: 2px;
    min-height: 100px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 5px;
    margin-top: 30px;
    background-color: #fff;
}
.brand-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 70%;
    margin-bottom: 10px;
    height: 90px;
}

.brandname {
    font-size: 0.8rem;
    padding: 4px 10px;
    margin: 3px;
    text-align: left;
    background-color: #fff;
    color: #4ab2f1;
    font-weight: 400;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 200ms all;
    opacity: 0;
}

.manufacture-item-box:hover .brandname {
    opacity: 1;
    transition: 200ms all;
    line-height:0;
}
li.child-inlist a:hover span::after {
    transition: 200ms;
    transform: translateX(0);
    opacity: 1;
}

li.child-inlist a span::after {
    content: "â—„";
    display: inline-block;
    position: relative;
    transition: 200ms;
    transform: translateX(15px);
    opacity: 0;
}

.navbar-default {
    background-color: #49b2f2;
    border: 1px solid #EEEEEE;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-weight: 400;
    }

    .navbar-default .navbar-nav > .dropdown > a .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
        margin-right: 0;
        position: relative;
        top: 2px;
    }

    .navbar-default .navbar-brand {
        color: #fff;
    }

.menu-large {
    position: static !important;
}

.megamenu {
    padding: 5px 0;
    width: 100%;
    display: inline-block;
}

    .megamenu > li > ul {
        padding: 0;
        margin: 0;
    }

        .megamenu > li > ul > li {
            list-style: none;
            text-align: right;
            line-height: 20px;
        }

            .megamenu > li > ul > li > a {
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 20px;
                color: #333333;
                white-space: normal;
                text-align: right;
                display: inline-block;
            }

                .megamenu > li > ul > li > a::after {
                    content: "";
                    opacity: 0;
                    position: relative;
                    right: 0;
                    top: 0;
                    border-right: .3em solid #d2d2d2;
                    border-top: .3em solid transparent;
                    border-bottom: .3em solid transparent;
                    width: 0;
                    height: 0;
                    display: inline-block;
                    -moz-transition: 300ms all;
                    -o-transition: 300ms all;
                    -webkit-transition: 300ms all;
                    transition: 300ms all;
                    -moz-transform: translateX(10px);
                    -ms-transform: translateX(10px);
                    -o-transform: translateX(10px);
                    -webkit-transform: translateX(10px);
                    transform: translateX(10px);
                    top: 3px;
                }

            .megamenu > li > ul > li:hover > a::after {
                -moz-transform: translateX(-5px);
                -ms-transform: translateX(-5px);
                -o-transform: translateX(-5px);
                -webkit-transform: translateX(-5px);
                transform: translateX(-5px);
                opacity: 1 !important;
            }

    .megamenu > li ul > li > a:hover,
    .megamenu > li ul > li > a:focus {
        text-decoration: none;
        color: #262626;
    }

    .megamenu.disabled > a,
    .megamenu.disabled > a:hover,
    .megamenu.disabled > a:focus {
        color: #999999;
    }

        .megamenu.disabled > a:hover,
        .megamenu.disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

    .megamenu.dropdown-header {
        color: #428bca;
        font-size: 18px;
    }






.container.nav-container {
    height: 40px;
    margin-bottom: 50px;
    margin-top: 10px;
    text-align: center;
}

.navbar-static-top {
    padding-bottom: 4px !important;
    border-radius: 0 0 4px 4px;
    margin-top: 7px;
    /*border-top: 2px solid #fcc26d;*/
    padding-top: 4px !important;
}

.navbar-nav > li > a::after {
    position: relative;
    right: 10px;
}

.navbar-nav > li:hover > a {
    text-decoration: none;
    color: #49b2f2;
}

.navbar-nav > li:hover {
    background-color: #ffffff;
    border: 1px solid #EEEEEE;
    cursor: pointer;
    border-radius: 5px;
}

ul.dropdown-menu.megamenu.row li.col-sm-3 {
    background-color: #fefefe;
    display: inline-block;
}

    ul.dropdown-menu.megamenu.row li.col-sm-3:nth-child(2n) {
        background-color: #f9f9f9;
    }

ul.dropdown-menu.megamenu.row li.col-sm-3 {
    display: inline-block;
    float: right;
}

    ul.dropdown-menu.megamenu.row li.col-sm-3 ul {
        margin: 10px 0;
        padding-bottom: 10px;
    }

        ul.dropdown-menu.megamenu.row li.col-sm-3 ul:hover {
            background-color: #fffef0;
            border-radius: 4px;
        }

.breadcrumb-item {
    position: relative;
    border: 1px solid #90A4AE;
    border-radius: 0;
    white-space: nowrap;
    border-radius: 2px;
    display: inline-block;
    float: right !important;
    font-size: 0.8rem;
    margin-left: -25px;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transition: 300ms all;
    box-shadow: -2px 0px 20px -6px rgba(0,0,0,0.5);
    background-color: #fff;
    padding: 1px 10px;
}

li.breadcrumb-item a {
    color: #777;
}

    li.breadcrumb-item a:hover {
        text-decoration: none;
        color: #4ab2f1;
    }

ol.breadcrumb {
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: right;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.2rem 1rem;
    margin-bottom: 20px;
    list-style: none;
}

*:hover, *:focus {
    text-decoration: none !important;
}



.n2 {
    background-color: #F44336;
    color: white;
}

.n1 {
    background-color: #FF9800;
    color: white;
}

.med0 {
    background-color: #CDDC39;
    color: gray;
}

.g1 {
    background-color: #4CAF50;
    color: white;
}

.g2 {
    background-color: #009688;
    color: white;
}

#side-productbox {
    top: 0;
    background-color: #fff;
    border-radius: 3px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* close commented backslash hack */
.right {
    float: right;
}

.left {
    float: left;
}

div#shoppingbtnsContainer {
    position: sticky;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ededed;
}

    div#shoppingbtnsContainer.normaluse {
        position: absolute !important;
        width: calc(100% - 30px) !important;
        left: 30px !important;
    }

span.bold {
    font-weight: 700;
}

label small {
    font-size: 10px;
}

.tab-section.allow.active {
    border: 2px solid #49cfe0;
    display: block;
}

.tab-section > .row > div:first-child {
    padding: 20px;
}

.tab-section > .row > div:last-child {
    border-right: 1px dashed #BDBDBD;
    text-align: center;
}

#shipping-buttons-container input {
    background-color: #9CCC65;
    border: none;
    padding: 12px;
    font-size: 16px !important;
    border-radius: 4px;
    width: 90%;
    color: white;
    font-weight: 700;
    position: relative;
    bottom: 0;
}

.tab-section {
    display: none;
    padding: 0;
}

.text-box {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.form-group {
    text-align: right;
}

h5, h6 {
    font-size: .9rem !important;
}

.side-list i {
    position: absolute;
    background-color: white;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    font-size: 2rem;
    border-radius: 50%;
    right: -30px;
    top: -10px;
    border: 1px solid #d5d5d5;
}

.h4, h4 {
    font-size: 1rem !important;
}

h2, .h2 {
    font-size: 1rem !important;
}

.block .title i {
    position: absolute;
    left: 10px;
}

.sub-category-item .picture a img {
    width: 100%;
}

.home-page-category-grid .picture .title,
.sub-category-grid .picture .title {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    line-height: 40px;
    color: white;
    background-color: #80DEEA;
    border-top: 1px solid #81D4FA;
    opacity: 0;
    transition: 100ms opacity;
}

.home-page-category-grid .picture:hover .title,
.sub-category-grid .picture:hover .title {
    opacity: 1 !important;
    transition: 100ms opacity;
}

.form-inline > .form-group > label {
    margin-bottom: 10px;
    text-align: right;
    display: block;
    width: 100%;
}

.baseline-buttons {
    margin: 0;
    background-color: #ECEFF1;
    padding: 10px 0;
    position: relative;
    min-height: 50px;
}

.form-inline .form-group {
    text-align: right;
}

.no-data {
    margin-bottom: 20px;
}

.information-block {
    background-color: #fff;
    padding: 10px 0px;
    border-radius: 4px;
    border: 1px solid #e8e8e8fa;
    box-shadow: 0 6px 5px #bdbdbd7a;
    min-height: 265px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    margin-top: 5px;
}

.footer-block.follow-us .social {
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: #fff;
    margin-top: 5px;
    border: 1px solid #e8e8e8fa;
    box-shadow: 0 6px 5px #bdbdbd7a;
    padding-bottom: 20px;
}

.footer-block.follow-us .newsletter {
    background-color: #Fff;
    padding: 10px 0;
    border-radius: 3px;
    border: 1px solid #e8e8e8fa;
    box-shadow: 0 6px 5px #bdbdbd7a;
}

.row.footer-block.follow-us {
    width: 100% !important;
}

.home-page-category-shortcut {
    padding: 0;
}

.home-page .topic-block .topic-block-title {
    display: none;
}

.home-page .topic-block {
    margin: 15px 0 30px;
}

.homepage-banner {
    box-shadow: 0 0 5px #EEEEEE;
}

    .homepage-banner img {
        width: 100%;
        height: 100%;
        display: block;
    }

.search-box.store-search-box {
    padding: 10px 0;
    vertical-align: middle;
    height: 70px;
    display: inline-block;
}

.cart-box {
    vertical-align: middle;
    text-align: center;
    range;
    padding: 10px 0;
    border-radius: 0 4px 4px 0;
    display: inline-block;
}

    .cart-box a:first-child:hover {
        color: white;
        background-color: #43A047;
    }

    .cart-box a.sign {
        font-size: 0.8rem;
        color: #26C6DA;
        padding: 12px 3px;
        border: 1px solid #26C6DA;
        border-radius: 4px;
        transition: 200ms all;
        display: inline-block;
    }

        .cart-box a.sign:hover {
            color: white;
            background-color: #00BCD4;
            transition: 200ms all;
        }

    .cart-box a:first-child {
        background-color: #4CAF50;
        color: white;
        border-radius: 3px;
        padding: 6px 20px;
        line-height: 30px;
        box-shadow: 0 0 3px rgba(128, 128, 128, 0.51);
        display: inline-block;
    }

button.navbar-toggler.navbar-toggler-right.collapsed:focus {
    outline: none;
}

.navbar-collapse {
    z-index: 999999999999999999999999999;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s forwards;
        animation: fadein 0.5s forwards;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.add-info .price {
    text-align: right !important;
    margin: 5px 0 8px;
    padding: 0 3px;
}

#small-search-box-form > .form-inline > .form-group:first-child {
    width: 70%;
}

#small-search-box-form > .form-inline {
    text-align: center;
}

li#HeaderContactus {
    background-color: #ffb74d;
    padding: 0 10px;
    opacity: .8;
    transition: 100ms opacity;
    float: left;
    margin: 0;
}

li#HeaderAboutUs {
    background-color: #4FC3F7;
    padding: 0 10px;
    opacity: .8;
    transition: 100ms opacity;
    margin: 0 5px;
    float: left;
}

    li#HeaderAboutUs a, li#HeaderContactus a {
        color: white;
    }

    li#HeaderContactus:hover, li#HeaderAboutUs:hover {
        opacity: 1;
        transition: 200ms opacity;
    }

.bar-notification i {
    margin: 10px !important;
    color: #424242;
}

.deal-item span.price.actual-deal-price small {
    color: #616161;
    font-size: 0.9rem;
    padding-right: 5px;
}

.deal-item span.price.old-deal-price:hover {
    text-decoration: line-through !important;
}

.deal-box.item:hover .deal-item span.price.old-deal-price {
    opacity: 1 !important;
    transition: 250ms all;
    font-weight: 500;
}

.titlecontainer {
    text-align: right;
    padding: 0 15px;
}

.billing-info-wrap {
    text-align: right;
}

ul.order-overview-content li {
    font-size: .8rem;
    text-align: right;
}

#visible-button {
    background-color: #4DD0E1;
    padding: 7px 0;
    margin: 0;
}

#uppercartlink {
    background-color: #66BB6A;
    padding: 0 10px;
    float: left;
    margin: 0;
}

    #uppercartlink a {
        color: #fff;
    }





.nav-side-menu {
    transition: 200ms all ease-out;
    position: relative;
    right: -300px;
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #2e353d;
    position: fixed;
    top: 0px;
    width: 300px;
    height: 100%;
    color: #e1ffff;
}

    .nav-side-menu .brand {
        background-color: #23282e;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
        padding: 10px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
    }

        .nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }

        .nav-side-menu ul .active,
        .nav-side-menu li .active {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            color: #d19b3d;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #d19b3d;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            background-color: #181c20;
            border: none;
            line-height: 28px;
            border-bottom: 1px solid #23282e;
            margin-left: 0px;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #020203;
            }

            .nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
            }

    .nav-side-menu li {
        padding-left: 0px;
        border-left: 3px solid #2e353d;
        border-bottom: 1px solid #23282e;
    }

        .nav-side-menu li a {
            text-decoration: none;
            color: #e1ffff;
        }

            .nav-side-menu li a i {
                padding-left: 10px;
                width: 20px;
                padding-right: 20px;
            }

        .nav-side-menu li:hover {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }




    .nav-side-menu.show {
        right: 0;
        overflow: hidden;
        box-shadow: -2px 0 5px rgba(73, 73, 73, 0.45);
    }

        .nav-side-menu.show .menu-content {
            display: block;
        }

.show > .sub-menu {
    display: block;
}

.nav-side-menu .brand img {
    width: 100%;
}

.nav-side-menu.show .menu-content .dropdown-backdrop {
    display: none;
}

.weightbox label {
    font-size: 0.5rem;
    display: block;
    margin: 0;
}

.weightbox span {
    margin-top: 10px;
    display: block;
    font-size: 12px;
}

.weightbox {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 10px;
    padding: 0;
    top: 10px;
    background-color: #f5f5f5;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 10px;
    box-shadow: 0 0 10px #d0d0d0;
    border: 1px solid #e9e9e9;
    color: #616161;
    z-index: 9;
}

.specification__label {
    background-color: #E0F7FA;
    margin: 0 2px;
    padding: 3px 10px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    margin: 2px 0;
}

nav.mg {
    background: #424242;
    font-size: 0;
    position: relative;
}

    nav.mg > ul > li {
        display: inline-block;
        font-size: 14px;
        padding: 0 15px;
        position: relative;
    }

        nav.mg > ul > li:first-child {
            padding-left: 0;
        }

        nav.mg > ul > li:last-child {
            padding-right: 0;
        }

        nav.mg > ul > li > a {
            color: #fff;
            display: block;
            position: relative;
            padding: 20px 0;
            border-bottom: 3px solid transparent;
        }

        nav.mg > ul > li:hover > a {
            color: #69aae0;
            border-bottom: 3px solid #69aae0;
        }

.droppable {
    position: static;
}

    .droppable > a:after {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 12px;
        padding-left: 6px;
        position: relative;
        top: -1px;
    }

    .droppable:hover .mega-menu {
        display: block;
    }


.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
    position: absolute;
    background-color: #49b2f2;
    width: 100%;
    float: none;
    top: 37px;
    border-top: none;
    margin-top: -5px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.megamenu .megamenu-content {
    padding: 0px 15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.navbar.burger, .mobileNav {
    display: none;
}

.breadcrumb-container {
    -webkit-user-select: none;
    display: block;
    height: 35px;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

div#sideContainer .gallery {
    border: 1px solid #f4f4f4;
}

.navbar {
    height: 45px;
    width: 100%;
}

.burger {
    cursor: pointer;
    line-height: 30x;
}

    .burger span {
        display: block;
        height: 3px;
        width: 30px;
        background: #4ab2f1;
        border-radius: 2px;
        cursor: pointer;
    }

.line-1 {
    margin-bottom: 5px;
}

.line-2 {
    margin-bottom: 5px;
}

[class^="icon-"] {
    margin: 0 auto;
    display: block;
}

/* .burger-closed {
  
}
 */
.burger-open .line-1 {
    -webkit-animation: burger-line1-open .2s forwards ease-in;
    animation: burger-line1-open .2s forwards ease-in;
}

.burger-open .line-2 {
    -webkit-animation: burger-line2-open .2s forwards ease-in;
    animation: burger-line2-open .2s forwards ease-in;
}

.burger-open .line-3 {
    -webkit-animation: burger-line3-open .2s forwards ease-in;
    animation: burger-line3-open .2s forwards ease-in;
}

@-webkit-keyframes burger-line1-open {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
}

@keyframes burger-line1-open {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
}

@-webkit-keyframes burger-line2-open {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes burger-line2-open {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes burger-line3-open {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
}

@keyframes burger-line3-open {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
}

li.breadcrumb-item i {
    position: absolute;
    left: -15px;
    font-size: 1rem;
    background-color: #2cb7f6;
    border-radius: 50%;
    display: block;
    width: 18px;
    height: 18px;
    z-index: 9999;
    color: #fff;
    line-height: 18px;
}

li.breadcrumb-item.active {
    border: 1px solid #2cb7f6;
    background-color: #2cb7f6;
}

li.breadcrumb-item:hover {
    border-color: #9b9b9b;
    transition: 200ms all;
}


li.breadcrumb-item.active:hover {
    border: 1px solid #2cb7f6;
    background-color: #2cb7f6;
}

.product-tags-box {
    text-align: right;
}

td.spec-value {
    padding: 5px 0;
}

.manufacturers .label {
    font-size: 0.8rem;
}

.additional-overview {
    padding: 5px 10px;
}


.header-logo {
    height: 70px;
    padding: 0;
}

.headingitems {
    padding: 10px 0;
    margin: 0 auto;
}

.brand-homepage-container .owl-item {
    border: none;
    background-color: #fff;
    height: 70px;
    margin: 1px;
    position: relative;
    margin: .33333%;
    float: right;
    text-align: center;
    opacity: .9;
    border: 1px solid #ddd;
}

    .brand-homepage-container .owl-item:hover {
        border: none;
        background-color: #fff;
        height: 70px;
        margin: 1px;
        position: relative;
        margin: .33333%;
        float: right;
        text-align: center;
        opacity: .9;
        border: 1px solid #ddd;
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
        -webkit-filter: grayscale(100%);
        filter: grayscale(0);
    }

}


#share[type="checkbox"] {
    display: none;
}

.checkbox:checked + .label {
    background: #F48FB1;
}

.checkbox:checked ~ .social {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-90px);
    -moz-transform: scale(1) translateY(-90px);
    -o-transform: scale(1) translateY(-90px);
    transform: scale(1) translateY(-90px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}



#breacrumb-container .owl-item {
    margin: 0;
    max-width: 250px;
}

ol#breacrumb-container .owl-stage {
    width: 100% !important;
}

.sidbox-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-top: 10px;
}

#pic-scroll {
    padding: 0 10px;
}

a.thumb-popup-link {
    width: 70px;
    height: 70px;
    display: inline-block;
    border: 1px solid #f0f0f0 !important;
    text-align: center;
}

    a.thumb-popup-link img {
        width: auto !important;
        height: 100% !important;
        margin: 0 auto;
    }

.picture-thumbs {
    padding: 0;
    text-align: right;
    width: 100%;
    white-space: nowrap;
    height: 60px;
}


.product-essential {
    padding: 0 !important;
    margin: 0 !important;
}

.picture img {
    max-width: 100%;
    object-fit: contain;
    object-position: 50% 0;
    min-height: 5rem;
    max-height: 100%;
}

label.label.entypo-export:hover {
    background-color: #EC407A;
    transition: 100ms al;
}

label.label.entypo-export {
    padding: 4px 1px;
    margin: 0;
    border-radius: 50%;
    background-color: #E91E63;
    width: 30px;
    font-size: 1rem;
    line-height: 20px;
    height: 30px;
    cursor: pointer;
    transition: 100ms initial;
}

    label.label.entypo-export i {
        margin: 0;
        color: #fff;
    }

.main-addtocard > .add-to-cart > button:focus {
    outline: none;
}

#breacrumb-container {
    padding: 10px;
    margin-bottom: 0;
    background-color: #ffffff;
}



.shortcuts-item img {
    width: 100%;
}


.title small {
    display: block;
    font-size: 0.8rem;
}



.form-group label {
    font-size: 0.9rem;
    display: block;
}

.sidbox-container.sticky {
    position: fixed;
    display: block;
    top: 0;
    width: 100%;
}

i.thumbs.up.icon:hover {
    color: #4CAF50;
}

i.thumbs.down.icon:hover {
    color: #F44336;
}

.title .gotoaction {
    font-size: .8rem;
    background-color: #EEEEEE;
    color: #78909C;
    padding: 4px 8px;
    border-radius: 5px;
    margin-right: 5px;
    transition: 100ms all;
}

    .title .gotoaction:hover {
        background-color: #E0E0E0;
        box-shadow: 0 0 5px rgba(207, 216, 220, 0.28);
        transition: 100ms all;
    }

.morecontainer {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(245, 245, 245, 0.56);
    color: #607D8B;
    cursor: pointer;
    transition: 300ms all;
}

.goheight {
    max-height: 100% !important;
    transition: 300ms all !important;
}

.uncover .title {
    padding: 10px;
    background-color: #ECEFF1;
    color: #455A64;
    margin-bottom: 20px;
}

.result.bright {
    box-shadow: 0 0 10px rgba(255, 255, 0, 0.71);
    transform: scale(1.01);
    transition: 300ms all ease-in;
}

a.namelink, a.namelink:hover {
    font-size: .7rem;
    line-height: 1rem;
    color: #546E7A;
    display: block;
    height: 45px;
}

.price-container {
    margin-top: 10px;
    text-align: right;
}

.nobdn {
    margin: 0 auto;
    margin-top: 8px;
    width: 100%;
}

.product-item.in-cart::after {
    content: ".";
    position: absolute;
    top: -15px;
    left: -10px;
    z-index: 9999;
    font-size: 5rem;
    padding: 0;
    margin: 0;
    line-height: 0;
    color: #4DB6AC;
}

.product-item.in-cart {
    position: relative;
}

    .product-item.in-cart .picture {
        border: 1px dashed rgba(77, 182, 172, 0.16);
    }

.loginreview {
    padding: 20px 10px;
    background-color: #FFFDE7;
    text-align: center;
}

.cancle {
    text-align: right;
}

.cart-productPricebox {
    text-align: right;
}


.center-2 .page-title {
    margin: 0;
    padding: 12px 10px 10px;
    background-color: #f1f3f5;
    text-align: right;
    margin-bottom: 20px;
}

.product-tag-page .product-grid {
    padding: 0 10px;
    border: none;
    border-top: 1px solid #ededed;
}

.burger.burger-open span {
    height: 5px;
}

.navside-child a {
    margin: 0;
    display: block;
    color: #03A9F4 !important;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: right;
    z-index: 1;
    padding: 15px 0;
}

span.mobileNav_heading {
    color: #9E9E9E;
    display: block;
    padding: 3px 0;
    font-size: 1.5rem !important;
    border-bottom: 1px dashed #607D8B;
}

a.mobileSubNav_item_parent {
    padding: 10px 0;
    display: block;
    color: #4ab2f1;
    font-size: 1.2rem;
    position: relative;
    cursor: pointer;
}

    a.mobileSubNav_item_parent:hover {
        color: #78909C;
    }

ul.mobileNav_parent_ul li ul li:hover {
    background-color: #EEEEEE;
}

ul.mobileNav_parent_ul h3 {
    margin: 0;
    padding: 10px 0;
    font-size: 1.2rem;
    font-weight: 300;
    padding-right: 10px;
    text-align: right;
    color: #03A9F4;
    border-bottom: 1px solid #EEEEEE;
}

ul.mobileNav_parent_ul {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 45px;
    left: 0;
    z-index: 9;
    display: none;
}

ul.sidenav-isparent li {
    padding: 0;
    border-bottom: 1px solid #E0E0E0;
}

nav.mobileNav.mobileNav-open > ul > .hidemenu {
    display: none;
}


.sidenav-isparent.collapse.show {
    background-color: #fff;
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobileNav_parent i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 3rem;
    font-size: 2rem !important;
    transition: 100ms all;
    height: 100% !important;
    padding: 0 40px;
    margin: 0 !important;
}
#closemobilenav {
    line-height: 2.5rem;
    background-color: #ededed;
    font-size: 1.2rem;
}

.mobileNav_parent {
    position: relative;
}


    .mobileNav_parent h2 {
        font-weight: 300;
        margin: 0;
        font-size: 1.2rem !important;
    }

nav.mobileNav.mobileNav-open .hide {
    display: none;
}

.navside-child {
    border-bottom: 1px solid #BDBDBD;
}

.fulldescription-body::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+36,ffffff+100&0+0,0.5+35,1+68,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 35%, rgba(255,255,255,0.52) 36%, rgba(255,255,255,1) 68%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 35%,rgba(255,255,255,0.52) 36%,rgba(255,255,255,1) 68%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 35%,rgba(255,255,255,0.52) 36%,rgba(255,255,255,1) 68%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.fulldescription-body.goheight::after {
    display: none;
}

.write-product-review-button.disable {
    background-color: #939393;
}

.address-box li {
    font-size: 0.8rem;
}

.cart-shoppingbtns {
    padding: 0;
}

.header {
    padding: 0;
}

.center-2 .product-grid {
    bordeR: none;
    box-shadow: none;
}

.product-tag-page .item-grid {
    height: auto !important;
}

.header-links-wrapper .container-fluid.row.no-gutters {
    margin: 0 auto;
}

ol#breacrumb-container .owl-stage {
    white-space: nowrap;
}

.category-title {
    margin: 0;
    padding: 15px 10px 10px;
    background-color: #fff;
    text-align: right;
    min-height: 50px;
    border-bottom: 1px solid #ddd;
}

#categoryFilters {
    padding: 0;
}


ul.group.product-spec-group .title {
    border: none;
}

#categoryNavigator .list > li {
    margin: 5px 0;
    box-shadow: -2px 0 5px #ededed91;
}

#categoryNavigator {
    padding: 0 5px;
}

.filtered-items .title {
    background-color: #FFFDE7;
    border: none;
}

.block .title.collapsed {
    border-bottom: none;
}

.block:first-child {
    margin: 0;
}

#breacrumb-container .owl-item:not(:first-child) a {
    padding-right: 10px
}

#breacrumb-container .owl-item:last-child a {
    padding-right: 5px
}

.center-2 .page {
    box-shadow: 0 0 5px #BDBDBD;
}

.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
}

    .giftcard div {
        margin: 0 0 10px;
    }

    .giftcard label {
        display: block;
        margin: 0 auto 5px;
        font-weight: bold;
        color: #444;
    }

    .giftcard input,
    .giftcard textarea {
        width: 350px;
        max-width: 100%;
    }

    .giftcard textarea {
        height: 150px;
    }

.manufacturer-grid .title {
    margin: 0 0 5px;
    text-align: center;
    font-size: 16px;
}

    .manufacturer-grid .title a:hover {
        color: #4ab2f1;
    }

.vendor-grid .title {
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px;
}

    .vendor-grid .title a:hover {
        color: #4ab2f1;
    }

.vendor-grid .picture {
    border: 1px solid #ddd;
}

.hasbr, .isbr {
    display: inline-block;
    width: auto;
}

.isbr {
    margin: 0 !important;
    border: none;
    padding: 0 10px;
    height: 35px;
}

.button-2 {
    background-color: #29B6F6;
    color: #fff;
}

label.err {
    color: red;
}

label.ok {
    color: #4CAF50;
}

.morefilters div {
    width: 100%;
    height: 35px;
    cursor: pointer;
    text-align: center;
    background-color: #fafafaa6;
    margin-top: 10px;
    border-top: 2px dashed #FFE0B2;
}

    .morefilters div span {
        line-height: 35px;
        font-size: 0.8rem;
    }

    .morefilters div.loadmore span {
        color: #FF8A65;
    }

li.lowmodel {
    width: 100%;
}

.center-2 .item-box {
    margin-bottom: 20px;
}

#filterformobile {
    display: none;
}

#hidefilters {
    display: none;
}

li.hidemenu i {
    clear: both;
    float: none !important;
    z-index: 2;
    margin: 0;
}

li.hidemenu {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 1.8rem;
    color: #78909C;
    position: relative;
    text-align: right;
}

    li.hidemenu::after {
        content: "";
        width: 30%;
        height: 1px;
        display: block;
        top: 22px;
        right: 10px;
        position: absolute;
        background-color: #ECEFF1;
        z-index: 1;
        mix-blend-mode: multiply;
        margin: 0;
        display: none;
    }

label.label.entypo-export i {
    font-size: 1.6rem;
}

li.sidenav-isparent.navside-child.active > ul {
    display: block;
}

.title.card-header {
    padding: 10px 0;
}

.field-validation-error {
    text-align: left;
}

input.input-validation-error, textarea.input-validation-error {
    border: 1px solid #EC407A;
}

div#newaddress {
    margin-bottom: 20px;
}

.page.not-found-page {
    margin-top: 50px;
}

div#newsletter-result-block {
    line-height: 20px;
    display: block;
    color: #8f8f8f;
    background-color: #FFF9C4;
    font-size: 1rem;
}

.note {
    padding: 20px 10px;
    background-color: #FFFDE7;
    color: #607D8B;
    line-height: 2rem;
    font-size: 1rem;
    text-align: right;
    margin: 10px 0 20px !important;
}

.custom-inline-form input[type=text] {
    height: 50px !important;
}

.custom-inline-form input[type=button] {
    margin-top: 10px !important;
    padding: 20px 25px;
    line-height: 0px;
}

div#mobileverificationblock input[type=button] {
    margin-top: 10px !important;
}

div#mobileverificationblock input[type=text] {
    max-width: 300px;
    display: inline-block;
}

label.shortcut-qtn {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    background-color: #49b2f2;
    color: #fff;
    line-height: 1.7rem;
    font-size: 0.8rem;
    margin: 0;
}

.shortcut-itemscontainer .cart-productImage a {
    display: inline-block;
    position: relative;
}

.shortcut-itemscontainer .cart-productImage {
    padding: 0;
}

.shortcut-itemscontainer .cart-productName {
    display: block;
}

.shortcut-itemscontainer .cart-productPricebox {
    display: block;
    text-align: left;
}

.shortcutitem {
    text-align: right;
}

.buttons-contactus {
    text-align: center;
}

textarea#Enquiry {
    overflow: hidden;
}

.returnrequestform {
}

    .returnrequestform > .row {
        border: 1px solid #ff7046;
        margin-top: 25px;
        padding-top: 25px;
        border-radius: 4px;
    }

    .returnrequestform select, .returnrequestform textarea {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        max-height: 200px;
        border-color: #ededed;
    }

    .returnrequestform textarea {
        padding: 10px;
    }

.page.return-request-page .result {
    background-color: #f6ffe9;
    padding: 30px;
    border-radius: 5px;
    border: 1px dashed #78909C
}

.shortcut-paymentdetails {
    margin-top: 50px;
}

.shortcut-itemscontainer .cart-productprice {
    font-size: 0.8rem;
    color: #607D8B;
}

#AddProductReview_ReviewText {
    overflow: hidden;
}

#homepage-slider .col-sm-12 {
    margin: 0;
    padding: 0;
    width: 100%;
}

.master-wrapper-page {
    background-color: #fff;
}

.center-1 {
    border-radius: 4px;
    margin-bottom: 20px;
}

.block.block-account-navigation {
    margin-top: 0;
}

label[for=newsletter] {
    display: inline-block;
}

.remove-discount-button {
    display: none;
}

.order-completed-page .order-progress {
    background-color: #fff;
    border: none;
    box-shadow: none;
    border-bottom: 2px dashed #49b2f2;
    border-radius: 0;
}


.container-fluid {
    margin-bottom: 50px;
}

.checkout-review-info {
    margin-bottom: 0;
    background-color: transparent;
}

.cancle {
    line-height: 0;
}

.topic-page {
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 2px 5px #dbdbdb;
}

.footer-lower .container-fluid {
    margin: 0;
}

input#Address_City, #Address_Address1 {
    display: none;
}

textarea::placeholder {
    color: #a7a7a7;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: #a7a7a7;
}

textarea::-ms-input-placeholder {
    color: #a7a7a7;
}

div#recaptcha_area {
    max-width: 100%;
}

table#recaptcha_table tr td:nth-child(3) {
    display: none;
}


table#recaptcha_table tr:nth-child(2) td:last-child {
    display: none;
}

table#recaptcha_table {
    bordeR: none !important;
}

div#recaptcha_image {
    border: none !important;
}

input#recaptcha_response_field {
    min-height: 30px;
    width: 100%;
}

input.button-1.search-button {
    padding: 10px 20px;
    outline: none;
    border: none;
    min-width: 120px;
    background-color: #49b2f2;
    color: #fff;
}

label[for=gearadv] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 0;
    padding: 0;
}

i#gearadv {
    font-size: 20px !important;
    vertical-align: middle;
    display: inline-block;
    background-color: white;
    line-height: 20px;
    margin-right: 0;
}

input#q {
    margin-bottom: 8px;
}

input.button-1.search-button {
    padding: 10px 20px;
    outline: none;
    border: none;
    min-width: 120px;
    background-color: #49b2f2;
    color: #fff;
}

label[for=gearadv] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 0;
    padding: 0;
}

i#gearadv {
    font-size: 20px !important;
    vertical-align: middle;
    display: inline-block;
    background-color: white;
    line-height: 20px;
    margin-right: 0;
}

input#q {
    margin-bottom: 8px;
}

.block:first-child {
    margin-top: 0;
}

.block.block-category-navigation {
    margin-top: 0;
}

.item-box {
    background-color: #fff;
}

.search-results {
    padding-top: 20px;
    background-color: #fff;
}

a.product-picture img {
    width: 60px;
}

.unavailable {
    padding: 3px 5px;
    color: #616161;
    font-size: 1.1rem;
    border-bottom: 1px solid #616161;
    display: inline-block;
    line-height: 30px;
}

.notavailable {
    color: #90A4AE;
    font-size: 1.1rem;
    display: block;
    line-height: 1rem;
    width: 100%;
    padding: 15px 0;
    background-color: #fafafa;
}

a.footer-phone span {
    font-size: 1.2rem !important;
    display: inline-block !important;
    color: #455A64 !important;
    text-align: center !important;
    vertical-align: middle !important;
    line-height: 0 !important;
}

a.footer-phone i {
    font-size: 1.6rem !important;
    color: #90A4AE !important;
    display: inline-block !important;
    vertical-align: middle !important;
    line-height: 1.3rem !important;
}

a.footer-phone {
    margin: 10px 0 5px !important;
    display: inline-block !important;
    padding: 8px 20px 5px !important;
    border: 1px solid #B0BEC5 !important;
    border-radius: 5px !important;
    background: none !important;
    height: auto !important;
    width: auto !important;
}

li.answer input[type=radio] {
    display: none;
}

li.answer label {
    max-width: 100%;
    display: block;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #B0BEC5;
    margin: 0;
    border-bottom: none;
    background-color: #ededed;
    opacity: .7;
    background-blend-mode: luminosity;
    cursor: pointer;
    transition: 100ms all;
}

.answer > a {
    margin: 0;
    display: block;
    width: 100%;
    height: 300px;
    background-position: center center;
    background-color: #ededed;
    background-size: contain;
    background-repeat: no-repeat;
}

.selectevote {
    display: inline-block;
    margin: 0 auto !important;
    width: 100%;
    border: none;
    line-height: 40px;
    background-color: #4caf50;
    color: #fff;
    border-radius: 0 0 5px 5px !important;
}

.answer input[type=radio]:checked + a label {
    border-color: #4caf50;
    background-blend-mode: normal;
    opacity: 1;
}

.block.block-poll .title {
    line-height: 50px;
}

li.answer label:hover {
    background-blend-mode: normal;
    opacity: 1;
    transition: 200ms all;
}

.answer {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

.full-description img {
    max-width: 100%;
    height: auto;
}

.certificates img, .certificates a {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}
.enamad{
    display:block !important;
}
.enamad > *{
    display:inline-block;
    width: 48%;
}
.availablecheckbox {
    padding: 20px 0;
    text-align: center;
    background-color: #fafafa;
    border-bottom: 1px dotted #ededed;
}
.price-rate{
    display:block;
    margin-bottom:12px;
}
.price-rate span{
    text-decoration:line-through;
    color:#7d7d7d;
    font-weight:400;
    font-size:1.2rem;
    display:block;
}
.page.order-details-page {
    background-color: #fff;
    padding-bottom: 20px;
}

    .page.order-details-page .section.totals {
        text-align: left;
        padding: 0 20px;
    }

.order-details-area {
    text-align: right;
}

.page.order-details-page .title {
    text-align: right;
}

.page.order-details-page .titlecontainer {
    margin-bottom: 40px;
    background-color: #ECEFF1;
    line-height: 60px;
}

input.button-1.re-order-button {
    border: none;
    font-size: 1rem !important;
    color: #607D8B;
    padding: 3px 10px;
    border-radius: 0;
    margin: 10px;
    background-color: transparent;
    border-bottom: 2px solid;
}

.form-group.reversed label {
    display: inline-block;
    margin-right: 5px;
}

.section.products {
    padding: 0 20px;
}

.page.order-details-page .section.totals .total-info {
    width: auto;
    display: inline-block;
    background-color: #fafafa;
    padding: 5px 10px;
    border: 1px solid #ededed;
    border-top: 0;
}

    .page.order-details-page .section.totals .total-info td:first-child {
        padding-left: 20px;
    }

.page.order-details-page .section.options {
    margin: 0 !important;
}

.page.order-details-page .section.products {
    margin-bottom: 0 !important;
}

    .page.order-details-page .section.products table {
        margin-bottom: 0;
    }

.page.order-details-page .section.totals .actions {
    text-align: center;
    float: right;
}

.order-details-button {
    border: none;
    padding: 10px 15px;
}

.product-item {
    position: relative;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-title:hover + .description {
    opacity: 1 !important;
    transition: 200ms opacity;
}
#HomepageUsps i {
    display: inline-block;
    margin: 0;
    font-size: 4rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    color: #26c6da;
    line-height: 4rem;
}

#HomepageUsps label {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 200;
    overflow: hidden;
}

#HomepageUsps > div {
    text-align: center;
}

.homepageUSP {
    background-image: linear-gradient(57deg, #f0f3f5 25%, #e7f1f5 25%, #e7f1f5 50%, #f0f3f5 50%, #f0f3f5 75%, #e7f1f5 75%, #e7f1f5 100%);
    background-size: 23.85px 36.72px;
    padding: 20px 0 20px;
    overflow: hidden;
}
.loader::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 9999999999;
    width: 300px;
    height: 300px;
    margin: -150px -150px 0 0;
    background: url('../images/loading.gif') center no-repeat;
    background-size: contain;
}

.loader::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99999999;
}
.loader{
    position:relative;
}
.add-info > .price {
    height: 40px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    color: #26c6da;
    transition: 150ms all;
}
.repost {background-color: #fffedf;text-align: right;padding: 20px;}

.repost form {
    display: flex;
    justify-content: flex-end;
    direction: ltr;
    justify-content: space-between;
}

.repost .hint {
    margin: 0;
    font-size: 0.9rem;
    text-decoration: none !important;
    direction: rtl;
}

input.button-2.re-order-button {
    border: none;
    padding: 5px 10px;
}
span.selected-shipping-method {
    font-size: 0.6rem;
}
.mrp-carousel__content {
    margin-top: 1.6rem !important;
    position: relative;
    width: 100%;
    overflow: hidden;
    grid-area: content / content / content / content;
    background-color: #fff !important;
}
.ccl-grid {
    min-height: 24rem;
    margin-right: 0px;
    margin-left: 0px;
}
.ccl-grid-item {
    display: block;
    text-align: center;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    position: relative;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 1.2rem;
    text-decoration: none;
    border-width: 0.1rem;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 0.5rem;
    transition: border 0.2s linear 0s;
}
.ccl-grid-item__content {
    text-align: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
    .ccl-grid-item__content .ccl-content-image {
        min-height: 10rem;
        margin-bottom: 0.5rem;
    }
.ccl-content-image {
    height: 100%;
}
.ccl-content-image .mrp-media-image__figure {
    display: block;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0;
}
.ccl-grid-item__name {
    margin-top: 0.6rem;
}
.ccl-grid-item:hover {
    border-width: 0.1rem;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    text-decoration: none;
}
.ccl-content-image__object-fit--scale-down {
    object-fit: scale-down;
}

img.ccl-content-image__object-fit {
    width: 100%;
    height: 100%;
    max-width: 95%;
    object-fit: cover !important;
}

.mrp-media-image {
    min-height: 12rem;
    max-width: 100% !important;
    position: relative;
}
.mrp-media-image__brand{
    max-width: 100% !important;
    position: relative;
    height:100%;
    margin: 0 !important;
}

    .mrp-media-image picture {
        height: 100% !important;
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
    }
.ccl-grid.mrp-carousel__content > a {
    padding: 10px 0;
    margin: 0px;
}
.ccl-grid.mrp-carousel__content {
    justify-content: space-between;
    flex-wrap: wrap;
}

h2.product-title {
    height: 70px !important;
}

.item-box .details {
    height: 180px !important;
}

.item-box .product-title {
    height: 60px;
}


.item-box.col-sm-6.col-md-4.col-lg-3 {
    height: 380px !important;
    margin-right:0 !important;
}

.item-box .add-info {
    padding: 10px 0 0;
}

.add-info .price {
    display: block;
    text-align: left;
}


span.price.old-price {
    font-size: 0.8rem;
    background-color: #fffff3;
    display: block;
}

.navbar.burger {
    font-size: 1.2rem;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    color: #fff;
    font-weight: 500
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.item-box {
    margin: 0;
}
span.ccl-grid-item__description {
    font-size: 0.6rem;
    color: #2c2c2c;
    padding: 0 20px;
}

span.ccl-grid-item__description * {
    margin: 0;
}

.ccl-grid.mrp-carousel__content.row a{
    border: 1px solid #75b1ec;
    margin-left: 20px;
}
