html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { font-style: inherit; font-weight: inherit; margin: 0; padding: 0; outline: 0; vertical-align: top; }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Main Layout */
html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding-bottom: 30px;
}

body.contentpane {
    background: #fff;
}
strong {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 10px 0;
    font-weight: 400;
    color: #000000;
}

.componentheading {
    font-style: italic;
    font-size: 25px;
    margin: 0;
    padding: 0 0 10px 0;
    color: #1a528c;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

a:link,
a:visited {
    color: #181818;
}

a:hover {
    color: #333333;
}

ul {
    margin: 0 0 0 15px;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 5px 0 5px;
}

blockquote {
    background: #eee;
    border: 3px solid #ccc;
    margin: 5px;
    padding: 5px;
    font-size: 18px;
}

element.style {
    height: auto;
}

.tip-wrap {
    z-index: 10;
}

hr {
    width: 100%;
    clear: both;
    border: none;
    height: 2px;
    background: #eee;
    margin: 0;
    padding: 0;
}

.clr {
    clear: both;
}

.container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

/* Header */
#header {
    padding: 30px 0
}

#header .container,
.inline.topinfo,
.tgtop {
    display: flex;
    align-items: center;
}

#header .container,
.tgtop {
    justify-content: space-between;
}
.inline.topinfo {
    margin: 0 auto 0 70px;
    position: relative;
}
#nav {
    margin: 0px auto 0 17px;
}
#mainhead a, #header a {
    text-decoration: none;
}

#mainhead {
    padding: 19px 0 18px 0;
    border-bottom: 1px solid #E7E7E7;
    font-size: 16px;
}
#mainhead  a:hover {
    color: #19abb4;
}
.tgtop p {
    margin: 0;
}
.tgtop p strong {
    font-weight: 400;
}
.tgtop .customph a {
   padding-left: 30px;
   background: url(../images/phone.svg) 0 0 no-repeat;
}
.moduletableph {
    margin: auto;
}

.tgtop ul {
   margin: 0;
}
.tgtop ul li {
    display: inline-block;
}
.tgtop ul li:first-child {
    font-weight: 400;
}
.tgtop ul li + li {
    padding-left: 30px;
}

.tgtop div.mod-languages ul.lang-inline li {
    padding: 5px;
    display: inline-block;
}

.moduletable.logmodule {
    float: right;
    padding: 0;
    background: url(../images/user.svg) 5px 0px no-repeat;
    background-size: 16px;
    padding-left: 27px;
}

.moduletable.logmodule a {
    padding: 0 5px
}

.mod-languages select {
    background: no-repeat;
    border: 0;
    padding: 4px;
    cursor: pointer;
    line-height: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
#topimage .flexslider {
    max-width: 1533px;
    margin: 0 auto;
    min-height: 550px;
}

#topimage {
    background: #f9f9f4;
    min-height: 550px;
}
#topimage .flex-control-nav li {
    padding: 4px !important;
    margin: 0 !important;
}
#topimage  .flex-control-nav {
    bottom: 52px;
    max-width: 1300px;
    text-align: left;
    left: 51%;
    transform: translateX(-50%);
}
#topimage .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    border: 2px solid #E588C6;
    box-shadow: none;
}
#topimage .flex-control-paging li a.flex-active {
    background: #E588C6;
}
.wrapcat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.wrapcat img.linktomain {
    max-width: 100%;
}
.wrapcat .jshop_menu_level_0 {
    flex: 1 0 49%;
    border-radius: 20px;
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 270px;
}
.wrapcat .text_inwr {
    padding: 0;
    position: absolute;
    z-index: 5;
    bottom: 45px;
    left: 45px;
    z-index: 5;
}
.jshop_menu_level_0:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 104%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 78%);
    left: 0;
    top: 0;
    z-index: 1;
}
.jshop_menu_level_0:hover {
    outline: 8px solid rgb(0 0 0 / 7%);
}


.wrapcat .text_inwr a {
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
@media only screen and (min-width: 1200px) {
    .jshop_menu_level_0:hover .text_inwr {
        bottom: 29px;
        left: 25px;
        padding: 15px 22px;
        background: linear-gradient(260deg, #e588c6, #19abb4);
        border-radius: 12px;
        border: 1px solid #ffffffb5;
        box-shadow: 5px 5px 20px #fff;
    }
    .wrapcat .jshop_menu_level_0:hover .text_inwr a {
        font-weight: 400;
    } 
    .jshop_menu_level_0:hover:after {
        content: normal;
    }
}
.homeslider .moduletable > h3, #botcontent .moduletable > h3 {
    font-size: 36px;
    line-height: 140%;
    margin-bottom: 40px;
    text-align: center;
}

#botcontent .custom.loyalnost > h3 {
    color: #19ABB4;
    text-align: left;
    margin-bottom: 44px;
    font-size: 43px;
}
.moduletable.loyalnost ul li, .item-page ul li {
    background: url(../images/li.svg) left center no-repeat;
    padding-left: 28px;
    list-style: none;
    font-size: 19px;
    margin-bottom: 16px;
}
.moduletable.loyalnost ul, .item-page ul  {
    margin-left: 35px;
}
#botcontent .moduletable {
    margin-top: 60px;
}
#botcontent .moduletable:last-child {
    margin: 40px 0 95px 0;
}

.moduletable.loyalnost > .custom.loyalnost {
    background: url(../images/loyalnost.jpg) right top no-repeat;
    border-radius: 25px;
    background-size: 57%;
    padding-bottom: 24px;
}
.moduletable.loyalnost {
    padding: 35px 21px 31px 61px;
    border: 1px solid #19ABB4;
    border-radius: 25px;
}
.moduletable.slideracc {
    margin-bottom: 70px;
}
.custom.loyalnost p {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 55px 0 30px 30px;
}
.homeslider {
    margin-top: 35px;
}
.block_item .linkstoct .addtowish a, .block_item .linkstoct .addtocart a {
    display: block;
    font-size: 0;
    background: url(../images/heart_b.svg) center center no-repeat;
    width: 32px;
    height: 30px;
    background-size: 23px;
    border-radius: 50%;
    box-sizing: border-box;
}
.block_item .linkstoct .addtocart a {
    background: url(../images/cart_b.svg) center center no-repeat;
    background-size: 22px;
}
.linkstoct, .icandpr {
    display: flex;
}
.icandpr {
    justify-content: space-around;
    margin: 25px 0;
}
.blprice {
    font-size: 24px;
    font-weight: 400;
}
.mod_ext_owl_carousel_jshopping_products .ext-item-wrap {
    margin: 0 22px !important;
}
.block_item:hover {
    box-shadow: 0 5px 30px rgb(0 0 0 / 9%);
    padding: 0px;
}
.block_item .item_name {
    padding: 0 15px;
}

.block_item .item_name a {
    text-decoration: none;
    line-height: 28px;
    text-align: center;
    display: block;
    color: #000;
}

/* Navigation */


#nav ul {
    margin: 0;
    padding: 0;
}

#nav ul li {
    display: inline-block;
    padding: 0px 6px;
    position: relative;
}

#nav ul li a {
    display: block;
    padding: 0 15px 0 15px;
    margin: 0;
    line-height: 50px;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}
#nav ul li a:hover {
    background: #ffecf9;
    border-radius: 6px;
}

#nav li ul {
    position: absolute;
    font-size: 12px;
    top: 56px;
    z-index: 100;
    margin-left: -10px;
    background: #ffffff;
    box-shadow: 0px 0px 4px #a7a7a7;
    border-radius: 3px;
    display: none;
}

#nav li:hover ul {
    display: block;
}

#nav li ul li {
    background: none;
    padding: 0 !important;
    top: 0;
    position: relative;

}

#nav ul li ul li:after {
    content: normal;
}

#nav li ul li a {
    display: block;
    width: 200px;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    line-height: 25px;
    color: #404040 !important;
    text-transform: none;
    font-weight: 400;
    padding: 12px 8px 9px 23px;
}

#nav li ul li a:hover {
    background: #FFFFFF;
    transition: all 0.5s;
}

#nav ul li ul li:first-child,
.layout-featured #nav ul li ul li:first-child a {
    padding-left: 23px;
}

