/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.manage-link {
    font-size: 14px;
    text-transform: initial;
    font-weight: normal;
}

.cart-empty{
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.paging {
    text-align: center;
}

.paging ul {
    display: inline-flex;
    list-style: none;
    margin: 0px auto;
}

.paging ul li {
    margin: 0px 3px;
}

.paging ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.375rem 0.75rem;
}

.paging ul li a:hover, .paging ul .active a {
    background: #ffb400;
    color: #fff;
}

.comment-warning {
    background: #fde8e9;
    font-size: 12px;
    color: #f14950;
    line-height: 18px;
    padding: 15px;
    margin-bottom: 30px;
}

.search-box input {
    border: 2px solid #DDD;
    color: #555555;
    font-size: 14px;
    padding: 5px;
}

.search-box button {
    border: 2px solid #DDD;
    color: #555555;
    padding: 3px 6px;
}

.sub-categories {
    list-style: none;
    text-align: center;
    margin-top: 30px;
}

.sub-categories li {
    width: inherit;
    display: inline-block;
}

.sub-categories li a {
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px;
    color: rgb(0, 0, 0);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
    border-image: initial;
    transition: all 0.15s linear 0s;
    padding: 6px 10px;
    display: block;
    border-radius: 0px;
    margin: 5px;
    font-size: 13px;
}

.sub-categories li a:hover,
.sub-categories li .active {
    border-color: #ffb400;
    background: #ffb400;
    color: #fff;
}

.member {
    font-size: 14px;
    margin-bottom: 10px;
    float: right;
    height: 31px;
    line-height: 31px;
}

.member i {
    font-size: 18px;
    margin-right: 5px;
}

.member.gold i {
    color: gold;
}

.member.platinum i {
    color: #ed1c24;
}

/* Mega Menu */

.mega-menu-category.sidebar {
    /*display: block;*/
    margin-bottom: 30px;
}

.mega-menu-category {
    width: 100%;
    min-height: 200px;
    /*display: none;*/
    background: #231f20;
    padding-top: 15px;
    padding-bottom: 15px;
}

.mega-container {
    position: relative;
    z-index: 100;
    padding-right: 0px;
}

.mega-menu-title {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background: #ed1c24;
    width: 100%;
    margin-top: -1px;
}

.navleft-container {
    position: absolute;
    width: 95%;
    z-index: 1000;
}

.mega-menu-title h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 15px 15px 8px;
    padding-top: 11px;
    padding-left: 50px;
    position: relative;
    height: 51px;
    color: #fff;
}

.mega-menu-title h3:after {
    content: "\f105";
    display: inline-block;
    height: 40px;
    position: absolute;
    top: 0;
    left: 17px;
    font-family: 'normal normal normal 14px/1 FontAwesome';
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 51px;
}

.mega-menu-category ul {
    padding: 0px;
    margin: 0px;
    display: block;
}

.mega-menu-category ul li i {
    width: 28px;
    text-align: center;
}

.mega-menu-category > .nav > li > a {
    padding: 0px 25px;
    color: #cccccc;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    position: relative;
    display: block;
}

.sub a {
    padding: 0px 40px !important;
}

.mega-menu-category > .nav > li:last-child > a {
    border-bottom: 0px solid #e6e6e6;
}

.mega-menu-category > .nav > li > a:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    right: 25px;
    top: 0px;
}

.mega-menu-category > .nav > li.nosub > a:after {
    display: none;
}

.mega-menu-category > .nav > li.more-menu {
    display: none;
}

.mega-menu-category > .nav > li.view-more > a {
    border-bottom: 0;
}

.mega-menu-category > .nav > li.view-more > a:after {
    content: "\f0fe";
}

.mega-menu-category > .nav > li > a:hover,
.mega-menu-category > .nav > li > a:focus,
.mega-menu-category > .nav > li.active > a,
.mega-menu-category > .nav > li.current > a {
    background-color: #372e30;
    color: #ffffff;
}

.wrap-popup {
    position: absolute;
    left: 110%;
    top: 0;
    width: 700px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    z-index: 100;
}

