html {
}

body {
    display: block;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

@media only screen and (max-width: 1024px) {
    body {
        width: 100vw;
        overflow-x: hidden;
    }
}

a {
    text-decoration: none;
    outline: 0;
    border: none;
    color: #333;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

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

h1, h2, h3, h4, b, strong {
    font-weight: 600;
}


.clear {
    clear: both;
    height: 0px;
}

.container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

#loading {
    width: 200px;
    height: 80px;
    background: #fff url('../images/loading.gif') no-repeat center center;
    display: none;
    background-size: 64px auto;
    position: fixed;
    top: 40%;
    margin-left: 50%;
    left: -100px;
    border: 5px solid #777;
    z-index: 999999999999;
}

.overlay2 {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.95);
    z-index: 9999;
}

.overlay2.hidden {
    display: none;
}

#popup {
    color: #444;
    z-index: 9999999;
    display: table;
    padding: 10px 10px 10px 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    border-radius: 5px;
}

#popup .close {
    position: absolute;
    cursor: pointer;
    top: -16px;
    right: 0px;
    width: 32px;
    height: 32px;
    background: url('../images/close.png') no-repeat center center;
    z-index: 10000;
}

.priceshow {
    opacity: 0;
    width: 32px;
    height: 32px;
    background: url(../images/unlock-alt.svg) no-repeat center center;
    background-size: 24px;
}

#popup img {
    max-width: 600px;
    max-height: 400px;
    width: auto !important;
    height: auto !important;
}

#totop {
    display: block;
    /* position: fixed; */
    z-index: 999;
    left: 12px;
    bottom: 12px;
    width: 48px;
    height: 48px;
    opacity: 0.5;
    animation: movebtn 3s ease-in-out infinite,fadeIn .5s ease-in-out;
}

#totop:hover {
    opacity: 1;
}

@keyframes movebtn {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(10px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(10px)
    }

    to {
        transform: translateY(0)
    }
}

.news-share {
    padding-bottom: 10px;
    margin-left: 10px;
}

.news-share>div {
    vertical-align: top;
    display: inline-block;
}

.news-share>.view {
    line-height: 20px;
    padding-left: 40px;
}

@media only screen and (max-width: 1024px) {
    .container {
        width:96%;
        margin: 0px 2%;
    }

    #hamburger {
        width: 28px;
        height: 20px;
        display: block;
        right: 10px;
        top: 21px;
        position: fixed;
        z-indeX: 999999999;
    }

    #hamburger span {
        position: absolute;
        display: block;
        transition: all 0.3s ease-out;
        height: 2px;
        width: 100%;
        left: 0;
        right: 0;
        background: #222;
        border-radius: 2px;
    }
    #hamburger span:first-child{
        transform: translateY(-50%);
    }
    #hamburger span:nth-child(2){
        top: 50%;
        transform: translateY(-50%);
    }

    #hamburger span:nth-child(3){
        top: 100%;
    }

    #hamburger.toggle span {
        background: #fff;
    }

    #hamburger.toggle span:first-child {
        transform: rotateZ(135deg);
        top: 50%;
    }

    #hamburger.toggle span:nth-child(2) {
        opacity: 0;
        transform: translateX(-50%);
    }

    #hamburger.toggle span:nth-child(3) {
        transform: rotateZ(-135deg);
        top: 50%;
    }
}

@media only screen and (max-width: 500px) {
    #popup {
        width: 90% !important;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #popup > div {
        width: auto !important;
    }
}

/*==================Topmenu===============*/
#topmenu,#header,#body,#botmenu,#footer {
    width: 100vw;
}

#topmenu {
    height: 36px;
}

#topmenu>div>div {
    display: inline-block;
    vertical-align: top;
    color: #6e6e6e;
    margin-right: 40px;
    line-height: 36px;
}

#topmenu>div>div a {
    color: #6e6e6e;
    display: inline-block;
    vertical-align: top;
    height: 36px;
    width: 30px;
    text-align: center;
}

#topmenu a:hover,#topmenu a.active {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

#topmenu>div>ul {
    float: right;
}

#topmenu>div>ul>li {
    display: inline-block;
    position: relative;
    color: #999;
    vertical-align: top;
}

#topmenu>div>ul>li>a {
    display: block;
    padding: 0px 10px;
    line-height: 36px;
    height: 36px;
    color: #000;
    text-transform: uppercase;
}

#topmenu>div>ul>li>a:hover {
    font-weight: normal;
}

#topmenu>div>ul>li>.logout {
    display: inline-block;
    text-transform: none;
    padding: 0;
}

#topmenu>div>div strong {
    font-size: 20px;
    line-height: 36px;
    vertical-align: bottom;
    color: #E00000;
    font-family: sans-serif;
}

@media only screen and (max-width: 768px) {
    #topmenu {
        display: none;
    }

}

@media only screen and (max-width: 640px) {
    #topmenu {
        height:auto;
    }

    #topmenu>div>div {
        margin: 0;
    }

    #topmenu>div>div {
        float: right;
    }

    #topmenu>div>div:first-child {
        float: left;
    }

    #topmenu>div>ul {
        float: none;
        width: 100%;
        clear: both;
        text-align: center;
    }

    #topmenu>div>ul>li>a {
        padding: 0px 6px;
    }

    #topmenu .currency {
        display: none;
    }
}

#topmenu .cart:hover,#topmenu .quicklogin:hover {
    background-color: #ebf2ff;
}

#topmenu .cart:hover a,#topmenu .quicklogin:hover a {
    color: #fff;
    text-decoration: none;
}

#topmenu .cart .content,#topmenu .quicklogin .formfloat {
    position: absolute;
    display: none;
    z-index: 400;
    background-color: #f8f8f8;
    width: 320px;
    height: auto;
    min-height: 40px;
    right: 0px;
    top: 36px;
    border-top: 5px solid #ebf2ff;
    padding-bottom: 10px;
}

#topmenu .quicklogin:hover>.formfloat {
    display: block;
}

#topmenu .cart:hover .content {
    display: block;
}

#topmenu .cart .content ul li {
    padding: 10px 10px 0px 10px;
}

#topmenu .cart .content ul li:after {
    content: '';
}

#topmenu .cart .content ul li .images {
    width: 60px;
    padding: 5px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#topmenu .cart .content ul li .images img {
    max-width: 60px;
    display: block;
}

#topmenu .cart .content ul li .detail {
    display: inline-block;
    padding: 0px 10px;
    width: 200px;
}

#topmenu .cart .content ul li .detail a {
    font-weight: 600;
    padding: 0;
    line-height: 18px;
}

#topmenu .cart .content ul li .detail p {
    color: #ff0000;
}

#topmenu .cart .content ul li a {
    line-height: 18px;
    color: #000;
}

#topmenu .quicklogin form label {
    float: left;
    margin-bottom: 10px;
    line-height: 24px;
    width: 100px;
    padding: 0px 10px;
}

#topmenu .quicklogin form input[type="text"],#body.register form select, #topmenu .quicklogin form input[type="password"] {
    padding: 8px 12px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 12px;
    border-radius: 8px;
}

#topmenu .quicklogin form p {
    margin: 10px 0px;
    padding-left: 20px;
    color: #222;
}

#topmenu .quicklogin form p:nth-child(2) {
    border-bottom: 2px solid #ebf2ff;
}

#topmenu .quicklogin form input[type="checkbox"] {
    float: left;
}

#topmenu .quicklogin form input[type="submit"] {
    display: block;
    margin: 12px auto;
    background-color: #FFFFFF;
    border: 0;
    border-radius: .5rem;
    box-sizing: border-box;
    color: #111827;
    font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding: .5rem 1rem;
    text-align: center;
    text-decoration: none #D1D5DB solid;
    text-decoration-thickness: auto;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

#topmenu .quicklogin form input[type="submit"]:hover {
    background-color: rgb(249,250,251);
}

#topmenu .quicklogin form input[type="submit"]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

#topmenu .quicklogin form input[type="submit"]:focus-visible {
    box-shadow: none;
}

