@font-face {
    font-family: 'icon';
    src: url("/fonts/icomoon.eot");
    src: url("/fonts/icomoon.woff") format("woff"),url("/fonts/icomoon.ttf") format("truetype"),url("/fonts/icomoon.svg#iciel") format("svg"),url("/fonts/icomoon.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal
}

* {
    margin: 0;
    padding: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

h1 {
    font-size: 20px;
    margin: 7px 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 10px
}

a {
    background-color: transparent;
    text-decoration: none
}

ul, ol {
    list-style: none
}

.clr {
    clear: both
}

p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    text-rendering: geometricPrecision
}

input[type=text], input[type=tel], textarea {
    -webkit-appearance: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 10px
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -5px
}

sup {
    top: -5px
}

img {
    border: 0;
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 5px 7.5px 6px
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    opacity: 0.5; 
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder{ /* Microsoft Edge */
    opacity: 0.5; 
}
input::placeholder, textarea::placeholder{/* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 0.5; /* Firefox */
}
figure {
    margin: 0;
    padding: 0
}

.clear-null {
    clear: both;
    width: 100%;
    height: 0;
}

.clear-half {
    clear: both;
    width: 100%;
    height: 25px;
}

@media (max-width: 768px){
    .clear-half {
        clear: both;
        width: 100%;
        height: 0;
    }
}
@media (min-width: 769px){
    .clear {
        clear: both;
        width: 100%;
        height: 50px;
    }
}
.container, .c-hero .hero-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .c-hero .hero-container {
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (min-width: 768px) {
    .container, .c-hero .hero-container {
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .container, .c-hero .hero-container {
        max-width: 960px;
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .container, .c-hero .hero-container {
        max-width: 1170px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

/*.row*/


.body-text, body, .c-hero .hero-container .products .product-item .item-inner .title, .c-theme .theme-inner .theme-list .list-item .wrapper .title, .c-footer .footer-info .inner .block .title, .c-new-letter .inner .content .text > h4 {
    font-size: 10px
}
@media (min-width: 768px) {
    .body-text, body, .c-hero .hero-container .products .product-item .item-inner .title, .c-theme .theme-inner .theme-list .list-item .wrapper .title, .c-footer .footer-info .inner .block .title, .c-new-letter .inner .content .text > h4 {
        font-size: 14px
    }
}
@media (max-width: 768px) {
    .c-theme .theme-inner .theme-list .list-item .wrapper .title{
        font-size: 11px      
    }
}
@media (max-width: 375px) {
    .c-theme .theme-inner .theme-list .list-item .wrapper .img > img{
        width: 50%;
    }
    .c-theme .theme-inner .theme-list .list-item .wrapper .title{
        font-size: 9px      
    }
}
.small-text, .c-topbar .language > ul .wrapper, .c-search .search-inner .search > form .form-group .form-control, .c-search .search-inner .search > form .btn, .c-search .search-inner .support, .c-product-class .headline .btn, .c-brands .headline .btn {
    font-size: 11px
}

@media (min-width: 768px) {
    .small-text, .c-topbar .language > ul .wrapper, .c-search .search-inner .search > form .form-group .form-control, .c-search .search-inner .search > form .btn, .c-search .search-inner .support, .c-product-class .headline .btn, .c-brands .headline .btn {
        font-size: 12px
    }
}

.medium-text, .c-category .headline .title, .c-nav-main .nav-item .nav-link {
    font-size: 15px
}

@media (min-width: 768px) {
    .medium-text, .c-category .headline .title, .c-nav-main .nav-item .nav-link {
        font-size: 15px
    }
}
@media (max-width: 1024px) {
    .medium-text, .c-category .headline .title, .c-nav-main .nav-item .nav-link {
        font-size: 12px
    }
}
.medium-text-01, .c-item-product .inner .info .price > span.fake {
    font-size: 14px
}

@media (max-width: 767px) {
    .medium-text-01, .c-item-product .inner .info .price > span.fake {
        font-size: 10px
    }
}

.big-text, .c-product-class .headline .title, .c-brands .headline .title, .c-item-product .inner .info .name, .c-item-product .inner .info .price > span.real {
    font-size: 10px
}

@media (min-width: 768px) {
    .big-text, .c-product-class .headline .title, .c-brands .headline .title, .c-item-product .inner .info .name, .c-item-product .inner .info .price > span.real {
        font-size: 18px
    }
}

.big-text-01 {
    font-size: 20px
}

@media (min-width: 768px) {
    .big-text-01 {
        font-size: 22px
    }
}

.small-text-01 {
    font-size: 13px
}

@media (min-width: 768px) {
    .small-text-01 {
        font-size: 16px
    }
}

body {
    /*    font-family: "Roboto",sans-serif;*/
    font-family: "Roboto",Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    line-height: 1.5;
    background: #fff;
    color: #191919;
}

.header .fa {
    font-family: "icon";
    font-style: initial
}

.header .fa-youtube-play::before {
    content: '\e900'
}

.header .fa-twitter::before {
    content: '\e901'
}

.header .fa-instagram::before {
    content: '\e902'
}

.header .fa-facebook::before {
    content: '\e903'
}

.header .fa-chevron-right::before {
    content: '\e904'
}

.header .fa-chevron-left::before {
    content: '\e905'
}

.header .fa-chevron-down::before {
    content: '\e906'
}

.header .fa-chevron-up::before {
    content: '\e907'
}

.header .fa-user::before {
    content: '\e908'
}

.no-spacing {
    margin: 0;
    padding: 0
}

.form-control {
    padding: 7px 10px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    background: #fff
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto
}

.table-responsive .table {
    width: 100%
}

.btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none
}

.section {
    margin-top: 10px
}

@media (min-width: 992px) {
    .section {
        margin-top: 30px
    }
}

.section + .c-adv {
    margin-top: 15px
}

@media (min-width: 992px) {
    .section + .c-adv {
        margin-top: 25px
    }
}



.c-adv + section {
    margin-top: 15px
}

.c-topbar {
    background: #fff;
    padding: 9px 0
}

@media (min-width: 992px) {
    .c-topbar {
        background: #808184
    }
}

@media (min-width: 992px) {
    .c-topbar .navbar-trigger, .c-topbar .banner-modile {
        display: none
    }
}

.c-topbar .topbar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 992px) {
    .c-topbar .topbar-inner .left, .c-topbar .topbar-inner .right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.c-topbar .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-topbar .navbar-trigger {
    position: relative;
    width: 35px;
    height: 20px;
    margin-right: 25px
}

.c-topbar .navbar-trigger .trigger-bar {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background: #666;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.c-topbar .navbar-trigger .trigger-bar:nth-child(1) {
    top: 0
}

.c-topbar .navbar-trigger .trigger-bar:nth-child(2) {
    top: 9px
}

.c-topbar .navbar-trigger .trigger-bar:nth-child(3) {
    top: 18px
}

.c-topbar .social {
    display: none;
    margin: 0 -5px;
    padding: 0
}

@media (min-width: 992px) {
    .c-topbar .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.c-topbar .social .social-item {
    list-style: none
}

.c-topbar .social .social-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    margin: 0 5px;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.c-topbar .social .social-item.facebook:hover > a {
    background: #295396;
    border-color: #295396
}

.c-topbar .social .social-item.instagram:hover > a {
    background: #c15086;
    border-color: #c15086
}

.c-topbar .social .social-item.twitter:hover > a {
    background: #2aaae0;
    border-color: #2aaae0
}

.c-topbar .social .social-item.youtube-play:hover > a {
    background: #e52d27;
    border-color: #e52d27
}

.c-topbar .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width: 992px) {
    .c-topbar .right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.c-topbar .language {
    position: relative
}

.c-topbar .language > ul {
    position: relative;
    margin: 0;
    padding: 0 10px 0 0
}

@media (min-width: 992px) {
    .c-topbar .language > ul {
        padding: 0 17px 0 0
    }
}

.c-topbar .language > ul::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #666
}

@media (min-width: 992px) {
    .c-topbar .language > ul::after {
        content: '\e906';
        font-family: "icon";
        color: #fff;
        border: 0
    }
}

.c-topbar .language > ul > li {
    position: relative;
    list-style: none
}

.c-topbar .language > ul .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    cursor: pointer
}

.c-topbar .language > ul .wrapper > span {
    margin-left: 5px;
    color: #fff;
    display: none
}

@media (min-width: 992px) {
    .c-topbar .language > ul .wrapper > span {
        display: block
    }
}

.c-topbar .language > ul .list {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
    padding-top: 12px;
    opacity: 0;
    width: calc(100% + 10px);
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (min-width: 992px) {
    .c-topbar .language > ul .list {
        width: calc(100% + 40px)
    }
}

.c-topbar .language > ul .list > ul {
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.3)
}

.c-topbar .language > ul .list > ul > li {
    list-style: none;
    margin-top: 5px
}

.c-topbar .language > ul .list > ul > li:nth-child(1) {
    margin-top: 0
}

.c-topbar .language > ul .list > ul > li > .wrapper > span {
    color: #191919
}

.c-topbar .language > ul:hover .list {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: auto
}

.c-topbar .user {
    margin-left: 15px
}

@media (min-width: 992px) {
    .c-topbar .user {
        margin-left: 45px
    }
}

.c-topbar .user .user-wrapper, .c-topbar .user .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-topbar .user .user-wrapper {
    text-decoration: none
}

.c-topbar .user .user-wrapper .fa {
    font-size: 16px;
    color: #666
}

@media (min-width: 992px) {
    .c-topbar .user .user-wrapper .fa {
        color: #fff
    }
}

.c-topbar .user .user-wrapper .text {
    position: relative;
    margin-left: 8px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none
}
.c-topbar .user .user-wrapper .text a{
    color: #fff;
    position: relative;
}
@media (min-width: 992px) {
    .c-topbar .user .user-wrapper .text {
        display: inline
    }
}

.c-topbar .user .user-wrapper .text a::after  {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.c-topbar .user .user-wrapper .text:hover a::after {
    opacity: .9;
    width: 100%
}

.c-search {
    border-top: 1px solid #ccc
}

@media (min-width: 992px) {
    .c-search {
        border: 0
    }
}

.c-search .search-inner {
    padding: 10px 0
}

@media (min-width: 992px) {
    .c-search .search-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 105px
    }

    .c-search .search-inner .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-search .search-inner .banner {
    width: 30%;
    padding-right: 15px;
    display: none
}

@media (min-width: 992px) {
    .c-search .search-inner .banner {
        display: block
    }
}

.c-search .search-inner .banner > a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.c-search .search-inner .banner > a:hover {
    opacity: .9
}

.c-search .search-inner .search {
    position: relative;
    width: 100%
}

@media (min-width: 992px) {
    .c-search .search-inner .search {
        width: 485px
    }
}


.c-search .search-inner .search > form .form-group .form-control {
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 11px 51px 11px 15px;
    outline: none;
    border-radius: 6px
}

@media (min-width: 992px) {
    .c-search .search-inner .search > form .form-group .form-control {
        padding: 11px 115px 11px 15px
    }
}

.c-search .search-inner .search > form .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 0 6px 6px 0;
    background: #ff5d15
}

@media (min-width: 992px) {
    .c-search .search-inner .search > form .btn {
        width: 100px
    }
}

.c-search .search-inner .search > form .btn > span {
    margin-left: 7px;
    display: none
}

@media (min-width: 992px) {
    .c-search .search-inner .search > form .btn > span {
        display: block
    }
}

.c-search .search-inner .search > form .btn:hover {
    background: #007bff
}

.c-search .search-inner .support {
    line-height: 1.3;
    margin-left: 10px;
    display: none
}

@media (min-width: 992px) {
    .c-search .search-inner .support {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.c-search .search-inner .support .support-item {
    margin-left: 30px
}

.c-search .search-inner .support .support-item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-search .search-inner .support .support-item .inner .content {
    margin-left: 10px
}
.c-search .search-inner .support .support-item .inner .content a{
    color: #191919;
}
@media (min-width: 992px) {
    .c-navbar {
        border-bottom: 2px solid #ff5d15
    }
}

@media (min-width: 992px) {
    .c-navbar .navbar-inner {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.c-category {
    display: none
}

@media (min-width: 992px) {
    .c-category {
        display: block
    }
}

.c-category .headline {
    position: relative;
    background: #ff5d15;
    border-radius: 6px 6px 0 0;
    padding-right: 50px;
    /*    width: 260px;*/
    width: 240px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    cursor: pointer
}

.c-category .headline .title {
    padding: 12px 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.c-category .headline .icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 62px
}

.c-category .headline .icon .icon-bar {
    position: absolute;
    width: 22px;
    height: 3px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    background: #fff
}

.c-category .headline .icon .icon-bar:nth-child(1) {
    top: 15px
}

.c-category .headline .icon .icon-bar:nth-child(2) {
    top: 21px
}

.c-category .headline .icon .icon-bar:nth-child(3) {
    top: 27px
}

.c-category .menu {
    position: absolute;
    width: 100%;
    padding-top: 2px;
    display: none
}

.c-category .menu .menu-wrapper {
    position: relative
}

.c-category .menu .menu-wrapper.bg-active {
    background: #fff
}

.c-category .menu .menu-wrapper .nav {
    padding: 0;
    margin: 0;
    /*    width: 260px;*/
    width: 240px;
    height: 390px;
    background: #fff
}

.c-category .menu .menu-wrapper .nav .nav-item {
    list-style: none
}

.c-category .menu .menu-wrapper .nav .nav-item.active > .nav-link {
    background: #ff5d15;
    color: #fff
}
.c-category .menu .menu-wrapper .nav .nav-item .nav-link span{
    background: #ff5d15;
    color: #fff;
    margin-left: 10px;
    padding: 3px 5px;
}
.c-category .menu .menu-wrapper .nav .nav-item.active .nav-link span{
    background: #fff;
    color: #ff5d15;
}
.c-category .menu .menu-wrapper .nav .nav-item.active > .nav-link::before {
    opacity: 1;
    right: -10px
}

.c-category .menu .menu-wrapper .nav .nav-item.active .nav-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-category .menu .menu-wrapper .nav .nav-item .nav-link {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 9px 15px;
    color: #191919;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.c-category .menu .menu-wrapper .nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: -15px;
    border-top: 19.5px solid transparent;
    border-bottom: 19.5px solid transparent;
    border-left: 10px solid #ff5d15;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.c-category .menu .menu-wrapper .nav .nav-sub {
    position: absolute;
    display: none;
    /*    width: calc(100% - 260px);*/
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
    height: 100%;
    overflow: hidden;
    right: 0;
    top: 0;
    background: #fff;
    display: none
}

.c-category .menu .menu-wrapper .nav .nav-sub .adv {
    width: 70%;
}

.c-category .menu .menu-wrapper .nav .nav-sub .adv img {
    max-width: 100%;
    max-height: 100%
}

.c-category .menu .menu-wrapper .nav .nav-sub .list {
    width: 32.27%;
    -webkit-column-count: 1;
    column-count: 1;
    border-left: 1px solid #dcdcdc
}

.c-category .menu .menu-wrapper .nav .nav-sub .list .group {
    margin-bottom: 10px
}

.c-category .menu .menu-wrapper .nav .nav-sub .list .list-link {
    display: block;
    padding: 2px 15px;
    color: #191919;
    text-decoration: none
}

.c-category .menu .menu-wrapper .nav .nav-sub .list .list-link:hover {
    color: #ff5d15
}

.c-category .menu .menu-wrapper .nav .nav-sub .list .list-link.bold {
    font-weight: 700
}

.category-nav-active .header {
    position: relative;
    z-index: 999;
    background: #fff
}

.category-nav-active .c-category .menu {
    display: block
}

.category-nav-active .over-body {
    position: fixed;
    z-index: 990;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6)
}

.c-nav-main {
    margin: 0;
    padding: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (min-width: 992px) {
    .c-nav-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -7.5px;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
        max-height: initial;
        opacity: 1
    }
}

.c-nav-main .nav-item {
    list-style: none
}

@media (min-width: 992px) {
    .c-nav-main .nav-item {
        margin: 0 5px;
    }

    .c-nav-main .nav-item:hover .nav-link, .c-nav-main .nav-item.active .nav-link {
        color: #fff;
        background: #ff5d15
    }
}
@media (min-width: 992px) {
    .c-nav-main .nav-item.mobile{
        display: none;
    }
}
.c-nav-main .nav-item .nav-link {
    display: block;
    padding: 6px 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #808184;
    font-weight: 700;
    border-radius: 6px 6px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (min-width: 992px) {
    .c-nav-main .nav-item .nav-link {
        padding: 12px 10px
    }
}

@media (max-width: 991px){
    .c-nav-main .nav-item .siteSubenu {
        display: block;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px){
    .c-nav-main .nav-item .siteSubenu DT A {
        font-size: 16px;
        line-height: 26px;
        color: #808184;
        padding-left: 20px;
    }
}
.nav-main-active .c-nav-main {
    opacity: 1;
    max-height: 1000px
}

@media (min-width: 992px){
    DIV.allMenu {
        display: none;
    }
}
@media (max-width: 991px){
    DIV.allMenu {
        display: block;
        top: 56px;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 99;
    }
}

@media (max-width: 991px){
    DIV.allMenu DIV.btnsWrap {
        background: #ededed;
        display: table;
        width: 100%;
        padding: 20px;
    }
}

@media (max-width: 991px){
    DIV.allMenu DIV.btnsWrap A.social-face {
        display: block;
        width: 100%;
        height: 40px;
        background: URL('../images/common/mark_facebook.gif') no-repeat 50% 50% #3c5b9a;
        margin: 2% auto;
        border-radius: 20px;
    }
}
@media (max-width: 991px){
    DIV.allMenu DIV.btnsWrap A.social-google {
        display: block;
        width: 100%;
        height: 40px;
        background: URL('../images/common/mark_google.gif') no-repeat 50% 50% #fff;
        margin: 2% auto 4%;
        border-radius: 20px;
    }
}
@media (max-width: 991px){
    DIV.allMenu DIV.btnsWrap P A.grey {
        float: left;
        display: block;
        width: 48%;
        height: 40px;
        font-size: 13px;
        line-height: 40px;
        text-align: center;
        background: #333;
        margin: 0 1%;
        border-radius: 20px;
        color: #fff;
    }
}
@media (max-width: 991px){
    DIV.allMenu DIV.btnsWrap P A.red {
        float: left;
        display: block;
        width: 96%;
        height: 40px;
        font-size: 13px;
        line-height: 40px;
        text-align: center;
        background: #f94522;
        margin: 0 1%;
        border-radius: 20px;
        color: #fff;
    }
}
@media (max-width: 991px){
    DIV.allMenu DIV.btnsWrap A SPAN {
        display: none;
    }
}
.nav-main-active .navbar-trigger .trigger-bar {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.nav-main-active .navbar-trigger .trigger-bar:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-main-active .navbar-trigger .trigger-bar:nth-child(2) {
    top: 9px;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.nav-main-active .navbar-trigger .trigger-bar:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.c-footer .footer-info {
    overflow: hidden
}

.c-footer .footer-info .inner {
    padding-top: 15px;
    padding-bottom: 25px
}

@media (min-width: 992px) {
    .c-footer .footer-info .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding-top: 50px;
        padding-bottom: 40px;
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width: 992px) {
    .c-footer .footer-info .inner .block {
        padding-left: 15px;
        padding-right: 15px
    }
}
@media (max-width: 1024px) {
    .c-footer .footer-info .inner .block{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 992px) {
    .c-footer .footer-info .inner .block.block-nav {
        display: block;
        width: 33%;
        float: left;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .c-footer .footer-info .inner .block.block-nav {
        width: 33%;
        float: left;
    }
}
@media (max-width: 480px) {
    .c-footer .footer-info .inner .block.block-nav {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .c-footer .footer-info .inner .block:nth-child(1) {
        width: 18%
    }

    .c-footer .footer-info .inner .block:nth-child(2) {
        width: 20%
    }

    .c-footer .footer-info .inner .block:nth-child(3) {
        width: 20%
    }

    .c-footer .footer-info .inner .block:nth-child(4) {
        width: 24%
    }

    .c-footer .footer-info .inner .block:nth-child(5) {
        width: 18%
    }
}

.c-footer .footer-info .inner .block .title {
    margin: 0 0 10px 0;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .c-footer .footer-info .inner .block .title {
        margin: 0 0 20px 0
    }
}
@media (max-width: 1024px) {
    .c-footer .footer-info .inner .block .title {
        font-size: 12px;
    }
    .c-footer .footer-info .inner .block .nav li a{
        font-size: 12px;
    }
}
.c-footer .footer-info .inner .block .nav {
    padding: 0;
    margin: 0
}

.c-footer .footer-info .inner .block .nav li {
    list-style: none
}

.c-footer .footer-info .inner .block .nav li a {
    text-decoration: none;
    color: #191919
}

.c-footer .footer-info .inner .block .nav li a:hover {
    color: #ff5d15
}

.c-footer .footer-info .inner .block .logos {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 992px) {
    .c-footer .footer-info .inner .block .logos {
        display: block
    }
}

.c-footer .footer-info .inner .block .logos a {
    margin-left: 10px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width: 992px) {
    .c-footer .footer-info .inner .block .logos a {
        display: inline-block;
        margin-bottom: 15px
    }
}

.c-footer .footer-info .inner .block .logos a img {
    max-width: 100%
}

.c-footer .footer-info .inner .block .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    margin-left: -5px;
    padding-right: -5px
}

@media (min-width: 992px) {
    .c-footer .footer-info .inner .block .btn-group {
        margin-bottom: 20px
    }
}

.c-footer .footer-info .inner .block .btn-group li {
    list-style: none;
    padding-left: 5px;
    padding-right: 5px
}
@media (max-width: 991px) {
    .c-footer .footer-info .inner .block.payment{
        clear: both;
    }
}
.c-footer .footer-info .inner .block.block-link {
    /*    display: -webkit-box;
        display: -ms-flexbox;
        display: flex;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

@media (min-width: 992px) {
    .c-footer .footer-info .inner .block.block-link {
        display: block;
        margin-top: 0
    }
}

.c-footer .footer-info .inner .block .social .social-nav {
    margin: 0 -5px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-footer .footer-info .inner .block .social .social-nav li {
    list-style: none;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.c-footer .footer-info .inner .block .social .social-nav li:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.c-footer .contact .inner {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #dcdcdc
}

@media (min-width: 992px) {
    .c-footer .contact .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        justify-items: center
    }
}

@media (min-width: 992px) {
    .c-footer .contact .inner .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.c-footer .contact .inner .info .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-footer .contact .inner .info .logo img {
    height: 22px
}

@media (min-width: 992px) {
    .c-footer .contact .inner .info .logo img {
        height: auto
    }
}

.c-footer .contact .inner .info .content {
    margin-top: 10px
}

@media (min-width: 992px) {
    .c-footer .contact .inner .info .content {
        margin-left: 15px;
        margin-top: 0
    }
}

.c-footer .contact .inner .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px
}

.c-footer .contact .inner .img img {
    height: 35px
}

@media (min-width: 992px) {
    .c-footer .contact .inner .img img {
        height: auto
    }
}

@media (min-width: 992px) {
    .c-footer .contact .inner .img {
        margin-top: 0
    }
}

.c-new-letter {
    background: #efefef;
    margin-top: 15px;
    padding: 10px 0
}

@media (min-width: 992px) {
    .c-new-letter .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0
    }
}

.c-new-letter .inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 992px) {
    .c-new-letter .inner .content {
        margin: 0 15px
    }
}

.c-new-letter .inner .content .icon img {
    height: 50px
}

@media (min-width: 992px) {
    .c-new-letter .inner .content .icon img {
        height: 70px
    }
}

.c-new-letter .inner .content .text {
    padding-left: 10px
}

@media (min-width: 992px) {
    .c-new-letter .inner .content .text {
        padding-left: 15px
    }
}

.c-new-letter .inner .content .text > h4 {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase
}

.c-new-letter .inner form {
    position: relative;
    width: 400px;
    max-width: 100%;
    margin: 10px 0 0 0
}

@media (min-width: 992px) {
    .c-new-letter .inner form {
        margin: 0 15px
    }
}

.c-new-letter .inner form .form-control {
    width: 100%;
    padding: 9px 120px 9px 20px;
    border-radius: 6px;
    border: 1px solid #b6b6b6
}

.c-new-letter .inner form .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    border-radius: 0 6px 6px 0;
    padding: 0;
    font-weight: 700;
    background: #ff5d15;
    color: #fff;
    border: 1px solid #ff5d15
}

@media (min-width: 992px) {
    .c-new-letter .inner form .btn {
        background: #fff;
        border-color: #b6b6b6;
        color: #191919
    }
}

.c-new-letter .inner form .btn:hover {
    background: #ff5d15;
    color: #fff;
    border-color: #ff5d15
}

DIV.subMenu-wrap {
    position: absolute;
    left: 0%;
    display: none;
    width: 1140px;
    color: #fff;    
    margin: 46px 0 0 0;
    z-index: 95;
}
DIV.subMenu-wrap.active{
    display:block;
}
DIV.subMenu-wrap ul{
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;    
}
DIV.subMenu-wrap.brand .brandMenuContent {
    /*    margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;*/
    display: inline-block;
    height: 100%;
    width: 1140px;
    background: rgba(0,0,0,0.8);
}

DIV.subMenu-wrap.brand .brandMenuContent ul {

    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: -13px;
    padding-left: 16px;
    padding-right: 16px;
}

DIV.subMenu-wrap.brand .brandMenuContent ul>* {
    display: inline-block;
    font-size: 14px;
    padding-top: 0;
    padding-left: 13px;
    width: 100%;
    vertical-align: top;
}
DIV.subMenu-wrap.brand .brandMenuContent ul li {
    position: relative;
    margin-left: 20px;
    width: 200px;
    float: left;
    text-align: left;
}
DIV.subMenu-wrap.brand .brandMenuContent ul li:first-child {
    margin-left: 20px;
}
DIV.subMenu-wrap.brand .brandMenuContent ul li a {
    /* overflow: hidden; */
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 20px 30px;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    font-size: 13px;
}
DIV.subMenu-wrap.brand .brandMenuContent ul li a img {
    display: inline-block;
    margin: -16px 10px -16px -16px;
    width: 50px;
    height: auto;
    vertical-align: middle;
}
DIV.subMenu-wrap DIV.menus {
    /*    position: absolute;
        top: 0;
        left: 0;*/
    width: 100%;
    height: 76px;
    line-height: 76px;
    text-align: center;
    font-size: 16px;
    z-index: 100;
    margin: 0 auto;
    background: rgba(0,0,0,0.7);
}
DIV.subMenu-wrap DIV.menus A {
    display: inline-block;
    color: #fff;
    margin: 0 15px;
}

DIV.subMenu-wrap DIV.menus A:hover {
    color: #f94522;
}

.subMenu-wrap.category.box > div > .menus > a {
    margin: 0 12px;
}

DIV.mMenu-wrap {
    display: none;
}
@media (max-width: 991px){
    DIV.mMenu-wrap {
        width: 100%;
        text-align: center;
        margin: 8px auto 0 auto;
        padding-bottom: 8px;
        position: relative;
        display: block
    }
}
@media (max-width: 991px){
    DIV.mMenu-wrap A.mMemu {
        display: inline-block;
        width: 80px;
        margin: 0.5%;
    }
}
@media (max-width: 991px){
    DIV.mMenu-wrap A P.icons {
        height: 70px;
    }
}
@media (max-width: 991px){
    DIV.mMenu-wrap A P.icons.product {
        background: URL(/resources/images/common/m_icon_category.png) no-repeat 50% 50% #fff;
        background-size: 70px;
    }
}
@media (max-width: 991px){
    DIV.mMenu-wrap A P.icons.hashtag {
        background: URL(/resources/images/common/m_icon_hashtag.png) no-repeat 50% 50% #fff;
        background-size: 70px;
    }
}
@media (max-width: 991px){
    DIV.mMenu-wrap A P.icons.brand {
        background: URL(/resources/images/common/m_icon_brand.png) no-repeat 50% 50% #fff;
        background-size: 70px;
    }
}
@media (max-width: 991px){
    DIV.mMenu-wrap A P.icons.event {
        background: URL(/resources/images/common/m_icon_promotion.png) no-repeat 50% 50% #fff;
        background-size: 70px;
    }
}
@media (max-width: 991px){
    DIV.mMenu-wrap A P.icons.coupon {
        background: URL(/resources/images/common/mMenu_coupon.png) no-repeat 50% 50% #fff;
        background-size: 70px;
    }
}
@media (max-width: 991px){
    DIV.mMenu-wrap A P.texts {
        height: 23px;
        font-size: 13px;
        line-height: 23px;
        color: #000;
        text-align: center;
    }
}
DIV.mSubMenu-wrap {
    display: none;
    position: absolute;
    top: 100px;
    width: 100%;
    background: #fff;
    z-index: 999;
}
DIV.mSubMenu-wrap OL.mSubMenu {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #dbdbdb;
}
DIV.mSubMenu-wrap OL.mSubMenu LI {
    border-bottom: 1px solid #dbdbdb;
    padding: 4px 0 4px 18px;
}
DIV.mSubMenu-wrap OL LI A {
    color: #535353;
}
DIV.mSubMenu-wrap OL LI A IMG {
    height: 30px;
    vertical-align: middle;
    margin: 0 10px;
}
DIV.mSubMenu-wrap P.layerClose {
    width: 30px;
    height: 30px;
    margin: 16px auto 20px auto;
}
/*popup modal*/
.modal_canvas .tempBack {
    width: 100%;
/*    margin: 10px auto;*/
    height: 100%;
    border-radius: 0;
    overflow-y: auto;
    z-index: 99999;
}

.modal_canvas .purchaseWrap {
    width: 100%;
    height: 100%;
}

.modal_canvas .purchaseWrap .inner {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
/*    max-width: 940px;
    min-width: 320px;
    margin: 0 auto;*/
    background: #fff;
/*    border-radius: 8px;
    padding: 0 0 15px;*/
}

.modal_canvas .header {
    width: 100%;
    height: 60px;
    position: relative;
}
.modal_canvas .header IMG {
    position: absolute;
    float: right;
    top: 20px;
    right: 20px;
}
.modal_canvas .contents {
    position: relative;
    display: block;
    width: 94%;
    margin: 0 auto 10px;
}

.breadcrumb{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
    height: 40px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-bottom: 1px solid #eee;
}
.breadcrumb ul {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    margin-left: 10px;
    margin-right: 5px;
    font-size: 0;
}
.breadcrumb ul li {
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb ul li a {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    color: #111;
    font-size: 14px;
}

.breadcrumb ul li a span.ellip {
    display: inline-block;
    max-width: 90px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.breadcrumb ul li a span.ellip i{
    margin: 5px 5px 5px 5px;
    font-size: 14px;
}
.breadcrumb ul li:last-child a {
    padding-right: 0;
}

.search-inner {
    padding: 10px 0;
}

.search-inner .search {
    position: relative;
    width: 100%;
}

.search-inner .search > form .form-group .form-control {
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 11px 51px 11px 15px;
    outline: none;
    border-radius: 6px;
}

.search-inner .search > form .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 0 6px 6px 0;
    background: #ff5d15;
}