.fixed {
    position: fixed !important;
    padding-bottom: 2px;
    z-index: 9999999999999999999999999999 !important;
    transition: 0.5s;
    animation: scale 0.5s ease;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0096FF', endColorstr='#3367D6', GradientType=0);
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    background: -moz-radial-gradient(50% 80%, circle, #82bdf31a, #010F1C);
    background: -webkit-radial-gradient(50% 80%, circle, #010F1C, #010F1C);
    display: flex;
    opacity: 0.9;
}

.fixed:hover {
    opacity: 1;
}

header {
    width: 100%;
    height: auto;
    background: #FFFFFF;
}

header .div-a {
    width: 100%;
    height: auto;
    /*background: #010F1C;*/
    border-bottom: 1px solid #EEEEEE;
    color: #333333;
    margin: auto;
    padding-left: 12px !important;
}

header .div-a .lf {
    width: auto;
    height: 40px;
    float: left;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}

header .div-a .lf i {
    float: left;
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
    color: #010f1c;
    opacity: 0.9;
    transition: background-color 0.2s ease;
}

header .div-a .lf i:hover {
    color: #000000;
    opacity: 1;
}

header .div-a .cn {
    width: auto;
    height: 40px;
    line-height: 35px;
    overflow: hidden;
    float: left;
}

header .div-a .cn p {
    width: auto;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #333333;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

.changelang {
    position: relative;
    width: auto;
    min-width: 110px;
    height: 40px;
    float: left;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    direction: ltr;
}

.selected-b {
    width: auto;
    min-width: 110px;
    height: 40px;
    cursor: pointer;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}

.selected-b img {
    width: 25px;
    height: 25px;
    margin-top: 7px;
    float: left;
}

.selected-b div {
    width: auto;
    min-width: 50px;
    height: 35px;
    padding-top: 2px;
    float: left;
    margin-left: 5px;
}

.selected-b i {
    margin-top: 12px;
    font-size: 11px;
    margin-left: 5px;
}

#language-menu {
    display: none;
    width: auto;
    min-width: 112px;
    height: auto;
    top: 35px;
    left: 20.7%;
    position: absolute;
    z-index: 9999999;
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    border-top: none;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.language-option {
    width: auto;
    height: 35px;
    display: flex;
    padding: 4px 4px;
    cursor: pointer;
    font-size: 14px;
    direction: ltr;
}

.language-option:hover {
    background-color: #f0f0f0;
    color: #010F1C;
}

.language-option img {
    width: 24px;
    height: 24px;
    margin: 2px;
    margin-right: 5px;
}

.option-b {
    color: #333333;
}

header .div-a .cn .changecurrency {
    width: auto;
    min-width: 50px;
    height: 100%;
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    background: #FFFFFF;
    color: #333333;
    border: none;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    direction: ltr;
}

header .div-a .cn a {
    width: auto;
    float: left;
    color: #333333;
    text-decoration: none;
    text-align: center;
    border-right: 1px solid #EEEEEE;
}

header .div-a .cn a i {
    width: auto;
    height: auto;
    margin: auto;
    margin-top: 8px;
    margin-right: 5px;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 1px;
    font-size: 21px;
    border-radius: 5px;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(top, #FE2014, #FE3A30);
    background-image: -moz-linear-gradient(top, #FE2014, #FE3A30);
    background-image: -ms-linear-gradient(top, #FE2014, #FE3A30);
    background-image: -o-linear-gradient(top, #FE2014, #FE3A30);
    background-image: linear-gradient(top, #FE2014, #FE3A30);
}

header .div-a .cn a:hover i {
    color: #FBFBFB;
}

header .div-a .cn a p {
    width: 65px;
    height: 30px;
    font-size: 13px;
    float: left;
    color: #333333;
}

header .div-a .rt {
    width: auto;
    min-width: 240px;
    height: 40px;
    line-height: 37px;
    padding-top: 0px;
    float: right;
    color: #333333;
    padding-right: 8px;
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    text-align: left;
}

header .div-a .rt span {
    clear: both;
    width: auto;
    line-height: 35px;
    margin-right: 4px;
}

header .div-a .rt i {
    width: 33px;
    height: 100%;
    float: left;
    font-size: 20px;
    padding-top: 9px;
    margin-right: 10px;
    text-align: center;
    color: #010f1c;
    border-right: 1px solid #EEEEEE;
}

header .div-a .rt #fullscreen {
    width: auto;
    height: auto;
    float: right;
    text-align: center;
    z-index: 9999;
    display: none;
}

#fullscreen img {
    width: 30px;
    height: 30px;
    margin: auto;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    border-left: 1px solid #003C5F;
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 0px 1px #008FDE;
    box-shadow: 0 0 1px #3CA8D1 inset;
}

#fullscreen img:hover {
    width: 40px;
    height: 40px;
    margin: auto;
    margin-top: 0px;
    margin-right: 0px;
    transition: all 0.3s ease-in-out 0s !important;
}

#closefullscreen {
    width: auto;
    height: auto;
    float: right;
    margin-left: 4px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    border-left: 1px solid #003C5F;
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 0px 1px #008FDE;
    box-shadow: 0 0 1px #3CA8D1 inset;
    display: none;
}

#closefullscreen img {
    width: 40px;
    height: 40px;
    margin: auto;
}

#closefullscreen img:hover {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out 0s !important;
}

header .div-b {
    width: 100%;
    height: auto;
    min-height: 110px;
    align-content: center;
    transition: all 0.3s;
}

.fixed .div-b {
    min-height: 60px !important;
}

header .div-b a {
    float: left;
}

header .div-b .logo {
    width: 100%;
    height: 54px;
    background-size: cover;
    animation: hithere 1s ease;
}

header .div-b .logo:hover {
    animation: infinite 0s;
}

header .div-b .search {
    width: 100%;
    height: 54px;
    direction: ltr;
    transition: all 0.3s;
}

.fixed .search {
    margin-top: 4px;
}

header .div-b .search form {
    width: 100%;
    height: 50px;
    display: flex;
    background: #FFFFFF;
    outline: 2px solid #EEEEEE;
    border: 2px solid #010F1C;
    border-radius: 6px;
}

header .div-b .search #search {
    flex-grow: 1;
    width: 42%;
    height: 46px;
    float: left;
    border: none;
    background: #F8F8F8 url(../img/search.webp) no-repeat 3%;
    padding-left: 60px;
    border-radius: 6px 0 0 6px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: bold;
}

header .div-b .search #search:focus {
    background: #FFFFFF url(../img/search.webp) no-repeat 3%;
}

