* {
    margin: 0;
    padding: 0;
    /* user-select: none; */
}

html,
body,
.body-wrapper {
    height: 100%;
}

.body-innerwrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

#sp-main-body {
    flex: 1 0 auto;
    padding: 0px 0;
}

#sp-footer {
    flex: 0 0 auto;
    padding: 20px 0px;
    background-color: #fff;
}

#sp-footer .sp-copyright {
    /* color: #c0c0c0; */
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
}

::-webkit-scrollbar-button {
    background-image: none;
    background-repeat: no-repeat;
    width: 8px;
    height: 0px
}

 ::-webkit-scrollbar-track {
    background-color: transparent
}

 ::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: #c3c3c3;
}

 ::-webkit-resizer {
    background-image: none;
    background-repeat: no-repeat;
    width: 6px;
    height: 0px
}

 ::-webkit-scrollbar {
    width: 6px;
}

::selection {
    background: #47474a;
    color: #fff;
}

:focus {
    outline: 0;
}

a {
    color: #000;
}

a:hover,
a:active,
a:visited {
    color: #23527c;
    outline: none;
    text-decoration: none;
}

#sp-top-bar {
    height: 45px;
}

#sp-top-bar .custom div {
    position: relative;
    text-align: center;
}

#sp-top-bar .custom .row {
    margin-top: 13px;
    text-transform: uppercase;
}

#sp-top-bar .custom a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
}

#sp-top-bar .custom a:hover {
    color: #23527c;
}

#sp-top-bar .custom img {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-bottom: 3px;
    margin-right: 5px;
}

#sp-top-bar .custom span {
    display: inline-block;
    font-size: 13px;
}

.header-container {
    padding: 15px 30px 0 30px;
}

#sp-header {
    padding-top: 15px;
}

#sp-top2 a,
#sp-top2 p {
    font-weight: 400;
    color: #000;
}

#sp-top2 a:hover {
    opacity: 0.8;
}

#sp-top2 p {
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}

#sp-logo {
    text-align: center;
}

section#sp-slider {
    margin-top: 15px;
}

#sp-promo-counter {
    width: 100%;
    background-color: #eb1919;
    z-index: 150!important;
    position: sticky;
    top: 0;
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
    transition: initial;
    color: #070011;
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding: 22px 15px 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
}

.sp-megamenu-parent>li:hover>a,
.sp-megamenu-parent>li:hover>span {
    color: #000;
}

.sp-megamenu-parent>li.sale>a,
.sp-megamenu-parent>li.sale>span {
    color: red;
}

.sp-megamenu-parent>li.sp-has-child>a>span,
.sp-megamenu-parent>li.sp-has-child>span {
    display: flex;
    align-items: center;
    white-space: nowrap;
    cursor: default;
}

.sp-megamenu-parent>li.sp-has-child>a>span:after,
.sp-megamenu-parent>li.sp-has-child>span:after {
    content: '';
    background-image: url(/images/down-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: .0s ease-out;
    -webkit-transition-delay: 0.5s;
    -o-transition: .0s ease-out;
    -o-transition-delay: 0.5s;
    -moz-transition: .0s ease-out;
    -moz-transition-delay: 0.5s;
    transition: .0s ease-out;
    transition-delay: 0.5s;
}

.sp-megamenu-parent>li.sp-has-child:hover>a>span:after,
.sp-megamenu-parent>li.sp-has-child:hover>span:after {
    transform: rotate(180deg);
}

.sp-mega-group>li.item-header:first-child {
    margin-bottom: 18px;
}

.sp-mega-group>li.item-header:first-child>span {
    font-weight: 600;
}

.sp-mega-group>li {
    text-align: left;
}

ul.sp-megamenu-parent {
    display: flex!important;
    justify-content: space-between;
}

.oneItem {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.oneItem img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
    max-height: 345px;
    width: 100%;
}

.oneItem:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1.1, 1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
}

.absoluteOneItem {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    padding: 30px;
}

.oneItemblock {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

.moreInfo {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 45px;
    display: inline-block;
    margin: 0;
    border: none;
    color: #fff;
    border: 1px solid white;
    font-weight: 600;
    position: relative;
}

.moreInfo:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.moreInfo:hover {
    color: #333;
    text-decoration: none;
}

.moreInfo:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.shutter-out-vertical {
    -webkit-transition: color 300ms;
    transition: color 300ms;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.btn {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    white-space: normal!important;
    word-wrap: break-word;
}

.custom.miniBanners {
    margin-top: 30px;
}

.acym_introtext .info {
    margin: 20px 0px 10px;
}

.acym_introtext .info p {
    font-size: 16px;
    line-height: 1;
}

.acym_introtext p:nth-child(1) {
    width: 80%;
    display: inline;
    float: left;
    line-height: 15px;
}

.acym_introtext .info p>span {
    font-size: 10px;
}

.pcn_footer_newslet p:nth-child(2) {
    width: 20%;
    font-size: 37px;
    display: inline;
    line-height: 32px;
    font-weight: 600;
}

.acym_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.acym_form>div {
    width: 50%;
}

.acym_form>.fieldacyterms {
    width: 100%;
    font-size: 11px;
    line-height: 10px;
    margin: 0!important;
}

.acym_module_form input {
    background: transparent none repeat scroll 0 0!important;
    background-color: black!important;
    border: 1px solid #fff!important;
    color: #fff!important;
    height: 38px!important;
    position: relative!important;
    margin-bottom: 8px!important;
    font-size: 13px!important;
    border-radius: 0!important;
}

.acym_module_form input.checkbox {
    height: 13px!important;
    margin-bottom: 0!important;
}

.acym_module_form input.subbutton {
    background: #fff none repeat scroll 0 0!important;
    border: medium none!important;
    color: #000f38!important;
    float: left!important;
    font-size: 14px!important;
    font-weight: 600!important;
    line-height: 18px!important;
    padding: 10px 31px!important;
    text-transform: uppercase!important;
}

.social-icons h3,
#sp-bottom .sp-module-title {
    font-size: 17px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 28px;
    margin-top: 17px;
}

#sp-bottom ul.menu a {
    transition: all 300ms ease-out;
    color: #231f20;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.social-icons li a {
    display: block;
    text-align: left;
    padding-left: 5px;
    font-size: 11px;
    line-height: 10px;
    margin-bottom: 5px;
}

.social-icons li a span {
    height: 1.1em;
    width: 1.1em;
    font-size: 1.3em;
    padding-right: 5px;
}

.sp-author {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 11px;
}

.sp-author a {
    display: inline-block;
    margin-left: 5px;
    color: #000;
}

.sp-author a:hover {
    color: #01AFF9;
}

.sp-author img {
    display: inline-block;
    max-height: 19px;
}

#sp-bottom1 .sp-column {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#sp-bottom1 .sp-column>.sp-module,
#sp-bottom1 .sp-column>.social-icons {
    padding: 0 15px;
}

.article-header>h1,
.article-header>h2,
.article-details h1,
.article-details h2 {
    /* font-weight: 300;
    text-transform: uppercase;
    margin: 0.67em 0;
    text-align: center; */
    font-size: 36px;
    margin: 30px 0;
    width: 100%;
}

#sp-breadcrumbs {
    padding: 5px 0 8px;
    font-size: 13px;
}

