﻿@font-face {
    font-family: 'PlayfairBlack';
    src: url('../fonts/Playfair-Black.ttf');
}

@font-face {
    font-family: 'PlayfairBlackItalic';
    src: url('../fonts/Playfair-BlackItalic.ttf');
}

@font-face {
    font-family: 'PlayfairBold';
    src: url('../fonts/Playfair-Bold.ttf');
}

@font-face {
    font-family: 'PlayfairBoldItalic';
    src: url('../fonts/Playfair-BoldItalic.ttf');
}

@font-face {
    font-family: 'PlayfairItalic';
    src: url('../fonts/Playfair-Italic.ttf');
}

@font-face {
    font-family: 'PlayfairRegular';
    src: url('../fonts/Playfair-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-VariableFont_wdth,wght.ttf');
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Regular.ttf');
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
}


body {
    font-family: 'Nunito', sans-serif;
    background: #fff;
    color: #333;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.homePageTitleBorder {
    border-bottom: 2px solid #f1f0ee;
}

/*.subscribe-button,
a:hover,
a,
.owl-prev,
.owl-next,
.login-page .remember-me .checkbox label {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
}*/

.mobile-lang-selector {
    display: none;
    float: right !important;
    margin-top: -8px;
}

.admin-header-links {
    background: #333;
    text-align: center;
}

    .admin-header-links a {
        color: #fff;
    }

.btn.btn-primary {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    padding: 10px 15px;
}

    .btn.btn-primary:hover,
    .btn.btn-primary:focus {
        background-color: #000 !important;
        opacity: 1 !important;
        color: white !important;
    }

.btn.btn-default {
    background-color: #333333;
    border: none;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    padding: 10px 15px;
}

/*.btn.btn-default:hover,
.btn.btn-default:focus {
    background-color: #000;
}*/

.panel {
    border-radius: 0px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

a:focus {
    outline: none;
}

.form-control {
    border-radius: 0;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none;
}


/* ADMIN HEADER LINKS */

.master-wrapper-page.container {
    margin-top: 15px;
    overflow: hidden;
}

.main-menu.goToTop {
    left: 0;
    top: 0px !important;
    z-index: 9999;
    position: fixed;
    max-width: 100% !important;
    border-radius: 0px;
    background: #333;
    box-shadow: 0px 0px 5px #444;
    -webkit-box-shadow: 0px 0px 5px #444;
    -moz-box-shadow: 0px 0px 5px #444;
    z-index: 9999;
}

.navbar.navbar-inverse {
    max-width: 100% !important;
    border: none;
    background-color: transparent;
    margin-bottom: 0px;
}

.admin-header-links {
    display: none;
}

.header-links .logo {
    height: 48px;
}

.header-links .underline {
    width: 100%;
}

.manage-page {
    margin-left: 15px;
}


/* HEADER SECTION STYLE */

.header-logo {
    text-align: center;
}

    .header-logo img {
        margin-left: auto;
        margin-right: auto;
    }

.header-upper {
    background: #f9f9f9;
    box-shadow: 0px 0px 3px #999;
    -webkit-box-shadow: 0px 0px 3px #999;
    -moz-box-shadow: 0px 0px 3px #999;
    border-bottom: 1px solid #ddd;
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    border: 0px;
    box-shadow: none !important;
    border-top: 2px solid #fff;
}

.currency-selector,
.language-selector {
    float: left;
    margin: 0px 0px 0px 0px;
}

.header-upper .language-selector {
    float: right;
    margin: 0px;
    border: 0px !important;
    margin-top: -1px;
    /*-webkit-box-shadow: 0px 5px 13px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 13px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 13px -5px rgba(0,0,0,0.75);*/
    margin-right: 9px;
}

.header-upper #customerlanguage {
    border: 0px;
    line-height: 0px;
    height: 19px;
    padding: 0px !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
    color: #000000;
    /*border-bottom:1px solid #717171;
    border-left:1px solid #717171;
    border-right:1px solid #717171;*/
}

.header-selectors-wrapper select {
    background: #f5f5f5;
    color: #333;
    width: 80px;
    margin-top: 0px !important;
    padding: 0px 5px !important;
    height: 26px;
    font-size: 12px;
}

.header-links-wrapper .admin-header-links {
    display: none !important;
}

.admin-header-links {
    display: block !important;
}

.header-links-wrapper .header-top-right {
    float: right;
    width: auto;
    position: relative;
}

.header-top-right ul li {
    float: left;
}

    .header-top-right ul li.my-account a,
    .header-top-right ul li.register a {
        /*border-left: 1px solid #ccc;*/
    }

    .header-top-right ul li a,
    .header-top-right ul li .menu-content-wrapper-item {
        padding: 8px 15px;
        float: left;
        /*border-right: 1px solid #ccc;*/
        font-size: 12px;
        float: left;
        line-height: 18px;
        color: #333;
        text-decoration: none;
        margin: 9px 0px;
        text-transform: capitalize;
    }



    .header-top-right ul li .ico-account {
        background: url(../images/user-icon.png) no-repeat 15px 9px;
    }

        .header-top-right ul li .ico-account:hover {
            background: url(../images/user-icon.png) no-repeat 15px -16px;
        }

    .header-top-right ul li .ico-register {
        background: url(../images/register-icon.png) no-repeat 15px 10px;
    }

        .header-top-right ul li .ico-register:hover {
            background: url(../images/register-icon.png) no-repeat 15px -15px;
        }

    .header-top-right ul li .ico-wishlist {
        background: url(../images/wishlist-icon.png) no-repeat 15px 10px;
    }

        .header-top-right ul li .ico-wishlist:hover {
            background: url(../images/wishlist-icon.png) no-repeat 15px -15px;
        }

    .header-top-right ul li .ico-inbox {
        background: url(../images/inbox-icon.png) no-repeat 15px 12px;
    }

        .header-top-right ul li .ico-inbox:hover {
            background: url(../images/inbox-icon.png) no-repeat 15px -16px;
        }

    .header-top-right ul li .ico-logout {
        background: url(../images/logout-icon.png) no-repeat 15px 9px;
    }

        .header-top-right ul li .ico-logout:hover {
            background: url(../images/logout-icon.png) no-repeat 15px -16px;
        }

    .header-top-right ul li .ico-login {
        background: url(../images/login-icon.png) no-repeat 15px 10px;
    }

        .header-top-right ul li .ico-login:hover {
            background: url(../images/login-icon.png) no-repeat 15px -15px;
        }

.search-box .ui-menu .ui-menu-item a.ui-state-focus,
.search-box .ui-menu .ui-menu-item a.ui-state-active {
    margin-top: 0px !important;
}

.search-box .ui-state-focus,
.search-box .ui-widget-content .ui-state-focus,
.search-box .ui-widget-header .ui-state-focus {
    background: transparent;
    border: none;
}

.header-lower .search-box .ui-widget-content {
    border-radius: 0px;
    border: 1px solid #ddd;
    padding: 0px;
    width: 260px !important;
}

.header-lower .search-box .ui-autocomplete li:first-child {
    border: none;
}

.header-lower .ui-autocomplete li {
    border-top: 1px dashed #bbb;
    float: left;
    width: 100%;
}

    .header-lower .ui-autocomplete li a {
        padding: 10px;
        border-radius: 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        background: #f5f5f5;
        cursor: pointer;
        float: left;
        width: 100%;
    }

        .header-lower .ui-autocomplete li a:hover {
            color: #000;
        }

.header-lower .ui-autocomplete img {
    display: block;
    float: left;
    min-width: 30px;
    margin-right: 10px;
}

.header-lower .ui-menu .ui-menu-item a.ui-state-focus,
.header-lower .ui-menu .ui-menu-item a.ui-state-active {
    margin: 0px;
}

.header-lower .ui-autocomplete li a span {
    float: left;
    width: 80%;
}

.header-lower .search-box {
    float: left;
    position: relative;
    margin-top: 5px;
}

    .header-lower .search-box .navbar-form {
        padding-left: 0px;
    }

    .header-lower .search-box .search-nav {
        background: #fff;
        border-bottom: 1px solid #ddd;
        width: 260px;
        padding-left: 5px;
    }

        .forum-search-box .search-box-text:focus,
        .header-lower .search-box .search-nav:focus {
            border-color: #000;
        }

.search-box .btn.search-box-button {
    background: url("../images/search-icon.png") no-repeat 0px 0px;
    border-radius: 0px;
    width: 34px;
    height: 34px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    right: -10px;
    position: absolute;
}

    .search-box .btn.search-box-button:hover {
        background: url("../images/search-icon.png") no-repeat 0px -34px;
    }

.header .search-box .form-control,
.header .search-box .btn {
    border-radius: 0;
}


/* FLYOUT CART STYLE */

.flyout-main-wrapper .flyout-cart-wrapper {
    position: absolute;
    top: 60px;
    right: -6px;
    z-index: 999999;
    width: 300px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    opacity: 0;
    visibility: hidden;
}

.flyout-main-wrapper {
    /*float: right;*/
}

    .flyout-main-wrapper.shopping-cart-link {
        float: right;
    }

        .flyout-main-wrapper .shopping-cart-link .ico-cart {
            background: url(../images/cart-icon.png) no-repeat 2px 2px;
            float: right;
            height: 20px;
            text-decoration: none;
            background-size: 16px;
            background-repeat: no-repeat;
        }

            .flyout-main-wrapper .shopping-cart-link .ico-cart:hover {
                background: url(../images/cart-icon.png) no-repeat 0px -28px;
            }

        .flyout-main-wrapper .shopping-cart-link .cart-label {
            color: #333;
        }

        .flyout-main-wrapper .shopping-cart-link .cart-qty {
            color: #fff;
            background-color: #e75972;
            border-radius: 50%;
            font-size: 10px;
            width: 20px;
            height: 20px;
            text-align: center;
            vertical-align: middle;
            padding: 2px 7px 2px 7px;
        }

        .flyout-main-wrapper .shopping-cart-link .empty-cart-qty {
            background-color: transparent;
            color: #000;
            font-size: 12px;
        }

    .flyout-main-wrapper .flyout-cart-wrapper::before {
        background: url(../images/flyout-arrow-top.png) no-repeat center center;
        content: " ";
        height: 14px;
        left: 70%;
        position: absolute;
        top: -14px;
        width: 26px;
    }

.flyout-cart-wrapper.active {
    opacity: 1;
    visibility: visible;
}

.header-lower .flyout-cart-wrapper .mini-shopping-cart .count a {
    float: none;
    border-right: 0;
    z-index: 4;
}

.header-lower .flyout-cart-wrapper a {
    border-right: none;
}

.mini-shopping-cart {
    padding: 0px 15px;
    text-align: left;
    font-size: 12px;
    color: #333;
}

    .mini-shopping-cart .count {
        padding: 10px 0px;
        color: #333;
        border-bottom: 1px solid #ddd;
    }

        .mini-shopping-cart .count a {
            margin: 0 2px;
            font-weight: bold;
            color: #000;
        }

    .mini-shopping-cart .items {
        margin: 0 0 20px;
    }

    .mini-shopping-cart .item {
        overflow: hidden;
        /*padding: 10px 0px;*/
        border-bottom: 1px solid #ddd;
    }

    .mini-shopping-cart .picture {
        float: left;
        width: 70px;
        text-align: center;
        width: 70px;
    }

        .mini-shopping-cart .picture a {
            display: block;
            position: relative;
            overflow: hidden;
            padding: 0px;
        }

            .mini-shopping-cart .picture a:before {
                content: "";
                display: block;
                padding-top: 0px;
            }

        .mini-shopping-cart .picture img {
            position: inherit;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 100%;
            width: 70px;
        }

        .mini-shopping-cart .picture + .product {
            float: left;
            margin-left: 15px;
        }

    .mini-shopping-cart .name {
        margin: 0 0 5px;
        overflow: hidden;
        width: 100%;
        float: left;
    }

        .mini-shopping-cart .name a {
            color: #000;
            font-size: 13px;
        }

            .mini-shopping-cart .name a:hover {
                color: #333;
                text-decoration: none;
            }

    .mini-shopping-cart .attributes {
        margin: 5px 0;
        color: #606162;
        float: left;
        width: 100%;
    }

    .mini-shopping-cart .totals {
        margin: 0 0 15px;
        font-size: 14px;
        display: inline-block;
        clear: both;
        float: left;
        color: #000;
        width: 100%;
        text-align: center;
        font-weight: 700;
    }

        .mini-shopping-cart .totals strong {
            font-size: 14px;
            color: #000;
        }

    .mini-shopping-cart .buttons {
        margin: 0 0 15px;
        display: inline-block;
        clear: both;
        width: 100%;
    }

    .mini-shopping-cart input[type="button"] {
        display: inline-block;
        border: none;
        padding: 10px;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        width: 100%;
    }

    .mini-shopping-cart .product {
        width: 65%;
    }

    .mini-shopping-cart .quantity {
        float: left;
        margin-right: 5%;
        text-transform: capitalize;
        color: #666;
    }

    .mini-shopping-cart .price {
        float: left;
    }

.empty-shopping-cart {
    padding: 15px 0px;
    color: #333;
    font-weight: 700;
}

.mini-shopping-cart .price span {
    color: #333;
    font-weight: 700;
}

#flyout-cart .shopping-cart-link {
    height: 35px;
    display: inline-block;
    margin-top: 8px;
}


/* HEADER AND MENU STYLE */


/* override some jQuery UI style */

.search-box .ui-autocomplete-loading {
    background: white url('../images/ajax_loader_small.gif') right center no-repeat;
}

.ui-autocomplete {
    z-index: 10 !important;
}

    .ui-autocomplete .ui-menu-item a {
        text-align: left !important;
    }

.header-lower {
    padding: 18px 0px;
    position: relative;
    z-index: 2;
}

.header-menu .navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px;
}

.header-menu {
    /*background: #333;*/
    margin-bottom: 30px;
}

    .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown .dropdown-menu.sub-menusublist.first-level li .dropdown-menu.sub-menusublist.first-level,
    .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown .dropdown-menu.sub-menusublist.first-level li .dropdown-menu.sub-menusublist.first-level li .dropdown-menu.sub-menusublist.first-level {
        display: none;
    }

    .header-menu .navbar.navbar-inverse .navbar-collapse {
        padding: 0px;
    }

    .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.active > a {
        background: #000;
        color: #fff;
        padding: 15px 22px;
    }

    .header-menu .navbar.navbar-inverse .nav.navbar-nav > li {
        float: left;
    }

        .header-menu .navbar.navbar-inverse .nav.navbar-nav > li > a {
            float: left;
            padding: 20px 22px;
            line-height: 25px;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
        }

            .header-menu .navbar.navbar-inverse .nav.navbar-nav > li > a:hover {
                background: #000;
            }

        .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown > a:hover:before {
            background: url(../images/active-menu-icon.png) no-repeat center bottom;
            position: absolute;
            left: 40%;
            height: 12px;
            width: 24px;
            content: "";
            top: 54px;
        }

        .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown.open > a {
            background: #000;
        }

        .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown .dropdown-menu li a {
            padding: 10px 15px 10px 40px;
            line-height: 15px;
            background: url("../images/submenu-deactive-icon.png") no-repeat 20px 10px #f9f9f9;
            white-space: normal;
            word-wrap: break-word;
        }

            .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown .dropdown-menu li a:hover {
                color: #000;
                background: url("../images/submenu-active-icon.png") no-repeat 20px 10px #f9f9f9;
            }

        .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown .dropdown-menu {
            border-radius: 0px;
            min-width: 200px;
            padding: 5px 0px 0px;
            background: #f9f9f9;
            border: none;
            width: 200px;
            opacity: 0;
            display: block;
            transition: all 300ms ease-in-out 0s;
            -webkit-transition: all 300ms ease-in-out 0s;
            -moz-transition: all 300ms ease-in-out 0s;
            -o-transition: all 300ms ease-in-out 0s;
            visibility: hidden;
        }

        .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown:hover .dropdown-menu {
            display: block;
            top: 65px;
            left: 0px;
            opacity: 1;
            visibility: visible;
        }

        .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown .dropdown-menu.sub-menusublist.first-level li.dropdown:hover .dropdown-menu.sub-menusublist.first-level {
            display: block;
            top: 13px;
            left: 197px;
            opacity: 1;
            visibility: visible;
        }

        .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown .dropdown-menu.sub-menusublist.first-level li .dropdown-menu.sub-menusublist.first-level li.dropdown:hover .dropdown-menu.sub-menusublist.first-level {
            display: block;
            top: 13px;
            left: 197px;
            opacity: 1;
            visibility: visible;
        }

.slider-wrapper.theme-custom {
    margin-top: 0px;
    display: none;
}

#index-page .slider-wrapper.theme-custom {
    display: block;
    margin-bottom: 20px;
}

.main-menu.goToTop .navbar.navbar-inverse.category-menu {
    margin: 0 auto;
    width: 1140px !important;
}

.header-menu .main-menu {
    width: 100% !important;
    transition: all 0.5s ease-in-out 0s;
}

#index-page .header-menu {
    margin-bottom: 0px;
}

.theme-custom .nivo-controlNav a.active {
    background-color: #000 !important;
}

.theme-custom .nivo-controlNav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 7px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    font-size: 0;
    border-radius: 5px !important;
}

/* CONTENT SECTION STYLE */

.title.sub-title {
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

    .title.sub-title::before {
        border-top: 1px solid #ccc;
        content: "";
        left: 0%;
        position: absolute;
        right: 0%;
        top: 50%;
    }

    .title.sub-title strong {
        background: #fff;
        border: 1px solid #ccc;
        display: inline-block;
        position: relative;
        z-index: 10;
        padding: 15px 25px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 18px;
        color: #333;
        letter-spacing: 3px;
        line-height: 18px;
    }


/* HOME NEWS SECTION STYLE */

.news-list-homepage .news-items .item {
    margin-bottom: 10px;
    border-radius: 0px;
    background: #fff;
    float: left;
    width: 100%;
}

.news-list-homepage .news-items .news-head {
    float: left;
    width: 100%;
}

.news-list-homepage .news-head a {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 25px 0px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.news-list-page .news-date,
.news-list-homepage .news-date {
    float: right;
    width: 100%;
    text-align: right;
    margin: 20px 0px;
    color: #000;
}

.news-list-homepage .news-details {
    clear: both;
    line-height: 24px;
    margin-bottom: 25px;
    color: #555;
}

.news-list-page .news-button,
.news-list-homepage .news-button {
    text-align: center;
}

    .news-list-page .news-button .read-more,
    .news-list-homepage .read-more {
        text-transform: uppercase;
        padding: 10px 25px;
    }

        .news-list-page .news-button .read-more span,
        .news-list-homepage .read-more span {
            float: left;
            line-height: 20px;
        }

        .news-list-page .news-button .read-more i,
        .news-list-homepage .read-more i {
            margin-left: 8px;
            float: left;
            line-height: 20px;
        }

.home-page .news-list-homepage .view-all {
    clear: both;
    text-align: center;
}

    .home-page .news-list-homepage .view-all a {
        text-transform: uppercase;
        padding: 10px 20px
    }

.news-list-homepage {
    margin-bottom: 50px;
}


/* POLL BLOCK STYLE */

.poll-options {
    list-style: none;
}

.listbox .poll-results .answer {
    padding-bottom: 5px;
}

#block-poll-vote-error-1 {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    padding: 0px 10px;
    margin-top: 10px;
    font-weight: bold;
    clear: both;
}

.poll {
    text-align: center;
}

.poll-options li {
    display: inline-block;
    float: none;
    margin: 0px 30px;
}

    .poll-options li .radio input {
        margin-right: 5px;
    }

    .poll-options li label {
        color: #333;
        font-weight: normal;
    }

.block.block-poll.well .poll-options li {
    float: left;
    width: 100%;
    margin: 0px;
}

    .block.block-poll.well .poll-options li label,
    .block.block-poll.well .poll {
        text-align: left;
    }

.block.block-poll.well .poll-display-text {
    text-align: left;
}

.poll strong {
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
    display: inline-block;
    background: #f5f5f5;
    padding: 15px 40px;
    color: #555;
    text-transform: uppercase;
}

.home-page-polls .buttons {
    margin-top: 30px;
}

    .home-page-polls .buttons .vote-poll-button {
        text-transform: uppercase;
        padding: 10px 20px;
    }

.block.block-poll.well.box-shadow-wrapper .poll-total-votes {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.block.block-poll.well.box-shadow-wrapper .listbox .poll-results .answer {
    padding-bottom: 0px;
    margin-top: 10px;
}

.home-page-polls .title {
    text-align: center;
}


/* FOOTER SECTION STYLE */

.change-device {
    clear: both;
    text-align: right;
}

.designedby {
    text-align: right;
}

.footer-store-theme {
    text-align: center;
}

.footer {
    float: left;
    width: 100%;
    background: #2b2b2b;
    /*margin-top: 50px;*/
}

    .footer ul.nav li a {
        padding: 0;
    }

.footer-upper .social-wrapper {
    float: right;
}

    .footer-upper .social-wrapper li {
        float: left;
    }

        .footer-upper .social-wrapper li a {
            float: left;
            height: 45px;
            width: 45px;
            border: 1px solid #ddd;
            margin-right: 10px;
            text-align: center;
            line-height: 45px;
            background: #fff;
            color: #333;
            font-size: 20px;
        }

            .footer-upper .social-wrapper li a:hover {
                background: #000;
                color: #fff;
                border-color: #000;
            }

.newsletter-subscribe-block .newsletter-email {
    float: left;
}

.newsletter-subscribe-block .form-group {
    float: left;
    margin-bottom: 0px;
}

#newsletter-email,
#newsletter-subscribe-button {
    border-radius: 0;
}

.footer-disclaimer {
    margin-top: 10px;
}

#newsletter-subscribe-block #newsletter-email {
    float: left;
    width: 300px;
    height: 45px;
    color: #aaa;
}

#newsletter-subscribe-block #newsletter-subscribe-button {
    float: left;
    width: auto;
}

#newsletter-subscribe-button {
    font-size: 15px;
    padding: 12px;
    text-transform: uppercase;
}