@media only screen and (max-width: 480px) {
    #topmenu .cart,#topmenu .quicklogin {
        position:inherit;
    }

    #topmenu .cart .content,#topmenu .quicklogin .formfloat {
        left: 0px;
        right: 0px;
        top: auto;
    }

    #topmenu .cart .content ul li .detail {
        text-align: left;
    }

    #body .cart>li:not(.header)>ul>li:nth-child(1) {
        float: left;
    }
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
    #topmenu .quicklogin {
        position:inherit;
    }

    #topmenu .quicklogin .formfloat {
        left: 0px;
        right: 0px;
        top: auto;
    }
}




#mainmenu {
    text-align: center;
    position: relative;
}

#mainmenu>div>li {
    display: inline-block;
    vertical-align: top;
    position: relative
}

#mainmenu>div>li>a {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0px 20px;
    text-transform: uppercase;
}

#mainmenu>div>li.sub>a:before {
    background: #bcbcbc;
    display: none;
    height: 12px;
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1001;
    top: 37px;
}

#mainmenu>div>li.sub:hover>a:before {
    display: block;
}

#mainmenu>li.last {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    bottom: 0px;
    height: 3px;
    background: #000;
    display: block;
    width: 0px;
    left: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#mainmenu>div>li>ul {
    position: absolute;
    display: none;
    left: -50%;
    border-top: 1px solid :#fff;
    top: 35px;
    overflow: hidden;
    padding: 20px;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.5);
}

#mainmenu>div>li:hover>ul {
    display: block;
}

#mainmenu>div>li.sub>ul>li {
    display: inline-block;
}

#mainmenu>div>li>ul>li>a {
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 32px;
    height: 32px;
    text-align: left;
}

#mainmenu>div>li>ul>li>div {
    display: table;
    min-width: 190px;
}

#mainmenu>div>li>ul>li>div>ul {
    display: table-cell;
}

#mainmenu>div>li>ul>li>div>ul>li>a {
    line-height: 20px;
    height: 20px;
    display: block;
    padding: 4px 0px;
    width: 190px;
    text-align: left;
    font-size: 13px;
    color: #999;
}

#mainmenu>div>li>ul>li>div>ul>li>a:hover {
    color: #000;
}

#mainmenu>div>li:hover>ul.table {
    display: table;
}

#mainmenu>div>li>ul.table>li {
    display: table-cell;
}

#mobilemenu, #mobile_search {
    display: none;
}


@media only screen and (max-width: 768px) {
    #header .mobile {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 0 10px;
    }

    #header .mobile > a {
        width: 32px;
        height: 32px;
        display: inline-flex;
        justify-content: center;
    }

    #header .mobile > .logo {
        width: auto;
        flex-grow: 1;
        height: 60px;
    }

    #header .mobile > .logo img{
        margin: 0 auto;
    }

    .desktop {
        display:none;
    }

    #mobile_search {
        position: fixed;
        width: 240px;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 10000;
    }

    #mobile_search.hidden {
        display: none;
    }

    #mobile_search #mobile_search_input {
        position: relative;
        margin: 0px auto;
        display: block;
        border: 1px solid #e2e2e2;
        padding: 12px 12px 12px 24px;
        line-height: 20px;
        width: 100%;
        border-radius: 24px;
    }

    #mobile_search input[type="submit"] {
        position: absolute;
        width: 28px;
        height: 28px;
        top: 50%;
        right: 0;
        transform: translate3D(20px,-50%,0);
        border: 0;
        outline: 0;
        background: none;

    }

    #mobile_search svg {
        width: 28px;
        height: 28px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate3D(20px,-50%,0);
        pointer-events: none;
    }

    #mobilemenu {
        position: fixed;
        width: 240px;
        top: 0px;
        bottom: 0;
        min-height: 100%;
        z-index: 999999;
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
        transition: all 0.5s ease-in-out;
        background-color: #fff;
    }

    #mobilemenu_bg {
        position: fixed;
        width: 100vw;
        height: 100vh;
        bottom: 0px;
        top: 0px;
        background-color: rgba(0,0,0,0.85);
        z-index: 999998;
        transition: all 0.5s ease-in-out;
    }

    #mobilemenu_bg.hidden {
        display: none;
    }
    #mobilemenu.hidden {
        transform: translateX(-100%);
    }

    #mobilemenu.moveright,#mobilemenu.mobilemenu_bg {
        transform: translate3d(240px,0,0);
        -webkit-transform: translate3d(240px,0,0);
        -moz-transform: translate3d(240px,0,0);
        -ms-transform: translate3d(240px,0,0);
        -o-transform: translate3d(240px,0,0);
    }

    #mobilemenu>ul {
        padding: 0;
        display: block;
    }


    #mobilemenu>ul>li > span{
        margin: 0 10px 10px 10px;
        display: block;
    }

     #mobilemenu>ul>li > span a {
         font-weight: bold;
     }

    #mobilemenu>ul>li>ul>li {
        border-top: 1px solid #e2e2e2;
    }

    #mobilemenu>ul>li>ul {
        display: none;
        margin: 6px 12px;
    }

    #mobilemenu>ul>li>ul>li>a {

    }

    #mobilemenu>ul>li>ul>li>ul {
        display: none;
    }

    #mobilemenu>ul>li>ul>li.active>ul {
        display: block;
    }

    #mobilemenu li > a {
        display: block;
        padding: 4px 10px 4px 20px;
        line-height: 24px;
        position: relative;
    }

    #mobilemenu .drop {
        background: url('../images/arrow-down.svg') no-repeat right 10px center;
        background-size: 12px;
    }
    #mobilemenu .double-click {
/*        background: url('../images/right-arrow.svg') no-repeat right 10px center;*/
        background-size: 12px;
    }

    #mobilemenu>ul>li>a:before {
        content: '';
        width: 5px;
        height: 5px;
        display: block;
        border-radius: 5px;
        background-color: #e4e4e4;
        left: 8px;
        top: 13px;
        position: absolute;
    }

    #mobilemenu>ul>li:first-child>a:before {
        display: none;
    }

    #mobilemenu>ul>li>ul>li.noclick>a:before {
        background: none;
    }

    #mobilemenu>ul>li>a {
        text-transform: uppercase;
        font-weight: 600;
    }

    #mobilemenu>ul>li .priceshow {
        padding: 0;
        float: right;
        margin: 8px;
    }
    #mobilemenu>ul>li .priceshow:before{
        display: none;
    }

    #mobilemenu>ul>li>ul>li>a {
        padding: 2px 8px;
        font-size: 12px;
    }

    #mobilemenu li:hover>a {
        text-decoration: underline;
    }

    #mainmenu {
        display: none;
    }
}


@media only screen and (max-width: 640px)
{
    #header .mobile > a {
        width: 28px;
        height: 28px;
        display: inline-flex;
        justify-content: center;
    }
    #header .mobile > a svg {
        width: 24px !important;
    }

    #hamburger {
        width: 24px;
        height: 18px;
    }
}

#header img {
    max-width: 100%;
}

#slider {
    left: 0px;
    right: 0px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    #header {
        position: fixed;
        top: 0;
        z-index: 1000;
        background: #fff;
        box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    }
    #header form {
        display: none;
    }

    #header p {
        margin: 0;
    }
    #header img {
        max-height: 60px;
    }

    #body {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 640px) {
    #header img {
       max-height:80px;
    }
}

@media only screen and (max-width: 480px) {
    #header .mobile {
        gap: 4px;
    }
    #slider {
        display:none;
    }
}

@media only screen and (max-width: 420px) {
    #hamburger {
        top: 15px;
    }
    #header .mobile > .logo {
        height: 48px;
    }
    #header .mobile > a svg {
        width: 20px !important;
    }
    #hamburger {
        top: 16px;
        width: 20px;
        height: 16px;
    }
}

#slider img {
    height: 500px;
    z-index: 1;
}

.flex-caption {
    z-index: 10;
    width: 100%;
    height: 500px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    display: table;
    pointer-events: none;
}

.flex-caption a {
    pointer-events: auto;
}

.flex-caption>div {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-shadow: 0 0 0.3em #000;
    line-height: inherit
}

.flex-caption p {
    display: block;
    vertical-align: middle;
}

#slider .caption {
    top: 100%;
}

