@font-face {
    font-family: 'Qanelas';
    src: url('../fonts/Qanelas-Regular.woff') format('woff') ,url('../fonts/Qanelas-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

:root {
    --main: #337ab7;
    --sec: #005b7f;
    --color-text: #333;
    --back-gray: #005b7f;
    --back-gray2: #f5f5f5;
    --logo: #005b7f;
}

body {
    font-family: 'Qanelas', sans-serif;
    font-size: 1.25vw;
    /* line-height: 18px; */
    color: var(--color-text);
    background: #fff;
}

.container {
    padding: 0 1em;
    max-width: unset;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 16px;
    }
}

.hidden {
    display: none;
}

*::-webkit-scrollbar-track {
    border-radius: 0;
}

*::-webkit-scrollbar {
    width: 1em;
    background: var(--back-gray2);
}

*::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: var(--main);
}

*::-webkit-scrollbar-track {
    border-radius: 0;
}

*::-webkit-scrollbar {
    width: 1em;
}

*::-webkit-scrollbar-thumb {
    background: var(--main);
}

*:hover::-webkit-scrollbar-thumb {
    background: var(--main);
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
    display: none;
    content: "";
}

img {
    width: 100%;
}

a, a:visited {
    text-decoration: none;
    color: var(--color-text);
}

a:hover, a.hover,.news-full-desc a {
    text-decoration-color: var(--main);
    text-decoration-style: dashed;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    color: var(--main);
}

a:focus {
    outline: 0;
    color: var(--main);
}

h1 {
    /* color: #3d3d3d; */
    font-size: 2em;
    line-height: 1.3em;
}

h2 {
    position: relative;
    padding: 0 0.5em;
    border-left: 2px solid var(--main);
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 2em;
}

h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    top: 50%;
    background: var(--main);
}

h3 {
    font-size: 1.2em;
}

h4, h5, h6 {
    font-size: 1em;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    line-height: 1.3em;
}

.left {
    float: left
}

.right {
    float: right
}

input, select, textarea {
    padding: 1em;
    border: 1px solid #e0e0e0;
}

a:focus, a:hover {
    /* color: inherit; */
}

.clearfix:after {
    content: '';
    display: block
}

.attribute, .compare-info, .wishlist-info table, table.form, table.list, table.radio {
    border-collapse: collapse
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    margin: 0.5em 0 1em;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: none;
    vertical-align: middle;
}

table tr td {
    /* min-width: 10px; */
    border: none;
    vertical-align: middle;
    /* border-bottom: 2px solid rgb(187 196 198)!important; */
}

table tr td:first-child {
    /* white-space: nowrap; */
}

table thead tr td {
    font-weight: bold;
    text-transform: uppercase;
}

.settings, .top-panel, .top-panel a {
    position: relative
}

#shedule div, input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

#cart, .add-text .top_tabs li.language img, .button-search, .settings span, .settings-list a, .settings-list img {
    cursor: pointer
}

.collapse.navbar-collapse {
    padding: 0;
    border: 0;
}

.settings-list, nav .main-ul {
    list-style: none;
}

.category-dropdown, nav .main-ul>.main-li:hover>.category-dropdown {
    -webkit-transition: height 1s ease-in;
    -o-transition: height 1s ease-in;
    -ms-transition: height 1s ease-in
}

.info-page ol, .info-page ol li {
    list-style-type: decimal!important
}

.field-tip .tip-content {
    position: absolute;
    top: 4px;
    right: 9999px;
    width: 200px;
    margin-right: -220px;
    padding: 10px;
    color: #fff;
    background: #141414;
    box-shadow: 2px 2px 5px #aaa;
    opacity: 0;
    transition: opacity 250ms ease-out
}

.field-tip .tip-content:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: -16px;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right-color: #141414;
    color: #141414
}

.field-tip:hover .tip-content {
    right: 8px;
    opacity: 1
}

.white-box {
    padding: 1em;
    /* background: #fff; */
    overflow: hidden;
}

.hide-desc {
    height: 9em;
    border-bottom: 1px dashed #edf1f2;
    /* margin: 1em 0; */
}

.dp-spec,.dp-spec2 {
    overflow: hidden;
    /* margin-left: 10px; */
}

.dp-spec a, .dp-spec a:hover {
    border-bottom: 1px dashed var(--main);
    color: var(--main);
}

#collapse:hover, #collapse:focus,#collapse2:hover, #collapse2:focus {
    /* text-decoration: underline; */
    cursor: pointer;
    border-bottom: 1px dashed var(--main);
}

#collapse,#collapse2 {
    /* text-align: right; */
    margin-top: 8px;
    font-weight: bold;
    display: inline-block;
    color: var(--main);
    border-bottom: 1px dashed transparent;
}

.man-fon {
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: space-between;
    background: var(--back-gray2);
    padding: 2em;
}

.man-fon .row {
    margin: 0;
}

.man-fon .row>div {
    min-height: 200px;
    flex: 1;
}

.sq-top-left img {
    width: 10em;
}

.sq-top-right h1 {
    margin: 0;
}


.top-panel {
    height: 40px;
    width: 100%;
    z-index: 22;
    color: #f9f9f9;
    background: #151c1e;
    font-size: 13px;
    display: none;
}

.top-panel-ul {
    height: 40px;
    overflow: hidden
}

.top-panel a {
    color: var(--main);
    display: block;
    float: left;
    padding-right: 20px;
}

#cart, .top-panel .top-right {
    float: right;
}

.top-panel a:hover {
    text-decoration: none
}

.settings {
    float: left;
    font-size: 13px!important;
    line-height: 40px!important;
    color: #dbf3ff;
    padding-left: 18px
}

.settings-list {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    min-width: 120px;
    background: #000;
    padding: 10px;
    color: #dbf3ff
}

.settings-list li {
    display: block;
    float: none;
    color: #dbf3ff;
    padding: 0 5px
}

.settings-list a {
    color: #dbf3ff;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0
}

.settings-list b {
    color: #FF7378
}

.top-right .logged {
    color: #FFF;
    background: #FF5100;
    margin: 0 7px 0 0;
    padding-left: 18px
}

.top-right .logged:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 4px;
    background: url(../images/logged.png) no-repeat;
    width: 10px;
    height: 11px
}

#contacts, header {
    position: relative
}

header {
    background: var(--back-gray2);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 0 .5em 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 1em;
    height: 3em;
    /* border-bottom: 2px solid #e0e0e0; */
    /* overflow: hidden; */
}

.header-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1em;
    gap: 1em;
}

.header-wrap>div {
    /* flex:1; */
}

.header-wrap>div.logo-max {
    /* flex: 0 1 235px; */
}

.header_logo {
    margin-left: 2em;
    width: 7em;
    /* padding: 10px 15px; */
    height: 100%;
}

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

.lozung {
    font-size: 18px;
    text-transform: uppercase;
    padding: 1.5em 0 0;
    color: #888888;
    font-weight: bold;
    text-shadow: 0 0 7px white;
}

#phone {
    display: flex;
    align-items: center;
    justify-content: end;
    /* font-size: 22px; */
    /* line-height: 22px; */
    /* font-weight: 700; */
    /* color: #424242; */
    /* display: table-cell; */
    /* margin-top: 5px; */
    text-align: right;
    /* flex: 0 1 230px; */
}

#phone a {
    /* color: #dbdbdb; */
    font-weight: bold;
    /* font-size: 1.3em; */
}

#phone a:hover {
    color: var(--main);
}

#phone a.zakaz-zvonka {
    font-size: 14px;
    border-bottom: 1px dashed var(--main);
    letter-spacing: 2px;
    display: none;
}

#phone a.zakaz-zvonka:hover {
    cursor: pointer;
    color: var(--main);
    ; }

#contacts .hidden-contacts .address:before, #contacts .hidden-contacts .e-mail:before, #contacts .hidden-contacts .phone:before, #contacts .hidden-contacts .skype:before, #contacts .hidden-contacts .time:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 6px;
    opacity: .6
}

#cart, #contacts ul li, #shedule, nav, nav .main-ul>.main-li {
    position: relative;
}

#contacts a {
    color: #e4ecef;
}

#contacts a:hover {
    color: #adadad;
}

#contacts ul li {
    font-size: 14px;
    line-height: 19px;
    display: block;
    /* padding: 0 0 0 10px; */
    /* height: 27px; */
    /* color: rgb(255, 173, 51); */
}

#contacts ul li i {
    margin-right: 10px;
    font-size: 0.9em;
    color: var(--main);
}

#contacts ul li img {
    width: 30px
}

#contacts .hidden-contacts .address {
    padding-top: 8px;
    line-height: 14px
}

#contacts .hidden-contacts .time {
    padding-top: 9px;
    line-height: 14px
}

#contacts .hidden-contacts .address:before {
    background: url(../images/contact-adress.png) no-repeat
}

#contacts .hidden-contacts .e-mail:before {
    background: url(../images/contact-mail.png) no-repeat
}

#contacts .hidden-contacts .phone:before {
    background: url(../images/contact-phone.png) no-repeat
}

#contacts .hidden-contacts .time:before {
    background: url(../images/contact-clock.png) no-repeat
}

#contacts .hidden-contacts .skype:before {
    background: url(../images/contact-skype.png) no-repeat
}

#contacts .hidden-contacts .address:hover:before, #contacts .hidden-contacts .e-mail:hover:before, #contacts .hidden-contacts .phone:hover:before, #contacts .hidden-contacts .skype:hover:before, #contacts .hidden-contacts .time:hover:before {
    opacity: 1
}

.owl-carousel {
    background: transparent!important;
    margin: 0!important;
}

#shedule {
    font-size: 16px;
    line-height: 38px;
    /* color: #424242; */
    /* padding-left: 14px; */
    /* text-align: center; */
    /* display: table; */
    /* height: 40px; */
}

#shedule div {
    /* display: table-cell; */
    /* padding-left: 10px; */
}

.add-text {
    margin-left: 12px;
    border-left: 1px solid #ebebeb
}

.add-text .top_tabs {
    display: inline-block;
    height: 70px;
    text-transform: none;
    border-right: 1px solid #ebebeb
}

.add-text .top_tabs li {
    position: relative;
    list-style: none;
    font-size: 11px;
    line-height: 0;
    margin-bottom: 4px;
    padding: 16px 14px 0 0
}

.add-text .top_tabs li.currency a {
    font-weight: 700;
    font-size: 12px;
    line-height: 0;
    cursor: pointer
}

.add-text .top_tabs li.currency a:hover {
    text-decoration: none;
    color: #FF7378
}

.add-text .top_tabs li.currency b {
    color: #FF7378
}

#right-block {
    /* flex: 0 1 200px; */
    text-align: center;
    display: flex;
    justify-content: center;
}

.header-adres {
    line-height: 1em;
    font-size: 0.8em;
}

#cart a {
    /* color: #ededed; */
    display: block;
    padding-left: 1em;
}

#cart a.current-link:hover #cart-total {
    color: var(--main)
}

#cart .content {
    display: none
}

nav .main-ul {
    margin: 0;
    padding: 0;
    float: left
}

.info-page ul, .info-page ul li {
    list-style: disc!important
}

nav .main-ul>.main-li {
    float: left;
    z-index: 20;
    padding: 0 10px
}

/*MEGAMENU*/
#megamenu-menu .dropdown-menu {
    /* padding-bottom: 0; */
}

#megamenu-menu .dropdown-inner {
    /* display:table; */
    /* padding: 10px; */
}

#megamenu-menu .dropdown-inner ul {
    /* display:table-cell; */
}

#megamenu-menu .dropdown-inner a {
    display: block;
    /* padding: 6px 2px; */
    clear: both;
    line-height: 1.25em;
    /* color: #d8d8d8; */
    /* font-size: 2em; */
}

#megamenu-menu .megamenu-type-category-full .megamenu-parent-title {
    border-bottom: 1px dashed #eeeeee70;
    display: block;
    padding: 2px;
    margin: 5px 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.5em;
}

#megamenu-menu .dropdown-inner a:not(.parent-title-toggle):hover {
    /* border-bottom: 1px dashed var(--main); */
}

#megamenu-menu #category {
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2)
}

#megamenu-menu .btn-navbar {
    font-size: 18px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 0;
    float: left
}

#megamenu-menu .btn-navbar:hover,#megamenu-menu .btn-navbar:focus,#megamenu-menu .btn-navbar:active,#megamenu-menu .btn-navbar.disabled,#megamenu-menu .btn-navbar[disabled] {
    color: var(--main)
}

@media (min-width: 768px) {
    #megamenu-menu .dropdown-menu {
        display:block;
        padding-bottom: 0;
        opacity: 0;
        position: absolute;
        top: -9999px;
        -webkit-transition: opacity .1s ease-in-out;
        -moz-transition: opacity .6s ease-in-out;
        -o-transition: opacity .6s ease-in-out;
        border-radius: 0;
        width: 100%;
        min-width: 80vw;
        padding: 15px;
        box-shadow: 7px 6px 12px 0px #00000038;
    }

    #megamenu-menu .dropdown:hover .dropdown-menu {
    }

    #megamenu-menu .dropdown-menu.show {
        opacity: 1;
        top: 2em;
    }

    .to_top .dropdown-menu.megamenu-type-category-full,.to_top .dropdown-menu.megamenu-type-manufacturer,.to_top .dropdown-menu.megamenu-type-product {
        left: 23px!important;
        right: 9px!important
    }

    #megamenu-menu .megamenu-type-category-simple ul.megamenu-haschild li {
        /* position: relative; */
    }

    #megamenu-menu .megamenu-type-category-simple ul.megamenu-haschild li ul {
        display: none!important;
    }

    #megamenu-menu .megamenu-type-category-simple ul.megamenu-haschild li {
        list-style: none!important;
        /* font-size: 14px; */
        /* border-bottom: 1px dashed #dedede91; */
        /* line-height: 14px; */
        padding: 10px;
    }

    #megamenu-menu .megamenu-type-category-simple ul.megamenu-haschild li:hover > ul {
        display: block!important;
        position: absolute!important;
        top: 0!important;
        left: 100%!important;
        height: 100%;
        overflow-y: auto;
        width: 40vw;
    }

    #megamenu-menu .megamenu-type-category-simple .megamenu-issubchild {
        background-image: url(/catalog/view/theme/storeset/image/arrow_right.png);
        background-position: 96% center;
        background-repeat: no-repeat;
    }

    #megamenu-menu .megamenu-type-category-simple .megamenu-ischild {
        background-clip: padding-box;
        background-color: #0078a9;
        border-top: 1px solid rgb(255 255 255 / 84%)/ 15%);
        border-bottom: 1px solid rgb(255 255 255 / 84%)/ 15%);
        border-right: 1px solid rgb(255 255 255 / 84%)/ 15%);
        box-shadow: 0 6px 12px rgb(255 255 255 / 84%)/ 15%);
        font-size: 14px;
        list-style: outside none none;
        min-width: 250px;
        z-index: 1001;
        padding: 10px;
    }

    #megamenu-menu .megamenu-type-product .megamenu-parent-block {
        display: inline-block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
        vertical-align: top;
        width: 160px
    }

    #megamenu-menu .megamenu-type-manufacturer .megamenu-parent-block {
        display: block;
    }

    #megamenu-menu .megamenu-type-category-full .megamenu-parent-block {
        margin-left: 10px;
        vertical-align: top;
        /* width: 205px; */
    }

    #megamenu-menu .megamenu-type-category-full-image .megamenu-parent-block {
        display: inline-block;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
        vertical-align: top;
        width: 120px;
        font-size: 14px;
        border-bottom: 1px dashed #dedede91;
        line-height: 14px;
    }

    #megamenu-menu .megamenu-type-product .megamenu-parent-title {
        display: block;
        padding: 5px;
        text-decoration: none;
        font-size: 14px;
        border-bottom: 1px dashed #dedede91;
        line-height: 14px;
    }

    #megamenu-menu .megamenu-type-manufacturer .megamenu-parent-title {
        display: block;
        padding: 10px 0 5px;
        text-decoration: none;
        font-size: 14px;
        border-bottom: 1px dashed #dedede91;
        line-height: 14px;
    }

    #megamenu-menu .megamenu-type-manufacturer .megamenu-parent-title img {
        width: 25px;
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ececec;
        border-radius: 3px;
        margin-right: 5px;
    }

    #megamenu-menu .megamenu-type-product .megamenu-parent-img img {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ececec;
        border-radius: 3px
    }

    #megamenu-menu .megamenu-type-manufacturer a:hover {
        /* background: none!important; */
        color: var(--main);
    }

    #megamenu-menu .megamenu-type-product a:hover {
        background: none!important;
        color: #333!important
    }


    #megamenu-menu .megamenu-type-category-full-image .megamenu-parent-title:hover {
        text-decoration: underline
    }

    #megamenu-menu .megamenu-type-category-full-image .megamenu-parent-title {
        border-bottom: 1px solid #eee;
        display: block;
        padding: 5px;
        text-decoration: none
    }

    #megamenu-menu .megamenu-type-category-full-image .megamenu-parent-img img {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ececec;
        border-radius: 3px
    }


    #megamenu-menu .megamenu-type-category-full-image a:hover {
        color: #333!important;
        background: none!important
    }

    #megamenu-menu .megamenu-type-manufacturer a.megamenu-parent-title:hover {
        border-bottom: 1px dashed var(--main);
    }

    #megamenu-menu .megamenu-type-product a.megamenu-parent-title:hover {
        text-decoration: underline
    }


    #megamenu-menu .megamenu-type-category-full-image .megamenu-ischild a:hover {
        text-decoration: underline
    }

    #megamenu-menu .megamenu-type-product a.megamenu-parent-img {
        padding: 0!important
    }

    #megamenu-menu .megamenu-type-manufacturer a.megamenu-parent-img {
        padding: 0!important
    }

    #megamenu-menu .megamenu-type-category-full-image a.megamenu-parent-img {
        padding: 0!important
    }

    #megamenu-menu .megamenu-type-category-simple .dropdown-inner {
        display: block!important
    }

    #megamenu-menu .megamenu-type-category-simple .megamenu-haschild {
        display: block!important
    }

    #megamenu-menu .megamenu-type-information .dropdown-inner {
        display: block!important
    }

    #megamenu-menu .megamenu-type-information .megamenu-haschild {
        display: block!important
    }

    #megamenu-menu .megamenu-type-category-full-image .megamenu-parent-title {
        border: 0;
        font-weight: 700
    }

    #megamenu-menu .megamenu-type-html {
        padding: 5px;
        right: auto
    }

    #megamenu-menu .megamenu-type-auth {
        padding: 5px
    }

    #megamenu-menu .megamenu-type-product .dropprice {
        color: #55b12b;
        font-size: 12px
    }

    #megamenu-menu .megamenu-type-product .dropprice span {
        margin-right: 3px;
        color: red;
        text-decoration: line-through
    }

    #megamenu-menu .megamenu-type-auth {
        padding: 10px;
        width: 217px
    }

    #megamenu-menu .megamenu-type-auth a {
        color: #23a1d1;
        padding: 0
    }

    #megamenu-menu .megamenu-type-auth a:hover {
        color: #23527c!important
    }


    #megamenu-menu .megamenu-type-category-full-image .megamenu-haschild {
        display: inline;
        vertical-align: top
    }

    #megamenu-menu .megamenu-type-category-full .megamenu-haschild {
        /* display:inline; */
        vertical-align: top;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
    }

    #megamenu-menu .megamenu-type-information .megamenu-haschild {
        display: inline;
        vertical-align: top
    }

    #megamenu-menu .megamenu-thumb {
        width: 26px;
        margin-left: -10px;
        margin-top: -4px
    }
}

