body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #282828;
    font-size: 14px;
    line-height: 24px;
    border-top: 4px solid #626668;
}

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

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 14px !important;
    font-weight: normal !important;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

a {
    color: #23a1d1;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0;
}

label {
    font-size: 14px;
    font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 13px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 14px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/*mega-menu*/

#menu > ul > li:last-child:hover div {

}

#res-menu {
    display: none;
}

#menu > ul > li > div {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #ebebeb;
    display: none;
    left: 0;
    width: 270px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 12345;
}

#menu > ul > li:hover {
    cursor: pointer;
}

#menu > ul > li:hover > a {
    color: #fff;
    background: #393185;
}
#menu > ul > li:hover > div {
    display: block;
    box-shadow: 0 5px 15px 1px #D8D8D8;
}

#menu > ul > li:hover .active_menu {
    display: block;
}

.active_menu {
    background: url("../image/megnor/dropdown-icon.png") no-repeat scroll 0 0 transparent;
    display: none;
    height: 7px;
    left: 25%;
    position: absolute;
    top: 42px;
    width: 12px;
}

#menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.categorycolumn {
    margin-bottom: 0;
    vertical-align: top;
}

.cate_inner_bg {
    display: none;
    position: absolute;
    background: #fff;
    top: -2px;
    bottom: -2px;
    left: calc(100% - 2px);
    width: 904px;
    border: 2px solid #ebebeb;
    box-shadow: 0 5px 15px 1px #D8D8D8;
    z-index: -1;
}

.submenu1 {
    display: block;
    font-weight: normal;
    position: relative;
}

.categorycolumn:hover .cate_inner_bg {
    display: flex;
}

.cate_inner_bg > ul {
    width: calc(100% + 4px - 285px);
    border: 2px solid #393185;
    overflow: auto;
    margin: 0 -2px !important;
    padding: 3px !important;
    position: relative;
}

.cate_inner_bg > ul:after {
    content: '';
    display: block;
    background: #fff;
    width: 100%;
    height: 2px;
    position: relative;
    top: -2px;
}

.cate_inner_bg > ul > li.empty {
    border: none !important;
}

.cate_inner_bg > ul > li {
    width: 50%;
    display: flex;
    align-items: stretch;
    border-bottom: 2px solid #ebebeb;
    padding: 10px 0;
    float: left;
}

.cate_inner_bg > ul > li > a {
    border-right: 2px solid #ebebeb;
}

.cate_inner_bg > ul > li:nth-child(2n) > a {
    border-right-color: transparent;
}

.cate_inner_bg > ul > li > a:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    border-right-color: transparent;
}

.cate_inner_bg > ul > li:nth-child(2n) > a:hover {
    margin: 0 0 0 -2px;
    padding-left: 17px !important;
    padding-right: 13px !important;
}

.cate_inner_bg > img {
    width: 285px;
    height: 480px;
    object-fit: cover;
}

.menu-fixed.fixed .main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-fixed.fixed #phones {
    margin: 0 25px;
}

.menu-fixed.fixed #phones .phone {
    display: flex;
    align-items: center;
}

.menu-fixed.fixed #phones .phone a {
    color: #393185;
    font-size: 21px;
}

.menu-fixed.fixed #cart {
    float: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-fixed.fixed #wishlist-total {
    margin: 0 30px;
    position: relative;
    top: 3px;
}

.menu-fixed.fixed #wishlist-total .hidden-xs {
    display: none;
}

@media (max-width: 1199px) {
    .cate_inner_bg {
        width: 723px;
    }
    .cate_inner_bg > ul {
        width: calc(100% + 4px - 220px);
    }
    .cate_inner_bg > img {
        width: 220px;
        height: 370px;
    }

    .menu-fixed.fixed #phones {
        margin: 0 10px 0 25px;
    }

    .menu-fixed.fixed #phones .phone a {
        font-size: 16px;
    }

    .menu-fixed.fixed #wishlist-total {
        margin: 0 30px 0 10px;
    }
}

@media (max-width: 979px) {
    .cate_inner_bg {
        width: 528px;
    }

    .cate_inner_bg > ul {
        width: calc(100% + 4px - 155px);
    }
    .cate_inner_bg > img {
        height: 264px;
        width: 155px;
    }
    .cate_inner_bg > ul > li {
        width: 100%;
        float: none;
    }

    .cate_inner_bg > ul > li > a {
        border-right: none;
    }

    .cate_inner_bg > ul > li:nth-child(2n) > a:hover {
        margin: 0;
        padding-left: 15px !important;
    }

    .menu-fixed.fixed #phones {
        margin: 0 -8px 0 0;
    }

    .menu-fixed.fixed #phones .phone a {
        font-size: 12px;
    }

    .menu-fixed.fixed #phones .phone:first-child:after {
        font-size: 11px;
        margin-left: 5px;
    }
}

#menu > ul > li ul > li > a {
    font-size: 14px;
    padding: 10px 15px;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-height: 70px;
    line-height: 20px;
}

#menu > ul > li ul > li > a img {
    width: 80px;
    height: 50px;
    margin-right: 10px;
}

.categorycolumn:hover .submenu1 {
    color: #fff;
    background: #393185;
}

.submenu1 .fa {
    font-size: 12px;
    vertical-align: top;
    color: #222;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    transition: right 200ms;
}

.submenu1 .fa:before {
    display: inline-block;
}

.categorycolumn:hover .submenu1 .fa {
    color: #fff;
    right: 10px;
}

.submenu2 {
    height: 70px;
    text-transform: uppercase;
}

/* Gradent to all drop down menus */
.fixed {
    position: fixed;
    top: 0;
}

.menu-fixed {
    width: 100%;
    z-index: 11;
    background: #fff;
}

.dropdown-menu li > a:hover {
    text-decoration: none;

}

/* top */
.top_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_items > div {
    width: 30%;
}

.top_items .phone {
    margin: 10px 0;
}

.top_items .phone a {
    color: #393185;
    font-size: 21px;
}

.top_items .phone a:hover {
    color: #393185;
    opacity: 0.9;
}

header {
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    box-shadow: 0 1px 3px #D8D8D8;
    margin-bottom: 3px;
    position: relative;
}

header .res-menu {
    height: 67px;
    padding: 0 5px;
}

#top-links > ul > li {
    display: block;
    padding: 0;
    margin: 15px 0;
}

#top-links {
    display: flex;
    justify-content: flex-end;
}

#top-links ul {
    margin: 0;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #393185;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #393185;
    opacity: 0.9;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

.account-icon,
.wishlist-icon {
    position: relative;
    font-size: 20px;
    margin: 0 10px 0 0;
    width: 20px;
    text-align: center;
}

.wishlist-badge {
    position: absolute;
    top: -6px;
    right: -7px;
    background: #393185;
    border-radius: 8px;
    color: #fff;
    font-size: 9px;
    padding: 3px 4px;
    font-family: Verdana, sans-serif;
    min-width: 15px;
    text-align: center;
}

.myaccount .caret {
    color: #393185;
    margin-left: 5px;
}

/* logo */
#top .nav_center {
    text-align: center;
    margin: 15px 0;
}

#top .nav_center img {
    display: inline-block;
    max-width: 150px;
}

/* search */
.search {
    margin: 5px 0;
}

#search {
    position: relative;
}

#search .btn-lg {
    font-size: 15px;
    border: none;
    background: none !important;
    color: #73777A !important;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 11px 7px;
}

#search .btn-lg:hover {
    background: none !important;
}

.nav_right .search, .nav_right .cart {
    z-index: 12;
}

.nav_right .search .fa {
    font-size: 17px;
    padding: 7px 4px;
}

#search input {
    border: 1px solid #EBEBEB;
    width: 100%;
    font-size: 14px;
    padding: 5px 35px 5px 10px;
}

#search input:focus {
    border: 1px solid #393185;
}

#top .cart span {
    padding: 0 0 0 25px;
}

#cart {
    margin: 5px 0;
    float: right;
}

#cart > button {
    background-image: none !important;
    border: 1px solid #393185 !important;
    padding: 5px 15px !important;
    background-position: 10px 7px !important;
    width: 270px;
    color: #393185 !important;
}

#cart > button.cart-full {
    background-color: #393185 !important;
    color: #fff !important;
}

#cart > .btn {
    box-shadow: none;
    background: url("../image/megnor/cart1.png") no-repeat scroll 0 19px transparent;
}

#cart #cart-total .fa.fa-shopping-cart {
    display: none;
}

#cart.open > .btn {
    background-color: #FFFFFF;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
    border: none;
    float: none;
}

#cart .table-striped {
    border-bottom: 1px solid #eeeeee !important;
}

#cart .dropdown-menu li p {
    margin: 0;
}

#cart .dropdown-menu .img-thumbnail {
    border: 1px solid #eeeeee;
    max-width: none;
    width: auto;
    padding: 0;
}

.cart .cart-menu {
    background: #fff !important;
    border: 1px solid #dbdbdb;
    padding: 8px;
    margin: 0;
    top: 42px;
    width: 357px;
}

#cart .dropdown-menu .text-center {
    padding: 8px 0 !important;
}

.cart td {
    background: none !important;
    border: none !important;
}

.cart img, .checkout-cart tbody .img-thumbnail {
    border: none !important;
    border-radius: 0 !important;
}

#cart .checkout_btn {
    margin: 0 -2px;
}

#cart .checkout_btn a {
    padding: 4px 12px;
    background: #000;
    color: #e8e8e8;
    font-size: 15px;
    margin: 0 2px;
    display: inline-block;
}

#cart .checkout_btn a strong {
    font-weight: normal;
}

#cart .checkout_btn a:hover {
    background: #686868;
    color: #fff;
}

/* lang-curr*/
#form-currency .dropdown-menu {
    right: 0;
    left: auto;
}

#form-language .dropdown-menu, #form-currency .dropdown-menu,
.myaccount .dropdown-menu, .affiliate-tracking #content .dropdown-menu {
    background: #f5f5f5;
    border: 1px solid #dddddd;
    box-shadow: 0 2px 1px #F0F0F0;
    padding: 0;
    min-width: 125px;
}

.top_arrow {
    background: url("../image/megnor/search_img.png") no-repeat scroll 0 0 transparent;
    height: 9px;
    position: absolute;
    right: 10%;
    top: -8px;
    width: 10px;
}

.myaccount .top_arrow {
    left: 10%;
    right: auto;
}

.myaccount .dropdown-menu {
    width: 100%;
}

#form-language .dropdown-menu > li > a, #form-currency .dropdown-menu > li .btn,
.myaccount .dropdown-menu > li > a, .affiliate-tracking #content .dropdown-menu > li > a {
    padding: 5px 10px;
    font-size: 13px;
    text-align: left;
    border-bottom: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
    line-height: 18px;
}

#form-currency .dropdown-menu .btn {
    width: 100%;
}

#form-language .dropdown-menu > li > a:hover, #form-currency .dropdown-menu > li .btn:hover,
.myaccount .dropdown-menu > li > a:hover, .affiliate-tracking #content .dropdown-menu > li > a:hover {
    background: #ffffff;
    color: #393185;
}

#form-language img {
    margin: 1px 5px 4px 0;
}

/* menu */

.nav-responsive {
    display: none;
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu > ul > li {
    position: relative;
    z-index: 20;
    margin: 5px 0;
}

.main-menu > ul > li > a {
    font-size: 14px;
    color: #393185;
    display: inline-block;
    padding: 5px 15px;
    z-index: 6;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #393185;
    width: 270px;
    text-align: center;
}

.menu-fixed.fixed .main-menu > ul > li > a {
    width: 145px;
}

.main-menu a:hover {
    text-decoration: none;
}

.main-menu > ul > li > ul, .responsive-menu .main-navigation {
    display: none;
    background: #fff;
    border: 2px solid #ebebeb;
    position: absolute;
    z-index: 5;
    padding: 5px;
}

.main-menu > ul > li:hover > ul {
    display: block;
}

.main-menu > ul > li ul > li > ul {
    display: none;
    background: #fff;
    border: 2px solid #ebebeb;
    position: absolute;
    z-index: 5;
    padding: 5px;
    margin-left: -13px;
}

.main-menu > ul > li ul > li:hover > ul {
    display: block;
    top: 0;
    left: 173px;
}

.main-menu > ul > li ul > li > a:hover, .responsive-menu .main-navigation li a:hover {
    color: #333;
    background-color: #fff;
}

.main-menu > ul > li ul > li > a.activSub {
    background-image: url(../image/megnor/cat_arrow_hover.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.main-menu > ul > li > ul > ul > li > a {
    color: #282828;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

:focus {
    outline: none !important;
}

.alert {
    margin: 10px auto;
    width: 1170px;
}

.common-home header {
    margin: 0;
}

.menu-fixed + .tmhome-slider {
    width: 900px;
    height: 520px;
    margin: 0 auto 25px;
    overflow: hidden;
    position: relative;
    left: 135px;
}

.common-home .menu-fixed:not(.fixed) #menu > ul > li:first-child > div {
    display: block;
    margin-top: 5px;
}

@media (max-width: 1199px) {
    .main-menu > ul > li > a {
        width: 220px;
    }

    .menu-fixed.fixed .main-menu > ul > li > a {
        width: 120px;
        font-size: 11px;
    }

    #menu > ul > li > div,
    #cart > button {
        width: 220px;
    }

    #menu > ul > li ul > li > a {
        font-size: 13px;
        padding: 6px 15px 5px;
    }

    #menu > ul > li ul > li > a img {
        width: 60px;
        height: 35px;
    }

    .menu-fixed + .tmhome-slider {
        width: 720px;
        height: 380px;
        left: 110px;
    }
}