.breadcrumb {
    background: transparent;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb-item>a,
.breadcrumb-item>span,
.breadcrumb-item.active {
    margin: 0 5px;
    color: #070011;
    font-weight: 500;
    text-transform: uppercase;
}

.breadcrumb-item.active,
.breadcrumb-item.active>span {
    color: #878787;
}

.breadcrumb-item+.breadcrumb-item {
    margin-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #878787;
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
}

.ambanners {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

.main-container {
    border-style: solid;
    border-color: #ebebeb;
    border-width: 1px 0 0;
}

.catalog_header_title {
    font-size: 2em;
    margin: 0.67em 0;
}

.page-contacts .article-details {
    margin-bottom: 45px;
}

.page-contacts .article-details p {
    font-size: 17px;
    font-weight: 500;
}

.page-contacts .article-details a {
    color: #414042;
}

.pcn_benefits {
    transition: all 300ms ease-out 0s;
}

.pcn_benefits {
    margin: 35px -15px;
}

.pcn_benefits>p>a {
    width: 33.33%;
    text-align: center;
    transition: all 300ms ease-out 0s;
    display: block;
    float: left;
    /* height: 300px; */
    text-align: center;
    transition: all 300ms ease-out 0s;
    border-right: 1px solid #eee;
    background: #fbfbfb;
    padding: 50px;
}

.pcn_benefits>p>a:last-child {
    border-right: none;
}

.pcn_benefits>p>a:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
    position: relative;
    border-color: #fff;
}

.pcn_benefits>p>a:hover {
    -webkit-box-shadow: 0px 0px 51px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 51px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 51px 3px rgba(0, 0, 0, 0.1);
}

.pcn_benefits>p>a img {
    width: auto;
    height: 39px;
    margin-top: 5px;
    display: inline-block;
}

.pcn_benefits b {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    text-transform: uppercase;
    /* min-height: 129px; */
    min-height: 65px;
}

.pcn_benefits span {
    display: block;
    transition: all 300ms ease-out 0s;
    padding: 10px 14px;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    max-width: 190px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 13px;
}

.pcn_benefits>p>a:hover span {
    color: #fff;
    background: #000;
}

#sp-top3 .menu {
    text-align: right;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

#sp-top3 .menu a {
    display: inline-flex;
    align-items: center;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

#sp-top3 .menu a img,
.pcn_cart_button_wr img {
    max-width: 11px;
    margin-right: 10px;
    margin-left: 15px;
}

.pcn_cart_button_wr {
    display: flex;
    align-items: center;
}

.pcn_cart_button_wr a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

#sp-top3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#search_mini_form {
    display: inline-block;
}

#search_mini_form .form-search {
    position: relative;
    display: flex;
}

#search_mini_form label {
    display: none;
}

#search_mini_form input {
    background: #f0f0f0;
    color: #aaa;
    height: 38px;
    width: 250px;
    font-size: 14px;
    border-radius: 2px 0 0 2px;
    border: 2px solid transparent;
}

#search_mini_form input:focus {
    box-shadow: none;
    outline: none;
    border: 2px solid #000;
}

#search_mini_form button {
    background-color: #f0f0f0;
    color: #000;
    padding: 0px 15px;
    height: 38px;
    padding: 5px;
    border: none;
    cursor: pointer;
}

.sp-search {
    width: 100%;
    text-align: right;
}

#system-message-container,
#proopc-system-message {
    padding: 0 19px;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    opacity: 0.9;
    z-index: 9999;
    max-width: 300px;
    width: 100%;
}

.alert .alert-heading {
    display: none;
}

.alert,
.proopc-alert {
    color: #fff;
    background-color: #000;
    border-radius: 2px;
    border: none;
    text-align: left;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    box-shadow: 0 10px 20px 0 rgba(17, 17, 17, .25);
}

.alert .close,
.proopc-alert .close {
    font-weight: 300;
    margin-right: -5px;
    position: relative;
    top: -10px;
    right: -10px;
    text-shadow: none;
    font-size: 16px;
    color: #fff;
}

.products-grid .pcn_product_box {
    transition: all 300ms ease-out;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
    margin-bottom: 35px;
    /* min-height: 475px; */
}

.pcn_product_box_cont {
    transition: all 300ms ease-out 0s;
    margin-left: 0px;
    /* padding-bottom: 40px; */
    padding-bottom: 20px;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}

.pcn_product_box_cont .bottom {
    padding: 0 15px;
}

.pcn_product_box_cont:hover {
    -webkit-box-shadow: 0px 0px 51px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 51px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 51px 3px rgba(0, 0, 0, 0.1);
}

.pcn_product_box_cont .prodifretkol {
    display: none;
}

.pcn_product_box span.top {
    overflow: hidden;
    display: block;
    text-align: center;
}

.pcn_product_box span.top>a {
    display: block;
    text-align: center;
    width: 100%;
    height: 295px;
    overflow: hidden;
    padding: 30px 15px 15px 15px;
}

.pcn_product_box span.top img {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-height: 250px;
    object-fit: contain;
    object-position: center;
}

.pcn_ribbon_left {
    position: absolute;
    left: 15px;
    top: 0;
    display: inline-block;
    height: auto !important;
    max-width: 115px !important;
    border: 0 !important;
    text-align: center;
    margin: 0 auto;
    color: #444;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
    z-index: 13;
    font-weight: 600;
}

.pcn_ribbon_discount_red {
    background: #ed2127;
    color: #fff;
    padding: 0 9px;
}

.pcn_ribbon {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    height: auto !important;
    max-width: 115px !important;
    border: 0 !important;
    left: 0;
    text-align: center;
    margin: 0 auto;
    color: #444;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
    z-index: 13;
    font-weight: 600;
}

.pcn_ribbon_promo {
    color: #444;
}