#megamenu-menu .nav > li:first-child > a:not(.ti-menu) {
    /* padding-left:0 */
    font-size: 0;
}

.info-href {
    padding-left: 10px
}


div#stick_menu {
    position: absolute;
    top: 0em;
    left: 0em;
}

#megamenu-menu .nav > li:first-child > a .ti-menu {
    font-size: 1.3vw;
}

#megamenu-menu .dropdown-inner a.mm-3-level-link {
    font-size: 16px;
    padding: 5px 0 2px;
    display: inline-flex;
}

nav .main-ul>.main-li:hover>a {
    text-decoration: underline;
    color: #fff
}

nav .main-ul>.main-li.last>a, nav .main-ul>.main-li.last>a:visited {
    color: #FDFFD2
}

nav .main-ul>.main-li.last>a:hover {
    text-decoration: underline;
    color: #fff
}

nav .main-ul>.main-li:hover>.category-dropdown {
    visibility: visible;
    -moz-transition: height 1s ease-in;
    transition: height 1s ease-in;
    z-index: 19000
}

.category-dropdown, #sstore_menu > ul > li > div.dropdown, #megamenu-menu .nav > li > div {
    /* background: rgb(0, 91, 127); */
}

#ocfilter-mobile .navbar-header {
    display: none;
}

#ocfilter-mobile button.btn {
    border: none;
}

#ocfilter-mobile button.btn:hover,#ocfilter-mobile button.btn:active {
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    border: none;
}

#ocfilter-mobile button.btn.btn-navbar {
    background: #ffffff;
    display: block;
}

#ocfilter-mobile .navbar-default {
    float: none;
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.navbar-default .navbar-brand {
    display: none
}
 
.navbar-oc-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.category-dropdown {
    visibility: hidden;
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    width: 200px;
    background: #fff;
    text-align: left;
    padding: 10px 0 10px 10px;
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .15);
    -moz-transition: height 1s ease-in;
    transition: height 1s ease-in;
    z-index: 19000
}

.category-dropdown:before {
    content: ' ';
    border-color: transparent transparent #fff;
    border-width: 7px;
    border-style: solid;
    position: absolute;
    left: 50px;
    top: -14px;
    margin-left: -.58333em
}

nav .main-ul>.main-li .sub-ul>.sub-li .category-dropdown:before {
    content: '';
    background: url(../images/menu-arrow-hover.png) no-repeat;
    position: absolute;
    top: 24px;
    left: -10px;
    width: 6px;
    height: 9px;
    border: none
}

.block-home {
    padding: 20px;
    position: relative;
    background: url(/image/catalog/fon1.jpg) center;
    color: #ffffff;
    margin: 0 -20px;
    text-shadow: 0 3px 5px white;
}

.block-home div {
    padding: 20px 0px;
}

.block-home h2 {
    color: white;
    font-size: 24px;
    line-height: 40px;
    text-shadow: 0 0 4px black;
}

.block-home img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.block-home a {
    /* position: absolute; */
    /* background: #895a0a; */
    /* padding: 0px; */
    color: white;
    /* z-index: 10; */
    /* box-shadow: #272727 0 3px 5px; */
    text-transform: uppercase;
    font-size: 22px;
    line-height: 44px;
    text-shadow: -2px -4px 2px #000000;
}

.block-home a:hover {
    transition: 0.2s;
}

.block-home .main-img {
    padding: 0 40px;
    /* position: absolute; */
}

.category-dropdown>.sub-ul>.sub-li {
    display: block;
    position: relative
}

.category-dropdown>.sub-ul>.sub-li>a:hover {
    color: #ff5100
}

.category-dropdown>.sub-ul>.sub-li a.sub-category {
    font-size: 12px;
    line-height: 14px;
    border-top: 1px dotted #DBDBDB;
    display: block;
    padding: 10px 0;
    color: #252525
}

.category-dropdown>.sub-ul>.sub-li a.sub-category, .category-dropdown>.sub-ul>.sub-li ul li a {
    color: #252525
}

.category-dropdown>.sub-ul>.sub-li ul {
    margin-top: 10px
}

.category-dropdown>.sub-ul>.sub-li ul li {
    margin-top: 4px
}

.category-dropdown>.sub-ul>.sub-li:hover .category-dropdown {
    visibility: visible;
    -webkit-transition: height 1s ease-in;
    -moz-transition: height 1s ease-in;
    -o-transition: height 1s ease-in;
    -ms-transition: height 1s ease-in;
    transition: height 1s ease-in;
    position: absolute;
    top: -10px;
    left: 190px;
    z-index: 19000
}

.menu-alt, ul.mobile-category {
    display: none
}

#search {
    width: 20em;
    position: relative;
    /* left: 0px; */
    z-index: 20;
    /* margin-top: 5px; */
    /* float: left; */
    /* top: 6px; */
}

.to_top #search {
    right: 26px
}

.to_top .dropdown-menu {
    left: 22px
}

#search input {
    /* background: #ffffff; */
    /* height: 47px; */
    /* margin-top: 0px; */
    /* -webkit-border-radius: 2px; */
    -moz-border-radius: 2px;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    /* padding: 4px; */
}

.button-search {
    position: absolute;
    top: 8px;
    right: 8px;
    background: url(../images/ico-search.png) center center no-repeat;
    width: 14px;
    height: 14px
}

#container {
    position: relative;
    margin-top: 20px;
    border-bottom: 4px solid #f4f4f4;
    border-top: 4px solid #f4f4f4;
}

.slideshow {
    margin-top: 20px;
    background: #fff
}

#container {
    /* background: #fff; */
    padding: 15px 0;
    z-index: 1;
    border: 1px solid #EAEAEA;
}

.manufacturer-container {
    padding: 15px!important
}

.manufacturer-container #column-left {
    padding-left: 0!important
}

.manufacturer-category {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    margin: 1em 0;
}

.child-manuf {
    padding: 0 1em;
    position: relative;
    margin: 1em 1em 1em 0em;
    border-left: 2px solid var(--main);
    flex-grow: 1;
    width: 30%;
    line-height: 1.2em;
}
.child-manuf a {
    color: var(--back-gray2);
}

.child-manuf:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    top: 50%;
    background: var(--main);
}

.child-manuf a:hover {
    /* border-bottom: 1px dashed; */
    /* color: var(--main); */
}

.child-manuf span {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.4em;
    color: #a3a3a3;
    font-size: 13px;
}

#no-bg {
    background: 0 0
}

.brands-slider {
    /* margin: 0 0 3em 0; */
}

.brands-slider .owl-item {
    height: 10em;
    display: flex;
    align-items: center;
    padding: 1em;
}

.brands-slider .item .image img {
    filter: alpha(opacity=40);
    transform: rotateX(0) rotateY(0);
    -webkit-transform: rotateX(0) rotateY(0);
    -moz-transform: rotateX(0) rotateY(0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    transition: all .2s ease-in-out;
}

.brands-slider .item .image img:hover {
    opacity: 1;
    filter: alpha(opacity=40);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.brands-slider .slide img:hover {
    opacity: 1
}

.brands-slider .all-brands {
    position: absolute;
    color: #464646;
    font-size: 11px;
    top: 15px;
    right: 36px;
    text-decoration: underline
}

.brands-slider .bx-clone {
    display: block!important
}

.info-page ol li, .info-page ul li {
    display: list-item!important;
    text-align: -webkit-match-parent!important;
    padding: 5px 0;
}

.jcarousel ul li .description {
    height: 40px;
    overflow: hidden
}

.jcarousel ul li .description a, .jcarousel ul li .description a:visited {
    color: #848484;
    text-decoration: none
}

.jcarousel ul li .description a:hover {
    text-decoration: none
}

.jcarousel ul li .price {
    color: #000;
    font-weight: 700
}

.stock .price-old {
    text-decoration: line-through;
    font-weight: 700
}

.stock .price-new {
    color: #e22116;
    font-weight: 700
}

.jcarousel ul li, .stock .jcarousel ul li {
    position: relative
}

.item .sale {
    position: absolute;
    background: url(../images/promo.png) no-repeat;
    top: 0;
    right: 0;
    width: 82px;
    height: 82px;
    z-index: 500
}

.box-main .item {
    padding: 2em;
    height: 28em;
    background: #fff;
    border: 1px solid var(--back-gray2);
    transition: 0.2s;
}

.box-main .item:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.row+.content {
    margin-top: 0
}

.info-page {
    display: flex;
    background: #fff;
    color: #444;
}

.info-page ol, .info-page ul {
    padding-left: 1.5em!important
}

.info-page p {
    padding-top: 10px
}

.info-page h1 {
    width: 1em;
    font-size: 5em;
    padding: 1em 2em 1em 1em;
    color: #dcecf1;
    text-align: center;
    background: url(/image/catalog/deliv.jpg) no-repeat center;
    background-size: cover;
    line-height: 1.2em;
    margin: 0;
    white-space: nowrap;
}

.info-page h2 {
    font-size: 22px;
    margin: 22px 0 0
}

.info-page h3, .info-page h4 {
    color: #3e3e3e;
    text-transform: uppercase
}

.info-page h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 23px 0 10px
}

.info-page h4 {
    font-size: 14px;
    margin: 16px 0 0
}

.info-page+.buttons {
    margin-top: 16px
}

.box-main>.htabs {
    margin-top: 10px
}

.info-page .contact {
    padding: 15px 0;
}

.info-page .contact p {
    margin: 3px;
    line-height: 1em;
}

.info-page .contact h2 {
    color: #000000;
    /* background: url(../image/brush.png) no-repeat center; */
    padding: 10px 5px;
    text-align: center;
    margin: 0;
    /* background-size: cover; */
}

.view {
    float: left;
    position: relative;
    text-align: center;
    cursor: default;
    background: url(../images/bgimg.jpg) center center repeat-y #fff
}

.view .content, .view .mask {
    position: absolute;
    top: 0;
    left: 0
}

.view img {
    display: block;
    position: relative
}

.view p {
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: left;
    font-style: italic;
    height: 210px;
    overflow: hidden;
    margin-bottom: 26px
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000
}

.view a.info: hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000
}

.breadcrumb {
    /* font-size: 13px; */
    /* line-height: 20px; */
    background: 0 0;
    padding: 0;
    margin-bottom: 1em;
    /* min-height: 3em; */
}

.breadcrumb li {
    /* display:contents; */
}

.breadcrumb li > span {
    color: #8f8f8f;
}

.breadcrumb li a {
    /* opacity: 0.7; */
    /* color: #dbdbdb; */
    padding: 0.5em 1em 0.5em 0;
    position: relative;
}

.breadcrumb li a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0.7em;
    display: block;
    width: 1em;
    height: 1em;
    background: url(../image/cat-arrow.svg) no-repeat center/contain;
    transition: all .1s ease-out;
}

hr {
    margin: 1em 0;
    border-top: 1px solid #2e5868;
}

.top-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 1em 0;
}

.list-inline {
    margin: 1em 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1em;
}

.pagination {
    margin: 1em 0;
    flex-wrap: wrap;
}

.oc-teg {
    font-size: 0.8em;
}

.display .icon-grid, .display .icon-list {
    padding-left: 22px;
    line-height: 18px;
    display: block;
    float: left;
    font-size: 13px
}

.display {
    float: left
}

.display a {
    cursor: pointer;
    font-size: 13px;
    line-height: 18px
}

.display .no-active {
    border-bottom: 1px dashed #dedede
}

.display .icon-list {
    background: url(../images/list.png) no-repeat;
    margin-right: 18px
}

.display .icon-grid {
    background: url(../images/grid.png) 2px 2px no-repeat
}

.sort select {
    padding: 5px 2px;
    margin-right: 0;
    text-decoration: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
    text-indent: .01px;
    /* max-width: 200px; */
    /* font-size: 14px; */
    outline: none;
}

.list-group {
    /* display: inline-table; */
}

#column-left .box .box-content .banner img, #column-right .box .box-content .banner img, .category-list .category-list-item img, .product-info .image img {
    /* max-width: 60px; */
    /* display: none; */
    padding: 2px;
    /* float: left; */
}

.category-list .category-list-item img {
    padding-bottom: 40px;
}

.show-items {
    float: left;
    margin-right: 15px;
    /* padding: 0 15px; */
    /* color: #c2c2c2; */
    overflow: hidden;
    background: url(../images/sort-arrow-down.png) 95% no-repeat;
}

.show-items select {
    padding: 5px 5px;
    /* padding-right: 16px; */
    /* padding-bottom: 0; */
    text-decoration: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
    border-bottom: 2px dashed #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-indent: .01px;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    color: #005b7f!important;
    font-size: 14px;
}

.subcategory-header {
    font-size: 13px;
    line-height: 20px;
    color: #252525;
    text-transform: uppercase
}

.subcategory {
    display: flex;
    flex-wrap: wrap;
}

#column-left {
    /*position: sticky;
	/* float: left; */
    /* z-index: 2; */
    /* max-width: 270px; */
    /* flex: 1; */
    top: 4em;
    height: fit-content;
    position: sticky;
}

#content .jcarousel li {
    width: 150px;
    margin: 0 42px
}

.box {
    /* -webkit-border-radius: 2px; */
    -moz-border-radius: 2px;
    /* border-radius: 2px; */
    /* margin-bottom: 15px; */
    position: relative;
    width: 100%;
    overflow: hidden;
    /* border-bottom: 1px solid #d9dbdf; */
    padding-bottom: 2px;
    /* box-shadow: rgba(38, 38, 38, 0.04) 0px 1px 2px, rgba(38, 38, 38, 0.16) 0px 8px 16px; */
}

.box-heading {
    /* background: #000; */
    /* height: 50px; */
}

.box-heading, .box-heading h3 {
    /* font-weight: 700; */
    font-size: 18px;
    /* line-height: 50px; */
    /* color: #ffffff; */
    /* text-decoration: none; */
    /* display: block; */
    text-transform: uppercase;
    /* letter-spacing: .1em; */
    /* position: relative; */
    padding: 20px 0;
    text-align: center;
    /* margin-bottom: 15px; */
    /* border-top: 3px solid #fff; */
    /* margin-top: 20px; */
}

ul.box-category>li a.active {
    font-weight: 700!important
}

ul.box-category>li a.active+a.category-button+ul.child-ul {
    display: block!important
}

ul.box-category {
    list-style: none;
    border: 1px solid #dedede;
    background: #fff
}

ul.box-category>li ul, ul.box-category>li ul>li+li, ul.box-category>li+li {
    border-top: 1px solid #f5ebeb
}

ul.box-category li {
    position: relative;
    margin: 0;
    padding: 0 0 0 6px;
    text-align: left
}

ul.box-category li a, ul.box-category li a:visited {
    font-size: 12px;
    line-height: 30px;
    color: #454343;
    text-decoration: none;
    position: relative;
    display: block
}

ul.box-category>li ul>li:hover>a, ul.box-category>li>a:hover {
    color: #ff5100
}

ul.box-category>li ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none
}

ul.box-category>li ul>li ul>li {
    position: relative;
    padding-left: 15px
}

ul.box-category>li ul>li ul>li:before {
    position: absolute;
    content: "-";
    left: 5px;
    display: inline-block;
    line-height: 30px
}

ul.box-category>li.active {
    line-height: 30px;
    color: #454343;
    text-decoration: none;
    position: relative
}

ul.box-category>li.active a.active {
    font-weight: 700
}

ul.box-category>li ul>li:hover>a {
    color: #ff5100
}

ul.box-category li a.category-button {
    background: url(../images/plus.png) no-repeat;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer
}

.row-filter {
    background: #f2f2f2;
    padding: 1em 0;
}

ul.box-category a.category-button.detailed {
    background: url(../images/minus.png) no-repeat;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer
}

#column-left .box .box-content .bx-wrapper, #column-right .box .box-content .bx-wrapper {
    margin: 0 auto;
    min-width: 100%;
    float: none;
    padding-bottom: 10px
}

#column-left .box .box-content .bx-wrapper .bx-controls-direction a, #column-right .box .box-content .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 10px;
    margin-top: -36px;
    outline: 0;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    z-index: 9999
}

#column-left .box .box-content .bx-wrapper .bx-prev, #column-right .box .box-content .bx-wrapper .bx-prev {
    left: 234px;
    background: url(../images/top-prev.png) no-repeat;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear
}

#column-left .box .box-content .bx-wrapper .bx-next, #column-right .box .box-content .bx-wrapper .bx-next {
    right: 30px;
    background: url(../images/bottom-next.png) no-repeat;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear
}

#column-left .box .box-content .bx-wrapper img, #column-right .box .box-content .bx-wrapper img {
    width: 80px;
    display: block;
    height: auto!important;
    margin-right: 25px;
    margin-left: 10px
}

#column-left .box .box-content .bx-wrapper .bx-clone, #column-right .box .box-content .bx-wrapper .bx-clone {
    display: none!important
}

#column-left .box .box-content .bx-wrapper .img-box, #column-right .box .box-content .bx-wrapper .img-box {
    display: inline-block;
    float: left;
    width: 52%;
    height: 100%
}

#column-left .box .box-content .bx-wrapper .name a, #column-right .box .box-content .bx-wrapper .name a {
    font-size: 12px;
    line-height: 18px;
    float: left;
    height: 35px;
    overflow: hidden
}

#column-left .box .box-content .bx-wrapper .name, #column-right .box .box-content .bx-wrapper .name {
    margin: 10px 0 0;
    display: inline-block;
    width: 47%;
    padding-right: 2px
}

#column-left .box .box-content .bx-wrapper .price-old, #column-right .box .box-content .bx-wrapper .price-old {
    color: #aaa;
    text-decoration: line-through
}

#column-left .box .box-content .bx-wrapper .price-new, #column-right .box .box-content .bx-wrapper .price-new {
}

#column-left .box .box-content .bx-wrapper .rate img, #column-right .box .box-content .bx-wrapper .rate img {
    width: 62px
}

#column-left .box .box-content .bx-wrapper .cart, #column-right .box .box-content .bx-wrapper .cart {
    margin-top: 10px
}