.moduletablecmpr {
    padding-left: 40px;
    border-top: 1px solid #ddd;
    font-size: 13px;
    background: url(../images/iconus.png) 7px 7px no-repeat;
    background-size: 20px;
}
.moduletablewish {
    padding-left: 37px;
    background: url(../images/heart.svg) left 7px center no-repeat;
    background-size: 17px;
    margin: auto 43px auto auto;
}
.moduletablecmpr {
    background-position: 7px -16px
}
.extra_fields .moduletable {
    margin-top: 30px;
}
td.goto_cart {
    text-align: right;
}

span.countmas {
    background: #eee;
    padding: 3px 7px;
    border-radius: 50%;
    font-size: 10px;
}

#breadcrumb {
    padding: 20px 0;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px;
}
#breadcrumb {
    padding: 5px 0;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 0px;
}

ul.breadcrumb {
    margin-left: 0;
}

ul.breadcrumb li {
    display: inline-block;
    color: #777777;
}

ul.breadcrumb li.active span {
    padding-left: 3px;
    font-size: 15px;
}
body.product .breadcrumb li.active {
    display: none;
}

.mod_ext_owl_carousel_jshopping_products .owl-item {
    position: relative;
}

.mod_ext_owl_carousel_jshopping_products .owl-item img {
    max-width: 100%
}

.mod_ext_owl_carousel_jshopping_products .product_label {
    position: absolute;
    left: -3px;
}

/* Sidebar */
#leftbar-w {
    max-width: 284px;
    width: 25%;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 18px;
}
div#sidebar {
    position: sticky;
    top: 0;
}

ul.pagination-list {
    text-align: center;
}

ul.pagination-list li {
    display: inline-block;
}


/* Content */
#main {
    margin: 0px auto 0 auto;
    position: relative;
}

#main-content {
    clear: both;
    background: #fff;
    position: relative;
    line-height: 1.7em;
}

#message {
    flex: 1 1 100%;
}
#main-content .container {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2vw;
}

#centercontent_md {
    flex: 1;
}

.product #leftbar-w {
    display: none;
}

.product #centercontent_md {
    width: 100%;
}

#centercontent_bg {
    width: 100%;
}

#navct {
    padding: 5px 0;
}

/* Content styles */

.blog-featured {
    background: #fff;
    color: #555;
}

.items-leading {
    position: relative;
    clear: both;
    padding: 3px 0px 3px 4px;
    margin-top: 2px;
}

.item-page {
    position: relative;
    background: #fff;
    color: #555;
}

.page-header h2 {
    margin-bottom: 10px;
}

.item-page .page-header h2 {
    font-size: 26px
}

.blog h2 a {
    font-size: 20px;
    font-weight: normal;
}

.items-row {
    position: relative;
    clear: both;
    text-align: center;
}

.items-row .span3,
.items-row .span4,
.items-row .span6 {
    display: inline;
}

.cols-1 {
    width: 100%;
    clear: both;
}

.cols-2 .column-1 {
    width: 45%;
}

.cols-2 .column-2 {
    width: 45%;
}

.cols-3 .column-1 {
    width: 33%;
}

.cols-3 .column-2 {
    width: 33%;
}

.cols-3 .column-3 {
    width: 33%;
}

.cols-4 .column-1 {
    width: 24%;
}

.cols-4 .column-2 {
    width: 24%;
}

.cols-4 .column-3 {
    width: 24%;
}

.cols-4 .column-4 {
    width: 24%;
}

.column-1,
.column-2,
.column-3,
.column-4 {
    position: relative;
    display: inline-block;
}

.blog .item {
    text-align: center;
    font-size: 15px;
    margin: 1% 0;
    padding-bottom: 1%;
}

.blog .item:hover {
    box-shadow: 0 0 20px #e8e8e8;
}

.blog .item .pull-left.item-image img {
    max-width: 100%
}

.ba-form .span12 {
    margin-bottom: 4%;
}

div#system-message {
    margin-top: 30px;
}

.readmore {
    margin: 0;
    line-height: 20px;
}

.button, a.button {
    padding: 13px 38px;
    background: #ffffff;
    cursor: pointer;
    border-radius: 8px;
    background: linear-gradient(90deg, #19ABB4 11.85%, #E588C6 90.73%);
    color: #FFF;
    border: 0;
    box-shadow: 4px 6px 34px #5f5f5f38;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    text-decoration: none;
}
.custom.loyalnost a.button {
    padding: 15px 60px;
    font-size: 20px;
}

.button:hover,
.validate:hover {
   opacity: .8;
}

.inputbox, input, textarea, select {
    padding: 13px 16px;
    border: 1px solid rgba(17, 17, 19, 0.2);
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    font-size: 14px;
    line-height: 140%;
}
.inputbox:focus, input:focus, textarea:focus {
    outline: 3px solid rgb(229 136 198 / 44%);
    border-color: #19abb4;
}

ul.pagination-list li {
    display: inline-block;
}

ul.pagination-list {
    display: flex;
    gap: 10px;
    list-style: none;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
}

ul.pagination-list a {
    text-decoration: none;
    display: block;
    width: 20px;
}

ul.pagination-list li.active a {
    background: #888;
    color: #fff;
}

ul.pagination-list li:not(.disabled, .active) a:hover {
    background: #5f5f5f;
    color: #fff;
}

ul.pagination-list span.icon-previous:after {
    content: '<';
}

ul.pagination-list span.icon-next:after {
    content: '>';
}

.pagination {
    margin: 30px 0 20px 0;
}

.breadcrumbs {
    padding: 0 0 0 10px;
    color: #555;
}

.searchbox {
    background: url(../images/search.png) no-repeat;
    margin-top: 7px;
    width: 165px;
    height: 18px;
    color: #13618d;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Footer */

#footer {
    clear: both;
    margin: 10px 0 0 0;
    padding: 0;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert,
.alert h4 {
    color: #c09853;
}

.alert h4 {
    margin: 0;
}

.alert .close {
    float: right;
    cursor: pointer;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-success h4 {
    color: #468847;
}

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-info h4 {
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block>p,
.alert-block>ul {
    margin-bottom: 0;
}

.alert-block p+p {
    margin-top: 5px;
}

.tip {
    padding: 4px 18px;
    font-size: 14px;
    background: #000000db;
    color: #fff;
    border-radius: 4px;
}


.user1 {
    display: flex;
    justify-content: space-between;
}

.user1 .moduletable_menu ul li {
    display: block;
    padding: 5px 0;
}

.user1 p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 140%;
    padding: 5px 0 1px;
}

.user1 h3 {
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 400;
}
.user1 ul {
    margin: 0;
}
.user1 a {
    text-decoration: none;
}

#user-bottom {
    margin: 5px auto 0 auto;
    padding: 40px 0 40px 0;
}
#footertop .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footertop .container:after {
    content: '';
    background: #B8B8B8;
    height: 1px;
    width: 100%;
    top: 50%;
    position: absolute;
}
#footertop .container > div {
    background: #fff;
    z-index: 1;
    position: relative;
}
.first_im {
    padding: 0 30px 0 0px;
}
.second_im {
    padding: 0 30px;
    margin: 0 105px 0 auto;
}
.social_md {
    padding: 0 30px;
    margin-right: 50px;
}
.social_md p {
    display: flex;
    align-items: center;
    gap: 0 12px;
}
#footertop {
    margin-top: 60px;
}
.user1 .moduletable {
    width: 197px;
}

#user-bottom2 .container {
    background: #F4F4F4;
    padding: 15px 32px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}
.user1 a:hover {
    background: #e588c6;
    color: #fff;
}
body:not(.homepage) .first_im img {
    opacity: .7;
}

/* Shop */
/* Cart Header */
.cartcnt {
    display: flex;
    gap: 10px;
    align-items: center;
}

.mycart_wrapp .frcartltwo span {
    padding: 2px 11px 3px 11px;
    line-height: 31px;
    font-size: 14px;
    border: 1px solid #335a85;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.frcart {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
}

.flart {
    position: relative;
    width: 46px;
}

.flart .img_cart {
    padding: 11px;
    margin: 0;
    width: 31px;
}

.frcartltwo img {
    float: left;
    margin-left: 15px;
}

.frcartltwo {
    padding: 3px;
}