#slider:hover .caption {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    text-shadow: 1px 1px 0px #000;
}

.thumb .caption {
    display: block;
    padding: 1px;
    padding: 28px 12px;
    z-indeX: 25;
    background: rgba(0,0,0,0.7);
    color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
}

.thumb .caption a {
    color: #fff;
}

#body {
    min-height: 900px;
}

#body.borderbottom {
    border-bottom: 25px solid #000;
}

.menu {
    text-align: center;
    display: block;
    width: 100%;
    height: 24px;
    margin: 15px 0px;
}

.menu li {
    display: inline-block;
    vertical-align: top;
}

.menu li a {
    display: block;
    padding: 0px 20px;
    line-height: 24px;
    text-transform: uppercase;
}

.menu li a:hover {
    text-decoration: underline;
    color: #7b26d1;
}

@media only screen and (max-width: 640px) {
    .menu {
        height:auto;
    }

    .menu li {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .menu li a {
        padding:0px 6px;
    }
}

.caption {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 22px;
    font-size: 21px;
    text-transform: uppercase;
}

#body .brick .thumb {
    position: relative;
    overflow: hidden;
}

#body .brick .block1 {
    width: 24%;
    margin: 0px 0px 13px 1%;
    float: left;
}

#body .brick .block2 {
    width: 49%;
    margin: 0px 0px 13px 1%;
    float: left;
}

#body .brick .nomargin {
    margin: 0 0px 0px 10px;
}

#body .brick .height1, #body .brick .height1 div:first-child {
    height: 200px;
}

#body .brick .height2, #body .brick .height2 div:first-child {
    height: 413px;
}

#body .brick .height2 .caption {
    top: 413px;
}

#body .brick .height1 .caption {
    top: 200px;
}

#body .brick .thumb:hover .caption {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    text-shadow: 1px 1px 0px #000;
}

#body .brick .nobg {
    background: #000;
}

#body:not(.list) .brick .thumb img {
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

@media only screen and (max-width: 640px) {
    #body:not(.list) .brick .thumb {
        width:auto;
        display: block;
        margin: 0;
        height: auto;
        width: 100%;
        overflow: hidden;
    }

    #body:not(.list) .brick .thumb img {
        height: auto !important;
        min-height: 0px !important;
        width: 100% !important;
    }

    #body:not(.list) .brick .thumb .flex-caption,#body:not(.list) .brick .thumb .flex-caption>div {
        height: 240px !important;
        width: 100%;
        font-size: 50%;
    }

    #body:not(.list) .brick .thumb .caption {
        top: 100% !important;
    }

    #body:not(.list) .menu {
        display: none;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    #body:not(.list) .brick .block1 {
        width:49%;
    }

    #body:not(.list) .brick .thumb {
        margin: 0px 0.5% 10px 0.5%;
    }

    #body:not(.list) .brick .thumb img {
        min-width: 100%;
    }
}

#body>div>h1 {
    display: block;
    padding: 10px 0px;
    line-height: 48px;
    font-size: 42px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    border-top: 10px solid #222;
    border-bottom: 10px solid #222;
}

#body.list .brick .thumb {
    position: relative;
}

#body.list .brick .caption {
    font-size: 13px;
    text-transform: none;
    line-height: 18px;
    top: 100%;
}

#body.list .brick .block1 {
    width: 311px;
    margin: 0 6px 13px 6px;
}

#body.list .brick .block2 {
    width: 634px;
    margin: 0px 0px 13px 6px;
}

#body.list .brick .height1, #body.list .brick .height1 div:first-child {
    height: 276px;
}

#body.list .brick .height2, #body.list .brick .height2 div:first-child {
    height: 564px;
}

#body.list .list_left {
    float: left;
    width: 50%;
}

#body.list .list_right {
    float: right;
    width: 50%;
}

#body.list .list_left .brick .block1 {
    width: 311px;
    margin: 0 6px 13px 6px;
}

#body.list .list_right .brick .block2 {
    width: 634px;
    margin: 0px 0px 13px 6px;
}

#body.list .brick .nomar {
    margin: 0px 0px 13px 0px;
}

#body.list .brick .thumb img {
    width: 100%;
    height: 100%;
}

#body.list .brick .flex-caption p {
    color: #fff;
    font-size: 22px;
    font-style: italic;
    line-height: 24px;
    margin: 0px;
    text-align: center;
}

#body.list .brick .flex-caption h3 {
    color: #fff;
    font-size: 31px;
    text-transform: uppercase;
    line-height: 32px;
    margin: 0px;
    text-shadow: 0 0 0.3em #000;
    text-align: center;
}

#body.list .brick .flex-caption h2 {
    color: #fff;
    text-transform: uppercase;
    line-height: 36px;
    font-size: 32px;
}

#body.list .brick .noleft {
    margin-left: 0 !important;
}

#body.list .brick .noright {
    margin-right: 0 !important;
}

#body.list>div>.menu .active {
    color: #7b26d1;
    font-weight: 600;
}

#body .list>li {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding-top: 10px;
}

#body .list>li:first-child {
    border-top: 1px solid #e0e0e0;
}

#body .list>li>.images {
    width: 120px;
    height: 90px;
    display: block;
    float: left;
    margin: 5px 20px;
}

#body .list>li>.infor {
    margin: 0px;
    line-height: 18px;
    padding-left: 160px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

#body .list>li>.infor i {
    color: #999;
    font-style: normal;
    font-size: 12px;
}

#body .list>li>.infor a {
    color: #000;
    font-weight: 600;
    display: block;
    line-height: 20px;
}

#body .list>li>.infor a:hover {
    color: #7b26d1;
}

@media only screen and (max-width: 640px) {
    #body.list .list_left, #body.list .list_right {
        width:100%;
    }

    #body.list .brick .thumb {
        margin: 2px auto !important;
        position: relative;
        float: none;
        width: 311px !important;
    }

    #body.list .list_right .brick .height1, #body.list .list_right .brick .height1 div:first-child {
        height: auto;
    }

    #body.list .list_right .brick .height2, #body.list .list_right .brick .height2 div:first-child {
        height: 276px;
    }

    #body.list .list_right .brick .thumb img {
        min-height: 0;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1280px) {
    #body.list .list_left, #body.list .list_right {
        width:100%;
    }

    #body.list .list_left .brick .block1 {
        margin: 10px auto 10px auto !important;
        height: auto;
        float: none;
    }

    #body.list .list_right .brick .block2 {
        margin: 0 auto !important;
        height: auto;
        float: none;
    }

    #body.list .brick .height1, #body.list .brick .height1 div:first-child {
        min-height: 200px;
    }

    #body.list .list_right .brick .height1, #body.list .list_right .brick .height1 div:first-child {
        height: auto;
        min-height: 227px;
    }

    #body.list .list_right .brick .height2, #body.list .list_right .brick .height2 div:first-child {
        height: auto;
        min-height: 400px;
    }

    #body.list .brick .thumb img {
        vertical-align: middle;
    }
}

#body .banner {
    margin: 10px 0px;
    overflow: hidden;
}

#body .banner p {
    margin: 0px;
}
#body .banner img {
    width: auto !important;
    max-width: none;
}

#body .left {
    float: left;
    padding: 0px 24px 0px 12px;
    width: 200px;
}

#body .right {
    float: right;
    width: 1020px;
    padding-left: 24px;
}
#body .left #search {
    position: relative;
    display: block;
}

#body .left #search input[type="text"] {
    padding: 8px 16px;
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

#body .left #search input[type="submit"] {
    width: 24px;
    height: 24px;
    border: 0;
    outline: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    background: none;
}

#body .left #search svg {
    width: 20px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    pointer-events: none;
}

#body .left #search ul {
    position: absolute;
    left: 2px;
    width: 320px;
    background-color: #f8f8f8;
    display: none;
    z-index: 999999;
}

#body .left #search ul li {
    border-bottom: 1px solid #fff;
}

#body .left #search ul li a {
    display: block;
    padding: 4px 10px;
    line-height: 20px;
}

#body .left #search ul li a:hover {
    background-color: #eee;
}

#body .left h1 {
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: normal;
    color: #7b26d1;
    text-align: center;
}