.pcn_product_box_cont .item {
    margin: 35px;
    margin-bottom: 5px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pcn_product_box a {
    background: none;
    color: #808285;
    font-weight: 600;
}

.pcn_product_box a {
    color: black !important;
    text-align: center !important;
}

.pcn_product_related_wr .product-image {
    width: 100%;
    height: 295px;
    overflow: hidden;
    display: block;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.category-products {
    margin-top: 30px;
}

.pcn_product_box span.bottom {
    display: block;
    padding: 0px 15px;
    height: 75px;
}

.pcn_product_row .type,
.pcn_product_row .name,
.pcn_product_box .type,
.pcn_product_box .name {
    display: block;
    font-size: 1.3em;
    font-weight: 600;
    color: #58595b;
    text-transform: uppercase;
    line-height: 1.1em;
}

.pcn_product_row .type,
.pcn_product_row .name,
.pcn_product_box .type,
.pcn_product_box .name {
    color: #000;
}

.pcn_product_box span.name {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.name .product-name {
    font-size: 10px;
    display: block;
}

.name .product-sku {
    font-weight: normal;
    font-size: 11px;
    color: #909090;
}

.pcn_product_row .price,
.pcn_product_box .price {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.pcn_product_box .price-box {
    text-align: center;
    margin-top: 5px;
}

.products-grid .price-box>div {
    margin: 0px;
    display: block;
    line-height: 1em;
}

.special-price span {
    color: #ca1c00;
}

.products-grid .price-box>div {
    margin-bottom: 3px;
}

.products-grid .price-box .vm-price-desc {
    display: none;
}

.products-grid .price-box .old-price span {
    font-size: 11px;
    color: #909090;
    text-decoration: line-through;
    font-weight: 400;
}

.attr-colors-container {
    margin-bottom: 12px;
    display: block;
}

.attr-colors-container input {
    display: none;
}

.attr-colors-container .controls {
    text-align: center;
}

.attr-colors-container label {
    border-radius: 50%;
    width: 21px;
    height: 21px;
    font-size: 0;
    cursor: pointer;
    margin: 5px 5px 0 0;
}

.attr-colors-container label:hover {
    opacity: 0.9;
}

.attr-colors-container label.checked,
.attr-colors-container label:hover {
    border-radius: 50%;
    width: 19px;
    height: 19px;
    font-size: 0;
    border: 2px solid #fff;
    margin: 5px 5px 4px 2px;
    position: relative;
    top: 3px;
}

.attr-colors-container label.checked:before,
.attr-colors-container label:hover:before {
    content: '';
    border: 1px solid #7b7b7b;
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    border-radius: 50%;
    top: -3px;
    left: -3px;
}

.headexpand,
.headexpand_show {
    background: transparent!important;
    float: unset!important;
    width: auto!important;
    height: auto!important;
    display: block;
    margin-right: 0!important;
}

.headexpand:before {
    left: 0;
    padding-right: 10px;
    content: "\f067";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    vertical-align: middle;
}

.headexpand.headexpand_show:before {
    content: "\f068";
}

.cf_clear {
    display: none;
}

.cf_flt_wrapper label {
    display: flex!important;
    align-items: center;
    margin-bottom: 3px;
}

.cf_flt_wrapper .cf_flt {
    margin-right: 7px;
}

.cf_filters_list li .cf_option {
    color: #070011;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.4;
    margin-left: 5px;
    display: flex;
    align-items: center;
}

.cf_filters_list li .cf_option>svg {
    margin-right: 10px;
}

.toolbar-top {
    padding-bottom: 0px;
}

div.view-mode {
    float: right;
    height: 62px;
    color: #808285;
    color: #000;
    font-size: 1.1em;
    padding-left: 33px;
    font-weight: 600;
    margin-top: 20px;
}

div.sort-by {
    float: right;
    height: 62px;
    color: #808285;
    color: #000;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 20px;
}

div.view-mode,
div.sort-by {
    margin-top: 5px;
}

div.view-mode label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-right: 20px;
    margin-left: 0;
    line-height: 62px;
    float: left;
}

div.view-mode .options {
    display: inline-block;
    line-height: 72px;
    margin-right: -10px;
}

.list2 {
    width: 26px;
    height: 15px;
    margin: 3px 0px;
    display: inline-block;
}

div.view-mode .options>* {
    cursor: default;
}

.list2 span {
    width: 6px;
    height: 6px;
    float: left;
    background: #000;
    display: block;
}

.list2 span:nth-child(1),
.list2 span:nth-child(2),
.list2 span:nth-child(3),
.list2 span:nth-child(4) {
    margin-right: 2px;
}

.view-mode strong.list2 span {
    background: #474747;
}

.list2 span:nth-child(4) {
    margin-right: 2px;
    clear: both;
    margin-top: 2px;
}

.list2 span:nth-child(6),
.list2 span:nth-child(5) {
    margin-right: 2px;
    margin-top: 2px;
}

div.sort-by label {
    margin-right: 0px;
    margin-left: 0;
    line-height: 62px;
    line-height: 43px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
}

div.sort-by .grid,
div.sort-by select {
    margin-top: 6px;
    border: 0px solid #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: auto;
    line-height: 22px;
    height: 50px;
    padding: 13px 3px;
    background: #fff;
    outline: none;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    color: #000;
}

.product-name .pcn_ribbon {
    position: relative;
}

.pcn_product_view .product-name span {
    margin-top: 10px;
    font-weight: 500;
    font-size: 0.9em;
}

.pcn_product_view .product-name span {
    color: #000;
}

.pcn_product_view .product-name span.pcn_ribbon {
    display: inline;
    padding: 3px 15px;
    font-weight: 600;
    text-transform: uppercase!important;
    z-index: 0;
}

.pcn_product_view h1 {
    margin-top: 3px;
    font-size: 30px;
}

.pcn_product_info .add-to-box {
    border-style: solid;
    border-color: #ebebeb;
    border-width: 0 0 1px;
}

.pcn_product_info .add-to-box {
    margin-top: 5px;
}

.additional-features {
    color: #008000;
    font-size: 13px;
    text-transform: uppercase;
    margin: 2rem 0 1rem 0;
    padding: 0;
    list-style: none;
}

.additional-features li {
    margin-bottom: 5px;
}

.additional-features li i {
    font-size: 13px;
    margin-right: 10px;
    width: 10px;
}

.pcn_product_list,
.pcn_product_info_gradient {
    min-height: 50px;
    max-height: 69px;
    padding: 15px;
}

.pcn_product_price.pcn_product_info_gradient {
    text-align: left;
    text-transform: none;
    min-height: auto;
    max-height: auto;
    color: #000;
    padding: 0px;
    font-size: 18px;
    font-weight: 400;
}

.catalog-product-view .pcn_product_info_gradient {
    min-height: 69px;
}

.pcn_product_price .price-box {
    margin-top: 10px;
    display: inline-block;
}

.pcn_product_price .price-box>.old-price span {
    color: #aaa;
    font-weight: 400;
    font-size: 13px;
    text-decoration: line-through;
}

.pcn_product_price .price-box>.old-price span.vm-price-desc {
    text-decoration: none;
}

.pcn_product_price .price-box>.special-price span {
    font-size: 20px;
    font-weight: 500;
    color: #008000;
}

.pcn_product_price .price-box>.special-price span.vm-price-desc {
    color: #000;
}

.product-img-box {
    min-height: 100px;
}

.pcn_thumbnails_wro {
    overflow: hidden;
    height: 665px;
}

.pcn_thumbnail_wrsmall a {
    margin: 8px auto;
    border: 1px solid #ebebeb;
    height: 112px;
    width: 112px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pcn_thumbnail_wrsmall img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 5px;
}

.pcn_product_view .pcn_big_img_preview {
    overflow: hidden;
    border: 1px solid #ebebeb;
    position: relative;
}

.der-prev {
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
    text-transform: lowercase;
    font-size: 11px;
    line-height: 1.1;
}

.der-next {
    cursor: pointer;
    text-align: center;
}

.der-prev img {
    display: inline-block;
    margin-top: 5px;
}

.topborder {
    padding-top: 20px;
    border-style: solid;
    border-color: #ebebeb;
    border-width: 1px 0 0;
}

h2.prodifret,
h2.prodifretkol {
    font-size: 20px;
    cursor: pointer;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

h2.prodifret,
h2.prodifretkol {
    font-size: 16px;
}

.prodifret:after {
    position: absolute;
    right: 10px;
    top: 23px;
    padding-right: 10px;
    content: "\f067";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    vertical-align: middle;
}

.prodifret.active:after {
    content: "\f068";
}

ul.pcn_product_params {
    padding-left: 15px;
}

.pcn_short_text {
    font-weight: 500;
}

.product_options {
    padding-top: 20px;
}

.pcn_product_view .attr-colors-container .controls {
    text-align: left;
}

.pcn_product_view .attr-colors-container label {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 0;
    cursor: pointer;
    margin: 5px 5px 0 0;
}

.pcn_product_view .attr-colors-container label:hover {
    opacity: 0.9;
}

.pcn_product_view .attr-colors-container label.checked,
.pcn_product_view .attr-colors-container label:hover {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 0;
    border: 2px solid #fff;
    margin: 5px 5px 4px 2px;
    position: relative;
    top: 3px;
}

.pcn_product_view .attr-colors-container label.checked:before,
.pcn_product_view .attr-colors-container label:hover:before {
    content: '';
    border: 1px solid #7b7b7b;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    border-radius: 50%;
    top: -3px;
    left: -3px;
}

.pcn_big_img_preview .zoomWrapper img {
    display: inline-block;
    max-width: 100%!important;
    height: auto!important;
}

.pcn_big_img_preview_wr i {
    padding-right: 10px;
}

.pcn_big_img_preview .fa-expand {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(/images/powieksz.png) no-repeat 0px 0px;
    content: "";
    width: 30px;
    height: 30px;
    display: block;
}

.pcn_addtocart .quantity-box,
.pcn_big_img_preview .fa-expand::before {
    display: none;
}

.pcn_addtocart input.addtocart-button {
    min-width: 210px;
    text-align: center;
    background: #000;
    width: auto;
    padding: 13px 16px;
    font-weight: 700;
    margin-right: 10px;
    font-size: 14px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
}

.pcn_addtocart input.addtocart-button:hover {
    opacity: 0.8;
}

.pcn_addtocart.pcn_product_info_gradient {
    margin: 0 -15px;
    max-height: 100%;
    display: flex;
}

.pcn_product_buy_link {
    margin-left: 20px;
    border-radius: 0;
    min-width: 210px;
    text-align: center;
    background: #fff;
    width: auto;
    padding: 13px 16px;
    font-weight: 700;
    margin-right: 20px;
    font-size: 14px;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
}

.pcn_product_buy_link:hover {
    opacity: 0.8;
}

.pcn_product_related_wr {
    padding-top: 70px;
    padding-bottom: 45px;
    /* background: #F7F8FA; */
}

.pcn_product_related_wr h2 {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0;
}

.view-cart #sp-main-body {
    border-style: solid;
    border-color: #ebebeb;
    border-width: 1px 0 0;
}

#ProOPC {
    margin-top: 30px;
}

#ProOPC table thead tr {
    border-bottom: 1px solid #d8d9d9;
}

#ProOPC .pcn_col_img {
    width: 170px;
    padding-top: 10px;
}