.wrap-popup.column2 {
    width: 400px;
}

.wrap-popup.column1 {
    width: 250px;
}

.mega-menu-category > .nav > li.active .wrap-popup {
    left: 100%;
}

.popup {
    background: #fff;
    border: 1px solid #dee2e6;
    display: none;
    text-align: left;
    z-index: 3000;
    padding: 10px 20px;
    font-size: 13px;
}

.popup .col-md-4 {
    padding: 0px 12px;
}

.popup h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.popup .nav li {
    display: flex;
    padding: 4px 0;
    font-size: 15px;
}

.popup .nav li::before {
    content: "\e7a5";
    font-family: 'font-icons';
    display: inline-block;
    position: relative;
    top: 1px;
    left: 0;
}

.popup .nav li a {
    display: inline-block;
    padding: 0 3px 0 12px;
    border: none !important;
    color: #444;
    font-size: 14px;
    transition: all 0.2s linear 0s;
}

.popup .nav li a:hover {
    color: #ffb400;
}

.sidebar li {
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item .dropdown-menu {
    border-radius: 0px;
}

.navbar-nav .nav-item .dropdown-menu a {
    font-size: 14px;
}

.menu .dropdown-menu {
    border-radius: 0px;
}

.menu .dropdown-menu li {
    width: 100%;
}

.menu .dropdown-menu li a {
    border: none;
    padding: 10px 0px
}

.menu .dropdown-menu li a:hover{
    border: none;
}

.footer-menu .dropdown-menu {
    border-radius: 0px;
}

.footer-menu .dropdown-menu li::before {
    display: none;
}

.stat-rating {
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    /*position: absolute;*/
    margin-left: 20px;
}

.stat-rating > input {
    display: none;
}

.stat-rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.stat-rating > .half:before {
    content: "\f089";
    position: absolute;
}

.stat-rating > label {
    color: #ddd;
    float: right;
    margin: 0px;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.stat-rating > input:checked ~ label, /* show gold star when clicked */
.stat-rating:not(:checked) > label:hover, /* hover current star */
.stat-rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

/* hover previous stars in list */
.stat-rating > input:checked + label:hover, /* hover current star when changing rating */
.stat-rating > input:checked ~ label:hover,
.stat-rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.stat-rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

.header-menu-btn {
    color: #ed1c24;
}

.header-dropdown-menu {
    width: 200px;
    background-color: #FFF;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
    margin-top: 17px;
}

.header-dropdown-menu ul{
    margin: 0px;
    padding: 0px;
}

.header-dropdown-menu ul li{
    list-style: none;
    text-align: left;
    border-bottom: solid 1px #dddddd;
    padding: 5px 10px;
}

.header-dropdown-menu ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #231f20;
    height: 24px;
    line-height: 24px;
    transition: 0.2s all ease;
}

.header-dropdown-menu ul li a:hover{
    color: #ed1c24;
}

.titanic {
    width: 20px;
    height: 20px;
    display: inline-block;
    font-weight: bold;
    color: #ed1c24;
    margin-right: 10px;
}

.titanic path {
    fill: #ed1c24;
    stroke: #ed1c24;
}

.slider-element{
    position: relative;
    text-align: center;
}

.gradiant {
    background: url('../images/slider-bg.png') repeat-x;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0px;
}

.hide{
    display: none;
}

.modal-title {
    position: absolute;
    top: 10px;
}

.stat-rating {
    border: none;
    /*float: left;*/
    margin-top: -6px;
}

    .stat-rating > input {
        display: none;
    }

    .stat-rating > label:before {
        margin: 5px;
        font-size: 1.25em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .stat-rating > .half:before {
        content: "\f089";
        position: absolute;
    }

    .stat-rating > label {
        color: #ddd;
        float: right;
    }

    /***** CSS Magic to Highlight Stars on Hover *****/
    .stat-rating > input:checked ~ label, /* show gold star when clicked */
    .stat-rating:not(:checked) > label:hover, /* hover current star */
    .stat-rating:not(:checked) > label:hover ~ label {
        color: #FFD700;
    }

    /* hover previous stars in list */
    .stat-rating > input:checked + label:hover, /* hover current star when changing rating */
    .stat-rating > input:checked ~ label:hover,
    .stat-rating > label:hover ~ input:checked ~ label, /* lighten current selection */
    .stat-rating > input:checked ~ label:hover ~ label {
        color: #FFED85;
    }

.rating {
    color: #999;
    font-size: 16px
}

.rating .fa-star {
    color: #FC0
}

.comment-list .level-1 {
    margin-left: 30px;
}

.comment-list .level-2 {
    margin-left: 60px;
}

.comment-box {
    margin: 0px;
}

.comment-list {
    margin-top: 20px;
}

.comment-list ul {
    padding-left: 40px;
}

.comment-list ul li {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
    list-style: none;
    color: #666;
    font-size: 14px;
}

.comment-list ul li:last-child {
    margin-bottom: 0;
    border: none;
    padding: 0;
}

.comment-list > ul {
    padding-left: 0;
    margin: auto;
}

.comment-list .avartar {
    width: 80px;
    float: left;
}

.comment-list .comment-meta {
    color: #ccc;
}

.comment-meta .date {
    font-size: 12px;
    color: #999999;
    margin-left: 30px;
}

.comment-meta .date::before {
    content: '\f017';
    display: inline-block;
    font-family: 'FontAwesome';
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-right: 5px;
}

.comment-meta .ip {
    font-size: 12px;
    color: #999999;
    margin-left: 30px;
}

.comment-meta .ip::before {
    content: '\f0ac';
    display: inline-block;
    font-family: 'FontAwesome';
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-right: 5px;
}

.comment-list .comment-meta .author a {
    font-size: 14px;
    font-weight: 600;
}

.comment-list .comment-meta .like a, .comment-list .comment-meta .dislike a, .comment-list .comment-meta .reply a {
    font-size: 12px;
    color: #999999;
    margin-right: 30px;
}

.comment-list .comment-meta .like a:hover, .comment-list .comment-meta .dislike a:hover, .comment-list .comment-meta .reply a:hover {
    color: #181717;
}

.comment-form {
    margin-top: 20px;
}

.comment-form label {
    margin-top: 10px;
    margin-bottom: 6px;
    font-weight: 500;
}

.comment-form input, .comment-form textarea {
    border-radius: 0;
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
    color: #999999;
    font-size: 14px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    margin-bottom: 15px;
    padding: 17px;
    max-width: 100%;
}

.comment-form input {
    height: 44px;
}

.comment-form .button {
    height: 44px;
    padding-left: 30px;
    padding-right: 30px;
}

.comment-form .comment-warning {
    background: #fde8e9;
    font-size: 12px;
    color: #f14950;
    line-height: 18px;
    padding: 15px;
    margin-bottom: 30px;
}

.pagination-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: 40px;
    text-align: center;
    display: inline-block;
    width: 100%
}

.pagination-area ul {
    margin-bottom: 0px
}

.pagination-area ul li {
    color: #999999;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    margin: 0 0 5px 5px;
    width: 36px;
}

.pagination-area ul li a {
    border: 1px solid #e6e6e6;
    color: #999999;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-decoration: none;
    transition: all .2s ease-out .2s;
}

.pagination-area ul li a:hover {
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    color: #999999;
}

.pagination-area ul .active a {
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    transition: all .2s ease-out .2s;
}

.pagination-area ul .active a:hover {
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
}

@media only screen and (min-width: 280px) and (max-width: 479px) {
    .menu li{
        padding: 0 7px;
    }

    .company-header .company-logo {
        float: left;
        z-index: 9999;
        margin-top: -65px;
        margin-right: 20px;
    }

    .company-header .company-logo img {
        width: 100px;
        height: 100px;
        max-width: 176px;
        border-radius: 50px;
        border: solid 5px #dddddd;
    }

    .member {
        font-size: 14px;
        float: right;
        height: 31px;
        line-height: 31px;
        position: absolute;
        right: 10px;
        top: -150px;
    }

    .member img{
        width: 100px;
    }
}