.footer-upper {
    padding: 30px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.newsletter-wrapper strong {
    float: left;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    margin-right: 15px;
    margin-top: 10px;
}

.newsletter-result-block {
    color: #000;
    clear: both;
    text-align: center;
    float: left;
    width: 100%;
}

.newsletter-validation {
    text-align: center;
}

.footer-middle {
    padding: 35px 0px;
}

    .footer-middle .title {
        margin-bottom: 25px;
    }

        .footer-middle .title strong {
            font-size: 18px;
            color: #fff;
            text-transform: uppercase;
        }

.footer .footer-middle ul li a {
    color: #7d7d7d;
    text-transform: capitalize;
    margin-bottom: 2px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

    .footer .footer-middle ul li a i {
        margin-right: 8px;
    }

.footer-middle ul li a:hover {
    background: transparent;
    color: #fff;
}

.footer-middle .contact-wrapper i {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
}

.footer-middle .contact-wrapper .address i {
    line-height: 65px;
}

.footer-middle .contact-wrapper .phone-number i {
    margin-right: 16px;
}

.footer-middle .contact-wrapper .fax i {
    margin-right: 14px;
}

.footer-middle .contact-wrapper p {
    float: left;
    width: 85%;
    color: #777;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.footer-lower {
    padding: 20px 0px;
    background: #222;
    color: #fff;
}

    .footer-lower a {
        color: #000;
    }

        .footer-lower a:hover {
            color: #fff;
        }

    .footer-lower .poweredby,
    .footer-designedby {
        color: #999999;
    }

    .footer-lower .payment-method ul li {
        background: url(../images/payment-method.png) no-repeat left center;
        float: left;
        width: 55px;
        height: 30px;
    }

    .footer-lower .payment-method ul .payment-method2 {
        background-position: -55px center;
    }

    .footer-lower .payment-method ul .payment-method3 {
        background-position: -110px center;
    }

    .footer-lower .payment-method ul .payment-method4 {
        background-position: -165px center;
    }

    .footer-lower .payment-method ul .payment-method5 {
        background-position: -220px center;
    }

    .footer-lower .payment-method {
        float: left;
        margin-top: 20px;
    }

    .footer-lower .footer-theme-credit {
        margin-bottom: 8px;
    }

    .footer-lower .footer-store-theme .theme-selector select {
        color: #000;
        padding: 5px;
        margin-top: 10px;
    }

    .footer-lower .footer-disclaimer {
        margin-top: 25px;
    }


/* SIDEBAR NAVIGATION STYLE */

.box-shadow-wrapper .listbox ul li,
.box-shadow-wrapper .listbox .nav.nav-list,
.box-shadow-wrapper .listbox .sublist.nav.nav-list {
    clear: both;
}

.block-popular-tags.sidebar .nav > li > a:hover,
.block-popular-tags.sidebar .nav > li > a:focus {
    background: none;
}

#customerTaxType,
#customerCurrency,
#customerlanguage {
    border: 1px solid #ddd;
}

.title.main-title {
    background: #f5f5f5;
    padding: 15px 20px;
}

    .title.main-title strong {
        font-weight: 700;
        font-size: 18px;
        color: #000;
    }

.box-shadow-wrapper .listbox {
    /*border: 1px solid #ddd;*/
    background-color: #f5f5f5;
    padding: 0px 15px;
    float: left;
    width: 100%;
}

.box-shadow-wrapper {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    padding: 0px;
    border-radius: 0px;
    border: none;
    background: #fff;
}

    .block.block-blog-archive.well.box-shadow-wrapper .listbox ul li strong,
    .box-shadow-wrapper .listbox ul li a {
        padding: 15px 0px 15px 5px;
        float: left;
        width: 100%;
        /*border-bottom: 1px solid #ddd;*/
        color: #333;
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
    }

    .box-shadow-wrapper .listbox ul li.active.last {
        clear: both;
    }

        .block.block-account-navigation .listbox ul li a.active,
        .block-manufacturer-navigation.box-shadow-wrapper .listbox ul li.active a,
        .box-shadow-wrapper .listbox ul li.active.last > a,
        .box-shadow-wrapper .listbox ul li a:hover,
        .block-blog-archive .listbox ul li a {
            color: #000;
            font-weight: 600;
        }

    .block.block-blog-archive.well.box-shadow-wrapper .listbox ul li strong,
    .box-shadow-wrapper .listbox ul li > a {
        /*background: url(../images/submenu-deactive-icon.png) no-repeat left center;*/
    }

    .block.block-account-navigation .listbox ul li > a.active,
    .block-manufacturer-navigation.box-shadow-wrapper .listbox ul li.active > a,
    .box-shadow-wrapper .listbox ul li.active.last > a {
        /*background: url(../images/submenu-active-icon.png) no-repeat transparent left center;*/
        font-weight: 700;
        border-bottom: 1px solid #000;
    }

    .box-shadow-wrapper .listbox ul li .sublist li a {
        padding: 15px 0px 15px 45px;
        background: url(../images/submenu-list-deactive-icon.png) no-repeat 30px center;
    }

        .box-shadow-wrapper .listbox ul li .sublist li a:hover,
        .box-shadow-wrapper .listbox ul li .sublist li.active.last > a {
            background: url(../images/submenu-list-active-icon.png) no-repeat transparent 30px center;
        }

    .box-shadow-wrapper .listbox ul li .sublist li .sublist li a {
        padding: 15px 0px 15px 60px;
        background: url(../images/submenu-list-deactive-icon.png) no-repeat 45px center;
    }

        .box-shadow-wrapper .listbox ul li .sublist li .sublist li a:hover,
        .box-shadow-wrapper .listbox ul li .sublist li .sublist li.active.last > a {
            background: url(../images/submenu-list-active-icon.png) no-repeat transparent 45px center;
        }

    .box-shadow-wrapper .listbox ul li .sublist li .sublist li .sublist li a {
        padding: 15px 0px 15px 78px;
        background: url(../images/submenu-list-deactive-icon.png) no-repeat 60px center;
    }

        .box-shadow-wrapper .listbox ul li .sublist li .sublist li .sublist li a:hover,
        .box-shadow-wrapper .listbox ul li .sublist li .sublist li .sublist li.active.last > a {
            background: url(../images/submenu-list-active-icon.png) no-repeat transparent 60px center;
        }

    .box-shadow-wrapper .listbox .view-all,
    .block.block-poll.well.box-shadow-wrapper .buttons {
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .box-shadow-wrapper .listbox .view-all a,
        .box-shadow-wrapper .listbox .vote-poll-button {
            background: #333;
            color: #fff;
            padding: 8px 10px;
            font-size: 14px;
            font-weight: 700;
            float: left;
            margin-bottom: 10px;
        }

            .box-shadow-wrapper .listbox .view-all a:hover,
            .box-shadow-wrapper .listbox .vote-poll-button:hover {
                background: #000;
                text-decoration: none;
            }

.block.block-popular-tags.box-shadow-wrapper .listbox ul li a {
    float: left;
    width: auto;
    border-bottom: none;
    padding: 0px;
    font-size: 100% !important;
    margin-right: 5px;
}

.block.block-popular-tags.box-shadow-wrapper .listbox .tags {
    padding: 10px 0px;
    float: left;
    width: 100%;
}

    .block.block-popular-tags.box-shadow-wrapper .listbox .tags ul li {
        margin-left: 0px;
        clear: none;
        margin-bottom: 5px;
    }

        .block.block-popular-tags.box-shadow-wrapper .listbox .tags ul li:last-child span {
            display: none;
        }

.block.block-popular-tags.well.box-shadow-wrapper .listbox ul li a {
    background: none;
}

.block.block-popular-tags.well.box-shadow-wrapper .view-all {
    margin-top: 0px;
}

.block.block-poll.well.box-shadow-wrapper .poll-options.nav.nav-pills {
    margin-left: 0px;
    padding-top: 0px;
}

.block.block-poll.well.box-shadow-wrapper .poll strong {
    padding: 15px 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.block.block-poll.well.box-shadow-wrapper .poll-options li label {
    margin: 5px 0px;
}

.block.block-recently-viewed-products.well.box-shadow-wrapper .product-picture {
    float: left;
}

    .block.block-recently-viewed-products.well.box-shadow-wrapper .product-picture a {
        float: left;
        padding: 15px 0px;
        margin-right: 10px;
        border: none;
    }

.block.block-recently-viewed-products.well.box-shadow-wrapper .product-name {
    float: left;
    border: none;
    background: none;
    padding: 15px 0px;
    width: 60%;
}

.block.block-recently-viewed-products.well.box-shadow-wrapper ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

    .block.block-recently-viewed-products.well.box-shadow-wrapper ul li:hover .product-name {
        color: #000;
    }


/* PRODUCT SLIDER STYLE */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel.owl-theme {
    position: relative;
}

.owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-next {
    background: url(../images/next-arrow.png) no-repeat 52px 15px;
    border: 1px solid #ddd;
    color: #999;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    right: -80px;
    padding: 12px 30px 12px 10px;
    position: absolute;
    text-transform: uppercase;
}

.owl-prev {
    background: url("../images/previous-arrow.png") no-repeat scroll 10px 15px;
    border: 1px solid #ddd;
    color: #999;
    line-height: 20px;
    float: left;
    font-size: 14px;
    font-weight: 700;
    left: -80px;
    padding: 12px 10px 12px 30px;
    position: absolute;
    text-transform: uppercase;
}

.owl-next:hover {
    background: url("../images/next-arrow.png") no-repeat scroll 52px -19px #333;
    color: #fff;
    border-color: #333;
}

.owl-prev:hover {
    background: url(../images/previous-arrow.png) no-repeat 10px -19px #333;
    color: #fff;
    border-color: #333;
}

.crosssell-products-slider .owl-buttons,
.also-purchased-products-grid .owl-buttons,
.related-products-grid .owl-buttons,
.product-grid.home-page-product-grid .owl-buttons,
.product-grid.bestsellers .owl-buttons {
    top: 35%;
}

.product-grid.cross-sells {
    margin-top: 20px;
}


/* CATEGORY BOX STYLE*/

.product-category-item .picture {
    position: relative;
}







.vendor-grid .product-category-item .picture .title,
.manufacturer-grid .product-category-item .picture .title,
.sub-category-grid .product-category-item .picture .title {
    width: 150px;
    bottom: 50px;
}

/*.vendor-grid .product-category-item .picture .title a,
    .manufacturer-grid .product-category-item .picture .title a,
    .sub-category-grid .product-category-item .picture .title a {
        width: 150px;
        padding: 18px 0px;
        font-size: 15px;
        word-wrap: break-word;
    }*/

.picture-thumbs.product-slider .owl-buttons,
.manufacturer-grid .owl-buttons,
.sub-category-grid .owl-buttons {
    position: inherit;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

    .picture-thumbs.product-slider .owl-buttons .owl-prev,
    .manufacturer-grid .owl-buttons .owl-prev,
    .sub-category-grid .owl-buttons .owl-prev {
        float: none;
        display: inline-block;
        margin-right: 15px;
        position: inherit;
    }

    .picture-thumbs.product-slider .owl-buttons .owl-next,
    .manufacturer-grid .owl-buttons .owl-next,
    .sub-category-grid .owl-buttons .owl-next {
        float: none;
        display: inline-block;
        position: inherit;
    }


/* BREADCRUMB STYLE */

.breadcrumb-wrapper .breadcrumb {
    border: none;
    padding: 15px;
    border-radius: 0px;
    margin-bottom: 30px;
    clear: both;
}

    .breadcrumb-wrapper .breadcrumb li a {
        color: #333;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
    }

        .breadcrumb-wrapper .breadcrumb li a:hover {
            color: #000;
        }

    .breadcrumb-wrapper .breadcrumb li .current-item.active,
    .breadcrumb-wrapper .breadcrumb li .active {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        text-transform: capitalize;
    }

    .breadcrumb-wrapper .breadcrumb > li + li::before,
    .breadcrumb-wrapper .breadcrumb > ol + ol::before {
        padding: 0px 10px;
    }


/* PRODUCT BOX STYLE */

.price.old-price {
    float: left;
    text-decoration: line-through;
    width: 100%;
    font-size: 12px;
}

.product-item .description {
    color: #d2ccc7;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Arial;
    text-align: center;
    margin-top: 15px;
}

.product-item .prices {
    margin-bottom: 15px;
}

.title.panel-heading {
    padding: 0;
}

.thumbnail {
    min-height: 480px;
    box-shadow: none;
    border: none;
    padding: 15px;
    /*background-color: #f2f3f4;*/
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 0px;
}

.noPadding {
    padding: 0px;
}

.product-grid .item-box:hover .thumbnail,
.item-box.product-grid:hover .thumbnail {
    border-color: #000;
}

.item-box.product-grid .thumbnail .caption {
    padding: 0px;
}

.product-grid .item-box,
.item-box.product-grid {
    margin-bottom: 70px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.item-box .product-rating-box {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
    position: relative;
}

.item-box .rating {
    background: url('../images/star-x-inactive.png') repeat-x;
    width: 100px;
    height: 16px;
    margin: 0 auto;
    float: left;
}

    .item-box .rating div {
        background: url('../images/star-x-active.png') repeat-x;
        height: 16px;
    }

/*.item-box,
.item-box.product-grid {
    height: 530px;
}*/

.boxColor1 {
    background: #fbe8d7 !important;
}

.boxColor2 {
    background: #c4dcce !important;
}

.boxColorDefault {
    min-height: 560px !important;
    background: #f2f3f4 !important;
}

.boxColorOrange {
    min-height: 560px !important;
    background: #fbe8d7 !important;
}


.boxColorGreen {
    min-height: 560px !important;
    background: #c4dcce !important;
}

.item-box .product-item {
    background: #f2f3f4;
    float: left;
    width: 100%;
    padding: 30px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

    .item-box .product-item .picture a img {
        width: 100%;
        max-height: 226px;
    }

    .item-box .product-item .picture {
        margin-bottom: 25px;
        position: relative;
        max-width: 170px;
        margin: 15px auto;
    }

    .item-box .product-item .product-title {
        overflow: hidden;
        margin: 0 0 8px 0;
        font-size: 16px;
        text-align: center;
    }

        .item-box .product-item .product-title a {
            color: #393939;
            text-align: center;
            font-family: 'PlayfairRegular';
        }

            .item-box .product-item .product-title a:hover {
                color: #393939;
                text-decoration: none;
            }

    .item-box .product-item .sku {
        text-align: center;
        margin-bottom: 16px;
    }

.item-box.product-grid .product-border-bottom {
    background: #e7e7e7;
    height: 1px;
    margin: 5px auto 15px;
    width: 50%;
}

.item-box.product-grid .prices {
    /*width: 100%;*/
    float: left;
    /*text-align: center;*/
}


.item-box.product-grid .homepagePrices {
    width: 100%;
    float: left;
    text-align: center;
}

.item-box.product-grid .product-item .add-info .buttons {
    float: left;
    width: 100%;
    text-align: center;
}

.item-box .prices span {
    line-height: 26px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    width: auto;
}

.item-box .prices .price.old-price {
    text-decoration: line-through;
    float: none;
    margin-right: 10px;
    width: auto;
    color: #999999;
}

.item-box .product-box-add-to-cart-button {
    border: 2px solid #ccc;
    color: #999;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    line-height: 18px;
}

    .item-box .product-box-add-to-cart-button:hover {
        border-color: #000;
        color: #fff;
    }

    .item-box .product-box-add-to-cart-button:focus {
        border-color: #000;
        color: #fff;
    }

.item-box .add-to-compare-list-button {
    background: url('../images/product-compare-icon.png') no-repeat 15px 18px #fff;
    height: 50px;
    width: 50px;
    text-indent: -999999px;
    padding: 0;
    border: none;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

/*.item-box .add-to-wishlist-button {
        background: url('../images/product-wishlist-icon.png') no-repeat 15px 20px #fff;
        height: 50px;
        width: 50px;
        text-indent: -999999px;
        padding: 0;
        border: none;
        margin-right: 10px;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }*/

/*.item-box .add-to-compare-list-button:hover {
        background: url('../images/product-compare-icon.png') no-repeat 15px -16px #000;
    }

    .item-box .add-to-wishlist-button:hover {
        background: url('../images/product-wishlist-icon.png') no-repeat 15px -12px #000;
    }*/

/*.item-box .rating::before {
        background: #222;
        content: "";
        height: 1px;
        left: 10%;
        position: absolute;
        top: 6px;
        width: 40px;
    }

    .item-box .rating::after {
        background: #222;
        content: "";
        height: 1px;
        right: 10%;
        position: absolute;
        top: 6px;
        width: 40px;
    }*/

.item-box .thumbnail .picture a::before {
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    visibility: hidden;
    opacity: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    z-index: 10;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
}

/*.item-box .thumbnail:hover .picture a::before {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }*/

.item-box .thumbnail .wishlist-compare-wrapper {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
    opacity: 0;
    top: 80%;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.item-box .thumbnail:hover .picture .wishlist-compare-wrapper {
    top: 40%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.item-box .thumbnail .picture a {
    background: #ededed;
}


/* PRODUCT LIST PAGE STYLE */

.product-grid .item-box.product-list {
    height: auto;
}

.product-list .product-item {
    background: transparent;
}

.product-grid .product-list .thumbnail {
    border-bottom: none;
    padding-bottom: 0px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

    .product-grid .product-list .thumbnail:hover {
        background: #f1f1f1;
    }

.product-grid .product-list .picture {
    width: 30%;
    float: left;
    margin-right: 30px;
    margin-bottom: 0px;
}

.product-grid .product-list .details {
    float: left;
    overflow: visible;
    width: 100%;
}

.product-grid .product-list .description {
    display: block;
    font-size: 14px;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.product-grid .product-list .product-item .price.old-price {
    display: block;
    text-decoration: line-through;
}

.product-grid .product-list .thumbnail .caption {
    padding: 10px 0px;
    float: left;
    width: 65%;
    text-align: left;
    height: auto;
    min-height: inherit;
}

    .product-grid .product-list .thumbnail .caption .add-info .buttons {
        width: 100%;
    }

.product-grid .product-list .product-item .rating {
    text-align: left;
    margin: 0px 0px 0px 55px;
}

.product-grid .product-list .rating::before {
    left: 0px;
}

.product-grid .product-list .rating::after {
    right: -35%;
}

.product-grid .product-list .product-item .product-title a {
    padding: 0px;
    text-align: left;
    margin-bottom: 15px;
}

.product-grid .product-list .product-item .product-title {
    height: auto;
    margin-bottom: 25px;
    text-align: left;
}

.product-grid .product-list .add-info {
    float: left;
    width: 100%;
}

.product-grid .product-list .product-item .prices {
    margin-bottom: 25px;
}

.product-grid .product-list {
    margin-bottom: 30px;
}

    .product-grid .product-list .prices span {
        line-height: 20px;
    }

    .product-grid .product-list .product-rating-box {
        display: inline-block;
        clear: both;
        width: auto;
        margin-bottom: 25px;
    }


/* CATEGORY, SUB CATEGORY AND MANUFACTURER PAGE SELECTORS STYLE */

.vendor-grid .item-box .product-category-item,
.manufacturer-grid .item-box .manufacturer-item,
.sub-category-grid .item-box .sub-category-item {
    margin-bottom: 30px;
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}

.manufacturer-grid .item-box .manufacturer-item {
    background: #f5f5f5;
}

.category-grid .item-box .category-item {
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}

.vendor-grid .item-box .picture a img,
.manufacturer-grid .item-box .picture a img,
.category-grid .item-box .picture a img,
.sub-category-grid .item-box .picture a img {
    width: 100%;
}

.home-page-category-grid .item-box {
    height: auto;
    margin: 30px auto;
    padding: 20px 0;
}

.order {
    padding: 7px 0;
}

.product-selectors {
    margin: 0px 0px 30px;
    background: #fff;
    color: #333;
    clear: both;
}

    .product-selectors .product-span {
        padding: 5px 0 0 10px !important;
    }

    .product-selectors .remove_left_padding {
        padding-left: 0px;
    }

.viewmode-icon.grid i,
.viewmode-icon.list i {
    font-size: 18px !important;
}

.vendor-grid .item-box,
.sub-category-grid .item-box,
.manufacturer-grid .item-box {
    height: auto;
}

.viewmode-icon:focus,
.viewmode-icon:hover {
    color: #000;
}

.viewmode-icon {
    padding: 12px;
    float: left;
    border: 1px solid #ddd;
    color: #333;
    height: 45px;
    width: 45px;
    line-height: 23px;
    text-align: center;
}

    .viewmode-icon.selected {
        color: #000;
    }

    .viewmode-icon:hover {
        border-color: #000;
    }

.product-viewmode .grid-list-icon {
    padding: 0;
    float: right;
}

.list-grid-view {
    float: right;
}

.product-sorting,
.product-page-size {
    margin-top: 5px;
}


/* CATEGOTY, SEARCH, MANUFACTURER, PRODUCT TAG, VENDOR, COMPARE PRODUCT PAGE STYLE */

.product-filters-wrapper .well {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    padding: 0;
    margin-bottom: 30px;
    border: 1px solid #ededed;
}

.product-spec-filter .filter-title .fa.fa-arrow-circle-right,
.price-range-filter .filter-title .fa.fa-arrow-circle-right {
    float: left;
    margin: 3px 10px 0px 0px;
    font-size: 17px;
    color: #333;
}

.product-filters .filter-title strong {
    display: block;
    margin-left: 20px;
    overflow: hidden;
    font-size: 16px;
}

.product-filters ul {
    padding-left: 20px;
}

.remove-filter a,
.product-tags-all-page a {
    color: #777;
    font-weight: 700;
}

    .remove-filter a:hover,
    .product-tags-all-page a:hover {
        color: #000;
    }

.remove-filter,
.already-filtered-items,
.price-range-filter .selected-price-range {
    margin-left: 20px;
    color: #777;
    font-weight: 700;
}

.remove-filter {
    margin-top: 10px;
}

.product-filters .already-filtered-items .filter-title strong {
    font-weight: 700;
    margin-left: 0px;
}

.product-filters .filter-content .title strong {
    color: #000;
}

.product-filters .filter-content .nav > li > a {
    padding: 5px 20px;
    font-size: 14px;
    color: #777;
    font-weight: 700;
    display: inline-block;
}

    .product-filters .filter-content .nav > li > a:hover {
        background: transparent;
        color: #000;
    }

.product-spec-filter .filter-content .available-items .nav.nav-list .title {
    margin-bottom: 8px;
}

.product-filters .filter-content {
    padding: 15px 20px;
    background: #fff;
}

    .product-filters .filter-content ul {
        padding-left: 20px;
    }

.product-filters > .filter-title {
    background: #f5f5f5;
    padding: 15px 20px;
}

.product-filters .already-filtered-items .filter-title strong {
    font-size: 14px;
}

.product-filters .already-filtered-items .filter-title strong {
    color: #333;
}

.product-filters .already-filtered-items .item {
    font-weight: normal;
    margin-top: 5px;
}

    .product-filters .filter-content ul li a i,
    .product-filters .selected-price-range i,
    .product-filters .already-filtered-items .item i {
        float: left;
        font-size: 16px;
        line-height: 22px;
        margin-right: 8px;
    }

.clear-list.btn.btn-primary {
    margin-bottom: 10px;
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    text-transform: uppercase;
}

.compare-products-table .picture img {
    /*max-width: 100%;
    width: 100%;*/
    margin: auto;
}

.recently-added-products-page .page-body,
.recently-viewed-products-page .page-body {
    padding: 0;
}

.apply-vendor-page .from-panel .panel-body,
.product-filters.price-range-filter .filter-content ul {
    padding: 0px;
}

.contact-vendor {
    margin-bottom: 30px;
}

.recently-added-products-page .link-rss,
.compare-products-page .compare-products-table a {
    color: #000;
}

    .compare-products-page .compare-products-table a:hover {
        color: #333;
    }

.apply-vendor-page .topic-html-content {
    border: none;
}

.vendor-contact-page .form-horizontal .control-label,
.apply-vendor-page .form-horizontal .control-label {
    text-align: left;
}

.product-tags-all-page .page-body {
    padding: 15px;
    border: 1px solid #ddd;
}

.category-description li,
.vendor-description li,
.manufacturer-description li,
.page.topic-page .page-body li,
.post-body li,
.full-description tab-pane fade in active li,
.attribute-description li,
.news-body li {
    list-style: inherit;
}

.category-description ul,
.vendor-description ul,
.manufacturer-description ul,
.page.topic-page .page-body ul,
.post-body ul,
.full-description tab-pane fade in active ul,
.attribute-description ul,
.news-body ul {
    padding-left: 40px;
}


/* SEARCH PAGE STYLE */

.search-box .search-box-button {
    background: url("../images/search.png") no-repeat scroll center center #65c178;
    padding: 16px 19px;
    height: 0;
    width: 0;
}

.search-box .search-nav {
    float: left;
    height: 34px;
    padding: 0px 12px;
    margin-right: -3px;
    width: 210px;
    background: #e5e5e5;
    border: none;
    box-shadow: none;
}

.search-input .basic-search .forum-search-text.form-control {
    padding: 0px 12px;
    border-radius: 0;
    margin-bottom: 20px;
    height: 34px;
    margin-right: -3px;
}

.price-range {
    float: left;
    margin-top: 7px;
    width: 100%;
    font-weight: 700;
}

.price-range-from {
    float: left;
    margin-left: 16px;
}

.price-from.form-control {
    float: left;
    margin-left: 15px;
    width: 21%;
}

.price-range-to {
    float: left;
    margin: 0 20px;
}

.price-to.form-control {
    float: left;
    width: 21%;
}

.search-page .search-results strong {
    float: left;
    width: 100%;
    text-align: center;
}

.search-page .form-group label {
    text-align: left;
    padding-top: 5px;
    padding-right: 0px;
}

    .search-page .form-group label.checkbox {
        text-align: left;
    }

.search-page .product-selectors {
    margin-top: 30px;
    clear: both;
    float: left;
    width: 100%;
}

.search-box .navbar-form {
    padding-right: 0px;
}

.search-input label {
    padding-bottom: 5px;
}

.search-page .checkbox > label {
    padding-left: 0px;
    color: #333;
    margin-left: 5px;
}

.remove_right_padding {
    padding-left: 15px;
}

.blogpost-page .page-title.panel-heading h1,
.blog-page .page-title.panel-heading h1,
.search-page .page-title.panel-heading h1,
.news-list-page .page-title.panel-heading h1,
.news-item-page .page-title.panel-heading h1 {
    text-align: left;
}

.new-comment .title {
    text-align: center;
}

.search-page .search-input.form-horizontal {
    clear: both;
    margin-bottom: 20px;
}

.search-page .search-btn {
    text-transform: uppercase;
    padding: 10px 20px;
}

.search-page .form-group {
    margin-bottom: 20px;
}


/* PAGINATION STYLE */

.pager li {
    margin-right: 10px;
    display: inline-block;
}

    .pager li.current-page > span,
    .pager li.individual-page > a {
        /*background: #f5f5f5;*/
        border: 1px solid #ddd;
        color: #000;
        border-radius: 100%;
        padding: 10px 15px;
        font-weight: 700;
    }

    .pager li.current-page > span {
        background: #000;
        border-color: #000;
        color: #fff;
    }

    .pager li.individual-page > a:hover {
        background: #000;
        color: #fff;
        border-color: #000;
    }

    .pager li.previous-page a,
    .pager li.next-page a,
    .pager .last-page a,
    .pager .first-page a {
        color: #fff;
        padding: 10px 20px;
        border-radius: 100%;
        background: #333;
        border-color: #333;
        font-weight: 700;
    }

    .pager li.previous-page a {
        background: url(../images/pagination-previous-arrow.png) no-repeat 15px 15px #000;
        text-indent: -9999px;
        border-color: #333;
    }

    .pager li.next-page a {
        background: url(../images/pagination-next-arrow.png) no-repeat 15px 15px #000;
        text-indent: -9999px;
        border-color: #333;
    }

    .pager li.previous-page a:hover {
        background: url(../images/pagination-previous-arrow.png) no-repeat 15px 15px #000;
        border-color: #000;
    }

    .pager li.next-page a:hover {
        background: url(../images/pagination-next-arrow.png) no-repeat 15px 15px #000;
        border-color: #000;
    }

    .pager li.first-page a {
        background: url(../images/pagination-previous-last-arrow.png) no-repeat 14px 15px #000;
        text-indent: -9999px;
        border-color: #333;
    }

    .pager li.last-page a {
        background: url(../images/pagination-next-last-arrow.png) no-repeat 14px 15px #333;
        text-indent: -9999px;
        border-color: #333;
    }

    .pager li.first-page a:hover {
        background: url(../images/pagination-previous-last-arrow.png) no-repeat 14px 15px #000;
        border-color: #000;
    }

    .pager li.last-page a:hover {
        background: url(../images/pagination-next-last-arrow.png) no-repeat 14px 15px #000;
        border-color: #000;
    }


/* MISC. CLASSES */

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-right {
    text-align: right !important;
}

.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.clearer {
    zoom: 1;
}

    .clearer:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }


/* AJAX LOADING INDICATOR */

.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    overflow: hidden;
    z-index: 1104;
}

    .ajax-loading-block-window .loading-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 128px;
        height: 128px;
        background-image: url('../images/ajax_loader_large.gif');
    }

.please-wait {
    background: url('../images/ajax_loader_small.gif') no-repeat;
    padding-left: 20px;
}


/* VALIDATION AND ERRORS STYLE */

.message-error,
.validation-summary-errors {
    font-size: 11px;
}

    .message-error ul {
        padding: 0px;
        margin: 0;
    }

        .message-error ul li {
            list-style: none;
        }

.field-validation-error,
.section.payment-info .message-error .validation-summary-errors ul {
    font-size: 10px;
    color: red;
    background: #f2dede;
    color: #a94442;
    padding: 5px 5px 5px 5px;
    margin-top: 5px;
    float: left;
}

.field-validation-success {
    font-size: 12px;
    color: darkgreen !important;
    background: #dff0d8;
    color: #a94442;
    padding: 5px 10px 5px 5px;
    margin-top: 5px;
    float: left;
}

.required {
    color: red;
}

.error {
    font-size: 11px;
    color: #B94A48;
}

.input-validation-error {
    background-color: #fff;
}


/* TOPICS(hero-unit) PAGE STYLE */

.from-panel {
    margin-bottom: 50px;
    background: #fff;
}

.panel-heading {
    padding: 0;
    margin-bottom: 30px;
}

    .panel-heading h1 {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        text-transform: uppercase;
        margin: 0;
        text-align: left;
        letter-spacing: 2px;
    }

.topic-html-content-body {
    padding: 15px;
}

.not-found-page ul li {
    list-style: none;
    margin-bottom: 10px;
}

.topic-page p,
.apply-vendor-page .topic-html-content-body.panel-body p {
    text-align: center;
}

.topic-html-content a {
    color: #000;
}

    .topic-html-content a:hover {
        color: #333;
    }

.not-found-page .page-body.from-panel {
    clear: both;
}

.panel-body {
    padding: 0;
}

.topic-html-content {
    border: 1px solid #ddd;
}

    .topic-html-content .panel-heading {
        margin-bottom: 0px;
        padding: 15px;
    }

    .topic-page .page-body img,
    .topic-html-content .topic-html-content-body img,
    .category-description img,
    .manufacturer-description img,
    .product-details-tabs #description img,
    .news-item-page .news-body img,
    .blogpost-page .post-body img {
        width: 100%;
        height: auto;
    }

.page.topic-page {
    padding: 15px;
}

    .page.topic-page .panel-heading h1 {
        text-align: center;
    }

.home-page .topic-html-content {
    margin-bottom: 50px;
}


/* SITE MAP PAGE STYLE */

.sitemap-page .entity {
    margin: 0 0 30px 0;
    padding: 20px;
}

.sitemap-page h2 {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.sitemap-page .entity ul {
    overflow: hidden;
    margin: 0;
}

.sitemap-page .entity li {
    float: left;
    list-style: none;
    width: 170px;
    border-bottom: none;
    margin-bottom: 0;
}

.sitemap-page .entity .entity-body a {
    text-decoration: none;
    color: #666;
}

.entity-body.category-body.product-link li {
    float: left;
    margin-right: 26px;
    width: 48%;
    margin-bottom: 8px;
}

    .entity-body.category-body.product-link li:nth-child(2n) {
        margin-right: 0px;
    }

.sitemap-page .page-title.panel-heading h1,
.sitemap-page h2 {
    text-align: center;
    margin-top: 0px;
}

.sitemap-page .entity-body ul li {
    padding-bottom: 5px;
}

.sitemap-page .description {
    text-align: center;
    margin-bottom: 15px;
}


/* EU COOKIE LAW */

.eu-cookie-law {
    text-align: left;
}

a.eu-cookie-privacyinfo-tag {
    color: #B80709 !important;
    text-decoration: underline;
}

.eu-cookie-bar-notification {
    background-color: #F2F2F2;
    color: #333333;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    font-family: sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    z-index: 99999;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 10px;
        color: #333;
    }


/* NOTIFICATIONS */

.bar-notification {
    display: none;
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000000;
}

    .bar-notification.success {
        background: #4bb07a;
        color: #FFFFFF;
        margin: 0 0 10px;
    }

    .bar-notification.error {
        background: #e4444c;
        color: #FFFFFF;
        margin: 0 0 10px;
    }

    .bar-notification .close {
        background: url(../images/ico-close-notification-bar.png) no-repeat;
        width: 20px;
        height: 20px;
        float: right;
        margin: 15px 10px 0px 0px;
        /*margin: 25px 10px 0px 0px;*/
        cursor: pointer;
    }

    .bar-notification p.content {
        padding: 20px 25px;
        margin: 5px 0px;
        text-align: center;
    }

        .bar-notification p.content a {
            text-decoration: underline;
            color: #FFFFFF;
        }

            .bar-notification p.content a:hover {
                text-decoration: none;
                color: #FFFFFF;
            }

    .bar-notification.error p.content {
        margin: 5px 0px;
        /*padding: 20px 25px;*/
        padding: 0px 25px;
        text-align: center;
        font-size: 14px;
    }


/* PRODUCT DETAILS PAGE STYLE */

.product-details-page .overview {
    float: left;
    width: 100%;
}

.product-collateral {
    margin-bottom: 10px;
    clear: both;
}

.product-details-page .gallery .picture {
    text-align: center;
    margin-bottom: 20px;
    /*background: #ededed;*/
}

.product-details-page .thumb-popup-link {
    border: 2px solid #ddd;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 5px;
    padding: 5px;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

    .product-details-page .thumb-popup-link:hover {
        border: 2px solid #000;
    }

    .product-details-page .thumb-popup-link img {
        width: 100%;
        height: 100%;
    }

    .product-details-page .thumb-popup-link:last-child {
        margin-right: 0px;
    }

.product-details-page .gallery .picture-thumbs a:hover,
.product-details-page .gallery .picture-thumbs a:focus {
    text-decoration: none;
}

.product-details-page .giftcard,
.product-details-page .tier-prices {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.product-details-page .gallery .picture img {
    width: 100%;
}

.product-details-page .gallery .picture-thumbs {
    text-align: center;
}

.product-details-page .product-name.panel-heading {
    margin-bottom: 20px;
    border-bottom: none;
}

    .product-details-page .product-name.panel-heading h1 {
        font-size: 22px;
        color: #000;
        text-transform: capitalize;
        letter-spacing: 0px;
    }

.product-details-page .short-description,
.product-details-page .variant-description {
    margin-bottom: 25px;
    clear: both;
    color: #555;
    line-height: 22px;
}

.product-details-page .product-reviews-overview,
.product-details-page .additional-details {
    float: left;
    width: 100%;
}

    .product-details-page .product-reviews-overview .product-review-links,
    .product-details-page .product-reviews-overview .product-review-box,
    .product-details-page .product-reviews-overview .product-no-reviews {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        /*text-transform: capitalize;*/
    }

        .product-details-page .product-reviews-overview .product-review-links .separator {
            margin: 0 2px;
            color: #666;
        }

.product-details-page .rating {
    height: 16px;
    width: 100px;
    background: url("../images/star-x-inactive.png") 0 0 repeat-x;
}

.review-item-head .rating {
    height: 16px;
    width: 100px;
    background: url("../images/star-x-inactive.png") 0 0 repeat-x;
}

.product-details-page .rating div {
    float: left;
    height: 16px;
    background: url("../images/star-x-active.png") 0 0 repeat-x;
}

.review-item-head .rating div {
    float: left;
    height: 16px;
    background: url("../images/star-x-active.png") 0 0 repeat-x;
}

.product-details-page .availability {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .product-details-page .availability .stock strong {
        font-weight: normal;
        color: #555;
        float: left;
        line-height: 25px;
    }

.back-in-stock-subscription-page .page-title h1 {
    font-size: 18px;
}

.back-in-stock-subscription-page .page-title,
.back-in-stock-subscription-page .page-body {
    padding: 10px;
}

.back-in-stock-subscription-page #back-in-stock-notify-me {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.backinstocksubscription-tooltip {
    border: 1px solid #ddd;
    margin-top: 5px;
    padding: 5px;
}

.product-details-page .subscribe-button {
    background: url(../images/notification-icon.png) no-repeat 15px 14px #f5f5f5;
    border: 2px solid #ddd;
    font-weight: 700;
    padding: 10px 15px 10px 38px;
}

    .product-details-page .subscribe-button:hover {
        background: url(../images/notification-icon.png) no-repeat 15px -19px #333;
        border-color: #333;
        color: #fff;
    }

.product-details-page .back-in-stock-subscription {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.product-vendor .value,
.delivery-date .value,
.stock .value,
.sku .value,
.manufacturer-part-number .value,
.gtin .value,
.manufacturers .value {
    margin-left: 3px;
    color: #000;
}

    .product-vendor .value a,
    .manufacturers .value a {
        color: #000;
    }

        .product-vendor .value a:hover,
        .manufacturers .value a:hover {
            color: #333;
        }

.product-details-page .stock .value {
    background: #72b226;
    padding: 5px 10px;
    color: #fff;
    float: left;
}

.product-details-page .additional-details .label,
.product-details-page .manufacturers .label {
    color: #555;
    padding: 0px;
    font-size: 14px;
    border-radius: 0px;
    font-weight: normal;
    text-transform: capitalize;
}

.product-details-page .additional-details div {
    margin-bottom: 10px;
}

.product-details-page .delivery,
.product-details-page .add-to-cart,
.product-details-page .overview .delivery-date {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 25px;
}

.product-details-page .free-shipping {
    color: #fff;
    display: inline-block;
    background: #999;
    padding: 10px 15px
}

    .product-details-page .free-shipping strong {
        margin-left: 5px;
    }

.product-details-page .download-sample {
    clear: both;
    margin-bottom: 20px;
}

.product-details-page .download-sample-button {
    background: url(../images/download-icon.png) no-repeat 15px 15px #f5f5f5;
    border: 2px solid #ddd;
    font-weight: 700;
    padding: 10px 15px 10px 38px;
    color: #333;
}

    .product-details-page .download-sample-button:hover,
    .product-details-page .download-sample-button:focus {
        background: url(../images/download-icon.png) no-repeat 15px -20px #333;
        border-color: #333;
        color: #fff;
    }

.product-details-page .prices .product-price,
.product-details-page .manufacturers {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.product-details-page .prices .product-price {
    font-weight: bold;
}

    .product-details-page .prices .product-price span {
        font-size: 18px;
        color: #000;
    }

.product-details-page .old-product-price {
    float: left;
    width: 100%;
    text-decoration: line-through;
    color: #999;
    margin-bottom: 5px;
}

    .product-details-page .old-product-price label {
        display: inline;
        font-weight: normal;
        font-size: 15px;
    }

.product-details-page .product-price label {
    display: inline;
    font-size: 20px;
    color: #333;
}

.product-details-page .prices .rental-price label {
    font-weight: normal;
    color: #555;
}

.product-details-page .prices .rental-price span {
    color: #000;
}

.product-details-page .tier-prices,
.product-details-page .tier-prices .prices-list td {
    text-align: center;
}

    .product-details-page .tier-prices .prices-list .field-header {
        color: #000;
        font-weight: 700;
    }

    .product-details-page .tier-prices .prices-header {
        background: #eee;
        color: #555;
        padding: 10px;
        float: left;
        width: 100%;
        text-align: left;
        border: 1px solid #ddd;
    }

    .product-details-page .tier-prices .prices-list .panel-default {
        float: left;
        width: 100%;
    }

    .product-details-page .tier-prices .prices-list .table {
        margin-bottom: 0px;
        border: none;
    }

        .product-details-page .tier-prices .prices-list .table tr th,
        .product-details-page .tier-prices .prices-list .table tr td {
            border: none;
            border-top: 1px solid #ddd;
        }

        .product-details-page .tier-prices .prices-list .table tr .tier-price-value {
            color: #000;
            font-weight: 700;
        }

.product-details-page .attributes .btn-dropdown.form-control {
    width: 100%;
}

.product-details-page .attributes .text-prompt {
    font-weight: normal;
    display: inline;
    color: #555;
}

.product-details-page .attributes .attribute-description {
    font-size: 11px;
}

.product-details-page .attributes ul.option-list {
    padding: 0px;
    margin: 0px;
}

    .product-details-page .attributes ul.option-list li {
        list-style: none;
    }

        .product-details-page .attributes ul.option-list li label {
            font-weight: normal;
            color: #555;
        }

.product-details-page .attributes .textbox {
    width: 100%;
}

.product-details-page .attributes textarea {
    width: 280px;
    height: 150px;
    border: 1px solid #ddd;
}

.product-details-page .add-to-cart .qty-input {
    width: 60px;
    float: left;
    margin: 0;
    height: 40px;
}

.product-details-page .addtocart-quantity-box {
    float: left;
    margin-right: 35px;
    width: 80px;
}

.product-details-page .add-to-cart .qty-.dropdown {
    width: 80px;
}

.product-details-page .add-to-cart .qty-dropdown {
    width: 50px;
    margin-top: 10px;
    margin-right: 10px;
}

.product-details-page .add-to-cart .quantity-box label {
    font-weight: normal;
    color: #555;
    float: left;
    margin-right: 15px;
    line-height: 35px;
}

.product-details-page .add-to-cart .addtocart-quantity-box span {
    border: 1px solid #ddd;
    cursor: pointer;
    float: left;
    font-size: 10px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    color: #999;
}

.product-details-page .add-to-cart .product-add-button .add-to-cart-button {
    /*background: url(../images/product-cart-icon.png) no-repeat 12px -20px #000;*/
    text-transform: uppercase;
    /*padding-left: 40px;*/
    width: 100%;
}

    .product-details-page .add-to-cart .product-add-button .add-to-cart-button:hover {
        /*background: url(../images/product-cart-icon.png) no-repeat 12px -20px #333;*/
    }

.product-details-page .add-to-cart .product-add-button {
    float: left;
    width: 100%;
}

.product-details-page .overview-buttons {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

    .product-details-page .overview-buttons .add-to-wishlist-button {
        background: url(../images/wishlist-product-icon.png) no-repeat 20px 10px #333;
        text-transform: uppercase;
        padding-left: 50px;
        float: left;
        margin-right: 15px;
    }

        .product-details-page .overview-buttons .add-to-wishlist-button:hover {
            background: url(../images/wishlist-product-icon.png) no-repeat 20px 10px #000;
        }

    .product-details-page .overview-buttons .add-to-compare-list-button {
        background: url(../images/compare-product-icon.png) no-repeat 20px 10px #333;
        text-transform: uppercase;
        padding-left: 50px;
        float: left;
        margin-right: 15px;
    }

        .product-details-page .overview-buttons .add-to-compare-list-button:hover {
            background: url(../images/compare-product-icon.png) no-repeat 20px 10px #000;
        }

    .product-details-page .overview-buttons .email-a-friend-button {
        background: url(../images/email-product-icon.png) no-repeat 20px 10px #333;
        text-transform: uppercase;
        padding-left: 50px;
        float: left;
    }

        .product-details-page .overview-buttons .email-a-friend-button:hover {
            background: url(../images/email-product-icon.png) no-repeat 20px 10px #000;
        }

.product-details-page .customer-entered-price .enter-price-label {
    float: left;
    padding-top: 5px;
    font-weight: normal;
    color: #555;
}

.product-details-page .customer-entered-price .enter-price-input {
    margin: 0 0 0 10px;
    width: 60px;
    float: left;
}

.product-details-page .attributes.rental-attribute,
.product-details-page .price-availability .rental-price,
.product-details-page .price-availability .prices,
.product-details-page .price-availability {
    clear: both;
}

.product-details-page .price-range,
.customer-entered-price .price-input {
    margin-bottom: 20px;
    margin-top: 0px;
    overflow: hidden;
}

.product-details-page .product-reviews-overview .product-review-links a,
.product-details-page .product-reviews-overview .product-no-reviews a {
    color: #666;
}

    .product-details-page .product-reviews-overview .product-review-links a:hover,
    .product-details-page .product-reviews-overview .product-no-reviews a:hover {
        color: #000;
    }

#fancybox-close {
    position: absolute !important;
    right: -25px !important;
    top: -9px !important;
}

#fancybox-outer {
    width: 103% !important;
    height: 106% !important;
}

.product-details-page .product-share-button {
    clear: both;
}

    .product-details-page .product-share-button a {
        padding: 0px;
        float: left;
        margin-right: 8px;
    }

        .product-details-page .product-share-button a span {
            height: 40px !important;
            width: 40px !important;
            text-align: center;
            transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
        }

            .product-details-page .product-share-button a span .at-icon {
                height: 40px !important;
                width: 25px !important;
            }

            .product-details-page .product-share-button a span:hover {
                background: #000 !important;
            }

.product-details-page .tab-content {
    float: left;
    margin-top: 0;
    padding: 20px 15px;
    width: 100%;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.product-details-page .nav-tabs {
    border: none;
}

    .product-details-page .nav-tabs li a {
        font-weight: normal;
        color: #666;
        font-size: 16px;
        text-transform: capitalize;
    }

    .product-details-page .nav-tabs li.active {
        margin-bottom: 0px;
    }

        .product-details-page .nav-tabs li.active a {
            color: #fff;
            background: #000;
            font-weight: 700;
            border-color: #000;
        }

            .product-details-page .nav-tabs li.active a:hover,
            .product-details-page .nav-tabs > li.active > a:focus {
                background: #000;
            }

            .product-details-page .nav-tabs li.active a::after {
                content: ' ';
                height: 0;
                position: absolute;
                width: 0;
                border: 10px solid transparent;
                border-top-color: #000;
                border: 10px solid transparent;
                border-top-color: #000;
                top: 100%;
                left: 50%;
                margin-left: -10px;
            }

    .product-details-page .nav-tabs > li > a {
        margin-right: 15px;
        border: 1px solid #ddd;
        border-radius: 0px;
        padding: 15px 35px;
        background: #f5f5f5;
    }

.product-details-page .nav > .label.label-default > a:hover,
.product-details-page .nav > .label.label-default > a:focus {
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
}

.product-details-page .nav-tabs > li > a:focus,
.product-details-page .nav-tabs > li > a:hover {
    background-color: #333;
    color: #fff;
    outline: none;
}

.product-details-page .product-specs-box .panel {
    border: none;
}

.product-details-page .product-specs-box .table-bordered {
    border: 1px solid #ddd;
}

    .product-details-page .product-specs-box .table-bordered tr td {
        padding: 10px;
        color: #555
    }

    .product-details-page .product-specs-box .table-bordered .a-left.spec-name {
        color: #000;
        font-weight: 700;
    }

.product-details-page .product-specs-box .title {
    margin-bottom: 0px;
}

.product-details-page .product-specs-box {
    clear: both;
    margin-bottom: 30px;
}

.product-details-page .tab-content .product-tags {
    margin-top: 10px;
}

.product-details-page .full-description {
    clear: both;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #999;
    line-height: 25px;
}

.product-details-page .product-tags-box .product-tags-list ul {
    margin: 0;
}

.product-details-page .product-tags-list ul li a {
    font-size: 12px;
}

.product-details-page .product-tags-box .title {
    margin-bottom: 0px;
}

.product-details-page .product-tags-box .product-tags-list .separator {
    display: none;
}

.product-details-page .product-tags-box .product-tags-list li {
    float: left;
    list-style: none;
    margin-bottom: 10px;
    padding-right: 5px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    background: #666;
    border-radius: 0px;
}

    .product-details-page .product-tags-box .product-tags-list li:hover {
        background: #000;
        color: #fff;
    }

.product-details-page .product-tags-box .panel-heading {
    padding: 0;
}

.product-details-page .product-details-tabs {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.min-qty-notification {
    margin-bottom: 10px;
}

.product-details-page .giftcard label {
    color: #555;
    font-weight: normal;
}

.product-details-page .giftcard .message {
    height: 100px;
}

.overview .action-button {
    display: block;
}

.product-details-page .no-associated-products {
    font-weight: bold;
}

.product-details-page .variant-picture {
    float: left;
    width: 45%;
    margin-right: 15px;
}

    .product-details-page .variant-picture img {
        width: 100%;
    }

.product-details-page .variant-overview {
    float: left;
    width: 52%;
}

.product-details-page .product-variant-list .addtocart-quantity-box {
    margin-right: 15px;
}

.product-details-page .variant-overview .variant-name {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.product-details-page .tax-shipping-info {
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

.variant-overview .tax-shipping-info {
    border: none;
}

.back-in-stock-subscription-page .tooltip {
    opacity: 1;
    position: relative;
}

.product-details-page .price-availability .availability {
    position: absolute;
    right: 0px;
}

.product-details-page .price-availability {
    position: relative;
}

.base-price-pangv {
    clear: both;
    float: left;
    margin-bottom: 15px;
}

.product-attribute-label {
    padding-right: 0;
}

.product-details-page .related-products-grid {
    clear: both;
}

.product-details-page .product-variant-list .product-variant-line:nth-child(2n+1) {
    clear: both;
}

.qty-box {
    margin-top: 15px;
}

    .qty-box .text-prompt {
        padding: 0;
        margin-top: 5px;
    }

    .qty-box .qty-text {
        padding: 0;
    }

.mfp-ready {
    z-index: 99999 !important;
}

.mfp-wrap {
    z-index: 999999 !important;
}


/* PRODUCT REVIEW PAGE STYLE */

.product-reviews-page .write-review {
    margin-bottom: 10px;
}

    .product-reviews-page .write-review .title {
        margin-bottom: 20px;
    }

.product-reviews-page .product-review-list .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
}

.product-reviews-page .write-review .review-text {
    max-width: 100%;
    min-height: 120px;
    background-color: #fff;
}

.product-reviews-page .write-review .review-rating {
    float: left;
    width: 100%;
}

.product-reviews-page .write-review .review-title {
    background: #fff;
}

.review-rating .first {
    float: left;
    padding: 4px;
}

.review-rating .rb {
    float: left;
    margin: 4px 4px 0 0;
}

.review-rating .last {
    padding: 4px;
}

.product-reviews-page .product-review-list {
    margin: 0 0;
}

.my-product-reviews-list-page .product-review-item,
.product-reviews-page .product-review-item {
    float: left;
    width: 100%;
    margin: 0;
    /*border: 1px solid #D3D3D3;*/
    padding: 10px 10px 10px;
    margin-bottom: 10px;
}

.product-reviews-page .captcha-box {
    margin-bottom: 20px;
}

.my-product-reviews-list-page .review-title,
.product-review-list .review-title {
    float: left;
    margin-bottom: 5px;
}

.my-product-reviews-list-page .product-review-item .rating,
.product-review-list .product-review-item .rating {
    /*float: right;*/
    margin-right: 5px;
}

.product-review-list .product-review-item .reply-text,
.product-review-list .product-review-item .review-text,
.downloadable-products-page a.product-review-list .product-review-item .review-info {
    margin-bottom: 5px;
    clear: both;
    float: left;
    text-align: justify;
}

.product-review-item .review-info .separator {
    margin: 0 2px;
}

.product-review-item .product-review-helpfulness {
    clear: both;
    font-size: 11px;
}

    .product-review-item .product-review-helpfulness .vote {
        font-size: 13px;
        text-decoration: none;
        color: #000;
    }

        .product-review-item .product-review-helpfulness .vote:hover {
            cursor: pointer;
            color: #333;
        }

.write-review .validation-summary-errors ul {
    margin-bottom: 0px;
}

.product-reviews-page .review-rating ul {
    padding: 0;
    margin-bottom: 0;
}

    .product-reviews-page .review-rating ul li {
        list-style: none;
    }

.product-reviews-page .review-rating .control-label {
    padding-top: 2px !important;
}

.product-reviews-page a,
.email-a-friend-page h2 a {
    color: #000;
}

    .product-reviews-page a:hover,
    .email-a-friend-page h2 a:hover {
        color: #333;
    }

.product-review-list .product-review-item .reply-text,
.product-review-list .product-review-item .review-text {
    color: #555;
}

.result.review-result {
    color: #000;
}

.my-product-reviews-list-page .review-content {
    /*clear: both;*/
    font-size: 16px;
    padding-left: 30px;
}

    .my-product-reviews-list-page .review-content .review-text {
        margin-bottom: 10px;
        font-weight: 600;
    }

.my-product-reviews-list-page .user a {
    color: #000;
}

    .my-product-reviews-list-page .user a:hover {
        color: #333;
    }

.product-review-list .product-review-item .reply .reply-header {
    font-weight: bold;
    margin: 10px 0;
}


/* EMAIL A FRIEND PAGE STYLE */

.email-a-friend-page form {
    margin-bottom: 15px;
}

.email-a-friend-page h2 {
    font-size: 20px;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
}

.email-a-friend-page .personal-message {
    min-height: 120px;
}

.email-a-friend-page .bg-success,
.coupon-box .bg-success {
    padding: 5px;
}

.email-a-friend-page .alert.alert-success {
    clear: both;
}

.email-a-friend-page .form-horizontal .control-label {
    text-align: left;
    padding-top: 0px;
}


/* LOGIN PAGE STYLE */

.send-email-a-friend-button,
.write-product-review-button,
.login-page .register-button,
.login-page .checkout-as-guest-button,
.register-continue-button,
.registration-page .register-next-step-button,
.login-page .new-wrapper.register-block .register-button,
.login-page .login-button,
.password-recovery-page .password-recovery-button {
    text-transform: uppercase;
}

.login-page .new-wrapper legend + *::before,
.login-page .returning-wrapper legend + *::before {
    margin-bottom: 0px;
}

.login-page .checkout-as-guest-or-register-block legend,
.login-page .new-wrapper.register-block fieldset legend,
.login-page .returning-wrapper fieldset legend {
    text-align: left;
    font-weight: 700;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.alert {
    padding: 5px !important;
}

.login-page .customer-blocks {
    margin-bottom: 30px;
}

.new-wrapper.register-block,
.returning-wrapper,
.checkout-as-guest-or-register-block {
    border: 1px solid #ededed;
    border-radius: 0px;
    padding: 20px;
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
}

.login-page .new-wrapper.register-block .text {
    color: #646464;
}

.login-page .checkout-as-guest-or-register-block .topic-html-content {
    border: none;
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
}

.login-page .checkout-as-guest-or-register-block li,
.login-page .external-auth-errors li {
    list-style: none;
}

.login-page .checkout-as-guest-or-register-block .panel-body ul {
    padding-left: 20px;
}

.new-wrapper.checkout-as-guest-or-register-block {
    margin-bottom: 15px;
}

.login-page .returning-wrapper .control-label {
    text-align: left;
    padding-top: 0px;
    margin-bottom: 10px;
}

.login-page .remember-me .checkbox label {
    display: inline-block;
    color: #666;
}

.login-page .forgot-password {
    margin-top: 1px;
    float: right;
    margin-right: 15px;
}

.login-page .remember-me .checkbox {
    padding-top: 0;
    padding-left: 35px;
}

.login-page .checkbox input[type="checkbox"] {
    margin-left: -20px;
    position: absolute;
    width: auto;
    min-height: inherit;
    margin-top: 1px;
}

.login-page .checkbox label {
    padding-left: 0;
}

.login-page .validation-summary-errors.alert.alert-danger {
    font-size: 11px;
    background: none repeat scroll 0 0 #f2dede;
    color: #a94442;
    border: none;
    margin-bottom: 10px !important;
    clear: both;
}

.login-page .form-group .forgot-password a {
    color: #333333;
    text-decoration: none;
}

    .login-page .form-group .forgot-password a:hover {
        color: #000;
    }

.login-page .checkout-as-guest-or-register-block .buttons {
    margin: 20px 0px;
    padding-right: 0px;
}

.login-page .btn.btn-default.checkout-as-guest-button {
    margin-right: 10px;
}

.topic-html-content.from-panel .panel-heading {
    padding: 15px;
}

.facebook-login-block .buttons {
    text-align: center;
}

.facebook-login-block .facebook-btn:hover {
    background: url(../images/facebook-signing.png) no-repeat center center;
    height: 33px;
    width: 175px;
}

.facebook-login-block .facebook-btn {
    background: url(../images/facebook-signing.png) no-repeat center center;
    height: 33px;
    width: 175px;
}

.login-page .remember-me .checkbox label:hover {
    color: #000;
}

.external-authentication .facebook-login-block {
    width: 100%;
}

.external-authentication ol {
    padding: 0;
}

.external-authentication {
    margin-top: 0px;
}

    .external-authentication .facebook-btn:active {
        background-position: 0px;
    }

.facebook-login-block .title {
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px 15px;
    padding: 0 0 10px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
}

.login-page .checkout-as-guest-button {
    margin-right: 10px;
}


/* REGISTRATION PAGE STYLE */

.registration-result-page .result {
    margin-bottom: 20px;
}

.registration-page .accept-privacy-policy .read {
    cursor: pointer;
}

.registration-page .radio-inline input[type="radio"] {
    margin-left: -20px;
    position: absolute;
    margin-left: -20px;
    position: absolute;
    margin-top: 8px;
    width: 15px;
    height: 15px;
}

.genderGroup label {
    color: #9e9e9e;
    font-weight: 400;
    width: 50px;
}

.genderGroup .genderRadios {
    padding-left: 0;
}

.labelOnPage {
    padding-left: 0;
    padding-right: 10px;
}

.registration-page .radio-inline .forcheckbox {
    font-weight: 900;
}

.registration-page .form-horizontal .radio-inline {
    padding-top: 0;
}

.registration-page .form-horizontal .form-group label {
    text-align: left;
    padding-top: 0px;
}

.registration-page .date-birth-text > select,
.customer-info-page .date-birth-text > select {
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.registration-page h3 {
    text-align: left;
    font-weight: 700;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0px;
    text-transform: uppercase;
}

.account-page .form-group,
.registration-page .form-group {
    /*margin-bottom: 30px;*/
}

.registration-page .form-horizontal .accept-privacy-policy label {
    text-transform: capitalize;
}

.external-authentication .title {
    font-size: 14px;
    text-align: center;
    display: none;
}


/* ORDER SUMMARY, SHOPPING CART, WISHLIST PAGE STYLE */

.cart-footer.row {
    clear: both;
}

.section.order-summary-body {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.message-error .alert.alert-danger {
    margin-bottom: 5px !important;
}

.order-summary-content,
.wishlist-content {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

    .order-summary-content .message-error,
    .wishlist-content .message-error {
        margin: 5px 0 10px;
        color: red !important;
    }

    .wishlist-content .cart-header-row th,
    .order-summary-content .cart-header-row th {
        text-align: center;
        background: #f6f6f6;
    }

    .wishlist-content .cart-header-row .products-title,
    .order-summary-content .cart-header-row .products-title {
        text-align: left;
    }

    .wishlist-content .panel.panel-default table tr th,
    .order-summary-content .panel.panel-default table tr th {
        text-transform: uppercase;
        padding: 10px;
    }

    .wishlist-content .panel.panel-default table tr td,
    .wishlist-content .panel.panel-default table tr th,
    .order-summary-content .panel.panel-default.cart-item-table table tr th,
    .order-summary-content .panel.panel-default.cart-item-table table tr td,
    .total-info .panel.panel-default table tr td {
        border: none;
    }

    .wishlist-content .panel.panel-default table tbody tr,
    .order-summary-content .panel.panel-default.cart-item-table table tbody tr {
        border-top: 1px solid #ddd;
    }

    .wishlist-content .panel.panel-default > table,
    .order-summary-content .panel.panel-default.cart-item-table > table {
        border-bottom: 1px solid #ddd;
    }

    .order-summary-content .cart .cart-item-row td,
    .wishlist-content .cart .cart-item-row td {
        vertical-align: middle;
        text-align: center;
        padding: 8px;
    }

        .order-summary-content .cart .cart-item-row td.product,
        .wishlist-content .cart .cart-item-row td.product {
            text-align: left;
        }

            .order-summary-content .cart .cart-item-row td.product a,
            .wishlist-content .cart .cart-item-row td.product a {
                font-weight: 700;
                color: #000;
            }

                .order-summary-content .cart .cart-item-row td.product a:hover,
                .wishlist-content .cart .cart-item-row td.product a:hover {
                    color: #333;
                    text-decoration: none;
                }

    .order-summary-content .cart .cart-item-row .qty-input,
    .wishlist-content .cart .cart-item-row .qty-input {
        text-align: center;
        margin-bottom: 0;
    }

    .order-details-page .panel.panel-default table tbody tr .prices-alignment-right,
    .return-request-page .panel.panel-default table tbody tr .prices-alignment-right,
    .wishlist-content .cart .cart-item-row .unit-price,
    .wishlist-content .cart .cart-item-row .subtotal.nobr,
    .order-summary-content .cart .cart-item-row .unit-price,
    .order-summary-content .cart .cart-item-row .subtotal.nobr {
        color: #666;
        font-weight: 700;
    }

    .order-summary-content .product-picture,
    .order-summary-content .qty.nobr,
    .wishlist-page .qty.nobr,
    .wishlist-page .product-picture {
        width: 10%;
    }

    .wishlist-page .panel > .table-bordered > tbody > tr:last-child > td,
    .order-summary-content .panel > .table-bordered > tbody > tr:last-child > td {
        border-bottom: 1px solid #ddd;
    }

    .order-summary-content .update-continue-button {
        overflow: hidden;
    }

        .order-summary-content .update-continue-button .update-cart,
        .order-summary-content .update-continue-button .continue-shopping {
            float: left;
            margin-left: 20px
        }

        .order-summary-content .update-continue-button .continue-shopping-button {
            background: url(../images/shopping-cart-icon.png) no-repeat 20px 10px #333;
            padding-left: 50px;
            text-transform: uppercase;
        }

            .order-summary-content .update-continue-button .continue-shopping-button:hover {
                background: url(../images/shopping-cart-icon.png) no-repeat 20px 10px #000;
            }

        .wishlist-page .buttons .common-buttons .update-wishlist-button,
        .order-summary-content .update-continue-button .update-cart-button {
            background: url(../images/shopping-cart-update-icon.png) no-repeat 20px 12px #000;
            padding-left: 45px;
            text-transform: uppercase;
        }

            .wishlist-page .buttons .common-buttons .update-wishlist-button:hover,
            .order-summary-content .update-continue-button .update-cart-button:hover {
                background: url(../images/shopping-cart-update-icon.png) no-repeat 20px 12px #333;
            }

    .order-summary-content .buttons.checkout-attribute {
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }

    .cart-collaterals,
    .totals,
    .order-summary-content .buttons {
        clear: both;
    }

    .order-summary-content .coupon-box .message,
    .order-summary-content .giftcard-box .message {
        font-size: 10px;
        color: #a94442;
        background: #f2dede;
        margin: 10px 0px 0px;
        clear: both;
    }

    .order-summary-content .panel.panel-default.cart-item-table,
    .wishlist-page .panel.panel-default {
        border-radius: 0px;
        background-color: transparent;
        float: left;
        width: 100%;
        margin-bottom: 30px;
        border: none;
        box-shadow: none;
        margin-bottom: 0px;
    }

    .wishlist-page .totals .total-info .panel.panel-default,
    .order-summary-content .totals .total-info .panel.panel-default {
        margin-bottom: 0px;
    }

    .order-summary-content .panel > .table-bordered > tbody,
    .wishlist-page .panel > .table-bordered > tbody {
        background: #fff;
    }

.shopping-cart-page .coupon-box,
.shopping-cart-page .giftcard-box,
.shopping-cart-page .estimate-shipping {
    margin: 0 0 30px;
    overflow: hidden;
    font-style: normal;
}

.coupon-box .title,
.giftcard-box .title,
.estimate-shipping .title {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    text-transform: uppercase;
}

.cart-footer .estimate-shipping .cart-box-wrapper,
.cart-footer .cart-collaterals .deals .coupon-box .cart-box-wrapper,
.cart-footer .cart-collaterals .deals .giftcard-box .cart-box-wrapper {
    padding: 15px 15px 20px 15px;
    float: left;
    width: 100%;
}

.cart-footer .cart-collaterals .deals .coupon-box .cart-box-wrapper,
.cart-footer .cart-collaterals .deals .giftcard-box .cart-box-wrapper {
    text-align: center;
    color: #999;
    padding-right: 0;
}

.order-summary-content .coupon-box .discount-coupon-code,
.order-summary-content .giftcard-box .gift-card-coupon-code {
    width: 140px;
    float: left;
    margin-left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

label[for="discountcouponcode"] {
    float: left;
    line-height: 2.4;
    text-transform: uppercase;
    font-weight: 300;
}


.discount-button {
    width: 100%;
    display: block;
    margin-top: 30px;
    overflow: auto;
}

    .discount-button .btn {
        width: 100%;
        background-color: transparent;
        border: 2px solid #e3e3e3;
        color: #232323;
    }

    .discount-button input {
        font-size: 10px;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }



/*#applydiscountcouponcode{
    float:left;
    margin-right:12px;
}*/



.cart-footer .estimate-shipping .cart-box-wrapper .estimate-shipping-button,
.cart-footer .cart-collaterals .deals .coupon-box .cart-box-wrapper .apply-discount-coupon-code-button,
.cart-footer .cart-collaterals .deals .giftcard-box .cart-box-wrapper .apply-gift-card-coupon-code-button {
    text-transform: uppercase;
}

.shopping-cart-page .estimate-shipping {
    padding-bottom: 0px;
}

    .shopping-cart-page .estimate-shipping .estimate-shipping-buttons {
        text-align: center;
    }

.estimate-shipping .hint {
    margin-bottom: 20px;
    text-align: center;
    color: #999;
}

.estimate-shipping .country-input,
.estimate-shipping .state-input,
.estimate-shipping .zip-input {
    width: 100%;
}

.shipping-options .form-horizontal label {
    text-align: left;
    padding-bottom: 18px;
    color: #666;
    font-weight: normal;
    padding-top: 0px;
}

.shipping-results {
    background: #fff;
    box-shadow: 0 0 3px #DDDDDD;
    -moz-box-shadow: 0 0 3px #DDDDDD;
    -webkit-box-shadow: 0 0 3px #DDDDDD;
    padding: 10px;
    margin: 0px 15px 20px;
    clear: both;
    border: 1px solid #ededed;
}

.estimate-shipping .shipping-results li.shipping-option-item {
    list-style: none;
    text-align: left;
    vertical-align: text-top;
    padding: 5px 0 0 5px;
}

.estimate-shipping .shipping-results .shipping-option-item .option-name {
    display: block;
    font-weight: 700;
    color: #555;
}

.estimate-shipping .shipping-results .shipping-option-item .option-description {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}

.message.bg-danger {
    padding: 4px;
}

.order-summary-content .total-info .selected-shipping-method {
    font-weight: normal;
    font-size: 11px;
}

.order-summary-content .cart-footer .cart-total-left {
    font-weight: normal;
    height: 20px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    color: #555;
}

.cart-total-left-below {
    width: 100%;
    text-align: right;
    vertical-align: top;
    height: 30px;
}

.order-summary-content .remove-gift-card-button,
.order-summary-content .remove-discount-button {
    background: url(../images/remove-icon.png) no-repeat;
    border: 0;
    width: 20px;
    height: 15px;
}

    .order-summary-content .remove-gift-card-button:hover,
    .order-summary-content .remove-discount-button:hover {
        cursor: pointer;
    }

.order-summary-content .selected-checkout-attributes {
    margin: 0;
    padding: 10px 5px 10px 0;
    width: 100%;
    text-align: right;
    vertical-align: middle;
}

.order-summary-content .checkout-attributes {
    border: 1px solid #ddd;
    clear: both;
    padding: 10px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
}

    .order-summary-content .checkout-attributes dl {
        margin: 0;
        float: left;
        width: 100%;
    }

        .order-summary-content .checkout-attributes dl dt {
            float: left;
            padding-top: 5px;
            margin-right: 5px;
        }

        .order-summary-content .checkout-attributes dl dd {
            float: left;
            width: auto;
        }

    .order-summary-content .checkout-attributes .text-prompt {
        font-weight: bold;
    }

    .order-summary-content .checkout-attributes ul.option-list {
        padding: 0px;
        margin: 0px;
    }

        .order-summary-content .checkout-attributes ul.option-list li {
            list-style: none;
        }

.order-summary-content .product,
.wishlist-page .product {
    width: 50%;
}

.order-summary-content .estimate-shipping .shipping-options .form-group {
    margin: 0 0 20px;
}

.remaining-price {
    font-weight: normal;
    font-size: 12px;
}

.totals .modal-dialog {
    margin: 125px auto;
}

.order-summary-content .terms-of-service > input {
    float: left;
    margin-right: 10px;
}

.order-summary-content .terms-of-service > p {
    float: left;
    width: 90%;
    color: #666;
}

.order-summary-content .coupon-box .current-code .bg-success {
    clear: both;
    margin: 10px 0px 0px;
    color: #3c763d;
    font-size: 10px;
    display: inline-block;
    float: left;
    width: 100%;
}

.current-code .bg-success input {
    background: url(../images/remove-icon.png) no-repeat center center;
    border: none;
}

.order-summary-content .checkout-attributes ul.color-squares li,
.order-summary-content .checkout-attributes ul.image-squares li {
    display: inline;
}

.order-summary-content .checkout-attributes ul.color-squares .color-container,
.order-summary-content .checkout-attributes ul.image-squares .image-container {
    position: relative;
    display: inline-block;
    border: solid 1px #999;
    padding: 1px;
    margin-bottom: 5px;
}

.order-summary-content .checkout-attributes ul.color-squares .selected-value .color-container,
.order-summary-content .checkout-attributes ul.image-squares .selected-value .image-container {
    border-color: #075899;
    border-width: 2px;
    padding: 0;
}

.order-summary-content .checkout-attributes ul.color-squares .color,
.order-summary-content .checkout-attributes ul.image-squares .image {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.order-summary-content .checkout-attributes ul.color-squares label,
.order-summary-content .checkout-attributes ul.image-squares label {
    cursor: pointer;
    position: relative;
}

.order-summary-content .checkout-attributes ul.color-squares input,
.order-summary-content .checkout-attributes ul.image-squares input {
    height: 0;
    overflow: hidden;
    z-index: -10000;
    position: absolute;
    float: none;
}

.order-summary-content .min-amount-warning {
    margin: 0;
    padding: 10px 0 10px 10px;
}

.order-summary-content .terms-of-service {
    margin: 0;
    padding: 0px 0 10px 0px;
    float: left;
    width: 100%;
    font-style: normal;
}

    .order-summary-content .terms-of-service .read {
        text-decoration: underline;
        color: #000;
    }

        .order-summary-content .terms-of-service .read:hover {
            cursor: pointer;
        }

.order-summary-content .addon-buttons {
    clear: both;
    float: right;
    margin: 0;
    padding: 10px 0 10px 10px;
    text-align: right;
}

.order-summary-content .checkout-buttons {
    font-style: normal;
    clear: both;
}

    .order-summary-content .checkout-buttons .checkout-button.checkout-new {
        text-transform: uppercase;
        font-size: 16px;
        width: 100%;
    }

        .order-summary-content .checkout-buttons .checkout-button.checkout-new i {
            margin-right: 5px;
            font-size: 18px;
        }

.shipment-details-page .order-info-wrap .info-content,
.shipment-details-page .order-info-wrap .info-content,
.order-details-page .payment-infomation,
.order-details-page .shipping-information,
.order-details-page .billing-info-wrap .info-content,
.order-details-page .order-info-wrap .info-content,
.order-details-page .total-info .panel.panel-default,
.order-summary-content .cart-footer .total-info .panel.panel-default {
    border: none;
    font-size: 15px;
}

    .order-details-page .total-info .panel.panel-default table tr:last-child td,
    .order-summary-content .total-info .panel.panel-default table tr:last-child td {
        border-bottom: none;
    }

    .order-details-page .total-info .panel.panel-default table tr .grand-total-title,
    .order-details-page .total-info .panel.panel-default table tr .grand-total-prices,
    .order-summary-content .total-info .panel.panel-default table tr .grand-total-prices,
    .order-summary-content .total-info .panel.panel-default table tr .grand-total-title {
        border-top: 1px solid #ddd;
        font-weight: 700;
        color: #000;
    }

    .order-details-page .total-info .panel.panel-default table tr .grand-total-prices,
    .order-summary-content .total-info .panel.panel-default table tr .grand-total-prices {
        color: #000;
    }

.order-summary-content .cart-footer #terms-of-service-warning-box {
    z-index: 99999;
}

.qty-input.form-control {
    margin: 0 auto;
    width: 60%;
}

#cart-page .modal-backdrop {
    /*z-index: 9999;*/
}

.wishlist-page .update-email-button {
    float: left;
}

.wishlist-page .wishlist-add-to-cart {
    float: right;
}

.wishlist-page .update-email-button .update-wishlist,
.wishlist-page .update-email-button .email-a-friend-btn {
    float: left;
    margin-right: 20px;
}

.wishlist-page .share-info {
    float: left;
}

    .wishlist-page .share-info .share-label {
        font-weight: 700;
    }

.wishlist-page .buttons .common-buttons {
    overflow: hidden;
    margin: 30px 0px;
}

    .wishlist-page .buttons .common-buttons .btn.btn-primary,
    .wishlist-page .buttons .common-buttons .btn.btn-default {
        text-transform: uppercase;
    }

.wishlist-page .share-info a.share-link {
    color: #000;
    text-decoration: none;
}

    .wishlist-page .share-info a.share-link:hover {
        color: #333;
    }

.wishlist-page .buttons .common-buttons .email-a-friend-wishlist-button {
    background: url(../images/wishlist-email-icon.png) no-repeat 20px 11px #333;
    padding-left: 48px;
    text-transform: uppercase;
}

    .wishlist-page .buttons .common-buttons .email-a-friend-wishlist-button:hover {
        background: url(../images/wishlist-email-icon.png) no-repeat 20px 11px #000;
    }

.wishlist-page .buttons .common-buttons .wishlist-add-to-cart-button {
    background: url(../images/product-cart-icon.png) no-repeat 12px -20px #000;
    text-transform: uppercase;
    padding-left: 40px;
}

    .wishlist-page .buttons .common-buttons .wishlist-add-to-cart-button:hover {
        background: url(../images/product-cart-icon.png) no-repeat 12px -20px #333;
    }

.terms-of-service label {
    font-weight: normal;
}


/* ONE PAGE CHECKOUT STYLE */

.checkout-data .opc {
    padding: 0;
    overflow: hidden;
}

.opc {
    margin: 0 0 10px 0;
}

    .opc li {
        list-style: none;
    }

        .opc li.tab-section {
            float: left;
            width: 100%;
            background: #fff;
        }

    .opc .step-title:after {
        display: block;
        content: ".";
        clear: both;
        font-size: 0;
        line-height: 0;
        height: 0;
        overflow: hidden;
    }

    .opc .ul {
        list-style: disc outside;
        padding-left: 18px;
    }

    .opc .allow .step-title {
        cursor: pointer;
    }

    .opc .step-title {
        text-align: right;
        background: #eee;
    }

        .opc .step-title .number {
            float: left;
            background-color: #333;
            margin: 0 15px 0 0;
            font-size: 16px;
            line-height: 43px;
            color: #fff;
            font-weight: bold;
            width: 43px;
            height: 43px;
            text-align: center;
        }

    .opc .active .step-title .number {
        background-color: #000;
        font-weight: 700;
    }

    .opc .step-title h2 {
        float: left;
        margin: 0;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 18px;
        font-weight: 700;
        color: #333;
        padding: 12px 0px;
    }

    .opc .tab-section {
        margin-bottom: 10px;
    }

    .opc .active .step-title h2 {
        font-weight: 700;
        font-size: 14px;
        color: #000;
    }

    .opc .step {
        padding: 20px 15px;
        float: left;
        width: 100%;
    }

.select-billing-address label,
.select-shipping-address label {
    margin-bottom: 15px;
    color: #000;
}

.opc .order-summary-content .cart-footer {
    background: none !important;
}

.opc .section.payment-info label {
    display: inline;
}

.new-billing-address,
.new-shipping-address {
    padding: 0;
}

#checkout-confirm-order-load .billing-info .payment-method,
#checkout-confirm-order-load .shipping-info .shipping-method {
    padding: 0;
}

#checkout-shipping-method-load .shipping-method,
#checkout-payment-method-load .payment-method,
#checkout-payment-info-load .payment-info,
#checkout-order-completed-load .order-completed {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

#checkout-step-billing form,
#checkout-step-shipping form,
#checkout-step-shipping-method form,
#checkout-step-payment-method form,
#checkout-step-payment-info form {
    margin-bottom: 0;
}

.section.order-completed .title {
    margin: 0;
}

.checkout-page #billing-buttons-container,
.next-btn-wrapper {
    float: left;
    width: 100%;
}

.checkout-page .section.payment-info table {
    background-color: transparent;
}

.checkout-data .shipping-method .method-name .radio,
.checkout-data .payment-method .method-name .radio {
    float: left;
    color: #000;
}

.checkout-data .shipping-method .method-name .method-description,
.checkout-data .shipping-method ul li,
.checkout-data .shipping-method ul,
.checkout-data .payment-method ul,
.checkout-data .payment-method ul li {
    float: left;
    width: 100%;
}

.checkout-data .payment-method .method-name {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .checkout-data .payment-method .method-name .payment-logo > label {
        float: left;
        margin-right: 10px;
    }

    .checkout-data .payment-method .method-name .payment-details {
        float: left;
        margin-top: 5px;
    }

        .checkout-data .payment-method .method-name .payment-details label {
            color: #000;
        }

.payment-method .label,
.shipping-method .label,
.payment-method-status .label,
.shipping-status .label {
    color: #666;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
}

#checkout-steps .buttons {
    clear: both;
    float: left;
    width: 100%;
}

.checkout-data #checkout-steps .btn.btn-primary {
    background: url(../images/checkout-continue-arrow.png) no-repeat transparent right center;
    float: right;
    text-transform: uppercase;
    padding-right: 35px;
    color: #333;
    width: 115px;
}

    .checkout-data #checkout-steps .btn.btn-primary:hover {
        background: url(../images/checkout-continue-arrow.png) no-repeat #333333 right center;
        width: 130px;
    }

.checkout-data #confirm-order-buttons-container .btn.btn-primary {
    background: /*url(../images/checkout-order-confrim.png) no-repeat 90px center*/ #fff;
    text-transform: uppercase;
    font-size: 18px;
    width: 350px;
}

    .checkout-data #confirm-order-buttons-container .btn.btn-primary:hover {
        background: url(../images/checkout-order-confrim.png) no-repeat #000 90px center;
        width: 350px;
        padding: 10px 15px;
    }

.next-btn-wrapper .btn.btn-primary {
    background: url(../images/checkout-continue-arrow.png) no-repeat #000 right center;
    float: left;
    margin-top: 20px;
    padding-right: 35px;
}

    .next-btn-wrapper .btn.btn-primary:hover {
        background: url(../images/checkout-continue-arrow.png) no-repeat #333333 right center;
    }

.checkout-data .enter-address .edit-address .form-group {
    margin-bottom: 30px;
}

.checkout-page .back-link {
    float: left;
    margin-bottom: 0px;
}

.opc .buttons .back-link small {
    display: none;
}

.back-link .btn.btn-default {
    background: transparent;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #000;
}



    .back-link .btn.btn-default:hover {
        background: url(../images/checkout-back-arrow.png) no-repeat #000 15px center;
        color: #fff;
        padding-left: 35px;
    }

.opc .buttons.disabled button {
    display: none;
}

.opc .buttons .please-wait {
    height: 21px;
    line-height: 21px;
    float: right;
    clear: both;
}

.checkout-page .order-summary-content .order-review-data .title {
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
}

.checkout-page .order-summary-content .order-review-data li {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
}

.checkout-page .order-review-data .billing-info,
.checkout-page .order-review-data .shipping-info {
    margin-bottom: 40px;
}

.section.payment-info .message-error .validation-summary-errors ul {
    margin-bottom: 15px;
}

.payment-title,
.shipping-title {
    margin-top: 25px;
}

.checkout-data .shipping-method .method-name .method-description {
    padding-right: 10px;
    color: #666;
    margin-top: 5px;
}

.method-list {
    padding: 0;
}

.payment-info .info table tbody tr td {
    float: left;
}

.payment-info .info td label {
    float: left;
    padding-bottom: 10px;
    width: 130px;
    margin: 0;
}

.payment-info .dropdownlists,
.payment-info .info input,
.payment-info .info select,
.payment-info .valid {
    margin-left: 6px;
    margin-bottom: 10px;
}

.payment-info .info #ExpireMonth,
.payment-info .info #ExpireYear {
    width: 72px !important;
    display: inline-block !important;
    padding: 6px;
}

.checkout-page .order-summary-content .cart-footer .total-info {
    margin-bottom: 35px;
}

.checkout-page .order-completed-continue-button,
.checkout-page .btn.btn-primary {
    text-transform: uppercase;
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
}

#checkout-step-confirm-order .order-summary-content .panel.panel-default.cart-item-table {
    margin-top: 20px;
}


/* MULTIPLE CHEKOUT PAGE STYLE */

.checkout-page .address-grid {
    margin-bottom: 20px;
}

.checkout-data .address-grid .address-item .select-button {
    margin-bottom: 20px;
    text-align: center;
}

.checkout-data .section .address-box {
    list-style: none;
    padding: 15px 15px 15px 15px;
    margin: 0;
    box-shadow: 0px 0px 10px #ddd;
    -webkit-box-shadow: 0px 0px 10px #ddd;
    -moz-box-shadow: 0px 0px 10px #ddd;
    text-align: center;
    margin-bottom: 30px;
    min-height: 260px;
}

    .checkout-data .section .address-box li {
        color: #777;
        margin-bottom: 5px;
    }

    .checkout-data .section .address-box .name {
        color: #000;
        font-size: 16px;
    }

.checkout-data .shipping-method ul,
.checkout-data .payment-method ul {
    list-style: none;
    margin: 0;
}

.checkout-data .new-billing-address,
.checkout-data .new-shipping-address {
    margin-bottom: 20px;
    overflow: hidden;
}

#billing-address-select,
#shipping-address-select {
    margin-bottom: 30px;
    width: 50%;
}

.checkout-page .primary-buttons {
    padding: 10px 0px;
}

    .checkout-page .primary-buttons label,
    .checkout-page .primary-buttons .control-group {
        margin-bottom: 0;
    }

.checkout-data .enter-address {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.order-summary-content .cart-footer .cart-total-right {
    padding-left: 5px;
    text-align: right;
    vertical-align: middle;
    color: #555;
}

.checkout-data .shipping-method,
.checkout-data .payment-method,
.checkout-data .payment-info,
.checkout-data .order-completed {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.checkout-page .shipping-method ul li,
.order-summary-content .cart-footer .total-info {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    font-style: normal;
}

.section.order-completed a {
    color: #000;
}

    .section.order-completed a:hover {
        color: #333;
    }

.order-summary-content .cart-footer .total-info .selected-shipping-method {
    font-size: 11px;
    font-weight: normal;
}

.checkout-page .checkout-data .order-completed ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 10px 0;
}

.checkout-data .order-review-data .billing-info .payment-method,
.checkout-data .order-review-data .shipping-info .shipping-method {
    border: none;
}

.checkout-page .checkout-data .shipping-info .shipping-method,
.checkout-page .checkout-data .billing-info .payment-method {
    padding: 0;
}

.checkout-page .section.payment-info label {
    display: inline;
}

.method-description {
    margin-left: 15px;
}

.section.shipping-method .radio {
    margin: 0;
}

.section.payment-method .use-reward-points {
    padding-left: 0;
}

.enter-address .form-group label {
    text-align: left;
    font-weight: normal;
}

.next-btn {
    margin-top: 10px;
}

.order-summary-content .country,
.checkout-data .new-billing-address .title,
.checkout-data .new-shipping-address .title {
    margin-bottom: 10px;
    overflow: hidden;
}

.payment-info #ExpireMonth,
.payment-info #ExpireYear,
.payment-info #PurchaseOrderNumber,
.payment-info #CreditCardType,
.payment-info #CardholderName,
.payment-info #CardNumber,
.payment-info #CardCode,
#opc-payment_info #CreditCardType,
#opc-payment_info #CardholderName,
#opc-payment_info #CardNumber,
#opc-payment_info #CardCode {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.order-progress {
    margin-bottom: 30px;
}

    .order-progress .nav.nav-pills {
        text-align: center;
    }

        .order-progress .nav.nav-pills li {
            display: inline-block;
            float: none;
            margin-right: 5px;
        }

            .order-progress .nav.nav-pills li.active-step .progress-icon {
                background: #ca3628;
            }

            .order-progress .nav.nav-pills li.active-step a {
                background: #000;
            }

    .order-progress .nav > li > a {
        color: #fff;
        font-weight: bold;
        padding: 0px;
        background: #ccc;
        padding-right: 20px;
        display: inline-block;
        border-radius: 3px;
    }

        .order-progress .nav > li > a > .progress-icon {
            display: inline-block;
            font-size: 20px;
            line-height: 20px;
            margin-right: 15px;
            padding: 15px;
            background: #aaa;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px;
        }

        .order-progress .nav > li > a:hover,
        .order-progress .nav > li > a:focus {
            border: medium none;
        }

    .order-progress .nav > li > a,
    .order-progress .nav > li > a {
        background-image: none;
        border: medium none;
    }

.checkout-page .checkout-data .enter-address {
    margin-bottom: 0px;
}

.order-completed-page .section.order-completed,
.order-completed-page .panel-heading h1 {
    text-align: center;
}


/* CHECKOUT PAGE READ LINK POPUP */

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    font-family: 'Nunito', sans-serif;
    border: none !important;
    z-index: 9999;
}

.ui-corner-all {
    /*border-radius: 0px !important;*/
}

.ui-dialog {
    padding: 0 !important;
}

.ui-widget-header {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: url("../images/ico-close-notification-bar.png") repeat-x scroll 50% 50% !important;
    border: none !important;
}

.ui-dialog .ui-dialog-title {
    font-weight: 500;
}

.ui-dialog .ui-dialog-content {
    border: 1px solid #aaa !important;
}


/* CUSTOMER ACCOUNT PAGE STYLE */

.customer-info-page fieldset h3 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-top: 0px;
}

.account-page .result {
    font-size: 10px;
    font-weight: 700;
    color: #3c763d;
}

.username-available-status {
    color: green;
    padding-left: 5px;
}

.username-not-available-status {
    color: red;
    padding-left: 5px;
    float: left;
    clear: both;
    width: 100%;
}

.account-page .form-group label {
    text-align: left;
}

.small-heading > strong {
    float: left;
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
}

.address-list-page .add-button {
    text-align: center;
    margin-top: 20px;
}

.form-group .save-btn-mt {
    padding-left: 10px;
}

.a-center.quantity {
    width: 10%;
}

.product.new-product-iteam {
    width: 100%;
}

.a-center.product.new-product-iteam,
.a-left.product.new-product-iteam,
.a-left.info.new-product-iteam,
.a-center.info.new-product-iteam {
    vertical-align: middle;
}

.downloadable-products-page table tr td {
    text-align: center;
}

.customer-info-page .category-iteam,
.return-request-page .form-group label {
    text-align: left;
}

.check-availability .field-validation-error {
    margin-bottom: 5px;
    width: 120px;
}

.customer-info-page .radio-inline,
.customer-info-page .checkbox-inline {
    padding-left: 0px;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
}

.customer-info-page .form-horizontal .radio-inline {
    padding-top: 0px;
}

.customer-info-page .control-label {
    padding-top: 0;
}

.account-page .section:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.address-list .address-item {
    margin-bottom: 30px;
    padding: 10px;
    /*min-height: 350px;*/
    position: relative;
}

    .address-list .address-item .title {
        text-align: center;
        float: left;
        width: 100%;
    }

        .return-request-list-page .request-item .title strong,
        .address-list .address-item .title strong,
        .order-list-page .order-item .title strong {
            font-size: 16px;
            margin-bottom: 15px;
            text-transform: capitalize;
            display: inline-block;
            margin-top: 5px;
        }

    .address-list .address-item ul li {
        color: #666;
        clear: both;
        margin-bottom: 5px;
        display: inline-block;
    }

    .address-list .address-item label {
        display: inline;
    }


    .address-list .address-item address {
        margin-bottom: 0;
        float: left;
    }

    .address-list .address-item .buttons {
        display: inline-block;
    }

.section.address-item .edit-address-button {
    background: url(../images/edit-icon.png) no-repeat 15px 14px;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    padding-left: 35px;
    margin-right: 5px;
    color: #959494;
}

    .section.address-item .edit-address-button:hover {
        background: url(../images/edit-icon.png) no-repeat 15px 14px;
    }

.section.address-item .delete-address-button {
    background: /*url(../images/delete-icon.png) no-repeat 15px 13px*/ #fff;
    text-transform: uppercase;
    border: 2px solid #000;
    color: #000;
}

    .section.address-item .delete-address-button:hover {
        background: url(../images/delete-icon.png) no-repeat 15px 13px #000;
        color: #fff;
        padding-left: 35px;
    }

.delete-user-button {
    background: url(../images/delete-icon.png) no-repeat 15px 10px #e00909;
    color: #fff;
    text-transform: uppercase;
    border: solid #e00909;
    padding-left: 35px;
    margin-top: 25px;
}

.address-list-page .add-address-button {
    background: url(../images/add-new-address-icon.png) no-repeat 15px 10px;
    text-transform: uppercase;
    padding-left: 40px;
    color: #9d9d9d;
    /*border: 3px solid transparent;*/
    border: 2px solid #333;
}

    .address-list-page .add-address-button:hover {
        background: url(../images/add-new-address-icon.png) no-repeat 15px 10px;
    }

.order-list-page .order-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #ededed;
    position: relative;
}

    .return-request-list-page .request-item .title,
    .order-list-page .order-item .title {
        text-align: center;
        margin-bottom: 15px;
        padding-top: 10px;
        border-bottom: 1px solid #ddd;
    }

.order-list-page .order-item-detail {
    padding: 5px 0;
    overflow: hidden;
}

    .return-request-list-page .section ul li,
    .order-list-page .order-item-detail ul li {
        color: #666;
        margin-bottom: 20px;
    }

    .order-list-page .order-item-detail .buttons {
        /*text-align: center;*/
        margin-top: 15px;
        float: left;
        width: 100%;
        overflow: hidden;
    }

.avatar-page .buttons {
    margin: 10px 0 10px 0;
}

.back-in-stock-subscription-list-page .description,
.forum-subscriptions-page .description {
    margin-bottom: 20px;
}

.reward-points-page .reward-points-overview,
.avatar-page .image {
    margin-bottom: 10px;
}

    .reward-points-page .reward-points-overview .min-balance,
    .account-page .recurring-payments .title {
        margin-top: 10px;
    }

.reward-points-page .reward-points-history .title {
    margin-bottom: 5px;
}

.return-request-page .a-center.quantity,
.return-request-page .a-center.price,
.shipment-details-page .a-center.quantity,
.order-details-page .a-center.quantity,
.reward-points-page .data-table td,
.reward-points-page .data-table th {
    text-align: center;
}

.use-reward-points {
    padding-left: 40px;
}

.category-iteam {
    width: 100%;
}

.address-edit-page .category-iteam {
    text-align: left;
}

.change-password-page #OldPassword,
.change-password-page #NewPassword,
.change-password-page #ConfirmNewPassword {
    border: 2px solid #edeef1;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
    position: inherit;
}

.address-edit-page .control-label {
    padding-top: 0px;
}

.forum-top i,
.forum-top a,
.forums-table-section .topic-name a,
.shipment-details-page a,
.downloadable-products-page .a-center.product a,
.downloadable-products-page .a-center.order a:hover,
.address-list-page ul .email a,
.order-details-page .a-left.name a,
.return-request-page .a-left.name a,
.back-in-stock-subscription-list-page .a-left.product a,
.return-request-list-page ul li a,
.forums-main-page a:hover,
.forum-search-box .advanced a:hover,
.forum-page-edit .topic-header a:hover,
.forum-page-edit .topic-header i:hover,
.forum-page-edit .manage a:hover,
.forum-page-edit .post-content .pull-right a:hover,
.forum-page-edit .topic-footer a:hover,
.forum-page-edit .send-pm-box a,
.private-messages-page .panel-body ul li a,
.private-messages-page .data-table a:hover,
.forum-search-page a:hover,
.forum-subscriptions-page .data-table a:hover,
.forum-page-edit .post-info .manage i:hover,
.blog-page .post-head a:hover,
.blog-page .blog-details a:hover,
.blog-page .blog-details ul li a:hover,
.news-list-pag .news-head a:hover,
.blogpost-page .tags ul li a:hover,
.blogpost-page .post-body p a,
.sitemap-page .entity-body ul li a:hover,
.news-item-page .news-body p a,
.forum-group-page .forums-table-section-title a:hover,
.forum-group-page .forums-table-section-body tr td a:hover {
    color: #000;
    text-decoration: none;
}

    .forum-top i:hover,
    .forum-top a:hover,
    .forums-table-section .topic-name a:hover,
    .shipment-details-page a:hover,
    .downloadable-products-page .a-center.product a:hover,
    .downloadable-products-page .a-center.order a,
    .address-list-page ul .email a:hover,
    .order-details-page .a-left.name a:hover,
    .return-request-page .a-left.name a:hover,
    .back-in-stock-subscription-list-page .a-left.product a:hover,
    .return-request-list-page ul li a:hover,
    .forum-subscriptions-page .a-left.info a,
    .forums-main-page a,
    .forum-page-edit .topic-header a,
    .forum-search-box .advanced a,
    .forum-page-edit .topic-header a,
    .forum-page-edit .manage a,
    .forum-page-edit .post-content .pull-right a,
    .forum-page-edit .topic-footer a,
    .forum-page-edit .send-pm-box a:hover,
    .private-messages-page .panel-body ul li a:hover,
    .private-messages-page .data-table a,
    .forum-search-page a,
    .forum-subscriptions-page .data-table,
    .blog-page .post-head a,
    .blog-page .blog-details a,
    .blog-page .blog-details ul li a,
    .news-list-pag .news-head a,
    .blogpost-page .tags ul li a,
    .blogpost-page .post-body p a:hover,
    .sitemap-page .entity-body ul li a,
    .news-item-page .news-body p a:hover,
    .forum-group-page .forums-table-section-title a,
    .forum-group-page .forums-table-section-body tr td a {
        color: #333;
    }

.forum-page-edit .forum-topic-page .manage a:hover,
.forum-page-edit .forum-topic-page .title i:hover {
    color: #000;
}

.customer-info-page .panel.panel-default.extrnal-table,
.customer-info-page .form-fields.add-more-external-records {
    margin: 20px 0px 40px;
}

    .forums-table-section-title .link-rss,
    .customer-info-page .form-fields.add-more-external-records a,
    .customer-info-page .extrnal-table a {
        color: #000;
    }

        .customer-info-page .form-fields.add-more-external-records a:hover,
        .customer-info-page .extrnal-table a:hover {
            color: #333;
        }

.prices-alignment-right {
    text-align: right !important;
}

.form-title-rquired {
    float: left;
}

.contact-page .btn.btn-primary,
.vendor-page .contact-vendor .btn.btn-primary,
.vendor-contact-page .btn.btn-primary,
.compare-products-page .btn.btn-default,
.compare-products-page .btn.btn-primary,
.apply-vendor-page .btn.btn-primary,
.blogpost-page .blog-post-add-comment-button,
.news-item-page .btn.btn-primary,
.private-message-view-page .btn.btn-default,
.private-messages-page .btn.btn-primary,
.private-messages-page .btn.btn-default,
.private-message-send-page .btn.btn-default,
.private-message-send-page .btn.btn-primary,
.move-topic-page .btn.btn-default,
.move-topic-page .btn.btn-primary,
.forum-edit-page .btn.btn-primary,
.forum-edit-page .btn.btn-default,
.order-details-page .btn.btn-default,
.order-details-page .btn.btn-primary,
.return-request-page .btn.btn-primary,
.account-page .btn.btn-primary,
.account-page .btn.btn-default {
    text-transform: uppercase;
}


/* ORDER DETAIL PAGE STYLE */

.order-details-page .links .controls {
    margin-right: 10px;
    display: inline-block
}

    .order-details-page .links .controls i {
        margin-right: 5px;
    }

.order-details-page .cart-total-left {
    font-weight: 700;
    height: 21px;
    text-align: left;
    vertical-align: middle;
}

.order-details-page .cart-total-right {
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
}

.order-details-page .links {
    text-align: center;
    margin: 15px 0px 25px;
}

.actions {
    margin-top: 10px;
}

.order-details-page .billing-info,
.order-details-page .shipping-info {
    list-style: none;
}

    .order-info-wrap .title,
    .billing-info-wrap .title,
    .shipment-details-page .shipment-overview li,
    .order-details-page .shipping-information li,
    .order-details-page .payment-infomation li,
    .order-details-page .billing-info li,
    .order-details-page .shipping-info li {
        margin-bottom: 5px;
        color: #666;
        font-size: 13px;
        overflow-wrap: break-word;
    }

.shipment-details-page .section .title,
.order-details-page .products .title,
.order-details-page .shipments .title {
    margin-bottom: 20px;
}

.checkout-attributes.shipping-text,
.order-details-page .order-number h4 {
    font-weight: bold;
}

.shipment-details-page .shipment-overview,
.order-details-page .order-overview,
.order-details-page .order-details-area {
    margin-bottom: 20px;
}

.order-details-page .section table th,
.order-details-page .data-table th {
    text-align: center;
}

.order-info-wrap .title,
.billing-info-wrap .title,
.shipment-details-page .shipment-overview li.title,
.order-details-page li.title {
    color: #000;
    font-size: 15px;
}

.shipment-details-page .title > strong,
.order-details-page .title > strong,
.checkout-attributes.shipping-text {
    font-size: 16px;
}

.order-details-page .total-info {
    margin-top: 20px;
}

.shipment-details-page .panel-heading h1,
.return-request-page .panel-heading h1,
.order-details-page .panel-heading h1,
.order-overview {
    text-align: center;
}

.order-details-page .tax-shipping-info {
    margin-top: 10px;
}

.checkout-attributes.shipping-text,
.section.products .actions {
    float: right;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.order-details-page .section.shipments a {
    color: #000;
}

.order-details-page .section.shipments .a-left {
    text-align: center !important;
}

.order-details-page .section.shipments a {
    color: #000;
    text-align: center;
}

    .order-details-page .section.shipments a:hover {
        color: #333;
    }

.order-details-page .section.shipments .a-center.details {
    text-align: center;
}

.reward-points-page .panel.panel-default,
.sitemap-page .entity,
.compare-products-page .panel.panel-default,
.news-list-page .item,
.private-message-view-page .view-message,
.private-messages-page .panel.panel-default,
.forum-topic-page .topic-posts,
.forum-topic-content-top,
.forum-subscriptions-page .panel.panel-default,
.forum-page .forum-top,
.forums-table-section,
.reward-points-page.panel.panel-default,
.back-in-stock-subscription-list-page .panel.panel-default,
.downloadable-products-page .panel.panel-default,
.return-request-page .section .panel.panel-default,
.shipment-details-page .section .panel.panel-default,
.order-details-page .section .panel.panel-default {
    box-shadow: 0px 0px 10px #ddd;
    -webkit-box-shadow: 0px 0px 10px #ddd;
    -moz-box-shadow: 0px 0px 10px #ddd;
    border-color: #ededed;
    font-size: 14px;
}

    .reward-points-page .panel.panel-default table,
    .reward-points-page .panel.panel-default table thead tr th,
    .reward-points-page .panel.panel-default table tbody tr td,
    .compare-products-page .panel.panel-default table,
    .compare-products-page .panel.panel-default tbody tr td,
    .private-messages-page .panel.panel-default table tbody tr td,
    .private-messages-page .panel.panel-default table thead tr th,
    .private-messages-page .panel.panel-default table,
    .forum-subscriptions-page .subscription-list table thead tr th,
    .forum-subscriptions-page .subscription-list table tbody tr td,
    .forum-subscriptions-page .subscription-list table,
    .forums-table-section table thead tr th,
    .forums-table-section table tbody tr td,
    .forums-table-section table,
    .reward-points-page.panel.panel-default table thead tr th,
    .reward-points-page.panel.panel-default table tbody tr td,
    .reward-points-page.panel.panel-default table,
    .back-in-stock-subscription-list-page .panel.panel-default table thead tr th,
    .back-in-stock-subscription-list-page .panel.panel-default table tbody tr td,
    .back-in-stock-subscription-list-page .panel.panel-default table,
    .shipment-details-page .section .panel.panel-default table,
    .shipment-details-page .section .panel.panel-default table tbody tr td,
    .shipment-details-page .section .panel.panel-default table thead tr th,
    .order-details-page .section .panel.panel-default table,
    .order-details-page .section .panel.panel-default table tbody tr td,
    .order-details-page .section .panel.panel-default table thead tr th {
        border: none;
        padding: 10px;
        vertical-align: middle;
    }

        .reward-points-page .panel.panel-default table tbody tr,
        .compare-products-page .panel.panel-default table tbody tr,
        .private-messages-page .panel.panel-default table tbody tr,
        .forum-subscriptions-page .subscription-list table tbody tr,
        .forums-table-section table tbody tr,
        .reward-points-page.panel.panel-default table tbody tr,
        .back-in-stock-subscription-list-page .panel.panel-default table tbody tr,
        .shipment-details-page .section .panel.panel-default table tbody tr,
        .order-details-page .section .panel.panel-default table tbody tr {
            border-top: 2px solid #ddd;
        }

        .order-details-page .section .panel.panel-default table .a-center.name {
            text-align: left;
        }

        .shipment-details-page .section .panel.panel-default table .a-left.name em,
        .order-details-page .section .panel.panel-default table .a-left.name em {
            font-style: normal;
        }


/* RETUN REQUEST AND RETURN REQUEST LIST PAGE STYLE */

.return-request-page .page-title {
    text-align: center;
}

.return-request-page select {
    width: 100%;
    text-align: left;
}

.request-item ul {
    list-style: none;
    margin-bottom: 0;
}

.return-request-page .section .table,
.return-request-page .section .title,
.return-request-page .fieldset .title {
    margin-bottom: 20px;
    text-align: left;
}

.return-request-page .section {
    margin-bottom: 20px;
}

.downloadable-products-page table th {
    padding: 10px 0 20px 0;
    text-align: center;
}

.return-request-page textarea.form-control {
    height: 100px;
}

.return-request-page .fieldset label {
    text-align: left;
}

.downloadable-products-page .panel.panel-default table thead tr th,
.downloadable-products-page .panel.panel-default table tbody tr td,
.downloadable-products-page .panel.panel-default table,
.return-request-page .panel.panel-default table,
.return-request-page .panel.panel-default table tbody tr td,
.return-request-page .panel.panel-default table thead tr th {
    border: none;
    padding: 10px;
    vertical-align: middle;
}

    .downloadable-products-page .panel.panel-default table tbody tr,
    .return-request-page .panel.panel-default table tbody tr {
        border-top: 1px solid #ddd;
    }

.downloadable-products-page .panel.panel-default table,
.return-request-page .panel.panel-default table {
    margin-bottom: 0px;
}

    .order-details-page .section.products .panel.panel-default table tbody tr .prices-alignment-right,
    .return-request-page .panel.panel-default table tbody tr .prices-alignment-right {
        text-align: center !Important;
    }

.return-request-list-page .section {
    margin-bottom: 30px;
    border: 1px solid #ededed;
    box-shadow: 0px 0px 10px #ddd;
    -webkit-box-shadow: 0px 0px 10px #ddd;
    -moz-box-shadow: 0px 0px 10px #ddd;
    height: 600px;
}

    .return-request-list-page .section .details {
        padding: 0 10px 15px;
    }

    .return-request-list-page .section .comments > div {
        height: 80px;
        overflow: hidden;
    }


/* DOWNLOAD PRODUCT PAGE STYLE */

.downloadable-products-page .panel.panel-default table .a-center.product {
    text-align: left;
}

.reward-points-page .panel.panel-default table tbody tr td,
.downloadable-products-page .panel.panel-default table tbody tr td {
    color: #666;
    font-size: 14px;
}

.avatar-page .validation-summary-errors ul li {
    background: #f2dede;
    color: #a94442;
    font-size: 14px;
    margin-top: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.downloadable-products-page .panel.panel-default table a {
    color: #000;
}

    .downloadable-products-page .panel.panel-default table a:hover {
        color: #333;
    }


/* FORUM MAIN AND COMMON PAGE STYLE */

.forums-main-page .forums-main-header {
    height: 50px;
    margin-bottom: 10px;
}

    .forums-main-page .forums-main-header .current-time,
    .active-discussions-page .forums-header .current-time,
    .current-time {
        text-align: right;
        margin-bottom: 15px;
        color: #666;
    }

.forum-search-box {
    text-align: right;
    margin-bottom: 20px;
}

.forums-table-section {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.forums-table-section-title {
    padding: 15px;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
}

    .forums-table-section-title a {
        font-weight: 700;
    }

    .forums-table-section-title .link-rss {
        margin: 0 0 0 10px;
        float: right;
    }

    .forums-table-section-title .view-all {
        float: right;
        text-align: right;
    }

.forums-table-section .topic-name {
    text-align: left;
}

.forums-table-section th.last-post {
    width: 25%;
    text-align: center
}

.forums-table-section th.forum-name,
.forums-main-page .forums-table-section td.forum-name,
.forums-main-page .forums-table-section td.topic-name {
    text-align: left;
    width: 55%;
}

.forums-table-section td {
    text-align: center;
}

    .forums-table-section td.forum-name .forum-title a:hover {
        color: #333;
    }

.forum-group-page .forums-table-section td,
.forum-search-page .forums-table-section td,
.active-discussions-page .forums-table-section td,
.forum-page .forums-table-section td,
.forums-main-page .forums-table-section td {
    color: #666;
}

.forums-table-section td.forum-name .forum-title a {
    display: block;
    font-weight: 700;
    margin-bottom: 3px;
    display: inline-block;
    color: #000;
}

.forums-table-section td.last-post .author label,
.forums-table-section .last-post .origin label {
    display: inline;
}

.forums-table-section td.topic-name .topic-type {
    font-size: 0.9em;
    line-height: 18px;
}

.forum-group-page .posts,
.forum-group-page .topics,
.forum-page .replies,
.forum-page .views,
.active-discussions-page .forums-table-section-body .replies,
.active-discussions-page .forums-table-section-body .views,
.active-discussions-page .forums-table-section-body .last-post,
.forum-search-page .forums-table-section.topics-group .replies,
.forum-search-page .forums-table-section.topics-group .views,
.forum-search-page .forums-table-section.topics-group .last-post,
.forums-main-page .forums-table-section.topics-group .replies,
.forums-main-page .forums-table-section.topics-group .views,
.forums-main-page .forums-table-section.topics-group .last-post {
    text-align: center;
}

.forums-main-page .forums-table-section th.topics,
.forums-main-page .forums-table-section th.replies,
.forums-main-page .forums-table-section th.views,
.forums-main-page .forums-table-section th.posts {
    width: 10%;
    text-align: center
}

.forums-main-page .forums-header {
    float: left;
    width: 100%;
}

.forums-main-page .topic-html-content .panel-heading {
    padding: 0px;
    margin-bottom: 10px;
}

.forums-main-page .topic-html-content {
    border: none;
    text-align: center;
}

.forum-search-box {
    float: left;
    position: relative;
}

    .forum-search-box .navbar-form {
        padding-left: 0px;
    }

.search-box-text {
    float: left;
    height: 34px;
    padding: 0px 12px;
    margin-right: -3px;
    border: none;
    box-shadow: none;
}

.forum-search-box .search-box-text {
    background: #fff;
    border-bottom: 1px solid #ddd;
    width: 400px;
    padding-left: 5px;
}

.forum-search-box .search-nav:focus {
    border-color: #000;
}

.forum-search-box .btn.search-box-button {
    background: url("../images/search-icon.png") no-repeat 0px 0px;
    border-radius: 0px;
    width: 34px;
    height: 34px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    right: -10px;
    position: absolute;
    z-index: 1;
    padding: 0px;
}

    .forum-search-box .btn.search-box-button:hover {
        background: url("../images/search-icon.png") no-repeat 0px -34px;
    }

.forum-search-box .form-control,
.forum-search-box .btn {
    border-radius: 0;
}

.forum-search-box .advanced {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.forums-table-section .panel.panel-default {
    border: none;
    margin-bottom: 0px;
}

.forum-page .forum-top {
    padding: 15px;
    margin-bottom: 40px;
}

.forum-page .forums-table-section table tr .image {
    width: 3%;
}

.forums-table-section .topic-name a {
    font-weight: 700;
}

.forum-subscriptions-page .new-product-iteam a {
    color: #333;
    font-weight: 700;
}

    .forum-subscriptions-page .new-product-iteam a:hover {
        color: #000;
    }

.private-message-send-page .page-title h1,
.move-topic-page .page-title h1,
.forum-edit-page h1,
.forum-search-page .panel-heading h1,
.forums-main-page .topic-html-content .panel-heading h1 {
    text-align: center;
}


/* FORUM PAGE STYLE */

.forum-page .forum-top:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.forum-page .forum-top .forum-info {
    float: left;
}

    .forum-page .forum-top .forum-info .forum-name {
        font-weight: 700;
        font-size: 1.2em;
        line-height: 25px;
    }

    .forum-page .forum-top .forum-info .forum-description {
        margin-bottom: 10px;
    }

.forum-page .forum-top .actions {
    float: right;
    text-align: right;
    margin-top: 0px;
}

    .forum-page .forum-top .actions .newtopic {
        padding: 0 5px 3px 3px;
    }

    .forum-page .forum-top .actions .watch-forum {
        padding-left: 5px;
    }

.forum-page .pager ul {
    float: left;
    margin: 5px 0;
}

.forum-group-page,
.forum-breadcrumb,
.active-discussions-page,
.forum-page {
    clear: both;
}

    .forum-page .forums-table-section {
        border: 0;
        padding: 0;
    }

    .forum-group-page .forums-table-section .forum-name {
        text-align: left
    }

    .forum-group-page .forums-table-section {
        background: #fff;
    }

    .forum-page .forum-top .forum-info .forum-name h1 {
        font-size: 1.2em;
        font-weight: 700;
        line-height: 25px;
    }


/* FORUM SEARCH PAGE STYLE */

.basic-search .controls {
    padding-top: 3px;
}

.forum-search-page .forum-search-panel .search-error {
    color: red;
}

.forum-search-page .basic-search {
    margin-bottom: 10px;
}

.forum-search-page .forum-search-button {
    margin-top: 0px;
}

.forum-search-page .advanced-search {
    margin-bottom: 10px;
    padding-top: 10px;
}

.forum-search-page .inputs {
    padding: 4px;
}

    .forum-search-page .inputs label {
        display: inline-block;
        width: 140px;
    }

.forum-search-page .pager ul {
    float: left;
    margin: 5px 0;
}

.forum-search-page .form-group label {
    text-align: left;
}

.search-input .basic-search .col-md-3 {
    padding-right: 0;
}

.forum-search-box .form-group {
    margin-bottom: 0px;
}

.forum-search-page .search-results .forums-table-section {
    border: none;
}

    .forum-search-page .search-results .forums-table-section table {
        width: 100%;
    }

.forum-search-page .forums-table-section {
    padding: 0;
}

.forum-search-page .checkbox > input {
    margin-top: 0 !important;
}

.forum-search-page .checkbox label {
    padding-left: 10px;
}

.forum-search-page .forum-serach-input {
    float: left;
    width: 100%;
}

    .forum-search-page .forum-serach-input .checkbox {
        clear: both;
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }


/* FORUM TOPIC PAGE STYLE */

.forums-header::after {
    clear: both;
    content: "";
    display: block;
}

.forums-header {
    margin-bottom: 25px;
}

.forum-topic-content-top {
    text-align: center;
    padding: 15px;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

    .forum-topic-content-top h2 {
        text-transform: capitalize;
        font-size: 22px;
        margin: 0px 0px 15px 0px;
    }

    .forum-topic-content-top .actions .actions-btn {
        padding: 8px;
        display: inline-block;
        line-height: 14px;
        color: #888
    }

        .forum-topic-page .topic-actions.lower a:hover,
        .forum-topic-content-top .actions .actions-btn:hover a,
        .forum-topic-page .topic-post .post-head .manage-post a:hover {
            color: #000;
        }

        .forum-topic-page .topic-actions.lower a,
        .forum-topic-content-top .actions .actions-btn a {
            margin-left: 5px;
            color: #888;
            font-size: 13px;
            font-weight: 700;
        }

.forum-topic-page .topic-posts {
    padding: 50px;
    float: left;
    width: 100%;
    color: #888;
    margin-bottom: 30px;
}

.forum-topic-page .topic-post {
    float: left;
    width: 100%;
    padding: 20px;
}

.topic-post .post-info {
    float: left;
    margin: 0;
    width: 15%;
}

.topic-post .post-info {
    text-align: left;
}

.topic-post .post-content {
    float: right;
    width: 85%;
}

.forum-topic-page .topic-post .post-info {
    text-align: center;
}

.forum-topic-page .topic-post .user-info span {
    background: #f5f5f5;
    padding: 15px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    color: #666;
}

.forum-topic-page .topic-post .user-info .avatar {
    text-align: center;
    clear: both;
    margin-bottom: 15px;
}

.forum-topic-page .topic-post .post-info .send-pm a {
    background: #333;
    padding: 8px;
    color: #fff;
    float: left;
    width: 100%;
    margin-top: 5px;
}

    .forum-topic-page .topic-post .post-info .send-pm a:hover {
        background: #000;
    }

.forum-topic-page .topic-post .post-info .send-pm a {
    color: #fff;
}

.forum-topic-page .topic-post .post-head {
    background: #f5f5f5;
    padding: 15px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: #666;
}

.forum-topic-page .topic-post .post-body {
    clear: both;
    padding: 0px 15px;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.forum-topic-page .topic-post .post-head .post-time label {
    margin-bottom: 0px;
}

.forum-topic-page .topic-post .post-head .quote-post,
.forum-topic-page .topic-post .post-head .manage-post,
.forum-topic-page .topic-post .post-head .post-time {
    float: left;
}

.forum-topic-page .topic-post .post-head .post-actions {
    float: right;
}

.forum-topic-page .topic-post .post-head .manage-post i,
.forum-topic-page .topic-actions.lower i {
    color: #888;
}

.forum-topic-page .topic-post .post-head .manage-post a {
    color: #888;
    font-size: 13px;
    font-weight: 700;
    margin-left: 5px;
    margin-right: 20px;
}

.forum-topic-page .topic-post .post-head .quote-post a {
    color: #000;
    font-weight: 700;
    margin-right: 15px;
}

    .forum-topic-page .topic-post .post-head .quote-post a:hover {
        color: #333;
    }

.forum-topic-page .topic-actions.lower {
    clear: both;
    text-align: center;
}

    .forum-topic-page .topic-actions.lower a {
        margin-right: 15px;
    }


/* FORUM TOPIC EDIT, FORUM POST EDIT, MOVE FORUM TOPIC PAGE STYLE */

.forum-edit-page .forum-subject-title {
    padding-top: 0px;
}

.forum-edit-page .forum-subject-name {
    color: #666;
}

.forum-edit-page .inputs {
    padding: 5px 0;
}

.forum-edit-page .field-validation-error {
    display: block;
}

.forum-edit-page .buttons {
    margin: 5px;
}

.forum-edit-page .form-group label {
    text-align: right;
    text-transform: capitalize;
}

.forum-edit-page label.options-checkbox,
.forum-edit-page label.checkbox {
    text-align: left;
}

.forum-edit-page .page-title,
.forum-edit-page fieldset legend {
    text-align: center;
    font-size: 18px;
}

.forum-edit-page .form-group.form-submit {
    clear: both;
}

.forum-edit-page .form-group {
    overflow: hidden;
}

.forum-edit-page .checkbox {
    color: #666;
}

    .private-messages-page .delete-selected-pm-button,
    .private-message-send-page .send-pm-button,
    .forum-edit-page .submit-post-button,
    .move-topic-page .submit-forum-topic-button,
    .forum-edit-page .submit-topic-button,
    .forum-edit-page .checkbox .check-box {
        margin-right: 5px;
    }

.move-topic-page .inputs label {
    color: #555;
    font-weight: 700;
    white-space: nowrap;
    width: 30%;
}

.move-topic-wrapper .form-group label {
    text-align: right;
}

.forum-edit-page .checkbox {
    margin-top: 0px;
}


/* FORUM INPUTS STYLE */

.forum-topic-title-text,
.pm-title-text {
    vertical-align: top;
    font-size: 12px;
}

.forum-post-text,
.bb-editor-text {
    min-height: 150px;
}

.private-message-subject-text {
    width: 500px;
    border: 1px solid #acacac;
    vertical-align: top;
    font-size: 12px;
}

.forum-search-text {
    border: 1px solid #ccc;
    font-size: 14px;
    margin-right: 5px;
    float: left;
}

.forum-search-box-text {
    border: 1px solid #acacac;
    font-size: 12px;
}

.bb-editor-text {
    border: #cec6b5 1px solid;
}

.quote-post-link-button,
.post-link {
    float: right;
    padding: 0 !important;
}

.post-link {
    padding: 1px 3px;
    margin-right: 5px;
    border: none;
    margin-top: 1px;
}


/* PRIVATE MESSAGES PAGE STYLE */

.private-message-send-page .inputs label {
    float: left;
    line-height: 20px;
}

.private-message-send-page .toolbar {
    display: block;
}

.private-message-send-page textarea {
    margin: 0 0 10px 0px;
}

.private-message-view-page .view-message div {
    margin: 10px 0px 5px;
}

.private-message-view-page .view-message label {
    display: inline-block;
    font-weight: 700;
}

.private-message-send-page .page-title,
fieldset legend {
    text-align: center;
}

.private-message-send-page .form-group label {
    text-align: right;
    margin-bottom: 5px;
    padding-top: 5px;
}

.send-pm-button {
    margin-left: 15px;
}

.private-messages-page .pagination {
    display: block;
}

.private-message-send-page .form-group .private-message-title {
    padding-top: 0px;
}

.private-message-username {
    color: #666;
    font-weight: 700;
}

.private-messages-page .tab-content {
    float: left;
    margin-top: 0;
    padding: 20px 15px;
    width: 100%;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.private-messages-page .nav-tabs {
    border: none;
}

    .private-messages-page .nav-tabs li a {
        font-weight: normal;
        color: #666;
        font-size: 16px;
        text-transform: capitalize;
    }

    .private-messages-page .nav-tabs li.active {
        margin-bottom: 0px;
    }

        .private-messages-page .nav-tabs li.active a {
            color: #fff;
            background: #000;
            font-weight: 700;
            border-color: #000;
        }

            .private-messages-page .nav-tabs li.active a:hover,
            .private-messages-page .nav-tabs > li.active > a:focus {
                background: #000;
            }

            .private-messages-page .nav-tabs li.active a::after {
                content: ' ';
                height: 0;
                position: absolute;
                width: 0;
                border: 10px solid transparent;
                border-top-color: #000;
                border: 10px solid transparent;
                border-top-color: #000;
                top: 100%;
                left: 50%;
                margin-left: -10px;
            }

    .private-messages-page .nav-tabs > li > a {
        margin-right: 15px;
        border: 1px solid #ddd;
        border-radius: 0px;
        padding: 15px 35px;
    }

.private-messages-page .nav > .label.label-default > a:hover,
.private-messages-page .nav > .label.label-default > a:focus {
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
}

.private-messages-page .nav-tabs > li > a:focus,
.private-messages-page .nav-tabs > li > a:hover {
    background-color: #333;
    color: #fff;
    outline: none;
}

.private-messages-page {
    overflow: hidden;
    float: left;
    width: 100%;
}

    .private-message-view-page .view-message span,
    .private-messages-page .panel.panel-default td {
        color: #666;
    }

    .private-messages-page .panel.panel-default a {
        color: #000;
    }

        .private-messages-page .panel.panel-default a:hover {
            color: #333;
        }

.private-message-view-page .view-message {
    padding: 15px;
}

    .private-message-view-page .view-message label {
        text-transform: capitalize;
    }

    .private-message-view-page .view-message .btn.btn-default {
        margin-right: 5px;
    }


/* PROFILE PAGE STYLE */

.profile-page .profile-info-box .profile-stats {
    margin-left: 200px;
    padding: 10px;
}

    .profile-page .profile-info-box .profile-stats .title {
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .profile-page .profile-info-box .profile-stats ul {
        margin: 0 0 10px 0;
    }

    .profile-page .profile-info-box .profile-stats li {
        list-style: none outside none;
    }

.profile-page .profile-info-box .user-details {
    width: 180px;
    float: left;
    padding: 10px;
    height: 100%;
    border-right: solid 1px #ddd;
}

    .profile-page .profile-info-box .user-details .avatar {
        margin-bottom: 5px;
    }

.profile-page .profile-info-box .user-stats {
    margin: 0;
    padding: 0;
}

    .profile-page .profile-info-box .user-stats li {
        font-weight: 700;
        list-style: none;
        padding: 2px;
    }

    .profile-page .profile-info-box .user-stats span {
        color: #555;
        font-weight: 400;
    }

.profile-page .user-last-posts .topic {
    margin-bottom: 20px;
}

.profile-page .user-last-posts .topic-title {
    font-weight: 700;
    line-height: 20px;
    padding: 0 0 5px 10px;
}

    .profile-page .user-last-posts .topic-title label {
        display: inline;
    }

.profile-page .user-last-posts .topic-body {
    padding: 0 10px 5px 10px;
}

    .profile-page .user-last-posts .topic-body p {
        margin: 0;
    }

    .profile-page .user-last-posts .topic-body a {
        color: #B80709;
        text-decoration: underline;
    }

    .profile-page .user-last-posts .topic-body .quote {
        padding: 5px;
    }

.profile-page .user-last-posts .topic-data {
    padding-left: 10px;
    color: #555;
    font-size: .9em;
}

    .profile-page .user-last-posts .topic-data label {
        display: inline;
    }

.profile-page .profile-info-box .profile-stats label,
.profile-page .profile-info-box .user-stats label {
    font-weight: 700;
    display: inline;
}

.profile-page .profile-stats > ul {
    padding-left: 10px;
}

.profile-page .tab-content {
    float: left;
    margin-top: 0;
    padding: 20px 15px;
    width: 100%;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.profile-page .nav-tabs {
    border: none;
}

    .profile-page .nav-tabs li a {
        font-weight: normal;
        color: #666;
        font-size: 16px;
        text-transform: capitalize;
    }

    .profile-page .nav-tabs li.active {
        margin-bottom: 0px;
    }

        .profile-page .nav-tabs li.active a {
            color: #fff;
            background: #000;
            font-weight: 700;
            border-color: #000;
        }

            .profile-page .nav-tabs li.active a:hover,
            .profile-page .nav-tabs > li.active > a:focus {
                background: #000;
            }

            .profile-page .nav-tabs li.active a::after {
                content: ' ';
                height: 0;
                position: absolute;
                width: 0;
                border: 10px solid transparent;
                border-top-color: #000;
                border: 10px solid transparent;
                border-top-color: #000;
                top: 100%;
                left: 50%;
                margin-left: -10px;
            }

    .profile-page .nav-tabs > li > a {
        margin-right: 15px;
        border: 1px solid #ddd;
        border-radius: 0px;
        padding: 15px 35px;
    }

.profile-page .nav > .label.label-default > a:hover,
.profile-page .nav > .label.label-default > a:focus {
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
}

.profile-page .nav-tabs > li > a:focus,
.profile-page .nav-tabs > li > a:hover {
    background-color: #333;
    color: #fff;
    outline: none;
}

.profile-page {
    overflow: hidden;
    float: left;
    width: 100%;
}


/* NEWS BLOCK PAGE STYLE */

.news-list-page .item {
    margin-bottom: 20px;
}

.news-list-page .news-detail-box {
    padding: 15px;
    color: #666;
    clear: both;
}

.news-list-page .news-head {
    text-align: center;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
}

.news-list-page .news-items .news-head a {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    padding: 10px 0px;
    color: #333;
    font-weight: 700;
    font-size: 16px;
}

    .news-list-homepage .news-head a:hover,
    .news-list-page .news-items .news-head a:hover {
        color: #000;
    }

.news-list-page .news-items .news-details {
    margin-bottom: 15px;
}

.news-list-page .news-date {
    margin: 0px 0px 10px 0px;
}

.news-item-page .news-body {
    clear: both;
    margin-top: 15px;
    float: left;
    width: 100%;
    color: #666;
}

.news-item-page .news-date {
    color: #000;
}

.news-item-page .fieldset.new-comment .title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 16px;
    clear: both;
    text-align: left;
}

.blogpost-page .user-info span,
.news-item-page .user-info span {
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    background: #f6f6f6;
}

.news-item-page .comment-list .title,
.blogpost-page .comment-list .title {
    clear: both;
    float: left;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
}

.news-item-page .user-info,
.blogpost-page .user-info {
    border: none;
    color: #444;
    display: block;
    font-weight: bold;
    margin: 0 0 -1px;
    padding: 0px 0px 10px 0px;
    text-align: center;
    font-size: 14px;
}

.news-item-page .comment-time label {
    display: inline;
}

.news-item-page .comment-content .comment-time,
.blog-comment .comment-content .comment-time {
    background-color: #f6f6f6;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    min-height: 40px;
    padding: 10px 15px;
}

.comment-list .news-comment {
    border-top: 1px solid #ddd;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: left;
    width: 100%;
}

.news-item-page .new-comment .buttons {
    padding-left: 10px;
}

.news-comment .comment-info,
.comment-content,
.blogpost-page .comment-info {
    padding: 0px;
}

.comment-list .comment-content {
    border-left: 1px solid #ddd;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.comment-list .comment-title {
    margin: 0 0 -20px;
    padding: 20px;
    color: #666;
    font-size: 16px;
}

.comment-list .comment-body {
    padding: 20px;
    line-height: 22px;
    color: #666;
}


/* BLOG PAGE STYLE */

.block.block-blog-archive.well.box-shadow-wrapper .listbox ul li strong {
    padding: 8px 0 8px 25px;
    font-weight: 700;
    color: #000;
}

.block.block-blog-archive.well.box-shadow-wrapper .listbox .nav.nav-list li a {
    padding: 8px 0 8px 40px;
    background: rgba(0, 0, 0, 0) url("../images/dot-icon.png") no-repeat scroll 25px center;
}

.block-blog-archive .listbox ul li strong {
    padding-left: 20px;
    margin-top: 10px;
    float: left;
    clear: both;
}

.blog-posts .post .post-head,
.blogpost-page .comment-list .title {
    float: left;
    width: 100%;
}

.blog-posts .post .post-body {
    float: left;
    width: 100%;
    border: 2px solid #eee;
    padding: 20px 15px 30px;
    color: #666;
    line-height: 22px;
}

.blog-posts .post {
    float: left;
    width: 100%;
}

.blog-posts .post-head a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 20px;
    float: left;
    width: 100%;
    background: #333;
    color: #fff;
    text-transform: uppercase;
}

.blogpost-page .tags label,
.blog-posts .post .tags-list label {
    float: left;
    margin-right: 15px;
    text-transform: uppercase;
    color: #000;
}

.blog-posts .post .tags-list ul,
.blogpost-page .tags ul {
    float: none;
    overflow: hidden;
    padding-left: 0px;
}

.blog-posts .post .tags-list li,
.blogpost-page .tags li {
    float: left;
    list-style: none;
    margin-right: 5px;
    line-height: 18px;
}

.blog-posts .post .tags-list,
.blogpost-page .tags {
    margin: 15px 0px;
}

    .blog-posts .post .tags-list .separator,
    .blogpost-page .tags .separator {
        color: #000;
    }

.blog-posts .post .blog-details {
    float: left;
    width: 100%;
    font-size: 16px;
}

.blogpost-page .post-date {
    margin-bottom: 10px;
    text-align: left;
    padding: 0;
}

.blogpost-page .post-body {
    color: #666;
    line-height: 22px;
}

.blogpost-page .comment-text {
    max-width: 100%;
    min-height: 120px;
}

.blogpost-page .comment-list {
    margin: 0 0 10px 0;
}

.blogpost-page .avatar {
    width: 100%;
}

.blogpost-page .comment-time label {
    display: inline;
}

.blogpost-page .blog-comment {
    border-top: 1px solid #ddd;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
}

.blogpost-page .fieldset.new-comment .title {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DDD;
    text-align: left;
    font-size: 16px;
}

.blogpost-page .form-group .category-iteam,
.blog-comment .comment-info {
    text-align: left;
}

.blog-comment .comment-info,
.news-item-page .comment-info {
    border-right: 1px solid #ddd;
    margin-right: -1px;
}

.blog-posts .tags-list ul li a,
.blogpost-page .tags ul li a {
    font-size: 16px;
    padding: 0px;
    font-weight: normal;
    color: #000;
}

    .blog-posts .tags-list ul li a:hover,
    .blogpost-page .tags ul li a:hover {
        text-decoration: underline;
        color: #333;
    }

.blog-posts .btn.btn-primary.read-more {
    text-transform: uppercase;
    color: #fff;
}

.blog-details .comments-text {
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.post-date {
    float: right;
    color: #000;
    width: 100%;
    padding: 10px 0px;
    text-align: right;
}

.blogpost-page .new-comment .form-group label {
    text-align: left;
}

.blogpost-page .avatar img,
.news-item-page .avatar img {
    width: 100%;
}

.blog-page .bottom-box-shadow {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.bottom-box-shadow {
    background: url("../images/bottom-box-shadow.png") no-repeat scroll left bottom;
    height: 39px;
    background-size: 100%;
}


/* CONTACT US PAGE STYLE */

.account-activation-page .page-body {
    margin: 0;
    padding: 0;
    color: #555;
    background-color: inherit;
}

.contact-page .topic-html-content {
    border: none;
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
}

.contact-page .contact-details {
    margin-bottom: 15px;
}

.contact-page .inputs {
    margin-bottom: 12px;
}

.contact-page .enquiry {
    max-width: 100%;
    min-height: 120px;
    margin: 0;
}

.contact-page .captcha-box {
    margin-bottom: 20px;
}

.email-a-friend-page .validation-summary-errors ul li,
.private-message-send-page .validation-summary-errors ul li,
.customer-info-page .validation-summary-errors ul li,
.avatar-page .validation-summary-errors ul li,
.address-edit-page .validation-summary-errors ul li,
.apply-vendor-page .validation-summary-errors ul li,
.vendor-contact-page .validation-summary-errors ul li,
.community-poll .validation-summary-errors ul li,
.change-password-page .validation-summary-errors ul li,
.contact-page .validation-summary-errors ul li,
.product-reviews-page .validation-summary-errors ul li,
.blogpost-page .validation-summary-errors ul li,
.news-item-page .validation-summary-errors ul li,
.search-page .validation-summary-errors ul li,
.registration-page .validation-summary-errors ul li {
    background: #f2dede;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #b94a48;
    clear: both;
}

.contact-page p {
    margin-bottom: 0px;
}

.contact-page .form-horizontal .control-label {
    text-align: left;
}

.apply-vendor-page .topic-html-content-body,
.contact-page .topic-html-content-body {
    padding: 0;
    margin-bottom: 20px;
}


/* COLOR SQUARES ATTRIBUTE TYPE STYLE */

.product-details-page .attributes select {
    width: auto;
}

.product-details-page .attributes dd {
    margin: 0;
}

.product-details-page .attributes ul.color-squares li,
.product-details-page .attributes ul.image-squares li {
    display: inline;
    margin-right: 10px;
    position: relative;
}

.product-details-page .attributes ul.color-squares .color-container,
.product-details-page .attributes ul.image-squares .image-container {
    position: relative;
    display: inline-block;
    padding: 1px;
    margin-bottom: 5px;
    line-height: 1em;
}

.product-details-page .attributes ul.color-squares .selected-value .color-container,
.product-details-page .attributes ul.image-squares .selected-value .image-container {
    border-color: #bbb;
    border-width: 2px;
}

.product-details-page .attributes ul.color-squares .color,
.product-details-page .attributes ul.image-squares .image {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.product-details-page .attributes ul.color-squares label,
.product-details-page .attributes ul.image-squares label {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.product-details-page .attributes ul.color-squares input,
.product-details-page .attributes ul.image-squares input {
    height: 0;
    overflow: hidden;
    z-index: -10000;
    position: absolute;
    float: none;
    display: none;
}

.product-filters .color-squares,
.product-filters .image-squares {
    font-size: 0;
}

    .product-filters .color-squares .color-container,
    .product-filters .image-squares .image-container {
        display: inline-block;
        padding: 1px;
        position: relative;
        z-index: 0;
    }

    .product-filters .color-squares .color,
    .product-filters .image-squares .image {
        border: 1px solid #444 !important;
        cursor: pointer;
        display: table !important;
        height: 32px !important;
        width: 32px !important;
    }

.product-filters .product-spec-color li.color-item {
    display: inline-block;
}

    .product-filters .product-spec-color li.color-item a {
        padding: 0px;
        width: 100%;
    }

.color-squares .color,
.image-squares .image {
    border: 2px solid #ddd;
    cursor: pointer;
    display: table !important;
    height: 32px !important;
    width: 32px !important;
}

.tooltip-container {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #000;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 200px;
    left: 0px;
    top: 10px;
}

    .tooltip-container::after {
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        bottom: 100%;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -6px;
        position: absolute;
        width: 0;
    }

    .tooltip-container::before {
        border-bottom: 7px solid #eee;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        bottom: 100%;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -7px;
        position: absolute;
        width: 0;
    }

.color-squares li:hover .tooltip-container,
.image-squares li:hover .tooltip-container {
    margin-left: -83px;
    margin-top: 5px;
    visibility: visible;
    z-index: 999;
}

.tooltip-container .tooltip-header {
    background-color: #f6f6f6;
    border-bottom: 1px solid #eee;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 15px;
    height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 198px;
}

.tooltip-container .tooltip-body {
    margin: 5px;
}

    .tooltip-container .tooltip-body img {
        border: 0 none #fff;
        width: 190px;
    }

.product-details-page .attributes ul.color-squares .selected-value .color-container .color,
.product-details-page .attributes ul.image-squares .selected-value .image-container .image {
    border-color: #000;
}


/* SLIM BOX (PRODUCT IMAGES) */

#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink,
#lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

    #lbPrevLink:hover {
        background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
    }

#lbNextLink {
    right: 0;
}

    #lbNextLink:hover {
        background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
    }

#lbBottom {
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(../images/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption,
#lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: 700;
}


/* BB CODE EDITOR */

.toolbar {
    padding: 2px;
    display: block;
    margin-bottom: 10px;
}

    .toolbar .button {
        background: url(../images/bbeditor-button-bg.gif) repeat-x;
        padding: 2px;
        margin-right: 2px;
        border: #cec6b5 1px solid;
    }

        .toolbar .button:hover {
            border: #333 1px solid;
        }


/* BBCODES */

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;
}

.csharpcode,
.csharpcode pre {
    font-size: small;
    color: #000;
    font-family: Consolas, "Courier New", Courier, Monospace;
    background-color: #fff;
}

    .csharpcode pre {
        margin: 0;
    }

    .csharpcode .rem {
        color: green;
    }

    .csharpcode .kwrd {
        color: #00f;
    }

    .csharpcode .str {
        color: #006080;
    }

    .csharpcode .op {
        color: #0000c0;
    }

    .csharpcode .preproc {
        color: #c63;
    }

    .csharpcode .asp {
        background-color: #ff0;
    }

    .csharpcode .html {
        color: maroon;
    }

    .csharpcode .attr {
        color: red;
    }

    .csharpcode .alt {
        background-color: #f4f4f4;
        width: 100%;
        margin: 0;
    }

    .csharpcode .lnum {
        color: #606060;
    }


/* NEW STYLE */

.pm-title-text.form-control {
    width: 44%;
}


/* Back To Top Arrow */

#backTop {
    width: 35px;
    height: 35px;
    padding: 10px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 10;
    display: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    background: url(../images/top-arrow.png) no-repeat center center #000;
    bottom: 80px !important;
}

    #backTop:hover {
        background: url(../images/top-arrow.png) no-repeat center center #333;
    }


/* Bootstrap Hacks & Fixes*/


/*  Legend not having bottom-margin on Webkit Browsers - Safari and Opera
    https://github.com/twbs/bootstrap/issues/9187
    */

legend + *:before {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    margin-bottom: 20px;
}

.eq-ie7 legend {
    margin-bottom: 20px;
}

textarea:hover,
input:hover,
select:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
select:focus,
button:focus,
button:active,
button:hover {
    outline: 0px !important;
}


/* IE8 And IE9 STYLE */

.navbar-search .search-query {
    line-height: 20px;
}

.eq-ie8 .item-box .thumbnail .wishlist-compare-wrapper {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
    opacity: 0;
    top: calc(80% + 0px);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    visibility: hidden;
}

.eq-ie8 .item-box .thumbnail:hover .picture .wishlist-compare-wrapper {
    top: 40%;
    opacity: 1;
    visibility: visible;
}

.eq-ie8 .header-menu .navbar.navbar-inverse .nav.navbar-nav > li.dropdown .dropdown-menu {
    border: 1px solid #ddd;
}

.eq-ie8 .product-grid .product-list .product-item .rating {
    margin-left: 0px;
}

.eq-ie8 .product-details-page .product-share-button a span {
    height: 30px !important;
    width: 30px !important;
}

    .eq-ie8 .product-details-page .product-share-button a span .at-icon {
        height: 30px !important;
        width: 25px !important;
    }

.eq-ie8 .sitemap-page .entity,
.eq-ie8 .news-list-page .item,
.eq-ie8 .order-summary-content .checkout-attributes,
.eq-ie8 .private-message-view-page .view-message,
.eq-ie8 .private-messages-page .panel-default.panel,
.eq-ie8 .compare-products-page .panel-default.panel,
.eq-ie8 .reward-points-page .panel-default.panel,
.eq-ie8 .forum-topic-page .topic-posts,
.eq-ie8 .forum-topic-content-top,
.eq-ie8 .forum-search-page .search-results .forums-table-section,
.eq-ie8 .forum-subscriptions-page .panel-default.panel,
.eq-ie8 .back-in-stock-subscription-list-page .panel-default.panel,
.eq-ie8 .downloadable-products-page .panel-default.panel,
.eq-ie8 .return-request-list-page .section,
.eq-ie8 .return-request-page .section .panel-default.panel,
.eq-ie8 .shipment-details-page .section .panel-default.panel,
.eq-ie8 .order-list-page .order-item,
.eq-ie8 .address-list .address-item,
.eq-ie8 .checkout-as-guest-or-register-block,
.eq-ie8 .returning-wrapper,
.eq-ie8 .register-block.new-wrapper,
.eq-ie8 .forums-table-section,
.eq-ie8 .order-details-page .section .panel-default.panel,
.eq-ie8 .checkout-data .section .address-box,
.eq-ie8 .shipment-details-page .order-info-wrap .info-content,
.eq-ie8 .shipment-details-page .order-info-wrap .info-content,
.eq-ie8 .order-details-page .billing-info-wrap .info-content,
.eq-ie8 .order-details-page .order-info-wrap .info-content,
.eq-ie8 .order-details-page .payment-method-wrap .side-list-wrap,
.eq-ie8 .order-details-page .order-info-wrap .side-list-wrap,
.eq-ie8 .order-details-page .total-info .panel.panel-default,
.eq-ie8 .order-summary-content .cart-footer .total-info .panel.panel-default {
    border: 1px solid #ddd;
}

.eq-ie8 .footer {
    border-top: 1px solid #ededed;
}

.eq-ie8 .login-page FIELDSET LEGEND {
    margin-bottom: 0px;
}

.eq-ie8 .forum-edit-page .form-group LABEL {
    padding-top: 0px;
}

.lt-ie9 .registration-page h3 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
    border-image: none;
    border-width: 0 0 1px;
    display: block;
    line-height: inherit;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.lt-ie9 .payment-info .info td label {
    float: none;
    margin: 0;
    padding-bottom: 10px;
    width: 130px;
}

.lt-ie9 .entity-body.category-body.product-link li {
    float: left;
    margin-right: 26px;
    width: 46%;
    margin-bottom: 8px;
}

.lt-ie9 .main-menu.goToTop {
    border-bottom: 1px solid #4b5461;
}

.eq-ie11 .header-selectors-wrapper SELECT {
    padding-right: 0px !important;
}

.lt-ie10 select {
    background: #fff !important;
    border: 1px solid #ddd;
}

.lt-ie10 .footer-upper .column ul li a:hover,
.lt-ie10 .footer-upper .column ul li a:focus {
    margin-left: 0px;
}

.lt-ie9 .header-selectors-wrapper select {
    padding: 5px 0px 5px 5px !important;
}


/* IE9 and IE10 STYLE */

.lt-ie11 .login-page .checkbox input[type="checkbox"] {
    margin-left: 15px;
    min-height: 15px;
}

.lt-ie11 .login-page .remember-me .checkbox {
    padding-left: 0px;
    padding-top: 0px;
    margin-left: 0px;
}

.lt-ie11 .remember-me .checkbox > label > .checkbox {
    margin-top: 3px;
}

.lt-ie11 .review-rating .rating-text .rb {
    margin-top: 6px;
}

.lt-ie11 .img-responsive,
.lt-ie11 .thumbnail > img,
.lt-ie11 .thumbnail a > img,
.lt-ie11 .carousel-inner > .item > img,
.lt-ie11 .carousel-inner > .item > a > img {
    width: auto;
}

.lt-ie11 .order-summary-content .terms-of-service > INPUT {
    margin-top: 5px;
}

.lt-ie11 .forum-search-box .search-box-text,
.eq-ie11 .forum-search-box .search-box-text {
    width: 100%;
}

.lt-ie11 .forum-search-page .forum-search-box .search-box-text,
.eq-ie11 .forum-search-page .forum-search-box .search-box-text {
    width: 400px;
}

.lt-ie11 .login-page .checkbox .remember-text {
    padding-left: 35px;
}

.lt-ie11 .customer-info-page .date-birth-text > SELECT,
.eq-ie11 .customer-info-page .date-birth-text > SELECT,
.lt-ie11 .registration-page .date-birth-text > SELECT,
.eq-ie11 .registration-page .date-birth-text > SELECT {
    float: left;
}

.lt-ie11 .customer-info-page .date-birth-text .field-validation-error,
.eq-ie11 .customer-info-page .date-birth-text .field-validation-error,
.lt-ie11 .registration-page .date-birth-text .field-validation-error,
.eq-ie11 .registration-page .date-birth-text .field-validation-error {
    margin-left: 10px;
}


/* OPERA STYLE */

doesnotexist:-o-prefocus,
.forum-search-box .btn.search-box-button {
    padding: 15px 19px;
}

doesnotexist:-o-prefocus,
.forum-search-box .basic .form-group {
    margin-bottom: 0;
}

doesnotexist:-o-prefocus,
.btn {
    height: 34px;
}

doesnotexist:-o-prefocus,
.new-wrapper.register-block legend,
doesnotexist:-o-prefocus,
.returning-wrapper legend {
    margin-bottom: 20px;
    float: left;
}


/* SAFARI STYLE */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .forum-page .pagination {
        margin: 0;
    }

    .checkout-as-guest-or-register-block legend,
    .new-wrapper.register-block legend,
    .returning-wrapper legend,
    .facebook-login-block legend {
        margin-bottom: 20px;
        float: left;
    }
    /* Safari 5+ ONLY */
    ::i-block-chrome,
    .product-selectors select {
        margin-top: 5px;
    }
}





.master-wrapper-page {
    position: relative;
    left: 0;
    z-index: 2;
    transition: 0.4s;
}

    .master-wrapper-page.active {
        left: 220px;
        box-shadow: 8px 0px 27px 0px rgba(0, 0, 0, 0.4)
    }

#customSideMenu nav {
    width: 220px;
    height: 100%;
    position: absolute;
    left: -221px;
    z-index: 1;
    transition: 0.3s;
}

    #customSideMenu nav.active {
        left: 0;
    }

    #customSideMenu nav ul li {
        list-style: none;
        float: left;
        width: 100%;
        height: auto;
        line-height: 40px;
        padding: 0 15px;
    }

        #customSideMenu nav ul li a {
            float: left;
            width: 100%;
            /*border-bottom: 1px solid #e4e4e4;*/
            color: #000;
            text-decoration: none;
            text-indent: 0;
            transition: 0.3s;
        }

/*#customSideMenu nav ul li a:hover {
    text-indent: 10px;
}*/



#customMenuTrigger {
    float: left;
    width: 30px;
    height: 23px;
    position: absolute;
    left: 0px;
    top: 23px;
    z-index: 1080;
    overflow: hidden;
    transition: 0.3s;
}

    #customMenuTrigger span {
        float: left;
        width: 30px;
        height: 3px;
        background-color: #000;
        position: relative;
        top: 10px;
        transition: 0.3s;
    }


        #customMenuTrigger span:before {
            content: '';
            width: 30px;
            height: 3px;
            background-color: #000;
            position: absolute;
            top: -8px;
            left: 0;
        }

        #customMenuTrigger span:after {
            content: '';
            width: 30px;
            height: 3px;
            background-color: #000;
            position: absolute;
            bottom: -8px;
            left: 0;
        }

    #customMenuTrigger .active {
        transform: rotate(360deg);
    }

        #customMenuTrigger .active span {
            background-color: transparent;
        }

            #customMenuTrigger .active span:before {
                top: 0;
                transform: rotate(-45deg);
            }

            #customMenuTrigger .active span:after {
                bottom: 0;
                transform: rotate(45deg);
            }