@media (max-width: 979px) {
    .main-menu > ul > li > a {
        width: 200px;
    }

    .menu-fixed.fixed .main-menu > ul > li > a {
        width: 110px;
        padding: 5px 10px;
    }

    #menu > ul > li > div {
        width: 200px;
    }

    #menu > ul > li ul > li > a {
        padding: 1px 15px;
    }

    .menu-fixed + .tmhome-slider {
        width: 524px;
        height: 260px;
        left: 100px;
    }
}

@media (max-width: 767px) {
    .main-menu > ul > li > a {
        width: 30px;
        border: none;
        padding: 0;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #menu > ul > li:hover > a {
        color: #393185;
        background: #fff;
    }

    .main-menu > ul > li > a > span {
        display: none;
    }

    .menu-fixed + .tmhome-slider {
        width: 100%;
        height: auto;
        left: 0;
    }

    .menu-fixed.opened {
        z-index: 99999;
    }

    .no-scroll > jdiv {
        display: none;
    }

    .menu-fixed.opened .main-navigation {
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.3);
        overflow: auto;
    }

    .menu-fixed.opened .main-navigation:before {
        content: '';
        position: fixed;
        z-index: 1;
        top: 0;
        right: 50px;
        bottom: 0;
        left: 0;
        background: #fff;
    }

    .menu-fixed.opened .main-menu > ul > li > a {
        width: auto;
        height: auto;
    }

    .menu-fixed.opened .main-menu > ul > li > a > span {
        display: block;

        background-color: #fff;
        color: #393185;
        margin: 0;
        padding: 30px 15px 15px 15px;
        position: fixed;
        top: 0;
        left: 0;
        right: 50px;
        z-index: 100;
        font-size: 24px;
        border-bottom: 2px solid #ebebeb;

        text-align: left;
        text-transform: none;
    }

    .menu-fixed.opened #menu .expandable {
        background-color: #393185;
        color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        padding: 10px 15px 7px;
        width: 50px;
        text-align: center;
    }

    .menu-fixed.opened #menu .expandable:before {
        content: '×';
        font-size: 30px;
        font-family: 'Open Sans', serif;
    }

    .menu-fixed.opened #menu > ul > li {
        margin: 0;
    }

    .common-home .menu-fixed.opened #menu > ul > li:first-child > div {
        margin-top: 0;
    }

    #menu > ul > li:hover > div {
        display: none;
    }

    .menu-fixed.opened #menu > ul > li > div {
        display: block !important;
        border: none;
        position: static;
        width: auto;
        margin-right: 50px;
        margin-top: 0;
        padding: 86px 0 15px;
    }

    .menu-fixed.opened #menu > ul > li:hover > div {
        box-shadow: unset;
    }

    .menu-fixed.opened #menu > ul > li ul > li > a {
        padding: 15px 50px 15px 15px;
        position: relative;
    }

    .menu-fixed.opened .categorycolumn .submenu1 {
        font-size: 15px !important;
        margin-bottom: 2px;
    }

    .all-category-products {
        color: #393185;
        font-size: 16px !important;
    }

    .menu-fixed.opened .categorycolumn .submenu1:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 5px;
        right: 5px;
        height: 2px;
        background: #ebebeb;
    }

    .menu-fixed.opened .categorycolumn.opened .submenu1 {
        margin-bottom: 0;
    }

    .menu-fixed.opened .categorycolumn.opened .submenu1:after {
        content: none;
    }

    .menu-fixed.opened .categorycolumn:last-child .submenu1 {
        margin-bottom: 0;
    }

    .menu-fixed.opened .categorycolumn:last-child .submenu1:after {
        content: none;
    }

    .menu-fixed.opened .categorycolumn:hover .submenu1 {
        color: #393185;
        background: #fff;
    }

    .menu-fixed.opened .categorycolumn.opened .submenu1 {
        color: #fff;
        background: #393185;
    }

    .menu-fixed.opened .categorycolumn:hover .submenu1 .fa {
        color: #393185;
    }

    .menu-fixed.opened .categorycolumn.opened .submenu1 .fa {
        color: #fff;
    }

    .menu-fixed.opened .categorycolumn.opened .submenu1 .fa:before {
        content: "\f078";
    }

    .menu-fixed.opened .submenu1 .fa {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        padding: 19px;
        margin-top: 0;
        text-align: right;
    }

    .categoryinner.opened .categorycolumn:not(.opened) {
        display: none;
    }

    .categorycolumn:hover .cate_inner_bg {
        display: none;
    }

    .categorycolumn.opened .cate_inner_bg {
        display: block;
        position: static;
        width: auto;
        border: none;
        box-shadow: unset;
    }

    .categorycolumn.opened .cate_inner_bg > ul {
        width: auto;
        border-color: transparent;
        margin: 0 !important;
    }

    .categorycolumn.opened .cate_inner_bg li.empty,
    .categorycolumn.opened .cate_inner_bg > img {
        display: none;
    }
}

/* 1-col layout */
#column-left, #column-right {
    padding: 25px 0 0 !important;
}

#column-left {

}

#column-right {

}

.layout-1 #content {
    padding: 0 15px;
}

/* 2-col layout */
.layout-2 #column-left {
    padding: 0;
    width: 19.23%;
}

.layout-2 #column-right {
    padding: 0;
    width: 19.23%;
}

.layout-2 #content {
    width: 80.77%;
    padding: 0 0 0 28px;
    margin-bottom: 15px;

}

/* 3-col layout */
.layout-3 #column-left {
    width: 22%;
    padding: 0 15px 0 0;
}

.layout-3 #column-right {
    width: 22%;
    padding: 0 0 0 15px;
}

.layout-3 #content {
    padding: 25px 10px 0 !important;
    width: 56%;
}

/* footer */
.content_footer_right h2, .content_footer_bottom h2 {
    margin: 0;
}

footer {
    background-color: #F7F7F7;
    border-top: 1px solid #E1E1E1;
}

#footer .footer-top {
    padding: 50px 0 40px;
    margin: 0;
}

#footer .footer-top .column {
    padding: 0;
}

#footer .copyright .main-title {
    background: url("../image/megnor/footer_line.png") repeat-x scroll center center rgba(0, 0, 0, 0);
    clear: both;
    text-align: center;
}

#footer .copyright .powered {
    background: none repeat scroll 0 0 #F7F7F7;
    display: inline-block;
    padding: 0 20px;

}

#footer .footer-top h5, #footer .footer-top h3 {
    color: #1B1B1B;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    position: relative;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

#footer a {
    color: #282828;
}

#footer .footer-top a:hover {
    color: #686868;
}

#footer .column li {
    padding: 0 0 8px;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

@media (max-width: 979px) {
    #footer .column ul {
        display: none;
    }

    #footer .column {
        width: 100%;
    }
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    padding: 8px 0 !important;
    background: none !important;
    margin: 15px 0 10px !important;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    position: relative;
    white-space: nowrap;
}

.pagination {
    margin: 0;
}

.breadcrumb > li + li:before {
    content: "\f101" !important;
    font-family: FontAwesome;
}

/* buttons */
.buttons {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 6px;
    width: 100%;
    display: inline-block;
}

.buttons .pull-left { /*padding:6px; margin:0 0 10px;*/
}

.btn {
    padding: 3px 12px;
    font-size: 15px;
    width: auto;
}

.product-list .cart, .btn-default, .btn-primary, .aboutus-btn.btn, .btn-danger, .btn-info {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    font-size: 15px;
    padding: 3px 12px;
    color: #fff;
}

.product-list .cart:hover, .btn-default:hover, .btn-primary:hover, .aboutus-btn.btn:hover, .btn-danger:hover, .btn-info:hover, .btn-primary a:focus {
    background: #686868;
    color: #fff;
}

.aboutus-btn.btn {
    float: right;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 14px;
    color: #282828;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10px;
}

#cart.btn-group > .btn-lg {
    font-size: 13px;
    color: #282828;
    background: url("../image/megnor/cart1.png") no-repeat scroll 0 7px transparent;
    box-shadow: none;
    padding: 7px 0;
    border: 0 none;
    text-shadow: none;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-image: -moz-linear-gradient(to bottom, #fbb450, #f89406);
    background-image: -webkit-linear-gradient(to bottom, #fbb450, #f89406);
    background-image: -ms-linear-gradient(to bottom, #fbb450, #f89406);
    background-image: -o-linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.fa-times-circle:before {
    content: "\f00d";
    font-family: FontAwesome;
    color: #fff;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-image: -moz-linear-gradient(to bottom, #62c462, #51a351);
    background-image: -webkit-linear-gradient(to bottom, #62c462, #51a351);
    background-image: -ms-linear-gradient(to bottom, #62c462, #51a351);
    background-image: -o-linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-image: -moz-linear-gradient(to bottom, #444444, #222222);
    background-image: -webkit-linear-gradient(to bottom, #444444, #222222);
    background-image: -ms-linear-gradient(to bottom, #444444, #222222);
    background-image: -o-linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
}

.account-address .table-hover > tbody > tr > td {
    vertical-align: middle;
}

@media (max-width: 767px) {

    .control-label {
        margin: 8px 0;
    }
}

/* list group */
.filterbox {
    padding: 8px 0 40px;
}

.is-loading .diama-filter:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0.5;
    z-index: 9;
}

.filterbox .list-group-item {
    font-weight: bold;
    text-transform: none;
}

.box .filterbox .list-group a:before {
    display: none;
}

.filterbox input[type="checkbox"] {
    margin-top: 3px;
}

.filterbox .filter-count {
    color: #c3c3c3;
}

.filterbox .radio-size .filter-count {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 15px;
}

.list-group a {
    color: #282828;
    padding: 6px 0;
}

.list-group a:before {
    color: #AFAFAF;
    content: "\f105";
    font-family: FontAwesome;
    padding: 0 8px 0 0;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #686868;
    background: #eeeeee;
}

.list-group a.active:before, .list-group a.active:hover:before, .list-group a:hover:before {
    color: #000;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    margin-bottom: 20px;
    overflow: hidden;
}

.product-thumb .image {
    text-align: center;
    position: relative;
}

.product-thumb .image a {
    display: block;
}

#products-related,
#products-latest_viewed {
    margin: 22px 0 0;
}

#products-related .price, #products-latest_viewed .price {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
}

#products-related .product-block:hover .cart-rating,
#products-latest_viewed .product-block:hover .cart-rating {
    bottom: 0;
    opacity: 1;
    transition: visibility 0s ease-in-out 300ms, opacity 300ms ease-in-out 300ms;
    width: 100%;
}

#products-related .product-block:hover .image,
#products-latest_viewed .product-block:hover .image {
    border: 1px solid #E5E5E5;
    transition-duration: 800ms;
}

.product-thumb .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-grid .product-thumb .image {
    float: none;
}

.product-layout.product-list .image .cart-rating, .product-layout.product-grid .category_content .cart-rating {
    display: none;
}

.product-grid .description, .product-grid .price .price-tax,
#products-related .button-group, #products-related .price-tax,
#products-latest_viewed .button-group, #products-latest_viewed .price-tax {
    display: none;
}

.product-grid .caption h4, .product-grid .price {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-grid .product-thumb .button-group button {
    float: left;
    display: block;
    padding-right: 0;
    line-height: 22px;
    width: 50%;
    margin-top: 5px;
}

.product-grid .image a {
    display: block;
    width: 100%;
    height: 285px;
}

.product-grid .price-old, .product-grid .price-new,
.product-grid .price {
    font-weight: bold;
    font-size: 18px;
}

.cart-rating,
#products-related .cart-rating,
#products-latest_viewed .cart-rating {
    background: #393185;
    width: 50%;
    padding: 10px 0;
    bottom: 0;
    font-style: italic;
    float: right;
}

.product-list .cart-rating {
    float: left;
    width: auto;
    padding: 10px 25px;
    text-align: center;
}


.product-list .cart-rating .cart {
    background: transparent;
}

#products-related .cart-rating,
#products-latest_viewed .cart-rating {
    width: 100%;
}

.cart-rating button:hover {
    opacity: .6;
}

.product-grid .rating {
    text-align: center;
    display: none;
}

.product-grid .cart, #products-related .cart, #products-latest_viewed .cart {
    background: none;
    border: none;
    width: 100%;
    font-size: 15px;
}

.product-grid .cart span, #products-related .cart span, #products-latest_viewed .cart span {
    color: #e8e8e8;
}

.product-grid .product-thumb .image, #products-related .product-thumb .image, #products-latest_viewed .product-thumb .image {
    border: 1px solid #fff;
}