#ProOPC .pcn_col_img img {
    max-width: 147px;
    width: 100%;
    padding: 25px;
}

#ProOPC .col-name span {
    display: block;
    font-weight: 500;
}

#ProOPC .col-name b {
    font-weight: 500;
}

.pcn_col_stock {
    margin: 10px 0;
}

.pcn_col_stock>span {
    font-weight: 500!important;
    padding: 5px 15px;
    background-color: #f1f1f1;
    font-size: 11px;
    color: #000;
    display: inline-block!important;
}

.col-price,
.col-total {
    text-align: center!important;
}

.emptyCart-view .cart-page-title {
    text-align: center;
    margin-bottom: 30px!important;
}

.proopc-continue-shopping {
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    padding-left: 5px;
    font-size: 11px;
    color: #000;
    width: 130px;
    text-align: right;
}

.proopc-continue-shopping:hover {
    text-decoration: none!important;
    color: #000;
    opacity: 0.8;
}


/* .acym_module_form label {
    display: inline-flex!important;
    align-items: center;
} */

.acym_module_form input {
    margin-right: 5px!important;
}

.pcn_cart_summary .pcn_totals {
    background: #f5f5f5;
    padding: 15px;
}

h2.podsumwam {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
}

.forpay {
    text-align: center;
    margin: 0 auto;
    width: 50%;
    border-top: 1px solid #d8d9d9;
    padding: 5px;
    font-size: 1.2em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.forpay>* {
    margin: 0 5px;
}

table#shopping-cart-totals-table {
    padding: 5px;
    width: 85%;
    margin: 0 auto!important;
    text-transform: none;
    font-weight: 500;
}

#ProOPC table#shopping-cart-totals-table tr {
    border-bottom: none;
}

.pcn_subtotal {
    text-align: right;
    padding-right: 25px;
    margin-top: 4px;
}

table#shopping-cart-totals-table td {
    padding: 15px 15px 5px;
    font-size: 1em;
}

.a-left {
    text-align: left;
}

.a-right {
    text-align: right;
}

#free-delivery-info {
    float: right;
    padding-right: 0;
    margin-top: 10px;
    background: #f5f5f5;
    width: 100%;
    padding: 15px;
}

#free-delivery-info .section-title {
    text-transform: uppercase;
    text-align: center;
}

#percentage-bar-wrapper {
    padding: 0 30px;
    text-align: center;
}

#percentage-bar {
    width: 60%;
    height: 4px;
    background: #dcdcdc;
    display: inline-block;
    overflow: hidden;
}

#current-bar-status {
    width: 60%;
    background: black;
    height: 100%;
}

#free-delivery-info img {
    display: inline-block;
}

#percentage-bar #success-icon {
    height: 18px;
    width: 18px;
    position: absolute;
    z-index: 999;
    left: 75%;
    bottom: 14px;
    border-radius: 25px;
    background: white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

#success-icon .fill-green {
    fill: #62b644;
}

#free-delivery-info .section-title.success {
    font-weight: 600;
    color: #62b644;
}

.pcn_checkout_buttons {
    text-align: right;
    margin-top: 30px;
}

.btn-proceed-checkout {
    border: 1px solid #000;
    transition: all 300ms ease-out;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.3em;
    font-weight: 400;
    color: #fff;
    background-color: #000;
    padding: 20px 65px;
}

.btn-proceed-checkout.powrot,
.btn-proceed-checkout:hover,
.btn-proceed-checkout:focus {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}

.btn-proceed-checkout.powrot:hover {
    background-color: #000;
    color: #fff;
}

.discount {
    margin-top: 10px;
}

.pcn_cart_coupon label {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #070011;
    margin-bottom: 5px;
    margin-top: 5px;
}

.pcn_cart_coupon .pcn_coupon_inputs {
    position: relative;
}

.pcn_coupon_inputs div.input-box {
    width: 100%;
}

.pcn_cart_coupon input.input-text {
    border: 1px solid #d8d9d9;
    color: #000;
    height: 38px;
    display: block;
    position: relative;
    padding: 15px 5px 0;
}

#ProOPC .proopc-input-append #proopc-coupon-code[type="text"] {
    width: 100%!important;
    height: 40px !important;
    font-size: 11px!important;
    padding: 8px 12px 8px 5px !important;
    outline: 0;
    text-align: left;
    border: 1px solid #d8d9d9;
    color: #000;
    box-shadow: none;
    text-transform: uppercase;
}

#proopc-task-savecoupon {
    font-size: 13px;
    height: 38px;
    margin-top: 5px;
    padding: 0 15px;
    display: inline-block;
    width: auto;
}

.proopc-empty-continue-link a {
    width: auto;
    margin-bottom: 30px;
}

.login .form-control {
    border-radius: 0!important;
    font-size: 14px;
    border-color: #000;
    padding: 14px 15px 14px 15px !important;
    background-color: #fff!important;
}

.login .input-group-prepend {
    display: none!important;
}

.account-login {
    padding: 65px 0 50px;
}

.checkout-lines {
    border-right: 1px solid #d9dada;
    min-height: 400px
}

.account-create h1,
.account-create h2,
.pcn_checkout_wr h2,
.custom_title {
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: 500;
    color: #070011;
    text-align: center;
    margin-top: 0;
}

.pcn_loginform p,
.pcn_checkout_wr p {
    font-size: 1.2em;
    font-weight: 400;
    color: #070011;
    text-align: center;
    margin-top: 45px;
    line-height: 1.4em;
}

.pcn_login_buttons {
    margin-top: 30px;
    text-align: center;
}

.pcn_login_buttons button {
    margin: 5px 0px;
    background-color: #000;
    width: 250px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 1.1em;
    border: 0;
    cursor: pointer;
    padding: 15px 10px;
    text-transform: uppercase;
}

.pcn_login_buttons button:hover {
    opacity: 0.8;
}

.pcn_loginform ul {
    list-style: none;
    margin-top: 25px;
    padding: 0;
    width: 100%;
}