.header .header-links {
    float: right;
}

    .header .header-links a,
    .header .header-links .menu-content-wrapper-item {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        color: #000;
        padding: 8px 8px;
    }

.header .nav a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    padding: 10px 22px;
}

@media (min-width: 768px) {
    nav.navbar {
        margin: 15px 0;
    }
}

.navbar {
    margin-bottom: 0;
}

.header .header-links {
    margin: 11px;
}

#firstImageBanner img {
    /*background: url(../images/simple_bg.png) no-repeat center;*/
    height: 650px;
    /*min-height: 100%;*/
    /*margin-top: -131px;*/
    display: block;
}

#firstImageBanner {
    /*margin-top: -139px;*/
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent !important;
}

.header-top-right ul li a:hover {
    /*background-color: rgba(0,0,0,0.1);*/
    background-color: transparent !important;
}

@media(max-width:1000px) {
    #firstImageBanner img {
        /*background: url(../images/simple_bg.png) no-repeat center;*/
        height: 650px;
        /*min-height: 100%;*/
        /*margin-top: -131px;*/
        display: block;
    }
}



.grecaptcha-badge {
    display: none !important;
}

.recaptchaTerms {
    color: #7d7d7d;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}





@media (max-width: 767px) {
    /*#firstImageBanner img {
        margin-top: -243px;
    }*/
    .header .header-lower .container {
        width: 100%;
        padding: 0;
    }

    .header .header-links a {
        padding: 10px 25px;
    }

    .header .header-links {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        float: initial;
    }
}

.flyout-main-wrapper .shopping-cart-link .ico-cart {
    padding-left: 22px;
    padding-right: 5px;
}

#mobile-menu {
    padding-left: 0;
}

    #mobile-menu ul li:first-child a {
        /*padding-left: 0;*/
    }