.product-grid .product-thumb .image {
    border: 1px solid #E5E5E5;
}

/*layout-3*/
.layout-3 .product-grid .cart-rating, .layout-3 #products-related .cart-rating, .layout-3 #products-latest_viewed .cart-rating {
    width: 91%;
}

.layout-3 .product-list .product-thumb .caption {
    width: 69%;
}

.layout-3 .product-list .cart-rating {
    width: 30%;
}

.whishlist span {
    background: url("../image/megnor/compare.png") no-repeat scroll 0 2px transparent;
    padding-left: 18px;
}

.whishlist:hover span {
    background-position: 0 -19px;
    transition: all 500ms ease 0s;
}

.compare span {
    background: url("../image/megnor/compare.png") no-repeat scroll 0 -41px transparent;
    padding-left: 18px;
}

.compare:hover span {
    background-position: 0 -61px;
    transition: all 500ms ease 0s;
}

.product-list .rating {
    padding: 0 0 0 10px;
}

.product-list .product-thumb {
    padding: 0 0 10px 0;
    border: 1px solid #ebebeb;
}

.product-list .product-thumb .image {
    float: left;
    margin: 10px 10px 0;
}

.product-list .product-thumb .caption {
    width: 70%;
}

.product-list .product-thumb .image img {
    width: 210px;
}

.product-list .description {
    margin: 0;
}

.product-thumb h4, #products-related h4 a, #products-latest_viewed h4 a {
    font-size: 13px;
    font-weight: normal;
}

.product-thumb h4 {
    height: 35px;
}

.product-thumb .caption {
    padding: 0;
    float: left;
}

.product-grid .product-thumb .caption, #products-related .caption, #products-latest_viewed .caption {
    width: 100%;
}

.layout-1 #content.productpage, .checkout-cart #content {
    margin-bottom: 15px;
}

.productpage .product-left {
    width: 41.66%;
}

.productpage .product-right {
    width: 57.44%;
}

.productpage .whishlist .fa:before {
    content: none;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.fa-stack {
    height: 13px;
    width: 13px;
    font-size: 15px;
}

.fa.fa-star.off {
    color: #7b7b7b;
    font-size: 15px;
}

.rating .fa-stack {
    height: 13px;
    width: 13px;
}

.rating .fa-star {
    color: #d7d7d7;
    font-size: 15px;
}

.rating .fa-star, .fa-stack-1x, .fa-stack-2x {
    color: #d7d7d7;
    font-size: 15px;
    line-height: 14px;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    font-weight: bold;
    color: #393185;
    font-size: 21px;
    text-align: left;
    line-height: 20px;
}

.product-thumb .price-new {
    color: #000000;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
}

.product-thumb .price-tax {
    color: #999;
    display: block;
}

.product-thumb .button-group {
    overflow: auto;
}

.product-thumb .button-group button {
    border: none;
    display: inline-block;
    float: left;
    background: none;
    color: #282828;
    line-height: 38px;
    font-size: 12px;
    text-align: center;
    padding: 0 10px 0 0;
}

.product-thumb .button-group button:hover {
    color: #686868;
}

.fa-exchange:before {
    display: none;
}

.compare .fa-exchange:before {
    padding: 0 5px 0 0;
}

.product-list .cart:hover span {
    color: #fff;
}

.product-list .cart span {
    color: #e8e8e8;
}

.thumbnails {
    overflow: hidden;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
}

.thumbnail {
    border: 1px solid #e9e9e9 !important;
    border-radius: 0 !important;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 0;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
}

.thumbnails .image-additional {
    float: left;
}

.box-bordered {
    border: 1px solid #e9e9e9;
}

.border-brand-color {
    border-color: #393185;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

#input-captcha, #input-payment-captcha {
    margin-bottom: 10px;
}

.product-info .image {
    border-radius: 3px;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

/*.product-info > .left{float:left; width:100%;}*/
.product-info .zoomContainer {
    z-index: 9;
}

/* It need for ie7 */
.product-info .additional-carousel {
    position: relative;
}

.product-info .image-additional {
    clear: both;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    width: 465px;
}

.flexslider .slides img {
    width: inherit;
}

.flexslider.carousel .slides img {
    width: auto;
}

.slides {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slides li {
    text-align: center;
}

.slides li img {
    text-align: center;
}

.flex-direction-nav a:before {
    line-height: 40px;
}

/* box */
.box {
    margin-bottom: 12px;
}

.box .box-heading {
    padding: 0 0 9px;
    font-size: 18px;
    color: #444444;
}

#column-left .box .box-heading, #column-right .box .box-heading {
    border-bottom: 1px solid #EEEEEE;
    text-transform: uppercase;
}

.box .box-content {
    padding: 10px;

}

ul.box-category > li a.active {
    color: #222222;
}

ul.box-category > li a.active:Before {
    color: #222222;
}

.col-sm-3.category_list > ul {
    padding: 0;
}

#content .box .box-heading {

    border: none;
    padding: 10px;
    font-size: 18px;
    color: #444444;
}

#content .box .box-content {
    background: none;
    border-radius: 0;
    border: none;
    padding: 10px 0;

}

.box .box-content ul, #content .content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box .box-content ul li, #content .content ul li {
    line-height: 22px;
    padding: 6px 0;
}

.box .box-content ul li a + a, .box .box-content ul li a + a:hover {
    background: none;
    padding-left: 0;
}

.box .box-content ul ul {
    margin-left: 18px;
}

.box-category li a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #afafaf;
    padding: 0 10px 0 0;
}

.box-category li a:hover:before {
    color: #000;
}

.box-category li li a:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #afafaf;
    padding: 0 10px 0 0;
    font-size: 6px;
    vertical-align: top;
}

.box-category li li a:hover:before {
    color: #000;
}

/* Product Grid Start */
.product-grid-list {
}

#content .box-product,
.product-grid-list ul {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-grid-list ul li,
#content .box-product .product-items {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.product-grid li,
#content .box-product .product-items,
#content .product-carousel .slider-item {
    width: 185px;
    float: left;
    display: inline-block;
}

/*.category_breadcrumb*/
.category .breadcrumb {
    width: 100%;
    text-align: right;
    left: 0;
    position: absolute;
    top: -87px;
}

.category_breadcrumb {
    background: #f7f7f7;
    border-bottom: 1px solid #dbdbdb;
}

.category_breadcrumb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.category_breadcrumb h2 {
    font-size: 25px !important;
    color: #393185;
    margin: 0;
}

.category_breadcrumb .breadcrumb {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.category_breadcrumb .breadcrumb > li {
    float: left;
}

.category_breadcrumb .breadcrumb a,
.category_breadcrumb .breadcrumb > li + li:before {
    color: #393185;
}

.category_breadcrumb .breadcrumb a:hover {
    color: #393185;
    opacity: 0.9;
}

.ie7 .product-grid li {
    width: 192px !important;
}

#content .image-additional .slider-item {
    display: inline-block;
    float: left;
    width: 84px;
}

#content .image-additional .slider-item .product-block {
    margin: 4px 3px;
    background: #fff;
    clear: both;
    overflow: hidden;
    text-align: center;
}

#content .image-additional .slider-item .product-block:hover {
    box-shadow: none !important;
}

.product-block-inner {
    position: relative;
}

.grid_default_width {
    width: 276px;
}

.featured_default_width {
    width: 276px;
}

.module_default_width {
    width: 185px;
}

.latest_default_width {
    width: 276px;
}

.special_default_width {
    width: 276px;
}

.related_default_width {
    width: 276px;
}

.bestseller_default_width {
    width: 276px;
}

.additional_default_width {
    width: 80px;
}

.banners-slider-carousel .product-block-inner {
    text-align: center;
}

.sliderbanner_default_width {
    width: 290px;
}

.slider_default_width {
    width: 290px;
}

.testcms_default_width {
    width: 390px;
}

.banner_default_width {
    width: 357px;
}

.testimonial_default_width {
    width: 500px;
}

.tabfeatured_default_width {
    width: 276px;
}

.tabbestseller_default_width {
    width: 276px;
}

.tablatest_default_width {
    width: 276px;
}

.tabspecial_default_width {
    width: 276px;
}

/*.hometab .customNavigation { position: absolute;}
.hometab {position:relative;}*/

.htabs {
    height: 40px;
    line-height: 16px;
    text-align: center;
}

.etabs {
    border-bottom: 1px solid #DDDDDD;
    display: inline-block;
    float: none;
    line-height: 11px;
    margin: 0;
    padding: 0 40px;
    text-align: center;
}

.htabs .etabs li {
    display: inline-block;
    line-height: 17px;
    list-style: none outside none;
    position: relative;
    text-align: center;
    margin: 0 8px 0 0;
}

.htabs a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 3px solid rgba(0, 0, 0, 0) !important;
    display: block;
    font-size: 18px;
    padding: 0 25px 17px;
    color: #282828;
}

.htabs a.selected, .htabs a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 3px solid #444444 !important;
}

.etabs a.selected .arrow, .htabs a:hover .arrow {
    background: url("../image/megnor/arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -24px;
    height: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 20px;
}

.tab-content {
    position: relative;
    padding: 29px 10px 20px;
    z-index: 2;
    overflow: visible;
    margin-bottom: 25px;
}

.tab-content .tab {
    display: none;
}

.hometab .customNavigation a.prev, #products-related .customNavigation a.prev, .box-content .customNavigation a.prev, #products-latest_viewed .customNavigation a.prev, .box-content .customNavigation a.prev {
    right: 25px;
    background: url("../image/megnor/sprite.png") no-repeat scroll -14px -28px transparent;
}

.hometab .customNavigation a.prev:hover, #products-related .customNavigation a.prev:hover, #products-latest_viewed .customNavigation a.prev:hover, .box-content .customNavigation a.prev:hover {
    background-position: -14px 0;
    text-decoration: none;
    transition-duration: 800ms;
}

.box-content .customNavigation a {
    top: -42px;
    width: 15px;
    height: 26px;
    transition-duration: 800ms;
}

.hometab .customNavigation a {
    top: -78px;
    width: 15px;
    height: 26px;
    transition-duration: 800ms;
}

.hometab .customNavigation a.next, #products-related .customNavigation a.next, #products-latest_viewed .customNavigation a.next, .box-content .customNavigation a.next {
    right: 0;
    background: url("../image/megnor/sprite.png") no-repeat scroll -40px -28px transparent;
}

.hometab .customNavigation a.next:hover, #products-related .customNavigation a.next:hover, #products-latest_viewed .customNavigation a.next:hover, .box-content .customNavigation a.next:hover {
    background-position: -40px 0;
    text-decoration: none;
    transition-duration: 800ms;
}

.box-product .product-thumb .caption {
    width: 100%;
    text-align: center;
}

.box-product .product-thumb h4, #products-related h4, #products-latest_viewed h4 {
    margin-bottom: 5px;
    font-size: 13px;
}

.box-product .product-thumb:hover .image {
    border: 1px solid #E5E5E5;
    transition-duration: 800ms;
}

.box-product .product-thumb .image {
    border: 1px solid #FFFFFF;
    position: relative;
}

#content .product-carousel .product-block,
#content .product-grid-list .product-block,
.box-product .product-block {
    margin: 5px 4px;
    background: #fff;
    clear: both;
    overflow: hidden;
    border: none;
}

#content .product-carousel .product-block:hover,
#content .product-grid-list .product-block:hover,
#content .box-product .product-block:hover {
    overflow: hidden;
    clear: both;
}

.ie7 #content .product-carousel .product-block,
.ie7 #content .product-grid-list .product-block,
.ie7 #content .box-product .product-block {
    border: 1px solid #ddd;
}

.ie7 #content .product-carousel .product-block:hover,
.ie7 #content .product-grid-list .product-block:hover,
.ie7 #content .box-product .product-block:hover {
    border: 1px solid #ddd;
}

#content .product-carousel .product-block-inner,
#content .product-grid-list .product-block-inner,
#content .box-product .product-block-inner {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.banners-slider-carousel {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.banners-slider-carousel .customNavigation a.prev {
    background: url("../image/megnor/sprite.png") no-repeat scroll -3px -96px transparent;
}

.banners-slider-carousel .customNavigation a.prev:hover {
    background-position: -3px -56px;
    transition-duration: 800ms;
}

.banners-slider-carousel .customNavigation a.next {
    background: url("../image/megnor/sprite.png") no-repeat scroll -39px -97px transparent;
}

.banners-slider-carousel .customNavigation a.next:hover {
    background-position: -39px -57px;
    transition-duration: 800ms;
}

.banners-slider-carousel .category-title {
    padding-bottom: 3px;
    text-align: center;
}

.banners-slider-carousel .category-title a {
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
}

.sale {
    background-color: #E8E8E8;
    border: 4px solid #DDDDDD;
    border-radius: 50%;
    color: #444444;
    padding: 12px 6px;
    position: absolute;
    right: 10px;
    text-align: right;
    text-transform: uppercase;
    top: 10px;
}

/* box products for Left Column and Right Column */

#column-left .box-product,
#column-right .box-product {
    width: 100%;
    overflow: hidden;
}