.cartcnt .dotcount {
    display: none;
}
.cartcnt.fullcart .dotcount {
    display: block;
    position: absolute;
    right: 1px;
    background: #e588c6;
    padding: 4px;
    font-weight: 700;
    line-height: 14px;
    color: #ffffff;
    font-size: 12px;
    border-radius: 50%;
    min-width: 13px;
    text-align: center;
    transform: translateY(2px);
    top: 31px;
}

.ramcar {
    text-align: center;
    min-width: 75px;
    border-radius: 3px;
    float: left;
    color: #656565;
    font-size: 15px;
    border: 1px solid #d7d7d7;
    background: #fff;
    padding: 4px;
    position: relative;
    line-height: 15px;
    margin-top: 3px;
}

.ramcar.cartfull {
    background: #335a85;
    border-color: #335a85;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.ramcar.cartfull a {
    color: #fff;
    text-decoration: none
}

.ramcar::before {
    content: '';
    position: absolute;
    left: -13px;
    bottom: 6px;
    border: 6px solid transparent;
    border-right: 6px solid #dcdcdc;
}

.ramcar::after {
    content: '';
    position: absolute;
    left: -12px;
    bottom: 6px;
    border: 6px solid transparent;
    border-right: 7px solid #fff;
}

.ramcar.cartfull::after {
    border-right: 7px solid #335a85;
}
table.module_cart_detail tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.module_cart_detail  td.name {
    flex: 1;
}


.frcartltwo a.button {
    color: #fff;
    padding: 2px 6px;
    font-size: 14px;
}

.frcartlone {
    padding-top: 3px;
}

.frcartlone span.mycart_headertxt {
    color: #444 !important;
    background: none !important;
    font-size: 16px;
    font-weight: 700;
}
.module_cart_detail .mycart_input {
    padding: 14px 10px;
    text-align: center;
    font-size: 17px;
    border-radius: 3px;
    width: 60px;
}
element.style {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart #jshop_module_cart td {
    border: none;
}
td.goto_cart a {
    display: inline-block;
}
#header #jshop_module_cart td.goto_cart a.back {
    line-height: 43px;
}


/* jshop_categ */

.jshop_list_category {
    margin: 20px 0;
}

.jshop.list_category .jshop_categ {
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    padding: 5px 20px;
    background: #f1f1f1;
    width: 150px;
    font-size: 15px;
    border: 1px solid #dddd;
}

.jshop_categ:hover {
    box-shadow: 8px 8px 17px #CCCCCC;
}
.jshop_list_manufacturer {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.jshop_list_manufacturer .manufacturer {
    text-align: center;
}

.jshop_list_manufacturer .manufacturer .image {
    margin-bottom: 10px;
}
.jshop_list_manufacturer .manufacturer img {
    width: 135px;
}

.jshop_categ .imcon {
    width: 185px;
    height: 185px;
}

.jshop_categ img {
    width: calc(100% + 40px);
    height: 130px;
    object-fit: cover;
    margin: -5px -20px 20px -20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.jshop.list_category .jshop_categ a {
    font-size: 19px;
    text-decoration: none;
}

/* jshop_ajaxsearch */

button.searcmt {
    background: #ffffff url(../images/search.svg) center center no-repeat;
    background-size: 53%;
    height: 41px;
    width: 41px;
    border: 0;
    display: inline-block;
    margin-right: 8px;
    outline: none;
    cursor: pointer;
    border-radius: 1px;
    margin: 4px;
}
.active button.searcmt {
    box-shadow: inset 2px 1px 3px #0000003d;
    border-radius: 3px;
    background: #fff1f1 url(../images/search.svg) center center no-repeat;
}

.jshop_ajaxsearch {
    position: absolute;
    display: none;
    left: 150px;
    z-index: 555;
    width: 600px;
}

.moduletable.sajpl {
    width: 33%;
    margin: 2px 2%;
    float: right;
}

.jshop_ajaxsearch input#jshop_search {
    font-size: 17px;
    width: 100%;
}
.jshop_ajaxsearch input.buttons {
    position: absolute;
    top: 14px;
    right: 21px;
    cursor: pointer;
    width: 24px;
    height: 22px;
    background: url(/templates/webhit/images/search.svg) 0px 0 no-repeat;
    font-size: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 0;
}

#search-result {
    width: 300px;
    box-shadow: 0px 10px 40px #95a99f;
    border-radius: 10px;
}

#search-result table.ajaxsearch {
    width: 100%;
    border: 0;
}

#search-result .itemsearch img {
    border: 0px;
    height: 42px;
    width: 47px;
}

td.aj_img {
    width: 50px;
}

#search-result table.ajaxsearch tr {
    border-bottom: 1px solid #ebebeb;
}

#search-result span.titlesearch {
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
}

#search-result table.ajaxsearch a {
    text-decoration: none
}

#search-result .itemsearch:hover,
#search-result .itemsearch:hover span {
    background-color: #f3f3f3;
    color: #444444;
}

.jshop.incateg {
    position: relative;
}


/* list_product */
.jshop h1 {
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 150%;
    font-weight: 300;
}

.jshop.productfull h1 {
    font-size: 29px;
    text-align: left;
    margin-bottom: 30px;
}

#centercontent_md .jshop.incateg h1 {
    text-align: left;
    max-width: 660px;
}

.jshop.list_product {
    display: flex;
    gap: 20px 14px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 30px;
}

.block_product {
    display: inline-block;
    margin: 10px;
    position: relative;
    text-align: center;
    padding-top: 5px;
}

.jshop.list_product .block_product {
    width: 32%;
    text-align: center;
    border: 1px solid #eaeaea;
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
    overflow: hidden;
}
.jshop.list_product .product_label {
    top: 18px;
    left: 19px;
}
.jshop.list_product .block_product:hover {
    box-shadow: 5px 5px 30px #00000017;
}
.latest_products.jshop.list_product .block_product {
    margin: 1%;
    padding: 1%;
    width: 20%;
}

.latest_products.jshop.list_product {
    margin-top: 2px;
}

.jshop_list_product .image_block {
    display: block;
    margin: 0 auto 7% auto;
    max-width: 100%;
    position: relative;
    padding: 0;
}

.jshop_list_product .product .image {
    text-align: center;
    margin: -10px -10px 20px -10px;
    height: 260px;
    overflow: hidden;
    width: calc(100% + 20px);
}

.block_product .three_img img {
    transition: all 0.2s linear;
    width: calc(100% + 40px);
    height: 260px;
    object-fit: contain;
    transform: translateX(-50%);
}
.three_img a img {
    position: absolute;
    left: 50%;
    text-align: center;
}

.three_img a.chimg-3 {
    opacity: 0;
}

.three_img:hover a.chimg-3 {
    opacity: 1
}


.jshop_list_product .jshop .block_product .old_price {
    font-size: 13px;
}

.jshop_list_product .jshop .block_product .old_price span {
    text-decoration: line-through
}

.manufacturer_name {
    font-size: 14px;
    font-weight: 700;
}

.jshop .product_label {
    z-index: 1;
}

.jshop_list_product .product .name {
    margin: 12px 0 18px 0;
    padding: 0 10px;
}

.jshop_list_product .product .name a {
    color: #292929;
    font-size: 15px;
    text-decoration: none;
    line-height: 24px;
    display: block;
}
.jshop_list_product .product .jshop_price {
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 11px;
}

.jshop_list_product .product .buttons a, .item_detal a {
    text-decoration: none;
    position: absolute;
    bottom: 17px;
    left: auto;
    right: 17px;
    font-size: 0;
    background: url(../images/cart.svg) center center no-repeat;
    background-size: contain;
    height: 25px;
    width: 26px;
}

.jshop.catdescription {
    margin-top: 5%;
    max-height: 350px;
    overflow-y: scroll;
}

/* Product */

span.currencycode {
    font-size: 14px;
}

.cont3bl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jshop_pr_r {
    width: 470px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.productfull .prod_price {
    float: left;
}

.productfull .prod_buttons {
    margin-top: 5px;
    padding-top: 2px;
}

.jshop_pr_l {
    width: 325px;
    overflow: hidden;
    position: relative;
}

.productfull .jshop_code_prod {
    font-size: 15px;
    color: #555;
    margin-bottom: 13px;
    display: block;
}

.productfull .extra_fields {
    width: 30%;
}

.container_for_desc {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 45px;
}

#jshop_prod_description {
    font-size: 17px;
    margin-bottom: 50px;
}
#jshop_prod_description > h3 {
    font-size: 24px;
    margin-bottom: 17px;
}