#column-left .box .box-content .bx-wrapper .bx-viewport .vertical-carousel>div, #column-left .box .box-content .bx-wrapper .bx-viewport .vertical-carouseler-special>div, #column-left .box .box-content .bx-wrapper .bx-viewport .vertical-carouseler>div, #column-right .box .box-content .bx-wrapper .bx-viewport .vertical-carousel>div, #column-right .box .box-content .bx-wrapper .bx-viewport .vertical-carouseler-special>div, #column-right .box .box-content .bx-wrapper .bx-viewport .vertical-carouseler>div {
    border-top: 1px dotted #efefef;
    padding: 10px 5px 10px 10px;
    margin-left: 4px;
    height: 120px
}

#column-left .box .box-content .bx-wrapper .bx-viewport, #column-right .box .box-content .bx-wrapper .bx-viewport {
    margin-top: -1px;
    margin-left: 2px;
    border: 1px solid #dedede;
    max-width: 100%
}

#column-left .banner, #column-right .banner {
    overflow: hidden
}

#column-left .banner img:hover, #column-right .banner img:hover {
    opacity: .95
}

#column-right {
    /* position: sticky; */
    /* float: right; */
    z-index: 6;
    flex: 1;
    order: 1;
    /* max-width: 270px; */
    /* padding-right: 0; */
    /* height: fit-content; */
    /* top: 60px; */
}

#column-right .box .box-content .jcarousel-wrapper {
    margin: 0 auto;
    padding-left: 0
}

#column-right .box .box-content .jcarousel-wrapper .jcarousel ul li {
    width: 160px!important;
    margin-right: 24px!important
}

#column-right .box .box-content .jcarousel-wrapper .jcarousel-control-next:before {
    position: absolute;
    content: '';
    background: url(../images/next-category-slider.png) no-repeat;
    right: 20%;
    top: 50%;
    width: 20px;
    height: 70px
}

#column-right .box .box-content .jcarousel-wrapper .jcarousel-control-prev:before {
    position: absolute;
    content: '';
    background: url(../images/prev-category-slider.png) no-repeat;
    left: 20%;
    top: 50%;
    width: 20px;
    height: 70px
}

#column-right .box .box-content .jcarousel-wrapper .jcarousel-control-next, #column-right .box .box-content .jcarousel-wrapper .jcarousel-control-prev {
    position: absolute;
    width: 32px;
    height: 154px;
    text-align: center;
    top: 0;
    background: 0 0;
    text-indent: -99999px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .4
}

#column-right .box .box-content .jcarousel-wrapper .jcarousel-control-next:hover, #column-right .box .box-content .jcarousel-wrapper .jcarousel-control-prev:hover {
    opacity: 1
}

#column-right .box .box-content .news-box {
    height: 270px;
    border: 1px solid #dedede;
    padding: 10px 0
}

#column-right .box .box-content .news-box .jcarousel {
    margin: 0;
    width: 84%
}

#column-right .box .box-content .news-box .jcarousel ul li {
    width: 246px!important;
    margin: 0 0 0 30px!important
}

.product-grid .category-info {
    padding: 0 15px;
    margin-bottom: 20px;
    text-align: justify;
    min-height: 90px
}

.category-list+.category-info {
    padding: 0 2px 0 0
}

.category-info .img {
    /* float: left; */
    /* border: 1px solid #F4F3F3; */
    padding: 20px;
}

.category-info .img img {
    /* height: 80px; */
    /* width: 80px; */
}

.category-info p {
    /* padding: 0 0 5px; */
}

h2.sub-category {
    margin-top: 10px;
    font-size: 16px;
    line-height: 46px;
    text-transform: uppercase
}

.category-list {
    border-bottom: 4px solid #ffffff;
    margin: 0;
    padding: 0;
}

.category-list div {
    padding: 5px;
}

#storeset_menu>ul>li>div .staticblock img, #storeset_menu>ul>li>div.dropdown .manufacturer a img, .category-list .category-list-item {
    border: 1px solid transparent;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-box-shadow: 0 1px 2px rgba(208, 208, 208, .6);
    /* -webkit-box-shadow: 0 1px 2px rgba(208, 208, 208, .6) */
}

.category-list .category-list-item {
    text-align: center;
    /* height: 125px; */
    /* list-style: none; */
    border: 4px solid #f4f4f4;
    /* margin-bottom: 5px; */
    -moz-border-radius: 17px;
    /* -webkit-border-radius: 20px; */
    /* border-radius: 20px; */
    /* transition: all .3s ease-in-out; */
    /* background-color: #fff; */
    /* box-shadow: 0 1px 2px rgba(208, 208, 208, .6); */
    padding: 0px;
    position: relative;
}

.category-list .category-list-item:hover {
    -moz-box-shadow: 0 1px 10px rgba(208, 208, 208, 4.6);
    -webkit-box-shadow: 0 1px 10px rgba(208, 208, 208, 4.6);
    box-shadow: 0 1px 10px rgba(208, 208, 208, 4.6);
}

.category-list .category-list-item a {
    display: inline;
}

.category-list .category-list-item a:hover span {
    color: black;
    text-decoration: underline;
}

.category-list .category-list-item span {
    display: block;
    min-height: 3em;
    /* overflow: hidden; */
    /* font-weight: bold; */
    color: #005b7f;
    padding: 5px;
    /* float: left; */
    position: absolute;
    bottom: 0;
    background: #005b7f2e;
    text-align: center;
    width: 100%;
}

.product-list {
    width: 100%;
    overflow: auto;
    padding: 18px 4px 20px
}

.product-list, x:-moz-any-link {
    width: 100%;
    overflow: auto;
    padding: 18px 0 20px 2px
}

.product-grid, x:-moz-any-link {
    width: 100%;
    padding: 18px 0 20px 2px
}

.product-list>.product {
    width: 294px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 14px;
    overflow: hidden;
    border: 1px solid #dedede;
    min-height: 424px;
    position: relative
}

.product-list>.product .sticker {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    padding: 4px 6px;
    margin: 3px;
    background: #FF5100;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 10
}

.product-list>.product .new {
    position: absolute;
    top: -7px;
    left: 132px;
    background: url(../images/new.png) no-repeat;
    width: 98px;
    height: 100px;
    z-index: 10
}

.product-list .image {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
    text-align: center;
    max-height: 300px;
    border: 1px solid #dedede
}

.product-list .image img {
    height: 300px
}

.product-list .image:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .2s ease .2s;
    -moz-transition: all .2s ease .2s;
    transition: all .2s ease .2s
}

.product-list .product .product-about {
    display: block;
    border: none!important
}

.product-list .name {
    margin-bottom: 30px
}

.product-list .name a {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 28px;
    color: #000;
    text-transform: uppercase
}

.product-list .name a:hover {
    color: #005b7f;
    border-bottom: none;
    text-decoration: none
}

.product-list .description {
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
    width: 80%;
    color: #959595
}

.product-list .price {
    display: block;
    color: #ee5249;
    padding-left: 4px;
    font-size: 16px;
    border: none;
    font-weight: 700
}

.product-list .price-old {
    text-decoration: line-through;
    color: #848484
}

.product-list .price-new {
}

.product-list .product-buttons {
    padding-top: 42px;
    border: none!important;
    float: left
}

.product-buttons a {
    cursor: pointer
}

.product-list .product-buttons .cart {
    background: url(../images/to-cart.png) 16% 44% no-repeat, #000;
    width: 100px;
    height: 32px;
    display: block;
    border-radius: 2px;
    color: #cccce0;
    text-decoration: none;
    font-size: 12px;
    line-height: 32px;
    padding-left: 42px;
    opacity: 1;
    -webkit-transition-delay: 0;
    -webkit-transition-duration: .4s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
    -moz-transition-delay: 0;
    -moz-transition-duration: .4s;
    -moz-transition-property: all;
    -moz-transition-timing-function: cubic-bezier(0, 0, 1, 1);
    transition-delay: 0;
    transition-duration: .4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 1, 1);
    cursor: pointer
}

.product-list .product-buttons .cart:hover {
    opacity: 1;
    background: url(../images/to-cart-hover.png) 16% 44% no-repeat, #ff5100;
    -webkit-transition-delay: 0;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
    -moz-transition-delay: 0;
    -moz-transition-duration: .2s;
    -moz-transition-property: all;
    -moz-transition-timing-function: cubic-bezier(0, 0, 1, 1);
    transition-delay: 0;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 1, 1);
    color: #fff
}

.product-list .compare, .product-list .wishlist {
    display: block;
    position: relative
}

.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 1em 0;
    gap: 2em;
}

.product-grid .description {
    display: none
}

.product-grid.row>div {
    padding: 0 5px;
}

.product {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border: 1px solid var(--back-gray2);
}

.product .sticker {
    position: absolute;
    top: 0;
    left: 0;
    background: #6A6B6A;
    line-height: 22px;
    vertical-align: top;
    text-align: center;
    z-index: 10000;
    zoom: 1; font-size: 14px;
    color: #fff;
    padding: 2px 6px
}

.product .model-label {
    padding: 0 1em;
    opacity: 0.75;
    font-size: 0.8em;
}

.product .new {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/newbig.png) no-repeat;
    width: 64px;
    height: 64px;
    z-index: 10
}

.product+.new {
    border-radius: 0 10px 0 0
}

.product:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 10;
}

.product .image {
    display: block;
    margin-bottom: 0;
    text-align: center;
    /* min-height: 370px; */
}

.product .hover-image img, .product .image img {
    width: 100%;
    padding: 1em;
}

.product .image .hover-image {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    right: 0;
    position: absolute;
    top: 0
}

.product .image .hover-image IMG {
    position: absolute!important;
    top: 1px!important;
    left: 1px!important
}

.product .image:hover .hover-image {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.product .product-about {
    width: 100%;
    /* border-top: 1px solid #f1f1f1; */
    background: #ffffffed;
    bottom: 0;
    /* position: absolute; */
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.product:hover .product-about {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    bottom: 0
}

#button-option-232, .button, .button:hover, .not-selected, .product-grid .product-buttons .cart, .product-grid .product-buttons .cart:hover, .product-grid .product-buttons .compare:hover, .product-grid .product-buttons .wishlist:hover, .product-info .btn-minus button:hover, .product-info .btn-plus button:hover, .product-info .cart .button, .product-info .cart .button:hover, .product-list .product-buttons .compare:hover, .product-list .product-buttons .wishlist:hover, .selected {
    transition-delay: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 1, 1)
}

.name {
    padding: 1em;
    line-height: 1.2em;
    overflow: hidden;
}

.owl-item .name {
    overflow: hidden;
    height: 7em;
}

.product-grid .description {
    font-size: 12px;
    line-height: 16px
}

.price-txt {
    text-align: center;
    font-size: 0.8em;
    padding: 0.3em 0;
}

.price {
    font-weight: 700;
    color: #000000;
    padding: 5px;
}

.product-grid .price,.owl-carousel .price {
    position: absolute;
    top: 10px;
    right: 10px;
    background: hsl(0deg 0% 100% / 85%);
}

.product-info .price {
    font-size: 2em;
    margin: 20px 0;
}

.rub {
    line-height: 1em;
    display: inline-block;
    position: relative;
}

.rub:after {
    content: '-';
    bottom: -0.15em;
    left: -0.05em;
    position: absolute;
    line-height: 1em;
}

.product-grid .price-old, .swiper-slide .price-old {
    text-decoration: line-through;
    color: #848484;
    padding-right: 5px;
}

.product-grid .price-new, .swiper-slide .price-new {
}

.product-grid .rating {
    position: absolute;
    top: 30px;
    left: 37%
}

.product-grid .product-buttons .compare, .product-grid .product-buttons .wishlist, {
    position: relative
}

.product-buttons {
    /* height: 40px; */
    /* padding-top: 12px; */
    /* padding-left: 8px; */
    /* margin-top: 12px; */
}

.product-buttons .cart {
    width: 100%;
    /* height: 40px; */
    display: block;
    border-radius: 0px;
    color: #000000;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 42px;
    opacity: 1;
    transition-duration: .2s;
    background: #f7f7f7;
    /* padding: 0 10px; */
    text-align: center;
    text-transform: uppercase;
}

.not-selected, .product-grid .product-buttons .cart:hover, .product-grid .product-buttons .compare:hover, .product-grid .product-buttons .wishlist:hover, .product-list .product-buttons .compare:hover, .product-list .product-buttons .wishlist:hover, .selected {
    transition-duration: .2s
}

.product-buttons .cart i {
    display: inline-block;
    margin-right: 10px
}

.product-buttons .cart:hover {
    opacity: 1;
    color: #ffffff;
    background: var(--main);
}

.product-buttons .additional {
    float: right;
    padding: 0 4px 0 0;
}

.product-grid .product-buttons .compare, .product-grid .product-buttons .wishlist, .product-list .product-buttons .compare, .product-list .product-buttons .wishlist {
    display: block;
    font-size: 14px;
    line-height: 37px;
    color: #fff;
    width: 36px;
    height: 37px;
    text-align: center;
    float: left;
    margin-left: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(/image/catalog/6ug.png) no-repeat 50% 50%;
}

.margin {
    margin-top: 10px
}

.margin+#column-left, .margin+#column-right {
    margin-top: -10px
}

.product-crumbs {
    /* margin-bottom: 10px */
}

.product-wrap {
    position: relative;
    /* background: url(../image/tr-right.svg) 100% 0 repeat-y #fff; */
    /* background-size: contain; */
}

.product-info {
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    /* color: #151c1e; */
    /* border: none; */
    width: 100%;
    max-width: 100%;
}

.product-info > div {
    align-items: stretch;
    /* box-sizing: border-box; */
    flex: 1;
    padding: 1em;
}

.product-info > .box-img {
    /* max-width: calc(100% - 500px); */
    /* min-width: 250px; */
    /* position: relative; */
}

.product-center {
    display: flex;
    /* gap: 15px; */
    width: 100%;
    /* border: 1px dashed; */
    /* padding: 15px; */
}

.product-center > div {
    flex: 1;
    text-align: center;
    padding: 15px;
}

.product-center > div:not(:first-child) {
    border-left: 1px dashed;
}

.model-box img {
    width: 150px;
}

.box-img .image {
    /* position: sticky; */
    /* top: 53px; */
}

.product-info > .product-right,.product-info > .product-center {
    /* border-left: 10px solid #174456; */
    /* max-width: 350px; */
    /* min-width: 250px; */
}

.product-info .product-center > div {
    padding-bottom: 15px;
}

.product-info .product-center h3 {
    text-align: left;
    padding-bottom: 5px;
}

.product_4bl {
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    color: #151c1e;
    border: none;
    justify-content: center;
    border-top: 1px dashed #000;
}

.product_4bl >div {
    padding: 15px;
    text-align: center;
    flex: 1;
}

.product_4bl >div:not(:first-child) {
    border-left: 1px dashed #000;
}

.product_4bl a,.product_4bl strong {
    color: #b7b7b7;
    display: block;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.product_4bl ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}

.product_4bl p {
    text-align: center;
}

#tab-specification table {
    border: none;
    font-size: 0.8em;
    text-align: left;
}

#tab-specification table tr td {
    position: relative;
    padding: 2px 0;
    line-height: 1.5em;
    text-transform: capitalize;
}

#tab-specification table tr td.dotted:before {
    content: "";
    display: block;
    left: 0;
    bottom: 0.8em;
    position: absolute;
    width: 95%;
    border-bottom: 1px dashed var(--main);
}

#tab-specification table tr td.dotted>span {
    padding-right: 5px;
    background: #fff;
    position: relative;
    display: inline;
    color: gray;
}

.product-navigation {
    display: flex;
    padding: 5px;
    background: #fff;
}

.product-navigation a {
    display: block;
    flex: 1;
    opacity: 0.7;
    width: 100px;
    /* height: 80px; */
    background: white;
    margin: 0 10px;
    position: relative;
}

.product-navigation a:first-child {
    padding-left: 20px;
}

.product-navigation a:last-child {
    padding-right: 20px;
}

.product-navigation a:first-child i {
    position: absolute;
    bottom: 13px;
    left: 0;
}

.product-navigation a:last-child i {
    position: absolute;
    bottom: 13px;
    right: 0;
}

.product-navigation a img {
    width: 100%;
    object-fit: contain;
    /* height: 100%; */
    max-height: 100px;
}

.product-navigation a:hover,.product-navigation a:focus {
    opacity: 1;
    color: var(--main);
}

.cloud-zoom-big {
    left: 100%!important
}

.product-info .image img {
    display: block!important;
    margin: 0 auto;
    /* outline: 0; */
    max-width: 100%;
    max-height: 20em;
    width: auto;
}

.product-info #image-additional {
    /* padding-top: 140px; */
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
}

.product-info .image-additional img {
    border: 1px solid #f2f2f2
}

.product-info .image-additional img.active {
    border: 1px solid #007abe
}

.more-info {
    position: absolute;
    bottom: 15px;
    color: rgba(0, 0, 0, .5)
}

.tabs-box {
    border-top: 10px solid #edf1f2;
    background: #fff;
}

.tabs-box .nav-tabs {
    padding: 0;
    /* margin-top: 0px; */
    border: 0;
}

.tabs-box li {
    border: 0;
    /* border-radius: 0; */
}

.tabs-box li.active a,.tabs-box li.active a:hover {
    background: #337c99;
    color: #fff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
}

.tabs-box .tab-content {
    padding: 10px;
    margin: 0;
}

.product-info>.right {
    width: 58%;
    position: relative
}

.product-info h1 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #005b7f;
    font-weight: bold;
    padding: 1em;
    margin: 0;
}

.product-info .manufacturer-logo {
    width: 150px;
    cursor: pointer;
    /* margin-right: 15px; */
    margin: 10px 0;
}

.product-info .manufacturer-desc {
    position: relative
}

.review {
    vertical-align: middle;
    display: block;
    margin-top: 16px;
    text-align: right;
    margin-right: 10px
}

.review a {
    padding-left: 3px;
    border-bottom: none!important
}

.review a:hover {
    text-decoration: underline!important
}

.top-info-product {
    padding: 15px;
    /* background: white; */
}

.pruduct-del {
    font-size: 16px;
    /* border-bottom: 1px dashed #337c99; */
    color: #7d7d7d!important;
    /* padding-left: 30px; */
    text-align: center;
    display: inline-block;
    font-weight: bold;
}

.pruduct-del span {
    display: inline-table;
    font-size: 14px;
    font-weight: normal;
}

.pruduct-del + a {
    font-size: 13px;
    margin: 5px 0;
    display: inline-block;
}

.pruduct-del + a:hover {
    color: #000;
    /* border-bottom:1px solid #000; */
}

.model-box {
    display: flex;
    flex-direction: column;
}

.model-box p {
    font-size: 0.8em;
    line-height: 1.2em;
}

.product-center > div {
    flex: 1;
    text-align: center;
}