.pcn_loginform ul li {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

.pcn_loginform ul li .input-box {
    /* overflow: hidden; */
    width: 300px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.pcn_loginform ul li input,
.account-ragistration input,
.pcn_loginform ul li textarea,
.account-ragistration textarea,
#ProOPC input,
#ProOPC textarea {
    border-radius: 0!important;
    font-size: 14px!important;
    border-color: #000!important;
    padding: 14px 15px 14px 15px !important;
    background-color: #fff!important;
    width: 100%;
    color: #495057;
}

.pcn_loginform .input-group-prepend {
    display: none;
}

.pcn_login_submit {
    margin-top: 15px;
    text-align: center;
}

.pcn_login_submit button,
.sac_button {
    margin: 5px 0px;
    background-color: #000;
    color: #fff!important;
    width: 250px;
    display: inline-block;
    padding: 15px 10px;
    transition: all 300ms ease-out;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1em;
    border: 0;
    cursor: pointer;
}

.pcn_login_submit button:hover,
.pcn_login_submit button:focus,
.sac_button:hover,
.sac_button:focus {
    border-radius: 0;
    opacity: 0.8;
}

.pcn_forgotten_pass {
    text-align: center;
    margin-top: 5px;
}

.pcn_forgotten_pass a {
    color: #b3b3b3;
    font-size: 12px;
    text-decoration: underline;
}

.pcn_forgotten_pass a:hover {
    opacity: 0.8;
}

.pcn_form_buttons {
    display: block;
    margin-top: 40px;
    padding-top: 22px;
    border-top: 1px solid #c9caca;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pcn_login_submit button.button_reset {
    background-color: rgba(156, 156, 156, 1);
}

.user-details {
    width: 100%;
}

.user-details tr td {
    padding-top: 15px;
}

.user-details tr td.key label {
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 0;
}

.pcn_step_wr {
    padding: 65px 0 50px;
    border-top: 1px solid #d8d9d9;
    border-bottom: 1px solid #d8d9d9;
    margin-top: 20px;
    margin-bottom: 0px;
}

.proopc-finalpage a {
    color: #000;
}

.proopc-login-message-cont a {
    text-transform: uppercase;
    font-size: 11px;
}

.proopc-login-message-cont a:hover {
    text-decoration: none!important;
    color: #000;
    opacity: 0.8;
}

#ProOPC input[type='radio'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkout_input_title {
    font-size: 13px;
    line-height: 16px;
    color: #262626;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#ProOPC .pcn_checkout_wr {
    padding: 0 15px;
}

#ProOPC input.input-ultra-mini {
    height: auto!important;
    padding: 5px!important;
}

#ui-tabs #tabs,
#ui-tabs fieldset {
    display: none;
}

#ui-tabs #tab-2 {
    margin-top: 30px;
}

.table thead th {
    border-top: 0;
}

.line-through {
    text-decoration: line-through;
}

.select2-selection.select2-selection--single {
    height: 47px;
}

.select2-container--default .selection .select2-selection__rendered {
    line-height: 45px;
    font-size: 14px;
}

.select2-container--default .selection .select2-selection__arrow {
    height: 45px;
}

.select2-selection.select2-selection--single,
.select2-selection.select2-selection--single:hover {
    border-color: #000;
}

.select2-container .select2-dropdown .select2-results__option {
    font-weight: 400;
}

.select2-container .select2-dropdown .select2-results__option {
    padding: 16px 15px;
    color: #000;
}

.select2-container .select2-dropdown .select2-results__option:last-child {
    border-bottom: 0;
}

.select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected] {
    background-color: #000;
    color: #fff;
}

.select2-container .select2-dropdown {
    border-radius: 0;
    border-color: #000;
    font-size: 14px;
}

.select2-container .select2-search .select2-search__field {
    font-size: 14px;
}

.catalog-no-result {
    background-color: #f1f1f1;
    border-radius: 2px;
    padding: 13px 26px;
    font-size: 13px;
    text-transform: uppercase;
}

.cf_results-msg {
    display: none!important;
}

#promo-content-wrapper {
    text-align: center;
    color: white;
    word-spacing: 3px;
    line-height: 18px;
    padding: 5px;
}

#promo-timer {
    margin: 0 10px;
    letter-spacing: normal
}

#promoText {
    text-transform: uppercase;
    font-weight: 600;
}

.sticky-promo {
    z-index: 100;
    position: sticky;
    top: 0;
}

#promo-content-wrapper {
    font-size: 15px!important;
    padding: 15px;
}

#promoText {
    font-weight: 400;
}

#promoText strong {
    text-transform: initial!important;
}

.sticky-promo {
    z-index: 150!important;
}

#promoButton,
#promo-timer {
    display: none;
}

#promo-timer {
    display: inline;
}

.VMmenu.nav {
    border-bottom: 1px solid #ecedef;
    justify-content: center;
    align-items: center;
}

.VMmenu.nav>li+li {
    margin-left: 100px;
}

.VMmenu.nav>.nav-item>a {
    text-transform: uppercase;
    line-height: 47px;
    padding: 0 10px;
    cursor: pointer;
    margin-bottom: -1px;
    border: 0;
    border-bottom: 1px solid transparent;
    background-color: transparent;
    color: #000;
    border-radius: 0;
    display: inline-block!important;
}

.VMmenu.nav>.nav-item>a.active {
    border-bottom-color: #000;
}

.VMmenu.tab-content {
    padding: 35px 0 70px;
    background-color: #fff;
    /* box-shadow: 0 9px 13px 0 rgba(0, 0, 0, 0.13); */
}

.VMmenu.tab-content .container {
    width: calc(100% - 30px);
    max-width: 1230px;
}

.VMmenu.tab-content img {
    max-height: 300px;
}