#firstImageBanner .container {
    position: relative;
}

#firstImageBanner .catDescription {
    position: absolute;
    left: 30px;
    top: 150px !important;
    width: 100%;
}

.nivoDescription {
    max-width: 346px;
}

#firstImageBanner .catDescription h1 {
    margin-bottom: 20px;
}

#firstImageBanner .catDescription a:hover {
    text-decoration: none;
}

#firstImageBanner .catDescription a {
    color: #333;
    width: 100%;
    height: 500px;
}

p {
    font-family: 'Montserrat', sans-serif;
}

@media(max-width:1200px) {
}

@media(max-width:1659px) {
    #firstImageBanner .catDescription {
        top: 60px !important;
    }
}

@media (max-width: 1050px) {
    .hideHS {
        display: block;
    }

    #customSideMenu {
        display: block;
    }

    #flyout-cart {
        margin: 0;
        float: right;
        margin-right: 10px;
    }

        #flyout-cart .shopping-cart-link .ico-cart {
            margin-top: 1px;
            margin-bottom: 1px;
        }

    .hideMenu {
        display: none;
    }

    .header-links .my-account {
        display: none;
    }

    .header-links .logout {
        display: none;
    }

    .header-links .login {
        display: none;
    }

    .header-links .register {
        display: none;
    }

    .mobile-lang-selector {
        display: block;
    }

    .top-menu-lang-ddwn .menu-content-wrapper-item {
        padding: 0px !important;
    }

    .top-change-currency .menu-content-wrapper-item {
        padding: 0px !important;
    }

    .top-change-currency {
        max-height: 20px;
    }
}