.model-box img {
    width: 150px;
}

.stock-box {
    position: relative;
    font-size: 14px;
    padding-top: 14px;
}

.product-info .manufacturer-description {
    display: none;
    position: absolute;
    top: -6px;
    left: 0;
    width: 275px;
    background: #fff;
    padding: 15px;
    border: 1px solid #f0f0f0;
    text-align: justify;
    -webkit-box-shadow: 0 3px 18px 0 rgba(50, 50, 50, .33);
    -moz-box-shadow: 0 3px 18px 0 rgba(50, 50, 50, .33);
    box-shadow: 0 3px 18px 0 rgba(50, 50, 50, .33);
    z-index: 10;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.product-info .description {
    /* color: #005b7f; */
    /* padding: 0 10px; */
    /* text-align: center; */
}

.attribute, .tab-content {
    margin-bottom: 20px;
}

.options select {
    margin: 0 auto;
}

.product-info span.marked {
    color: #000;
    font-size: 15px;
    line-height: 30px;
    /* background: url(../images/marker.png) left 45% no-repeat; */
    padding-right: 12px;
}

.bx-clone {
    display: none!important
}

.product-info .options h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px
}

input.none {
    display: none
}

a.man-letter {
    font-size: 1.4em;
    line-height: 2em;
}

.manufacturer-list .manufacturer-heading {
    font-size: 58px;
    padding: 15px 0 15px;
    flex: 1;
    /* height: 4em; */
    background: var(--back-gray2);
    line-height: 1em;
}

.manufacturer-list .manufacturer-content {
    display: flex;
    flex: 5;
    flex-wrap: wrap;
    align-items: center;
}

.manufacturer-list+.manufacturer-list {
    /* float: none */
}

.manufacturer-list {
    margin: 16px 0;
    border-bottom: 4px solid #d9dbdf;
    /* color: #005b7f; */
    text-align: center;
    display: flex;
    justify-content: center;
    background: #fff;
}

.manufacturer-list .manufacturer-content div {
    flex: 1;
    /* width:200px; */
    font-size: 2em;
}

.manufacturer-list .manufacturer-content ul {
    float: left;
    margin: 0px;
    list-style: none;
}

.manufacturer-list .manufacturer-content img {
    padding: 0.2em;
    width: auto;
    height: 2em;
}

.not-selected, .selected {
    /* float: left; */
    margin: 8px 5px 0 0;
    padding: 0 14px;
    /* line-height: 32px!important; */
    /* height: 32px; */
    cursor: pointer;
}

.not-selected {
    display: inline-block;
    background-color: #e7e7e7;
    color: #000;
    font-weight: 400;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.selected {
    background: #edf1f2;
    border: none;
}

.product-info a#oneclickbuy {
    background: #FF9800;
    border: 0;
}

.product-info a#oneclickbuy:hover {
    background: #ffb23f;
}

.product-info .good-compare, .product-info .good-review, .product-info .good-wishlist {
    display: inline-block;
    font-size: 13px;
    padding: 0 4px 0 22px;
    text-align: center;
    line-height: 34px
}

.product-info .cart .button:hover {
    opacity: 1;
    transition-duration: .2s;
    /* color: #fff!important */
}

.product-info .btn-minus button, .product-info .btn-plus button, .product-info .good-compare, .product-info .good-compare:before, .product-info .good-compare:hover, .product-info .good-compare:hover:before, .product-info .good-review, .product-info .good-review:before, .product-info .good-review:hover, .product-info .good-review:hover:before, .product-info .good-wishlist, .product-info .good-wishlist:before, .product-info .good-wishlist:hover, .product-info .good-wishlist:hover:before {
    transition-duration: .4s;
    transition-delay: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 1, 1)
}

.product-info .additional-buttons a {
    cursor: pointer
}

.product-info .good-wishlist {
    background-color: #f1f1ef;
    position: relative;
    height: 34px;
    color: #848484;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.product-info .good-wishlist:before {
    content: '';
    background: url(../images/good-wishlist.png) no-repeat;
    width: 15px;
    height: 14px;
    position: absolute;
    top: 10px;
    left: 4px
}

.product-info .good-compare:before, .product-info .good-review:before {
    content: '';
    width: 13px;
    top: 10px;
    left: 4px
}

.product-info .good-wishlist:hover {
    text-decoration: none;
    background: #777;
    color: #FFF
}

.product-info .good-wishlist:hover:before {
    background: url(../images/good-wishlist-hover.png) no-repeat
}

.product-info .good-compare {
    background-color: #f1f1ef;
    position: relative;
    height: 34px;
    color: #848484;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.product-info .good-compare:before {
    background: url(../images/good-compare.png) no-repeat;
    height: 14px;
    position: absolute
}

.product-info .good-compare:hover {
    text-decoration: none;
    background: #777;
    color: #FFF
}

.product-info .good-compare:hover:before {
    background: url(../images/good-compare-hover.png) no-repeat
}

.product-info .good-review {
    background-color: #f1f1ef;
    position: relative;
    height: 34px;
    color: #848484;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer
}

.product-info .good-review:before {
    background: url(../images/good-review.png) no-repeat;
    height: 13px;
    position: absolute
}

.product-info .good-review:hover {
    text-decoration: none;
    background: #777;
    color: #FFF
}

.product-info .good-review:hover:before {
    background: url(../images/good-review-hover.png) no-repeat
}

.cloud-zoom-lens {
    border: 1px solid #888;
    margin: 0;
    background-color: #fff;
    cursor: move
}

.cloud-zoom-big {
    overflow: hidden;
    width: 600px!important;
    background: #FFF;
    margin-top: -5px
}

.cloud-zoom-loading {
    color: #fff;
    background: #222;
    padding: 3px;
    border: 1px solid #000
}

.product-info .view-images img {
    opacity: 0
}

.product-info .view-images {
    position: absolute;
    width: 35px;
    height: 35px;
    background: url(../images/zoom-in.png) left 0 no-repeat;
    overflow: hidden;
    display: block;
    z-index: 11;
    margin: 10px 0
}

.product-info .view-images:hover {
    background: url(../images/zoom-in-hover.png) no-repeat
}

.product-info .cart {
    /* margin: 14px 0 0px; */
    text-align: center;
}

.product-info .cart .btn-group {
    display: none;
}

.product-info .cart .quantity {
    display: inline-block;
    height: 34px;
    line-height: 34px
}

.product-info .additional-info {
    margin-top: 1em;
    padding: 1em;
    background: var(--back-gray2);
}

.product-info .delivery {
    /* border-top: 10px solid #edf1f2; */
    /* margin: 0 -25px; */
    /* text-align: left; */
    /* color: #000; */
    display: none;
}

.product-wrap h3 {
    /* padding-bottom: 0; */
    /* margin-bottom: 0; */
    color: #b7b7b7;
    font-size: 1em;
    text-align: center;
}

.product-info .sku {
    font-size: 0.8em;
    font-weight: bold;
}

.product-info .description ul {
    padding: 0px 0px;
    margin-bottom: 5px;
    font-size: 0.8em;
    list-style: none;
    color: #4e4e4e;
}

.product-info .description ul li {
    padding: 1px 0px;
}

.product-info .description i {
    /* color: var(--main); */
    /* padding: 5px; */
    /* font-weight: bold; */
}

.product-info .delivery a {
    /* text-align:center; */
    /* display: block; */
    /* border-bottom: 1px dotted #333; */
    /* text-transform: uppercase; */
    font-size: 0.8em;
    font-weight: bold;
    /* color: #ffaa00; */
    padding-bottom: 15px;
}

.product-info .description a:hover {
    /* color: #005b7f; */
    /* border-color: #ffad33; */
    /* text-decoration: none; */
}

#decrease, #increase {
    height: 46px;
    padding: 0 6px!important;
    border: none!important;
    background: 0 0!important;
    cursor: pointer;
    font-size: 20px;
    line-height: 46px;
    opacity: 1;
}

#decrease:hover, #increase:hover {
    opacity: 1
}

#htop {
    padding: 2px 6px 2px 5px;
    width: 28px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 34px;
    line-height: 34px
}

.product-info .number {
    display: inline-block;
    position: relative;
    margin-bottom: 2em;
}

.product-info .frame-change-count {
    display: flex;
    flex-wrap: nowrap;
    gap: 3em;
}

.product-info .btn-minus button, .product-info .btn-plus button {
    width: 2em;
    cursor: pointer;
    display: inline-block;
    height: 2em;
    outline: 0;
    text-align: center;
    /* background: url(/image/catalog/6ug.png) no-repeat 50% 50%; */
    /* background-color: transparent!important; */
}

.product-info .btn-plus {
    /* float: right; */
}

.htabs a, .product-info .btn-minus {
    /* float: left; */
}

.product-info .btn-plus button {
    border: 0;
    /* border-radius: 0 2px 2px 0; */
    line-height: 5px;
}

.product-info .btn-plus button span i {
    display: inline-block;
    font-size: 20px;
    color: #bbb;
}

.product-info .btn-minus button {
    /* border-radius: 2px 0 0 2px; */
    border: 0;
    line-height: 0;
}

.htabs, .htabs a {
    line-height: 20px
}

.product-info .btn-minus button:hover, .product-info .btn-plus button:hover {
    transition-duration: .2s;
    background-color: var(--main)!important;
    color: #fff;
}

.product-info .btn-minus button span i {
    display: inline-block;
    font-size: 20px;
    color: #bbb;
}

.product-info input.plus-minus {
    border: 0;
    background: #fff;
    width: 2em;
    height: 2em;
    position: absolute;
    left: 2em;
    top: 0;
    outline: 0;
    font-size: 1.2em;
    text-align: center;
    border-radius: 0;
    padding: 0;
    font-weight: bold;
}

.htabs {
    height: 34px;
    border-bottom: 1px solid #f4f3f3
}

.htabs a {
    border-top: 1px solid #f4f3f3;
    border-left: 1px solid #f4f3f3;
    background: #fff;
    padding: 7px 15px 6px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: #797879;
    display: none
}

.htabs a.selected-tab {
    background: #eee;
    position: relative;
    border-top: 2px solid #333
}

.tab-content {
    /* padding: 10px; */
    -moz-box-shadow: 0 2px 4px #ece9e6;
    -webkit-box-shadow: 0 2px 4px #ece9e6;
    position: relative;
    z-index: 2;
    -moz-border-radius: 0 3px 3px;
    /* -webkit-border-radius: 0 3px 3px; */
    /* border-radius: 0 3px 3px; */
    border-top: 4px solid #f2f2f2;
}

/************************/
.home-italy {
    background: url(/image/catalog/home/home-italy.jpg) center 30%;
    background-size: cover;
}

.home-porto {
    background: url(/image/catalog/home/home-porto.jpg) left top;
    background-size: cover;
}

.home-chehia {
    background: url(/image/catalog/home/home-chehia.jpg) center;
    background-size: cover;
}

.home-china {
    background: url(/image/catalog/home/home-china.jpg) center;
    background-size: cover;
}

.home-razd {
    background: url(/image/catalog/home/home-razd.jpg);
    background-size: cover;
}

.home-menu {
    min-height: 500px;
    padding: 40px;
}

.home-menu h2 a {
    margin-bottom: 30px;
    letter-spacing: 4px;
    color: #000;
    font-weight: bold;
    line-height: 1.5em;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.home-menu ul li a {
    color: #000;
    /* font-size: 1.2em; */
    display: inline-block;
    border-bottom: 1px dashed transparent;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.home-menu h2 span {
    font-size: 2em;
    padding: 3px 17px 7px 17px;
    margin-right: 30px;
    color: #000000;
    /* text-shadow: 0px 0px 5px #ffffff; */
    background: var(--main);
    font-weight: normal;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.home-menu ul {
    padding: 20px 0;
    margin: 0;
    list-style: none;
    line-height: 2em;
    /* background: #ffffffb0; */
}

.home-porto h2 a,.home-porto ul li a,.home-china h2 a,.home-china ul li a {
    color: #fff;
}

.flag {
    width: 200px;
}

.flag img {
    width: 100%
}

/*****************************/
.nav-tabs>li>a:hover {
    border-color: transparent
}

.tab-content .rew-form .sub {
    background: #FDFDFD
}

.attribute {
    width: 100%
}

#tab-oplata h3 {
    font-size: 16px;
    font-weight: bolder;
    color: #337c99
}

#tab-oplata li {
    list-style: square;
    margin-left: 4em;
    line-height: 2em;
    color: #337c99;
}

.tab-review, .tab-special {
    border-right: 1px solid #f4f3f3!important
}

a.button, .button, #button-go {
    background: var(--main);
    color: #ffffff;
    transition-duration: .2s;
    outline: none;
    border: none;
    /* font-size: 1.5em; */
    text-transform: uppercase;
    padding: 0.5em 1em;
    /* margin: 1em auto; */
    display: inline-block;
}

.button i {
    color: #fff;
    padding: 0;
}

.button:hover, #button-go:hover {
    opacity: 1;
    background: #0f4472;
    transition-duration: .2s;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
}

.news .news-item img, .news .news-item img:hover {
    transition-duration: .4s;
    transition-property: all
}

.item .cart, .item .cart .button-cart:hover, .item .compare:hover, .item .wishlist:hover, .item:hover .cart, .news .news-item img, .news .news-item img:hover {
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0, 0, 1, 1)
}

.required>.req-star:before, .required>label.control-label:before {
    content: '* ';
    color: #ff5100
}

.option {
    margin: 6px 0;
    width: 310px
}

.tab-content .success, .tab-content .warning {
    color: #ff5100
}

#review .pagination {
    display: inline-block;
    width: 100%;
    margin: 14px 0
}

footer {
    margin-top: 2em;
    background: var(--back-gray2);
    padding-top: 2em;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    width: 100%;
    padding: 0 1em;
    /* max-width: 200px; */
}

.footer-flag {
    display: flex;
    justify-content: center;
    padding: 1em 0;
    gap: 0.5em;
}

.footer-flag img {
    width: 2em;
}

.social {
    width: 30px;
    margin-right: 1em;
}

.ftext {
    line-height: 1.5em;
    text-transform: uppercase;
    font-size: 12px;
}

.lockru {
    background: url(/image/catalog/lockru.png) no-repeat 5% 50%;
}

.news .news-item {
    height: 20em;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px
}

.news .news-item .image {
    display: block;
    height: 450px;
    overflow: hidden;
    margin-bottom: 14px;
    position: relative
}

.news .news-item .image .date {
    background: rgba(0, 0, 0, .5);
    width: 100px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    text-align: center
}

.news .news-item img {
    max-width: 938px;
    overflow: hidden;
    opacity: 1
}

.buttons, .cart-total, .contact-info {
    overflow: auto
}

.news .news-item img:hover {
    opacity: .6
}

.news .news-item h3 {
    font-weight: 400;
    margin-bottom: 10px
}

.news .news-item h3 a:hover {
    color: #ff5100
}

.news .news-item .author, .news .news-item .comments, .news .news-item .published, .news .news-item .visitors {
    position: relative;
    padding: 0 16px;
    color: #777
}

.news .news-item .author:before, .news .news-item .comments:before, .news .news-item .published:before, .news .news-item .visitors:before {
    content: '';
    position: absolute;
    left: 0;
    width: 12px
}

.news .news-item .grey {
    color: #a3a3a3
}

.news .news-item .author:before {
    top: 1px;
    background: url(../images/author.png);
    height: 12px
}

.news .news-item .published:before {
    top: 1px;
    background: url(../images/pin.png);
    height: 12px
}

.news .news-item .visitors:before {
    top: 3px;
    background: url(../images/visitors.png);
    height: 9px
}

.news .news-item .comments:before {
    top: 2px;
    background: url(../images/comments.png);
    height: 12px
}

.news-meta {
    margin-bottom: 14px
}

footer h3 {
    text-transform: uppercase;
    font-weight: bold;
}

footer ul {
    list-style: none;
    font-size: 0.9em;
    padding: 0;
}

footer ul>li {
    padding: 0.35em 0;
    /* margin-bottom: 0; */
    line-height: 1em;
}

footer ul li span {
    /* margin-right: 6px; */
}

footer .footer-middle ul>li>a {
    /* line-height: 1em; */
}

.checkout-heading a, footer .socials a:hover {
    text-decoration: none;
}

footer .f-right {
    float: right;
    margin-top: -20px
}

footer .contacts ul li {
    font-size: 14px;
    line-height: 28px;
    display: block;
    padding: 0;
    position: relative;
    color: #CCC;
    cursor: pointer;
}

footer .contacts ul li span {
    margin: 0 7px 4px 0;
    padding: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

footer .contacts ul li:hover span {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg)
}

footer .socials a {
    display: block;
    float: left;
    vertical-align: middle;
    width: 170px;
    height: 39px;
    font-size: 12px;
    line-height: 39px
}

footer .socials img {
    width: 32px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    vertical-align: middle;
    margin-right: 2px;
    -webkit-filter: grayscale(100%);
    opacity: .5
}

footer .socials a:hover img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-filter: grayscale(0);
    opacity: 1
}

#powered {
    /* background: #151c1e; */
    padding: 10px 0;
}

#powered .copyright {
    font-size: 0.6em;
    text-align: right;
}

.payment img {
    width: auto;
}

.buttons {
    margin-bottom: 1em
}

.info-buttons {
    padding-right: 1em
}

.breadcrumb+h1 {
    margin-top: 1em
}

input.button {
    border: 0
}

.login-content a.button {
    margin-top: 1em
}

ul.box-category li.login a {
    display: inline-block
}

table.form {
    width: 75%
}

.buttons-cart .right {
    float: right
}

.checkout-heading {
    background: #EBEBEB;
    border: 1px solid #D7D7D7;
    padding: 8px;
    font-weight: 700;
    font-size: 13px;
    color: #5E5555;
    margin-bottom: 15px;
    border-radius: 2px
}

.cart-info table, .checkout-product table {
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-collapse: collapse
}

.cart-info thead td, .checkout-product thead td {
    color: #4D4D4D;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDD
}

.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: 400
}

.checkout-content {
    padding: 0 0 15px;
    display: none;
    overflow: auto
}

.checkout-content .left {
    float: left;
    width: 48%
}

.checkout-content .right {
    float: right;
    width: 48%
}

.checkout-product table {
    width: 100%;
    border-right: 1px solid #DDD;
    margin-bottom: 20px
}

.checkout-product td {
    padding: 7px
}

.contact-info .left, .left.form {
    padding-right: 30px;
    border-right: 1px solid #dedede;
    width: 48%
}

.checkout-product thead td {
    font-weight: 700
}

.checkout-product thead .model, .checkout-product thead .name {
    text-align: left
}

.checkout-product thead .price, .checkout-product thead .quantity, .checkout-product thead .total {
    text-align: right
}

.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDD
}

.checkout-product tbody .model, .checkout-product tbody .name {
    text-align: left
}