.VMmenu_categories {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.VMmenu_categories li {
    display: flex;
    width: 100%;
    /* min-width: 180px; */
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.VMmenu_categories li {
    margin-bottom: 10px;
}

.VMmenu_categories li:last-child {
    margin-bottom: 0;
}

.VMmenu_categories a {
    color: #000;
    padding: 5px 15px 5px 0;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    border-bottom: none;
    display: block;
}

.VMmenu_categories a:hover {
    text-decoration: underline;
    color: #000!important;
  font-weight: bold;
}

section.contact {
    display: flex;
    width: 100%;
}

section.contact+.contact {
    margin-top: 70px;
}

section.contact.-tabs>ul,
section.contact.-tabs>.-select {
    width: 25%;
    flex: 0 0 25%;
}

section.contact.-tabs>.-content {
    width: 75%;
    flex: 0 0 75%;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

section.contact.-tabs [class^=ct-] {
    width: calc(100% / 3);
    flex: 0 0 calc(100% / 3);
}

section.contact h4 {
    font-size: 24px;
    color: #c1c6cd;
    text-transform: none;
    position: relative;
    margin-bottom: 20px;
    font-weight: 400;
    padding-left: 40px;
    line-height: 1.6em;
}

section.contact h4::before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 8px;
}

section.contact .iold h4::before {
    content: '';
    display: block;
    background: url(/images/sprite-contacts.png) no-repeat;
}

section.contact .iold h4.icon-address::before {
    width: 15px;
    height: 22px;
    background-position: 0 0;
}

section.contact .iold h4.icon-clock::before {
    width: 19px;
    height: 22px;
    background-position: -45px 0;
}

section.contact .iold h4.icon-phone::before {
    width: 19px;
    height: 22px;
    background-position: -20px 0;
}

section.contact.-tabs .theme-select>ul {
    display: block;
    position: static;
    padding: 0;
    list-style-type: none;
}

section.contact ul,
section.contact ol {
    list-style-type: none;
}

section.contact.-tabs ul.menu li+li {
    margin-top: 12px;
}

section.contact.-tabs ul.menu a {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 2em;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

section.contact.-tabs .-select ul.menu li[selected] a,
section.contact.-tabs .-select ul.menu a:hover {
    border-bottom-color: #000;
}

section.contact h4,
section.contact.-bottom h4+div,
section.contact.-tabs .-content .item [class^=ct-] {
    padding-left: 40px;
    line-height: 1.6em;
}

section.contact.-tabs .-content>[data-role=tab]:not(.selected) {
    display: none;
}

section.contact.-tabs>ul.menu a {
    cursor: default;
}

body:not(.home-page) .article-details {
    font-size: 16px;
}

body:not(.home-page) .article-details ul,
body:not(.home-page) .article-details ol {
    padding-left: 45px;
}

body.page-contacts .article-details ul,
body.page-contacts .article-details ol {
    padding-left: 0;
}

.category_description {
    margin: 30px 0 15px 0;
    font-size: 16px;
}

.vm-pagination {
    width: 100%;
}

.vm-pagination .pagination {
    border-radius: 0;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

.vm-pagination .pagination li {
    margin-left: 10px;
    margin-bottom: 10px;
}

.vm-pagination .pagination>.active>a:hover,
.vm-pagination .pagination>.active>span:hover,
.vm-pagination .pagination>.active>a:focus,
.vm-pagination .pagination>.active>span:focus,
.vm-pagination .pagination .page-item.active .page-link {
    border-color: #dedede;
    background-color: #dedede;
    color: #000;
    pointer-events: none;
}

.vm-pagination .pagination .page-item:first-child .page-link,
.vm-pagination .pagination .page-item:last-child .page-link {
    border-radius: 0!important;
}

.vm-pagination .pagination .page-item .page-link {
    padding: 5px 10px;
    font-size: 12px;
}

.sp-megamenu-parent .sp-mega-group>li>a {
    border-bottom: 1px solid #ecedef;
    white-space: nowrap;
    line-height: 47px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    display: block;
    padding: 0 15px;
}

.sp-megamenu-parent .sp-mega-group>li>a:hover {
    font-weight: 500!important;
}

.sp-megamenu-parent .sp-mega-group>li.active>a {
    border-color: #000!important;
}

.sp-megamenu-parent .sp-mega-group>li>.sp-mega-group-child {
    display: none;
}

.sp-megamenu-parent .sp-mega-group>li.active>.sp-mega-group-child {
    display: block;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a>span,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>span {
    color: #000!important;
    padding: 5px 15px 5px 15px!important;
    font-size: 13px!important;
    line-height: 16px!important;
    text-decoration: none!important;
    border-bottom: none!important;
    display: inline-block!important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a.strong_link>span {
    font-weight: 600;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover>span {
    text-decoration: underline!important;
}

.sp-megamenu-parent .sp-dropdown {
    box-shadow: 0 9px 13px 0 rgba(0, 0, 0, 0.13);
}

.article-details a {
    color: #000;
}

.article-details a:hover,
.article-details a:focus {
    color: #23527c;
}

.home-page .article-details h1 {
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
}

.top-models,
.new-models {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.top-models h2 {
    margin: 75px auto 23px;
    text-align: center;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

.top-models #pills-tab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.top-models #pills-tab .nav-item>a {
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    padding: 18px 35px;
    border-radius: 0;
}

.top-models #pills-tab .nav-item>a.active {
    border-color: #000;
}

#carousel-modeli {
    padding: 20px;
    background-color: #F7F8FA;
}

#carousel-news {
    padding: 20px;
}

.top-models .owl-carousel .owl-item>div {
    padding: 0 5px;
}

.cat-item-simple {
    display: flex;
    flex-direction: column;
    border: 1px solid #edf0f4;
    background-color: #fff;
    padding: 0 0 35px;
}

.top-models .owl-carousel .owl-item .ci+.ci {
    margin-top: 20px;
}

.cat-item-simple a {
    font-size: 13px;
    font-size: 0.8rem;
    min-height: 32px;
    line-height: 1.5em;
    height: 410px;
    color: #000;
}

.cat-item-simple a>span {
    height: 319px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 28px;
}

.cat-item-simple picture {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    height: 295px;
    display: block;
    width: 100%;
}

.cat-item-simple picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.cat-item-simple a,
.cat-item-simple .ai {
    padding-left: 20px;
    padding-right: 20px;
}

.cat-item-simple .ai {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 14px;
    height: 45px;
}

.cat-item-simple .price {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
}

.cat-item-simple .price>span {
    white-space: nowrap;
}

.cat-item-simple .label.sale,
.cat-item-simple .price>span:nth-child(1) {
    font-weight: bold;
    /* font-size: 16px; */
    font-size: 1rem;
}

.cat-item-simple .price>span:nth-child(2) {
    text-decoration: line-through;
    color: #b9c3d0;
}

.cat-item-simple .label.sale {
    color: #dd0808;
}

.owl-carousel.owl-nav-theme .owl-nav:not(.disabled),
.owl-carousel.owl-dots-theme .owl-dots:not(.disabled) {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 1;
}

.top-models .owl-carousel.owl-nav-theme .owl-nav:not(.disabled) {
    margin-top: 37px;
}

.owl-carousel.owl-nav-theme .owl-nav button[class*=owl-] {
    box-shadow: none;
    margin: 0 5px;
    padding: 10px 7px!important;
}

.owl-theme .owl-nav [class*=owl-] {
    padding: 0;
    background: transparent;
    margin: 0 15px;
}

.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-]:focus {
    background: transparent;
}

.arrow-left,
.arrow-right {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-image: url(/images/owl-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.arrow-left {
    transform: rotate(180deg);
}

.tab-content>.tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

.tab-content>.active {
    height: auto;
}

.col-sm-4.glowna-opisy {
    margin-top: 70px;
}

.col-sm-4.glowna-opisy p.title {
    /* font-size: 20px; */
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0 25px;
}

.col-sm-4.glowna-opisy p {
    text-align: center;
    /* font-size: 12px; */
    font-size: 0.75rem;
    padding: 0 25px;
    margin-bottom: 40px;
}

.pcn_4bannersne {
    overflow: hidden;
}

.pcn_4bannersne a {
    font-weight: 600;
    color: #000;
    display: inline-block;
    width: 100%;
    height: 500px;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    height: 500px;
    width: 400px;
    height: calc(30em);
}

.pcn_4bannersne img {
    text-align: center;
    margin: auto;
}

.pcn_4bannersne .boxbanw {
    position: absolute;
    bottom: 0px;
    background: #fff;
    left: 30px;
    right: 30px;
    text-align: center;
    padding: 15px;
}

.pcn_4bannersne .boxbanw h2 {
    text-transform: uppercase;
    /* font-size: 18px; */
    font-size: 1.1rem;
    margin: 5px 0;
}

.pcn_4bannersne .boxbanw span {
    color: #929292;
    text-transform: uppercase;
    font-size: 12px;
}

.act_promo {
    background: #d60000;
}

.act_promo p {
    color: #fff;
    display: inline;
    font-size: 1.55vmax;
    line-height: 93px;
    margin: 0 5%;
    padding: 0 7%;
    text-transform: uppercase;
}

.act_promo a {
    display: inline-block;
    padding: 10px 50px;
    text-transform: uppercase;
    font-size: 1vmax;
    color: #fff;
    margin: 0 0 0 10%;
    position: relative;
    top: -3px;
    background: #740000;
}

.act_promo:hover a {
    color: #740000;
    background: #fff;
}

.home_instagram {
    padding: 30px 0px 10px 0px
}

.home_instagram.row .col-xs-2 {
    width: 19.491% !important;
    min-height: 450px;
}

.home_instagram.row .col-xs-6 {
    width: 45.6% !important;
}

.home_instagram.row .col-xs-4 {
    width: 34.9% !important;
}

.box_inst {
    position: relative;
}

.mt-20 {
    margin-top: 30px;
}

.relative {
    position: relative;
}

.puccheadlink {
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    left: 15px;
    line-height: 12px;
    /* font-size: 12px; */
    font-size: 0.75rem;
    font-weight: 600;
}

.insicohead {
    color: #000;
    /* font-size: 75px; */
    font-size: 4.75rem;
}

.pucchead {
    text-transform: uppercase;
    /* font-size: 30px; */
    font-size: 1.9rem;
    color: #000;
    line-height: 36px;
    font-weight: 600;
}

.puccheadhasz {
    text-transform: uppercase;
    color: #c6c6c6;
    /* font-size: 12px; */
    font-size: 0.75rem;
}

.insthover {
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 50%;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    color: #000;
    background: #fff;
    padding: 13px 0px 0px 19px;
    font-size: 23px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

.box_inst:hover .insthover {
    opacity: 1;
}

.box_inst:hover a {
    position: relative;
}

.box_inst:hover a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, .4);
    display: block;
}

.col-md-5 .box_inst a,
.col-md-4 .box_inst a {
    width: 100%;
    display: block;
}

.col-md-5 .box_inst a {
    height: 400px;
}

.col-md-4 .box_inst a {
    height: 185px;
}

.col-md-5 .box_inst a img,
.col-md-4 .box_inst a img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.logo-image {
    transform: scale(1.2);
}

.sp-megamenu-parent .aksesuary .sp-dropdown li.sp-menu-item {
    max-width: 300px;
    width: 100%;
    text-align: left;
}

.sp-megamenu-parent .aksesuary .sp-dropdown ul.sp-dropdown-items {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-section__fav-btn {
    cursor: pointer;
    margin-left: 10px;
}

.product-section__fav-btn img {
    width: 49px;
    height: 49px;
    min-width: 49px;
    min-height: 49px;
}

.product-section__fav-btn .addtofav_aws_icon {
    max-width: 49px;
    max-height: 49px;
    padding: 10px;
    border: 1px solid #000;
}

.product-section__fav-btn .addtofav_aws_icon>.fav_ico {
    display: inline-block;
    width: 27px;
    height: 27px;
    min-width: 27px;
    min-height: 27px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-section__fav-btn .addtofav_aws_icon[data-mode="fav_del"]>.fav_ico {
    background-image: url(/images/fav-selected.svg);
}

.product-section__fav-btn .addtofav_aws_icon[data-mode="fav_add"]>.fav_ico {
    background-image: url(/images/fav-empty_new.svg);
}

.fav_add-text,
.fav_del-text {
    display: none;
    font-size: 10px;
    color: #515151;
    margin-left: 10px;
}

.favorite_items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.favorite_items>.cat-item-simple {
    width: 25%;
    width: calc(25% - 10px);
    margin: 5px;
    position: relative;
}

.favorite-item-delete {
    position: absolute;
    top: 5px;
    right: 5px;
}

.favorite-item-delete button,
.favorite-item-delete button:hover,
.favorite-item-delete button:focus {
    background: transparent;
    border: 0;
    box-shadow: 0;
    outline: none;
}

.empty-list-block p {
    margin: 30px 0;
}

.pcn_btn {
    min-width: 210px;
    text-align: center;
    background: #000;
    width: auto;
    padding: 13px 16px;
    font-weight: 700;
    margin-right: 10px;
    font-size: 14px;
    border: 0;
    color: #fff!important;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
    display: inline-block;
}

.pcn_btn:hover,
.pcn_btn:focus {
    opacity: 0.8;
}

.sac-modal-window {
    position: fixed;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.sac-modal-window .wrap-fon {
    opacity: .8;
    background-color: #c7ccd2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.sac-modal-content {
    min-width: 100px;
    max-width: 100%;
    padding: 45px 120px;
    display: inline-block;
    z-index: 999;
    position: relative;
    background-color: #fff;
}

.sac-modal-content .sac-close {
    position: absolute;
    top: 35px;
    right: 50px;
    font-size: 40px;
    font-family: times new roman;
    line-height: 1;
    color: #757575;
    cursor: pointer;
}

.sac-modal-wrap {
    min-width: 10px;
    display: block;
}

.sac-modal-basket {
    max-width: 100%;
    width: 500px;
    padding-bottom: 15px;
}

.sac-modal-basket .sac-modal-basket-title {
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sac-modal-basket .sing {
    font-weight: 500;
    font-size: 36px;
    width: 100%;
    padding: 0 12px;
}

.sac-modal-basket .value {
    padding: 0 12px;
    margin-top: 8px;
    color: #b9c3d0;
}

.button-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.sac_continue {
    border-radius: 0;
    min-width: 210px;
    text-align: center;
    background: #fff;
    width: auto;
    padding: 11px 15px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
}

.sac_continue,
.sac_button {
    font-size: 12px;
    text-transform: none;
    margin: 0 5px;
    width: 100%;
    font-weight: 400;
}

.basket-items {
    padding: 30px 0;
    max-height: 275px;
    overflow: hidden;
    overflow-y: scroll;
}

.basket-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.basket-item .item-img {
    padding: 5px;
    min-width: 150px;
    min-height: 150px;
    max-width: 25%;
}

.basket-item .item-specificate {
    padding: 0 5px 5px 10%;
    font-size: 14px;
}

.basket-item .item-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    padding: 0;
    text-align: left;
}

.basket-item .itprop.item-article {
    font-size: 11px;
    color: #bdc2ca;
    padding: 5px 0;
    text-align: left;
}

.itbasket {
    padding: 15px 0;
    font-size: 21px;
    font-weight: 400;
    text-align: left;
}

.itbasket-old {
    white-space: nowrap;
    font-weight: normal;
    text-decoration: line-through;
    color: #B8B8B8;
    font-size: .7em;
    padding-left: 15px;
}

.basket-item .item-prop {
    padding: 5px 0 20px;
    font-size: 11px;
}

.basket-item .item-prop .itprop {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}

.basket-item .item-prop .item-prop-title {
    padding-right: 10px;
}

.remove_from_cart.proopc-btn {
    color: #000!important;
}

#sp-mobile-menu {
    display: none;
}

#sp-bottom .payment {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -10px;
    padding: 10px 0;
    width: 100%;
}

#sp-bottom .payment span {
    display: -ms-flexbox;
    display: flex;
    margin: 5px 10px;
    color: #fff;
}

#sp-bottom .payment span svg,
#sp-bottom .payment span svg path {
    fill: #b9c3d0;
    stroke: initial;
}

#sp-bottom .payment span:hover svg,
#sp-bottom .payment span:hover svg path {
    fill: #fff;
}

#sp-bottom .payment span .icon-visa {
    width: 60px;
    height: 22px;
}

#sp-bottom .payment span .icon-mastercard {
    width: 32px;
    height: 25px;
}

#sp-bottom .payment span .icon-privat {
    width: 90px;
    height: 20px;
}