.block_for_rev {
    max-width: 440px;
}

span.extra_fields_name {
    display: inline-block;
    width: 50%;
}

.productfull span.extra_fields_value {
    padding-left: 15px;
    font-weight: 700;
    font-size: 14px;
}

.productfull .input_type_radio {
    margin-right: 0px;
    white-space: nowrap;
    display: inline-block;
}

.productfull .input_type_radio label {
    display: block;
    padding: 5px 20px;
    border: 2px solid #333;
    border-radius: 18px;
    white-space: nowrap;
}

.productfull .input_type_radio label {
    display: block;
    padding: 2px 10px;
    border: 0;
    border-radius: 0;
    white-space: nowrap;
    margin: 4px 5px;
    font-size: 15px;
    text-align: center;
}

.productfull .input_type_radio label:hover {
    color: #444444;
    cursor: pointer;
}

.productfull input[type="radio"],
.productfull input[type="checkbox"] {
    margin: 0px;
    display: none;
    padding: 5px 20px;
}

.productfull input[type="radio"]:checked+label {
    border: 2px solid #777777;
}

.productfull input[type="radio"]:checked+label p {
    background: #888888;
    color: #fff
}

.productfull .radio_attr_label img {
    display: inline-block;
    width: 120px;
    height: 81px;
}

.productfull .radio_attr_label span {
    display: none;
    /* dbfs*/
}
.productfull  .short_desc {
    margin-bottom: 15px;
    color: #555;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.productfull #block_attr_sel_1 {
    display: inline-flex;
}

div.jshop_prod_attributes .attributes_title {
    padding: 0px 7px;
    margin-bottom: 3px;
    color: #333333;
    font-size: 14px;
    float: none;
}
.productfull  div.jshop_prod_attributes select {
    box-shadow: 7px 5px 19px #0000001a;
}
 .productfull .old_price {
    color: #ffa4a4;
    margin-bottom: -25px;
}
div.jshop_prod_attributes {
    margin: 0 0 15px 0;
}
.list_related {
    margin-top: 18px;
}
.list_relatedwrap {
    display: flex;
}
.product_itemrelated {
    text-align: center;
}
.product_itemrelated img {
    width: 57px;
    height: 53px;
    object-fit: contain;
    margin: 3px;
}
.product_itemrelated .image {
    border: 3px solid #ddd;
}

.prod_buttons .button {
   font-size: 17px;
}
.butt input {
    vertical-align: top;
}
.prod_buttons .button.wl {
    background: #147542 url(../../../images/system/heart.svg) center center no-repeat;
    background-size: 21px;
    border: 0;
    box-shadow: none;
    padding: 13px 23px;
    margin-left: 5px;
    filter: invert(1);
}

.jshop_pr_l .button.cmpr {
    padding: 10px 22px 10px 48px;
    font-size: 15px;
    background: url(../images/compare.svg) left 16px center no-repeat;
    background-size: 20px;
}

.jshop_pr_l .button.cmpr:hover {
    opacity: .8;
}

.productfull #block_price {
    font-size: 28px;
    color: #3C2112;
    line-height: 69px;
}
.jshop_pr_l .moduletable input.popup-btn {
    border: 1px solid #19abb442;
}

.jcatdes {
    font-size: 14px;
    margin: 10px 10px 30px 10px;
}

.jshop_pr_l .extra_fields {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
}

.jshop_pr_l span.extra_fields_value {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px dashed;
}
.related_my {
    padding-top: 15px;
    clear: both;
    border-top: 1px dashed #333;
}

.productfull #block_price span.currencycode {
    font-size: 16px;
}

.text_zoom {
    display: none;
}

.productfull .image_middle {
    width: 100%;
    text-align: center;
    min-width: 386px;
}

.productfull .image_middle img {
    width: 100%;
    max-height: 372px;
    object-fit: contain;
}

img.jshop_img_thumb {
    padding: 0;
    border: 0;
    height: 84px;
    object-fit: cover;
    width: 84px;
}

#nvgrevform {
    display: none;
}

.productfull #nvgrevform input[type="checkbox"] {
    display: inline-block;
}

.review_header {
    margin: 2% 0 1% 0;
    padding-bottom: 1%;
    font-weight: bold;
    border-bottom: 1px solid #e8e8e8;
}

.answerbtn.fbut {
    text-align: center;
}

.nvg_ext_review .internallink a {
    text-decoration: none;
    border-bottom: 1px dotted;
    font-weight: 700;
}
.jshop_profile_data span.subinfo {
    font-size: 17px;
    display: inline-block;
    background: #e588c6;
    color: #fff;
    font-weight: 400;
    padding: 11px;
    margin: 20px 0;
    border-radius: 10px;
}
.jshop_profile_data span.subinfo strong {
    font-weight: 700;
    font-size: 23px;
    display: block;
    margin: 5px;
}

/* Sort */
.jshop.incateg form#sort_count {
    margin-bottom: 10px;
    position: absolute;
    top: 20px;
    right: 0;
}

#sort_count select {
    border: 0;
    border-bottom: 1px solid #f2f7fd;
    font-size: 15px;
    color: #181818;
    outline: none
}

.jshop_list_product .box_products_sorting img {
    cursor: pointer;
    margin-top: 14px;
    margin-left: 10px;
}

/* Cart */
#checkout .td_2,
#checkout .td_1 {
    width: 49%
}

#checkout .td_2 {
    float: right;
    margin: 15px 0;
}

.total .td_2 {
    text-align: right;
    font-size: 20px
}

.td_2 {
    font-weight: 400;
    text-align: right;
}

.td_2 a.btn {
    text-decoration: underline
}

#checkout .td_1 {
    float: left;
}

.cart_block_discount {
    margin-top: -76px;
    float: left;
    width: 480px;
}

p.jshop_cart_attribute {
    padding-left: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin-top: 1px;
    margin-bottom: 4px;
    color: #888;
}

.cart a.button-img {
    font-size: 20px;
    font-weight: 400;
    color: #777;
    padding: 9px;
    text-decoration: none;
}

.cart_block_discount .name {
    float: left;
    min-width: 100px;
    padding: 5px 5px 0 0;
    font-weight: 400;
}

.jshop .cart .product_name {
    text-align: left;
    font-size: 22px;
}

.jshop .right_chekout .cart .product_name {
    font-size: 14px;
    line-height: 1.5em;
}

table.jshop td {
    vertical-align: middle;
}

td.single_price .data,
td.total_price .data {
    line-height: 2em;
}

.mobile-car {
    font-size: 15px
}
.quantity .data {
    width: 100px;
    margin: 0 auto;
}
.cart .quantity .inputbox {
    width: 50px;
    margin-bottom: 0px;
    text-align: center;
    padding: 10px;
}

.cart td {
    padding: 7px
}

.cart table.jshop.jshop_subtotal td {
    border-color: transparent;
}

.cart_block_discount .btn {
    border: 1px solid #ddd;
    margin: 10px auto;
}
.jshop  .cart td {
    border-color: #f0f0f0;
    padding: 20px;
}
td.jshop_img_description_center img {
    max-width: 118px;
    border-radius: 5px;
}
.jshop .cart .product_name {
    text-align: left;
    font-size: 20px;
}
.jshop .cart .product_name a {
    text-decoration: none;
}
.mobile-car {
    font-size: 15px;
}
.cart .quantity .inputbox {
    width: 50px;
    margin-bottom: 0px;
    text-align: center;
    padding: 10px;
}
.jshop .cart.wish {
    border: 0;
}
.jshop .cart.wish th {
    text-align: center;
    background-color: #f9f6f8;
    padding: 10px 6px;
    color: #000;
    border: 0;
}
.cart_block_discount .btn {
    background: #fff;
    box-shadow: none;
    color: #353535;
    padding: 11px 41px;
    border: 1px solid;
    font-size: 17px;
}
#checkout .td_2 {
    float: right;
    margin: 15px 0 25px 0;
}

/* Dopproduct carousel */