#body .left .sidemenu {
    margin-bottom: 20px;
}

#body .left .sidemenu .tags {
    text-align: left;
}

#body .left .sidemenu .tags span {
    padding: 0px 8px 0px 8px;
    position: relative;
    display: inline-block;
    line-height: 24px;
    margin-bottom: 2px;
    font-weight: 600;
    margin-right: 2px;
    cursor: pointer;
}

#body .left .sidemenu .tags span.active, #body .left .sidemenu .tags span:hover {
    background-color: rgba(0,0,0,0.7);
    color: #fff;
}

#body .left .sidemenu>li>a {
    padding: 2px 10px;
    display: block;
    font-size: 12px;
    line-height: 20px;
}

#body .left .sidemenu>li a:hover {
    color: #7b26d1;
}

#body .left .sidemenu>li.subtitle {
    margin: 10px 0px 5px 0px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
}

#body .left .sidemenu>li>ul {
    display: none;
    padding-left: 10px;
}

#body .left .sidemenu>li.active>a {
    color: #000;
    font-weight: 600;
}

#body .left .sidemenu>li.active>ul {
    display: block;
}

#body .left .sidemenu>li>ul>li>a {
    padding: 2px 10px;
    display: block;
    font-size: 12px;
}

#body .left .advbl {
    margin-bottom: 20px;
    position: relative;
    left: -12px;
    width: 236px;
}

#body .left .advbl img {
    max-width: 236px;
    width: auto !important;
    height: auto !important;
}

#body .right.desc p {
    margin: 0;
}

#body .right.desc img {
    max-width: 1044px;
    width: auto !important;
    height: auto !important;
}

#body .timeline {
    padding: 8px 20px;
    margin: 10px 0px;
    s display: block;
    border-bottom: 1px dashed #e0e0e0;
    line-height: 20px;
}

#body .timeline a {
    float: right;
    line-height: 20px;
    margin-right: 20px;
}

#body .right .category_header {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

#body .right .category_header .col1 {
    display: table-cell;
    width: 20%;
    color: #444;
}

#body .right .category_header .col2 {
    display: table-cell;
}

#body .right .category_header .col3 {
    display: table-cell;
    width: 35%;
}

#body .right .category_header .col3 select {
    padding: 8px 12px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
}

@media only screen and (max-width: 768px) {
    #body .left {
        display:none;
        float: none;
        width: auto;
        padding: 0px 10px;
    }

    #body .right {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
    }

    #body .right.desc img {
        max-width: 100%;
    }

    #body .left .advbl {
        display: block;
        width: auto;
        left: 0px;
    }

    #body .left .advbl img {
        max-width: 100%;
    }

    #body .right .category_header {
        padding: 0px 10px;
        display: block;
        width: auto;
    }

    #body .right .category_header .col1,#body .right .category_header .col3 {
        display: block;
        width: 100%;
    }

    #body .right .category_header .col2 {
        float: right;
        width: 100%;
    }

    #body .right .category_header .col3 {
        text-align: center;
    }
}


@media only screen and (min-width: 640px) and (max-width: 1024px) {
    #body .right {
        padding: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {


    #body .right {
        padding: 0 16px;
    }

}

@media only screen and (max-width: 1280px) {
    #body .left {
        display:none;
    }

    #body .right {
        float: none;
        max-width: 100%;
        width: auto;
    }
}
#body.category .grid {
    width: 100%;
    margin: 0 0 20px 0;
    display: grid;
    column-gap: 40px;
}

#body.category .grid li {
    vertical-align: top;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#body.category .grid li>div {
}
#body.category .grid li .images {
    width: 100%;
    height: 300px;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

#body.category .grid li .images img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#body.category .grid li .images p {
    position: absolute;
    margin: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    line-height: 32px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #222;
}

#body.category .grid li .images:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
}

#body.category .grid li .images p span {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    margin: 0px 5px;
}

#body.category .grid li .images .star {
    position: absolute;
    z-index: 9999;
    top: 316px;
    right: -10px;
    height: 25px;
    width: 125px;
    background: url('../images/transparent_star.gif') repeat-x top left;
}

#body.category .grid li .images .star .star3 {
    display: block;
    height: 25px;
    width: 0px;
    background: url('../images/transparent_star.gif') repeat-x left -25px;
}

#body.category .grid li .images .star .star4 {
    display: block;
    height: 25px;
    width: 0px;
    background: url('../images/transparent_star.gif') repeat-x left -50px;
}

#body.category .grid li .images .sold-out {
    position: absolute;
    top: 0 ;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.65);
}

#body.category .grid li .images .sold-out span {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    font-weight: 300;
}

#body.category .grid li h4 {
    margin: 5px 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: normal;
}

#body.category .grid li h4 strong{
    display: block;
    margin: 8px 0;
    font-size: 16px;
    color: #242424;
}

#body.category .grid li h4 a {
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
}

#body.category .grid li h4 a:hover {
    color: #000;
}

#body.category .grid li p {
    margin: 0 0 8px 0;
    padding: 0;

}

.price {
    color: #FF2C2C;
    font-size: 14px;
    line-height: 18px;
    padding: 0 5px;
    white-space: nowrap;
}

.price strike {
    color: #222;
    margin-right: 4px;
}

.price strong {
    font-weight: normal;
}

#body.category .grid li>div>p>span {
    border: 1px solid #ddd;
    padding: 4px 0px;
    width: 90px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
}

#body.category .grid li p span.l {
    /* float: left; */
}

#body.category .grid li p span.r {
    float: right;
}


@media only screen and (max-width: 1024px)
{

    #body.category .grid
    {
        grid-template-columns: repeat(3, 1fr);
    }

}
@media only screen and (min-width: 1024px)
{

    #body.category .grid
    {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media only screen and (max-width: 768px)
{

    #body.category .grid li>div>p>span {
        width: auto;
        padding: 4px 5px;
    }

    #body.category .grid {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        /* overflow: hidden; */
    }

    #body.category .grid li .images .star {
        top: 0;
    }
}

@media only screen and (max-width: 420px)
{

    #body.category .grid li .images
    {
        height: 232px;
    }
    #body.category .grid li h4 {
        padding: 0;
    }
    #body.category .grid li h4 a {
        line-height: 18px;
    }
    #body.category .grid li p {
        padding: 0;
        margin: 4px 0;
    }
    .price strike:after {
        content: '\A';
        white-space: pre;
    }
}

@media only screen and (max-width: 380px)
{

    #body.category .grid li .images
    {
        height: 190px;
    }
}

#body.news .right {
    color: #444;
}

#body.news .right h1 {
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: normal;
    color: #7b26d1;
    margin: 15px 0px;
    display: block;
}

#body.news .right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px 40px;
}

#body.news .right * {
    max-width: 100%;
}

#body.news .right img {
    width: auto !important;
    height: auto !important;
}

@media only screen and (max-width: 640px) {
    #body.news .right {
        padding:1px 10px;
    }
}

#body.register h2 {
    font-weight: normal;
    margin-top: 20px;
    line-height: 42px;
    border-bottom: 1px solid #e0e0e0;
}

#body.register .login ul li {
    display: block;
    width: 50%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 40px;
    vertical-align: top;
    border-left: 1px solid #e0e0e0;
}

#body.register .login ul li:first-child {
    border: 0;
    padding: 10px 0px;
}

#body.register .login ul li p {
    line-height: 20px;
    margin: 0px 0px 20px 0px;
}

#body.register form label {
    float: left;
    height: 24px;
    line-height: 24px;
    width: 200px;
    padding: 0px 40px;
}

#body.register form input[type="text"],#body.register form select,#body.register form input[type="email"],#body.register form input[type="password"] {
    padding: 8px 12px;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    margin-bottom: 12px;
}

#body.register .login ul li form p {
    margin: 10px 0px;
}

#body.register form input[type="checkbox"] {
    float: left;
}

#body.register form input[type="submit"] {
    display: block;
    margin: 0 auto;
    background-color: #FFFFFF;
    border: 0;
    border-radius: .5rem;
    box-sizing: border-box;
    color: #111827;
    font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding: .75rem 1rem;
    text-align: center;
    text-decoration: none #D1D5DB solid;
    text-decoration-thickness: auto;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