#column-left .box-product > div,
#column-right .box-product > div {
    display: block;
    vertical-align: top;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
}

#column-left .box .box-content div.product-items:last-child > div, #column-right .box .box-content div.product-items:last-child > div,
#column-left .box .box-content div.slider-item:last-child > div, #column-right .box .box-content div.slider-item:last-child > div {
    border: 0 none;
}

#column-left .box-product .image,
#column-right .box-product .image {
    display: block;
    margin-bottom: 0;
    float: left;
    margin-right: 5px;
}

#column-left .box-product .product-thumb:hover .image {
    border: 1px solid #fff;;
}

#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {
    font-weight: normal;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

#column-left .box-product .product-thumb .caption h4 a, #column-left .box-product .product-thumb .caption h4 a {
    font-size: 14px;
}

#column-left .box-product .name,
#column-right .box-product .name {
    display: block;
}

#column-left .box-product .cart,
#column-right .box-product .cart {
    display: block;
}

#column-left .box-product .cart .button,
#column-right .box-product .cart .button {
    padding: 0;
    background: none;
    box-shadow: none;
    height: auto;
    font-weight: normal;
    border-radius: 0;
    color: #555;
    display: block;
    text-align: left;
}

#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover {
    text-decoration: underline;
}

#column-left .box-product .image img,
#column-right .box-product .image img {
    width: 55px;
}

#column-left .box-product .rating,
#column-right .box-product .rating,
#column-left .box-product .name,
#column-right .box-product .name,
#column-left .box-product .price,
#column-right .box-product .price,
#column-left .box-product .cart,
#column-right .box-product .cart {
    margin-left: 47px;
    margin-bottom: 2px;
}

#column-left .box .box-content, #column-right .box .box-content {
    padding: 8px 0 40px;
}

#column-left .box-product .rating,
#column-right .box-product .rating {
    display: block;
    margin-bottom: 0;
}

#column-left .product-thumb .caption, #column-right .product-thumb .caption {
    padding: 0;
    text-align: left;
}

#column-left .product-thumb, #column-right .product-thumb {
    border: none;
    margin: 0 0 5px 0;
    padding-bottom: 5px;
}

#column-left .sale, #column-left .rating, #column-left .price-tax, #column-left .wishlist_button, #column-left .compare_button,
#column-right .sale, #column-right .rating, #column-right .price-tax, #column-right .wishlist_button, #column-right .compare_button {
    display: none !important;
}

#column-left .product-thumb .button-group button, #column-right .product-thumb .button-group button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0;
    width: auto;
    line-height: 20px;
    text-align: left;
}

#column-left .product-thumb .caption, #column-right .product-thumb .caption {
    padding: 0;
    text-align: left;
}

#column-left .product-thumb .button-group button, #column-right .product-thumb .button-group button {
    font-size: 14px;
}

#column-left .box-product .price, #column-right .box-product .price {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
}

#column-left .product-items .product-details, #column-right .product-items .product-details {
    float: left;
    overflow: hidden;
    width: 60%;
}

#column-left .box-product .button-group, #column-left .product-grid .product-block .button-group {
    line-height: 18px;
    margin-bottom: 0;
    float: left;
    display: block;
}

.product-compare .btn-primary {
    margin: 5px 0;
}

.product-compare .table-bordered tr td:first-child {
    font-weight: bold;
    text-align: right;
}

.product-compare .table-bordered tbody tr td {
    border: 1px solid #dddddd;
    text-align: center;
}

.product-compare .table-bordered thead tr td:first-child {
    text-align: left;
}

.top_button {
    background: url("../image/megnor/back_to_top.png") no-repeat scroll 0 0 transparent;
    bottom: 20px;
    display: none;
    font-size: 0;
    height: 64px;
    position: fixed;
    right: 20px;
    width: 64px;
    z-index: 95;
    opacity: 0.7;
    transition: opacity 300ms;
}
.top_button:hover {
    cursor: pointer;
    opacity: 1;
}

#content ul.list-unstyled {
    margin-bottom: 10px;
    overflow: auto;
}

#content ul.list-unstyled li {
    line-height: 22px;
    padding: 4px 0;
}

.manufacturer-list {
    border: 1px solid #dbdee1;
    margin-bottom: 20px;
    padding: 5px;
}

.manufacturer-heading {
    background: none repeat scroll 0 0 #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}

.manufacturer-content {
    padding: 8px;
}

.manufacturer-list ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}

#column-left .flexslider, #column-right .flexslider {
    margin: 0 0 20px;
    box-shadow: 0 0;
    border-radius: 0;
}

.category_filter .sort .form-control {
    cursor: pointer;
}

.productpage .box {
    margin-top: 20px;
    overflow: hidden;
}

.tab-content {

}

@media (max-width: 979px) {

    #column-left .box-product .image,
    #column-right .box-product .image {
        margin-right: 7px;
    }

    .col-md-4.btn-list-grid {
        margin-bottom: 10px;
    }
}

@media (max-width: 1200px) {
    #column-left .product-thumb .price-old, #column-right .product-thumb .price-old {
        margin-left: 0;
    }

    #column-left .fa-shopping-cart:before, #column-right .fa-shopping-cart:before {
        display: none;
    }

    #column-left .hidden-xs, #column-left .hidden-sm, #column-left .hidden-md {
        display: block !important;
        font-weight: normal;
        margin-top: -25px;
    }

}

@media (max-width: 767px) {
    .btn-info {
        margin-bottom: 3px;
    }

    #input-search {
        margin-bottom: 8px;
    }

    #logo .img-responsive {
        margin: 0 auto 15px;
    }

    .col-sm-4.total_amount {
        margin-top: 20px;
    }

    .checkout-cart .btn.btn-danger {
        margin-top: -2px !important;
    }

    .button_class {
        clear: both;
    }
}

.table {
    float: left;
    margin-bottom: 20px;
    overflow: scroll;
    width: 100%;
}

.flex-direction-nav a:before {
    font-size: 27px !important;
}

#cart .dropdown-menu li > div {
    min-width: 100%;
}

.account-login #input-password {
    margin-bottom: 10px;
}

/*category page */

.category-page #content {
    padding: 25px 0 0 28px;
}

.is-loading .category-page #content:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0.5;
    z-index: 9;
}

.category-page {
    margin: 0 !important;
}

.cate-pagination {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin: 10px 0 !important;
    padding: 10px 0;
}

.cate-pagination .text-left {
    padding: 2px 0 0;
}

.cate-pagination .text-right {
    padding: 0;
    width: auto;
    float: right;
}

.category_thumb {
    margin: 0 0 20px 0 !important;
    border-bottom: 1px solid #eeeeee;
}

.category-page h3 {
    font-size: 14px;
    color: #444444;
    font-weight: bold;
}

.category_thumb .category_img {
    width: 100%;
    float: left;
    padding: 0;
}

.category_thumb .category_description {
    padding: 0;
}

.category_thumb .img-thumbnail {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0 0 15px 0;
}

.category_list {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0 !important;
    width: 100% !important;
}

.category_list ul li {
    margin: 10px 7px 3px 0;
    float: left;
    list-style: none;
}

.category_list ul li a {
    display: inline-block;
    color: #282828;
    padding: 10px 12px;
    border: 1px solid #ebebeb;
}

.refine {
    margin: 0 !important;
}

.category_filter {
    display: inline-block;
    margin: 0 0 15px;
    padding: 6px 0;
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
}

.category_filter .product_compare {
    margin: 3px 0;
    padding: 0 15px 0 0;
}

.category_filter #list-view, .category_filter #grid-view {
    border: none;
    box-shadow: none;
    padding: 4px 9px 0;
    background: none !important;
}

.layout-3 .category_filter #list-view, .layout-3 .category_filter #grid-view {
    padding: 6px 3px;
}

.category_filter .btn-list-grid,
.category_filter .text-right {
    padding: 0;
}

.category_filter .btn-list-grid button:hover .fa-th-list:before, .category_filter .btn-list-grid button:hover .fa-th:before {
    color: #000;
}

.category_filter #list-view:hover, .category_filter #grid-view:hover {
    background: none;
}

.category_filter .btn-list-grid .btn-group .fa-th:hover:before, .category_filter .btn-list-grid .btn-group .grid.active .fa-th:before, .category_filter .btn-list-grid .btn-group .fa-th-list:hover:before, .category_filter .btn-list-grid .btn-group .list.active .fa-th-list:before {
    color: #000;
}

.fa-th-list:before, .fa-th:before {
    font-size: 17px;
    color: #a3a3a3;
}

.category_filter .sort-by label {
    margin: 0;
}

.category_filter .btn-list-grid {
    float: left;
    padding: 3px 0 0;
    width: auto;
}

.compare-total {
    float: left;
    margin: 5px 14px 0;
}

.pagination-right {
    float: right;
    margin: 0;
    width: auto;
}

.category_filter .sort-by {
    float: left;
    margin: 3px 5px 0 0;
    padding: 0;
    width: auto;
}

.category_filter .sort {
    float: left;
    padding: 0;
    width: 170px;
}

.category_filter .sort .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}

.category_filter label {
    font-weight: normal;
    font-size: 14px;
    margin: 5px;
}

#banner {
    margin-bottom: 20px;
    clear: both;
}

#column-left #banner, #column-right #banner {
    padding-bottom: 40px;
    margin: 0;
}

/*Top cms */
.cms_shipping, .cms_brands_block, .sliderbaaner_top, #testcms-products_block_center, .sliderbaaner_top {
    margin: 0 auto;
    text-align: left;
}

.cms_shipping {
    margin-bottom: 76px;
    margin-top: 38px;
}

.cms_shipping_line {
    height: 0;
}

.cms_shipping1, .cms_shipping2, .cms_shipping3 {
    display: inline-block;
    text-align: center;
    width: 324px;
}

.cms_shipping1:hover .icon, .cms_shipping2:hover .icon, .cms_shipping3:hover .icon {
    background-position: 0 -4px;
    transition: all 500ms ease 0s;
}

.cms_shipping1 .icon {
    background: url("../image/megnor/icon1.png") no-repeat scroll 0 -58px rgba(0, 0, 0, 0);
}

.cms_shipping1 .icon:hover {
    background-position: 0 -4px;
}

.cms_shipping .icon {
    display: inline-block;
    height: 49px;
    text-align: center;
    width: 59px;
}

.cms_shipping .title {
    color: #444444;
    font-size: 22px;
    margin-bottom: 14px;
    margin-top: 13px;
}

.cms_shipping .des {
    margin-bottom: 18px;
}

.cms_shipping .des p {
    line-height: 24px;
    margin: 0;
    font-size: 14px;
}

.cms_shipping .read {
    color: #444444;
    display: inline-block;
    padding: 0 12px;
    font-size: 14px;
}

.cms_shipping2 {
    margin: 0 95px;
}

.cms_shipping2 .icon {
    background: url("../image/megnor/icon2.png") no-repeat scroll 0 -59px rgba(0, 0, 0, 0);
}

.cms_shipping2 .icon:hover {
    background-position: 0 -4px;
}

.cms_shipping3 .icon {
    background: url("../image/megnor/icon3.png") no-repeat scroll 0 -58px rgba(0, 0, 0, 0);
}

.cms_shipping3 .icon:hover {
    background-position: 0 -4px;
}

/* feature bottom cms */
.cms_brands_bottom .doted_top {
    height: 0;
}

.cms_brands_bg {
    background-attachment: fixed;
    background-color: #272E37;
    background-image: url("../image/megnor/center_homebg.png");
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.cms_brands_block {
    padding: 0;
}

.cms_brand1, .cms_brand2 {
    float: left;
    margin-top: 102px;
    padding-bottom: 4%;
    padding-left: 15px;
    text-align: center;
    width: 32%;
}

.cms_brands_block .title {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}

.cms_brands_block .des {
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
    margin-top: 26px;
    text-align: center;
    width: 206px;
}

.cms_brands_block .des p {
    margin: 0;
}

.cms_brands_block .border {
    padding-bottom: 60px;
}

.cms_brands_block .border_main {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CECECE;
    display: inline-block;
    height: 1px;
    text-align: center;
    width: 25%;
}

/* Brand upper cms */
#testcms-products_block_center {
    margin-top: 44px !important;
}

#testcms-products_block_center .title {
    color: #1B1B1B;
    font-size: 20px;
    text-align: center;
}

#testcms-products_block_center ul {
    padding: 0;
}

.product-grid li, #content .box-product .product-items, #content .product-carousel .slider-item, .tab-content .box-product .product-items {
    display: inline-block;
    float: left;
    width: 150px;
}

#content #testcms-products_block_center .product-block {
    margin: 24px 35px 35px;
    padding-bottom: 0;
}

#content .product-carousel .product-block, #content .product-grid-list .product-block, .box-product .product-block {
    clear: both;
    margin: 5px 12px;
    overflow: hidden;
    padding-bottom: 0;
}

.cms_face {
    display: inline-block;
    text-align: center;
}

#testcms-products_block_center .des {
    background: none repeat scroll 0 0 #F7F7F7;
    border-radius: 3px;
    padding: 25px;
}