.jshop.list_product.products_category {
    text-align: center;
    margin: 25px 0;
    position: relative;
}
.jshop.list_product.products_category h3 {
    font-size: 24px;
    margin-bottom: 5px;
}
.jshop.list_product.products_category .block_product {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 20px;
    border: 0;
    box-shadow: none;
    box-shadow: 10px 0px 20px #eee;
    padding: 0;
    box-sizing: border-box;
}
.block_item.block_product .price {
    display: flex;
    margin: 0 10px 10px 10px;
    justify-content: space-around;
}

.jshop.list_product.products_category .block_product:hover {
    box-shadow: none
}
.jshop.list_product.products_category .owl-item {
    box-sizing: border-box;
}


.jshop.list_product.products_category .jshop_price {
    display: block;
    line-height: 1.7em;
    padding: 2px 0 !important;
    color: #101010;
    font-weight: 700;
}
.jshop.list_product.products_category a.name {
    display: inline-block;
    text-decoration: none;
    line-height: 21px;
    font-size: 16px;
    padding: 20px 0 10px 0;
    font-weight: 300;
}

.owl-stage-outer {
    padding-bottom: 15px;
}

.jshop.list_product.products_category .owl-pagination {
    margin: 2% 0;
}

.jshop.list_product.products_category .price span {
    display: block;
    line-height: 1.7em;
    padding: 2px 0 !important
}

.jshop.list_product.products_category img.jshop_img {
    height: 230px;
    object-fit: contain;
    width: 100%;
}



/* checkout */

.jshop.register {
    padding: 0 0 0 150px;
}

.jshop_register td {
    padding: 6px;
}

.jshop_register td.name {
    width: 120px;
}

.left_chekout {
    float: left;
    width: 340px;
    margin: 0 15px;
}

div.jshop_register .inputbox {
    width: 100%;
}

.right_chekout {
    width: 590px;
    margin-right: 10px;
    float: right;
}

.right_chekout table.jshop.cart {
    font-size: 14px;
}

.right_chekout .jshop_img_description_center img {
    width: 150px;
}

a.editcart {
    float: right;
    padding: 5px;
    font-size: 13px;
}


/* plusminus */
.productfull .prod_price_inp {
    max-width: 116px;
    display: inline-block;
    padding: 4%;
}

.prod_price_inp input {
    width: 30px;
    padding: 8px;
    text-align: center;
    border-radius: 3px;
    font-family: inherit;
    font-size: 20px;
}
.prod_price_inp input#quantity {
    width: 50px;
}
input.product_minus, input.product_plus {
    float: left;
    background: #fff url(../images/minus.gif) center center no-repeat;
    border: 0;
    cursor: pointer;
    outline: none;
    padding: 11px 6px;
}

input.product_plus {
    float: right;
    background: #fff url(../images/plus.gif) center center no-repeat;
}

/* screenorder */
#sk-rocnt {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    background: #ffffffd4;
    width: 100%;
    height: 100%;
    display: none;
}

.sk-rotating-plane {
    width: 4em;
    height: 4em;
    margin: auto;
    background-color: #b1ece9;
    -webkit-animation: sk-rotating-plane 1.2s infinite ease-in-out;
    animation: sk-rotating-plane 1.2s infinite ease-in-out;
    transform: translate(50%, 50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

@-webkit-keyframes sk-rotating-plane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotating-plane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
#sp-left-toggler {
    color: #fff;
    text-align: center;
    background: #e588c6;
    border-radius: 7px;
    padding: 4px 0;
}

#navtoogle {
    display: none;
}

.cmn-toggle-switch {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 20px;
    border: 0;
    font-size: 0;
}
.cmn-toggle-switch:focus {
    outline: none;
}

.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 1.7px;
    background: black;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1.7px;
    background-color: black;
    content: "";
}

.cmn-toggle-switch span::before {
    top: -7px;
}

.cmn-toggle-switch span::after {
    bottom: -7px;
}
.cmn-toggle-switch__htx {
    background-color: transparent;
}

.cmn-toggle-switch__htx span {
    -webkit-transition: background 0 0.3s;
    transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

.cmn-toggle-switch__htx.active span {
    background: none;
}

.cmn-toggle-switch__htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
}

span.menutoog div {
    background: #000;
    width: 100%;
    height: 0.125rem;
    margin: 0.25rem auto;
    border-radius: 10px;
    -webkit-transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
    transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
    -webkit-transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
    transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
    -webkit-transform: 0;
    transform: 0;
    -webkit-transform-origin: center;
    transform-origin: center;

}
img.logo_mob, #flexslider-137 {
    display: none;
}
.moduletableack {
    text-align: center;
    display: none;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: 12px;
    padding: 0px 6px;
    border-radius: 20px;
}