#body.register form input[type="submit"]:hover {
    background-color: rgb(249,250,251);
}

#body.register form input[type="submit"]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

#body.register form input[type="submit"]:focus-visible {
    box-shadow: none;
}

#body.register form input[type="submit"]:hover {
    color: #000;
}

#body.register .regis form {
    padding: 20px 0px;
    background-color: #f9f9f9;
}

#body.register .regis form input[type="text"],#body.register .regis form input[type="email"] {
    width: 320px;
    padding: 8px 12px;
    border-radius: 8px;
    border-color: #eaeaea;
    margin-bottom: 12px;
}

#body.register .regis form p {
    line-height: 20px;
    margin-left: 60px;
}

#body.register .regis form a {
    text-decoration: underline;
}

@media only screen and (max-width: 640px) {
    #body.register .login ul li {
        display:block;
        width: auto;
        padding: 10px !important;
    }

    #body.register .login ul li img {
        max-width: 90%;
    }

    #body.register form label {
        display: block;
        width: auto;
        float: none;
    }

    #body.register form input[type="text"], #body.register form select, #body.register form input[type="email"], #body.register form input[type="password"] {
        margin: 0px auto;
        position: relative;
        display: block;
    }

    #body.register .regis form input[type="text"], #body.register .regis form input[type="email"], #body.register .regis form input[type="password"] {
        width: 80%;
    }

    .datepicker~button {
        position: relative;
        left: 84%;
        top: -27px;
    }

    #body.register .regis form p {
        margin-left: 20px;
    }
}

#body>div>h2 {
    height: 56px;
    line-height: 58px !important ;
    margin-bottom: 10px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    font-weight: normal;
    text-transform: uppercase;
}

#body .viewed {
    width: 100%;
    margin: 0px;
    padding: 10px 0px;
    height: 236px;
    overflow: hidden;
    background-image: url('../images/bg-cover-store.jpg');
    background-position: center;
    background-size: cover;
}

#body .viewed li {
    height: 228px;
    width: 12.5%;
    display: table;
    vertical-align: top;
    float: left;
    margin-bottom: 20px;
}

#body .viewed li:before,#body .viewed li:after {
    display: table-cell;
    content: '';
}

#body .viewed li>div {
    display: table-cell;
    vertical-align: middle;
}

#body .viewed li>div {
    width: 120px;
    background: #fff;
    padding: 0 8px;
}

#body .viewed li .images {
    width: 120px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0px auto;
}

#body .viewed li .images img {
    max-width: 120px;
    max-height: 150px;
    vertical-align: middle;
}

#body .content-small-carousel {
    background: url('../images/bg-cover-store3.jpg') no-repeat center center;
}

#body .content-small-carousel .car_next,#body .content-small-carousel .car_prev {
    display: inline-block;
    vertical-align: top;
    width: 156px;
    height: 236px;
    position: relative;
    border: 0;
    background: none;
    cursor: pointer;
    outline: 0;
}

#body .content-small-carousel .car_next:before {
    content: '';
    position: absolute;
    lefT: 0px;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 96px;
    display: block;
    margin: 70px auto;
    background: url('../images/arrow-prev-svgrepo-com.svg') no-repeat center center;
    background-size: 80px;
    opacity: 0.8;
}

#body .content-small-carousel .car_prev:before {
    content: '';
    position: absolute;
    lefT: 0px;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 96px;
    display: block;
    margin: 70px auto;
    background: url('../images/arrow-next-svgrepo-com.svg') no-repeat center center;
    background-size: 80px;
    opacity: 0.8;
}

#body .content-small-carousel .car_next:hover:before {
    opacity: 1;
}

#body .content-small-carousel .car_prev:hover:before {
    opacity: 1;
}

#body .content-small-carousel .small-carousel {
    display: inline-block;
    vertical-align: top;
}

#body .content-small-carousel .viewed {
    background: none;
}

@media only screen and (max-width: 640px) {
    #body .viewed li {
        width:50%;
    }

    #body .viewed li:nth-child(n+2) {
        display: none;
    }
}

#body .cart {
    margin: 20px 0px;
}

#body .cart>li {
    display: table;
    width: 100%;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

#body .cart>.header>ul {
    display: table-row;
    height: 36px;
    background-color: #eee;
}

#body .cart>.header>ul>li {
    display: table-cell;
    line-height: 36px;
}

#body .cart>li>ul>li:nth-child(2) {
    width: 160px;
    text-align: center;
    vertical-align: middle;
}

#body .cart>li>ul>li:nth-child(3) {
    width: 80px;
    text-align: center;
    vertical-align: middle;
}

#body .cart>li>ul>li:nth-child(4) {
    width: 200px;
    text-align: center;
    vertical-align: middle;
}

#body .cart>li>ul>li:nth-child(5) {
    width: 200px;
    text-align: center;
    vertical-align: middle;
}

#body .cart>li>ul>li:nth-child(6) {
    width: 200px;
    text-align: center;
    vertical-align: middle;
}

#body .cart>li>ul {
    display: table-row;
    width: 100%;
}

#body .cart>li>ul>li {
    display: table-cell;
    line-height: 18px;
}

#body .cart>li>ul>li .images {
    width: 100px;
    height: 125px;
    float: left;
    margin-right: 10px;
}

#body .cart>li:not(.header) {
    border-bottom: 1px solid #e0e0e0;
}

#body .cart>li:not(.header)>ul>li:nth-child(1) {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
}

#body .cart>li:not(.header)>ul>li:nth-child(1) a {
    color: #7b26d1;
    font-size: 13px;
    font-weight: 600;
}

#body .paymentmethod {
    position: relative;
    height: 200px;
}

#body .paymentmethod ul li {
    height: 24px;
    line-height: 24px;
}

#body .paymentmethod ul li input[type="radio"] {
    float: left;
    margin-top: 5px;
}

#body .paymentmethod ul li input[type="radio"]:checked+div {
    display: block !important;
}

#body .paymentmethod ul li>div {
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;
    width: 460px;
    height: 180px;
    overflow: auto;
    background-color: #f8f8f8;
    border: 1px solid #eee;
}

#body #checkout {
    width: 50%;
    float: left;
}

#body #checkout2 .col {
    width: 50%;
    float: left;
}

#body .cart-total {
    float: right;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    text-align: right;
}

#body .cart-total span {
    width: 120px;
    display: inline-block;
    letter-spacing: 1px;
    color: #ff0000;
    font-weight: 600;
}

@media only screen and (max-width: 640px) {
    #body #checkout2 {
        width:96%;
        padding: 0px 2%;
    }

    #body .cart {
        border-top: 1px solid #ddd;
    }

    #body .cart>.header {
        display: none;
    }

    #body .cart>li>ul>li,#body #checkout2 .col {
        float: left;
        width: 100%;
    }

    #body .cart>li>ul>li:nth-child(n+2) {
        width: 50% !important;
        height: 32px;
    }

    #body .cart-total,#body #checkout {
        width: 96%;
        padding: 0px 2%;
        float: left;
    }

    #body #checkout p {
        margin-top: 30px;
    }

    #body .cart-total {
        margin-top: 20px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit;
    }

    #body .paymentmethod {
        height: 400px;
    }

    #body .paymentmethod ul li>div {
        bottom: 20px;
        top: auto;
        right: 0px;
        left: 0px;
        width: auto;
        height: 220px;
    }

    #body.register form label {
        width: 80%;
        padding: 0px 10%;
    }

    #body.register form input[type="text"], #body.register form select, #body.register form input[type="email"], #body.register form input[type="password"] {
        width: 80%;
        margin-bottom: 10px;
    }
}

#body.profile .tabs {
    border-bottom: 1px solid #e0e0e0;
    height: 33px;
}

#body.profile .tabs li {
    display: inline-block;
    vertical-align: top;
}

#body.profile .tabs li a {
    padding: 4px 20px;
    font-size: 14px;
    color: #777;
    display: block;
    line-height: 24px;
}

#body.profile .tabs li a.active,#body.profile .tabs li a:hover {
    color: #7b26d1;
    font-weight: 600;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    position: relative;
    border-bottom: 1px solid #fff;
}