.search select {
    width: 200px;
    height: auto;
    padding-left: 8px;
    margin-left: 2px;
    position: relative;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    cursor: pointer;
    background: #010F1C;
    border: 1px solid #000;
    border-bottom: 2px solid #000;
    outline: none;
    font-family: "Segoe UI Semibold", "Segoe WP Semibold", "Segoe WP", "Segoe UI", Arial, Sans-Serif;
}

.search select #all_category {
    background-color: #010F1C;
    color: #EEEEEE;
}

.search select option {
    width: auto;
    height: auto;
    line-height: 50px;
    position: absolute;
    padding-left: 15px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color: #EEEEEE;
    background: #081b2e;
    transition: all 0.3s ease;
}

.search select .subcategory {
    padding: 15px 8px;
    line-height: 50px;
    font-weight: bold;
    font-size: 13px;
    background-color: #010F1C;
    transition: all 0.3s ease;
}

.search select .subcategory:hover {
    background-color: #1B1B1B;
    color: #555;
}

header .div-b .search .submit {
    width: 110px;
    height: auto;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    background-image: radial-gradient(circle at center bottom, #333f49 0%, rgba(93, 175, 0, 0.96) 0%);
    border: 1px solid #5b8500;
    border-radius: 0p 6px 6px 0;
    outline: none;
    font-family: "Segoe UI Semibold", "Segoe WP Semibold", "Segoe WP", "Segoe UI", Arial, Sans-Serif;
}

header .div-b .search .submit:focus {
    background: #80b904 !important;
    border: 1px solid #5b8500 !important;
    border-bottom: 2px solid #5b8500 !important;
}

header .div-b .d-flex {
    padding: 0px;
    padding-left: 0px;
}

#search_results {
    width: 100%;
    height: 325px;
    margin-top: 5px;
    position: relative;
    z-index: 999999999;
    overflow: hidden;
    padding: 0px;
    font-size: 16px;
    background: #FFFFFF;
    border: 2px solid #6DA003;
    border-radius: 6px;
    display: none;
}