#sp-bottom .payment span .icon-monobank {
    width: 90px;
    height: 20px;
}

svg {
    transition: all .3s;
}

.pcn_product_params .product-fields .product-field {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    position: relative;
}

.pcn_product_params .product-fields .product-field::after {
    content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 10px;
    height: 1px;
    border-bottom: 1px dotted #ccc;
    z-index: -1;
}

.pcn_product_params .product-fields .product-fields-title-wrapper,
.pcn_product_params .product-fields .product-field-display {
    background-color: #fff;
    padding: 0 5px;
}

.item-stock {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 5px;
}

.pcn_product_box .item-stock {
    justify-content: center;
}

.item-stock i.fas {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    margin-right: 5px;
}

.item-stock .fa-times-circle {
    color: #CCCCCC;
}

.item-stock .fa-check {
    color: #37AC09;
}

.item-stock .stock-value {
    color: #000!important;
    font-size: 12px!important;
}


/* RESPONSIVE */

@media (min-width: 1570px) {
    .container {
        max-width: 1566px;
    }
}

@media (max-width: 1570px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 1440px) {
    .pcn_benefits>p>a {
        padding: 30px;
    }
    #sp-top2 a,
    #sp-top2 p {
        font-size: 11px;
    }
}

@media (max-width: 1199px) {
    .pcn_benefits>p>a {
        padding: 15px;
    }
    #sp-top-bar .custom span {
        font-size: 10px;
    }
    .pcn_benefits>p>a {
        width: 50%;
    }
}