.checkout-product tbody .price, .checkout-product tbody .quantity, .checkout-product tbody .total {
    text-align: right
}

.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #DDD
}

.contact-info .left {
    float: left
}

.contact-info .right {
    float: right;
    width: 48%
}

.left.form .buttons {
    margin-top: 14px
}

.right.map {
    width: 48%
}

.cart-info table {
    width: 100%;
    margin-bottom: 15px;
    border-right: 1px solid #DDD
}

.cart-info td {
    padding: 7px
}

.cart-info thead td {
    font-weight: 700
}

.cart-info thead .image {
    text-align: center
}

.cart-info thead .model, .cart-info thead .name, .cart-info thead .quantity {
    text-align: left
}

.cart-info thead .price, .cart-info thead .total {
    text-align: right
}

.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDD
}

.cart-info tbody .image img {
    border: 1px solid #DDD
}

.cart-info tbody .image {
    text-align: center
}

.cart-info tbody .model, .cart-info tbody .name, .cart-info tbody .quantity {
    text-align: left
}

.cart-info tbody .price, .cart-info tbody .total, .cart-total td {
    text-align: right
}

.cart-info tbody .quantity input[type=text] {
    position: relative;
    top: -4px
}

.cart-info tbody .quantity img, .cart-info tbody .quantity input[type=image] {
    position: relative;
    top: 5px;
    cursor: pointer;
    border: 0
}

.cart-info tbody .quantity img:last-child {
    top: 0
}

.cart-info tbody span.stock {
    color: red;
    font-weight: 700
}

.cart-info tbody tr td {
    vertical-align: middle
}

.cart-module>div {
    display: none
}

.cart-total {
    border-top: 1px solid #DDD;
    padding-top: 8px;
    margin-bottom: 15px
}

.cart-total table {
    float: right
}

.cart-total td {
    padding: 3px;
    float: none
}

.login-content {
    padding: 16px;
    border-radius: 2px
}

.login-content h2 {
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 20px
}

.img1, .img2, .img3 {
    height: 300px;
    border: 1px solid #ccc;
    overflow: hidden
}

.login-content p {
    padding: 4px 0
}

.login-content .left {
    float: left;
    width: 40%
}

.login-content .right {
    float: right;
    width: 40%
}

.img1 {
    float: left;
    width: 300px;
    margin: 10px 10px 0 0;
    position: relative
}

.img2, .img3 {
    width: auto;
    float: left
}

.img2 {
    margin: 10px 0 0 4px
}

.img3 {
    margin: 10px 0 0 10px
}

.img1 img, .img2 img, .img3 img {
    transform: rotateX(0) rotateY(0);
    -webkit-transform: rotateX(0) rotateY(0);
    -moz-transform: rotateX(0) rotateY(0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.img1 img:hover, .img2 img:hover, .img3 img:hover {
    transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
    opacity: .8
}

.more-info .delivery-info, .more-info .stock-info, .more-info .warranty-info {
    position: relative;
    padding-top: 66px;
    text-align: center
}

.more-info .delivery-info:before, .more-info .stock-info:before, .more-info .warranty-info:before {
    content: '';
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    right: 0;
    left: 0
}

.more-info .stock-info:before {
    background: url(../images/sale-info.png) no-repeat
}

.more-info .warranty-info:before {
    background: url(../images/warranty-info.png) no-repeat
}

.more-info .delivery-info:before {
    background: url(../images/delivery-info.png) no-repeat
}

.content-news .news .image, .panelimage {
    width: 200px;
    height: 200px;
    overflow: hidden
}

.tags {
    margin-top: 10px
}

.content-news .news {
    margin-bottom: 20px
}

.content-news .news .image {
    float: left;
    margin: 5px 10px 10px 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 6px solid #dedede
}

.content-news .news h3 {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 10px
}

#column-left+.panelnews {
    margin: 0 0 0 25%
}

.panelnews {
    padding-top: 3px
}

.panelcollapsed {
    margin-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 45px
}

.panelcollapsed h2 {
    margin-bottom: 10px
}

.panelcollapsed h2 a {
    text-decoration: underline
}

#storeset_menu>ul>li>div.dropdown a:hover, .panelcollapsed h2 a:hover {
    text-decoration: none
}

.panelcontent .button {
    display: inline-block;
    float: right;
    text-align: right
}

.panelimage {
    float: left;
    margin: 5px 10px 10px 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 6px solid #dedede;
    position: relative
}

.paneldata {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    height: 36px;
    line-height: 36px;
    color: #FFF;
    text-align: center
}

.search-box {
    /* padding: 10px 0; */
}

.search-box .megaselect {
    margin-bottom: 10px
}

.search-box .buttons {
    margin: 10px 0 -10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0
}

input#button-search {
    display: inline-block;
    /* width: 100px; */
}

input#input-search {
    display: inline-block;
    width: 70%;
    text-align: left;
}

#back-top {
    position: fixed;
    right: 20px;
    bottom: 5px;
    z-index: 10000
}

#back-top span {
    width: 2em;
    height: 2em;
    display: block;
    /* margin-bottom: 7px; */
    background: var(--main) url(../images/back-top.png) center center no-repeat;
    /* border-radius: 2px; */
    /* -webkit-transition: 1s; */
    -moz-transition: 1s;
    /* transition: 1s; */
}

.item .cart, .item .cart .button-cart:hover, .item .compare:hover, .item .wishlist:hover, .item:hover .cart {
    transition-duration: .2s;
    transition-property: all
}

#back-top span:hover {
    opacity: .9
}

#fast_order_form {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}

#fast_order_form .fast_order_center {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px
}

#fast_order_form .fast_order_center button {
    border: 0!important;
    height: 36px!important
}

#fast_order_form #fast_order_result {
    color: #333;
    margin-bottom: 14px
}

#fast_order_form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px
}

#fast_order_form .form-group input[type=text] {
    height: 24px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    width: 95%
}

#fast_order_form .form-group textarea {
    height: 60px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    min-width: 370px
}

#fast_order_form #fast_order_result .fast_order_error {
    color: red;
    font-size: 14px
}

#fast_order_form #fast_order_result .fast_order_success {
    color: #00d12a;
    font-size: 14px
}

#fast_order_form p {
    margin-bottom: 22px;
    padding: 0;
    text-align: justify
}

.wishlist-info table {
    width: 100%;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    margin-bottom: 20px
}

.wishlist-info td {
    padding: 7px
}

.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: 700;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDD
}

.wishlist-info thead .image {
    text-align: center
}

.wishlist-info thead .model, .wishlist-info thead .name, .wishlist-info thead .stock {
    text-align: left
}

.wishlist-info thead .action, .wishlist-info thead .price, .wishlist-info thead .quantity, .wishlist-info thead .total {
    text-align: right
}

.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDD
}

.wishlist-info tbody .image img {
    border: 1px solid #DDD
}

.wishlist-info tbody .image {
    text-align: center
}

.wishlist-info tbody .model, .wishlist-info tbody .name, .wishlist-info tbody .stock {
    text-align: left
}

.wishlist-info tbody .action, .wishlist-info tbody .price, .wishlist-info tbody .quantity, .wishlist-info tbody .total {
    text-align: right
}

.wishlist-info tbody .price s {
    color: red
}

.wishlist-info tbody .action img {
    cursor: pointer
}

#storeset_menu {
    height: 46px;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    position: relative
}

#storeset_menu>ul {
    list-style: none;
    float: left;
    z-index: 20;
    padding: 0 12px
}

#storeset_menu>ul>li {
    z-index: 20;
    padding: 14px 40px 10px 0;
    display: inline-block;
    text-align: center
}

#storeset_menu li:hover {
    z-index: 1600
}

#storeset_menu>ul>li>a {
    text-decoration: none;
    display: block;
    padding: 0;
    margin-bottom: 0;
    z-index: 6;
    transition-duration: .2s;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #dbf3ff;
    text-transform: uppercase;
    letter-spacing: .1em
}

#storeset_menu .dropdown h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: center
}

#storeset_menu>ul>li:first-child>a {
    padding-left: 0
}

#storeset_menu>ul>li>div.dropdown {
    display: none;
    position: absolute;
    top: 3.66667em;
    left: 0;
    z-index: 200;
    background: #fff;
    text-align: left;
    padding: .41667em 0 .83333em;
    overflow: hidden;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .15);
    transition: all .3s linear;
    width: 1280px
}

#storeset_menu>ul>li>div.dropdown div.option {
    width: 22%;
    padding: 0 .83333em 1em;
    border: 0!important;
    position: relative
}

#storeset_menu>ul>li>div.dropdown div.option-cat {
    width: 12%;
    padding: 0 .83333em 1em;
    border: 0!important;
    position: relative
}

#storeset_menu>ul>li>div.dropdown div.full-option {
    width: 100%;
    padding: 0 .83333em 1em;
    border: 0!important;
    position: relative
}

#storeset_menu>ul>li>div.dropdown a {
    padding: 4px 10px 4px 20px;
    display: block;
    font-size: 16px
}

#storeset_menu>ul>li>div.dropdown ul.product img {
    padding-top: 20px
}

#storeset_menu>ul>li>div.dropdown ul.category {
    margin-top: 20px
}

#storeset_menu>ul>li>div.dropdown ul.category a {
    font-size: 12px
}

#storeset_menu>ul>li>div.dropdown a img {
    padding: 20px 2px 2px;
    display: block
}

#storeset_menu>ul>li>div.dropdown a.parent {
    color: #2B2B2B;
    display: inline-block;
    font: 400 17px Conv_AdventPro-Bold;
    padding: 20px 20px 6px;
    text-transform: uppercase
}

#storeset_menu>ul>li>div.dropdown a.parent img {
    margin-right: 10px;
    margin-bottom: 10px
}

#storeset_menu>ul>li>div .staticblock h3 {
    padding: 20px 20px 10px;
    display: block;
    color: #2b2b2b;
    text-transform: uppercase;
    font-family: Conv_AdventPro-Bold;
    font-weight: 400;
    font-size: 17px
}

#storeset_menu>ul>li>div .staticblock p {
    padding: 4px;
    color: #252525;
    margin-bottom: 4px;
    text-align: justify
}

#storeset_menu>ul>li>div .staticblock img, #storeset_menu>ul>li>div.dropdown .manufacturer a img {
    margin-bottom: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s ease-in-out;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(208, 208, 208, .6)
}

#storeset_menu>ul>li>div.dropdown ul {
    display: inline-block
}

#storeset_menu>ul>li>div.dropdown ul.product li {
    height: 210px
}

#storeset_menu>ul>li>div.dropdown ul.product a.hidelenght {
    display: block;
    font-weight: 700;
    padding-right: 0;
    white-space: pre-wrap;
    font-size: 11px;
    height: 14px;
    overflow: hidden
}

#storeset_menu>ul>li>div.dropdown ul.product img {
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px rgba(208, 208, 208, .6);
    -webkit-box-shadow: 0 1px 2px rgba(208, 208, 208, .6);
    box-shadow: 0 1px 2px rgba(208, 208, 208, .6);
    margin: 10px auto
}

#storeset_menu>ul>li>div.dropdown ul.product span {
    font-weight: 700;
    padding-left: 20px
}

#storeset_menu>ul>li>div.dropdown ul.product span.price-old {
    text-decoration: line-through;
    color: #202020;
    font-weight: 500;
    margin-bottom: 36px
}

#storeset_menu>ul>li>div.dropdown ul.product span.price-new {
    font-weight: 700;
    margin-bottom: 36px
}

#storeset_menu>ul>li>div.dropdown ul.product li {
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center
}

#storeset_menu ul li ul li>div.sub_menu {
    z-index: 9999;
    top: -6px;
    display: none;
    padding-left: 14px
}

#storeset_menu ul li ul li>div.sub_menu ul {
    width: 100%
}

#storeset_menu ul li ul li:hover>div.sub_menu, #storeset_menu ul li:hover>div {
    display: block
}

#storeset_menu ul li .full-option ul li {
    clear: none;
    float: left;
    max-width: 113px;
    text-align: center
}

#storeset_menu ul li .full-option ul li a {
    font-size: 14px
}

table.adress-table {
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 16px;
    width: 100%
}

.order-list {
    margin-bottom: 10px
}

.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px
}

.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px
}

.order-list .order-content {
    padding: 10px 0;
    display: inline-block;
    width: 99.5%;
    margin-bottom: 20px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE
}

.error, .help, table.radio td label {
    display: block
}

.order-list .order-content div {
    float: left;
    width: 33.3%
}

.attention, .information, .success, .warning {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px
}

table.form, table.list {
    margin-bottom: 20px
}

.success {
    background: url(../image/success.png) 10px center no-repeat #EAF7D9;
    border: 1px solid #BBDF8D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px
}

.warning {
    /* background: url(../image/warning.png) 10px center no-repeat #FFD1D1; */
    /* border: 1px solid #F8ACAC; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px;
    /* display: none; */
}

.attention {
    background: url(../image/attention.png) 10px center no-repeat #FFF5CC;
    border: 1px solid #F2DD8C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px
}

.compare-info, table.list {
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD
}

.compare-info td, table.list td {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD
}

.attention .close, .information .close, .success .close, .warning .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer
}

.required {
    font-weight: 700
}

.error {
    color: red;
    font-size: 16px
}

.help {
    color: #999;
    font-size: 10px;
    font-weight: 400;
    font-family: Verdana, Geneva, sans-serif
}

table.form tr td:first-child {
    width: 150px
}

table.form>*>*>td {
    color: #000
}

table.form td {
    padding: 4px
}

input.large-field, select.large-field {
    width: 300px
}

table.list, table.radio {
    width: 100%
}

table.list thead td {
    background-color: #EFEFEF;
    padding: 0 5px
}

.list thead td, table.list thead td a {
    text-decoration: none;
    color: #222;
    font-weight: 700
}

table.list tbody td {
    padding: 0 5px
}

table.list .left {
    text-align: left;
    padding: 7px;
    float: none
}

table.list .right {
    text-align: right;
    padding: 7px;
    float: none
}

table.list .center {
    text-align: center;
    padding: 7px
}

table.radio td {
    padding: 5px
}

table.radio tr td:first-child {
    width: 1px
}

table.radio tr td:first-child input {
    margin-top: 1px
}

table.radio tr.highlight:hover td {
    background: #F1FFDD;
    cursor: pointer
}

.table-box {
    width: 83%
}

input[name=captcha] {
    margin-bottom: 10px
}

.sitemap-info {
    overflow: auto;
    margin-bottom: 40px
}

.sitemap-info .left, .sitemap-info .right {
    float: left;
    width: 48%
}

.sitemap-info ul, .sitemap-info ul li {
    list-style-type: disc!important
}

.sitemap-info ul li {
    padding-left: 20px
}

.compare-info {
    width: 100%;
    margin-bottom: 20px
}

.compare-info thead td, .compare-info thead tr td:first-child {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background: #F7F7F7;
    text-align: left
}

.compare-info tr td:first-child {
    color: #000;
    font-weight: 700;
    text-align: right
}

.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top
}

.sb-search-input, .sb-search-submit {
    /* background: #fff; */
    /* border: none; */
    outline: 1px solid var(--main);
}

.compare-info .name a {
    font-weight: 700
}

.compare-info .price-old {
    font-weight: 700;
    color: red;
    text-decoration: line-through
}

.compare-info .price-new {
    font-weight: 700
}

.panelcontent {
    min-height: 160px
}

.form-control {
    font-size: 16px;
    /* width: auto; */
    /* text-align: center; */
}

.sb-search {
    position: relative;
    width: 350px;
    /* min-width: 50px; */
    /* height: 50px; */
    float: right;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    -webkit-backface-visibility: hidden;
    /* box-shadow: -5px 5px 5px #00000054; */
    /* border: 1px solid #005b7f; */
    /* background: #fff; */
}

.sb-search-input {
    /* top: 4px; */
    right: 0;
    width: 100%;
    height: 3em;
    margin: 0;
    z-index: 10;
    padding: 0.5em;
    /* font-size: 14px; */
    /* color: #000000; */
    font-weight: bold;
    border-radius: 0;
}

.sb-search-input::-webkit-input-placeholder {
    color: #737373;
    font-weight: normal;
}

.sb-search-input:-moz-placeholder {
    color: #f8f8f8
}

.sb-search-input::-moz-placeholder {
    color: #f8f8f8
}

.sb-search-input:-ms-input-placeholder {
    color: #f8f8f8
}

.sb-icon-search, .sb-search-submit {
    /* width: 51px; */
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 0;
    margin: 0;
    /* line-height: 44px; */
    text-align: center;
    cursor: pointer;
}

#sidebar, #sidebar.hero {
    top: 60px;
    height: 100%;
    bottom: 0
}

.sb-search-submit {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    z-index: -1
}

.sb-icon-search {
    /* color: #fff; */
    /* background: var(--main); */
    z-index: 90;
    font-size: 1.25em;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding: 0.5em;
}

.no-js .sb-search, .sb-search.sb-search-open {
    width: 100%;
}

.no-js .sb-search .sb-search-submit, .sb-search.sb-search-open .sb-search-submit {
    z-index: 90
}

.cont-pad {
    padding-left: 15px!important;
    padding-right: 15px!important
}

ul.box-category.box-affiliate li a, ul.box-category.box-affiliate li a:visited {
    display: inline-block
}

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

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: all 250ms ease
}

.top-panel #search {
    display: none
}

.top-panel .sb-search {
    height: 46px
}

.top-panel .sb-icon-search, .top-panel .sb-search-submit {
    width: 60px;
    height: 46px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 46px;
    text-align: center;
    cursor: pointer
}

html {
    height: 100%
}

.search-top {
    /* margin: 16px 0; */
}

#search-top span {
    font-size: 24px
}

.cart-top-mobile, .login-top-mobile {
    /* margin: 14px 0; */
}

.cart-top-mobile span, .login-top-mobile span {
    font-size: 26px
}

.cart-top-mobile {
    position: relative
}

.cart-top-mobile .cart-cols {
    position: absolute;
    top: -5px;
    right: 10px;
    min-width: 16px;
    height: 16px;
    background: #005b7f;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 0 4px;
    line-height: 15px;
    display: none;
}

#search-top, .cart-top-mobile, .login-top-mobile {
    display: none!important
}

.mobile-icons-top {
    display: none;
}

.search-box-top {
    display: none;
    position: absolute;
    top: 41px;
    right: 0;
    left: 0;
    z-index: 100;
    padding: 15px;
    background: var(--back-gray2);
}

.search-box-top input[name=search] {
    background-color: #fff;
    display: block;
    padding: 10px 15px;
    width: 77%;
    /* color: #000000; */
    /* text-align: left; */
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    border-radius: 0;
    float: left;
}