@media (min-width: 1051px) {
    .showHS {
        display: block;
    }

    .hideHS {
        display: none;
    }

    #customSideMenu {
        display: none;
    }

    .hideMenu {
        display: block;
    }
}


@media only screen and (max-width: 900px) and (min-width: 768px) {
    #customSideMenu nav {
        left: -250px;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 900px) {
    #customSideMenu nav {
        left: -270px;
    }
}

@media only screen and (max-width: 1050px) and (min-width: 1001px) {
    #customSideMenu nav {
        left: -250px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1050px) {
    .header .header-lower .container {
        width: 100%;
    }

    .header .nav a {
        padding: 10px 20px;
    }

    .header .header-links a {
        padding: 8px 8px;
    }
}


.catDescription h6 {
    color: #707070;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Arial;
}

h1 {
    font-family: 'PlayfairRegular';
    color: #393939;
    font-size: 40px;
    text-transform: uppercase;
}

.catDescription p {
    color: #393939;
    font-size: 14px;
    margin-bottom: 55px;
}

.hs-link-buttton {
    background-color: transparent !important;
    text-transform: uppercase !important;
    color: #363636 !important;
    border-bottom: 3px solid #bfbdca !important;
    padding: 0 0 5px 0 !important;
    font-weight: 300 !important;
}

.hs-link-buttton-dark {
    background-color: transparent !important;
    text-transform: uppercase !important;
    color: #363636 !important;
    border-bottom: 3px solid #393939 !important;
    padding: 0 0 5px 0 !important;
    font-weight: 300 !important;
}

    .hs-link-buttton-dark:hover {
        text-decoration: none;
    }

.home-page-category-grid .item-box .category-item a img {
    width: 31px;
    height: 31px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.product-category-item .picture .title {
    text-align: center;
}

    .product-category-item .picture .title a {
        color: #393939;
        font-size: 11px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 50px 0 18px;
        display: inline-block;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
    }

@media (min-width: 1001px) {
    .home-page-category-grid .item-box:hover {
        margin-bottom: 28px;
    }

        .home-page-category-grid .item-box:hover .category-item a img {
            width: 40px;
            height: 40px;
            margin-top: 14px;
        }

        .home-page-category-grid .item-box:hover .product-category-item .picture .title a {
            font-size: 14px;
            padding: 39px 0 18px;
        }
}

@media (max-width: 767px) {
    .category-grid .item-box .category-item {
        text-align: center;
    }

        .category-grid .item-box .category-item .picture a {
            display: inline-block;
            padding: 0;
            vertical-align: middle;
        }

        .category-grid .item-box .category-item .picture .title {
            display: inline-block;
            vertical-align: middle;
        }

        .category-grid .item-box .category-item .picture a img {
            width: 31px !important;
            height: 31px !important;
            margin-top: 0;
            margin-right: 15px;
        }
    /*.home-page-category-grid .item-box:hover .product-category-item .picture .title a {
        padding: 0;
        margin: 18px auto;
    }*/
    .category-grid .item-box .category-item, .home-news-slider .owl-buttons {
        margin-bottom: 0 !important;
    }

    .home-page-category-grid .item-box {
        padding: 20px 0;
        margin: 0 auto;
        /*border-bottom: 1px solid #dcdcdc;*/
    }

    .category-grid .item-box .category-item, .home-news-slider .owl-buttons {
        float: left;
        margin-left: 35px;
    }
}

.footer .footer-middle .column p {
    color: #7d7d7d;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    margin-top: -12px;
}

@media (min-width: 750px) {
    .item-box .product-item {
        min-height: 490px;
    }
}

.home-page .page-body .product-grid .item-box:first-child .thumbnail {
    /*background-color: #fbe8d7;*/
}

    .home-page .page-body .product-grid .item-box:first-child .thumbnail .product-item {
        background-color: #fbe8d7;
    }

.home-page .page-body .product-grid .item-box:last-child .thumbnail {
    /*background-color: #fbe8d7;*/
}

    .home-page .page-body .product-grid .item-box:last-child .thumbnail .product-item {
        background-color: #fbe8d7;
    }

#productRedirect {
    background-color: #fff;
    text-align: center;
    padding: 70px 0;
}

    #productRedirect h1 {
        text-align: center;
    }

    #productRedirect p {
        text-align: center;
        padding: 0 50px;
        margin-bottom: 20px;
    }

p {
    font-size: 13px;
}

#categoryRedirect {
    background-color: #fff;
    text-align: center;
}

    #categoryRedirect p {
        position: absolute;
        top: 127px;
        font-size: 26px;
        letter-spacing: 1px;
        font-weight: bold;
        padding: 0 40px;
        left: 0;
    }

.firstBanner {
    margin-bottom: 70px;
    position: relative;
}

    .firstBanner:hover {
        cursor: pointer;
    }

.secondBanner {
    position: relative;
}

#catDescription {
    position: absolute;
    left: 60px;
    top: 114px;
    width: 346px;
}

    #catDescription h6 {
        color: #707070;
        text-transform: uppercase;
        font-size: 11px;
        font-family: Arial;
    }

    #catDescription p {
        color: #393939;
        font-size: 14px;
        margin-bottom: 20px;
    }

    #catDescription h1 {
        margin-bottom: 20px;
    }

    #catDescription a:hover {
        text-decoration: none;
    }

/*@media (max-width: 1000px) {
    .firstBanner {
        display: none;
    }
    .secondBanner {
        display: none;
    }
}*/

.follow-us .social-wrapper li {
    display: inline-block;
}

.cart-qty {
    /*position: absolute;*/
    display: inline-block;
    vertical-align: top !important;
    margin-top: -8px;
}

@media (min-width:600px) and (max-width:1000px) {

    #firstImageBanner .nivo-main-image {
        height: 300px;
        max-height: 300px;
    }
}

@media (max-width: 1000px) {
    #firstImageBanner img {
        display: none;
    }

    #firstImageBanner {
        background-image: url(../images/simple_bg.png);
        background-repeat: no-repeat;
        max-height: 300px;
        height: 300px;
        margin-top: -137px;
    }


        #firstImageBanner .catDescription {
            left: 76px;
            top: 100px !important;
        }

    .home-page-category-grid .item-box {
        margin: 0 auto;
    }

    #firstImageBanner #headerSocial {
        display: none;
    }

    #firstImageBanner #headerSearch {
        top: 250px;
        right: 13% !important;
    }
}

@media (max-width: 600px) {
    #firstImageBanner .catDescription {
        left: 30px;
        top: 85px;
        width: auto;
    }

    .containerFullWidth {
        padding-right: 0;
        margin-top: -50px;
    }
}

@media (max-width: 800px) {
    #firstImageBanner .catDescription {
        left: 30px;
        top: 70px !important;
        width: auto;
    }

    .containerFullWidth {
        padding-right: 0;
        margin-top: -50px;
    }
}

@media (min-width:701) and (max-width: 800px) {
    .catDescription .sliderButton {
        display: none !important;
    }
}

@media (min-width: 72px) and (max-width: 766px) {
    #firstImageBanner #headerSearch {
        display: none;
    }

    #categoryHeaderBanner #headerSearch {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-logo img {
        width: 40px;
        height: auto;
    }

    .product-grid.home-page-product-grid {
        margin-top: 59px;
    }
}

@media (max-width: 1200px) {
    .master-column-wrapper .container {
        width: 100%;
    }

    .firstBanner #catDescription {
        top: 30px !important;
    }

    .secondBanner #catDescription {
        top: 30px;
    }
}

.badgeStyle {
    border-top: 2px solid #f1f0ee;
    padding-top: 10px;
    padding-bottom: 10px;
}


    .badgeStyle .img-responsive {
        height: 80px;
        display: inline;
    }

#firstImageBanner #headerSocial {
    /*position: absolute;*/
    /*top: 550px;*/
    z-index: 999 !important;
    /*margin-left: 371px;*/
}

@media (min-width: 1001px) and (max-width: 1500px) {
    #firstImageBanner #headerSocial {
        /*margin-left: 150px;*/
    }
}

#firstImageBanner #headerSocial ul {
    display: inline-block;
}

    #firstImageBanner #headerSocial ul li {
        float: left;
    }

        #firstImageBanner #headerSocial ul li a {
            color: #6e6d73;
        }



#headerSearch {
    /*position: absolute;*/
    /*top: 550px;*/
    /*right: 375px;*/
    z-index: 999 !important;
}

    /*@media (min-width: 1711px) and (max-width:1780px) {
    #headerSearch {
        right: 305px !important;
    }
    #categoryHeaderBanner #headerSearch {
        right: 305px !important;
    }
    #firstImageBanner #headerSocial {
        margin-left: 320px;
    }
}

@media (min-width: 1581px) and (max-width:1710px) {
    #headerSearch {
        right: 285px !important;
    }

    #categoryHeaderBanner #headerSearch {
        right: 285px !important;
    }

    #firstImageBanner #headerSocial {
        margin-left: 282px;
    }
}


@media (min-width: 1501px) and (max-width:1580px) {
    #headerSearch {
        right: 169px !important;
    }

    #categoryHeaderBanner #headerSearch {
        right: 169px !important;
    }

    #firstImageBanner #headerSocial {
        margin-left: 215px;
    }
}

@media (min-width: 1441px) and (max-width:1500px) {
    #headerSearch {
        right: 180px !important;
    }
    #categoryHeaderBanner #headerSearch {
        right: 180px !important;
    }

    #firstImageBanner #headerSocial {
        margin-left: 180px;
    }
}

@media (min-width: 1371px) and (max-width:1440px) {
    #headerSearch {
        right: 155px !important;
    }
    #categoryHeaderBanner #headerSearch {
        right: 155px !important;
    }

    #firstImageBanner #headerSocial {
        margin-left: 150px;
    }
}

@media (min-width: 1300px) and (max-width:1370px) {
    #headerSearch {
        right: 120px !important;
    }
    #categoryHeaderBanner #headerSearch {
        right: 120px !important;
    }

    #firstImageBanner #headerSocial {
        margin-left: 118px;
    }
}

@media (min-width:1211px) (max-width:1275px) {
    #headerSearch {
        right: 53px !important;
    }

    #categoryHeaderBanner #headerSearch {
        right: 53px !important;
    }

    #firstImageBanner #headerSocial {
        margin-left: 64px;
    }
}

@media (min-width:991px) (max-width:1210px) {
    #headerSearch {
        right: 10px !important;
    }
    #categoryHeaderBanner #headerSearch {
        right: 10px !important;
    }
    #firstImageBanner #headerSocial {
        margin-left: 25px;
    }
}

@media (max-width:990px) {
    #headerSearch {
        right: 140px !important;
    }

    #categoryHeaderBanner #headerSearch {
        right: 140px !important;
    }

    #firstImageBanner #headerSocial {
        margin-left: 64px;
    }
}*/


    #headerSearch .pen-title {
        color: #FFFFFF;
        margin-bottom: 0;
        text-align: center;
        text-shadow: 1px 1px 0 #000;
    }

    #headerSearch .pen-description {
        color: #FFFFFF;
        margin-bottom: 3rem;
        text-align: center;
        text-shadow: 1px 1px 0 #000;
    }

        #headerSearch .pen-description a {
            color: #FFFFFF;
            text-decoration: underline;
        }

    #headerSearch a {
        text-decoration: none;
    }

        #headerSearch a:hover {
            text-decoration: underline;
        }

    #headerSearch img {
        height: auto;
        max-width: 100%;
    }

    #headerSearch .wrap {
        max-width: 85.375rem;
        margin: 0 auto;
    }

    #headerSearch .image-as-background {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #headerSearch .screen-reader-text {
        height: auto;
        width: 1px;
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
    }

        #headerSearch .screen-reader-text:hover, #headerSearch .screen-reader-text:active, #headerSearch .screen-reader-text:focus {
            height: auto;
            width: auto;
            background-color: #000000;
            border-radius: 2px;
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            clip: auto !important;
            color: #FFFFFF;
            display: block;
            font-size: 0.875rem;
            font-weight: 700;
            left: 0.3125rem;
            line-height: normal;
            padding: 0.9375rem 1.4375rem 0.875rem;
            text-decoration: none;
            top: 0.3125rem;
            z-index: 100000;
        }

    #headerSearch .search-form {
        display: inline-block;
        float: right;
        position: relative;
        width: 100%;
    }

    #headerSearch .search-field,
    #headerSearch .search-submit {
        height: 3.75rem;
    }

    #headerSearch .search-field {
        /*position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    box-sizing: border-box;
    color: #95959d;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    opacity: 0;
    padding-right: 3.75rem;
    width: 0;
    z-index: 3;
    top: 0;*/
        position: absolute;
        right: 0;
        transition: all 0.5s ease-in-out;
        background-color: transparent;
        border: none;
        cursor: pointer;
        font-size: 14px;
        font-weight: 300;
        width: 103px;
        /*z-index: 3;*/
        top: 0;
    }

    #headerSearch ::-webkit-input-placeholder {
        color: #95959d;
        text-transform: uppercase;
    }

    #headerSearch .search-field:focus {
        cursor: text;
        opacity: 1;
        width: 250px;
        z-index: 1;
        background-color: #fff;
        border-radius: 20px;
        font-size: 14px;
        padding: 0 15px;
    }



    #headerSearch .search-submit {
        transition: all 0.2s ease-in-out;
        background-color: transparent;
        border: none;
        float: right;
        position: relative;
        width: 3.75rem;
        /*z-index: 2;*/
    }


    #headerSearch .fa-search {
        transition: all 0.2s ease-in-out;
        color: #8f9097;
        font-size: 15px;
    }

@media (max-width:500px) {
    #firstImageBanner {
        height: 400px;
        max-height: 400px;
    }


    .nivo-controlNav {
        display: none;
    }

    #headerSearch {
        top: 556px;
        right: 1%;
        width: 98%;
    }

        #headerSearch .search-form {
            width: 100%;
        }

        #headerSearch .search-field:focus {
            width: 100%;
        }

        #headerSearch .search-field {
            cursor: text;
            opacity: 1;
            width: 100%;
            z-index: 1;
            background-color: #fff;
            border-radius: 20px;
            font-size: 14px;
            padding: 0 15px;
        }

    #categoryRedirect p {
        font-size: 19px;
        padding: 0 10px;
    }

    #productRedirect h1 {
        font-size: 25px;
    }

    #productRedirect p {
        padding: 0 10px;
    }
}

@media (max-width: 400px) {
    #categoryRedirect p {
        top: 90px;
    }

    .catDescription .nivoDescription p {
        font-size: 15px !important;
        margin-top: 20px !important;
        max-width: 300px !important;
    }
}



.categoryHeader {
    position: absolute;
    top: 200px;
    z-index: 1;
    margin-left: 25px;
    max-width: 500px;
}

@media(max-width:1200px) {
    .categoryHeader {
        margin-left: 0 !important;
    }
}

.categoryHeader img {
    width: 35px;
    height: 35px;
    float: left;
    margin: 5px;
}

.categoryHeader h1 {
    float: left;
    margin: 0 0 15px 0;
    text-transform: none;
}

.categoryHeader h2 {
    float: left;
    margin: 0 0 15px 0;
    text-transform: none;
    font-family: 'PlayfairRegular';
    color: #393939;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    display: block;
}

.categoryHeader p {
    margin-left: 45px;
    width: 370px;
}

#categoryHeaderBanner {
    position: relative;
}




.category-page h2 {
    font-size: 30px;
    font-family: 'PlayfairRegular';
    margin-bottom: 0;
    text-decoration: none;
    color: #393939;
}

.category-page h5 {
    font-family: 'PlayfairRegular';
    font-size: 19px;
    margin-top: 0;
    text-transform: uppercase;
}

.category-page .leftSide p {
    font-size: 13px;
    color: #6d6d6d;
}

.specInfoDetails .manufProd {
    display: inline-flex;
    margin-bottom: 10px;
    width: 100%;
}

.specInfoDetails {
    margin-top: 20px;
}

    .specInfoDetails .sku {
        display: inline-flex;
        margin-bottom: 10px;
        width: 100%;
    }

    .specInfoDetails .availabilityProd {
        display: inline-flex;
        margin-bottom: 10px;
        width: 100%;
    }

        .specInfoDetails .availabilityProd img {
            margin: 3px;
        }

    .specInfoDetails p {
        float: left;
        color: #afaead;
        text-transform: uppercase;
        margin: 1px 10px 10px 0;
    }

    .specInfoDetails span {
        float: left;
        font-weight: bold;
        color: #393939;
    }

        .specInfoDetails span a {
            color: #0ca7eb;
        }

.hsAddtoCart {
    width: 100% !important;
    background-color: transparent !important;
    border: 2px solid #000 !important;
    color: #000 !important;
    text-transform: uppercase !important;
}

#updatecartbtn, #movetocart {
    display: none;
}

.quantityProd {
    border-top: 2px solid #f1f0ee;
    border-bottom: 2px solid #f1f0ee;
    padding: 15px 0;
}

    .quantityProd #add-to-cart-qty-input {
        width: 40px;
        text-align: center;
        border: 1px solid #e7e7e7;
        height: 29px;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-family: 'Montserrat', sans-serif !important;
    }

    .quantityProd p {
        margin-top: 4px;
    }

    .quantityProd span {
        float: inherit;
        border: 1px solid #e7e7e7;
        background-color: transparent;
        padding: 5px 8px;
    }

    .quantityProd #decQuantity {
        margin-right: -4px;
        border-right: 0px;
    }

    .quantityProd #incQuantity {
        margin-left: -4px;
        border-left: 0px;
    }

/*.csm-slider-category {
    display:block !important;
}*/

.productShortDescription {
    border-top: 2px solid #f1f0ee;
    border-bottom: 2px solid #f1f0ee;
    padding: 15px 0;
    font-family: 'Montserrat', sans-serif;
    /*margin: 25px 0;*/
    font-size: 13px;
    color: #6d6d6d;
    width: 75%;
}