#testcms-products_block_center .des p {
    font-size: 14px;
    margin: 0 0 20px 0;
}

#testcms-products_block_center .face_name {
    background: url("../image/megnor/test_img.jpg") no-repeat scroll 11% 0 rgba(0, 0, 0, 0);
    font-size: 16px;
    padding: 10px 0 10px 24%;
    text-align: left;
}

#content .product-carousel .product-block .name, #content .product-grid-list .product-block .name, #content .box-product .product-block .name {
    margin-top: 5px;
}

#testcms-products_block_center a {
    color: #444444;
}

#testcms-products_block_center .slider-controls {
    background: url("../image/megnor/slider_line.png") repeat-x scroll 0 center rgba(0, 0, 0, 0);
    margin: 25px auto;
    text-align: center;
    width: 50%;
}

#testcms-products_block_center .slider-pagination {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    width: 71px;
    height: 40px;
}

#testcms-products_block_center .slider-page {
    background: none repeat scroll 0 0 #D5D5D5;
    border: 2px solid #D5D5D5;
    border-radius: 50%;
    display: inline-block;
    height: 11px;
    margin-right: 3px;
    margin-top: 14px;
    width: 11px;
}

#testcms-products_block_center .slider-page:hover, #testcms-products_block_center .slider-page.active {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #D5D5D5;
    height: 11px;
    transition-duration: 500ms;
    width: 11px;
}

#testcms-products_block_center .slider-page .slider-numbers, #carousel-0 .slider-page .slider-numbers {
    font-size: 0 !important;
}

#testcms-products_block_center .customNavigation a.prev, #testcms-products_block_center .customNavigation a.next {
    box-shadow: none;
}

/* tab slider*/
.price {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/*.product-block .image > a {background:#f2f2f2;}
*/
.caption h4 a {
    color: #282828;
    font-size: 16px;
    font-weight: normal;
}

.box-product .caption h4 a:hover {
    color: #686868;
}

.box-product .caption .price-tax {
    display: none;
}

.box-product .price {
    font-size: 13px;
    color: #000000;
    font-weight: bold;
}

.box-product .cart-rating {
    opacity: 0;
    position: absolute;
    width: 100%;
    padding: 2px 0;
}

#column-left .box-product .cart-rating {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    opacity: 1;
    padding: 0;
    position: relative;
    width: 100%;
    line-height: 20px;
}

#column-left .box-product .cart-rating .addtocart {
    padding: 0;
    font-size: 14px;
}

#column-left .box-product .addtocart span {
    color: #282828;
}

.box-product .product-block:hover .cart-rating {
    bottom: 0;
    opacity: 1;
    transition: visibility 0s ease-in-out 300ms, opacity 300ms ease-in-out 300ms;
}

#column-left .box-product .product-block:hover .cart-rating {
    bottom: 0;
}

.box-product .addtocart span {
    color: #e8e8e8;
}

.box-product .addtocart span:hover, .product-grid .cart span:hover {
    color: #fff;
}

.box-product .cart-rating .addtocart {
    background: none;
    border: none;
    color: #e8e8e8;
    font-size: 15px;
}

.box-product .product-thumb .button-group {
    display: none;
}

.tmhome-slider img {
    width: 100%;
}

/*product*/

.productpage h3 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    color: #444444;
    clear: both;
}

.productpage .price {
    margin: 0 0 20px !important;
}

.productpage .price .old_price, .productpage .price .new_price {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.productpage .price .old_price {
    color: #999999;
    float: left;
}

.productpage .price .new_price h2 {
    font-size: 23px !important;
    color: #000000 !important;
    font-weight: bold !important;
    padding: 0 6px;
    margin: 0 !important;
}

.productpage .price .new_price {
    float: left;
}

.productpage .price .tax_price {
    font-size: 12px;
    color: #999999;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.productpage .price .reward {
    font-size: 12px;
    color: #999999;
    float: left;
    width: 100%;
}

.productpage .price .discount {
    font-size: 12px;
    color: #a3a3a3;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.productpage #product h3 {
    font-size: 18px;
    border: none;
    padding: 0;
    margin: 0 0 12px;
}

.productpage #product label {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.productpage #product .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}

.productpage #product .qty {
    float: left;
    padding: 0 10px 0 0;
}

.productpage #product .qty_box {
    width: auto;
    float: left;
    margin: 0 10px 0 0;
    height: 33px;
    text-align: center;
}

.productpage #product #button-cart {
    margin-top: 14px;
    padding: 8px 12px;
    background-color: #393185;
    font-style: italic;
}

.productpage #product .alert-info {
    background: none;
    border: none;
    color: #999999;
    font-size: 11px;
    padding: 5px 0 0 0;
    margin: 0;
    width: auto;
}

.productpage #product .whish-comp .btn-default {
    border: none;
    box-shadow: none;
    text-align: left;
    background: none !important;
}

.productpage #product .whish-comp .btn-default:hover {
    background: none;
}

.productpage .product-review a.review {
    padding: 0 10px;
}

.productpage .product-review .write_review:before {
    font-family: FontAwesome;
    content: "\f040";
    padding: 0 5px 0 0;
}

.productpage .rating .addthis_toolbox {
    padding: 10px 0 0;
}

.productpage .product-review {
    padding: 5px 0;
    margin: 0;
}

.product_nav-tab {
    text-align: center;
}

.productpage .nav-tabs {
    margin: 40px 0 0;
    text-align: center;
    display: inline-block;
    padding: 0 40px;
}

.productpage .nav-tabs a {
    font-size: 18px;
    padding: 0 25px 17px;

    border: none;
}

.productpage .nav-tabs li.active a {
    border: none;
}

.productpage .nav-tabs li.active a:hover, .productpage .nav-tabs a:hover {
    border: none;
    color: #686868;
}

.productpage .nav-tabs li.active a, .productpage .nav-tabs a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 3px solid #444444 !important;
}

.product_nav-tab li {
    margin-right: 8px;
}

.productpage .nav-tabs li.active .arrow, .productpage .nav-tabs a:hover .arrow {
    background: url("../image/megnor/arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -24px;
    height: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 20px;
}

.productpage .tab-content {
    margin: 0;
    padding: 39px 0 17px;
}

.productpage #tab-description font {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.productpage #tab-specification thead td {
    background: #f5f5f5;
}

.productpage #tab-specification thead td strong {
    font-weight: normal;
}

.productpage #tab-specification td {
    color: #444444;
    border: 1px solid #e5e5e5;
}

.productpage #tab-review {
    overflow: hidden;
}

.productpage #tab-review h2 {
    font-size: 14px;
    color: #444;
    font-weight: normal;
    margin: 0 0 8px 0;
}

.productpage #tab-review .form-group label {
    font-weight: normal;
    font-size: 14px;
    color: #444444;
    width: 100%;
}

.productpage #tab-review .form-group #input-review {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e5e5e5;
}

#tab-review .form-horizontal .control-label {
    width: auto;
}

.productpage #tab-review .form-group .help-block {
    font-size: 11px;
    color: #282828;
}

.productpage #tab-review td, .productpage #tab-review table {
    background: none;
    border: none;
    padding: 0;
}

.productpage #tab-review tbody strong {
    font-weight: normal;
    color: #444;
}

.productpage #tab-review #review {

}

.productpage #tab-review p {
    margin: 5px 0;
}

.price h2 {
    font-size: 14px;
}

/*alert*/
.alert {
    padding: 10px !important;
}

.alert .fa:before {
    content: none;
}

.alert-success {
    background: #f5f5f5 !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
    color: #282828 !important;
}

.alert-success a:hover {
    color: #282828;
}

.alert-success:before, .alert-info:before {
    content: "\f164";
    font-family: FontAwesome;
    font-size: 16px;
    padding: 0 7px 0 0;
    color: #999999;
}

#content h1, #content h2 {
    color: #444444;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px 0;
}

/* checkout*/

.cart-info thead td {
    background: #e9e9e9;
    border: none !important;
}

.cart-info tbody td {
    border: none !important;
}

.cart-info tbody .img-thumbnail {
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 0;
}

.cart-info .form-control {
    box-shadow: none;
    border-radius: 0;
}

.cart-left h2 {
    font-size: 14px;
    font-weight: bold !important;
}

.cart-left .panel-group {
    border: 1px solid #eeeeee;
    padding: 10px;
    margin: 0 0 10px;
}

.cart-left .panel-default > .panel-heading {
    background: none !important;
}

.cart-left .panel-title {
    font-size: 14px;
    font-weight: normal;
}

.checkout-cart #accordion #collapse-coupon .col-sm-2, .checkout-cart #accordion #collapse-voucher .col-sm-2, #collapse-reward .col-sm-2 {
    padding: 0;
}

.total_amount td {
    border: none !important;
}

.total_amount .table-bordered {
    border: none !important;
}

.checkout-checkout h2 {
    font-weight: bold !important;
}

.buttons .pull-right {
    /*border-bottom: 1px solid #EEEEEE;
    padding: 6px;
	width:100%;*/
    text-align: right;
}

.btn-default:hover {
    background: #686868 !important;
    color: #fff !important;
}

.radio label, .checkbox label {
    font-size: 14px;
}

.agree:hover {
    text-decoration: underline;
}

#collapse-checkout-confirm table thead td {
    background: #f5f5f5;
}

.checkout-cart #content > p {
    border: 1px solid #EEEEEE;
    padding: 10px;
}

.information-sitemap .row .col-sm-6 {
    margin: 10px 0 0;
}

.account-return-add fieldset {
    border: 1px solid #eeeeee;
}

.affiliate-login strong {
    font-weight: normal !important;
}

.affiliate-login p {
    margin: 0 0 10px 0 !important;
}

.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group {
    margin-left: 3px;
}

/*bottomfooter*/

#bottomfooter {
    padding: 20px 0 0;
}

#bottomfooter ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#bottomfooter ul li {
    display: inline;
    margin-right: 14px;
}

#bottomfooter ul li a:hover {
    color: #686868;
}

#social_block {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#social_block ul {
    margin: 0;
}

#social_block li {
    cursor: pointer;
    display: inline-block;
    height: 35px;
    margin-right: 10px;
    width: 34px;
    background: none repeat scroll 0 0 #2B2B2B;
    border: medium none #2B2B2B;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    line-height: 33px;
    position: relative;
}

#social_block li a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#social_block li:hover {
    transform: rotate(360deg);
    transition: transform 400ms ease 0s;
}

#social_block li a:before {
    font-family: FontAwesome;
    padding: 0 0 0 1px;
    color: #fff;
}

#social_block li:hover {
    background: #555555;
}

#social_block li.twitter a:before {
    content: "\f099";
}

#social_block li.linkdin a:before {
    content: "\f0e1";
}

#social_block li.facebook a:before {
    content: "\f09a";
}

#social_block li.rss a:before {
    content: "\f09e";
}

/*bottom link block*/
#footer img {
    max-width: 200px;
    height: auto;
}

#footer .column ul {
    list-style: none outside none;
    margin: 0;
    padding-left: 0;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
    background-color: #686868 !important;
    color: #fff !important;
}

/* product-tab*/

.CMS_product_tabs {
    padding: 0 0 15px 0;
}

#product_tabs,
#product_tabs2,
.product_tabs_width {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #E5E5E5;
    height: 36px;
    line-height: 16px;
    width: 470px;
}

.product_tabs_width {
    height: auto;
}

.pr-stock {
    margin: 5px 0 10px;
    font-size: 11px;
}

#product_tabs .etabs,
#product_tabs2 .etabs {
    border-bottom: medium none;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

#product_tabs .etabs li,
#product_tabs2 .etabs li {
    float: left;
    list-style: none outside none;
    position: relative;
}

.product_htabs a.first {
    border-left: medium none !important;
}

.product_htabs a.selected, .product_htabs a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    color: #444444;
}

.product_htabs a {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    float: left;
    font-size: 15px;
    padding: 10px 10px 9px;
    text-align: center;
}

.product_tab_content {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-image: none;
    margin-bottom: 0;
    overflow: auto;
    padding: 10px;
    text-align: justify;
    width: 470px;
    z-index: 2;
}

.product_tab_content span {
    font-weight: bold;
}

.product_tab_content .table {
    display: table;
}

.product-article {
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
    display: inline-block;
    padding: 5px 10px !important;
}

.CMS_product_tabs table {
    border: 0 none;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

.CMS_product_tabs .size_guide_table {
    border: 1px solid #E5E5E5;
    width: 100%;
}

.size_guide_table th, .size_guide_table td {
    border: 1px solid #E5E5E5;
    text-align: center;
}

/* slider banner*/

#testimonial {
    position: relative;
}