.search-box-top input[type=submit] {
    display: inline-block;
    padding: 11px 0;
    width: 20%;
    color: #ffffff;
    text-align: center;
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    border-radius: 0;
    border: none;
    /* margin-left: 4px; */
    /* margin-right: -4px; */
    background: var(--main);
}

.box-main .header, .navbar-fixed-bottom {
    display: none
}

.category-slide {
    /* float: left; */
    width: 100%;
    /* max-height: 353px; */
}

.category-slide .owl-carousel .owl-stage-outer {
    /* max-height: 350px; */
    overflow: hidden;
}

.brands-slider .owl-theme .owl-controls, .category-slide #cat-product1 .owl-controls, .category-slide #cat-product2 .owl-controls {
    background: 0 0;
    border-top: none;
    /* margin: 10px -15px -24px; */
    padding-top: 5px;
    text-align: center;
}

.category-image {position: relative;min-height: 15em;padding: 1em;color: #fff;}
.category-image>*{
    position:relative;
    z-index:1;
}
.category-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000085;
    inset: 0;
    backdrop-filter: sepia(1);
}


.view h2.view-header {
    position: absolute;
    bottom: -16px;
    right: 0;
    left: 0;
    z-index: 500;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    width: 254px;
    padding: 5px 0
}

.category-image img {
    height: 373px
}

.category-slide .item .name {
}

.item .image img {
    /* max-height: 241px; */
    margin: 0 auto;
}

.category-slide .owl-theme .owl-controls {
    position: absolute;
    top: -74px;
    right: 0;
    z-index: 100
}

.category-image+.category-slide .owl-theme .owl-controls {
    top: 0
}

.brands-slider .owl-theme .owl-controls {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 100;
    display: none;
}

.news-style .owl-theme .owl-controls {
    /* position: absolute; */
    /* top: -38px; */
    /* right: 0px; */
    /* z-index: 100; */
}

.owl-theme .owl-controls {
    background-color: #d9dbdf00!important;
}

.anylist-header {
    position: absolute
}

.category-slide .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px
}

.category-slide .owl-theme .owl-controls .owl-page span {
    background: #505050
}

.category-slide .item {
}

.owl-item.loading {
    min-height: 150px
}

.item {
    margin: 0;
    max-width: 100%;
    /* text-align: center; */
    position: relative;
}

#column-left .item, #column-right .item {
    text-align: left!important
}

.item .image {
    display: block;
    position: relative
}

.item .image .new {
    position: absolute;
    top: 0;
    right: 0;
    width: 123px;
    height: 44px;
    z-index: 10
}

.item .image .sticker {
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 2px;
    padding: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .196);
    text-align: center;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    -khtml-border-radius: 50em;
    border-radius: 50em;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background-color: rgba(255, 81, 0, .85)
}

.item .image img {
    padding: 0;
    border: 0
}

.item .cart .button-cart:hover, .item .compare:hover, .item .wishlist:hover {
    color: #fff
}

.item .cart .button-cart, .item .compare, .item .wishlist {
    display: block;
    line-height: 40px;
    width: 36px;
    height: 38px;
    float: left;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #005b7f;
    background: url(/image/catalog/6ug.png) no-repeat 50% 50%;
}

.item:hover .cart {
    opacity: 1
}

.item .cart a {
    cursor: pointer
}

.item .cart .button-cart {
    border-radius: 2px;
    padding: 0;
    background: url(/image/catalog/6ug.png) no-repeat 50% 50%;
}

.item .compare, .item .wishlist {
    position: relative;
    margin-left: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(/image/catalog/6ug.png) no-repeat 50% 50%;
}

.item .price-old {
    font-size: 14px;
    text-decoration: line-through;
    color: #8d8d8d
}

.item .rating {
    margin-top: 10px
}

a.anylist-header {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px
}

.nav-tabs {
    /* border-color: #F2F2F2; */
    -moz-border-radius: 3px 3px 0 0;
    /* -webkit-border-radius: 3px 3px 0 0; */
    /* border-radius: 3px 3px 0 0; */
    /* border-left: 1px solid #F2F2F2; */
    /* border-right: 1px solid #F2F2F2; */
    /* position: relative; */
    /* z-index: 3; */
    /* top: 5px; */
    /* display: inline-block; */
}

.box-content .body-news h3 span, .news-style h3 span {
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase
}

.nav-tabs>li {
    float: left!important;
    position: relative!important;
    margin-bottom: -3px;
}

a.small-link {
    font-size: 1.2vw;
    color: var(--main);
    margin-left: 2em;
    text-align: right;
}

.inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.35em;
    width: 90%;
}

.box-content.news {
    border: 1px solid #dedede;
    background: #fff
}

.owl-controls {
    position: absolute;
    top: -3em;
    right: 0px;
    z-index: 100;
    background: var(--back-gray2);
}

.owl-next, .owl-prev {
    float: left;
    padding: 0;
    margin-left: 1em;
    color: #fff;
    width: 2em;
    height: 2em;
    background: url(../image/arrow.svg) no-repeat center/contain;
}

.owl-prev {
    transform: rotate(180deg);
}

.tab-content {
    box-shadow: none;
}

.image .thumbnails {
    height: 490px
}

.news-date {
    opacity: 0.5;
    font-weight: bold;
}

.panel {
    border: 0;
    background: none;
    border-radius: 0;
}

.panel-default>.panel-heading {
    padding: 0.5em 1em;
    background: none;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border: 0;
}

.panel.ocfilter {
    background: var(--back-gray2);
    /* box-shadow: rgba(38, 38, 38, 0.04) 0px 1px 2px, rgba(38, 38, 38, 0.16) 0px 8px 16px; */
}

.ocfilter-mobile-handle,#ocfilter-close {
    display: none;
}

.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0
}

.list-group-item {
    border: none;
    /* padding: 1em; */
    background: none;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color: #000;
    background: #F5F5F5;
    /* border: 1px solid #dedede; */
}

.list-group-item.active.current-link,.list-group-item.active.current-link+.toggle-a.current-link {
    /* background: #03719d; */
}

.box-main {
    margin-top: 3em;
}

.box-main .nav-tabs, .box-main .tab-content {
    justify-content: center;
    margin-bottom: 1em;
    border: none;
}

.box-main .nav-tabs>li.active, .box-main .nav-tabs>li:hover {
    border: 0!important;
    margin: 0;
    /* background: url(../image/price.png) no-repeat center; */
    /* background-size: cover; */
    background: white;
}

.box-main .nav-tabs>li {
    border: 0!important;
    background: transparent;
}

.box-main .nav-tabs>li>a {
    padding: 1em;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
}

.box-main .nav-tabs>li.active>a, .box-main .nav-tabs>li.active>a:focus, .box-main .nav-tabs>li.active>a:hover {
    color: var(--main);
}

.box-main.recomended {
    background: #edf1f2;
}

.preim-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    color: #fff;
}

.preim-wrapper>div {
    /* display: flex; */
    position: relative;
    padding: 2em;
    overflow: hidden;
    background: var(--back-gray);
}

.preim-wrapper img {
    width: 5em;
    position: absolute;
    opacity: 0.3;
    right: 2em;
}

.preim-wrapper>div>h5 {
    position: relative;
    width: 8em;
    font-weight: bold;
    font-size: 2em;
}

.login-checkout, .top-panel .dropup .dropdown-toggle {
    box-shadow: none!important
}

.top-panel .navbar ul {
    margin: 0 -15px
}

.top-panel .navbar ul .f-r {
    text-align: right
}

.top-panel .navbar ul .f-r a {
    float: right
}

.top-panel .navbar ul .f-r a:first-child {
    padding-right: 0
}

.top-panel .navbar a {
    line-height: 30px;
    font-size: 20px
}

.top-panel .dropup .dropdown-menu {
    top: 29px;
    bottom: auto
}

.top-panel .dropup .dropdown-menu a {
    font-size: 14px;
    line-height: 20px
}

.faded {
    opacity: .7
}

.image-additional .owl-stage {
    margin: 0 auto
}

.noUi-connect {
    background: var(--main)!important;
    !i;!; }

.pagination>li>a, .pagination>li>span {
    padding: 0.5em 0.75em;
    margin-left: -1px;
    line-height: 1;
    border: 1px solid rgba(221, 221, 221, .74);
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    /* z-index: 2; */
    color: #fff;
    cursor: default;
    background-color: var(--main);
}

.btn {
    /* border-radius: 2px; */
    transition-delay: 0;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 1, 1)
}

#megamenu-menu.navbar {
    margin-bottom: 0;
    /* background: var(--sec); */
    width: 100%;
    height: 100%;
    /* box-shadow: 2px 2px 4px rgba(0, 0, 0, .15); */
    padding: 0.7em 1em 0.8em 1em;
}

#container .alert {
    margin-left: 15px!important;
    margin-right: 15px!important
}

.margined-slider {
    margin-top: 30px
}

.options div.radio {
    float: left;
    height: 30px;
    width: 30px;
    margin: 0 2px
}

.options div.radio .not-selected-img, .options div.radio .selected-img {
    padding-left: 0
}

.options div.radio img {
    padding: 1px
}

#related .item {
    height: 380px
}

h2.account-heading {
    margin-bottom: 0
}

ul.account-ul {
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(255, 81, 0, .12);
    padding: 20px 0
}

ul.last-account-ul {
    border: 0
}

ul.account-ul li {
    padding: 30px 10px;
    display: table-cell;
    width: 25%
}

ul.sitemap-ul li {
    /* padding: 1em; */
    line-height: 2em;
    padding-left: 2em;
    font-size: 18px;
    font-weight: bold;
}

.sitemap-ul li>ul>li {
    /* padding: 1em; */
    line-height: 1.3em;
    font-size: 15px;
    font-weight: normal;
}

.sitemap-ul li a {
    color: #005b7f;
}

ul.list-unstyled.megamenu-haschild.simple-category li {
    padding-left: 10px;
}

ul.account-ul li a {
    display: block;
    margin: 0 auto
}

ul.account-ul li i {
    display: block;
    width: 100%;
    margin: 10px auto;
    font-size: 40px
}

ul.account-ul li a span {
    max-width: 65%;
    display: block;
    margin: 0 auto
}

ul.account-ul li:hover {
    border-radius: 6px
}

ul.account-ul li:hover a, ul.account-ul li:hover a:hover, ul.account-ul li:hover i {
    color: #fff!important;
    text-decoration: none
}

.sidebar-a ul li {
    font-size: 14px;
    line-height: 24px;
    margin-left: 18px
}

.sidebar-a h3 {
    font-weight: 400;
    margin-left: 18px;
    text-transform: uppercase;
    margin-top: 16px;
    font-size: 20px
}

#payment-new legend {
    border-bottom: 0
}

.product-grid div.pagination {
    /* text-align: center; */
    /* width: 100%; */
    /* margin: 20px 0; */
}

.mycategory {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    /* background: #fff; */
}

.child {
    position: relative;
    /* margin-top: 4em; */
}

.child li {
    padding: 0.25em 0;
    text-align: right;
}

.child .read_more {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 1em;
    display: inline-block;
}

.child h4 {
    /* text-align:right; */
    FONT-WEIGHT: bold;
}

.child h4 a {
    font-size: 1.25em;
    color: var(--main);
    font-weight: bold;
}

.mycategory-item {
    padding: 2em;
    position: relative;
    overflow: hidden;
    background: var(--back-gray2);
    /* background-size: 62em 100%; */
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    /* transition: 3s; */
}

.mycategory .image img {
    width: 100%;
    height: 100%;
}

.cap-mycategory * {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mycategory a {
    /* color: #fff; */
    line-height: 1em;
}

.mycategory-item:after {
    content: '';
    position: absolute;
    bottom: -12em;
    left: -12em;
    width: 25em;
    aspect-ratio: 1;
    border-radius: 500px;
    background: #0000008c;
    z-index: 0;
}

.mycategory-item:hover {
    background-position: -15em 0;
    transition: 1s;
}

.caption.cap-mycategory {
    /* position: absolute; */
    width: 50%;
}

.mycategory .image {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    left: 5%;
    /* bottom: 50%; */
    /* height: 100%; */
    width: 8em;
}

@media only screen and (max-width: 768px) {
    .mycategory {
        grid-template-columns: 1fr;
    }

    .mycategory .image {
        width: 4em;
    }

    .mycategory-item:after {
        content: '';
        position: absolute;
        bottom: -8em;
        left: -8em;
        width: 16em;
        aspect-ratio: 1;
        border-radius: 500px;
        background: #0000008c;
        z-index: 0;
    }

    .cap-mycategory a {
        font-size: 1.5em;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding-bottom: 30px;
        display: block;
    }
}

div.pagination {
    margin: 0;
}

h1.contact-header {
    padding-left: 15px;
    padding-right: 15px
}

.map-box {
    margin: 10px 0
}

.map-box h4 {
    font-size: 16px
}

.product-box-item {
    text-align: center;
    padding: 20px 0;
    margin: 0 10%
}

.product-box-item+.product-box-item {
    border-top: 1px solid #F5F5F5
}

.product-box-item img {
    /* width: 40% */
}

.product-box-item .rate img {
    width: 32%
}

#column-left .owl-nav, #column-right .owl-nav {
    position: absolute;
    top: -44px;
    right: 0;
    color: #fff;
    line-height: 38px;
    font-size: 28px
}

#column-left .owl-nav .owl-next, #column-left .owl-nav .owl-prev, #column-right .owl-nav .owl-next, #column-right .owl-nav .owl-prev {
    display: inline-block
}

#column-left .owl-nav .owl-prev, #column-right .owl-nav .owl-prev {
    margin-right: 14px
}

#column-left .owl-nav .owl-next, #column-right .owl-nav .owl-next {
    margin-right: 8px
}

.module-left .product {
    width: 100%;
}

#column-left .item:hover .name a, #column-right .item:hover .name a {
    color: inherit
}

.product-box-item:hover .name a {
    text-decoration: underline;
    color: rgb(0 91 127)!important;
}

.box-main .owl-carousel {
    margin: 0;
    background: transparent;
}

#column-left .body-news p, #column-right .body-news p {
    padding: 4px 10px
}

#column-left #owl-news-column, #column-left #owl-special-column, #column-right #owl-news-column, #column-right #owl-special-column {
    margin-bottom: 0!important
}

p.subscribe {
    color: #CCC
}

.subscribe-content {
    position: relative;
    margin-bottom: 18px
}

.subscribe-content .input-box {
    height: 35px;
    line-height: 35px;
    background: #F3F3F3;
    width: 100%
}

.subscribe-content input.input-text {
    height: 35px;
    display: block;
    line-height: 35px;
    width: 100%;
    padding-left: 10px;
    border: none;
    background: rgba(199, 197, 197, .48)
}

.subscribe-content .actions {
    float: left;
    width: 35px;
    position: absolute;
    right: 0;
    top: 0
}

.subscribe-content .actions button.button {
    overflow: visible;
    margin: 0;
    cursor: pointer;
    width: 35px;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #464646;
    color: #FFF;
    border: none;
    font-family: Arial;
    font-size: 0
}

.subscribe-content .actions button.button .fa {
    width: 36px;
    display: inline-block;
    font-size: 25px;
    color: #fff;
    line-height: 35px
}

.box-nain .news-set {
    border-top: 1px solid rgba(168, 164, 164, .5)
}

.box-nain .owl-carousel {
    background: 0 0
}

.box-nain .body-news {
    background: #fff;
    padding: 0 5px;
    margin: 0 20px
}

.cols {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 0;
}

.blog-layout.blog-list {
    border: 1px solid #F4F3F3;
    /* margin-bottom: 1em; */
    height: 100%;
    padding: 1em;
}

.blog-layout.blog-list:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.blog-layout.blog-list .image, .blog-layout.blog-list .image img {
    padding: 0;
    margin: 0;
}

.blog-caption .date, .blog-caption h4 {
    /* text-align: center; */
    /* font-size: 13px; */
    /* color: #333; */
}

.blog-caption h4 {
    /* height: 50px; */
    /* overflow: hidden; */
    /* font-size: 13px; */
    /* text-transform: uppercase; */
    /* padding: 0 5px; */
    /* line-height: 18px; */
    font-weight: bold;
}

.blog-caption .text {
    /* height: 74px; */
    /* text-align: left; */
    /* font-size: 14px; */
    /* line-height: 1.2em; */
    /* color: gray; */
}

article#content .blog-caption {
}

.news-full-desc .img-thumbnail {
    border: none;
    width: 200px;
    float: left;
    margin-right: 20px;
}

h3.news-featured {
    font-weight: 400;
    text-transform: uppercase
}

.news-full-desc-header {
}

.banner-box {
    margin: 20px auto 0
}

.banner-box .image-box {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.body-news img {
    width: 100%;
    height: 100%
}

.box-filter {
    padding: 20px;
    border-left: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    background: #fff
}

.box-filter span {
    padding: 1px;
    font-size: 18px;
    line-height: 26px
}

.box-filter label {
    cursor: pointer;
    color: #232323;
    font-weight: 400;
    font-size: 14px;
    padding-top: 1px
}

.box-filter ul li:hover {
    background: #fafafa
}

.checkbox-filter {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px
}

.checkbox-filter-main input[type=checkbox] {
    display: none
}

.checkbox-filter:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-color: #E4E2E2;
    border: 1px solid #CCC9C9;
    color: #fff;
    text-align: center;
    border-radius: 1px;
    margin: 0 5px 0 0
}

.checkbox-filter-main input[type=checkbox]:checked+.checkbox-filter:before {
    content: "\2713";
    font-size: 17px;
    font-weight: 700;
    border: 1px solid rgba(165, 165, 165, .46);
    color: #3EA748;
    background-color: #fdfdfd
}

#button-filter {
    margin: 10px 0 0
}

#sstore-3-level, #sstore-3-level ul, #sstore-3-level ul li, #sstore-3-level ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sstore-3-level ul li.open {
    /* border-left: 3px solid var(--main); */
    transition: 0.2s;
    background: #fff;
}

#sstore-3-level {
    width: 100%;
    background: var(--back-gray2);
}

#sstore-3-level li.active {
    background: #fff;
}

#sstore-3-level li.active li {
    /* border-bottom: 1px solid #edf1f2; */
}

#sstore-3-level ul ul {
    display: none
}

#sstore-3-level>ul>li.active>ul {
    display: block
}

.align-right {
    float: right
}

#sstore-3-level>ul>li>a {
    padding: 1em 1em;
    cursor: pointer;
    /* z-index: 2; */
    font-size: 0.8em;
    text-decoration: none;
    /* color: #d1d1d1; */
    /* background: #005B7F; */
    font-weight: bold;
    -o-transition: color .2s ease;
    /* transition: color .2s ease; */
    /* border-bottom: 1px solid #5a5a5a; */
    text-transform: uppercase;
    background: transparent;
}

#sstore-3-level>ul>li>a:hover {
    background: #d9d9d9;
    font-weight: bold;
}