#search_results:has(.search_empty) {
    height: 82px;
}

#search_results #close {
    width: 25px;
    height: 26px;
    right: 0px;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, rgb(255, 0, 0), rgb(194, 59, 59));
    background-image: -moz-linear-gradient(top, rgb(255, 0, 0), rgb(194, 59, 59));
    background-image: -ms-linear-gradient(top, rgb(255, 0, 0), rgb(194, 59, 59));
    background-image: -o-linear-gradient(top, rgb(255, 0, 0), rgb(194, 59, 59));
    background-image: linear-gradient(top, rgb(255, 0, 0), rgb(194, 59, 59));
    border-left: 1px solid #360300;
    border-bottom: 1px solid #360300;
    border-radius: 0 0 0 50%;
    text-align: center;
    position: absolute;
    cursor: pointer;
}

#search_results #close:hover {
    background: red;
    border-bottom: 1px solid #000000;
}

#search_results #close i {
    color: #FFFFFF;
    margin-left: 2px;
}

.search_value {
    width: 100%;
    height: 20%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    border-bottom: 1px solid #EEEEEE;
    --key-text-color: #969faf;
    --docsearch-key-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 2px 1px rgba(30, 35, 90, 0.4);
    --docsearch-key-gradient: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
    color: var(--key-text-color);
    cursor: pointer;
}

.search_value:hover {
    background: #F9F9F9;
}

.search_value img {
    width: 70px;
    height: auto;
    max-height: 68px;
    margin: 5px;
    float: left;
}

.search_value .right {
    width: auto;
    height: 100%;
    padding-left: 10px;
    padding-right: 30px;
    float: left;
    align-items: center;
    align-content: center;
    border-left: 1px solid #EEEEEE;
    flex: 1;
}

.search_value .right .name {
    width: auto;
    height: auto;
    text-align: left;
}

.search_value .right .price {
    width: auto;
    height: auto;
    float: left;
    text-align: left;
    display: inline;
}

.search_empty {
    padding: 10px;
    height: auto;
}

.search_empty i {
    font-size: 30px;
    margin-top: 14px;
    margin-left: 3px;
    float: left;
    color: #555555;
}

.search_empty p {
    width: 100px;
    margin-top: 16px;
    margin-left: 12px;
    float: left;
}

header .div-c .icon {
    width: 197px;
    height: 54px;
    float: right;
    display: flex;
    flex-wrap: wrap;
    color: #555555;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255,
                    0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    animation: scale 0.5s ease;
}

header .div-c .icon div {
    height: 100%;
    border-left: 1px solid #BBBBBB;
    padding-left: 7px;
    padding-right: 7px;
    flex: 1;
}

header .div-c .icon div:first-child {
    border-left: none;
}

header .div-c .icon div a {
    text-decoration: none;
}

header .div-c .icon i {
    font-size: 25px;
    margin-top: 18px;
    z-index: 8;
    color: #010f1c;
}

header .div-c .icon p {
    width: 22px;
    height: 22px;
    line-height: 20px;
    float: left;
    margin-top: 5px;
    margin-left: 0px;
    font-size: 11px;
    text-align: center;
    color: #111111;
    text-shadow: 0 0 1px #DDD;
    background: #FFFFFF url(../img/border.webp) no-repeat;
    background-size: cover;
    border: 1px solid #010F1C;
    border-radius: 50%;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.75);
}

header .div-c .icon .wishlist {
    float: left;
}

header .div-c .icon .cart {
    float: left;
}

header .div-c .icon .compare {
    float: left;
}

header .div-b .user {
    width: auto;
    min-width: 200px;
    height: 100%;
    float: right;
    animation: scale 0.5s ease;
}

.fixed .user {
    margin-top: 4px;
}