.homepage-testimonials-inner {
    background: url("../image/megnor/banner_bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #737373;
    padding: 12px 29px 29px !important;
    right: 0;
    width: 31% !important;
    position: relative;
    float: right;
    margin: 21px 0 !important;
}

.homepage-testimonials-inner .slider-item:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.hb-animate-element.hb-in-viewport.left-to-right .testimonials_title {
    color: #FFFFFF;
}

.homepage-testimonials-inner .customNavigation a {
    top: -25px;
    height: 28px;
    padding: 0;
    width: 17px;
}

.homepage-testimonials-inner .customNavigation a.prev {
    background: url("../image/megnor/sprite.png") no-repeat scroll -14px 0 transparent;
    transition-duration: 0ms !important;
    right: 18px;
    box-shadow: none;
    opacity: 1;
}

.homepage-testimonials-inner .customNavigation a.prev:hover {
    background-position: -57px 0;
    transition-duration: 0ms !important;
    z-index: 99;
}

.homepage-testimonials-inner .customNavigation a.next {
    background: url("../image/megnor/sprite.png") no-repeat scroll -41px 0 rgba(0, 0, 0, 0);
    transition-duration: 0ms !important;
    right: 0 !important;
    box-shadow: none;
    opacity: 1;
}

.homepage-testimonials-inner .customNavigation a.next:hover {
    background-position: -75px 0;
    transition-duration: 0ms !important;
    z-index: 99;
}

#testimonial-carousel {
    margin: 15px 0 0;
}

.contact-info .left {
    float: left;
    width: 50%;
}

.contact-info .right {
    float: right;
    width: 50%;
    margin-top: 40px;
}

.row.contact-info {
    padding: 0 15px;
}

.information-contact .panel-body {
    padding: 30px;
    overflow: auto;
}

.contact-info .address-detail strong {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -6px -235px transparent;
    padding: 5px 0 0 35px;
    height: 28px;
    margin: 10px 0;
    float: left;
    clear: both;
}

.contact-info .address-detail, .contact-info .telephone, .contact-info .fax {
    float: left;
    width: 100%;
}

.contact-info .telephone strong {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -314px transparent;
    padding: 5px 0 0 35px;
    margin: 10px 0;
    height: 28px;
    float: left;
    clear: both;
}

.contact-info .fax strong {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -272px transparent;
    padding: 5px 0 0 35px;
    height: 28px;
    margin: 10px 0;
    float: left;
    clear: both;
}

.contact-info address {
    display: inline-block;
    margin: 0 0 0 37px;
    float: left;
    clear: both;
}

.tm_headerlinkmenu {
    display: none;
}

/*owl-carousel*/
.owl-controls .owl-page span {
    background: url("../image/megnor/bullets.png") no-repeat scroll left bottom transparent;
    cursor: pointer;
    display: block;
    height: 19px;
    text-indent: -9999px;
    width: 19px;
}

.owl-controls .owl-page.active span {
    background-position: left top;
    cursor: default;
}

.owl-carousel:hover .owl-buttons div {
    opacity: 0.7;
}

.owl-carousel .owl-buttons .owl-prev {
    left: 10px;
    background: url("../image/megnor/arrow3.png") no-repeat scroll 0 0 transparent;
}

.owl-carousel .owl-buttons .owl-next {
    right: 10px;
    background: url("../image/megnor/arrow4.png") no-repeat scroll 0 0 transparent;
}

.owl-carousel .owl-buttons .owl-prev:hover {
    background: url("../image/megnor/arrow1.png") no-repeat scroll 0 0 transparent;
}

.owl-carousel .owl-buttons .owl-next:hover {
    background: url("../image/megnor/arrow2.png") no-repeat scroll 0 0 transparent;
}

/*check-out*/
.checkout-cart .voucher i {
    float: right;
}

.checkout-cart .cart-left h2 {
    font-weight: bold !important;
}

.checkout-cart .total_amount {
    float: right;
}

.checkout-cart .panel {
    background: #e9e9e9;
}

.checkout-cart .panel-body {
    background: #fff;
}

.checkout-cart .form-group select {
    width: 100% !important;
}

.checkout-cart .panel-title > a {
    display: inline-block;
    width: 100%;
}

.checkout-cart .panel-default > .panel-heading {
    overflow: hidden;
}

/* search*/
.product-search .category-page {
    margin-bottom: 10px;
    padding: 0;
}

.product-search .category-page #content {
    border-top: none;
    border-bottom: none;
}

.product-search .btn-primary {
    margin: 0 0 10px 0;
}

/*order-history*/
table tbody .text-right .btn-info {
    background: url("../image/megnor/info.png") no-repeat scroll left 4px transparent;
    border: none;
    border-radius: 0;
}

.account-order td {
    text-align: left;
}

.account-order thead td, .account-reward thead td,
.account-transaction thead td {
    background: #f5f5f5;
}

.account-order thead tr {
    border: 1px solid #dddddd;
}

.account-order-info table thead td {
    background: #f5f5f5;
}

.account-order-info table td {
    border-right: 1px solid #e5e5e5;
}

.account-order-info h3 {
    font-size: 14px;
    font-weight: bold;
}

.fa-mail-reply:before, .fa-reply:before {
    color: #a1c500;
}

.account-account h2 {
    font-weight: bold !important;
}

.account-account #content ul.list-unstyled, .affiliate-account #content ul.list-unstyled {
    padding: 10px;
    border: 1px solid #EEEEEE;
}

.account-account .list-unstyled a:before, .affiliate-account .list-unstyled a:before {
    color: #AFAFAF;
    content: "\f105";
    font-family: FontAwesome;
    padding: 0 8px 0 0;
}

.account-account .list-unstyled a:hover:before, .affiliate-accountt .list-unstyled a:before {
    color: #222222;
}

.checkout-cart .input-group.btn-block .form-control {
    padding: 0;
    text-align: center;
    width: 40px;
    height: 27px;
}

.table.table-bordered .input-group-btn {
    float: left;
}

#content .aboutus {
    clear: both;
}

.image1 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -165px;
    float: left;
    height: 50px;
    width: 60px;
}

.image2 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -116px;
    float: left;
    height: 50px;
    width: 60px;
}

.image3 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -52px;
    float: left;
    height: 50px;
    width: 60px;
}

.image4 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px 6px;
    float: left;
    height: 50px;
    width: 60px;
}

.aboutus .content {
    margin-bottom: 15px;
    overflow: hidden;
}

.affiliate-logout .btn.btn-primary a.list-group-item {
    color: #fff;
}

.form-horizontal .control-label {
    width: 20%;
}

.form-horizontal .col-sm-10 {
    width: 80%;
}

.productpage .product-description {
    clear: both;
}

#accordion .panel-heading .fa.fa-caret-down {
    float: right;
}

#accordion .panel-title {
    padding: 10px;
}

#cart-quantity {
    display: none;
}

/* Responsive */

@media only screen and (max-width: 1200px) {
    .cms_brand1, .cms_brand2 {
        width: 25%;
    }

    .homepage-testimonials-inner {
        width: 38% !important;
    }

    .cms_shipping1, .cms_shipping2, .cms_shipping3 {
        width: 31%;
    }

    .cms_shipping2 {
        margin: 0 3%;
    }

    .homepage-testimonials-inner {
        margin: 36px 0 !important;
    }

    #testcms-products_block_center ul {
        margin: 15px 0;
    }

    #form-language .dropdown-menu, #form-currency .dropdown-menu {
        right: 0;
        left: auto;
    }

    #content .box .box-content {
        padding: 0;
    }

    #testcms-products_block_center .slider-pagination {
        width: 100px;
    }

    .common-home .alert {
        width: 940px;
    }

    /* grid*/
    .product-info #vertical_latest_product1 {
        height: 418px;
    }

    #vertical_latest_product1 .jcarousel-next-vertical {
        top: 302px;
        left: 13px;
    }

    #vertical_latest_product1 .jcarousel-clip-vertical {
        height: 280px;
    }

    #vertical_latest_product1 .jcarousel-prev-vertical {
        left: 13px;
    }

    .product-info .image-additional {
        width: 370px;
    }

    /*layout-3*/
    .layout-3 .product-list .product-thumb .caption {
        width: 60%;
    }

    .layout-3 .product-list .cart-rating {
        width: 40%;
    }

    .layout-3 .product-grid .product-thumb:hover .cart-rating {
        width: 100%;
    }

    .layout-3 .category_filter #list-view, .layout-3 .category_filter #grid-view {
        padding: 6px 2px;
    }

    .form-horizontal .control-label {
        width: 25%;
    }

    .form-horizontal .col-sm-10 {
        width: 75%;
    }

    .product-list .product-thumb .caption {
        width: 68%;
    }

    .row.list-grid {
        margin: 0 -15px !important;
    }
}

@media only screen and (max-width: 979px) {
    #cart {
        display: block;
        float: none;
    }

    #cart > button {
        width: 200px;
        float: right;
    }

    #social_block ul {
        display: block !important;
    }

    .cms_shipping2 {
        margin: 0 5%;
    }

    #footer .footer-top h5 {
        margin: 8px 0;
        padding: 0;
    }

    .cms_brand1, .cms_brand2 {
        width: 26%;
        padding-left: 0;
    }

    .cms_shipping1, .cms_shipping2, .cms_shipping3 {
        width: 29%;
    }

    .slides li img {
        max-width: 100%;
    }

    .homepage-testimonials-inner {
        width: 42% !important;
        margin: 75px 0 !important;
    }

    .testi-image img {
        width: 100%;
    }

    .homepage-testimonials-inner .product-block {
        height: auto !important;
    }

    .alert {
        width: 724px;
    }

    .responsive-menu li {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        border-top: 1px solid rgba(0, 0, 0, 0);
        margin: 0 10px;
    }

    .responsive-menu .main-navigation li a {
        padding: 0 0 0 10px;
    }

    .responsive-menu li a:before {
        color: #999999;
        content: "\f111";
        font-family: FontAwesome;
        font-size: 6px;
        padding: 0 10px 0 0;
        vertical-align: top;
    }

    .responsive-menu li a:hover {
        background: #eeeeee !important;
        color: #686868 !important;
    }

    .responsive-menu li a:hover:before {
        color: #000;
    }

    .main-navigation ul li {
        margin: 0;
    }

    .content-left, .map {
        width: 100%;
    }

    .product-list .product-thumb .caption {
        width: 55%;
    }

    .product-list .cart-rating {
        width: 35%;
    }

    /*product-tab*/
    .product-info #vertical_latest_product1 {
        height: 495px;
    }

    #vertical_latest_product1 .jcarousel-clip-vertical {
        height: 352px;
    }

    #vertical_latest_product1 .jcarousel-prev-vertical, #vertical_latest_product1 .jcarousel-next-vertical {
        left: 23px;
    }

    #vertical_latest_product1 .jcarousel-next-vertical {
        top: 376px;
    }

    #product_tabs, #product_tabs2, .product_tabs_width, .product_tab_content {
        width: 388px;
    }

    #content .box-product .product-items {
        width: 140px;
    }

    #products-latest_viewed .box-product .product-items {
        width: 140px;
    }

    #products-latest_viewed .box-product .product-items:nth-child(n+3) {
        display: none;
    }

    #content .image-additional .slider-item {
        width: 80px;
    }

    /*layout-3*/
    .layout-3 .product-list .product-thumb .caption {
        width: 48%;
    }

    .layout-3 .product-list .cart-rating {
        width: 52%;
    }

    .layout-3 .product-grid .product-thumb:hover .cart-rating {
        width: 85%;
    }

    .contact-info .right {
        clear: both;
        float: left;
        margin-top: 20px;
        width: 100%;
    }

    .form-horizontal .control-label {
        width: 30%;
    }

    .form-horizontal .col-sm-10 {
        width: 70%;
    }

    .layout-2 #column-left {
        width: 25%;
    }

    .layout-2 #content {
        width: 75%;
    }

    .product-thumb .button-group button {
        line-height: 24px;
    }

    .pagination-right {
        clear: both;
        float: left;
        margin: 5px 0;
    }

    .product-info .image-additional {
        width: 100%;
    }

    .nav_left .myaccount {
        display: block;
        border-right: none;
    }

    #accordion .col-sm-2 {
        width: 100%;
    }

    .contact-info .left {
        width: 100%;
    }

}