.productShortDescriptionTwo {
    border-top: 2px solid #f1f0ee;
    border-bottom: 2px solid #f1f0ee;
    padding: 15px 0;
    font-family: 'Montserrat', sans-serif;
    margin: 25px 0 0 0;
    font-size: 13px;
    color: #6d6d6d;
    width: 100%;
}

.productShortDescriptionThre {
    padding: 15px 0;
    font-family: 'Montserrat', sans-serif;
    margin: 25px 0 0 0;
    font-size: 13px;
    color: #6d6d6d;
    width: 100%;
}

.specInfoDetails .price.actual-price {
    margin-top: 15px;
}


    .specInfoDetails .price.actual-price p {
        color: #000;
    }

    .specInfoDetails .price.actual-price span {
        float: right;
        /*line-height: auto;*/
        font-weight: bold;
    }

.specInfoDetails .add-info {
    margin-top: 70px;
}

.panel-heading {
    position: relative;
    text-align: center;
}

.featured-product-grid .page-title span {
    text-align: center;
    font-size: 14px;
    color: #606060;
    text-transform: uppercase;
    font-family: 'PlayfairRegular';
    font-weight: 700;
    letter-spacing: 2px;
}

/*.featured-product-grid .page-title h1::before {
            background: #f1f0ee;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            top: 8px;
            width: 27%;
        }


        .featured-product-grid .page-title h1::after {
            background: #f1f0ee;
            content: "";
            height: 1px;
            right: 0;
            position: absolute;
            top: 8px;
            width: 27%;
        }*/

/*.bgColorB {
    background: #f2f3f4 !important;
}

.bgColorA {
    background: #e9efef !important;
}*/



@media (max-width: 800px) {
    .productShortDescription {
        display: none;
    }

    .productFullDescription {
        display: none;
    }
}

@media (min-width: 800px) {
    .productShortDescriptionTwo {
        display: none;
    }
}

@media only screen and (max-width: 992px) and (min-width: 801px) {
    .product-grid .item-box, .item-box.product-grid {
        height: auto !important;
    }

    .productShortDescription {
        width: 100%;
    }
}


@media only screen and (min-width: 601px) and (max-width: 1000px) {
    .catPageHeader {
        margin-top: -10% !important;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1000px) {
    .categoryBannerSection {
        /*height:432px !important;*/
    }

    .categoryHeader {
        top: 150px;
    }

    .productHeader .productHeaderContainer {
        /*margin-top: 376px !important;*/
    }

    #categoryHeaderBanner:not(.productHeader) #headerSearch {
        /*margin-top: 368px !important;*/
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1780px) {
    .categoryBannerSection {
        /*height:432px !important;*/
    }

    .categoryHeader {
        top: 100px;
    }

    .productHeader .productHeaderContainer {
        margin-top: 450px !important;
    }

    #categoryHeaderBanner:not(.productHeader) #headerSearch {
        /*margin-top: 368px !important;*/
    }
}

@media (max-width: 992px) {
    .category-page .product-grid {
        margin-bottom: 60px;
    }
}

.categoryBannerSection {
    height: 594px;
    /*height:432px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}


@media (max-width: 1000px) {
    #categoryHeaderBanner .coverBanner {
        display: none;
    }

    .nivo-controlNav {
        display: none;
    }

    .categoryHeader {
        position: absolute;
        margin: 50px;
        top: 165px;
    }

    #categoryHeaderBanner {
        height: 400px;
    }

    #categoryHeaderBanner {
        /*background-color: #f9f9f9;*/
        height: auto;
    }

    .categoryBannerSection {
        height: 370px;
        background-position: center;
    }

    .categoryHeader .topBannerTitle * {
        /*margin-top: -30%;*/
        font-size: 22px !important;
    }

    .categoryHeader h1 {
        color: #000;
    }

    .categoryHeader p {
        color: #000;
        margin: auto;
    }
}

@media (max-width:767px) {
    .product-essential {
        margin-top: -300px;
    }

    .category-page {
        margin-top: -360px;
    }
}


@media (max-width: 600px) {
    .categoryHeader {
        margin: 50px 20px;
        top: 150px;
    }

    .categoryBannerSection {
        background-position: right;
        opacity: 0.8;
    }

    .categoryHeader h1 {
        /*font-size: 35px !important;*/
        font-size: 22px !important;
        margin-top: -120px;
    }

    .categoryHeader h2, .categoryHeader h2 span {
        font-size: 23px !important;
    }

    .categoryHeader .row p {
        max-width: 100% !important;
        text-align: left;
        /*margin-top:-20px;*/
        /*margin-top:-20%;*/
    }
}

@media (max-width: 500px) {
    .categoryHeader {
        margin: 0;
        width: 60%;
        left: 0;
        padding: 10px;
    }

        .categoryHeader .row {
            margin-left: 0;
            margin-right: 0;
        }

        .categoryHeader img {
            display: none;
        }
}

@media only screen and (max-width: 1700px) and (min-width: 1000px) {
    .categoryBannerSection {
        /*background-position: center center;*/
    }
}

#blogCategorySection {
    margin-bottom: 50px;
    margin-top: 0px;
}

@media only screen and (max-width: 1024px) {
    #blogCategorySection {
        margin-top: 100px;
    }
}

#blogCategorySection h1 {
    margin-bottom: 40px;
}

#blogCategorySection p {
    color: #979797;
}

.footer .follow-us span {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 3px;
}

@media (max-width: 600px) {
    .footer .social-wrapper {
        margin-bottom: 40px;
    }

    .footer .information {
        margin-bottom: 40px;
    }

    .footer .contact-wrapper {
        margin-bottom: 40px;
    }
}

.active-order-status {
    font-weight: bold;
    color: red;
}

.categoryProductPage p {
    border-top: 2px solid #f1f0ee;
    border-bottom: 2px solid #f1f0ee;
    color: #393939;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 20px 0;
    padding: 20px 0;
    display: inline-block;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

.categoryProductPage a:hover {
    text-decoration: none;
}

.leftSideProduct .product-reviews-overview {
    margin-top: 40px;
}

.product-essential {
    padding: 40px 0;
    padding-bottom: 0px;
}


.product-details-page .overview,
.product-details-page .gallery {
    margin-bottom: 40px;
    float: left;
    width: 100%;
    padding: 0 40px;
}

.specBoxDetails {
    padding: 25px;
    margin: 5px 20px;
    border: 1px solid #f1f0ee;
    overflow: auto;
}

    .specBoxDetails .prices span {
        line-height: 26px;
        font-size: 16px;
        font-weight: 700;
        color: #333;
        display: inline-block;
        width: auto;
    }

.productSpecDescript {
    margin: 25px 0;
}

    .productSpecDescript h2 {
        /*font-family: 'PlayfairRegular';*/
        color: #606060;
        font-size: 18px;
        margin: 15px auto;
    }

    .productSpecDescript p {
        color: #606060;
        text-align: justify
    }


.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.tabsEditFeat .panel-heading {
    margin-bottom: 0;
}

    .tabsEditFeat .panel-heading .panel-title {
        padding: 15px;
    }

.tabsEditFeat .panel-primary > .panel-heading {
    background-color: transparent;
    border: none;
}

.tabsEditFeat .panel {
    border: 2px solid #ededed;
    box-shadow: none;
}

.tabsEditFeat .panel-heading span {
    margin-top: -32px;
    margin-right: 10px;
}

.tabsEditFeat .panel-body {
    padding: 15px;
}

.product-essential .featured-product-grid {
    margin: 50px 0;
    margin-bottom: 25px;
}

.productblogSection span {
    text-transform: uppercase;
    color: #9d9d9d;
    font-size: 11px;
}

.productblogSection h3 {
    font-family: 'PlayfairBold';
    height: 130px;
}

@media (max-width: 991px) {
    .leftSideProduct {
        text-align: center;
    }

    .categoryProductPage p {
        width: 100%;
    }

    .productImgBig {
        display: none;
    }

    .productImgMobile {
        margin: 50px auto;
    }

    .productShortDescriptionThre {
        text-align: left;
        padding: 15px;
    }

    .leftSideProduct .product-reviews-overview {
        text-align: left;
        padding: 15px;
    }

    .product-details-page .product-reviews-overview .product-review-box {
        text-align: left !important;
    }

    .specBoxDetails {
        padding: 25px 13px;
        margin: 5px 0;
        border: 1px solid transparent;
    }

    .leftSideProduct .product-reviews-overview {
        margin-top: 10px;
    }

    .product-details-page .product-reviews-overview .product-review-links {
        margin-bottom: 0;
    }

    .productSpecDescript {
        text-align: center;
    }

    .featured-product-grid .page-title h1::after {
        width: 10%;
    }

    .featured-product-grid .page-title h1::before {
        width: 10%;
    }
}

@media (max-width: 991px) {
    .featured-product-grid .page-title h1::after {
        width: 0%;
    }

    .featured-product-grid .page-title h1::before {
        width: 0%;
    }
}

@media (min-width: 991px) {
    .productImgMobile {
        display: none;
    }
}

.blogPostBanner {
    height: 672px;
}

.blogTopBanner {
    margin-top: -131px;
    margin-bottom: 60px;
    z-index: 0;
}

#categoryHeaderBanner.blogTopBanner .categoryHeader p {
    margin-left: 0;
    margin: 35px 0;
}

#categoryHeaderBanner.blogTopBanner .categoryHeader h1 {
    text-transform: initial;
    width: 370px;
    font-size: 30px;
}

@media (max-width: 1000px) {
    #categoryHeaderBanner.blogTopBanner {
        height: 672px;
    }

        #categoryHeaderBanner.blogTopBanner .categoryHeader h1 {
            width: 100%;
        }
}

@media (max-width: 600px) {
    #categoryHeaderBanner.blogTopBanner .categoryHeader {
        margin: 50px 0;
        padding: 0 30px;
        left: 0;
        width: 60%;
    }
}

@media (max-width: 1000px) {
    #categoryHeaderBanner.blogTopBanner .categoryHeader {
        /*top: 0px;*/
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1000px) {
    #categoryHeaderBanner.blogTopBanner .categoryHeader {
        left: 113px;
    }
}

.blog-page h1 {
    text-transform: initial;
    font-size: 25px;
}

.blog-page p {
    margin: 20px 0;
}

.firstBannerImageBlog {
    float: right;
}

.blog-page .secondBanner {
    margin: 50px 0;
}

.blog-page .leftSideBlogPost p {
    margin: 25px 0;
}

.blog-page .rightSideBlogPost {
    background-color: #f5f5f5;
}

@media (min-width: 1300px) {
    .noMargin {
        margin: 0;
    }
}

@media (max-width: 1200px) {
    .master-column-wrapper .container {
        width: 90%;
    }
}

@media (max-width: 992px) {
    .blog-page .leftSideBlogPost p {
        margin: 30px 0;
    }

    .leftSideBlogPost {
        padding: 0;
    }

        .leftSideBlogPost .col-md-6 img {
            display: none;
        }

    .blog-page .hs-link-buttton {
        margin: 5px 0 40px 0;
        display: inline-block;
    }

    .blog-page .firstBannerImageBlog {
        margin-bottom: 40px;
    }

    .blog-page .rightSideBlogPost {
        padding: 25px;
    }
}

.box-shadow-wrapper {
    box-shadow: none;
}

.form-control {
    border: 2px solid #edeef1;
    box-shadow: none;
}

.form-group label {
    line-height: 2.1;
}

.search-page .price-range-from, .search-page .price-range-to {
    line-height: 2.1;
}

.order-list-page .order-item strong {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
}

.order-list-page .order-item p {
    color: #afb3b6;
}

.account-page .order-details-button {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
}

.hs-link-buttton:hover {
    text-decoration: none;
    border-bottom: 3px solid #363636 !important;
}

.header .header-links li:last-child a {
    padding-right: 0;
}

.footer-middle .title img {
    display: inline-block;
    margin-left: -30px;
    margin-right: 10px;
    margin-top: -13px;
}

@media only screen and (max-width: 1060px) and (min-width: 992px) {
    .footer-middle .title img {
        margin-left: -41px;
        margin-right: 3px;
    }
}

@media (max-width: 767px) {
    .footer-middle .title img {
        display: block;
        margin: 25px auto;
    }
}

#categoryHeaderBanner.productHeader .categoryHeader h1 {
    font-size: 40px;
}


#categoryHeaderBanner.productHeader .categoryHeader p {
    margin-left: 0;
}

.contact-page {
    margin-top: 30px;
}

.contactHeader {
    top: 120px;
    margin-left: 25px;
    /*z-index: 1 !important;*/
}

    .contactHeader h2 {
        z-index: 1 !important;
    }

.product-page-reviews-container {
    display: none;
}

.toggle-benefits-reviews {
    cursor: pointer;
    text-transform: uppercase;
    color: #adadad;
    font-weight: bold;
    vertical-align: middle;
}

.toggle-benefits-reviews-active {
    color: #606060;
}

.toggle-benefits-reviews-slash {
    color: #e9e9e9;
    font-size: 70px !important;
    vertical-align: middle;
    font-family: 'PlayfairRegular';
    transform: rotate(-30deg);
    display: inline-block;
    padding: 0 20px;
    margin-top: -5px;
}

.product-reviews-benefits {
    margin-top: 0px;
}

.benefits-reviews-toggle-title {
    text-align: center;
}

.product-page-review-text {
    font-size: 17px;
    margin-top: 17px;
    font-weight: bold;
    color: #393939;
    font-family: 'Nunito', sans-serif;
}

.contact-us-header {
    background-color: #F8F8F6;
    height: 300px;
    margin-top: -130px;
}

.top-menu-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 4px;
}

.reviewLineCustomerAvatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    vertical-align: bottom;
}

.review-line-customer-name {
    margin-top: 0px;
}

.review-row {
    margin-bottom: 40px;
}

/* PULSE ANIMATION START */

.pulse-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 330px;
    margin: 130px auto;
}

.circle {
    width: 330px;
    height: 330px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #e7d59a;
}

.pulse-ring {
    width: 350px;
    height: 350px;
    border: 1px solid #e7d59a;
    border-radius: 50%;
    position: absolute;
    animation: pulsate infinite ease-in-out 1.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-direction: alternate-reverse;
}

.red-medium-circle {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #e7d59a;
    animation: pulsatescnd infinite 1.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-direction: alternate-reverse;
}


@keyframes pulsate {
    0% {
        transform: scale(1.15, 1.15);
        opacity: 0.3;
    }

    50% {
        opacity: 0.4;
    }

    75% {
        opacity: 0.5;
    }

    100% {
        transform: scale(1.15, 1.15);
        opacity: 0.6;
    }
}

@keyframes pulsatescnd {
    0% {
        transform: scale(1.2, 1.2);
        opacity: 0.1;
    }

    50% {
        opacity: 0.2;
    }

    75% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0.4;
    }
}


.benefits-picture-in-circle {
    width: 225px;
}

.benefit-dot {
    background-image: url('../images/benefits-inactive-dot.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 35px;
    height: 35px;
}

.benefit1-dot {
    top: -90px;
    right: 100px;
}

.benefit2-dot {
    top: 190px;
    left: -89px;
}

.benefit3-dot {
    top: 218px;
    left: 332px;
    opacity: 1 !important
}

.benefit-anim-title {
    font-family: 'Montserrat', sans-serif;
    color: #606060;
    display: block;
}

.benefit-anim-title-right {
    margin-left: 45px;
    position: absolute;
    background-color: white;
    padding: 2px;
}

.benefit-anim-title-left {
    margin-left: -126px;
    margin-top: 20px;
    position: absolute;
}

.benefit-dot:hover {
    background-image: url('../images/benefits-active-dot.png');
}

.benefit-anim-title-right .btd {
    text-align: left;
    display: block;
}

.benefit-anim-title-left .btd {
    display: block;
    text-align: left;
    min-width: 100px;
}

.benefit-anim-title-left .btt {
    display: block;
    text-align: left;
}

.benefit-anim-title-left span {
    width: 100%;
    display: block;
}

.benefit-anim-title .btd {
    font-size: 10px;
    display: none;
}

.benefit-anim-title .btt {
    font-size: 15px;
}

.benefit-dot:hover .benefit-anim-title .btd {
    display: block;
}


@media screen and (max-width: 768px) {
    .homePageTitleBorder {
        margin-bottom: 130px !important;
    }
}


@media screen and (max-width: 772px) {
    .benefit-anim-title .btd {
        background-color: #fff;
        z-index: 9999;
        position: relative;
        padding: 11px;
    }

    .benefit-anim-title-left span {
        width: 146%;
    }

    .pulse-container {
        width: 215px;
        height: 215px;
    }

        .pulse-container .circle {
            width: 215px;
            height: 215px;
        }

    .pulse-ring {
        width: 235px;
        height: 235px;
    }

    .red-medium-circle {
        width: 285px;
        height: 285px;
    }

    .benefit3-dot {
        top: 221px;
        left: 66px;
    }

    .benefit2-dot {
        top: 124px;
        left: -41px;
    }

    .benefit1-dot {
        top: -39px;
        right: 133px;
    }

    .benefits-picture-in-circle {
        width: 135px;
    }

    .benefit-anim-title-left {
        margin-left: -21px;
        margin-top: 35px;
        padding: 4px;
        border-radius: 5px;
    }

    .benefit-anim-title-right {
        padding: 4px;
        border-radius: 5px;
        margin-left: 35px;
    }

    .btt, .btd {
        background-color: #fff;
    }
}

@media screen and (min-width: 555px) and (max-width: 775px) {
    .benefit-anim-title-left {
        margin-left: 48px;
    }

        .benefit-anim-title-left .btt,
        .benefit-anim-title-left .btd {
            background-color: #fff;
        }
}


/*@media (min-width:391px) and (max-width: 554px){
        .benefit-anim-title-left .btt,
        .benefit-anim-title-left .btd {
            max-width:100px;
            margin-left:80px;
        }
        /*@media (max-width: 390px) {
            .benefit-anim-title-left .btt,
            .benefit-anim-title-left .btd {
                max-width: 100px;
                margin-left: 80px;
            }
        }*/
@media screen and (max-width: 328px) {
    .product-reviews-benefits {
        padding-right: 0px;
        padding-left: 0px;
    }
}


.btt, .btd {
    width: 150px;
    display: block;
}

/* PULSE ANIMATION END */

.detail-in-box-container {
    margin-top: 0px !important;
}


.order-item-detail p {
    text-transform: uppercase;
    color: #acb1b4;
}

.order-item-detail span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #c0c0c0;
}

    .order-item-detail span.active-order-status {
        color: #89f5c5;
    }

.page.account-page.order-list-page .btn {
    padding: 10px 50px;
}

.infoProdTit h1 {
    font-family: 'PlayfairRegular';
    color: #393939;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0;
}

.infoProdTit p {
    color: #393939;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

.itemProdPric {
    line-height: 26px;
    font-size: 16px;
    font-weight: 700;
    color: #333 !important;
    display: inline-block;
    width: auto;
}

.infoProdTit {
    vertical-align: middle;
    margin: 0 50px;
}

.page.account-page .quantityProd {
    border: none;
    display: inline-block;
    float: right;
}

/*.page.account-page .quantityProd #incQuantity {
    margin-left: -4px;
}*/

.cartAccountTit h1 {
    font-family: 'PlayfairRegular';
    color: #393939;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0;
}

.cartAccountTit p {
    color: #393939;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

.product-unit-price {
    color: #000;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.product-subtotal {
    color: #000;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.productTabRev {
    border-bottom: 2px solid #edeef1;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
}

    .productTabRev h1 {
        font-family: 'PlayfairRegular';
        color: #393939;
        font-size: 19px;
        text-transform: uppercase;
        margin: 0;
    }

    .productTabRev p {
        color: #393939;
        font-size: 9px;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 0;
    }

    .productTabRev .review-info {
        display: inline-block;
        float: right;
    }

    .productTabRev .review-info {
        color: #c6c6c6;
    }

.panel {
    box-shadow: none;
}

.wishlist-content .panel {
    border: none;
}

.cart-item-row td.product h1 {
    font-family: 'PlayfairRegular';
    color: #393939;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0;
}

.cart-item-row td.product p {
    color: #393939;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

.cart.table.table-bordered.table-condensed {
    margin-bottom: 50px;
}

.cart-item-table .order-totals {
    padding: 0;
}

.product-review-item .product-review-box {
    margin: 10px 0;
}

.remove-from-cart span i {
    cursor: pointer;
}

.order-list-page .order-item-detail p {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.orderButtonsList {
    margin: 20px 0;
}

.titlDiv p {
    padding-top: 5px;
}

.page.account-page.order-list-page .order-item-detail span {
    padding-top: 6px;
}

/*.page.account-page.order-list-page .order-item-detail .quantityProd #incQuantity {
    margin-left: -4px;
}*/

.page.account-page.order-list-page {
    max-height: 506px;
    overflow: hidden;
    overflow-y: scroll;
}

    .page.account-page.order-list-page::-webkit-scrollbar {
        width: 6px;
        background-color: transparent;
    }

    .page.account-page.order-list-page::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px #e8e8e8;
        background-color: #e8e8e8;
    }


.gradPage {
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    display: block;
    width: 94%;
    height: 150px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.review-title img {
    border-radius: 50%;
    width: 65px;
    height: auto;
}

.customer-info.customer-info-icon i {
    margin-left: 10px;
}

.add-to-wishlist {
    margin-left: 20px;
}

    .add-to-wishlist i {
        font-size: 17px;
    }

    .add-to-wishlist .add-to-wishlist-button {
        background-color: transparent;
        border: none;
        color: #b8b7b6;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Nunito', sans-serif;
    }

.specInfoDetails .add-to-wishlist {
    margin-left: 0;
    margin-top: 15px;
}

#loginModal .modal-header {
    border: none;
}

#registerModal .modal-header {
    border: none;
}


#loginModal h1 {
    text-align: center;
    font-size: 25px;
    text-transform: capitalize;
    color: #393939;
}

#loginModal p {
    text-align: center;
    color: #a9a9a9;
}

.flyoutRegisterTitle span {
    text-align: center;
    font-size: 25px;
    text-transform: capitalize;
    color: #393939;
    font-family: 'PlayfairRegular';
    font-weight: 500;
    line-height: 1.1;
    margin-left: 36%;
}

#registerModal p {
    text-align: center;
    color: #a9a9a9;
    margin-bottom: 35px;
}

#loginModal .form-control {
    width: 50%;
    margin: 15px auto;
    border-bottom: 1px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
}

#loginModal .flyout-cart-left {
    margin: 35px 0;
}

    #loginModal .flyout-cart-left a {
        color: #393939;
        border-bottom: 1px solid #c9c9c9;
        padding-bottom: 2px;
    }

        #loginModal .flyout-cart-left a:hover {
            text-decoration: none;
        }


    #loginModal .flyout-cart-left p {
        color: #393939;
    }

    #loginModal .flyout-cart-left i {
        color: #393939;
    }

#loginModal .flyout-cart-right {
    text-align: center;
    margin: 35px auto;
}

    #loginModal .flyout-cart-right #loginFlyOutButton {
        text-transform: uppercase;
        padding: 14px 40px;
        background-color: transparent;
        border: 2px solid #000;
        color: #3f3f3f;
    }



    #loginModal .flyout-cart-right a {
        display: inline-block;
        vertical-align: baseline;
        text-transform: uppercase;
        border-bottom: 1px solid #c9c9c9;
        margin: 0 10px;
        color: #3f3f3f;
    }

        #loginModal .flyout-cart-right a span {
            font-size: 13px;
        }

.section.address-item .address1 {
    width: 83%;
}

.section.address-item p {
    border: 1px solid #c9c9c9;
    padding: 15px 25px;
    font-weight: 600;
    color: #424242;
}

.section.address-item label {
    color: #a2a2a2;
    font-weight: 300;
}

@media (max-width: 636px) {
    .section.address-item .address1 {
        width: 100%;
    }
}

.order-overview .order-number {
    text-align: left;
}


.order-overview-content {
    text-align: left;
    border-bottom: 1px solid #000;
}

.alert-info {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

#registerModal .form-control {
    border-bottom: 1px solid #000;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

#registerModal #flyout-register-button {
    background-color: transparent;
    width: 100%;
    color: #525252;
}

#registerModal .page-body.form-horizontal {
    padding: 0 8%;
}

.cart-box-wrapper .btn {
    background-color: transparent;
    border: 2px solid #e3e3e3;
    color: #232323;
}


label[for="totalprice"] {
    float: left;
    line-height: 2.4;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 15px;
}

.cart-box-wrapper .totalprice {
    color: #000;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    line-height: 2.4;
    float: left;
    padding-left: 0px;
}

.order-totals {
    margin-top: 10px;
}

.current-code {
    display: block;
}

.checkout-button.checkout-new {
    background-color: transparent;
    border: 2px solid #393939;
    color: #393939;
}

#shopping-cart-form .message.bg-danger {
    margin-top: 15px;
    display: block;
}

#shopping-cart-form .message.bg-success {
    margin-top: 15px;
    display: block;
}

.current-code .applied-discount-code.bg-success {
    margin-top: 15px;
    padding: 5px;
    display: block;
}

    .current-code .applied-discount-code.bg-success .remove-discount-button {
        float: right;
    }


@media (min-width: 992px) {

    .discount-button div:first-child {
        padding-left: 0;
        margin-top: 24px;
    }

    .discount-button div:nth-child(2) {
        margin-top: 24px;
    }

    .discount-button div:last-child {
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .discount-button div:first-child {
        margin-bottom: 10px;
    }

    .discount-button div:last-child {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1140px) and (min-width: 992px) {
    .vouTab {
        width: 50%;
    }

    .ordeTab {
        width: 50%;
    }

    label[for="discountcouponcode"] {
        margin-bottom: 0;
    }

    label[for="totalprice"] {
        padding-left: 0;
    }
}

@media only screen and (max-width: 992px) and (min-width:767px) {
    label[for="discountcouponcode"] {
        margin-bottom: 0;
    }

    label[for="totalprice"] {
        padding-left: 0;
    }

    .ordeTab {
        display: inline-block;
    }

    .vouTab {
        display: inline-block;
    }

    .shopping-cart-page .coupon-box {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .update-continue-button {
        display: none;
    }

    .shopping-cart-page .coupon-box {
        margin-bottom: 0;
    }

    .discount-button {
        margin-top: 0;
    }

    .order-summary-content .checkout-buttons {
        padding-left: 15px;
        padding-right: 15px;
    }

    .order-summary-content table {
        box-shadow: none;
    }

    .order-summary-content .product-picture {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .product-wrapper .product-content-wrapper .product-image {
        float: initial !important;
    }

    .product-wrapper .product-content-wrapper .product-name-sku {
        width: 100%;
        text-align: center;
        float: initial;
    }

        .product-wrapper .product-content-wrapper .product-name-sku .product {
            text-align: center;
            width: 100%;
            display: grid;
        }

    .shopping-cart-page .product > a {
        font-family: 'PlayfairRegular';
        color: #393939;
        font-size: 19px;
        text-transform: uppercase;
        margin: 0;
    }

    .order-summary-content .panel.panel-default.cart-item-table table tr td {
        background-color: #fff;
    }

    .wishlist-content .panel.panel-default table tbody tr, .order-summary-content .panel.panel-default.cart-item-table table tbody tr {
        background-color: #fff !important;
    }

    .wishlist-content .panel.panel-default .cart.table, .order-summary-content .panel.panel-default.cart-item-table .cart.table {
        border: none !important;
    }
}

@media (max-width: 600px) {
    .coupon-box .cart-box-wrapper label {
        width: 45%;
        margin-bottom: 0;
    }

    .coupon-box .cart-box-wrapper #discountcouponcode {
        width: 45%;
    }

    .cart-box-wrapper .totalprice {
        width: 45%;
    }
}

@media (max-width: 480px) {
    .mobUnitPrice {
        display: none;
    }
}

.registerBadField {
    border-bottom: 2px solid #e75972 !important;
}

#registerModal .modal-dialog .modal-content, #loginModal .modal-dialog .modal-content {
    border-radius: 0px !important;
}

@media (max-width: 767px) {
    #flyout-cart .shopping-cart-link {
        margin-top: 0;
        display: inline-block;
        vertical-align: bottom;
        padding-top: 7px;
    }

    .header .header-links li:last-child a {
        padding-top: 0;
        margin-top: 0;
    }

    .cart-qty {
        margin-top: -12px;
    }

    .header .header-links .cart-label {
        display: none;
    }
}

.page.login-page .page-title h1 {
    text-align: center;
}

.page.login-page .login-button {
    text-transform: uppercase;
    padding: 14px 40px;
    background-color: transparent;
    border: 2px solid #000;
    color: #3f3f3f;
    width: 100%;
}

.page.registration-page .page-title h1 {
    text-align: center;
}

.page.registration-page #register-button {
    text-transform: uppercase;
    padding: 14px 40px;
    background-color: transparent;
    border: 2px solid #000;
    color: #3f3f3f;
    width: 100%;
}

.blogMarginTop {
    margin-top: 50px;
    margin-bottom: 30px;
}

.page.registration-page .form-control {
    border-bottom: 1px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
}

.page.registration-page .panel-heading {
    text-align: center;
}

    .page.registration-page .panel-heading p {
        margin-top: 5px;
        text-align: center;
        color: #a9a9a9;
        margin-bottom: 35px;
    }

.page.login-page .panel-heading p {
    margin-top: 5px;
    text-align: center;
    color: #a9a9a9;
    margin-bottom: 35px;
}


.page.login-page .form-control {
    border-bottom: 1px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
}

.page.login-page .panel-heading {
    text-align: center;
}

#catDescription p.description {
    color: #707070;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Arial;
}

#categoryRedirect p.description {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: initial;
    margin-top: 38px;
    font-family: Arial;
}

.search-product-item-box {
    opacity: 1;
}

#advanced-search-block {
    display: none;
}

.page.search-page .search-input .btn.add-to-cart-button {
    padding: 5px 15px;
}

.mobilpayfooterlogo {
    width: 150px;
}

.paymentMethodSection {
    width: 258px !important;
    display: inline-block;
}

.cart-box-wrapper .totalprice {
    line-height: 22px;
}

.transportexp {
    font-size: 10px;
}

.confirm-page-order-totals {
    text-align: right;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
}

    .confirm-page-order-totals .transportexp {
        display: none;
    }

@media only screen and (max-width: 1136px) and (min-width:1051px) {
}

.title.main-title i {
    float: right;
    margin: 5px;
}

@media (min-width: 768px) {
    .title.main-title i {
        display: none;
    }
}

@media (max-width: 728px) {
    /*.category-grid.home-page-category-grid {
        display: none;
    }*/

    #headerSocial {
        display: none;
    }

    #headerSearch {
        display: none;
    }

    .secondBanner {
        margin-top: 50px;
        height: auto;
        width: 100% !important;
        padding: 0;
        /*background-position: left bottom;*/
    }

        /*.secondBanner img {
                display: none;
            }*/

        .secondBanner #catDescription {
            top: 0;
            left: 0;
            position: relative;
            padding: 25px 15px;
            width: auto;
        }

    .firstBanner {
        margin-top: 50px;
        height: auto;
        width: 100% !important;
        padding: 0;
        /*background-position: center center;*/
    }

        /*.firstBanner img {
                display: none;
            }*/

        .firstBanner #catDescription {
            left: 0;
            position: relative;
            padding: 25px 15px;
            width: auto;
        }

    .containerFullWidth {
        padding-right: 0;
    }

    .page.account-page.order-list-page .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .mobCarousel {
        margin-top: -118px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

        .mobCarousel .item-box {
        }

            .mobCarousel .item-box .product-title {
                height: 38px;
            }

            .mobCarousel .item-box.product-grid {
                display: inline-block;
                flex: 0 0 75%;
            }

        .mobCarousel .thumbnail {
            background-color: transparent;
        }

    .page.home-page .prodBoxCont {
        width: 100%;
        padding: 0;
    }

    .mobCarouselBottom {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .mobCarouselBottom .item-box.product-grid {
            display: inline-block;
            flex: 0 0 75%;
        }

        .mobCarouselBottom .thumbnail {
            background-color: transparent;
        }

    .product-content-wrapper .product-image .product-picture {
        text-align: center;
    }
}

@media (min-width: 729px) {
    .secondBanner {
        background-image: none !important;
    }

    .firstBanner {
        background-image: none !important;
    }
}



@media only screen and (max-width: 1150px) and (min-width: 729px) {
    .firstBanner {
        width: 100% !important;
        padding: 0;
    }

    .secondBanner {
        width: 100% !important;
        padding: 0;
    }
}

@media (max-width: 1000px) {
    .productHeader.contact-us-header {
        height: 272px !important;
    }
}

@media (max-width: 500px) {
    .productHeader.contact-us-header {
        height: 230px !important;
    }
}

@media (max-width: 920px) {
    .page.blog-page .page-body .secondBanner {
        /*display: none;*/
    }
}

@media (max-width: 991px) {
    .firstBannerImageBlog {
        width: 100%;
    }
}

.order-details-page .section .panel.panel-default {
    box-shadow: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.btn.btn-default.return-items-button {
    border: 2px solid #000;
    background-color: #000;
}

@media (max-width: 650px) {
    .page.order-details-page .actions .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width:636px) {
    .section.address-item .info .buttons {
        display: none;
    }
}

@media (min-width: 636px) {
    .address-list-page .remBtn {
        display: none;
    }
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
}

@media (max-width: 636px) {
    .page.search-page .page-title.panel-heading {
        display: none;
    }

    .page.search-page .page-body {
        margin-top: 50px;
    }

    .page.search-page .search-text.form-control {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #000;
    }

    .page.search-page .search-input .btn.add-to-cart-button {
        padding: 15px !important;
        border: 1px solid #ddd !important;
        color: #333 !important;
    }

    .page.search-page .category-grid .item-box {
        border: 1px solid #ddd;
        width: 50%;
        padding: 50px 0;
        min-height: 183px;
    }

    .page.search-page .category-grid {
        display: block !important;
    }

    .page.search-page .forSearcPage {
        width: 100%;
    }

    .page.search-page .category-grid .item-box .category-item .picture a {
        display: block;
        text-align: center;
        font-size: 11px;
    }

    .page.search-page .category-grid .item-box .category-item {
        text-align: center;
        float: inherit;
        margin: auto;
        width: 100%;
    }

        .page.search-page .category-grid .item-box .category-item .picture a img {
            margin: auto;
        }

        .page.search-page .category-grid .item-box .category-item .picture .title {
            margin-top: 20px;
        }
}

@media (min-width: 636px) {
    .page.search-page .forSearcPage {
        display: none;
    }
}

.discount-amount-label {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    #flyout-cart .searchLoop {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        padding: 0 10px;
    }

        #flyout-cart .searchLoop a {
            padding: 0;
        }

        #flyout-cart .searchLoop a {
            opacity: 0.2;
        }
}

.apply-reward-points[data-applied=true],
.apply-reward-points[data-applied=True] {
    border-color: #393939 !important;
}

.use-reward-points {
    display: none;
}

@media only screen and (max-width: 768px) and (min-width: 400px) {
    #flyout-cart {
        margin-right: 0px;
    }

    #customMenuTrigger {
        left: 50px;
        top: 7px;
    }
}

@media (max-width: 400px) {
    #customMenuTrigger {
        left: 40px;
        top: 7px;
    }

    .header .header-links {
        margin-left: 0;
        margin-right: 0;
    }

        .header .header-links ul {
            float: left;
        }
}

@media only screen and (max-width: 900px) and (min-width: 768px) {
    #customMenuTrigger {
        left: 1%;
        top: 23px;
    }
}

.login-page-form-buttons .register,
.login-page-form-buttons .remember-me {
    vertical-align: top;
    display: inline-block;
}

.login-page-form-buttons .register {
    float: left;
    margin-left: 15px;
}

.login-page-form-buttons .remember-me {
    float: right;
}

.login-page-form-buttons .register a {
    color: #333333;
}

.reward-points-status {
    padding-right: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #949494;
}

.reward-points-f1 {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.earned-p {
    float: right;
}

.reward-points-f2 {
    padding-right: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #949494;
    margin-top: 7px;
}

.reward-points-hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 1em 0;
    padding: 0;
}

.reward-more-info {
    padding-right: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #949494;
    margin-top: 7px;
    border-bottom: 1px solid #949494;
}

    .reward-more-info:hover {
        text-decoration: none;
        color: #949494;
    }

.reward-points-f3 {
    color: #3e3e3e;
    font-weight: bold;
    font-size: 12px;
}

.my-points {
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
}