.fixed .user .rt {
    border: 3px solid #000000 !important;
}

header .div-b .user_logined {
    width: auto;
    min-width: auto;
}

header .div-b .user a {
    width: 50%;
}

header .div-b .user a .register {
    width: 100%;
    height: 54px;
    line-height: 54px;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555555;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
    background: #e9e9e9;
    background: -moz-linear-gradient(#FFFFFF, #EEEEEE);
    background: -ms-linear-gradient(#EFEFEF, #DDDDDD);
    background: -o-linear-gradient(#EFEFEF, #DDDDDD);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#EFEFEF), to(#DDDDDD));
    background: -webkit-linear-gradient(#EFEFEF, #DDDDDD);
    background: linear-gradient(#FFFFFF, #EEEEEE);
    border: 1px solid #BBBBBB;
    border-right: none;
    border-radius: 6px 0 0 6px;
    border-bottom: 2px solid #BBBBBB;
}

.fixed .register {
    background: linear-gradient(#FFFFFF, #EFEFEF) !important;
    border: 1px solid #000000 !important;
    border-right: none !important;
    border-bottom: 2px solid #000000 !important;
}

header .div-b .user a .login {
    width: 100%;
    height: 51px;
    line-height: 20px;
    float: left;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
}

.frutiger-button {
    cursor: pointer;
    position: relative;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0 6px 6px 0;
    border: 1px solid #444444;
    border-bottom: 2px solid #444444;
    transition: 0.3s all;
    text-transform: uppercase;
}

.frutiger-button:active {
    box-shadow: 0px 0px 0px 0px #0000;
}

.inner {
    position: relative;
    inset: 0px;
    padding: 1em;
    border-radius: 4px;
    background-image: radial-gradient(circle at center bottom, #333f49 0%, rgba(93, 175, 0, 0.96) 0%), url(../img/footer.webp);
    overflow: hidden;
    transition: inherit;
}

.inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(-65deg, #0000 40%, #fff7 50%, #0000 70%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: thing 3s ease infinite;
}

@keyframes thing {
    0% {
        background-position: 130%;
        opacity: 1;
    }

    to {
        background-position: -166%;
        opacity: 0;
    }
}

.top-white {
    position: absolute;
    border-radius: inherit;
    inset: 0 -8em;
    background: radial-gradient(circle at 50% -270%,
            #fff 45%,
            #fff6 0%,
            #fff0 60%);
    transition: inherit;
}

.inner::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    transition: inherit;
    box-shadow: inset 0px 2px 8px -2px #0000;
}

.frutiger-button:active .inner::after {
    box-shadow: inset 0px 2px 8px -2px #000a;
}

.text {
    position: relative;
    z-index: 1;
    color: white;
    font-weight: 600;
    transition: inherit;
}


header .div-b .user .lf {
    width: 56px;
    height: 56px;
    min-width: auto;
    float: right;
    text-align: center;
    font-size: 30px;
    background: #333333;
    border: 3px solid #000;
    color: #333333;
}

header .div-b .user .lf i {
    margin-top: 6px;
    font-size: 30px;
    color: #FFFFFF;
}

header .div-b .user .rt {
    width: auto;
    height: 56px;
    line-height: 9px;
    direction: ltr;
    margin-left: 5px;
    padding-bottom: 7px;
    float: right;
    font-size: 14px;
    color: #555555;
    border: 1px solid #BBBBBB;
    border-bottom: 2px solid #BBBBBB;
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255,
                    0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    transition: background-color .2s ease-out;
    background-clip: padding-box;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}

header .div-b .user .rt .name {
    height: auto;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    border-bottom: 1px solid #BBBBBB;
}

header .div-b .user .rt a {
    width: auto;
    height: 20px;
    line-height: 5px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    color: #000000;
    text-decoration: none;
}

header .div-c {
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
}

/* header menu a */
.drop-down {
    width: 220px;
    float: left;
    position: relative;
    z-index: 9;
}

.dropDown {
    width: 100%;
    height: 55px;
    padding-left: 22px;
    padding-right: 22px;
    background-image: radial-gradient(circle at center bottom, #333f49 0%, rgba(93, 175, 0, 0.96) 0%), url(../img/footer.webp);
    color: #FFFFFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    cursor: pointer;
    border: 1px solid #5b8500;
    border-bottom: 2px solid #5b8500;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.dropDown:active {
    --scale: .95;
}

.dropDown span {
    line-height: 52px;
}

.dropDown p {
    float: left;
}

.dropDown .fa-bars {
    float: left;
    margin-top: 14px;
    margin-right: 10px;
    font-size: 25px;
}

.dropDown .fa-chevron-down {
    float: right;
    margin-top: 19px;
    font-size: 15px;
}

.dropDown .fa-chevron-up {
    margin-top: 19px;
    float: right;
    font-size: 15px;
}

.menu-box {
    clear: both;
    height: auto;
    position: relative;
    z-index: 99999;
    top: -15px;
    margin-left: 12px;
    margin-right: 12px;
    display: none;
    background-color: #fff;
    border: 1px solid #5b8500;
    border-top: 1px solid #EEEEEE;
    direction: ltr;
}

.menu-box .row>* {
    padding-right: 0px;
}

.menu {
    width: auto;
    height: auto;
    top: 0;
    margin: 0;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.menu .row {
    padding-right: 13px;
    padding-bottom: 10px;
    overflow: auto;
}

.menu-box:before {
    content: '';
    background-color: transparent;
    border-left: 8px solid transparent;
    position: absolute;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-top: 8px solid transparent;
    top: -15px;
    left: 18px;
}

.menu-box:after {
    content: '';
    background-color: transparent;
}

.drop-down--active .menu-box {
    visibility: visible;
    opacity: 1;
}

.categories .category-inner {
    width: 100%;
    height: 100%;
    align-content: center;
    align-items: center;
    padding: 15px;
    overflow: auto;
    background: #FBFBFB url('../img/groovepaper.webp');
    border-radius: 8px;
}

.categories .category-inner:hover {
    border: none;
}

.categories .image {
    width: 80px;
    height: auto;
    overflow: hidden;
}

.categories .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.categories .cat_name {
    padding: 10px;
    padding-right: 5px;
    display: flex;
    flex-grow: 1;
    text-align: left;
    direction: ltr;
}

.categories .cat_name .expand-icons {
    width: 20px;
    float: left;
}

.categories .cat_name i {
    font-size: 20px;
    float: left;
}

.categories .cat_name .cat {
    float: left;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.categories .cat_name .cat:hover {
    color: #007bff;
}

.categories .subcategory {
    width: 100%;
    height: auto;
    line-height: 31px !important;
    margin-left: -3px;
    margin-bottom: 4px;
    padding-right: 5px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    color: #010F1C;
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    overflow: hidden;
}

.categories .subcategory:hover {
    background: #EEEEEE;
}

.categories .subcategory i {
    padding: 10px;
    margin: auto;
    margin-right: 7px;
    font-size: 12px;
    color: #FFFFFF;
    background: #333333;
    border-right: 1px solid #000000;
}

/* header menu b */
.navigation {
    width: auto;
    height: 54px;
    padding: 0px;
    overflow: hidden;
    float: left;
    list-style: none;
    direction: ltr;
}

.navigation li {
    width: auto;
    height: auto;
    float: left;
    background: #FFFFFF;
    border-right: 1px solid #BBBBBB;
}

.navigation li:hover {
    background: #EFEFEF;
}

.navigation li a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #010f1c;
    text-shadow: 0 0 1px #BBBBBB;
    font-family: "Segoe UI Semibold", "Segoe WP Semibold", "Segoe WP", "Segoe UI", Arial, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    align-items: center !important;
    align-content: center !important;
}

.navigation li a:hover {
    color: #111111;
}

.navigation li a i {
    width: auto;
    height: 100%;
    float: left;
    padding: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
}

.navigation li a p {
    width: auto;
    height: auto;
    line-height: 50px;
    float: right;
    padding-right: 10px;
}

.navigation ul {
    display: none;
    position: absolute;
    list-style: none;
    padding: 0;
    overflow: hidden;
    z-index: 999;
}

.navigation ul li {
    float: none;
}