@media only screen and (max-width: 767px) {
    body {
        padding-top: 91px;
    }

    .top_items {
        justify-content: space-around;
    }

    .top_items > div {
        width: auto;
    }

    #top .container {
        position: fixed;
        top: 4px;
        left: 60px;
        right: 60px;
        z-index: 14;
        background: #fff;
    }

    .menu-fixed {
        margin: 0;
        position: fixed;
        top: 4px;
        left: 0;
        width: 100%;
        z-index: 13;
        border: none;
        background: #fff;
    }

    .menu-fixed:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        height: 4px;
        width: 100%;
        display: block;
        background: #626668;
    }

    #top .container {
        padding: 0;
    }

    #top .nav_center {
        text-align: center;
        margin: 5px 0;
        height: 36px;
        overflow: hidden;
    }

    #top .nav_center img {
        max-width: 85px;
    }

    #top-links > ul > li {
        margin: 0;
    }

    #menu .expandable:before {
        content: "\f0c9";
        font-family: Fontawesome;
        font-size: 24px;
        line-height: 30px;
    }

    .menu-fixed .list-grid {
        display: flex;
        justify-content: space-between;
    }

    .menu-fixed .list-grid:before,
    .menu-fixed .list-grid:after {
        content: none;
    }

    #phones .phone,
    #top-links .myaccount,
    #wishlist-total .hidden-xs {
        display: none;
    }

    #phones.opened .phone {
        display: block;
        position: absolute;
        background: #fff;
        box-shadow: 0 1px 3px #D8D8D8;
        top: 37px;
        padding: 5px 15px;
    }

    #phones:before {
        content: "\f095";
        font-family: Fontawesome;
        display: block;
        width: 30px;
        height: 30px;
        font-size: 20px;
        border: 1px solid #393185;
        color: #393185;
        border-radius: 50%;
        padding: 3px 6px 1px;
    }

    #cart > button {
        border: none !important;
        padding: 0 !important;
        width: 30px !important;
        height: 36px;
        margin: 5px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #cart > button > i {
        font-size: 24px;
    }

    #cart-total {
        display: none;
    }

    #cart-quantity {
        display: block;
        position: absolute;
        top: 2px;
        right: -5px;
        background: #393185;
        border-radius: 8px;
        color: #fff;
        font-size: 9px;
        padding: 3px 4px;
        font-family: Verdana, sans-serif;
        min-width: 15px;
        text-align: center;
        line-height: 9px;
        border: 1px solid #fff;
    }

    .wishlist-badge {
        border: 1px solid #fff;
    }

    #cart > button.cart-full {
        position: relative;
        color: #393185 !important;
        background: transparent !important;
    }

    .common-home .menu-fixed:not(.fixed) #menu > ul > li:first-child > div {
        display: none;
    }

    #res-menu {
        display: block;
        height: 67px;
        padding: 8px 0 0;
        width: 100%;
    }

    .product-info + .box-bordered,
    .product-info + .box-bordered + .box-bordered {
        display: none;
    }

    .alert {
        width: auto;
        margin: 0 15px;
    }

    .checkout-cart .voucher .fa-caret-down:before {
        color: #999999;
    }

    .nav_right #cart.open > .btn:hover {
        color: #fff;
    }

    #search .btn-lg {
        padding: 3px 0;
    }

    #res-menu {
        padding: 0 5px !important;
    }

    #res-menu1 {
        padding-top: 8px;
    }

    .cms_shipping, .hometab .tab-content, #testcms-products_block_center, .banners-slider-carousel {
        margin: 0 15px;
    }

    .hometab.container {
        margin: 0;
    }

    .banners-slider-carousel {
        width: 96%;
    }

    #column-left, #column-right {
        display: none;
    }

    .layout-3 #content {
        width: 100%;
    }

    .category_list {
        overflow: hidden;
    }

    .nav_left #top-links li {
        display: inline-block;
    }

    .layout-2 #content {
        width: 100%;
        padding: 0;
        clear: both;
    }

    .layout-2 #content > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .cms_shipping1, .cms_shipping2, .cms_shipping3, .cms_face {
        margin-bottom: 40px;
        width: 100%;
    }

    .cms_brand2 {
        margin: 0;
    }

    .cms_brand1, .cms_brand2 {
        padding: 0;
        width: 100%;
        margin: 15px 0;
    }

    .cms_brands_block .border {
        padding: 0;
    }

    .cms_shipping2 {
        margin: 0 0 40px 0;
    }

    .sliderbaaner_top_inner {
        left: 0;
        right: 0;
        float: none;
        overflow: hidden;
        margin: 21px auto;
        width: 50%;
    }

    .cms_shipping {
        margin-bottom: 10px;
    }

    .nav_left .myaccount {
        border-right: 1px solid #ddd;
    }

    #top-links, #top .container .nav_right {
        margin: 5px 0 0;
    }

    #search {
        border-right: none;
    }

    .btn-group > .btn-lg {
        background-position: center 7px;
    }

    #top .cart span {
        padding: 0 0 0 35px;
    }

    #search input {
        display: block;
        right: 0;
        width: 100%;
    }

    #top .search {
        top: 153px;
        width: 100%;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .hometab .cart-rating {
        opacity: 1;
        bottom: 0;
    }

    #res-menu {
        margin: 0 15px;
        padding: 8px 5px 0;
        width: 96%;
    }

    .nav-responsive div {
        float: right !important;
    }

    .etabs {
        padding: 0 15px;
    }

    #content #testcms-products_block_center .product-block {
        margin: 24px 35px 0;
    }

    #testcms-products_block_center .slider-controls {
        margin: 10px auto 25px;
    }

    #cart {
        width: 100%;
    }

    #top .cart {
        text-align: center;
        line-height: 23px;
        clear: both;
    }

    .nav_right .cart-menu {
        top: 32px;
    }

    .tm_headerlinkmenu {
        display: block;
    }

    #search {
        display: block;
        position: fixed;
        top: 50px;
        right: 0;
        left: 0;
        box-shadow: 0 1px 3px #d8d8d8;
    }

    #search input {
        padding: 10px 35px 10px 10px;
    }

    #search .btn-lg {
        padding: 11px 16px;
    }

    #form-language .dropdown-menu, #form-currency .dropdown-menu {
        min-width: 169px;
    }

    #form-currency span, #form-language span {
        font-size: 0;
    }

    .header_links {
        background-color: #F5F5F5;
        border: 1px solid #DDDDDD;
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 44px;
        width: 100%;
        z-index: 95;
    }

    #cart .btn:hover {
        color: #fff;
    }

    .header_links li a {
        border-bottom: 1px solid #f5f5f5;
        border-top: 1px solid #f5f5f5;
        list-style: none outside none;
        text-align: left;
    }

    .header_links li a {
        padding: 3px 10px;
        display: block;
    }

    .header_links li a:hover {
        background: #fff;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }

    .headertoggle_img:before {
        content: "\f039";
        font-family: FontAwesome;
        color: #fff;
    }

    .tm_headerlinkmenu {
        border-right: medium none !important;
        color: #FFFFFF;
        display: block;
        float: right;
        margin-right: 0;
        padding: 0;
        position: relative;
        right: 25%;
        top: 15px;
        width: 24.8% !important;
        z-index: 999;
    }

    #form-language, #form-currency {
        float: left;
        padding: 10px 0 !important;
        right: auto;
        top: -15px;
        line-height: 16px;
    }

    #form-currency .btn-group, #form-language .btn-group {
        width: 100%;
    }

    #form-currency .btn, #form-language .btn {
        padding: 0;
        width: 100%;
    }

    #form-currency .fa-caret-down:before, #form-language .fa-caret-down:before {
        color: #fff;
    }

    .nav_right .cart {
        padding: 10px 0 !important;
    }

    .lang-curr .pull-right, .cart.pull-right {
        float: none !important;
    }

    .cart.pull-right {
        float: none !important;
        z-index: 1;
    }

    #form-currency, #form-language {
        background-color: #555555;
        border-right: 1px solid #FFFFFF;
        cursor: pointer;
        padding: 10px 0;
        position: relative;
        text-align: center;
        top: 5px;
        z-index: 999;
        width: 33.33% !important;
    }

    #cart {
        margin: 0;
    }

    #cart.open > .btn {
        background: none;
        color: #fff;
    }

    .nav_right .cart {
        cursor: pointer;
        padding: 0;
        position: relative;
        right: 0;
        text-align: center;
        z-index: 999;
    }

    #form-language .dropdown-menu, #form-currency .dropdown-menu {
        left: 0;
        right: auto;
        top: 32px;
    }

    .top_arrow {
        left: 10%;
        right: auto;
    }

    .nav_right #cart .top_arrow {
        left: auto;
        right: 10%;
    }

    .tm_headerlinkmenu .header_links li.top_arrow {
        right: 10% !important;
        left: auto !important;
    }

    #top .cart span {
        padding: 0 0 0 21px;
    }

    #top .btn-link strong {
        color: #fff;
    }

    #cart.btn-group > .btn-lg {
        color: #fff;
        background: none;
        float: none;
    }

    .category-page #content {
        padding: 25px 0 0;
    }

    .product-grid .cart-rating, .product-grid .product-thumb:hover .cart-rating {
        opacity: 1;
        bottom: 0;
    }

    #products-related .cart-rating,
    #products-latest_viewed .cart-rating {
        bottom: 0;
        opacity: 1;
        width: 100%;
    }

    .cate-pagination .text-left {
        width: auto;
        float: left;
    }

    .product-list .product-thumb .caption, .product-list .cart-rating {
        width: 44%;
    }

    .cate-pagination {
        padding: 10px;
    }

    .homepage-testimonials-inner {
        float: none;
        left: 0;
        margin: 21px auto !important;
        right: 0;
        width: 50% !important;
        clear: both;
    }

    #search {
        width: 100%;
    }

    #search .btn-lg {
        float: right;
    }

    .nav_right .search .input-group-btn {
        position: static;
    }

    /*product*/
    .product-info #vertical_latest_product1 {
        display: none;
    }

    .productpage #product #button-cart {
        float: none;
    }

    .productpage #product .whish-comp .btn-default {
        width: auto;
        padding: 0 10px 0 0;
    }

    .productpage #product .whish-comp .compare {
        border-left: 1px solid #777 !important;
    }

    .productpage #product .alert-info {
        padding: 10px 0 !important;
    }

    .product_tab_content, #product_tabs, #product_tabs2, .product_tabs_width {
        width: auto;
    }

    #footer .footer-top h5 {
        margin: 0;
        padding: 0 0 15px 0;
    }

    #content .image-additional .slider-item {
        width: 84px;
    }

    .productpage .compare span, .productpage .whishlist span {
        background: none;
        padding: 0;
    }

    /*layout-3*/
    .layout-3 .product-grid .product-thumb:hover .cart-rating {
        width: 91%;
    }

    .form-horizontal .control-label, .form-horizontal .col-sm-10 {
        width: 100%;
    }

    #top .container .nav_right {
        float: none;
    }

    .hb-animate-element.hb-in-viewport.left-to-right .testimonials_title {
        width: 80%;
    }

    .productpage .nav-tabs {
        padding: 0;
    }

    .productpage .nav-tabs a {
        padding: 0 18px 17px;
    }

    .checkout-cart .table.table-bordered .input-group-btn {
        clear: both;
        margin: 5px 0 0;
    }

    .checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group {
        margin-left: 0 !important;
        margin-right: 3px !important;
    }

    .checkout-cart #accordion .input-group-btn:last-child > .btn, .checkout-cart #accordion .input-group-btn:last-child > .btn-group {
        margin-left: 3px !important;
    }

    #content .category_list .filterbox {
        border: 1px solid #dddddd;
        margin: 10px 0;
        padding: 10px;
    }

    .category_list ul {
        display: inline-block;
        margin-bottom: 0;
        padding: 0;
    }

    #content .category_list .filterbox .list-group a::before {
        content: none;
    }

    .productpage .product-left {
        width: 100%;
    }

    .product-info .image, .product-info .additional-carousel {
        margin: 0 auto;
        width: 300px;
    }

    .productpage .product-right, .productpage .product-description {
        padding: 0 15px;
        width: 100%;
    }

    .productpage .product-right {
        margin-top: 20px;
    }

    .image-additional a, .image-additional .thumbnail {
        border: none !important;
    }

    a.thumbnail > img {
        border: 1px solid #e9e9e9 !important;
    }

    #form-language img {
        vertical-align: -7px;
        margin: 4px 5px 4px 0;
    }

    #form-language .fa-caret-down::before, #form-currency .fa-caret-down::before {
        vertical-align: -3px;
    }

    #top #form-currency .btn-link strong {
        vertical-align: -2px;
    }

    #top-links .list-inline {
        margin: 5px 0;
    }

    .dropdown-menu.dropdown-menu-right.myaccount-menu > li {
        width: 100%;
    }

    .nav_right .cart {
        z-index: 1000;
    }

    .nav_right .search, .menu-fixed.fixed {
        z-index: 9999;
    }

}