@media (max-width: 991px) {
    ul.sp-megamenu-parent {
        display: none!important;
    }
    #sp-top-bar .custom img {
        display: none;
    }
    /* #sp-logo {
        order: 2;
    }
    #sp-top3 {
        order: 3;
    }
    #sp-menu {
        order: 1;
    } */
    .favorite_items>.cat-item-simple {
        width: 33%;
        width: calc(33% - 10px);
    }
    .sac-modal-content {
        padding: 15px;
    }
    .button-content {
        flex-direction: column;
        margin-top: 0;
    }
    .sac_continue,
    .sac_button {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .mobile_menu_search {
        transition: all 300ms ease-out;
        position: relative;
        clear: both;
        height: 34px;
        padding: 0 38px;
        background-color: #ebebeb;
        overflow: hidden;
        height: 0;
    }
    .mobile_menu_search.active {
        height: 34px;
    }
    .mobile_menu_search #search_mini_form {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 100%;
    }
    .mobile_menu_search #search_mini_form input {
        width: 100%;
        height: 24px;
        border: 1px solid #9b9b9b;
        color: #9f9f9f;
        font-size: 0.6em;
        background-color: #fff;
        text-transform: uppercase;
        padding-left: 8px;
        padding-right: 26px;
        border-radius: 0;
    }
    .mobile_menu_search #search_mini_form button {
        height: 20px;
        background-color: #fff;
        border: 0;
        position: absolute;
        top: 1px;
        right: 6px;
        padding: 0;
    }
    .mobile_menu_search #search_mini_form button img {
        width: 14px;
        height: 14px;
    }
    #sp-top-bar,
    #sp-menu,
    #sp-top3 .sp-module,
    #sp-top3 .pcn_cart_button_wr {
        display: none;
    }
    #sp-top3 .sp-module:nth-child(2) {
        display: block;
    }
    .header-container {
        border-top: 1px solid #ebebeb;
        margin: 0 15px;
        padding: 15px 0 0 0;
    }
    #sp-mobile-menu {
        display: block;
    }
    #sp-mobile-menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        border-bottom: 1px solid #ebebeb;
    }
    #sp-mobile-menu ul li {
        display: block;
        width: 25%;
        background-color: #fff;
        float: left;
        list-style: none;
        border-right: 1px solid #ebebeb;
        height: 50px;
        position: relative;
    }
    #sp-mobile-menu ul li a {
        display: block;
        text-align: center;
        color: #3d3d3d;
        font-size: 1.04em;
        font-weight: 500;
        padding: 5px 0;
    }
    #sp-mobile-menu ul li a.active,
    #sp-mobile-menu ul li a:active {
        background-color: #ebebeb;
    }
    #sp-mobile-menu ul li a i {
        display: block;
    }
    .favorite_items>.cat-item-simple {
        width: 50%;
        width: calc(50% - 10px);
    }
    #sp-top3 .menu {
        margin-bottom: 0;
    }
    .pcn_login_submit button {
        display: block;
        width: 100%;
    }
    .user-details tr td.key label {
        display: none;
    }
    #sp-bottom1 .sp-column {
        flex-direction: column;
    }
    #sp-footer1,
    #sp-footer2 {
        text-align: center;
    }
    .sp-author {
        justify-content: center;
        margin-top: 10px;
    }
    #sp-bottom1 .sp-column>.sp-module,
    #sp-bottom1 .sp-column>.social-icons {
        padding: 0;
    }
    .currently-wrap {
        display: none;
    }
    .pcn_thumbnails_wro {
        height: auto;
    }
    .pcn_thumbnail_wrsmall a {
        width: 100%;
        height: 100%;
    }
    .pcn_addtocart.pcn_product_info_gradient {
        display: block;
    }
    .pcn_addtocart input.addtocart-button,
    .pcn_product_buy_link {
        width: 100%;
        margin: 10px 0;
    }
    .breadcrumb {
        align-items: center;
    }
    .breadcrumb-item>a,
    .breadcrumb-item>span,
    .breadcrumb-item.active,
    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 9px;
    }
    .pcn_benefits>p>a {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .pcn_benefits b {
        min-height: unset;
        padding-bottom: 15px;
    }
    .box_inst {
        margin-top: 20px;
    }
    .home_instagram .col-md-3 {
        min-height: 275px;
    }
    .col-md-5 .box_inst a {
        height: 185px;
    }
    .close-offcanvas {
        display: none;
    }
    .checkout-lines {
        border-right: 0;
        min-height: unset;
    }
    .pcn_loginform {
        margin-top: 60px;
    }
    .pcn_loginform.checkout-lines {
        margin-top: 0;
    }
    .act_promo p {
        font-size: 14px;
        display: block;
        text-align: center;
    }
    .act_promo a {
        display: block;
        width: 100%;
        font-size: 14px;
        text-align: center;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .favorite_items>.cat-item-simple {
        width: 100%;
        width: calc(100% - 10px);
    }
    #sp-top-bar .custom img {
        display: inline-block;
    }
    /* #sp-logo {
        order: 1;
    }
    #sp-top3 {
        order: 3;
    }
    #sp-menu {
        order: 2;
    } */
    #sp-top-bar {
        height: auto;
    }
    #sp-top-bar .custom .row {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #sp-top-bar .custom img {
        display: inline-block;
    }
}


.text-center {
    text-align: left!important;
}
@media (max-width: 768px) {
.show-filter {
    display: inline-block!important;
} }
.show-filter {
    display: none;
    overflow: hidden;
    padding: 10px 20px 10px 20px;
    font-weight: 500;
    /* height: 40px; */
    color: #000!important;
    text-decoration: none;
    border: solid;
    cursor: pointer;
    /* border-radius: 25px; */
    text-transform: uppercase;
    text-align: center;
    position: relative;
    /* margin-bottom: 20px; */
    /* border-style: solid; */
}


@media (max-width: 768px) {
.col-filter.open {
    visibility: visible;
    height: 100%;
  /*  height: calc(100% - 80px);*/
  } }

@media (max-width: 768px) {
.col-filter {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    background: #fff;
    height: 0;
    visibility: hidden;
    overflow-y: scroll;
  } }

.cf_colorbtn_list {
  
  display: inline-block;
}
.vm-price-desc {
  display: none;
}

.vm-cmv-label {
    display: inline-block;
    color: #000;
    letter-spacing: 0.7px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}
.product-fields .controls>label {
    background-image: #fff !important;
    min-height: 1em;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #474949;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    min-width: 50px;
    width: auto;
    font-size: 16px;
    padding: 0 8px;
    border-width: 0;
    line-height: 40px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.24), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
    font-weight: 400;
    text-align: center;
}
.product-fields .controls>label input[type="radio"] {
    display: none;
}
.product-fields .controls>label:hover, .product-fields .controls>label.checked {
    background: #f1f1f1;
}
.product-fields .controls>label:hover, .product-fields .controls>label.checked {
    background: #f1f1f1;
}