@media only screen and (max-width: 1500px) {
    #footertop .container:after {
        width: 95vw;
    }
 
}
@media only screen and (max-width: 1300px) {
    .jshop.incateg form#sort_count {
        position: static;
    }

    .moduletable.sajpl {
        width: 28px;
        position: relative;
    }
    .homeslider {
        min-height: 48vw;
    }

    #breadcrumb {
        padding: 3% 0;
        border-bottom: 1px solid #f3f3f3;
    }
    .productfull .extra_fields {
        width: 270px;
    }
    .jshop.list_product.products_category .block_product {
        width: 94%;
    }
    #topimage  .flex-control-nav {
        max-width: 97%;
        left: 51%;
        transform: translateX(-50%);
    }
    #topimage, #topimage .flexslider {
        min-height: 36vw;
    }

}


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

    .logo {
        max-width: 425px;
    }

    .jshop_list_product .product .image {
        height: 195px;
    }

    #navtoogle {
        padding-right: 0%;
    }

    .jshop_pr_r {
        width: 45vw;
        overflow: initial;
        min-width: auto;
    }
    .jshop_img_description {
        width: 120px;
    }
    .productfull .image_middle {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 10px;
        overflow: initial;
        min-width: auto;
    }
    .productfull .extra_fields {
        width: 100%;
        margin-top: 30px;
        padding-top: 30px;
    }
    .extra_fields div .custom {
        column-count: 2;
        margin: 20px 0;
    }
    .jshop.list_product.products_category .block_product {
        max-width: 260px;
    }
    #jshop_prod_description {
        width: 46vw;
    }
    .jshop_pr_l {
        width: 45vw;
    }

    .productfull .input_type_radio label {
        padding: 5px 5px;
    }

    .right_chekout {
        width: 54%;
        margin-right: 10px;
        float: right;
    }

    .left_chekout {
        float: left;
        width: 36%;
        margin: 0 1%;
    }

    .latest_products.jshop.list_product .block_product {
        width: 27%;
    }

    #srctoogle {
        display: block;
    }

    #header .container {
        position: relative;
    }
    .jshop_ajaxsearch {
        display: none;
        position: absolute;
        left: 29px;
        width: calc(100% - 60px);
        top: 112px;
    }
    .homepage .jshop_ajaxsearch {
        top: 86px;
    }
    .jshop.list_product .block_product {
        width: 48%;
    }
    .inline.topinfo {
        margin: 0 auto 0 40px;
        position: initial;
    }
    #topimage  .flex-control-nav {
        max-width: 92%;
        text-align: center;
        transform: translateX(-50%);
        bottom: 14px;
    }
    .wrapcat .jshop_menu_level_0 {
        flex: 1 0 47%;
        height: 242px;
    }
    .moduletablewish {
        margin: auto 19px auto auto;
    }
    .active button.searcmt {
        box-shadow: none;
        opacity: .3;
    }

}

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

    .moduletable.cabinet {
        float: none;
    }

    .logo img {
        max-width: 100%;
    }


    #centercontent_md {
        width: 70%;
        margin-left: 2%;
    }

    .pull-left.item-image img {
        max-width: 100%
    }

    .user1 .moduletable, .user1 .moduletable_menu {
        display: inline-block;
        width: auto;
        margin: 1%;
    }

    .productfull .jshop_code_prod {
        position: static;
    }

    .buyprod {
        padding: 0;
        margin: 0;
    }
    .container_for_desc {
        margin-top: 15px;
    }

    .productfull #list_product_image_middle img {
        max-width: 370px;
    }

    .uf_wrapper.uf_wrapper_prices {
        display: none;
    }

    .right_chekout,
    .left_chekout {
        width: 92%;
        float: none;
        margin: 2%;
    }

    #navtoogle {
        padding-right: 0%;
        font-size: 90%;
    }

    .inline.topinfo .custom {
        display: none;
    }
    #search-result {
        width: 100%;
        box-shadow: 0px 10px 40px #0000002b;
        border-radius: 0;
        z-index: 555 !important;
        padding: 18px;
        box-sizing: border-box;
    }
    #search-result .itemsearch img {
        border: 0px;
        height: 100px;
        width: 100px;
        object-fit: cover;
    }
    #search-result span.titlesearch {
        text-transform: none;
        font-size: 20px;
        color: #333;
        display: block;
    }
    .homeslider .moduletable > h3, #botcontent .moduletable > h3 {
        font-size: 22px;
        line-height: 140%;
        margin-bottom: 40px;
        text-align: left;
    }
    #botcontent .custom.loyalnost > h3 {
        margin-bottom: 22px;
        font-size: 30px;
    }
    .moduletable.loyalnost {
        padding: 31px 18px 22px 34px;
    }
    #sp-left-toggler {
        display: block;
        margin-left: auto;
    }
    #leftbar-w {
        max-width: none;
        width: 100%;
        padding: 4px;
        border-radius: 9px;
        margin-bottom: 8px;
    }
    #nav {
        padding-bottom: 30px;
        position: absolute;
        z-index: 11;
        background: #fff;
        top: 96px;
        left: 0;
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .moduletableph {
        font-size: 22px;
        margin: 20px 0;
    }
    .moduletable.logmodule {
        float: none;
        width: 70px;
        display: inline-block;
    }
    .tgtop .customph a {
        padding-left: 30px;
        background: url(../images/phone.svg) 0 center no-repeat;
        background-size: 18px;
    }
    .tgtop {
        display: block;
    }
    #navtoogle {
        display: block;
    }
    #nav li ul {
        position: static;
        display: list-item;
    }

    ul.nav-child.unstyled.small {
        border-top: 1px solid #585858;
        border-bottom: 1px solid #585858;
    }

    #nav li ul {
        position: static;
        display: none;
        background: none;
        box-shadow: none;
        width: 94%;
        padding-left: 5%;
        font-size: 80%;
    }

    #nav li ul li {
        list-style-type: none;
    }
    #nav li ul li a {
        color: #ffffff !important;
        background: transparent;
        border-bottom: none;
        width: 100%;
        padding: 15px;
    }

    #nav li ul li a:hover {
        background: rgba(82, 82, 82, 0.7);
        transition: all 0.5s;
    }

    #nav li:hover ul {
        display: none;
    }

    #nav ul.nav li.parent {
        border-bottom: 1px solid #585858;
    }

    #nav ul.nav li.parent.act {
        border: none
    }

    #nav ul.nav li.parent:before {
        content: '';
        border: solid #636363;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        position: absolute;
        top: 22px;
        right: 10%;
        transform: rotate(-45deg);
    }

    #nav ul.nav li.parent.act:before {
        transform: rotate(45deg);
        transition: all 0.5s
    }
   

    #jshop_unijax_filter,
    #jshop_unijax_filter .uf_trackbar,
    #mainhead,
    #nav {
        display: none;
    }
    .inline.hlogo {
        order: 1;
        flex: 1;
        text-align: center;
    }
    .inline.top {
        display: flex;
        flex-direction: row-reverse;
        order: 2;
        gap: 20px;
        width: 65px;
    }
    .mycart_wrapp {
        order: 1;
    }
    .moduletablewish {
        order: 2;
        margin: 0;
        padding: 0;
        background-size: 23px;
        background-position: 0 0;
        position: relative;
        margin-top: 1px;
    }
    .frcart {
        display: none;
    }
    div#jshop_module_wishlist a.hasTip {
        display: block;
        font-size: 0;
        width: 23px;
        height: 21px;
    }
    .cartcnt.fullcart .dotcount, span.countmas {
        display: block;
        position: absolute;
        right: -9px;
        background: #e588c6;
        padding: 1px;
        font-weight: 300;
        line-height: 14px;
        color: #ffffff;
        font-size: 8px;
        border-radius: 50%;
        min-width: 14px;
        text-align: center;
        transform: none;
        top: -1px;
    }
    span.countmas {
        top: -1px;
        right: -9px;
    }
    .flart {
        position: relative;
        width: 19px;
    }
    .flart .img_cart {
        padding: 0;
        margin: 0;
        width: 19px;
    }
    button.searcmt {
        background-size: 100%;
        height: 21px;
        width: 21px;
        margin-right: 0;
        margin: 0;
    }
    #srctoogle {
        display: block;
        padding: 0;
        height: 19px;
    }
    .inline.topinfo {
        margin-left: 22px;
    }
    #header {
        padding: 22px 0;
        background: rgba(255, 255, 255, 0.20);
        box-shadow: 0px 11.903px 8.183px -9.671px rgba(0, 0, 0, 0.07);
        margin-bottom: 10px;
    }
    #header  .logo {
        max-width: 171px;
    }
    img.logo_dsk, #flexslider-122 {
        display: none;
    }
    img.logo_mob {
        display: inline-block;
    }
     #flexslider-137 {
        display: block;
    }
    .first_im {
        display: none;
    }
    #footertop .container {
        flex-direction: row-reverse;
    }
    #footertop {
        margin-top: 30px;
        overflow: hidden;
    }
    #footertop .container:after {
        width: 122vw;
        left: -5%;
    }
    .social_md {
        margin: 0;
        margin-left: -10px;
        padding: 0 20px 0 10px;
    }
    .social_md img {
        width: 22px;
    }
    .second_im img.visa_f {
        width: 113px;
    }
    .social_md p {
        margin: 0;
    }
    #user-bottom {
        margin: 15px auto 0 auto;
        padding: 0px 0 25px 0;
    }
    .user1 h3 {
        margin-bottom: 27px;
        font-size: 18px;
        font-weight: 400;
    }
    .homepage #header {
        margin: 0;
    } 
    #header {
        margin: 0;
        position: relative;
    }
    #breadcrumb {
        padding: 3px 0;
        border-bottom: 1px solid #f3f3f3;
        margin-bottom: 21px;
        text-align: center;
    }
    .moduletableack {
       display: block;
       margin-bottom: 30px;
    }
    .moduletableack img {
        max-width: 500px;
    }
    .moduletable.slideracc {
        display: none;
    }
    .flexslider .slides img {
        max-height: 500px;
        object-fit: cover;
    }
    .wrapcat img.linktomain {
        height: 100%;
        object-fit: cover;
    }
    .second_im {
        padding: 0 30px;
        margin: 0 25vw 0 auto;
    }
    .moduletable.loyalnost > .custom.loyalnost {
        background: transparent;
        padding: 0;
    }
    .custom.loyalnost p {
        display: flex;
        align-items: center;
        gap: 30px;
        margin: 29px 0 22px 30px;
    } 
  
}


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

     .container {
        padding: 0 20px;
    }

    .logo {
        max-width: 100%;
    }

    #sidebar .custom {
        display: none;
    }
    #breadcrumb {
        padding: 0;
        border: 0;
        font-size: 14px;
    }
    ul.breadcrumb li.active span {
        padding-left: 3px;
        font-size: 13px;
    }
    .jshop.incateg > h1 {
        display: none;
    }
    .homeslider {
        margin-top: 15px;
    }
    .moduletableack {
        margin-bottom: 15px;
    }
    .moduletableack p {
        padding: 0;
    }
    .moduletableack img {
        max-width: 100%;
    }

    #mainhed {
        position: absolute;
        top: 4%;
        right: 5%;
    }

    body {
        background: none
    }

    body.product .bname {
        padding: 12px 15px 16px 15px;
        font-size: 26px;
    }

    .jshop_maincategory {
        text-align: center;
    }

    #header {
        height: auto;
        text-align: center;
        padding: 10px 0 15px 0;
    }

    .module_cart_detail td,
    .jshop.cart tr td,
    .jshop.cart tr {
        border: 0
    }

    .img_cart {}

    .top .custom {
        display: none;
    }

    #centercontent_md {
        width: 100%;
        margin: 0;
        flex: auto;
    }

    .jshop_maincategory .jshop_categ img {
        max-width: 100%;
        height: auto;
    }

    .jshop .registermod {
        width: 100%;
        margin-top: 4%
    }

    table td {
        display: block;
        width: 100%;
    }

    img {
        max-width: 100%
    }

    iframe {
        border: none;
        width: auto !important;
        max-width: 100% !important;
    }

    table.jshop_product_compare td {
        display: table-cell;
    }

    .comparecnt {
        overflow-x: scroll;
    }
    #search-result table.ajaxsearch tr {
        padding: 8px;
        display: inline-block;
        width: 95%;
    }
    #search-result td.aj_img {
         width: auto; 
    }

    .itemsearch .itemlink {
        padding: 1px;
        display: block;
    }

    .itemsearch img {
        border: 0px;
        float: left;
        margin: 8px;
    }

    #search-result .itemsearch:hover,
    #search-result .itemsearch:hover span {
        background-color: #f3f3f3;
        color: #444444;
    }

    tr.mod_sef_tr input,
    tr.mod_sef_tr textarea {
        margin-bottom: 15px;
        width: 135px;
    }

    .itemsearch .itemlink {
        padding: 1px;
        display: block;
    }

    .itemsearch img {
        border: 0px;
        float: left;
        margin: 0 8px;
    }

    table.imct td {
        width: 48%;
        display: inline-block;
    }

    .jshop_maincategory .jshop_categ {
        width: 98%;
        margin-bottom: 2%;
        max-width: 375px;
    }


    .blog .item {
        width: 100%;
    }

    .item-page section.moduletable {
        background: #F6F6F6 url(../images/nbg.jpg) center bottom no-repeat;
        padding: 5%;
        margin: 0;
    }

    .user1 {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .user1 td,
    .user2 {
        display: block;
        width: 100%;
        text-align: center;
    }

    .jshop_list_category {
        margin-bottom: 5%;
    }

    .jshop.list_product .block_product {
        width: 49%;
        border-radius: 0;
        box-sizing: border-box;
    }

    .jshop.list_product {
        gap: 15px 5px;
        justify-content: space-between;
    }

    .jshop_list_product .product .image {
        text-align: center;
    }

    .jshop h1,
    .page-header h2 {
        margin: 0;
        line-height: 1.2em;
        font-size: 26px;
    }
    .productfull .image_middle,  .jshop_pr_r {
        width: 100%;
    }
    .jshop.productfull h1 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .jshop_pr_l, .productfull .extra_fields, #jshop_prod_description img {
        width: 100%;
        margin: 15px 0;
    }
    .productfull .image_middle {
        text-align: left;
    }

    .productfull span.jshop_code_prod {
        padding: 0;
        padding-left: 5%;
        margin: 0;
        line-height: 1em;
    }

    .productfull .prod_price {
        display: inline-block;
        float: none;
    }

    .owl-theme .owl-controls .owl-buttons div {
        margin: 14px;
    }
    #jshop_prod_description {
        width: 100%;
    }
    .extra_fields div .custom {
        column-count: 1;
        margin: 0;
    }
    .productfull .extra_fields {
        border: 0;
        margin: 0;
    }
    .jshop.cart tr td {
        width: 93%
    }

    table.module_cart_detail td.mycart_el {
        width: 25% !important;
        text-align: center;
    }

    .cart .total .td_2,
    #checkout .td_2 {
        text-align: center;
        width: 100%
    }

    .mobile-car {
        line-height: 32px;
        padding-right: 4px;
    }

    a.button.promo {
        float: none;
        width: max-content;
        margin: 5px 0;
    }

    .right_chekout .jshop.cart tr td,
    .right_chekout .jshop_subtotal .name,
    .jshop_subtotal .value {
        display: inline-block;
        text-align: left;
        width: 88%;
        padding: 0;
    }

    .right_chekout .jshop.cart tr td.cifr {
        display: inline-block;
        width: 30%;
        background: #f5f5f5;
        text-align: center;
    }

    .right_chekout {
        margin-top: 8%
    }
    #user-bottom {
        padding: 0px 0 0 0;
    }

    #user-bottom2 {
        background: #19ABB4 url(../images/logo_footer.svg) left -79px center no-repeat;
        color: #fff;
        margin: 10px 20px;
        padding: 10px 20px 10px 50vw;
        border-radius: 8px;
    }
    #user-bottom2 a {
        color: #fff;
    }
    #user-bottom2 .container {
        background: transparent;
        flex-direction: column;
        gap: 4px;
        padding: 7px;
    }
    .cart_block_discount {
        margin: 2%;
        float: none;
        width: 96%;
        text-align: center;
    }

    .cart_block_discount .name,
    .cart_block_discount .inputbox {
        display: inline-block;
        float: none;
    }

    a.editcart {
        display: none
    }

    .jshop_subtotal .name {
        text-align: left;
    }

    .pull-right.td_2 {
        text-align: center;
        margin-top: 8%;
    }

    td.goto_cart {
        text-align: center;
    }

    .item-page table td {
        width: 100% !important;
    }
   
    .mod-languages {
        background: #fff;
    }
    #nav {
        top: 74px;
        padding-top: 15px;
        box-shadow: 0 20px 20px -10px #00000030;
        border-bottom: 1px solid #2fb3bb7a;
    }
    .moduletable.logmodule {
        width: auto;
    }
    #nav ul li {
        width: 95%
    }
    ul#navct {
        margin-bottom: 20px;
    }
    .moduletableph {
        font-size: 22px;
        margin: 35px 0;
    }

    #nav div.mod-languages ul li {
        display: inline-block;
        width: auto;
    }

    #sort_count select {
        width: 55%;
        background: transparent;
        padding: 8px;
    }
    .jshop_list_product .box_products_sorting img {
        cursor: pointer;
        margin-top: 11px;
        margin-left: 10px;
    }

    #header .container,
    .inline.topinfo,
    .tgtop {
        flex-wrap: wrap;
    }

    #main-content>.container {
        flex-wrap: wrap;
        gap: 0;
    }
    .tgtop {
        padding: 0 25px;
        justify-content: center;
        gap: 20px;
    }
    .jshop.list_category .jshop_categ {
        padding: 5px 0px;
    }
    table.module_cart_detail tr td {
        width: initial;
    }
    #jshop_module_cart {
        margin: 0px 12px !important;
        padding: 4px 10px;
    }
    .module_cart_detail  td.name {
        flex: 1 0 60%;
        width: 60%;
    }
    table.module_cart_detail tr {
        flex-wrap: wrap;
        border-top: 1px solid #ddd;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 6px;
        box-shadow: 0px 20px 34px -20px rgb(0 0 0 / 14%);
    }
    table.module_cart_detail .list_attribute {
        margin-top: 10px;
    }
    #jshop_module_cart td.mycart_img img {
        border-radius: 5px;
    }
    #jshop_module_cart td.mycart_img {
        width: 86px;
        margin-right: 10px;
    }
    p.summc {
        margin-bottom: 0;
    }
    .productfull .prod_price_inp {
        max-width: 116px;
        display: inline-block;
        padding: 4px;
    }
    .productfull  span#old_price {
        line-height: 26px;
        padding: 0px;
        display: block;
    }
    .jshop_pr_l .button.cmpr {
        font-size: 15px;
        background-size: 20px;
        margin: 0;
    }
    .inline.topinfo {
        margin-left: 16px;
    }
    .user1 .moduletable, .user1 .moduletable_menu {
        width: 47%;
    }
    .item-page .page-header h2 {
        display: none;
    }
    #botcontent .moduletable:last-child {
        margin: 20px 0 35px 0;
    }
    .finish_registration {
        margin-bottom: 60px;
    }
    .jshop_ajaxsearch {
        display: none;
        position: absolute;
        left: 19px;
        width: calc(100% - 37px);
        top: 65px;
    }
    #topimage, #topimage .flexslider {
        min-height: 71vw;
    }

}

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

    .jshop_list_product .product .image {
        min-height: 225px;
    }

    .mycart_wrapp div.modal-dialog {
        max-height: 90vh
    }


    #topimage .custom {
        background-size: 100%
    }

    .valuta div {
        display: none;
    }

    .nvg_ext_review .review_answer {
        margin: 10px 2%;
    }

    img.logo {
        max-width: 240px;
    }
    .inline.top {
        gap: 11px;

    }
    .second_im {
        padding: 0 16px;
        margin-right: 17vw;
    }
    .wrapcat .text_inwr a {
        color: #000000;
        font-size: 16px;
        padding: 5px 15px;
        background: #fff;
        font-weight: 400;
        text-transform: none;
        text-decoration: none;
        border-radius: 4px;
    }
    .wrapcat .jshop_menu_level_0 {
        flex: 1 0 100%;
        height: auto;
    }
    .wrapcat .text_inwr {
        bottom: 30px;
        left: 22px;
    }
    #topimage .flex-control-paging li a {
        width: 9px;
        height: 9px;
        border: none;
    }
    .jshop_menu_level_0:after {
        content: normal;
    }
    #user-bottom2 {
        background-position: left -111px center;
        padding: 10px 20px 10px 44vw;
    }
    #user-bottom2 .container {
        font-size: 13px;
    }
    body {
        padding-bottom: 5px;
    }
    #botcontent .moduletable {
        margin-top: 30px;
    }
    .homeslider .moduletable > h3, #botcontent .moduletable > h3 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .mod_ext_owl_carousel_jshopping_products .ext-item-wrap {
        margin: 0 5px !important;
    }
    .mod_ext_owl_carousel_jshopping_products .owl-item img {
        border-radius: 14px;
    }
    .block_item .item_name {
        padding: 0 2px;
    }
    .block_item .item_name a {
        line-height: 19px;
        font-size: 13px;
    }
    .block_item .linkstoct .addtowish a, .block_item .linkstoct .addtocart a {
        background: url(../images/heart_b.svg) center center no-repeat;
        width: 21px;
        height: 19px;
        background-size: 17px;
    }
    .block_item .linkstoct .addtocart a {
        background-size: 14px;
    }
    .icandpr {
        align-items: center;
    }
    .blprice {
        font-size: 18px;
        font-weight: 400;
    }
    .icandpr {
        justify-content: space-around;
        margin: 14px 0;
    }
    .owl-theme .owl-controls .owl-page span {
        width: 9px;
        height: 9px;
        margin: 5px 4px;
    }
    .moduletable.loyalnost ul, .item-page ul {
        margin-left: 15px;
    }
    .custom.loyalnost p {
        gap: 25px;
        margin: 29px 0 22px 0;
    }
    .custom.loyalnost a.button {
        padding: 13px 37px;
        font-size: 20px;
    }
    #breadcrumb {
        margin-bottom: 8px;
    }
    .jshop.productfull h1 {
        font-size: 21px;
        line-height: 130%;
        margin-bottom: 23px;
    }
    .jshop_list_product .product .name {
        padding: 0;
        margin: 7px 0 10px 0;
    }
}