#body.profile form {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

#body.profile form .col,#body.profile form .col2 {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
}

#body.profile form .col2 {
    border-left: 1px solid #e0e0e0;
}

#body.profile form .col2>h2 {
    font-weight: normal;
    border-bottom: 1px solid #e0e0e0;
    line-height: 36px;
    margin: 10px 0px;
    padding-left: 20px;
}

#body.profile form label {
    float: left;
    height: 24px;
    line-height: 24px;
    width: 140px;
    padding: 0px 40px;
    margin: 2px 0px;
}

#body.profile form input[type="text"],#body.profile form input[type="email"] {
    padding: 4px;
    background-color: #f1f1f1;
    border: 1px solid #d8d8d8;
    padding: 12px 12px;
    background-color:#fff;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 5px;
}

#body.profile form select {
    margin: 4px 0px;
    border: 1px solid #d8d8d8;
    padding: 12px 12px;
    background-color:#fff;
    box-sizing: border-box;
    border-radius: 4px;
}

#body.profile form input[type="checkbox"] {
    float: left;
}

#body.profile form input[type="submit"] {
    display: block;
    width: 140px;
    padding: 8px 20px;
    margin: 0px auto;
    cursor: pointer;
    color: #fff;
    appearance: none;
    outline: none;
    border: none;
    background-color: #2e2e2e;
}

#body.profile form input[type="submit"]:hover {
    color: #000;
}

#body.profile form input[type="text"] {
    width: 240px;
}

#body.profile form p {
    line-height: 20px;
    margin-left: 60px;
}

#body.profile form .col2 label {
    width: 240px;
}

#body.profile form label.full {
    display: block;
    width: auto;
    float: none;
}

#body.profile form textarea {
    width: 400px;
    margin-left: 40px;
    height: 80px;
    float: right;
}

#body.profile .orders {
    display: none;
}

#body.profile .orders>li {
    display: table;
    width: 100%;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

#body.profile .orders>.header>ul {
    display: table-row;
    height: 36px;
    background-color: #000;
    color: #fff;
    font-weight: 600;
}

#body.profile .orders>.header>ul>li {
    display: table-cell;
    line-height: 36px;
}

#body.profile .orders>li>ul>li:nth-child(1) {
    width: 200px;
    text-align: left;
    vertical-align: top;
    position: relative;
}

#body.profile .orders>li:not(.header)>ul>li:nth-child(1) a {
    font-weight: 600;
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 16px;
    font-family: arial;
}

#body.profile .orders>li>ul>li:nth-child(1) span {
    text-transform: uppercase;
    color: #666;
}

#body.profile .orders>li:not(.header)>ul>li {
    padding-top: 5px;
    padding-left: 10px;
}

#body.profile .orders>li>ul>li:nth-child(2) {
    width: 200px;
    text-align: center;
    vertical-align: top;
}

#body.profile .orders>li>ul>li:nth-child(3) {
    padding-left: 10px;
    vertical-align: top;
}

#body.profile .orders>li>ul>li:nth-child(4) {
    width: 200px;
    text-align: center;
    vertical-align: top;
}

#body.profile .orders>li>ul>li:nth-child(5) {
    width: 200px;
    text-align: center;
    vertical-align: top;
    border-right: 0;
}

#body.profile .orders>li>ul {
    display: table-row;
    width: 100%;
}

#body.profile .orders>li>ul>li {
    display: table-cell;
    line-height: 18px;
    border-right: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#body.profile .orders>li>ul>li .images {
    width: 100px;
    height: 125px;
    float: left;
    margin-right: 10px;
}

#body.profile .orders>li:not(.header) {
    border-bottom: 1px solid #e0e0e0;
}

#body.profile .orders>li:not(.header)>ul>li:nth-child(3) {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
}

#body.profile .orders>li:not(.header)>ul>li:nth-child(3) p {
    margin: 0;
}

#body.profile .orders>li:not(.header)>ul>li:nth-child(3) a {
    color: #7b26d1;
    font-size: 13px;
    font-weight: 600;
}

#body.profile .orders>li>.float {
    position: absolute;
    background: #fff;
    z-index: 100;
    display: block;
    width: 1280px;
    left: 0px;
    display: none;
}

#body.profile .orders>li>.float>ul {
    margin: 0px;
}

@media only screen and (max-width: 640px) {
    #body.profile form .col, #body.profile form .col2 {
        width:100%;
    }

    #body.profile form input[type="text"],#body.profile form input[type="email"] {
        width: 80%;
        margin: 0px 10%;
    }

    #body.profile form input[type="email"]~span {
        width: 80%;
        float: left;
        margin: 0px 10%;
        line-height: 24px;
    }

    #body.profile form label {
        height: auto;
        width: 80%;
        padding: 0px 10%;
    }

    #body.profile form textarea {
        width: 80%;
        float: left;
        margin-left: 10%;
    }

    #body.profile form select {
        float: none;
        margin: 0px auto;
        display: block;
    }

    #body.profile .orders>li.header {
        display: none;
    }

    #body.profile .orders>li:not(.header)>ul>li {
        float: left;
        width: 100%;
        text-align: left;
    }

    #body.profile .orders>li>.float {
        width: 100%;
    }
}

#body.product .content {
    height: 520px;
    display: block;
    width: 100%;
    background: url('../images/bg-6.svg') no-repeat center center;
}

#body.product .content .images {
    float: left;
    margin: 20px 180px 20px 20px;
    height: 410px;
    padding: 30px 0px;
    position: relative;
}

#body.product .content .images .button_top {
    position: absolute;
    top: 10px;
    width: 27px;
    height: 13px;
    display: block;
    background: url('../images/large-arrows-thin.png') no-repeat -6px -10px;
    left: 30%;
}

#body.product .content .images .button_bottom {
    position: absolute;
    bottom: 10px;
    width: 27px;
    height: 13px;
    display: block;
    background: url('../images/large-arrows-thin.png') no-repeat -45px -17px;
    left: 30%;
}

#body.product .content .images ul {
    height: 410px;
    overflow: hidden;
}

#body.product .content .images li {
    margin: 20px 0px;
    display: block;
    width: 84px;
    height: 110px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
}

#body.product .content .images li.active {
    border: 1px solid #00E0FF;
}

#body.product .content .images li a {
    display: block;
    border: 1px solid #e0e0e0;
    width: 84px;
    height: 110px;
    position: relative;
}

#body.product .content .images li a img {
    display: block;
    position: absolute;
    transform:translateY(-50%);
    top: 50%;
}

#body.product .content .thumb {
    display: table-cell;
    width: 354px;
    height: 490px;
    vertical-align: middle;
    text-align: center;
}

#body.product .content .thumb img {
    vertical-align: middle;
    max-width: 354px;
    max-height: 490px;
}

#body.product .content .information {
    float: right;
    width: 420px;
    margin-right: 20px;
    color: #444;
    padding-top: 20px;
}

#body.product .content .information ul {
    padding-left: 20px;
}

#body.product .content .information ul li {
    list-style: square;
}

#body.product .content .information ul li a {
    line-height: 20px;
    text-transform: uppercase;
}

#body.product .content .information ul li a:hover {
    text-decoration: underline;
}

#body.product .content .information p {
    margin: 0px 0px 5px 0px;
    line-height: 20px;
}

#body.product .content .information .brand {
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
}

#body.product .content .information .code {
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#body.product .content .information p i {
    color: #444;
    text-transform: none;
    letter-spacing: none;
    float: left;
    width: 100px;
}

#body.product .content .information .size a {
    color: #7b26d1;
}

#body.product .content .information .size a.disabled
{
    color: black;
}
#body.product .content .information .size a.active {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
}

#body.product .content .information .size a>span {
    display: none;
    float: right;
    color: #fff;
    padding: 0px 8px;
    background-color: #999;
    border-radius: 5px ;
    -moz-border-radius: 5px ;
    -webkit-border-radius: 5px ;
    margin-right: 20px;
}

#body.product .content .information .size a:hover>span {
    display: block;
}

#body.product .content .information .size a.active>span {
    display: block;
    background-color: #101010;
}