@media only screen and (max-width: 479px) {
    .owl-buttons {
        display: none;
    }

    .menu-fixed .container {
        margin: 0;
    }

    .banners-slider-carousel {
        width: 91%;
    }

    .product-list .product-thumb .image {
        width: 100%;
        float: none;
    }

    .category_content {
        text-align: center;
    }

    .product-thumb .button-group button {
        float: none;
    }

    .htabs {
        height: auto;
    }

    .etabs a.selected .arrow, .htabs a:hover .arrow {
        background: none;
    }

    .htabs a {
        padding: 10px 0;
    }

    #footer .copyright .main-title {
        background: none;
    }

    #bottomfooter {
        border-top: 1px solid #E5E5E5;
        margin-top: 20px;
        padding: 15px 0 0;
    }

    #testcms-products_block_center .slider-pagination {
        width: 154px;
    }

    #testcms-products_block_center .slider-controls {
        background: none;
    }

    .cart .cart-menu, .product-list .product-thumb .image {
        width: auto;
    }

    .flexslider .flex-direction-nav a {
        display: none !important;
    }

    .header_links {
        width: 120px;
    }

    .product-layout.product-grid, .htabs .etabs li {
        width: 100%;
    }

    .product-list .product-thumb .caption, .product-list .cart-rating {
        width: 100%;
    }

    #res-menu {
        width: 93%;
    }

    .homepage-testimonials-inner {
        width: 100% !important;
    }

    .nav-tabs > li {
        width: 100%;
    }

    .checkout-cart .voucher .input-group-btn {
        float: left;
        margin: 10px 0 0;
    }

    /*product*/
    .product-info .image, .product-info .additional-carousel {
        width: 100%;
    }

    .productpage .nav-tabs li.active .arrow, .productpage .nav-tabs a:hover .arrow {
        display: none;
    }

    .productpage .nav-tabs a {
        border-bottom: 3px solid #fff;
    }

    .productpage .nav-tabs > li, #top .container {
        margin: 0;
    }

    .cart .cart-menu {
        width: 290px;
    }

    .productpage #tab-review #review {
        overflow: hidden;
    }

    .table {
        display: inline;
        overflow: scroll;
    }

    .productpage #tab-specification table {
        display: table;
    }

    #content .image-additional .slider-item {
        width: 100%;
    }

    /*layout-3*/
    .layout-3 .product-list .product-thumb .caption {
        width: 100%;
    }

    .layout-3 .product-list .cart-rating {
        width: 100%;
    }

    .hometab .customNavigation a {
        top: -27px;
    }

    .checkout-cart #accordion .input-group-btn:last-child > .btn, .checkout-cart #accordion .input-group-btn:last-child > .btn-group {
        margin-left: 0;
    }

    .checkout-cart #accordion .input-group-btn {
        float: left;
        margin: 5px 0 0;
    }

    .checkout-cart #accordion .input-group-btn:last-child > .btn, .checkout-cart #accordion .input-group-btn:last-child > .btn-group {
        margin: 0 !important;
    }

    .buttons .pull-right {
        clear: both;
        float: left !important;
        margin: 10px 0;
    }

    .productpage .tab-content {
        clear: both;
    }

    .category .breadcrumb {
        text-align: left;
        top: -57px;
    }
}

@media only screen and (max-width: 319px) {
    .myaccount .dropdown-menu {
        left: 0;
        right: 0;
        width: 125px;
        margin: 3px auto;
    }

    .banners-slider-carousel {
        width: 87%;
    }

    .hometab .customNavigation a.prev {
        right: 10px;
    }

    .hometab .customNavigation a.next {
        right: -12px;
    }

    #content #testcms-products_block_center .product-block {
        margin: 24px 10px 35px;
    }

    .responsive-menu .main-navigation {
        width: 96% !important;
    }

    #top-links li {
        display: block;
        border: none;
    }

    .cart {
        top: 88px !important;
    }

    #form-language .dropdown-menu, #form-currency .dropdown-menu {
        min-width: 156px;
    }

    #top .nav_center {
        top: 156px;
    }

    #top .search {
        top: 181px;
    }

    .product-grid .product-thumb:hover .cart-rating {
        width: 100%;
    }

    .category_filter .sort {
        margin: 0 0 10px 0;
    }

    .category_list ul li {
        margin: 10px 7px 10px 0;
    }

    /*product*/
    .product-info > .left, #product_tabs .etabs li, #product_tabs .etabs {
        width: 100%;
    }

    .product_htabs a {
        width: 100%;
        background: #f5f5f5;
    }

    .product_htabs a.selected, .product_htabs a:hover {
        border-left: none;
        border-right: none;
    }

    .productpage #product .whish-comp .btn-default {
        width: 100%;
        padding: 0 0 5px;
    }

    .productpage #product .whish-comp .compare {
        border-left: none !important;
    }

    .product_tab_content, #product_tabs {
        height: auto;
    }

    #cart .checkout_btn a {
        font-size: 12px;
    }

    .cart .cart-menu {
        width: 208px;
        padding: 8px 2px;
    }

    #cart .checkout_btn a {
        float: right;
        padding: 4px 12px;
        margin: 0 0 0 4px;
    }

    .nav_left #top-links li {
        display: block;
        margin: 3px 0;
        padding: 0 !important;
        text-align: center;
    }

    .nav_left #top-links .myaccount-menu li {
        margin: 0;
    }

    .nav_right .cart {
        top: 73px !important;
    }

    .myaccount .top_arrow {
        top: -8px;
        left: 45%;
    }

}

.pr-price {
    font-weight: bold;
    color: #393185;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .nav_left #top-links li {
        display: block;
        border-right: none;
    }
}

.product-info .additional-carousel .image-additional .slider-item:first-child .thumbnail {
    border-color: #393185 !important;
}

.radio-size {
    overflow: hidden;
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid #393185;
    position: relative;
    float: left;
    cursor: pointer;
    margin: 2px;
}

.radio-size label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: none !important;
    margin: 0 !important;
    z-index: 5;
    text-align: center;
    cursor: pointer;
}

.radio-size span {
    position: relative;
    z-index: 10;
    color: #393185;
    line-height: 48px;
    cursor: pointer;
    font-size: 13px;
}

.radio-size.inactive span {
    color: #c6c6c6;
}

.radio-size input {
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: none !important;
    margin: 0 !important;
    z-index: 1;
    cursor: pointer;
}

.radio-size input:checked {
    background-color: #393185;
}

.radio-size input:checked + span {
    color: #fff;
}

.pr-weight {
    font-size: 18px;
    font-weight: bold;
    margin-top: 3px;
}

.panel-footer {
    text-align: center !important;
}

.filter-hidden {
    display: none !important;
}

.filter-show-all {
    font-weight: normal;
    font-size: 13px;
    font-style: italic;
    clear: both;
}

.list-group-item.clearfix {
    margin-bottom: 15px;
}

.filter-show-all a {
    padding: 5px 10px;
    cursor: pointer;
}

.product-grid .pr-model {
    text-align: center;
    font-size: 12px;
}

.product-thumb .price {
    width: 50%;
    text-align: center;
    float: left;
}

.product-list .product-thumb .price {
    width: 100%;
    float: none;
    margin: 0;
}

.product-thumb .stock {
    display: block;
    font-size: 11px;
    color: #282828;
    line-height: normal;
    font-weight: normal;
}

#filter-group-price-group {
    margin: 0 10px 15px;
    display: flex;
    justify-content: space-between;
    color: #9e9e9e;
}

#filter-group-price-from,
#filter-group-price-to {
    border: 1px solid #c5c6c6;
    padding: 1px 5px;
    width: 30%;
    text-align: center;
}

#filter-group-price-submit {
    border: none;
    background-color: #393185;
    color: #fff;
    padding: 0 15px;
    font-size: 12px;
}

#button-filter {
    display: none;
}

.products-latest_viewed.product_tab_content {
    padding: 0;
    margin-bottom: 12px;
}

.products-latest_viewed.product_tab_content span {
    font-weight: normal;
}

@media only screen and (max-width: 1199px) {
    .col-lg-6.product-left,
    .col-lg-6.product-right,
    .col-lg-6.product-right .product_tab_content {
        width: auto;
    }

    .col-lg-6.product-left,
    .col-lg-6.product-right {
        margin-right: 65px;
    }
}

@media only screen and (max-width: 979px) {
    .col-lg-6.product-left,
    .col-lg-6.product-right {
        margin-right: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .col-lg-6.product-left,
    .col-lg-6.product-right {
        margin-right: 0;
    }
}

.bootstrap-select .dropdown-menu {
    max-width: 100%;
}

.bootstrap-select .dropdown-menu > li > a {
    white-space: unset;
}

/** Mobile filter controls */
.no-scroll {
    overflow: hidden;
}

.mobile-controls,
.mobile-heading {
    display: none;
}

@media only screen and (max-width: 767px) {
    .category_breadcrumb {
        border-top: 1px solid #dbdbdb;
    }

    .category_breadcrumb_wrapper {
        display: block;
    }

    .category_breadcrumb h2 {
        margin: 0 0 15px;
    }

    .mobile-controls {
        display: block;
        overflow: hidden;
    }

    .mobile-control-filter {
        position: fixed;
        top: 50%;
        left: 0;
        background: #393185;
        color: #fff;
        z-index: 99998;
        padding: 13px 20px;
        transform: translate(calc(-50% + 25px), -50%) rotate(-90deg);
        letter-spacing: 1px;
    }

    .mobile-control-filter .fa-filter {
        margin-right: 5px;
    }

    .mobile-control-display {

    }

    .filter-show-all {
        text-align: left !important;
    }

    .filter-show-all a {
        font-weight: bold;
        letter-spacing: 1px;
        color: #393185;
        padding: 5px 20px;
    }

    .list-group a.active, .list-group a.active:hover, .list-group a:hover {
        background-color: transparent;
        color: #393185;
    }

    .category_filter_wrapper {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 99999;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 71px 0 0;
    }

    .category_filter_wrapper_bg,
    .diama-filter-mobile-bg {
        background: #fff;
        padding: 0 15px;
        position: fixed;
        top: 0;
        left: 0;
        right: 50px;
        bottom: 0;
        z-index: -1;
    }

    .category_filter .btn-list-grid,
    .compare-total,
    .pagination-right,
    .sort-by-wrapper,
    .category_filter .sort-by,
    .category_filter .sort {
        float: none;
        margin: 0;
        padding-right: 65px !important;
        padding-left: 15px !important;
        width: 100%;
        box-sizing: border-box;
    }

    .category_filter .btn-list-grid,
    .compare-total,
    .pagination-right {
        padding: 15px 0;
    }

    .sort-by-wrapper {
        padding: 0 !important;
    }

    .category_filter .sort-by,
    .category_filter .sort {
        padding: 0 !important;
    }

    .sort-by-wrapper .hasCustomSelect {
        width: 100% !important;
        height: 100% !important;
    }

    .category_filter .btn-group {
        display: block;
        overflow: hidden;
    }

    .category_filter #list-view,
    .category_filter #grid-view {
        width: 50%;
        padding: 0;
    }

    .mobile-heading,
    .diama-filter-mobile-heading {
        background-color: #fff;
        color: #393185;
        margin: 0;
        padding: 30px 15px 15px 15px;
        position: fixed;
        top: 0;
        left: 0;
        right: 50px;
        z-index: 100;
        font-size: 24px;
        border-bottom: 2px solid #ebebeb;
    }

    .control-close {
        background-color: #393185;
        color: #fff;
        position: absolute;
        top: 0;
        right: -50px;
        padding: 13px 15px;
        font-size: 30px;
        width: 50px;
        text-align: center;
    }

    .column-filter {
        display: block !important;
        width: 100% !important;
        position: fixed !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 99999;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    #column-left.column-filter {
        padding-top: 0 !important;
    }

    .sidebarFilter {
        padding: 71px 0 0;
        margin-bottom: 0;
    }

    .sidebarFilter .box-heading,
    .panel-footer,
    .diama-filter-heading {
        display: none;
    }

    .filterbox,
    .diama-filter {
        padding: 15px;
        margin-right: 50px;
        background-color: #fff;
    }

    .diama-filter {
        padding-top: 70px;
    }
}

.selected_filters {
    border: 2px solid #393185;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.selected_filters_title {
    font-weight: bold;
    margin-top: 10px;
}

.selected_filters_title:first-child {
    margin-top: 0;
}

.selected_filters_value {
    cursor: pointer;
}

.selected_filters_clear {
    color: #393185;
    border-top: 2px solid #ebebeb;
    margin-top: 5px;
    padding-top: 5px;
    font-weight: bold;
    cursor: pointer;
}

/** Show more pagination **/
@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.show-more-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    user-select: none;
}

.show-more-pagination .show-more {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #393185;
    margin: 0 0 30px 0;
    transition: opacity 0.3s;
}

.show-more-pagination .show-more:hover {
    cursor: pointer;
    opacity: 0.9;
}

.show-more-pagination .show-more-icon {
    margin: 0 30px 0 0;

    font: normal normal normal 14px/1 FontAwesome;
    font-size: 80px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.show-more-pagination .show-more-icon:before {
    content: "\f021";
}

.show-more-pagination .show-more-text {
    font-size: 16px;
}

.show-more-pagination .pagination {
    display: inline-flex;
}

.show-more-pagination .pagination-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.show-more-pagination .pagination-item {
    display: flex;
}

.show-more-pagination .pagination-link {
    padding: 1px 8px;
    color: #a3a3a3;
    border: 1px solid #ddd;
    margin: 0 3px 0 0;
}

.show-more-pagination .pagination-link-active,
.show-more-pagination a.pagination-link:hover {
    color: #000;
    background: #f4f4f4;
}

.show-more-pagination span.pagination-link {
    opacity: 0.8;
    cursor: not-allowed;
}

.show-more-pagination .pagination-link-prev {
    display: flex;
}

.show-more-pagination .pagination-link-next {
    display: flex;
}

.is-loading .show-more-pagination .show-more-icon {
    animation: rotating 2s linear infinite;
}

@media only screen and (max-width: 767px) {
    .show-more-pagination {
        position: relative;
        padding: 0 0 30px 0;
    }
    .show-more-pagination .pagination {
        position: absolute;
        bottom: 0;
        left: -40px;
        right: -40px;
        overflow: auto;
        padding: 15px;
        box-sizing: border-box;
    }
}