@media only screen and (max-width: 470px) {
    .jshop_pr_r {
        flex-direction: column;
    }
    .jshop_img_description {
        width: 100%;
        margin: 10px 0;
        text-align: left;
    }
    img.jshop_img_thumb {
        margin: 0 8px 0 0;
    }
    .productfull #list_product_image_middle img {
        max-width: none;
        max-height: 410px;
    }
    #user-bottom2 {
        background-position: left -101px center;
        padding: 10px 10px 10px 190px;
        background-size: 81%;
    }
    #user-bottom2 .container {
        font-size: 12px;
        width: 124px;
        gap: 0px;
        margin: 0;
    }
    .user1 h3 {
        margin-bottom: 24px;
        font-size: 17px;
        font-weight: 400;
    }
    .user1 .moduletable_menu ul li {
        padding: 3px 0;
    }
    .user1, .user1 p {
        font-size: 15px;
    }
    .user1 {
        margin-top: 14px;
        gap: 15px 0;
    }
    .social_md p {
        gap: 0 7px;
    }
    .social_md img {
        width: 19px;
        height: 19px;
    }
    .second_im img.visa_f {
        width: 113px;
        height: 33px;
        margin-bottom: 3px;
    }
    .custom.loyalnost p {
        flex-wrap: wrap;
    }
    .moduletable.loyalnost {
        padding: 15px 25px;
    }
    #nav ul li a {
        line-height: 42px;
    }
    .jshop.list_product.products_category .owl-buttons {
        display: none;
    }
    #topimage, #topimage .flexslider {
        min-height: 75vw;
    }
}