#body.product .content .information h1 {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: normal;
}

#body.product .content .information .button {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px 4px 30px;
    background: #fff url('../images/shopping.png') no-repeat 5px center;
    background-size: 18px auto;
    border-radius: 5px ;
    -moz-border-radius: 5px ;
    -webkit-border-radius: 5px ;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(165, 165, 165, 0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(165, 165, 165, 0.75);
    box-shadow: 1px 1px 2px 0px rgba(165, 165, 165, 0.75);
}

#body.product .content .information .button:hover {
    background-color: #e0e0e0;
}

#body.product .content .information h2 {
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-size: 13px;
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
}

#body.product .content .information .desc {
    max-height: 120px;
    overflow: auto;
}

#body.product .content .information .brief {
    height: 120px;
    overflow: auto;
    display: none;
}

#body.product .content .information .price {
    color: #444;
    font-size: 13px;
}

#body.product .content .information .price strike {
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0;
    width: 100px;
    display: inline-block;
    padding-left: 20px;
}

#body.product .content .information .price strong {
    letter-spacing: 1px;
    color: #ff0000;
    width: 100px;
    display: inline-block;
    padding-left: 20px;
}

#body.product .content .information .sizeguide {
    float: right;
    color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 6px 20px;
    border-radius: 5px;
}

#body.product .content .information .sizeguide:hover {
    background: #fff;
    color: #222;
}

#body.product .content .storages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 10px;
    color: #888;
    border: 1px dashed #91b7ba;
    padding: 10px;
    background-color: #b5d8db2b;
}

#body.product .content .storages span {
    /* width: 100%; */
}
#body.product .content .storages span strong {
    color: black;
    padding-left: 40px;
    float: right;
}

#body.product .content .information .storages-update i {
    all: initial;
    font-size: 13px;
}

#body.product .content .information .storages-update a {
    float: right;
    margin-top: 2px;
}

#body.product .content .information .storages-update a.deactived svg {
    fill: #a0a0a0;
}

@media only screen and (max-width: 640px) {
    #body.product .content {
        height:auto;
    }

    #body.product .content .images {
        width: 100%;
        margin: 0;
        height: auto;
        padding: 16px 0;
    }

    #body.product .content .images .button_top,#body.product .content .images .button_bottom {
        display: none;
    }

    #body.product .content .images ul {
        height: 86px;
        overflow: hidden;
        text-align: center;
    }

    #body.product .content .images li {
        display: inline-block;
        margin: 0px 5px;
    }

    #body.product .content .images ul li, #body.product .content .images ul li a {
        height: 100%;
    }

    #body.product .content .thumb {
        float: none;
        display: block;
        width: auto;
        padding: 10px;
        height: auto;
    }

    #body.product .content .thumb img {
        max-width: 100%;
    }

    #body.product .content .information {
        float: none;
        display: block;
        width: auto;
        margin: 0 10px;
    }

    #body.product .content .information .price strike,#body.product .content .information .price strong {
        width: auto;
        white-space: nowrap;
    }

    #body.product .content .information > ul {
        display: none;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    #body.product .content .images {
        margin-right:10px;
    }

    #body.product .content .thumb img {
        max-width: 240px;
    }

    #body.product .content .information {
        width: 300px;
    }

    #body.product .content .information .price strike,#body.product .content .information .price strong {
        padding-left: 0px;
        width: 80px;
    }
}

#body.request .right {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#body.request>div>.form {
    padding: 10px 40px;
}

#body.request .right h3,#body.request>div>.form h3 {
    font-weight: normal;
    line-height: 20px;
}

#body.request .right p {
    margin: 5px 0px;
    line-height: 20px;
}

#body.request .right blockquote {
    margin: 40px;
    padding: 20px 0px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    line-height: 20px;
}

#body.request .right ul {
    padding-left: 20px;
}

#body.request .right ul li {
    line-height: 20px;
}

#body.request>div>.form label {
    float: left;
    min-height: 24px;
    line-height: 24px;
    width: 140px;
    padding: 0px 40px;
    margin: 2px 0px;
}

#body.request>div>.form input[type="text"] {
    padding: 4px;
    background-color: #f1f1f1;
    border: 1px solid #d8d8d8;
    width: 400px;
}

#body.request>div>.form select {
    padding: 2px 4px;
    margin: 4px 0px;
    background-color: #f1f1f1;
    border: 1px solid #d8d8d8;
}

#body.request>div>.form input[type="checkbox"] {
    float: left;
}

#body.request>div>.form input[type="button"] {
    display: block;
    width: 140px;
    padding: 4px 20px;
    margin: 0px auto;
    cursor: pointer;
    color: #777;
}

#body.request>div>.form input[type="button"]:hover {
    color: #000;
}

#body.request #upload_form {
    margin-left: 218px;
    margin-top: 5px;
}

#body.request #upload_button {
    padding: 4px 20px;
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
    border: 1px solid #ddd;
    background: #000;
}

#body.request>div>.form textarea {
    width: 400px;
    height: 80px;
}

@media only screen and (max-width: 460px) {
    #body.request>div>.form input[type="text"], #body.request>div>.form textarea {
        width:80%;
    }

    #body.request #upload_form {
        margin-left: 0;
    }

    #body.request>div>.form label {
        width: auto;
    }
}

.datepicker~button {
    width: 19px;
    height: 20px;
    background: url('../images/calendar.jpg') no-repeat center center;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    border: none;
}

.breadcrumb {
    display: block;
    margin: 10px 0px 0px 0px;
    padding: 0px 10px 0px 15px;
    overflow: hidden;
    background: url('../images/home.png') no-repeat left 5px;
    background-size: 16px 16px;
}

.breadcrumb li {
    display: inline-block;
    vertical-align: top;
}

.breadcrumb a {
    display: inline-block;
    padding: 0px 15px 0px 10px;
    height: 28px;
    line-height: 28px;
    background: url('../images/breadcrum-nav.png') no-repeat center right;
    color: #1198b6;
    font-weight: 600;
    vertical-align: top;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb li.last a {
    background: none !important;
    color: #000;
    font-weight: 600;
}

.breadcrumb li.last:hover a {
    color: black;
    text-decoration: none;
}

.paging {
    margin: 10px 2%;
    font-family: Tahoma, Geneva, sans-serif;
    display: block;
    text-align: center;
}

.paging a {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 24px;
    border: 1px solid #f0f0f0;
    margin-left: -1px;
    color: #000000;
    border-radius: 5px ;
    -moz-border-radius: 5px ;
    -webkit-border-radius: 5px ;
}

.paging a:hover {
    background-color: #eee;
}

.paging strong {
    color: #999;
    font-size: 12px;
    padding: 4px 8px;
    background-color: #eee;
    line-height: 24px;
    border: 1px solid #ddd;
    margin-left: -1px;
    border-radius: 5px ;
    -moz-border-radius: 5px ;
    -webkit-border-radius: 5px ;
}

#botmenu .menu {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0px;
}

#footer {
    border-top: 1px solid #e0e0e0;
}

#footer .social {
    display: block;
    height: 40px;
    background: #1d1d1d;
    text-align: right;
    background: -moz-linear-gradient(top, #1d1d1d 0%, #2b2b2b 50%, #383838 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d1d1d), color-stop(50%,#2b2b2b), color-stop(100%,#383838));
    background: -webkit-linear-gradient(top, #1d1d1d 0%,#2b2b2b 50%,#383838 100%);
    background: -o-linear-gradient(top, #1d1d1d 0%,#2b2b2b 50%,#383838 100%);
    background: -ms-linear-gradient(top, #1d1d1d 0%,#2b2b2b 50%,#383838 100%);
    background: linear-gradient(to bottom, #1d1d1d 0%,#2b2b2b 50%,#383838 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1d', endColorstr='#383838',GradientType=0 );
}

#footer .social li {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 13px;
}

#footer .social li:first-child {
    margin-right: 20px;
}

#footer .social li a {
    float: left;
    margin: 8px 10px 8px 0px;
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
}

#footer .social li a img {
    position: relative;
    top: 0px;
    left: 0px;
}

#footer .social li a:hover img {
    top: -24px;
}