#sstore-3-level>ul>li>a.current-link {
    background: #d9d9d9;
    font-weight: bold;
}

#sstore-3-level>ul>li .toggle-a, #sstore-3-level>ul>li .toggle-a.current-link {
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    /* border: none; */
    /* background: transparent; */
    /* height: 2em; */
    /* width: 2em; */
}

#sstore-3-level>ul>li .toggle-a:hover {
    background: transparent;
    border: none;
}

#sstore-3-level ul>li.has-sub>a.toggle-a {
    position: absolute;
    right: 0em;
    top: 0.5em;
    display: block;
    width: 1em;
    background: url(../image/cat-arrow.svg) no-repeat center/20%;
    transition: all .1s ease-out;
}

#sstore-3-level ul>li.has-sub.open>a.toggle-a {
    transform: translateY(0em) rotate(90deg);
}

#sstore-3-level ul ul li a {
    padding: 0.5em 1em;
    cursor: pointer;
    z-index: 2;
    font-size: 0.7em;
    /* text-decoration: underline; */
    /* color: #e9e9e9; */
    /* background: #d9d9d9; */
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-bottom: 1px solid transparent;
}

#sstore-3-level ul li ul li {
    /* background: #dee4e6; */
    /* padding-left: 5px; */
}

#sstore-3-level ul ul ul li a {
    padding-left: 2em;
    /* background: #cbd1d3; */
}

#sstore-3-level ul ul li a:hover {
    color: var(--main);
}

#sstore-3-level ul ul li a.current-link {
    /* color: #ffffff; */
}

#sstore-3-level ul ul>li.has-sub>a:after {
    top: 16px;
    right: 26px;
    background: #ddd
}

#sstore-3-level ul ul>li.has-sub>a:before {
    top: 20px;
    background: #ddd
}

.size-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 1000px;
    margin: 20px auto
}

.slideshow-box .owl-controls .owl-nav div {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    transition: all .3s ease
}

#filter-mobile, #filter-mobile .box-heading, #filter-mobile.filter-show, #filter-mobile.filter-show .box-heading {
    transition-timing-function: cubic-bezier(.1, .57, .1, 1);
    transition-duration: .5s
}

.slideshow-box .owl-controls .owl-nav .owl-prev {
    left: 10px;
    top: 50%
}

.slideshow-box .owl-controls .owl-nav .owl-next {
    right: 10px;
    top: 50%
}

.slideshow-box .owl-carousel:hover .owl-nav div {
    opacity: .7
}

.slideshow-box .owl-carousel:hover .owl-nav div:hover {
    opacity: .4
}

.slideshow-box .owl-controls .owl-nav div i {
    font-size: 40px;
    margin: -20px 0 0
}

.slideshow-box .owl-dots {
    text-align: center;
    top: 0;
    position: relative;
    cursor: pointer
}

.slideshow-box .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 6px
}

.slideshow-box .owl-dots .owl-dot span {
    display: block;
    width: 11px;
    height: 11px;
    background: rgba(0, 0, 0, .5);
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.slideshow-box .owl-dots .owl-dot.active span {
    background: rgba(0, 0, 0, .9)
}

.image-additional-carousel .owl-nav {
    position: absolute;
    top: 42%;
    width: 100%
}

.image-additional-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0
}

.image-additional-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0
}

.image-additional-carousel .owl-nav .owl-next, .image-additional-carousel .owl-nav .owl-prev {
    background: #f0f0f0;
    padding: 5px
}

.image-additional-carousel .owl-nav .owl-next:hover, .image-additional-carousel .owl-nav .owl-prev:hover {
    background: #b0b0b0
}

#tab-description ul, .news-full-desc ul {
    padding-left: 10px;
    list-style: none;
}

#tab-description ul>li, .news-full-desc ul>li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    /* color: #505050; */
    font-weight: bold;
}

#tab-description ul>li:before, .news-full-desc ul>li:before {
    content: '';
    position: absolute;
    top: 40%;
    left: 4px;
    width: 5px;
    height: 5px;
    margin-top: 0;
    border-radius: 50%;
    background: #005b7f;
}

.product-info .image h1 {
    position: relative
}

.product-info .image h1 span {
    position: absolute;
    top: 30px;
    left: 0;
    background: url(../images/icon-new.png) no-repeat;
    width: 50px;
    height: 49px;
    z-index: 1
}

.cart-total-row {
    margin: 1em 0;
}

.cart-total-row div {
    text-align: right
}

a.register.logged {
    background: #005b7f;
    padding: 0 5px!important;
    margin: 0 5px;
    color: #fff;
}

.reward-product {
    padding: 10px 0 0;
    font-size: 16px
}

.tab-content .owl-item img {
    margin-bottom: 10px;
    width: 100%;
}

.image-hover-effect img, .reviewfield .col-sm-9 input#input-name, .reviewfield .col-sm-9 textarea {
    width: 100%
}

.reviewfield .col-sm-9 textarea {
    resize: vertical
}

.row.menu-row {
    /* margin-right: 15px; */
}

.to_top {
    position: fixed;
    top: 0px;
    right: 15px;
    left: 15px;
    z-index: 200;
    /* margin-top: 0; */
}

#megamenu-menu .container {
    position: relative;
    /* padding-left: 0; */
}

a.cheaper {
    display: inline-block;
    margin: 0 0 10px 10px;
    padding: 4px 8px;
    vertical-align: middle;
    color: #fff;
    border-radius: 2px
}

.account-content {
    padding: 20px 15px 0;
    text-align: center
}

.account-content h1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

.account-content .table-div, .account-content form {
    width: 50%;
    margin: 0 auto;
}

.account-content form legend, .account-content h2 {
    font-size: 28px;
    text-transform: uppercase;
    border: 0;
    /* padding-right: 30px; */
    /* color: #85cded; */
}

.account-content .well h2 {
    padding-right: 0
}

.account-content form legend i, .account-content h2 i {
    margin: 10px
}

.account-content .buttons {
    margin-top: 20px;
    text-align: center
}

.account-content .buttons div {
    display: inline-block;
    margin: 0 20px;
    /* text-transform: uppercase */
}

.account-content .button, .account-content .buttons div .button {
    text-transform: uppercase
}

.account-content .buttons div .button-back {
    text-decoration: underline
}

.account-content .buttons div .button-back:hover {
    text-decoration: none
}

.account-content .table-div {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px
}

.account-content .table-div.wishlist-table {
    padding: 0;
    border-radius: 2px
}

.account-content .table-div table {
    border: 0;
    margin-bottom: 0
}

.account-content .table tbody tr:hover {
    background: 0 0
}

.account-content .table tbody tr td {
    border: 0
}

.wishlist-tr, .wishlist-tr td {
    border: 0!important
}

.account-content .table-div table .button-back {
    text-decoration: underline;
    text-transform: uppercase;
    display: block;
    margin-top: 30px
}

.account-content .table-div table .button-back.no-mt {
    margin-top: 0
}

.account-content .table-div table .button-back.no-mt .fa {
    margin-left: 6px;
    font-size: 16px
}

.account-content .buttons div .button .fa {
    margin-right: 6px
}

.account-content .required {
    color: #252525
}

.wishlist-tr {
    color: #fff
}

.wishlist-content-tr {
    padding: 10px;
    height: 80px
}

.wishlist-content-tr:hover {
    background-color: rgba(255, 81, 0, .11)!important
}

.wishlist-content-tr td {
    vertical-align: middle!important
}

.newsletter-label {
    text-align: right!important
}

.newsletter-div {
    text-align: left!important
}

.btn-info, .btn-primary {
    /* color: #fff!important; */
    background: var(--main);
    font-size: 1em;
}

.btn-primary >* {
    color:#fff!important;
}

.btn-primary[disabled] {
    background: gray;
}

.btn-info:hover, .btn-primary:hover {
    color: #fff;
    /* background-color: #36764c; */
    border-color: var(--main);
}

.account-content .radio {
    text-align: left
}

.well {
    background: 0 0;
    border: 0;
    box-shadow: none
}

.well .forget {
    margin: 2em 0;
    display: block;
    text-decoration: underline;
    color: gray;
}

.box .panel-footer, .filtered .list-group-item {
    background: none;
}

.well p.text {
    min-height: 150px
}

.reg-text {
    display: block!important;
    margin-bottom: 10px!important;
    color: #aaaaaa;
}

.reg-text a {
    text-decoration: underline;
}

.reg-text input[type=checkbox] {
    /* margin-top: 2px; */
    vertical-align: middle;
    transform: scale(1.6);
    margin: 10px 1em;
}

.options input[disabled]+label, .options label input[disabled]+.disable-image-option {
    position: relative;
    opacity: .5;
    cursor: help
}

.options input[disabled]+label:before, .options label input[disabled]+.disable-image-option:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.options label input[disabled]+.disable-image-option:before {
    top: 5px;
    left: 5px;
    right: 0;
    bottom: 0;
    margin: 0
}

.img-thumbnail {
    /* border: none; */
    padding: 0;
    /* background: transparent; */
    /* border: 0; */
    /* border-radius: 0; */
    /* max-width: 4em; */
}

.options div.radio .selected-img img {
    border-color: #797979
}

.options input[disabled]+label:hover, .options label input[disabled]+.disable-image-option:hover {
    opacity: .2
}

.img-thumbnail:hover, .not-selected:hover {
}

.box .panel-footer {
    border: 1px solid rgba(208, 208, 208, .22);
    border-top: 0;
    border-radius: 0
}

#filter-products-form #input_price_max, #filter-products-form #input_price_min {
    border: 1px solid rgba(154, 154, 154, .17)!important;
    border-radius: 0!important;
    background: rgba(204, 204, 204, .07);
    font-size: 12px;
    height: 24px;
    padding: 5px
}

#filter-products-form #input_price_max:hover, #filter-products-form #input_price_min:hover {
    background: #fff!important
}

#filter-products-form a.list-group-item {
    /* font-weight: 700 */
}

#filter-products-form .list-group-item {
    /* max-height: 236px; */
    overflow-x: hidden;
    border: none;
    /* border-top: 0; */
    color: #005b7f;
    padding: 5px 15px;
    text-align: center;
}

#filter-products-form .ui-widget-header {
    background: rgba(99, 118, 139, 0.44);
    font-weight: 700;
}

.cat-options .control-label, .checkout_form .fastorder-panel-default p strong, .slideshow-box h2 {
    /* font-weight: 400; */
}

.avg_rating, .sreview-author, .store-rating {
    font-weight: 700
}

#filter-products-form .ui-state-, #filter-products-form .ui-state-default {
    background: #63768b!important;
    border: 2px solid rgba(138, 138, 138, .24);
    border-radius: 50px;
}

#filter-products-form .ui-state-hover {
    background: #42d662!important;
    cursor: pointer
}

#filter-products-form .checkbox-image {
    float: left;
    margin-right: 6px
}

#filter-products-form .checkbox-image img {
    cursor: pointer;
    border: 2px solid rgba(171, 171, 171, .23);
    border-radius: 2px
}

#filter-products-form .checkbox-image img:hover {
    cursor: pointer;
    border: 2px solid rgba(171, 171, 171, .53)
}

#filter-products-form .highlight {
    border: 2px solid rgba(87, 87, 87, .99)!important
}

#filter-products-form a.list-group-item:focus, #filter-products-form a.list-group-item:hover {
    background: rgba(196, 196, 196, .18)
}

#filter-mobile, .panel-default.box {
    background: #fafafa
}

#filter-products-form a.list-group-item .name {
    /* float: left; */
    /* cursor: pointer; */
    /* text-decoration: underline; */
}

#filter-products-form a.list-group-item .name:hover {
    text-decoration: none
}

.buynow a, .rew-disabled a {
    text-decoration: underline
}

.buynow a:hover, .rew-disabled a:hover, a.out-of-stock-button:hover {
    text-decoration: none
}

#filter-products-form a.list-group-item .link {
    float: right;
    cursor: pointer;
    color: rgba(130, 128, 128, .42)
}

#filter-products-form a.list-group-item .link:hover {
    color: rgba(130, 128, 128, .8)
}

.buynow, .buynow a, .buynow a:hover {
    color: #fff
}

#filter-products-form .item-content {
    display: none
}

#filter-products-form .expanded .item-content {
    display: block
}

#filter-products-form .price-item, .price-name {
    border-bottom: 0!important
}

#filter-products-form .ui-widget-content {
    border: 0
}

#filter-products-form input[type=checkbox], #filter-products-form input[type=radio] {
    margin-top: 2px
}

#filter-mobile {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: -240px;
    width: 240px;
    z-index: 100;
    overflow: scroll
}

#filter-mobile.filter-show {
    left: 0
}

#filter-close {
    position: absolute;
    top: 0;
    left: 190px;
    width: 40px;
    height: 52px;
    color: #080808;
    font-size: 22px;
    z-index: 101;
    text-align: right;
}

.mobile-category-header {
    display: none
}

#filter-mobile .box-heading {
    position: fixed;
    width: 240px;
    top: 60px;
    left: -240px;
    right: 0;
    z-index: 3
}

#filter-mobile.filter-show .box-heading {
    left: 0
}

#filter-mobile .box-content {
    margin-top: 60px
}

.manufacturers-filter .item-content {
    max-height: 246px!important
}

.product-info .stickers {
    font-size: 14px;
    padding: 0 10px;
    line-height: 24px;
    -webkit-box-shadow: 0 2px 17px -4px rgba(0, 0, 0, .27);
    -moz-box-shadow: 0 2px 17px -4px rgba(0, 0, 0, .27);
    box-shadow: 0 2px 17px -4px rgba(0, 0, 0, .27);
    clear: both;
    display: inline-block;
    margin-bottom: 10px
}

.availabil, .micro-price {
    display: none;
}

.sticker-box {
    position: absolute;
    left: 20px;
    top: 50px;
    width: 50%;
    z-index: 2;
}

.stickers-cat {
    line-height: 22px;
    opacity: .8;
    padding: 2px 6px;
    -webkit-box-shadow: 0 2px 17px -4px rgba(0, 0, 0, .27);
    -moz-box-shadow: 0 2px 17px -4px rgba(0, 0, 0, .27);
    box-shadow: 0 2px 17px -4px rgba(0, 0, 0, .27);
    float: right;
    margin-bottom: 6px;
    clear: both
}

.sticker-box-cat {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    z-index: 2000;
    pointer-events: none
}

a.popup_view_button {
    z-index: 10;
}

i.contacts-fa {
    position: relative;
    top: 27%;
    left: 0%;
    font-size: 40px;
    cursor: default;
}

#right-block i, .product-box-item, div#tab-extra-0 {
    position: relative
}

#shedule i {
    /* position: absolute; */
    /* top: 33%; */
    /* left: 28%; */
    font-size: 27px;
    margin-top: 0.3em;
}

#right-block i {
    top: 50%;
    float: right;
    margin-right: 0px;
    font-size: 26px;
    /* color: var(--main); */
}

i.fa.fa-shopping-cart {
}

.product-box-item .sticker-box-cat {
    border-radius: 4px;
    margin-top: 5px
}

.item .sticker-box-cat .stickers-cat, .product-box-item .sticker-box-cat .stickers-cat {
    border-radius: 1px;
    font-size: 11px
}

.box .owl-nav {
    font-size: 16px!important;
    line-height: 38px!important
}

.ya-share2__badge {
    border-radius: 50%!important
}

.news-full-desc .ya-share2 ul>li {
    padding-left: 0!important
}

.buynow {
    height: auto;
    line-height: 30px;
    width: auto;
    margin: 20px auto 0;
    padding: 10px 20px;
    font-size: 22px;
    background: #8FBB6D;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1)
}

.buynow span, .stars-rev {
    font-size: 16px
}

.stars-rev {
    color: #ffdf88
}

.review-list .author {
    font-size: 16px;
    color: #474747
}

.flex {
    display: flex;
    /* background:white; */
    margin-top: 10px;
    flex-wrap: wrap;
}

.flex >div {
    flex: 1 1 50%;
    padding: 15px;
}

.flex4 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -5px;
}

.flex4 .box1 {
    flex: 0 0 23%;
    /* background: #fff; */
    padding: 0 15px 15px 15px;
    /* border: 5px solid #edf1f2; */
    /* background: url('/image/fon/tupai-thumb1.jpg') 10px 5px  no-repeat #fff; */
    /* box-shadow: rgba(38, 38, 38, 0.04) 0px 1px 2px, rgba(38, 38, 38, 0.16) 0px 8px 16px; */
    margin: 1%;
    box-sizing: border-box;
}

#tab-description {
    /* font-size: 0.8em; */
    /* color: #7D7D7D; */
    /* line-height: 22px; */
    /* padding: 0 1em; */
    padding: 15px 0;
}

.recomended {
    border-left: 10px solid #edf1f2;
    max-width: 300px;
}

.category-info ul, .category-info ul li {
    list-style: square;
    padding-bottom: 0.5em;
    font-style: italic;
}

.category-info ul {
    /* padding-left: 40px; */
    /* color: #005b7f; */
    /* line-height: 1.5em; */
}

.cheaper {
    background: #8FBB6D
}

.man-list-logo {
    margin: 10px 5px
}

.man-list-logo:hover {
    -webkit-box-shadow: 0 2px 25px -1px rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 2px 25px -1px rgba(0, 0, 0, .13);
    box-shadow: 0 2px 25px -1px rgba(0, 0, 0, .13)
}

p.rcom {
    font-size: 12px;
    color: grey;
    padding: 4px 6px
}

.list-reviews-row, .reviewspage-header, .store-rating {
    font-size: 16px
}

.revcom {
    max-height: 420px
}

.comm-st {
    height: 45px;
    overflow: hidden;
    line-height: 18px
}

.com-column {
    text-align: center;
    padding: 6px
}

.nomar {
    margin: 0!important
}

div#tab-extra-0 {
    padding-bottom: 30px;
    padding-top: 30px;
    height: auto;
    overflow: hidden
}

.store-rating .rating-count, .store-rating .rating-from {
    display: inline-block;
    padding: 9px 12px;
    background: #f8f8f8
}

.store-rating .rating-count {
    color: #2aa51d
}

.store-rating .rating-from {
    color: #ff5100
}

.input-sort-reviews {
    margin-top: 8px
}

.sort-reviews-row {
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    margin: 0
}

.list-reviews-row+.well-sm {
    padding: 20px 0
}

.reviews-content .product-list {
    border-bottom: 1px solid #ececec;
    padding: 10px 4px 20px;
    overflow: visible
}

.reviews-content .product-list .well-sm {
    color: #5a5959;
    font-size: 14px;
    line-height: 24px
}

.small-date {
    font-size: 12px;
    color: #b7b7b7
}

.bigrating {
    font-size: 14px
}

.avg_rating {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #2aa51d
}

.avg_rating span {
    border-bottom: 1px dashed #2aa51d
}

.avg_rating_info {
    display: none
}