@media only screen and (max-width: 400px) { 
    #botcontent .custom.loyalnost > h3 {
        margin-bottom: 19px;
        font-size: 26px;
    }
    .moduletable.loyalnost ul li, .item-page ul li {
        font-size: 16px;
        margin-bottom: 13px;
    }
    .custom.loyalnost a.button {
        padding: 12px 25px;
        font-size: 17px;
    }
    .jshop_list_product .product .name a {
        font-size: 14px;
        line-height: 20px;
    }
    .owl-theme .owl-controls .owl-buttons div {
        padding: 5px;
        margin: 5px;
        line-height: 0;
        height: 25px;
    }
    .jshop.list_product.products_category .block_product {
        box-shadow: none;
    }
    .owl-theme .owl-controls .owl-page span {
        width: 12px;
        height: 12px;
        margin: 5px 4px;
        border-radius: 21px;
    }
    .jshop.list_product.products_category h3 {
        font-size: 21px;
        margin-bottom: 6px;
    }
    .jshop.list_product.products_category {
        margin: 5px 0;
    }
    .jshop .product_label img {
        max-width: 48px;
    }

}


.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: .3em;
}

.btn-group:first-child {
    *margin-left: 0;
}

.btn-group+.btn-group {
    margin-left: 5px;
}

.btn-toolbar {
    font-size: 0;
    margin-top: 9px;
    margin-bottom: 9px;
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group {
    margin-left: 5px;
}

.btn-group>.btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-group>.btn+.btn {
    margin-left: -1px;
}

.btn-group>.btn-mini {
    font-size: 9.75px;
}

.btn-group>.btn-small {
    font-size: 12px;
}

.btn-group>.btn-large {
    font-size: 16.25px;
}

.btn-group>.btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group>.btn:last-child,
.btn-group>.dropdown-toggle {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.btn-group>.btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

.btn-group>.btn.large:last-child,
.btn-group>.large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active {
    z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    *padding-top: 5px;
    *padding-bottom: 5px;
}

.btn-group>.btn-mini+.dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    *padding-top: 2px;
    *padding-bottom: 2px;
}

.btn-group>.btn-small+.dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
}

.btn-group>.btn-large+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    *padding-top: 7px;
    *padding-bottom: 7px;
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-group.open .btn.dropdown-toggle,
.btn-group:hover .btn.dropdown-toggle {
    box-shadow: none;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #002f8d;
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222;
}

.btn .caret {
    margin: 0 0 7px 2px;
}

.btn-large .caret {
    margin-top: 6px;
}

.btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
    margin-top: 8px;
}

.dropup .btn-large .caret {
    border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.btn-group-vertical {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.btn-group-vertical>.btn {
    display: block;
    float: none;
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-group-vertical>.btn+.btn {
    margin-left: 0;
    margin-top: -1px;
}

.btn-group-vertical>.btn:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.btn-group-vertical>.btn:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.btn-group-vertical>.btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.btn-group-vertical>.btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.dropdown-menu li {
    padding: 5px;
    border-radius: 25px;
}

.dropdown-menu {
    position: absolute;
    top: 38px;
    width: 77px;
    left: -4px;
    z-index: 1000;
    display: none;
    background-color: #525252;
    border-radius: 25px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 8px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
}

.dropdown-menu .menuitem-group {
    margin: 4px 1px;
    overflow: hidden;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #eee;
    color: #555;
    text-transform: capitalize;
    font-size: 95%;
    padding: 3px 20px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 7px 7px;
    clear: both;
    font-weight: normal;
    line-height: 12px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
}

.open {
    *z-index: 1000;
}

.open>.dropdown-menu {
    display: block;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}

.mod-languages a.btn.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px;
    font-size: 17px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
}

.btn-group>.dropdown-menu {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 1px;
}

.caret {
    border: solid #808080;
    border-width: 0 1px 1px 0;
    display: block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}