#footer .bottom {
    min-height: 80px;
    display: block;
    text-align: right;
}

#footer .bottom>li {
    display: inline-block;
    vertical-align: top;
}

#footer .bottom>li:first-child {
    float: left;
}

#footer .bottom>li:first-child>form {
    /* height:30px; */
    margin: 8px 0;
}

#footer .bottom>li:first-child>form>label {
    float: left;
    width: 260px;
    text-align: center;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
}

#footer .bottom>li:first-child>form>input[type="text"] {
    line-height: 20px;
    height: 20px;
    padding: 6px 12px;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 240px;
    font-size: 12px;
    margin-right: 10px;
}

#footer .bottom>li:first-child>form>#reg_email {
    width: 502px;
}

#footer .bottom>li:first-child>form>input[type="submit"] {
    display: inline-block;
    bordeR: 1px solid #ddd;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    height:34px;
    padding: 0 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    color: black;
}

#footer .bottom>li:first-child>form>input[type="submit"]:hover {
    border-color: #ff0000;
}

#footer .bottom>li>a {
    height: 80px;
    line-height: 80px;
    display: block;
    padding: 0px 20px;
    position: relative;
}

#footer .bottom>li.arrowdown>a {
    margin-right: 40px;
    padding-right: 30px;
}

#footer .bottom>li.arrowdown>a:after {
    position: absolute;
    content: '';
    background: url('../images/double-arrows.png') no-repeat 3px -96px;
    display: block;
    width: 18px;
    height: 19px;
    top: 30px;
    right: 0px;
}

#footer .bottom>li>div {
    position: absolute;
    display: none;
    left: 0px;
    right: 0px;
    height: 110px;
    text-align: left;
    padding: 30px 0px;
    z-index: 10;
    border-top: 1px solid #ddd;
}

#footer .bottom>li>div>ul {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    padding-left: 2%;
}

#footer .bottom>li>div>ul:not(:first-child)>li {
    padding-left: 20px;
    border-left: 1px solid #cfcfcf;
}

#footer .bottom>li>div>ul>li>a {
    line-height: 18px;
    font-size: 12px;
    color: #777;
    display: block;
}

#footer .bottom>li>div>ul>li>a:hover {
    color: #000;
}

#footer .links {
    display: table;
    width: 100%;
    border-top: 1px solid #ddd;
}

#footer .links:before,#footer .links:after {
    display: table-cell;
    width: 30px;
    content: '';
}

#footer .links>li {
    display: table-cell;
    width: 20%;
    vertical-align: top;
}

#footer .links>li.seowords {
    text-align: left;
    padding-top: 10px;
}

#footer .links>li.paymethods {
    filter: grayscale(1);
    width: auto;
}

#footer .links>li.paymethods img {
    margin-right:6px;
    opacity: 0.75;
}

#footer .links>li.right {
    padding-top: 10px;
}

#footer .links>li.right ul,#footer .links>li.right div {
    padding-left: 20px;
    border-left: 1px solid #ddd;
}

#footer .links>li.seowords a,#footer .links>li.right ul li a {
    display: block;
    line-height: 20px;
    color: #777;
}

#footer .links>li.seowords a:hover,#footer .links>li.right ul li a:hover {
    color: #7b26d1;
}

#footer .links>li.paymethods ul li {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: table;
    width: 100%;
}

#footer .links>li.paymethods ul li label {
    display: table-cell;
    vertical-align: middle;
    height: 72px;
    line-height: 72px;
    width: 150px;
    text-align: right;
    padding-right: 30px;
    text-transform: uppercase;
}

#footer .links>li.paymethods ul li div {
    display: table-cell;
    vertical-align: middle;
    height: 72px;
}

#footer .links>li.paymethods ul li div p {
    margin: 0;
}

#footer .links>li.right ul li:first-child a {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 13px;
    color: #000;
}

#footer .links>li.right ul li:first-child a:hover {
    color: #000;
}

#footer .copyright {
    padding: 1px 0px;
    margin: 30px auto 20px auto;
}

#footer .copyright>ul {
    text-align: center;
    height: 20px;
}

#footer .copyright>ul>li {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #ddd;
    padding: 0px 10px;
}

#footer .copyright>ul>li:first-child {
    border: 0;
    line-height: 20px;
}

#footer .copyright>ul>li>a {
    color: #777;
    padding: 2px 0px;
    line-height: 20px;
}

#footer .copyright>ul>li>a:hover {
    color: #000;
}

#footer .copyright p {
    margin: 5px 0px;
}

@media only screen and (max-width: 640px) {
    #footer .bottom>li {
        display:none;
    }

    #footer .bottom>li:first-child>form>input[type="submit"] {
        margin: 0px auto;
        display: block;
    }

    #footer .bottom>li:first-child {
        display: block;
        float: none;
    }

    #footer .bottom>li:first-child>form {
        height: auto;
        display: block;
    }

    #footer .bottom>li:first-child>form>label {
        display: block;
        float: none;
    }

    #footer .bottom>li:first-child>form>input[type="text"] {
        float: none;
        margin: 5px auto;
        display: block;
    }

    #footer .bottom>li.arrowdown>a {
        margin-right: 0px;
        padding-right: 30px !important;
    }

    #footer .bottom>li>div {
        overflow: auto;
        padding: 10px 0px;
        height: 150px;
    }

    #footer .bottom>li>div>ul {
        width: 100%;
        padding: 0px;
    }

    #footer .bottom>li>div>ul:not(:first-child)>li {
        padding: 0px;
    }

    #footer .links>li.paymethods {
        display: none;
    }

    #footer .links>li {
        width: 45%;
    }

    #footer .copyright>ul {
        height: auto;
        text-align: left;
        display: block;
        clear: both;
        padding-left: 10px;
    }

    #footer .copyright>ul:first-child,#footer .copyright>ul>li:first-child {
        display: none;
    }

    #footer .copyright>ul>li {
        display: inline-block;
        width: 49%;
        padding: 0px;
        border: 0;
    }

    #footer .copyright p {
        line-height: 28px;
    }

    #footer .links>li.seowords, #footer .links>li.right ul {
        display: none;
    }

    #footer .links>li.right {
        width: 92%;
    }

    #footer .links>li.right > div {
        border: none;
        width: 100%;
    }

    #footer .links>li.right div {
        padding-left: 0px;
        overflow: hidden;
        /* max-width: 190px; */
    }
}

@media only screen and (max-width: 1024px) {
    #footer .bottom>li:first-child {
        width:100%;
    }

    #footer .links>li.paymethods ul li label {
        display: none;
    }

    #footer .bottom>li:first-child>form>label {
        width: auto;
    }

    .fb-like-box {
        width: 150px !important;
        overflow: hidden;
    }
}

#mapcont {
    width: 100%;
    height: 320px;
}

#body.contact .copyright p {
    padding-left: 25px;
}

.violet {
    color: #FF00fF !important;
    padding-left: 16px;
    background: url('../images/vip.png') no-repeat 1px -1px;
    background-size: 14px 14px;
    white-space: nowrap;
}

.red {
    color: #B10000 !important;
    cursor: pointer;
}

.ordersuccess {
    position: relative;
    width: 420px;
    margin: 10px auto;
    border: 5px solid #777;
    padding: 30px;
}

.ordersuccess h2 {
    margin: 0px 0px 10px 0px;
    line-height: 32px;
    font-weight: normal;
    text-transform: uppercase;
}

.ordersuccess p {
    line-height: 24px;
    font-size: 13px;
    text-align: left;
}

@media only screen and (max-width: 480px) {
    .ordersuccess {
        width:auto;
    }
}


.float-buttons {
    position: fixed;
    bottom: 104px;
    right: 12px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    text-align: center;
}

.float-buttons a img{
    width: 48px;
}


@media only screen and (max-width: 420px) {
    body, .price {
        font-size: 12px;
    }
    #body.product .content .information h1 {
        font=size: 14px;
    }
    h2, #body.product .content .information h2, #body.category .grid li h4  {
        font-size: 12px;
    }

    #body.category .grid li h4 strong {
        font-size: 12px;
    }
    #body.category .grid li>div>p>span, #footer .social li {
        font-size: 11px;
    }
}