.avg_rating:hover+.avg_rating_info {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
    background: #fff;
    border: 1px solid rgba(226, 226, 226, .69)
}

.rev-pagination {
    padding: 10px 0 0
}

.product-info .stickers, .stickers-cat {
    border-radius: 0
}

.box.info-box {
    margin-top: 20px
}

.info-box .box-content {
    border-left: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    padding: 10px
}

.info-box .box-content ul li {
    padding: 6px 0
}

.cat-options {
    color: rgba(82, 80, 105, .74);
    display: none;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 4px
}

.cat-options .radio {
    display: inline-block;
    margin: 0
}

.cat-options .radio label {
    padding-left: 0;
    max-height: 20px;
    max-width: 16px;
    vertical-align: middle;
    cursor: default;
    margin-right: 4px
}

#right-block .fa-shopping-bag, .fastorder-panel-default label {
    cursor: pointer;
    /* color: rgb(125 125 125); */
}

.cat-options .form-group {
    margin: 0;
    padding: 6px 0 0
}

.product-grid .product:hover .product-about .cat-options {
    display: block
}

.cat-options .size-box .radio label {
    max-height: 20px;
    max-width: 100px;
    background: #f0f0f0;
    padding: 2px 4px;
    margin-top: -2px;
    margin-right: 6px
}

.cat-options+div, .product-grid .price+div {
    /* border-top: 1px solid #FFF */
}

.cat-options .radio label img {
    border: 1px solid #f0f0f0;
    margin-top: 1px
}

a.out-of-stock-button {
    background: rgba(191, 191, 191, .75);
    color: rgba(0, 0, 0, .47);
    padding: 10px 16px;
    border-radius: 5px;
    line-height: 16px;
    position: relative;
    display: block;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%
}

.sreview-author {
    font-size: 16px;
    line-height: 20px
}

.sreview-date {
    font-size: 12px;
    line-height: 16px;
    color: #949494
}

.fastorder-panel-default .panel-heading, .rew-disabled {
    font-size: 1.5em;
}

.sreview-text {
    color: #5d5d5d;
    line-height: 16px
}

.button-all-sreview {
    text-align: center;
    margin-bottom: 15px
}

input.form-control.order-quantity {
    /* min-width: 40px; */
}

.checkout_form-first-div {
    position: relative;
    z-index: 10
}

.login-checkout .forgotten {
    padding-left: 10px
}

.login-checkout {
    border-radius: 0!important;
    background-color: rgba(233, 233, 233, .17)!important;
    border-color: #f7f7f7!important;
    padding-left: 0!important;
    padding-right: 0!important
}

.login-checkout .fastorder-panel-default.login-form {
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    border-color: #fbfbfb;
    box-shadow: none
}

.login-checkout #show-login {
    padding-left: 15px;
    padding-right: 15px
}

.fastorder-panel-default {
    /* border-radius: 0!important; */
    /* background: #fff; */
    /* color: #000; */
}

.fastorder-panel-default .panel-heading h4 {
    /* color: rgb(0 91 127); */
    /* border-color: rgba(221, 221, 221, 0); */
    /* border-radius: 0; */
    /* text-align: left; */
    /* background: #005b7f; */
    font-weight: bold;
    /* font-size: 1.5em; */
}

.checkout_form .fastorder-panel-default {
    /* border-color: #bcc1c2!important; */
}

.checkout_form .fastorder-panel-default p {
    color: #000;
    font-weight: bold;
}

.checkout_form .fastorder-panel-default label {
    /* display: flex; */
    /* gap: 1.2em; */
    /* color: #2b2b2b; */
}

.fastorder-table-bordered {
    /* border:none; */
}

.fastorder-table-bordered td:nth-child(3),.fastorder-table-bordered td:nth-child(4) {
    width: 13em;
}

.fastorder-table-bordered>tbody>tr>td {
    line-height: 1em;
    padding: 0.5em;
    font-size: 0.9em;
}

.fastorder-panel-default .form-control, .login-checkout .form-control {
    border-radius: 0;
    background: #f5f5f5;
    border: none;
    outline: none;
    box-shadow: none;
    /* border-bottom: 2px solid #000; */
    padding: 0.5em;
    height: auto;
    text-align: center;
}

.fastorder-panel-default input[type=checkbox] {
    margin-top: -3px;
    cursor: pointer
}

.fastorder-panel-default .panel-heading i {
    margin-right: 8px
}

#content .product-info .tabs-box .tab-content>.active {
    display: initial
}

.tooltip-inner {
    max-width: 500px!important
}

.box-content .banner>div {
    margin-bottom: 0
}

.rew-disabled {
    padding: 14px 0
}

.top-panel-div .right a {
    padding: 0 0 0 18px
}

.input-group .form-control[name^=quantity] {
    /* min-width: 50px; */
}

.slideshow-box h2 {
    color: #000;
    font-size: 34px;
    margin-top: 120px;
    line-height: 48px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    z-index: 10
}

.slideshow-box p {
    margin-top: 40px;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 100
}

.slideshow-box .slideshow-plus-link {
    display: block;
    width: 30%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background: #000;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 26px;
    padding: 10px 0;
    font-weight: 400
}

.slideshow-box .slideshow-plus-link:hover {
    background: #ff5100;
    text-decoration: none;
    transition-duration: .2s;
    transition-property: all
}

.image-hover-effect {
    text-decoration: none;
    border: none;
}


.list-group-item.ocfilter-option {
    padding: 0em 1em 1em 1em;
}

.navbar-nav>li {
    float: none;

}

.video-tab-content {
    position: relative;
    padding-bottom: 56.25%;
    padding-top30px; height: 0;
    overflow: hidden
}

.video-tab-content iframe, .video-tab-content object, .video-tab-content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#popup-view-wrapper .sub_images img {
    border: 1px solid rgba(0, 0, 0, 0.08)
}

.table-bordered tr:nth-child(2n) {
    background: rgb(247, 247, 247);
}

.box-main+.oct-slideshow {
    margin-top: 20px
}

.terms-footer-block {
    color: #fff;
}

.terms-footer-block a {
    color: #fff;
    text-decoration: underline;
}

div#selected-filters {
    margin: 1em 0;
}

.cat-wrapper {
    /* padding: 0 15px; */
}

.modal-body ul,.modal-body ol {
    padding: 10px 0;
    border-top: 2px solid #005b7f;
    border-bottom: 2px solid #005b7f;
}

.modal-body ul li {
    list-style: circle;
    margin-left: 3em;
    color: #737373;
}

.modal-body ol li {
    list-style-type: decimal;
    margin-left: 1em;
    color: #005b7f;
}

.block-cards-item {
    display: inline-block;
    width: 57px;
    height: 37px;
    margin-right: 20px;
}

.price-old {
    color: #b5b5b5;
    text-decoration: line-through;
}

.you-save {
    color: #ff9800;
}

/*OC-filter*/
/*=Font size */
.ocfilter-option .ocf-option-name {
    font-size: 0.8em;
    margin-bottom: 1em;
    /* font-family: Roboto; */
    /* text-align: center; */
    /* text-transform: uppercase; */
    font-weight: bold;
    /* color: #174456; */
    /* letter-spacing: 1px; */
}

.ocfilter-option .ocf-option-values {
    overflow: visible;
}

.list-group-item {
    overflow: visible!important;
}

.ocfilter-option .ocf-option-values .dropdown-menu {
    min-width: 100%;
    max-height: 250px;
    overflow: auto;
    padding: 10px;
}

.ocfilter-option .ocf-color {
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 19px;
    margin: 1px -16px 0 -3px;
    width: 19px;
}

.ocfilter-option .ocf-image {
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
    height: 19px;
    margin: 1px -16px 0 -3px;
    position: relative;
    width: 19px;
    z-index: 10;
}

.ocfilter-option label {
    /* cursor: pointer; */
    /* display: block; */
    /* font-size: 0.8em; */
    /* font-weight: normal; */
    /* line-height: 1.5; */
    /* white-space: normal; */
    /* padding: 4px 0; */
    /* width: 100%; */
}

.ocfilter-option .dropdown-menu label {
    white-space: nowrap;
}

.ocfilter-option label input {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: top;
}

.ocfilter-option label small {
    background-color: #9b9b9b;
    color: #fdfdfd;
    font-weight: 200;
    /* font-size: 0.8em; */
    /* margin-left: 5px; */
}

.ocfilter-option label.disabled {
    color: #999999;
}

.ocfilter-option label.disabled small {
    background-color: #EFEFEF;
    color: #999999;
}

.ocfilter-option label {
    /* color: #444; */
    /* font-size: 0.8em; */
    /* text-decoration: none; */
}

.ocfilter-option label.ocf-selected {
    color: #005b7f;
}

.ocfilter-option label.ocf-selected small {
    /* opacity: 0; */
}

/*=Collapse Options */
button[data-target="#ocfilter-hidden-options"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

button[data-target="#ocfilter-hidden-options"] .fa:before {
    content: "\f078";
}

button[data-target="#ocfilter-hidden-options"][aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

button[data-target="#ocfilter-hidden-options"][aria-expanded="true"] .fa:before {
    content: "\f077";
}

/*=Collapse Values */
.collapse-value {
    margin-bottom: 10px;
}

.collapse-value > button, .collapse-value > button:focus, .collapse-value > button:active, .collapse-value > button:active:focus {
    text-align: left;
    background: transparent;
    border-bottom: 1px dashed;
    box-shadow: none;
    padding: 0;
    font-size: 13px;
    /* text-decoration: underline; */
    outline: none;
    /* color: #5ea576; */
    font-weight: bold;
    display: inline;
    width: auto;
}

.collapse-value > button .fa:before {
    content: "\f107";
}

.collapse-value > button[aria-expanded="true"] {
}

.collapse-value > button[aria-expanded="true"] .fa:before {
    content: "\f106";
}

/*=Selected Options */
.selected-options {
    color: #333333;
    padding: 0;
}

.selected-options .ocfilter-option {
    background-color: #F8F8F8;
    font-size: 12px;
    padding: 15px 15px;
}

/*=Price filtering */
#ocfilter-price .ocf-option-values {
    padding: 10px 10px 5px;
}

.trackbar, .trackbar .left-block, .trackbar .right-block {
    height: 4px;
}

.popover-content .form-inline {
    white-space: nowrap;
}

.popover-content .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.scale {
    margin-bottom: 35px;
    margin-left: 15px;
    margin-right: 15px;
}

.ocfilter .popover .form-inline .form-control {
    width: 100px;
}

/* Position center style */
.ocfilter-content-top, .ocfilter-content-bottom {
}

.ocfilter-content-top .box-content, .ocfilter-content-bottom .box-content {
    font-size: 0;
}

.ocfilter-content-top .ocfilter-option, .ocfilter-content-bottom .ocfilter-option {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

.ocfilter-content-top .ocfilter-option + .ocfilter-option, .ocfilter-content-bottom .ocfilter-option + .ocfilter-option {
    border-top: none;
}

.ocfilter-option input {
    width: 0;
    height: 0;
    opacity: 0;
    display: none
}

.ocfilter-option label {
    position: relative;
    /* font-weight: normal; */
    padding-left: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.4em;
    font-size: .8em;
}

.ocfilter-option label span {
    color: var(--main);
    margin-left: .3rem
}

.ocfilter-option label:before {
    position: absolute;
    content: '';
    width: 1rem;
    height: 1rem;
    /* background: #fff; */
    left: 0;
    cursor: pointer;
    border: 1px solid ;
}

.ocfilter-option label input {
    width: 0;
    height: 0;
    opacity: 0;
    display: none
}

.ocfilter-option label:has(input:checked):before {
    background: var(--main);
    background-size: 70%;
}

#ocfilter-button .btn {
    width: 100%;
    font-size: 0.8em;
}

button.btn.btn-primary.disabled {
    padding: 0;
    border: none;
}

#ocfilter-button {
    height: 2.53em;
}

/*=Mobile */
.ocf-offcanvas {
    position: fixed;
    top: 0;
    background-color: #fff;
    bottom: 0;
    left: -250px;
    z-index: 1000;
    height: 100%;
    width: 250px;
    padding: 0;
    -webkit-transition: left 250ms ease;
    -moz-transition: left 250ms ease;
    -ms-transition: left 250ms ease;
    -o-transition: left 250ms ease;
    transition: left 250ms ease;
}

.ocf-offcanvas.active {
    left: 0;
}

.ocf-offcanvas .ocfilter-mobile-handle {
    position: absolute;
    left: 103%;
    bottom: 15px;
}

.ocf-offcanvas .ocfilter-mobile-handle .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /* background: #5ea576; */
    border: none;
    width: 40px;
    height: 40px;
    opacity: 0.8;
}

.ocf-offcanvas .ocf-offcanvas-body {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 32%);
}

.ocfilter-option .btn-danger, .selected-options .btn-danger {
    background: #ffffff;
    font-size: 14px;
    margin: 5px 0;
    border-color: var(--main);
    display: block;
    color: #000;
}

.ocfilter-option select option:disabled {
    color: #c0c0c0;
}

.ocfilter-option select.selected {
    background: #1f92bd;
    margin: 1px;
}

.selected-options .ocfilter-option {
    /* float:left; */
    overflow: hidden;
}

.field-tip {
    position: relative
}

/*ADDCART*/
#part {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    display: none;
    z-index: 2000;
    background: rgba(95, 97, 112, 0.6)
}

#partcont {
    position: relative;
    /* color: #000; */
    /* font-size: 20px; */
    /* line-height: 22px; */
    width: 50%;
    /* min-width: 230px; */
    /* max-height: 600px; */
    /* height: auto; */
    margin: 10% auto 0 auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    background: #fff;
    padding: 2em;
    -webkit-box-shadow: 0px 5px 41px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 5px 41px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 44%);
}

#partcont .content {
    display: block;
}

#loading-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 96%;
    background: url('../images/ajax_round.gif') no-repeat center center;
    z-index: 100;
    opacity: 0.7;
}

#partcont .heading {
    font-size: 2em;
    font-weight: bold;
}

#partcont .heading #cart-total {
    /* font-size: 18px; */
    /* float:left; */
    /* margin: 10px 0; */
}

#partcont .empty {
    font-size: 18px;
    line-height: 40px;
    margin: 40px 0;
}

#partcont:before {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
    background: url(../image/closepop.png) no-repeat;
    cursor: pointer;
}

.imagesd {
    position: relative;
}

.iconer {
    position: absolute;
    left: 0;
    top: 0;
    width: 119px;
    height: 119px;
    z-index: 5;
    background-image: url(../image/added.png);
    background-repeat: no-repeat;
}

.en {
    background-image: url(../image/addeden.png)!important;
}

.uk {
    background-image: url(../image/adduk.png)!important;
}

.testbutton {
    background: #5ea576;
    color: #fff!important;
    font-size: 14px;
    padding: 12px 16px;
    /* font-family: 'Roboto', sans-serif; */
    /* text-align: left; */
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.testbutton:hover {
    background: #2b6c41;
    text-decoration: none!important;
}

.mcartdiv {
    width: 100%;
    height: 100%;
}

.mcartdivatem {
    font-size: 16px;
    font-weight: normal;
}

.mcartdivatem a, .mcartdivatem a:visited {
    color: #FF5100;
    text-decoration: underline;
}

.mcartdivatem a:hover {
    text-decoration: none;
}

.mcartok {
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
}

.mcarti {
    /* float: left; */
    /* width: 50%; */
}

.mcartimage {
    max-height: 10em;
    width: auto;
}

.mcartproductname {
    /* font-size: 15px; */
    text-align: center;
    /* line-height: 16px; */
    /* color: #005b7f; */
    /* font-weight: bold; */
    padding: 1em;
}

.mcartright {
    display: flex;
    justify-content: center;
    gap: 2em;
}

.mcarthr {
    width: 100%;
    height: 70px;
    border-bottom: 1px dotted #f0f0f0;
}

.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}

.mini-cart-info td {
    /* color: #000; */
    /* vertical-align: top; */
    /* padding: 10px 5px; */
    /* border-bottom: 1px solid #EEEEEE; */
    /* font-size: 16px; */
}

.mini-cart-info td:nth-child(3) {
    width: 40%;
}

.mini-cart-info .image {
    width: 1px;
}

.mini-cart-info .image img {
    width: 62px;
    height: 62px;
    float: left;
    margin-right: 18px;
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
    -webkit-box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
    box-shadow: 0 1px 2px rgba(208, 208, 208, 0.6);
}

.mini-cart-info .name {
}

.mini-cart-info .name a {
    color: #444;
    font-size: 12px;
    text-decoration: underline;
}

.mini-cart-info .name a:hover {
    text-decoration: none;
}

.mini-cart-info .quantity {
    display: none;
}

.mini-cart-info .remove {
    padding-top: 1em;
    padding-bottom: 1em;
}

.mini-cart-info td.total {
    text-align: right;
    font-weight: bold;
    font-size: 12px;
}

.mini-cart-info .remove img {
    cursor: pointer;
    width: 100%;
    max-width: 25px;
}

.mini-cart-total {
    text-align: right;
    font-size: 18px;
}

.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}

.mini-cart-total td {
    color: #000;
    padding: 4px;
    font-size: 14px;
}

#partcont .checkout a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 14px;
    background: #0a1821;
    padding: 6px 14px;
    text-decoration: none;
    display: inline-block;
}

#partcont .checkout a:hover {
    background: #ff5100;
    text-decoration: none;
}

@media only screen and (max-width:767px) {
    #partcont {
        width: 98%;
        padding: 5px;
    }

    .mini-cart-info td:nth-child(3) {
        width: 40%;
    }

    .price-cart {
        font-size: 20px;
    }

    #partcont .checkout a {
        font-size: 12px;
    }

    .mini-cart-total td {
        font-size: 12px;
    }

    .mini-cart-info .remove {
        padding: 30px 5px;
    }

    #partcont .checkout a:last-child {
        clear: both;
        margin-top: 4px;
    }
}

.err404 {
    width: 100%;
    text-align: center;
}

.err404 span {
    font-size: 5em;
}

.err404 p {
    text-align: center;
    padding: 20px 0;
}

.err404 img {
    vertical-align: bottom;
    width: 8em;
}

/****Autosearch*/
#livesearch_search_results {
    margin: 0px;
    padding: 1em;
    position: absolute;
    top: 3em;
    left: 0px;
    min-width: 265px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #f0f0f0;
    overflow: auto;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    width: 60vw;
}

#livesearch_search_results .result {
    padding: 0.5em;
    flex: 1;
}

#livesearch_search_results img {
    width: 3em;
}

#livesearch_search_results .result .price-ajax {
    font-weight: bold;
}

#livesearch_search_results a, #livesearch_search_results a:visited, #livesearch_search_results a:hover {
    line-height: 1.2em;
}

#livesearch_search_results img {
    border-radius: 0px;
}