.progress-bar.Silver {
    background: #f6f8f9; /* Old browsers */
    background: -moz-linear-gradient(top, #f6f8f9 0%, #b1afb5 1%, #f4fafc 35%, #e6e9ed 59%, #abadb5 100%, #f5f7f9 100%, #c9ced3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f6f8f9 0%,#b1afb5 1%,#f4fafc 35%,#e6e9ed 59%,#abadb5 100%,#f5f7f9 100%,#c9ced3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f6f8f9 0%,#b1afb5 1%,#f4fafc 35%,#e6e9ed 59%,#abadb5 100%,#f5f7f9 100%,#c9ced3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#c9ced3',GradientType=0 ); /* IE6-9 */
    border-radius: 0px !important;
}

.progress-bar.Gold {
    background: #ffd65e; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffd65e 0%,#febf04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
    border-radius: 0px !important;
}

.progress-bar.Platinum {
    background: #e0e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #e0e2e2 1%, #b3babc 100%, #f5f7f9 100%, #d7dee3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e0e2e2 1%,#b3babc 100%,#f5f7f9 100%,#d7dee3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e0e2e2 1%,#b3babc 100%,#f5f7f9 100%,#d7dee3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e2e2', endColorstr='#d7dee3',GradientType=0 ); /* IE6-9 */
    border-radius: 0px !important;
}

.progress {
    border-radius: 0px !important;
}

.account-page {
    padding-top: 25px;
}

.top-line {
    display: none;
    height: 1px;
    background-color: #ccc;
}

.cart.table tbody .cart-item-row:first-child {
    border-top: 0px !important;
}

.account-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
    vertical-align: bottom;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

    .account-bullet.Standard {
        background-color: #000;
    }

    .account-bullet.Silver {
        background: #f6f8f9; /* Old browsers */
        background: -moz-radial-gradient(top, #f6f8f9 0%, #b1afb5 1%, #f4fafc 35%, #e6e9ed 59%, #abadb5 100%, #f5f7f9 100%, #c9ced3 100%); /* FF3.6-15 */
        background: -webkit-radial-gradient(top, #f6f8f9 0%,#b1afb5 1%,#f4fafc 35%,#e6e9ed 59%,#abadb5 100%,#f5f7f9 100%,#c9ced3 100%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(to bottom, #f6f8f9 0%,#b1afb5 1%,#f4fafc 35%,#e6e9ed 59%,#abadb5 100%,#f5f7f9 100%,#c9ced3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#c9ced3',GradientType=0 ); /* IE6-9 */
    }

    .account-bullet.Gold {
        background: #ffd65e; /* Old browsers */
        background: -moz-radial-gradient(top, #ffd65e 0%, #febf04 100%); /* FF3.6-15 */
        background: -webkit-radial-gradient(top, #ffd65e 0%,#febf04 100%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(to bottom, #ffd65e 0%,#febf04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
    }

    .account-bullet.Platinum {
        background: #e0e2e2; /* Old browsers */
        background: -moz-radial-gradient(top, #e0e2e2 1%, #b3babc 100%, #f5f7f9 100%, #d7dee3 100%); /* FF3.6-15 */
        background: -webkit-radial-gradient(top, #e0e2e2 1%,#b3babc 100%,#f5f7f9 100%,#d7dee3 100%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(to bottom, #e0e2e2 1%,#b3babc 100%,#f5f7f9 100%,#d7dee3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e2e2', endColorstr='#d7dee3',GradientType=0 ); /* IE6-9 */
    }

.loyalty-generated-card {
    width: 432px;
    height: 228px;
    border-radius: 15px;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.loyalty-generated-card-standard {
    background-image: url("loyalty-card-STANDARD.png");
    width: 432px;
    height: 228px;
    border-radius: 15px;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.loyalty-generated-card-silver {
    background-image: url("loyalty-card-SILVER.png");
    width: 432px;
    height: 228px;
    border-radius: 15px;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.loyalty-generated-card-gold {
    background-image: url("loyalty-card-GOLD.png");
    width: 432px;
    height: 228px;
    border-radius: 15px;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.loyalty-generated-card-platinum {
    background-image: url("loyalty-card-PLATINUM.png");
    width: 432px;
    height: 228px;
    border-radius: 15px;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.card-top img {
    /*filter: invert(100%);*/
    width: 18px;
    display: inline-block;
}

.card-top {
    margin-top: 15px;
    display: inline-block;
    margin-left: 15px;
}

    .card-top span {
        display: inline-block;
        margin-left: 10px;
        color: #fff;
        font-size: 11px;
    }

.card-customer-name {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
    font-weight: bold;
    width: 85%;
    padding-top: 55px;
}

.card-code-title {
    font-size: 8px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.card-code {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.card-customer-code {
    margin-left: 20px;
    margin-top: 15px;
    display: block;
}

.card-bottom {
    display: block;
    color: #fff;
    padding-left: 20px;
    padding-top: 45px;
    font-size: 7px;
    text-align: left;
    width: 60%
}

.card-right-section {
    width: 10%;
    height: 200px;
    position: absolute;
    margin-top: 0px;
    top: 0px;
    right: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .card-right-section p {
        -webkit-transform: rotate(-270deg);
        /* Firefox */
        -moz-transform: rotate(-270deg);
        /* IE */
        -ms-transform: rotate(-270deg);
        /* Opera */
        -o-transform: rotate(-270deg);
        /* Internet Explorer */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        text-align: center;
        height: 200px;
        margin-left: -180px;
        position: relative;
        text-transform: uppercase;
        font-weight: bold;
    }


    .card-right-section.Standard {
        color: #fff;
    }

    .card-right-section.Silver {
        color: #000;
        background: #f6f8f9; /* Old browsers */
        background: -moz-radial-gradient(top, #f6f8f9 0%, #b1afb5 1%, #f4fafc 35%, #e6e9ed 59%, #abadb5 100%, #f5f7f9 100%, #c9ced3 100%); /* FF3.6-15 */
        background: -webkit-radial-gradient(top, #f6f8f9 0%,#b1afb5 1%,#f4fafc 35%,#e6e9ed 59%,#abadb5 100%,#f5f7f9 100%,#c9ced3 100%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(to bottom, #f6f8f9 0%,#b1afb5 1%,#f4fafc 35%,#e6e9ed 59%,#abadb5 100%,#f5f7f9 100%,#c9ced3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#c9ced3',GradientType=0 ); /* IE6-9 */
    }

    .card-right-section.Gold {
        color: #000;
        background: #ffd65e; /* Old browsers */
        background: -moz-radial-gradient(top, #ffd65e 0%, #febf04 100%); /* FF3.6-15 */
        background: -webkit-radial-gradient(top, #ffd65e 0%,#febf04 100%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(to bottom, #ffd65e 0%,#febf04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
    }

    .card-right-section.Platinum {
        color: #000;
        background: #e0e2e2; /* Old browsers */
        background: -moz-radial-gradient(top, #e0e2e2 1%, #b3babc 100%, #f5f7f9 100%, #d7dee3 100%); /* FF3.6-15 */
        background: -webkit-radial-gradient(top, #e0e2e2 1%,#b3babc 100%,#f5f7f9 100%,#d7dee3 100%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(to bottom, #e0e2e2 1%,#b3babc 100%,#f5f7f9 100%,#d7dee3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e2e2', endColorstr='#d7dee3',GradientType=0 ); /* IE6-9 */
    }

.footer-hs-text {
    font-family: 'PlayfairRegular';
    text-transform: none;
    font-weight: normal;
}

.language-selector select {
    background-color: #333;
    color: #fff;
    border: 0px;
}

.product-reviews-page .page-title h1 {
    text-align: center;
}

.product-reviews-page .product-review-item .rating {
    float: right;
}

.prodpagebannercatname {
    color: #707070;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Arial;
}

.customer-top-full-name {
    max-width: 87px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grey-label {
    color: #9e9e9e;
    font-weight: normal;
}

.col-no-padding {
    padding: 0px !important;
}

.starRating:not(old) {
    display: inline-block;
    width: 7.5em;
    height: 1.5em;
    overflow: hidden;
    vertical-align: bottom;
}

    .starRating:not(old) > input {
        margin-right: -100%;
        opacity: 0;
    }

    .starRating:not(old) > label {
        display: block;
        float: right;
        position: relative;
        background: url('../images/rating1.png') no-repeat;
        background-size: contain;
    }

        .starRating:not(old) > label:before {
            content: '';
            display: block;
            width: 1.5em;
            height: 1.5em;
            background: url('../images/rating2.png') no-repeat;
            background-size: contain;
            opacity: 0;
            transition: opacity 0.2s linear;
        }

        .starRating:not(old) > label:hover:before,
        .starRating:not(old) > label:hover ~ label:before,
        .starRating:not(:hover) > :checked ~ label:before {
            opacity: 1;
        }

#starRating-bar-notification {
    font-weight: bold;
    display: block;
    color: #393939;
    display: none;
}

.viewB {
    display: block;
    cursor: pointer;
}

.promoList .promoItem.hideP:not(:first-child) {
    display: none;
}

.statusList .statusItem.hideP:not(:first-child) {
    display: none;
}

.viewMore {
    display: inline-block;
    padding-right: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #949494;
    margin-top: 7px;
    border-bottom: 1px solid #949494;
}

.viewMoreStatus {
    display: inline-block;
    padding-right: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #949494;
    margin-top: 7px;
    border-bottom: 1px solid #949494;
}

.slider .item-box img {
    width: 80px;
    height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.slider .item-box .title {
    text-align: center;
}

    .slider .item-box .title a {
        color: #393939;
        font-size: 11px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 50px 0 18px;
        display: inline-block;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
    }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'Font Awesome\ 5 Free';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #000;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "";
    font-family: 'Glyphicons Halflings';
    background-image: url("../images/arrow-hs-prev.png");
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: block;
}

[dir='rtl'] .slick-prev:before {
    content: "";
    font-family: 'Glyphicons Halflings';
    background-image: url("../images/arrow-hs-prev.png");
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: block;
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "";
    font-family: 'Glyphicons Halflings';
    background-image: url("../images/arrow-hs.png");
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: block;
}

[dir='rtl'] .slick-next:before {
    content: "";
    font-family: 'Glyphicons Halflings';
    background-image: url("../images/arrow-hs.png");
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: block;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }


.add-to-compare-list-button {
    background-color: transparent;
    border: none;
    color: #b8b7b6;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
}

.compare-products {
    margin-left: 20px;
}

@media (max-width: 550px) {
    .compare-products {
        margin-left: auto;
    }

    .add-to-wishlist {
        margin-left: auto;
    }
}

.compare-products-page .panel.panel-default {
    border: 1px solid #f1f0ee;
    box-shadow: none;
}

    .compare-products-page .panel.panel-default table tbody tr {
        border: 1px solid #f1f0ee;
    }

@media (max-width: 550px) {
    .master-column-wrapper .container {
        width: 100%;
    }

    .panel:not(.cart-item-table) .table tbody tr td:first-child {
        display: none;
    }
}

.compare-products-page .remove-button {
    background-color: transparent;
}

.compare-products-page .compare-products-table a {
    font-size: 12px;
}

.compare-products-page .table tbody tr td {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}


.shop-tracking-status .form-horizontal {
    margin-bottom: 50px
}

.shop-tracking-status .order-status {
    margin-top: 30px;
    position: relative;
    margin-bottom: 55px
}

.shop-tracking-status .order-status-timeline {
    height: 6px;
    border-radius: 7px;
    background: #eee;
}

    .shop-tracking-status .order-status-timeline .order-status-timeline-completion {
        height: 8px;
        margin: 1px;
        border-radius: 7px;
        background: #89f5c5;
        width: 0px
    }

.shop-tracking-status .image-order-status {
    padding: 7px;
    background-color: #eee;
    position: absolute;
    margin-top: -19px
}

    .shop-tracking-status .image-order-status.active {
        /*background-color: #89f5c5;*/
    }

    .shop-tracking-status .image-order-status .icon {
        height: 15px;
        width: 15px;
        background-size: contain;
        background-position: no-repeat
    }

.shop-tracking-status .image-order-status-pending .status {
    left: 0 !important;
}

.shop-tracking-status .image-order-status .status {
    position: absolute;
    width: 100px;
    left: -8px;
    bottom: -25px;
}

.shop-tracking-status .image-order-status-completed .status:before {
    display: none
}


.shop-tracking-status .image-order-status-pending {
    left: 0
}

.shop-tracking-status .image-order-status-processing {
    left: 16.66%
}

.shop-tracking-status .image-order-status-shipped {
    left: 33.32%
}

.shop-tracking-status .image-order-status-delivered {
    left: 49.98%
}

.shop-tracking-status .image-order-status-complete {
    left: 66.64%
}

.shop-tracking-status .image-order-status-cancelled {
    left: 83.30%
}


.shop-tracking-status .image-order-status-returned {
    right: 0px
}


.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c1 {
    width: 0
}

.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c2 {
    width: 17%
}

.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c3 {
    width: 35%
}

.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c4 {
    width: 50%
}

.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c5 {
    width: 67%
}

.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c6 {
    width: 84%
}

.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c7 {
    width: 100%
}


.shop-tracking-status .image-order-status-returned .status {
    left: auto;
    right: 0;
    width: auto;
    padding-right: 0;
}

.shop-tracking-status .image-order-status-pending.c1,
.shop-tracking-status .image-order-status-processing.c2,
.shop-tracking-status .image-order-status-shipped.c3,
.shop-tracking-status .image-order-status-delivered.c4,
.shop-tracking-status .image-order-status-complete.c5,
.shop-tracking-status .image-order-status-cancelled.c6,
.shop-tracking-status .image-order-status-returned.c7 {
    background-color: #89f5c5;
}

    .shop-tracking-status .image-order-status-pending.c1 .status,
    .shop-tracking-status .image-order-status-processing.c2 .status,
    .shop-tracking-status .image-order-status-shipped.c3 .status,
    .shop-tracking-status .image-order-status-delivered.c4 .status,
    .shop-tracking-status .image-order-status-complete.c5 .status,
    .shop-tracking-status .image-order-status-cancelled.c6 .status,
    .shop-tracking-status .image-order-status-returned.c7 .status {
        color: #89f5c5;
    }

.shop-tracking-status .image-order-status-pending.c2,
.shop-tracking-status .image-order-status-pending.c3,
.shop-tracking-status .image-order-status-pending.c4,
.shop-tracking-status .image-order-status-pending.c5,
.shop-tracking-status .image-order-status-pending.c6,
.shop-tracking-status .image-order-status-pending.c7,
.shop-tracking-status .image-order-status-processing.c3,
.shop-tracking-status .image-order-status-processing.c4,
.shop-tracking-status .image-order-status-processing.c5,
.shop-tracking-status .image-order-status-processing.c6,
.shop-tracking-status .image-order-status-processing.c7,
.shop-tracking-status .image-order-status-shipped.c4,
.shop-tracking-status .image-order-status-shipped.c5,
.shop-tracking-status .image-order-status-shipped.c6,
.shop-tracking-status .image-order-status-shipped.c7,
.shop-tracking-status .image-order-status-shipped.c3,
.shop-tracking-status .image-order-status-delivered.c5,
.shop-tracking-status .image-order-status-delivered.c6,
.shop-tracking-status .image-order-status-delivered.c7,
.shop-tracking-status .image-order-status-delivered.c8,
.shop-tracking-status .image-order-status-complete.c6,
.shop-tracking-status .image-order-status-complete.c7,
.shop-tracking-status .image-order-status-cancelled.c7 {
    background-color: #89f5c5;
}

    .shop-tracking-status .image-order-status-pending.c2 .status,
    .shop-tracking-status .image-order-status-pending.c3 .status,
    .shop-tracking-status .image-order-status-pending.c4 .status,
    .shop-tracking-status .image-order-status-pending.c5 .status,
    .shop-tracking-status .image-order-status-pending.c6 .status,
    .shop-tracking-status .image-order-status-pending.c7 .status,
    .shop-tracking-status .image-order-status-processing.c3 .status,
    .shop-tracking-status .image-order-status-processing.c4 .status,
    .shop-tracking-status .image-order-status-processing.c5 .status,
    .shop-tracking-status .image-order-status-processing.c6 .status,
    .shop-tracking-status .image-order-status-processing.c7 .status,
    .shop-tracking-status .image-order-status-shipped.c4 .status,
    .shop-tracking-status .image-order-status-shipped.c5 .status,
    .shop-tracking-status .image-order-status-shipped.c6 .status,
    .shop-tracking-status .image-order-status-shipped.c7 .status,
    .shop-tracking-status .image-order-status-shipped.c3 .status,
    .shop-tracking-status .image-order-status-delivered.c5 .status,
    .shop-tracking-status .image-order-status-delivered.c6 .status,
    .shop-tracking-status .image-order-status-delivered.c7 .status,
    .shop-tracking-status .image-order-status-delivered.c8 .status,
    .shop-tracking-status .image-order-status-complete.c6 .status,
    .shop-tracking-status .image-order-status-complete.c7 .status,
    .shop-tracking-status .image-order-status-cancelled.c7 .status {
        color: #89f5c5;
    }


@media (max-width: 860px) {
    .shop-tracking-status .image-order-status:nth-child(odd) .status {
        top: -30px;
    }

    .shop-tracking-status .order-status {
        margin-top: 55px;
    }
}

.account-page .returnBox .request-item {
    height: 205px;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
}

    .account-page .returnBox .request-item.active {
        height: 100%;
        max-height: 100%;
        transition: max-height 0.25s ease-in;
    }

.blogPostSearch {
    background-color: #f0f2ee;
    height: 350px;
    margin-bottom: 30px;
    padding: 0 0 0 0;
}

    .blogPostSearch a {
        /*text-transform: uppercase;*/
        font-family: 'PlayfairRegular';
        color: #393939;
        padding-left: 10px;
    }

        .blogPostSearch a:hover {
            text-decoration: none;
            color: #393939;
        }

    .blogPostSearch h2 {
        margin-left: 10px;
    }

    .blogPostSearch p {
        color: #606060;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        margin-left: 10px;
    }

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .blogPostSearch {
        height: 300px;
        overflow: hidden;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .blogPostSearch {
        height: auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .bannerCampanie {
        display: none;
    }

    .bannerCampanieMobile {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    .bannerCampanie {
        display: block;
        margin-bottom: 50px;
        width: 100%
    }

    .bannerCampanieMobile {
        display: none;
    }
}

.categorySearchBox {
    background-color: #f0f2ee;
    height: 350px;
    margin-bottom: 30px;
    padding: 0 0 0 0;
}

    .categorySearchBox a {
        /*text-transform: uppercase;*/
        font-family: 'PlayfairRegular';
        color: #393939;
        font-size: 20px;
    }

    .categorySearchBox img {
        max-width: 30%;
        margin-left: 37%;
    }

    .categorySearchBox a:hover {
        text-decoration: none;
        color: #393939;
    }

    .categorySearchBox p {
        margin-top: 15px;
        margin-left: 10px;
        color: #606060;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
    }

    .categorySearchBox title {
        text-align: center;
    }

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .categorySearchBox {
        height: 300px;
        overflow: hidden;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .categorySearchBox {
        height: auto;
        margin-bottom: 10px;
    }
}

.boxtype {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #606060;
    color: #f0f2ee;
    font-size: 10px;
    font-weight: bold;
    vertical-align: top;
    -webkit-box-shadow: 1px 1px 14px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 14px -5px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 14px -5px rgba(0,0,0,0.75);
}

.blogboxtype {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #606060;
    color: #f0f2ee;
    font-size: 10px;
    font-weight: bold;
    vertical-align: top;
    -webkit-box-shadow: 1px 1px 14px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 14px -5px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 14px -5px rgba(0,0,0,0.75);
}

.ui-autocomplete {
    -webkit-box-shadow: 1px 1px 14px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 14px -5px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 14px -5px rgba(0,0,0,0.75);
}

.chat-wrapper {
    width: 255px;
    position: fixed;
    bottom: 0px;
    right: 10px;
    display: none !important;
}

#chat-toggle {
    width: 100%;
    background-color: #fff;
    border: 1px solid #393939;
    border-bottom: 0px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.chat-body {
    position: relative;
    z-index: 9999;
    border: 1px solid #393939;
    border-top: 0px !important;
    margin-top: -10px;
    margin-left: 1px;
    width: 100%;
    border-bottom: 0px;
    background-color: #fff;
}

.chat-header {
    border-bottom: 0px !important;
}

.chat-button .send-btn {
    background-color: #393939;
}

@media screen and (max-width: 992px) {
    .pp-specification-panel {
        display: none;
    }
}

.rewardPointsBuying span {
    color: #199b0d;
    font-size: 13px;
}

.slick-slide div .item-box:hover {
    transform: scale(1.2);
    transition: transform .2s; /* Animation */
}

.product-bage-banner3 .categoryHeader {
    top: 50px;
    margin-left: 28px;
    max-width: 500px;
}

.product-bage-banner3 p {
    /*line-height:12px;*/
    width: 479px;
    margin-left: 0px;
}

@media (max-width: 1000px) {
    .product-bage-banner3 p {
        line-height: 20px;
        width: auto;
    }
}

@media (max-width: 636px) {
    .dropdown-mobile {
        margin-top: 2px;
        margin-bottom: 2px;
    }
}

.searchpagePicture {
    max-width: 50px;
    margin-left: 35%;
}

.searchPageCategory .titleSearchPage {
    text-align: center;
    font-weight: bold
}

    .searchPageCategory .titleSearchPage a {
        color: #333 !important;
    }

@media (max-width: 636px) {
    .page.search-page .category-search-grid .item-box {
        /*border: 1px solid #ddd;*/
        /*width: 50%;*/
    }

    .page.search-page .category-searchpage-grid .item-box {
        /*border: 1px solid #ddd;*/
        width: 50%;
    }
}

@media (max-width: 767px) {
    .home-page-category-search-grid .item-box {
        padding: 20px 0;
        margin: 0 auto;
    }
}


.product-bage-banner3 ul,
.productSpecDescript ul {
    margin-left: 17px;
}

    .product-bage-banner3 ul li,
    .productSpecDescript ul li {
        list-style-type: circle;
    }

#proAccount {
    /*margin-left: 67%;*/
    width: 160px;
}

#normalAccount {
    /*margin-left:2%;*/
    width: 160px;
}

@media (max-width: 991px) {
    #specialisation {
        z-index: 9999;
    }

    #useroccupation {
        z-index: 9999;
    }
}

.cardCodeField {
    max-width: 300px;
}

.proAccount {
    display: none;
    color: #ed0404 !important;
    /*margin-top:10px;*/
    text-align: center;
}

.add-to-wishlist .fa-heart,
.add-to-wishlist:hover .fa-heart-o {
    display: none;
}

.add-to-wishlist:hover .fa-heart {
    display: inline;
}

.add-to-wishlist .add-to-wishlist-button:hover {
    color: #333;
}

.product-item .product-box-hover-buttons {
    width: 0px;
    float: right;
}

@media (min-width: 500px) {
    .product-item .product-box-hover-buttons {
        width: 50px;
        float: right;
    }
}


.product-item:hover .product-box-hover-buttons {
    /*display: block;
        float: right;
        margin-top: -10px;
        position:absolute;*/
}

.product-item .product-box-hover-buttons input {
    display: none;
}

.product-item:hover .product-box-hover-buttons i.fa-heart, .product-item:hover .product-box-hover-buttons i.fa-heart-o {
    /*font-size: 1.5em;*/
}

.product-item:hover .product-box-hover-buttons i.fa-heart-o, .product-item:hover .product-box-hover-buttons i.fa-retweet {
    /*font-size: 1.5em;
        color: #6d6c6c;
        margin-top:10px;*/
}

    .product-item:hover .product-box-hover-buttons i.fa-retweet:hover {
        transition: 0.3s;
        color: #333;
    }

.product-box-hover-buttons i {
    font-size: 20px;
}

#categoryHeaderBanner #headerSearch {
    top: 450px;
    right: 375px;
}

.product-item:hover .product-box-hover-buttons .tooltip {
    margin-left: 10px;
}

.catDescription .nivoDescription p {
    margin-top: 100px !important;
    font-size: 25px !important;
    color: #333 !important;
    font-family: 'PlayfairRegular' !important;
    max-width: 500px !important;
    text-align: justify !important;
}

.catDescription .sliderButton {
    max-width: 120px;
    position: absolute;
    top: 280px;
}

/*@media (max-width: 1000px) {
    .forSearcPage {
        display: none;
    }
}*/

@media (max-width: 700px) {
    .nivo-main-image {
        height: 500px !important;
        width: auto !important;
    }

    .catDescription .nivoDescription p {
        margin-top: 5px !important;
        font-size: 20px !important;
        color: #333 !important;
        font-family: 'PlayfairRegular' !important;
        max-width: 350px !important;
        width: 350px;
        text-align: justify !important;
    }
}

@media (max-width: 700px) {
    #firstImageBanner {
        background-image: none;
        height: 500px;
        max-height: 500px;
        margin-top: -76px;
    }

        #firstImageBanner img {
            background-image: none !important;
        }

    .catDescription .sliderButton {
        /*display:none !important;*/
        margin-top: -40px;
    }
}

@media(max-width:1052px) {
    .cart-label {
        margin-top: -1px !important;
    }
}

.bannerContainer {
    margin-top: -100px;
}

@media(max-width:1000px) {
    .bannerContainer {
        margin-top: -350px;
    }
}

.blogPostContainer {
    position: absolute;
    margin-top: 400px;
    float: right;
}

.productHeaderContainer {
    margin-top: 450px;
}

@media (max-width: 400px) {
    .catDescription .nivoDescription p {
        margin-top: 5px !important;
        font-size: 20px !important;
        color: #333 !important;
        font-family: 'PlayfairRegular' !important;
        max-width: 295px !important;
        width: 350px;
        text-align: justify !important;
    }
}


.section.new-shipping-address .validation-summary-errors {
    margin-bottom: 20px;
    color: red;
    width: 100%;
}


    .section.new-shipping-address .validation-summary-errors ul li {
        text-align: left;
        font-weight: bold;
    }

}

#chatCloseButton {
    border: none;
    background: none;
}

    #chatCloseButton:hover {
        border: none;
        background: none;
        color: rgba(183, 10, 10, 0.95);
    }

.checkButtonsAccountType .checked {
    background-color: #000 !important;
    color: #fff !important;
}

@media(min-width: 1200px) {
    .registerPage {
        font-size: 9px !important;
    }
}


.update-email-button .email-a-friend-wishlist-button {
    background: /*url(../images/wishlist-email-icon.png) no-repeat 20px 11px*/ transparent;
    /*padding-left: 48px;*/
    text-transform: uppercase;
    color: #000;
    border: 2px solid #000;
}

    .update-email-button .email-a-friend-wishlist-button:hover {
        background: /*url(../images/wishlist-email-icon.png) no-repeat 20px 11px*/ #000;
        color: #fff;
    }

.email-a-friend-page .btn.btn-primary.send-email-a-friend-button {
    background: /*url(../images/wishlist-email-icon.png) no-repeat 20px 11px*/ transparent;
    /*padding-left: 48px;*/
    text-transform: uppercase;
    color: #000;
    border: 2px solid #000;
}

.customer-info-page .save-customer-info-button {
    background: /*url(../images/wishlist-email-icon.png) no-repeat 20px 11px*/ transparent !important;
    /*padding-left: 48px;*/
    text-transform: uppercase;
    color: #000;
    border: 2px solid #000;
}

.change-password-page .change-password-button {
    background: /*url(../images/wishlist-email-icon.png) no-repeat 20px 11px*/ transparent !important;
    /*padding-left: 48px;*/
    text-transform: uppercase;
    color: #000;
    border: 2px solid #000;
}

.avatar-page .upload-avatar-button,
.avatar-page .remove-avatar-button {
    background: /*url(../images/wishlist-email-icon.png) no-repeat 20px 11px*/ transparent !important;
    /*padding-left: 48px;*/
    text-transform: uppercase;
    color: #000;
    border: 2px solid #000;
}

.checkout-page #billing-buttons-container {
    background: /*url(../images/wishlist-email-icon.png) no-repeat 20px 11px*/ transparent !important;
    /*padding-left: 48px;*/
    text-transform: uppercase;
    color: #000;
}

#registerModal .errortext {
    color: #cc0000;
}

.actions .re-order-button {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    text-transform: uppercase;
}

.actions .print-order-button {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    text-transform: uppercase;
}

.actions .pdf-order-button {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    text-transform: uppercase;
}

.registration-result-page .register-continue-button {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    text-transform: uppercase;
}

.new-comment .blog-post-add-comment-button {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    text-transform: uppercase;
}

.address-edit-page .save-address-button {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    text-transform: uppercase;
}

.product-bage-banner3 {
    overflow: hidden;
}

@media (min-width: 1018px) {
    .nivo-main-image {
        width: 100% !important;
        height: auto !important;
    }
}


.landingpagetitlep p {
    margin-left: 0px !important;
}

.rewardPointsBuying {
    overflow: auto;
}

.compare-list-preview-item .compare-list-preview-item-picture {
    width: 40px;
    display: block;
    margin: 0 auto;
}

.compare-list-preview-item {
    border: 1px solid #ccc;
    margin-bottom: 5px;
    border-radius: 5px;
}

.compare-list-content {
    width: 90px;
    height: auto;
    position: fixed;
    z-index: 9999;
    float: right;
    right: 10px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    top: 40%;
}

.compare-preview-to-list {
    color: #000 !important;
    font-weight: bold;
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
}

.remove-product-from-compare-list {
    color: #fff;
    float: right;
    margin-top: 4px;
    margin-right: 4px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    padding: 2px 4px;
    border-radius: 5px;
    background-color: red;
    font-size: 8px;
}

.registerButton .errortext {
    margin-bottom: 10px !important;
}

.top-language-list {
    overflow: hidden;
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 11px;
}

    .top-language-list li {
        display: block !important;
        float: none !important;
    }

    .top-language-list:hover {
        overflow: visible;
    }

.top-language-list {
    background-color: transparent;
}

    .top-language-list li a {
        padding: 0px !important;
        margin: 0 !important;
    }

    .top-language-list li a {
        line-height: 0px !important;
    }

    .top-language-list .language-selector {
        margin: 0px !important;
    }

    .top-language-list li {
        padding-bottom: 2px !important;
    }

        .top-language-list li a img {
            margin-bottom: 3px;
        }

    .top-language-list li {
        background-color: transparent;
    }

.top-language-list {
    margin-top: 4px;
    position: relative;
}

.top-menu-lang-ddwn {
    max-height: 20px;
}

@media (max-width: 602px) {

    #flyout-cart {
        float: right;
    }
}

@media (max-width: 480px) {

    #flyout-cart .searchLoop {
        margin-top: 6px;
    }

    .top-menu-lang-ddwn.mobile-lang-selector {
        width: 20px;
        float: left !important;
        margin-left: 50px;
    }

    .cart-qty {
        display: block;
        position: relative;
    }

    /*#flyout-cart{
        margin-left: -24px;
        margin-top:-10px;
    }*/


    #flyout-cart .searchLoop {
        padding: 2px 6px;
    }
}

@media (max-width: 767px) {
    .header .header-links {
        margin-top: 0px !important;
    }
}


@media (max-width: 394px) {
    .mobile-lang-selector .menu-content-wrapper-item {
        padding: 8px 10px !important;
    }

    #flyout-cart .searchLoop {
        padding: 2px 6px;
    }
}

.top-menu-lang-ddwn {
}

.header-top-right ul {
}

.top-change-currency .currency-selector select {
    font-size: 10px;
    padding: 0px !important;
    background-color: transparent;
    border: 0px !important;
    margin-top: 0px !important;
}

.currency-selector {
    margin: 0px;
}

.top-change-currency .menu-content-wrapper-item {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.language-selector select {
    background-color: transparent;
    color: #000;
    border: 0px !important;
    padding: 0px !important;
    margin-top: 0px !important;
}

#customerlanguage {
    text-transform: uppercase !important;
    font-size: 10px;
}

#flyout-cart .cart-label {
    padding-right: 0px !important;
}

@media (max-width: 461px) {

    .top-menu-lang-ddwn, .top-change-currency {
        max-width: 29px;
    }
}


.header-top-right ul {
    max-height: 20px;
}

@media (max-width: 402px) {

    .top-menu-lang-ddwn, .top-change-currency {
        margin-top: -25px;
        display: inline-block;
        position: relative;
        max-height: 28px;
    }
}


@media (max-width: 344px) {
    .top-menu-lang-ddwn, .top-change-currency {
        margin-top: 0px;
        margin-right: 20px !important;
    }

    #flyout-cart {
        margin-left: 10px;
    }
}

.admin-header-link {
    z-index: 9999;
    position: relative;
}

.discount-button input {
    font-size: 13px !important;
}

@media (max-width: 1200px) {
    .discount-button input {
        font-size: 9.5px !important;
    }
}

.categorySearchBox .img-responsive {
    width: 30px;
    display: none;
}

@media (max-width: 767px) {
    .password-recovery-page .page-title h1 {
        margin-top: 20px;
        text-align: center;
    }
}

@media (max-width: 550px) {
    .wishlist-content .mobile-duplicate td {
        display: block !important;
    }

    .wishlist-content .mobUnitPrice {
        position: absolute;
        width: 100%;
    }

    .wishlist-content .subtotal.nobr {
        position: absolute;
        width: 100%;
        margin-top: 40px;
    }

    .wishlist-content .quantity-box {
        margin-top: 10px;
    }

    .wishlist-content thead {
        display: none;
    }

    .wishlist-content .quantityProd {
        display: block;
        margin: 0 auto;
        float: none !important;
        margin-top: 5px;
        margin-left: 30px;
    }

    .wishlist-content .subtotal.nobr {
        margin-top: -20px;
        margin-bottom: 10px !important;
        padding-bottom: 20px !important;
    }

    .wishlist-content .product-wrapper {
        padding-bottom: 15px !important;
    }
}

@media (max-width: 767px) {
    .edit-address .form-group {
        margin-bottom: 0px !important;
    }
}










ul.underline > li > a:hover {
    border-bottom: 2.5px solid #bfbdca;
}


#categoryHeaderBanner {
    margin-top: -20px;
}

@media (max-width: 767px) {
    #categoryHeaderBanner {
        margin-top: 0;
        height: 673px;
    }

    .topictopbanner {
        height: 0px !important;
    }
}

.product-bage-banner3 {
    width: 100%;
    margin-bottom: -28px;
}

.footer {
    margin-top: 17px;
}

.navbar-nav li a:hover {
}

.item-height-31px {
    height: 30.5px !important;
}

.landing-img-width {
    max-width: 100%;
}


@media only screen and (max-width: 1780px) and (min-width: 1400px) {
    .categoryHeader {
        top: 150px;
    }
}


#categoryHeaderBanner .categoryHeader {
}



@media only screen and (min-width: 1000px) {
    .catPageHeader {
        top: 195px !important;
    }
}

.blogTopBanner .categoryHeader p {
    width: 500px;
    display: block;
}

.blogTopBanner .categoryHeader h1 {
    display: block;
    width: 100% !important;
}

.left-menu-addap {
    padding-left: 0px !important;
    margin-left: -15px !important;
}

@media only screen and (max-width: 1200px) {

    .left-menu-addap {
        padding-left: 15px !important;
        margin-left: 0px !important;
    }
}

.qtyprodpagecontrols #decQuantity {
    position: relative;
    top: -1px;
}

.qtyprodpagecontrols #incQuantity {
    position: relative;
    top: -1px;
}

.qtyprodpagecontrols #add-to-cart-qty-input {
    height: 31px;
}

@media screen and (max-width: 385px) {

    h4 {
        font-size: 17px;
    }

    .product-bage-banner3 {
        /*width:96%;*/
    }
}

@media screen and (max-width: 585px) {

    .benefit-anim-title-left {
        margin-left: 0 !important;
    }
}

html, body {
    /*width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;*/
    overflow-x: hidden;
}


@-moz-document url-prefix() {
    .qtyprodpagecontrols #add-to-cart-qty-input {
        height: 32px !important;
        margin-top: -7px !important;
        position: relative !important;
        display: inline-block;
        vertical-align: top;
    }

    .cart #add-to-cart-qty-input {
        height: 32px !important;
        margin-top: -6px !important;
        position: relative !important;
        display: inline-block;
        vertical-align: top;
    }

    .product-align #add-to-cart-qty-input {
        height: 32px !important;
        margin-top: -6px !important;
        position: relative !important;
        display: inline-block;
        vertical-align: top;
    }
}

.order-item-detail #decQuantity, .order-item-detail #incQuantity {
    display: none;
}

@supports (-ms-ime-align:auto) {
    .qtyprodpagecontrols #add-to-cart-qty-input {
        height: 31px !important;
        margin-top: -7px !important;
        position: relative !important;
        display: inline-block;
        vertical-align: top;
    }

    .cart #add-to-cart-qty-input {
        height: 32px !important;
        margin-top: -6px !important;
        position: relative !important;
        display: inline-block;
        vertical-align: top;
    }

    .product-align #add-to-cart-qty-input {
        height: 32px !important;
        margin-top: -6px !important;
        position: relative !important;
        display: inline-block;
        vertical-align: top;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .qtyprodpagecontrols #add-to-cart-qty-input {
        height: 31px !important;
        margin-top: -6px !important;
        position: relative !important;
        display: inline-block;
        vertical-align: top;
    }

    .cart #add-to-cart-qty-input {
        height: 32px !important;
        margin-top: -6px !important;
        position: relative !important;
        display: inline-block;
        vertical-align: top;
    }

    .product-align #add-to-cart-qty-input {
        height: 32px !important;
        margin-top: -6px !important;
        position: relative !important;
        display: inline-block;
        vertical-align: top;
    }
}

@media not all and (min-resolution:.001dpcm) {
    @media {

        .qtyprodpagecontrols #add-to-cart-qty-input {
            height: 31px !important;
            margin-top: -7px !important;
            position: relative !important;
            display: inline-block;
            vertical-align: top;
        }

        .cart #add-to-cart-qty-input {
            height: 31px !important;
            margin-top: -6px !important;
            position: relative !important;
            display: inline-block;
            vertical-align: top;
        }

        .product-align #add-to-cart-qty-input {
            height: 31px !important;
            margin-top: -6px !important;
            position: relative !important;
            display: inline-block;
            vertical-align: top;
        }

        .cart #incQuantity {
            margin-left: -6px;
        }
    }
}


.firstImageBannerMobile {
    display: none;
}

.genericMobileBanner {
    display: none;
}

@media only screen and (max-width:500px ) {

    .firstImageBannerMobile {
        display: block;
    }

    .firstImageBannerDesktop {
        display: none;
    }

    .genericMobileBanner {
        display: block;
    }

    .genericDesktopBanner {
        display: none;
    }
}

@media screen and (min-width: 500px) and (max-width: 730px) {
    .firstBanner #catDescription, .secondBanner #catDescription {
        top: 0px !important;
        padding: 20px !important;
        position: absolute !important;
    }

        .firstBanner #catDescription h1, .secondBanner #catDescription h1 {
            font-size: 25px !important;
        }
}

@media screen and (max-width: 500px) {
    .firstBanner #catDescription, .secondBanner #catDescription {
        position: absolute !important;
    }
}


.containerFullWidth {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.leftSideProduct .prodTitleProdPage {
    text-transform: none;
    font-size: 30px !important;
}

.prod-title-cat-page-list {
    text-transform: none;
}

@media only screen and (max-width:500px ) {

    #nivo-slider-mobile .nivo-main-image {
        width: 100% !IMPORTANT;
        height: auto !important;
    }

    #nivo-slider-mobile {
        height: auto !important;
        top: 10px;
    }

    @supports (-webkit-touch-callout: none) {
        /* CSS specific to iOS devices */
        #nivo-slider-mobile {
            height: auto !important;
            top: 80px;
        }
    }

    .nivoDescription {
        width: 60% !important;
    }
}

.labelStar {
    width: 220px;
}

.previewBlogPostPictureMobile {
    display: none;
}

@media only screen and (max-width:500px) {
    .previewBlogPostPictureDesktop {
        display: none;
    }

    .previewBlogPostPictureMobile {
        display: block;
    }
}


#decQuantity, #incQuantity {
    cursor: pointer;
}

/*.categoryHeader h2{
    font-size:17px;
}*/

.mini-cart-trash {
    float: right;
    position: static;
    margin-top: -30px;
    margin-right: 15px;
    display: none;
}

.categoryHeader .topBannerTitle * {
    font-size: 40px;
    font-family: 'PlayfairRegular';
}

.categoryHeader .bannerOverviewSubtitle * {
    font-size: 17px !important;
    /*margin-top:-24px;*/
    /*margin-top: 13%;*/
    margin-top: 10px;
}

@media only screen and (min-width:552px) {
    #secondRow .leftSideBlogPost,
    #secondRow .leftSideBlogPost > .col-md-12,
    #secondRow .leftSideBlogPost > .col-md-12,
    #secondRow .leftSideBlogPost > .col-md-12 > .col-md-6 {
        padding-left: 0px !important;
    }
}


@media only screen and (max-width:552px) {
    /*#secondRow{
        padding-left:10px;
    }*/
}


.secondrowarticleitem {
    margin-bottom: 40px;
}

@media (max-width: 500px) {

    .product-bage-banner3 .categoryHeader {
        width: 90%;
    }

    /*.compare-products-table .full-description p,
    .compare-products-table .full-description td{
        width: 300px !important;
        display: inline-block;
        overflow: auto;
        word-spacing: unset;
        height: auto;
        vertical-align: top;

        white-space: normal;
    }

    .compare-products-table .full-description td{


    }*/

    .compare-products-table .full-description td {
        vertical-align: top !important;
    }

        .compare-products-table .full-description td p {
            width: 200px !important;
        }

    .compare-products-page .panel-heading h1 {
        text-align: center;
        margin-top: 10px;
    }
}

#catDescription .bannerHeader {
    font-size: 30px;
    margin: 0;
}

.nivoDescription * {
    font-family: 'PlayfairRegular';
    color: #545454;
}

.firstImageBannerMobile .nivoDescription * {
    font-size: 19px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal !IMPORTANT;
    line-height: 26px;
    color: #393939;
}

.blog-page .firstBanner {
    padding-left: 0px !important;
}

.nopaddingoncolmd {
    padding-right: 0px !important;
}

.firstBanner .bannerHeader {
    text-transform: none;
}

@media (min-width: 500px) {
    .firstBanner img {
        width: 100%
    }

    .colsnopaddingbloglist {
        padding-right: 0px !important;
    }
}


@media (max-width: 500px) {
    .firstBanner #catDescription {
        width: 60% !important;
    }

        .firstBanner #catDescription .bannerHeader {
            font-size: 23px;
        }
}


.h1rulls * {
    font-family: 'PlayfairRegular';
    font-size: 35px;
}

.login-page .page-title {
    margin-top: 15px;
}

.categImg {
    max-height: 100px;
    width: 65px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.categTitle {
    font-size: 15px;
    height: 15px;
}

.title .categTitle {
    text-align: center;
}


.blogPostSearch h1 {
    font-size: 23px;
    margin-left: 10px;
}

.categTitle {
    text-transform: none;
}


.categorySearchBox .title,
.categorySearchBox .title *,
.blogPostSearch .searchposttitle,
.blogPostSearch .searchposttitle * {
    text-transform: none !important;
    font-weight: normal !important;
    color: #393939 !important;
    font-family: 'PlayfairRegular' !important;
    font-size: 20px !important;
}


.accountMenuEmail {
    word-wrap: break-word;
}

.nav-list .customer-info a {
    overflow-wrap: break-word;
}

.firstBanner #catDescription {
    top: 144px;
}

@media (max-width: 321px) {
    .firstBanner #catDescription {
        top: 30px;
    }
}

@media (min-width:322px) (max-width: 360px) {
    .firstBanner #catDescription {
        top: 40px;
    }
}

@media (min-width:361px) and (max-width: 429px) {
    .firstBanner #catDescription {
        top: 60px;
    }
}

@media (min-width: 430px) and (max-width: 469px) {
    .firstBanner #catDescription {
        top: 75px;
    }
}

@media (min-width: 470px) and (max-width: 500px) {
    .firstBanner #catDescription {
        top: 90px;
    }
}

@media (min-width: 510px) and (max-width: 570px) {
    .firstBanner #catDescription {
        top: 35px !important;
    }
}

@media (min-width: 571px) and (max-width: 599px) {
    .firstBanner #catDescription {
        top: 30px !important;
    }
}

@media (min-width: 600px) and (max-width: 650px) {
    .firstBanner #catDescription {
        top: 45px !important;
    }
}

@media (min-width: 651px) and (max-width: 700px) {
    .firstBanner #catDescription {
        top: 60px !important;
    }
}

@media (min-width: 701px) and (max-width: 728px) {
    .firstBanner #catDescription {
        top: 60px !important;
    }
}

@media (min-width: 729px) and (max-width: 830px) {
    .firstBanner #catDescription {
        top: 25px !important;
    }

    #catDescription .bannerHeader {
        font-size: 30px;
        margin: 0;
    }
}

@media (min-width: 831px) and (max-width: 900px) {
    .firstBanner #catDescription {
        top: 80px !important;
    }
}

@media (min-width: 901px) and (max-width: 960px) {
    .firstBanner #catDescription {
        top: 100px !important;
    }
}

@media (min-width: 961px) and (max-width: 999px) {
    .firstBanner #catDescription {
        top: 120px !important;
    }
}

@media (min-width: 1000px) and (max-width: 1070) {
    .firstBanner #catDescription {
        top: 120px !important;
    }
}

.order-list-page .order-list .no-data {
    margin-left: 20px;
}

.modalRegister::-webkit-scrollbar {
    width: 0px;
}

.modalRegister {
    -ms-overflow-style: none;
}

.flyOutProSettings {
    margin-bottom: 30px;
    margin-top: -20px;
}

.messageBox {
    border: solid 1px;
    width: 100%;
}

    .messageBox p {
        text-align: center;
        padding-top: 8px;
        font-weight: bold;
    }
/*@media (min-width:767px) and (max-width: 1001px){
    #categoryHeaderBanner{
        height: 594px !important;
    }

    #bannerContactUsPage {
        height: 594px !important;
    }
 }
.contactUsHeader{
    top: 250px;
}*/
.categoryHeaderHead {
    top: 0px;
    margin-top: 20px;
    text-align: center;
}

.categoryHeader .topicTopBannerTitle h1 {
    margin-top: 200px;
}

.topicHeader {
    text-align: center;
}

.productSpecDescript header2 {
    color: #606060;
    font-size: 18px;
    margin: 15px auto;
    font-family: 'Nunito', sans-serif !important;
}

.breadcrumbSchemaList {
    display: flex;
    color: #afaead;
    padding-left: 0;
    width: 100%;
}

@media only screen and (max-width:800px) {
    .breadcrumbSchemaList {
        margin-top: 70px;
        padding-right: 10px;
        font-size: 13px;
    }
}

@media only screen and (max-width:450px) {
    .breadcrumbSchemaList {
        font-size: 11px;
    }
}

.breadcrumbSchemaList {
    display: block;
}

    .breadcrumbSchemaList li {
        white-space: normal;
        display: inline;
    }



        .breadcrumbSchemaList li a {
            text-decoration: none;
            color: #6d6d6d;
            white-space: normal;
            display: inline;
        }

            .breadcrumbSchemaList li a:hover {
                color: #393939
            }

        .breadcrumbSchemaList li:first-child {
            padding-right: 5px;
        }

        .breadcrumbSchemaList li:nth-child(2) {
            padding-left: 5px;
            padding-right: 5px;
        }

        .breadcrumbSchemaList li:nth-child(3) {
            padding-left: 5px;
        }

.headerLogoDesktopPicture img {
    padding-top: 10px;
    padding-bottom: 20px;
    height: 100px;
}

#captchaValidator {
    margin-top: -10px;
    color: red;
}

.discountFromOldPrice {
    position: absolute;
    background-color: #e32b2b;
    width: 140px;
    height: 40px;
    border-radius: 5px;
    margin-left: -33px;
    z-index: 1;
}

.discountFromOldPriceGroupedProduct {
    position: absolute;
    background-color: #e32b2b;
    width: 140px;
    height: 40px;
    border-radius: 5px;
    z-index: 4;
}

@media (min-width: 991px) {
    .discountFromOldPriceGroupedProduct {
        position: absolute;
        background-color: #e32b2b;
        width: 140px;
        height: 40px;
        border-radius: 5px;
        z-index: 4;
        margin-top: 250px;
        margin-left: 38%;
    }
}

.gallery .discountFromOldPrice {
    position: absolute;
    background-color: #e32b2b;
    width: 56%;
    height: 40px;
    border-radius: 5px;
    margin-left: -33px;
    z-index: 9999;
    text-align: center;
}

    .gallery .discountFromOldPrice .discountValue {
        padding-left: 0px;
    }

.discountText {
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 3px;
}

.discountValue {
    padding-left: 14px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

    .discountValue sup {
        margin-left: -6px;
    }

.productImgBig .discountFromOldPrice {
    bottom: 10px;
    left: 30%;
}

.productImgMobile .discountFromOldPrice {
    top: 120px;
    left: 30%;
}

@media only screen and (max-width: 400px) {
    .discountFromOldPrice {
        width: 53%;
    }

    .productImgMobile .discountFromOldPrice {
        top: 150px;
        left: 33%;
    }
}

.reducedPrice {
    color: #e32b2b !important;
    font-size: 17px !important;
}

.noFloatPriceLabel {
    float: none !important;
    text-transform: uppercase;
    font-size: 14px !important;
}

.noFloatPrice {
    margin-left: 15px;
    float: right !important;
}

.picture .discountFromOldPrice {
    /*bottom: 10px;*/
    left: 40%;
}

@media only screen and (max-width:966px) {
    .picture .discountFromOldPrice {
        top: 5px;
        left: 20px;
    }
}

.modalAddedToCart {
    margin-top: 250px;
}

    .modalAddedToCart .modal-header {
        border-bottom: 0;
    }

@media only screen and (min-width: 720px) {
    .modalAddedToCart {
        width: 700px;
    }
}

@media only screen and (max-width: 600px) {
    .modalButtons {
        margin-top: 10px;
    }

    .modalProductAddedToCart .modal-body {
        margin-bottom: 40px;
        margin-bottom: 65px;
        /* margin-left: 30px; */
        /* margin-right: 30px; */
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/*#continueShopping[value]::after {
    content: "→";
}*/

.prices {
    margin-top: 10px;
}

.flyoutAddedToCartTitle {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .flyoutAddedToCartTitle span {
        text-align: center;
        font-size: 20px;
        /*text-transform: capitalize;*/
        color: #393939;
        font-family: 'PlayfairRegular';
        font-weight: bold;
        line-height: 1.1;
    }

.modalProductAddedToCart .modal-body {
    margin-bottom: 40px;
    margin-bottom: 65px;
    /* margin-left: 30px; */
    /* margin-right: 30px; */
    padding-left: 90px;
    padding-right: 90px;
}
/*.modalButtons #continueShopping span::after {
    content: "  →";
}*/



.flyoutdiscardLoyaltyDiscount {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .flyoutdiscardLoyaltyDiscount span {
        text-align: center;
        font-size: 20px;
        /*text-transform: capitalize;*/
        color: #393939;
        font-family: 'PlayfairRegular';
        font-weight: bold;
        line-height: 1.1;
    }

#goToCart .ico-cart {
    background: url(../images/cart-icon.png) no-repeat 2px 2px;
    float: right;
    height: 20px;
    text-decoration: none;
    background-size: 16px;
    background-repeat: no-repeat;
}

.contactUsButton {
    position: fixed;
    top: 200px;
    right: -63px;
    /*background-color: #010557;*/
    /*background-color: #E0B756;*/
    /*color: #fff;*/
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    color: #333;
    transform: rotate(270deg);
    width: 180px;
    text-align: center;
    height: 55px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 500;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    z-index: 99;
}

    .contactUsButton a {
        text-decoration: none;
        color: #fff;
        /*color: #333;*/
    }

        .contactUsButton a:hover {
            text-decoration: none;
            color: #eaeaea;
            /*color: #333;*/
        }

    .contactUsButton:hover {
        cursor: pointer;
        /*background-color: #313579;*/
        background-color: #edc76d;
        transition: .2s ease-out;
    }

.headerCeva h1, .headerCeva h2 {
    margin-top: -130px;
    font-size: 20px;
    text-transform: none;
    margin-bottom: 30px;
    padding: 10px;
}

.headerCeva {
    border: 1px solid #d2d1db;
    padding: 0;
    height: 280px;
    margin-bottom: 25px;
    /*margin-right: 15px;*/
}

    .headerCeva a {
        color: #333;
        text-decoration: none;
    }

        .headerCeva a:hover {
            color: #333;
            text-decoration: none;
        }


    .headerCeva:hover {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(184,184,184,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(184,184,184,1);
        box-shadow: 0px 0px 5px 0px rgba(184,184,184,1);
        transition: .5s;
    }

    .headerCeva .hs-link-buttton {
        font-size: 12px;
        position: relative;
        top: -15px;
        margin-left: 10px;
    }

        .headerCeva .hs-link-buttton:hover {
            text-decoration: none;
        }

    .headerCeva img {
        max-width: 100%;
    }

.healthShopClubBox {
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(61,61,61,1) 52%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(52%, rgba(61,61,61,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(61,61,61,1) 52%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(61,61,61,1) 52%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(61,61,61,1) 52%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(61,61,61,1) 52%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    -webkit-box-shadow: 0px 4px 14px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 14px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 14px -5px rgba(0,0,0,0.75);
    height: 45px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

    .healthShopClubBox span {
        float: left;
        font-weight: bold;
        color: #fff;
        font-size: 15px;
        width: 100%;
        line-height: 45px;
    }

/*#captchaFlyOutRegister{
    margin-bottom:25px;
}*/

.reviewLogIn {
    color: red;
}

    .reviewLogIn a {
        text-decoration: none;
        color: red;
    }

.recurentOrderTitle {
    margin-bottom: 80px;
}

.registerRequiredFields {
    display: inline-flex;
}

.requiredInfo p {
    color: red !important;
}

.blog-page a {
    color: #333;
}

    .blog-page a:hover {
        text-decoration: none;
    }

/*.blog-page a #firstRowAction{
    max-width:85px 
}*/

.firstBannerImageBlog:hover {
    cursor: pointer;
}

.pInsideABlog {
    width: fit-content !important;
}

.blogTopBanner a {
    text-decoration: none;
    color: #333;
}

    .blogTopBanner a:hover {
        text-decoration: none;
    }

/*.blogTopBanner pInsideABlog{
    width:fit-content !important;
}*/

.categoryInBlog {
    margin: 0 0 !important;
}

@media (max-width: 767px) {
    .rightSideBlogPost .listbox {
        display: block !important;
    }
}

@media (min-width: 1000px) {
    .secondrowarticleitem {
        height: 360px;
    }
}

#loginToAddToWishlist .modalAddedToCart .modal-body .hsAddtoCart a {
    text-decoration: none;
    color: #333;
}

#loginToAddToWishlist .modalAddedToCart .modal-body .hsAddtoCart:hover a {
    color: white;
}

.practicalGuide {
    display: inline-flex !important;
}

.practicalGuideHovered {
    display: inline-flex !important;
}

.practicalGuide::after {
    content: '\25BC';
    margin-top: 10px;
}

.practicalGuideHovered::after {
    content: '\25B2';
    margin-top: 10px;
}

.blogPostCategoryDropdown {
    position: absolute;
    color: black;
    width: 200px;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    margin-top: 30px;
    visibility: hidden
}

    .blogPostCategoryDropdown.active {
        visibility: visible;
    }

    .blogPostCategoryDropdown a {
        text-decoration: none;
        color: #333;
    }

        .blogPostCategoryDropdown a:hover {
            font-weight: bold;
        }

    .blogPostCategoryDropdown ::before {
        background: url(../images/flyout-arrow-top.png) no-repeat center center;
        content: " ";
        height: 14px;
        left: 45%;
        position: absolute;
        top: -14px;
        width: 26px;
    }

.blogCategoryConteiner {
    /*height: 200px;*/
    position: absolute;
    /*width: 200px;*/
    margin-top: 13px;
    /*margin-left: -100px;*/
}

#blogCategorySection .leftSideBlogPost .secondrowarticleitem {
    height: 360px;
}

    #blogCategorySection .leftSideBlogPost .secondrowarticleitem h1 {
        font-size: 25px;
    }

    #blogCategorySection .leftSideBlogPost .secondrowarticleitem .previewBlogPostPictureDesktop {
        margin-top: 40px;
    }

.productCategoryDropdown {
    position: absolute;
    color: black;
    width: 200px;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    margin-top: 30px;
    visibility: hidden;
}

    .productCategoryDropdown.active {
        visibility: visible;
    }

    .productCategoryDropdown a {
        text-decoration: none;
        font-size: 10px !important;
        color: #333;
    }

        .productCategoryDropdown a:hover {
            font-weight: bold;
        }

.productCatsContainer {
    background: url(../images/flyout-arrow-top.png) no-repeat center center;
    content: " ";
    height: 14px;
    left: 45%;
    position: absolute;
    top: -14px;
    width: 26px;
}

.productCategoryConteiner {
    height: 200px;
    position: absolute;
    width: 200px;
    margin-top: -50px;
    margin-left: 50px;
}


.accountButtonsDropdown {
    position: absolute;
    color: black;
    width: 170px;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    margin-top: 30px;
    visibility: hidden;
    max-height: none !important;
}

    .accountButtonsDropdown.active {
        visibility: visible;
    }

    .accountButtonsDropdown a {
        text-decoration: none;
        color: #333;
    }

        .accountButtonsDropdown a:hover {
            font-weight: bold;
        }

    .accountButtonsDropdown ::before {
        background: url(../images/flyout-arrow-top.png) no-repeat center center;
        content: " ";
        height: 14px;
        left: 45%;
        position: absolute;
        top: -14px;
        width: 26px;
    }

.productCategoryConteiner {
    height: 0;
    position: absolute;
    width: 0;
    margin-top: 13px;
    margin-left: -40px;
}

.accountButtonsContainer {
    position: absolute;
    display: table-column;
    /*margin-left: -132px;*/
    margin-top: 20px;
    max-width: 160px;
}

.accountButtonsContainerLoggedOut {
    position: absolute;
    display: table-column;
    margin-left: -70px;
    margin-top: 30px;
    max-width: 160px;
}

    .accountButtonsContainerLoggedOut .accountButtonsDropdown li {
        width: 100%;
        text-align: center;
    }

.accountButtonsDropdown li {
    float: none;
    width: 100%;
    text-align: center;
}

.navSearch #headerSearch {
    margin-top: 10px !important;
}

@media (max-width:767px) {
    .navSearch #headerSearch {
        display: block;
        padding-top: 30px;
    }
}

@media (min-width: 992px) and (max-width:1050px) {
    .navSearch #headerSearch {
        margin-top: 2px !important;
    }
}

.priceContainerLandingPage {
    margin-top: 20px;
    text-align: center;
}

    .priceContainerLandingPage .price.old-price {
        float: left;
        text-decoration: line-through;
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        color: #ccc;
    }


    .priceContainerLandingPage .reducedPrice {
        color: #e32b2b !important;
        font-size: 17px !important;
        font-weight: bold;
    }

.landingPageBundleDiscount {
    color: #333 !important;
    font-size: 16px !important;
    font-weight: bold;
}

.addBundle {
    max-width: 220px;
    margin-top: 15px;
}

.addGroupedProductBundle {
    margin-top: 15px;
}

.productGuide {
    display: inline-flex !important;
    z-index: 9999;
}

.productGuideHovered {
    display: inline-flex !important;
    z-index: 9999;
}

.productGuide::after {
    content: '\25BC';
    margin-top: 10px;
}

.productGuideHovered::after {
    content: '\25B2';
    margin-top: 10px;
}

.accountDropdown {
    display: inline-flex !important;
    z-index: 9999;
}

.accountDropdownHovered {
    display: inline-flex !important;
    z-index: 9999;
}

.accountDropdown::after {
    content: '\25BC';
    margin-top: 17px;
}

.accountDropdownHovered::after {
    content: '\25B2';
    margin-top: 17px;
}


@media (min-width: 992px) and (max-width:1050px) {
    #myAccountButtons a {
        margin-top: 0;
    }

    .accountDropdown::after {
        content: '\25BC';
        margin-top: 10px;
    }

    .accountDropdownHovered::after {
        content: '\25B2';
        margin-top: 10px;
    }
}

@media (max-width:1050px) {

    #myAccountButtons {
        display: none !important;
    }
}

.attributes dl dd {
    float: right;
}

.reviewLogInDiv {
    width: 100%;
    text-align: center;
}

.viewMoreArticles {
    width: 100%;
    text-align: center;
}

.attributes {
    margin-top: 15px;
}

    .attributes dl {
        margin-top: 15px;
        display: flex;
        /*float:none !important;*/
    }

    .attributes dd {
        float: none !important;
        margin-left: 6% !important;
    }

@media (max-width: 990px) {
    .attributes dd {
        margin-left: -3%;
    }
}

@media (min-width: 992px ) and (max-width: 1300px) {
    .attributes dd {
        margin-left: 10%;
    }
}


@media(max-width: 768px) {
    .badgeOnSmall {
        display: block !important;
        text-align: center;
    }

    .badgeBorderOnProductDetailsPage {
        border-bottom: 2px solid #f1f0ee;
    }

    .badgeOnSmall .img-responsive {
        height: 70px;
    }

    .badgeStyle {
        border-top: none;
    }

    .badgeOnBig {
        display: none !important;
    }
}

@media(min-width: 769px) {
    .badgeOnSmall {
        display: none !important;
    }

    .badgeOnBig {
        display: block !important;
    }
}

.attributes label {
    float: left;
    color: #afaead !important;
    text-transform: uppercase;
    margin: 1px 10px 10px 0;
    margin-top: 10px;
    font-weight: initial;
}

#rpText {
    width: 100%;
    background-color: #f2dede;
    margin-top: 10px;
    /*padding: 5px;*/
}

#rpTextNoProduct {
    width: 100%;
    background-color: #f2dede;
    margin-top: 10px;
}

#rpTextApplied {
    width: 100%;
    background-color: #dff0d8;
    margin-top: 10px;
}







.capbox {
    /*background-color: #92D433;*/
    display: inline-block;
    *display: inline;
    zoom: 1; /* FOR IE7-8 */
    /*padding: 8px 40px 8px 8px;*/
}

.capbox-inner {
    color: #000000;
    /*background-color: #DBF3BA;*/
    margin: 5px auto 0px auto;
    /*padding: 3px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.CaptchaDivClass {
    font: bold 17px verdana, arial, sans-serif;
    font-style: italic;
    color: #000000;
    background-color: #FFFFFF;
    padding: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    text-align: center;
}

#CaptchaInput {
    margin: 1px 0px 1px 0px;
    /*width: 170px;*/
}


.blogsInCategory h1 {
    font-size: 28px;
    text-transform: none;
    margin-bottom: 25px !important;
}

.product-page-reviews-container .product-no-reviews {
    text-align: center;
}

    .product-page-reviews-container .product-no-reviews:hover {
        text-align: center;
        color: #fff;
    }

        .product-page-reviews-container .product-no-reviews:hover a {
            text-align: center;
            border-bottom: 3px solid #000;
        }

    .product-page-reviews-container .product-no-reviews a {
        text-decoration: none;
        color: #000;
        font-size: 17px;
        border-bottom: 3px solid #cbcbcb;
    }

        .product-page-reviews-container .product-no-reviews a:hover {
            text-decoration: none;
        }



@media only screen and (min-width:399px) and (max-width:425px) {
    .categoryBannerSection {
        height: 410px;
    }

    #blogCategorySection {
        margin-top: 110px;
    }
}

.productFullDescription {
    min-height: 180px;
}

.registerCaptchaContainer {
    margin-left: 30%;
}

.registerCaptchaContainerMob {
    margin-left: 20%;
}

.bannerCampanie, .bannerCampanieMobile {
    display: none !important;
}

#currencyChanged .modalAddedToCart .flyoutAddedToCartTitle {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.currencyDismiss {
    text-align: center;
}

#closeCurrencyChanged {
    max-width: 200px;
}

#landingPageBanner.categoryBannerSection {
    background-position: center center !important;
}




.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* margin: 0.2em; */
    padding: 0 15px 0 46px;
    border: 2px solid #000;
    /*text-align: left;*/
    line-height: 40px;
    white-space: nowrap;
    /*border-radius: 0.2em;*/
    font-size: 15px;
    font-weight: 700;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    width: 228px;
    text-align: center;
    /*letter-spacing: 2px;*/
    text-transform: uppercase;
    color: #3f3f3f;
    font-family: inherit;
}

    .loginBtn:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 34px;
        height: 100%;
    }

    .loginBtn:focus {
        outline: none;
    }

    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }


/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    /*background: #DD4B39;*/
    background-color: white;
}

    .loginBtn--google:before {
        /*border-right: #BB3F30 1px solid;*/
        margin-top: 6px;
        margin-left: 10%;
        /*background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;*/
        background: url('../images/google-icon.png')no-repeat;
        background-size: 28px;
    }

    .loginBtn--google:hover,
    .loginBtn--google:focus {
        /*background: #E74B37;*/
        background-color: #000 !important;
        opacity: 1 !important;
        color: white !important;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }

/* Facebook */
.loginBtn--facebook {
    /*background-color: #4C69BA;*/
    background-color: white;
    /*background-image: linear-gradient(#4C69BA, #3B55A0);*/
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    /*text-shadow: 0 -1px 0 #354C8C;*/
}

    .loginBtn--facebook:before {
        /*border-right: #364e92 1px solid;*/
        margin-top: 6px;
        margin-left: 10%;
        /*background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;*/
        background: url('../images/fb-icon.png')no-repeat;
    }

    .loginBtn--facebook:hover,
    .loginBtn--facebook:focus {
        /*background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1);*/
        background-color: #000 !important;
        opacity: 1 !important;
        color: white !important;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }

.header {
    float: none;
    background: #fff;
}

.master-wrapper-content {
    float: none;
}

    .master-wrapper-content:before,
    .master-wrapper-content:after {
        content: '';
        display: table;
    }

    .master-wrapper-content:after {
        clear: both;
    }

#footer-new-pos {
    float: none;
}

.product-essential {
    margin-top: 0 !important;
}

.containerFullWidth {
    margin-top: 0 !important;
}

.product-essential {
    padding-top: 0;
}

.breadcrumbSchemaList {
    margin-top: 15px;
    padding-right: 0;
}

.productSubCategoryDropdown {
    margin-left: 189px;
    background: white;
    color: black;
    width: 200px;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: -10px;
    /*visibility: hidden;*/
}

/*.productSubCategoryDropdown.active {
    visibility: visible;
}*/

.productSubSubCategoryDropdown {
    margin-left: 189px;
    background: white;
    color: black;
    width: 200px;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: -10px;
    /*visibility: hidden;*/
}

/*.productSubSubCategoryDropdown.active {
    visibility: visible;
}*/

.subsubcatlist {
    margin-left: 1px;
}

.categoryTriggerMobile ::after {
    content: '\25BC';
    margin-top: 10px;
    font-size: 12px;
    margin-left: 4px;
}

.categoryTriggerMobileHovered ::after {
    content: '\25B2';
    margin-top: 10px;
    font-size: 12px;
    margin-left: 4px;
}

.subCategoryTriggerMobile ::after {
    content: '\25BC';
    margin-top: 10px;
    font-size: 12px;
}

.subCategoryTriggerMobileHovered ::after {
    content: '\25B2';
    margin-top: 10px;
    font-size: 12px;
}

.subSubCategoryTriggerMobile ::after {
    content: '\25BC';
    margin-top: 10px;
    font-size: 12px;
}

.subSubCategoryTriggerMobileHovered ::after {
    content: '\25B2';
    margin-top: 10px;
    font-size: 12px;
}


.subCategoryMobile {
    font-size: 14px;
}

/*.showDivision{
    display:block;
}*/
.hideDivision {
    display: none;
}

.categoryMobile {
    margin-left: 5px;
}

.breadcrumbProductFont {
    font-size: 14px;
}

.reducedPriceGroupedProduct {
    color: #e32b2b !important;
    font-size: 17px !important;
    font-weight: bold;
}

.fullPriceGroupedProduct {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    text-decoration: line-through;
}

.actualGroupedProductPrice {
    line-height: 26px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.groupedImages {
    display: flex;
}


    .groupedImages > .imgsGroupedProducts:last-child > svg {
        display: none;
    }

    .groupedImages > .imgsGroupedProducts > svg {
        position: absolute;
        top: 50%;
        right: -10px;
        z-index: 5;
    }

    .groupedImages > .imgsGroupedProducts {
        position: relative;
    }

        .groupedImages > .imgsGroupedProducts > img {
            position: relative;
            z-index: 2;
            max-width: 90%;
            margin: auto;
            display: block;
        }

        .groupedImages > .imgsGroupedProducts:first-child {
            margin-left: auto;
        }

        .groupedImages > .imgsGroupedProducts:last-child {
            margin-right: auto;
        }

@media (max-width:991px) {
    .groupedImages > .imgsGroupedProducts:first-child {
        margin-left: auto;
        margin-top: 50px;
    }

    .groupedImages {
        flex-wrap: wrap;
        flex-direction: column;
    }

        .groupedImages > .imgsGroupedProducts > img {
            max-height: 150px;
        }

        .groupedImages > .imgsGroupedProducts > svg {
            top: 100%;
            right: 50%;
            margin: -10px -10px 0 0;
        }


        .groupedImages > .imgsGroupedProducts {
            margin-right: auto;
            margin-left: auto;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }
}

.header {
    z-index: 999;
    position: relative;
}

.groupedProductShortDescription {
    padding-top: 420px;
    padding-bottom: 0px;
}

.header-lower > .container > div:before,
.header-lower > .container > div:after {
    content: '';
    display: table
}

.header-lower > .container > div:after {
    clear: both;
}

.csm-search.mobile-search {
    display: none !important;
}

@media (max-width: 767px) {
    .header-lower {
        padding-bottom: 5px;
    }

        .header-lower > .container > div {
            padding-bottom: 15px;
        }

    .csm-search {
        width: 450px;
        max-width: 95%;
        margin: 0 auto;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .csm-search.desktop-search {
            display: none !important;
        }

        .csm-search.mobile-search {
            display: block !important;
        }

        .csm-search:before,
        .csm-search:after {
            content: '';
            display: table;
        }

        .csm-search:after {
            clear: both;
        }

        .csm-search * {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .csm-search .screen-reader-text {
            display: none;
        }

        .csm-search .search-field {
            width: calc(100% - 50px);
            float: left;
            height: 45px;
            line-height: 35px;
            padding: 5px 10px;
            border: solid 1px #ccc;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
        }

        .csm-search .search-submit {
            width: 45px;
            margin-left: 5px;
            float: right;
            height: 45px;
            line-height: 43px;
            text-align: center;
            background: #3f8654;
            background: #3f8654;
            border: solid 1px #ccc;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
        }

            .csm-search .search-submit .fa {
                color: #fff;
            }

        .csm-search .search-field::-webkit-input-placeholder {
            text-transform: capitalize;
        }

        .csm-search .search-field:-moz-placeholder {
            text-transform: capitalize;
        }

        .csm-search .search-field::-moz-placeholder {
            text-transform: capitalize;
        }

        .csm-search .search-field:-ms-input-placeholder {
            text-transform: capitalize;
        }
}


.newsletterSubs {
    text-align: center;
    margin-top: 5%;
}


.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0;
    }

.mr-1 {
    margin-right: 5px;
}

.checkboxToRight input[type=checkbox] {
    margin-top: -2px;
}

@media (max-width: 767px) {
    .checkboxToRight input[type=checkbox] {
        margin-top: -5px;
    }
}

.checkboxToRight {
    margin-right: 1.5rem !important;
}

    .checkboxToRight + .checkboxToRight {
        margin-right: 0 !important;
    }

.save-btn-mt.csm-info {
    margin-top: 30px;
}

.nlMoreInfo {
    font-size: 13px;
    display: block;
    line-height: 1.3;
}


.nlFlyout {
    float: left;
}

.nlFlyoutLabel {
    float: right;
    width: calc(100% - 17px);
    line-height: 1.3 !important;
    margin-bottom: 5px !important;
    margin-top: 2px;
}


.home-page-category-grid .slider > .item-box {
    display: none; /* Hidden items before create the slide */
}


    .home-page-category-grid .slider > .item-box:nth-child(1),
    .home-page-category-grid .slider > .item-box:nth-child(2),
    .home-page-category-grid .slider > .item-box:nth-child(3),
    .home-page-category-grid .slider > .item-box:nth-child(4),
    .home-page-category-grid .slider > .item-box:nth-child(5),
    .home-page-category-grid .slider > .item-box:nth-child(6) {
        display: block;
    }

.home-page-category-grid .slider .slick-list .item-box {
    display: block; /* Show items on slide */
}

.home-top-banner {
    position: relative;
}


    .home-top-banner .slider-placeholder img {
        width: 100% !important;
        height: auto !important;
    }

    .home-top-banner .slider-placeholder {
        display: block;
    }

.js-on .home-top-banner .slider-placeholder {
    display: none;
}

.home-top-banner .slider-wrapper {
    display: none;
}

.js-on .home-top-banner .slider-wrapper {
    display: block;
}



.home-top-banner-mobile {
    position: relative;
}


    .home-top-banner-mobile .slider-placeholder-mobile img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .home-top-banner-mobile .slider-placeholder-mobile {
        display: block !important;
    }

.js-on .home-top-banner-mobile .slider-placeholder-mobile {
    display: none !important;
}

.home-top-banner-mobile .slider-wrapper {
    display: none;
}

.js-on .home-top-banner-mobile .slider-wrapper {
    display: block;
}

.notifications-header {
    background-color: #333;
    text-align: center;
    color: #eee;
    display: inline-block;
    width: 100%;
    margin: 0 0px;
    font-size: 16px;
    font-weight: bold;
}

.temporaryOutOfStock {
    border-top: 2px solid #f1f0ee;
    font-family: sans-serif;
    font-size: 17px;
    color: #393939;
    padding: 15px 0 0 0;
}

#topBannerSlide {
    position: relative;
}

    #topBannerSlide .bannerSocial {
        position: absolute;
        bottom: 45px;
        left: 25%;
    }

    #topBannerSlide #headerSocialMedia,
    #topBannerSlide #headerSocialMedia .bannerSocial {
        display: inline-block;
        width: auto;
    }

    #topBannerSlide .bannerSocial .social-wrapper > li {
        display: inline-block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
    }

        #topBannerSlide .bannerSocial .social-wrapper > li a {
            color: #888;
            text-decoration: none;
        }

#csm-slider * {
    line-height: 1;
}

#csm-slider img,
#csm-slider .img-responsive {
    width: 100%;
    height: auto;
}

.topBannerSlideMobile {
    display: none !important;
}

#csm-slider > .slickSliderMobile,
#csm-slider > .slickSliderDesktop {
    display: none; /* Hidden items before create the slide */
    margin: 0;
    padding: 0;
}

    #csm-slider > .slickSliderMobile:first-child,
    #csm-slider > .slickSliderDesktop:first-child {
        display: block;
    }

#csm-slider .slick-list .slickSliderMobile,
#csm-slider .slick-list .slickSliderDesktop {
    display: block; /* Show items on slide */
}
/* Dots */
#csm-slider .slick-dots {
    display: block;
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    #csm-slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        #csm-slider .slick-dots li button {
            font-size: 0;
            line-height: 0;
            position: relative;
            display: block;
            width: 16px;
            height: 16px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            #csm-slider .slick-dots li button:before {
                content: "";
                background: #fff;
                width: 16px;
                height: 16px;
                display: block;
                top: 10px;
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                left: 0;
                border: solid 1px #ccc;
                opacity: .7;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
            }

                #csm-slider .slick-dots li button:before:hover {
                    opacity: 1;
                }

        #csm-slider .slick-dots li.slick-active button:before {
            background: #333;
            opacity: 1;
        }

#csm-slider .dim-slider {
    display: none;
    max-height: 331px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    -ms-touch-action: pan-y;
}

    #csm-slider .dim-slider .slick-list,
    #csm-slider .dim-slider .slick-slide {
        max-height: 331px;
    }

/* Arrows */
#csm-slider .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    opacity: 1;
    visibility: visible;
    width: 45px;
    height: 45px;
    margin-top: -30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    color: #a6a6a6;
    text-align: center;
    z-index: 4;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

#csm-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

#csm-slider .slick-next {
    right: 0;
}

    #csm-slider .slick-next:before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 45px;
        line-height: 45px;
        background: none !important;
        width: 45px;
        height: 45px;
    }

#csm-slider .slick-prev {
    left: 0;
}

    #csm-slider .slick-prev:before {
        content: "\f104";
        font-family: FontAwesome;
        font-size: 45px;
        line-height: 45px;
        background: none !important;
        width: 45px;
        height: 45px;
    }


@media (max-width: 767px) {
    .topBannerSlideDesktop {
        display: none !important;
    }

    .topBannerSlideMobile {
        display: block !important;
    }

    .csm-slider-category .slick-prev {
        left: 5px;
        z-index: 10;
    }

    .csm-slider-category .slick-next {
        right: 5px;
        z-index: 10;
    }
}

.catalog-dropdown-filter {
    width: 144px !important;
}
