* {
    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;
}

#sp-footer {
    flex: 0 0 auto;
}

#sp-footer .sp-copyright {
    font-size: 12px;
}

.sp-author {
    font-size: 12px;
}

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

 ::-webkit-scrollbar-track {
    background-color: #a9a9a9;
}

 ::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 0;
}

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

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

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

::selection {
    background: #c9a0dc;
    color: #302c2d;
}

:focus {
    outline: 0;
}

ol,
ul {
    list-style: none;
}

a {
    color: #302c2d;
}

a:hover,
a:active {
    color: #c9a0dc;
    outline: 0;
    text-decoration: none;
}

button,
button:focus,
input,
input:focus,
textarea,
textarea:focus,
.btn.focus,
.btn:focus {
    outline: 0!important;
    box-shadow: none!important;
}

a.btn {
    border: none;
    font-size: 14px;
    line-height: 46px;
    color: #302c2d;
    background-color: #eff0f0;
    padding: 0 30px;
    height: 46px;
    min-width: 160px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    border-radius: 0;
}

svg {
    transition: all .3s;
}

#system-message-container {
    position: fixed;
    z-index: 99999;
    top: 15px;
    right: 15px;
    font-size: 11px;
    opacity: 0.95;
    font-weight: 500;
}

#system-message-container .alert-heading {
    font-size: 14px;
}

#system-message-container .alert {
    border-radius: 0!important;
    max-width: 400px;
    min-width: 250px;
    background: #f1f1f1;
    margin-bottom: 0;
}

.form-lock body {
    overflow: hidden!important;
}

.hidden {
    display: none!important;
}

.container {
    max-width: 100%;
    width: 1440px;
}

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

.footer-bg img {
    display: inline-block;
}

#sp-bottom .sp-module .sp-module-title {
    position: relative;
    z-index: 2;
    display: inline-block;
    border-bottom: none;
    padding: 0;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 10px;
}

#sp-bottom .sp-module ul>li>a {
    padding: 2px 0;
    font-size: 12px;
}

#sp-bottom .sp-module ul>li>a:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 8px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    width: 18px;
    padding-right: 8px;
    transition: all 250ms ease-in-out;
}

#sp-bottom .sp-module ul>li>a:hover:before {
    padding-left: 4px;
    padding-right: 4px;
}

.article-details .article-header h1,
.article-details .article-header h2 {
    font-size: 21px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#sp-header {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
}

#sp-top3 .sp-column,
#sp-search_cart .sp-column {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

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

.shopping_cart {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}

.ajax_cart_bag {
    position: relative;
    color: #444;
}

.ajax_cart_bag i {
    font-size: 22px;
}

.ajax_cart_bag img {
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    opacity: 0.8;
}

.ajax_cart_quantity {
    position: absolute;
    display: block;
    top: -5px;
    left: auto;
    right: -10px;
    background: #666;
    color: #fff;
    height: 16px;
    line-height: 16px;
    width: 16px;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    border-radius: 100px;
}

.st_shopping_cart:hover .ajax_cart_bag {
    color: #000;
}

.st_shopping_cart:hover .ajax_cart_bag img {
    opacity: 1;
}

.search_widget {
    position: relative;
    margin-right: 8px;
}

.search_widget_form_inner {
    border: 1px solid #d9d9d9;
    background: #fff;
    display: flex;
}

.search_widget_text {
    line-height: normal;
    border-radius: 0;
    border: 0;
    font-size: 12px;
    color: #888888;
    min-width: 244px;
}

.search_widget_text::placeholder {
    color: #dddddd;
}

.btn.search_widget_btn {
    border-radius: 0;
    height: 34px;
    line-height: 32px;
    padding: 0;
    width: 34px;
    cursor: pointer;
    background: transparent;
    border: none;
    padding-left: 2px;
    padding-right: 2px;
    min-width: 34px;
    border-left: 1px solid #d9d9d9;
    color: #dddddd;
}

.btn.search_widget_btn:hover {
    color: #888888;
}

#sp-header.header-sticky .logo,
#sp-header.header-sticky #sp-logo {
    height: 60px!important;
}

#sp-header.header-sticky .logo-image {
    height: 50px!important;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.fast {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.fadeInDownLarge {
    -webkit-animation-name: fadeInDownLarge;
    animation-name: fadeInDownLarge
}

.product_list.row {
    margin-left: -3px;
    margin-right: -2px;
}

.product_list.row>.product_list_item {
    padding-left: 3px;
    padding-right: 2px;
    padding-bottom: 15px;
}

.catname {
    font-size: 1.9em;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.sp-megamenu-parent .sp-mega-group>li>a:first-child {
    display: block;
    font-weight: 500;
    border-bottom: 1px solid #000;
    letter-spacing: 2px !important;
    word-spacing: 2px;
    font-size: 12px!important;
    font-stretch: expanded;
    text-align: left;
}

img {
    pointer-events: none;
}

.pro_first_box {
    position: relative;
}

.pro_first_box a {
    display: block;
    height: 500px;
}

.pro_first_box img {
    display: inline-block;
    height: auto;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pro_first_box img.front_image_pic {
    position: relative;
    opacity: 1;
}

.pro_first_box img.back_image_pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.pro_first_box a:hover img.back_image_pic {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
}

.mini_name {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.mini_name .s_title_block {
    font-weight: 400;
    font-size: 12px;
    padding: 0;
    height: 1.5em;
    line-height: 1.5em;
    overflow: hidden;
    display: block;
    margin-bottom: 0px;
    margin-top: 0;
    font-size: .875rem;
}

.mini_name .s_title_block a {
    letter-spacing: 0.025em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    text-transform: unset;
    color: #302c2d;
}

.product-price-and-shipping {
    font-weight: 400;
}

.cf_search_button {
    display: none;
}

.feds_block_title {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .7px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.cf_wrapp_all {
    padding-top: 12px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item a {
    display: block;
    text-transform: uppercase;
    font-size: 12px!important;
    font-stretch: expanded;
    font-weight: 400;
    letter-spacing: 2px !important;
    word-spacing: 2px;
    text-align: left;
    padding: 1px 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item a:hover {
    color: #c9a0dc;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item a:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 8px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    width: 18px;
    padding-right: 8px;
    transition: all 250ms ease-in-out;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item a:hover:before {
    padding-left: 4px;
    padding-right: 4px;
}

.vm-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.vm-pagination .pagination {
    margin-bottom: 0;
}

.vm-pagination .pagination .page-link {
    padding: 9px;
    border: 0!important;
    border-radius: 0!important;
    background-color: #fff;
}

.vm-pagination .pagination .page-link:hover {
    background-color: #f2f2f2;
}

.vm-pagination .pagination .page-item.active .page-link {
    color: #acaaa6;
    background-color: #fff;
    pointer-events: none;
}

.category_description {
    padding-top: 30px;
}

.virtuemart_no_result {
    padding: 20px;
    background: #f2f2f2;
}

.cf_smart_search {
    font-size: 12px!important;
    border-radius: 0!important;
    margin-bottom: 0!important;
    margin-top: 5px!important;
}

.st_attr_list_container {
    margin-top: 10px;
}

input:not(.form-control),
.form-validate input {
    border-radius: 0!important;
    border-color: #d9dada!important;
    font-size: 13px!important;
    height: 40px!important;
}

input:not(.form-control)[type="checkbox"],
.form-validate input[type="checkbox"],
input:not(.form-control)[type="radio"],
.form-validate input[type="radio"] {
    height: unset!important;
}

.addtocart-bar a.notify,
.st_attr_list_container a.notify,
input.notify-button {
    border: 1px solid #444;
    background-color: #ffffff;
    color: #000;
    line-height: 1.5em;
    overflow: hidden;
    display: block;
    font-weight: 400;
    padding: 6px;
    font-size: 9px!important;
    text-align: center;
    letter-spacing: 0.025em;
    text-transform: unset;
    /* height: 27px; */
    margin-top: 6px;
    cursor: pointer;
    width: 100%;
}

.addtocart-bar a.notify {
    height: 30px;
    font-size: 11px!important;
}

input.notify-button {
    background-color: #000;
    color: #ffffff;
}

.product_main_block_title {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.st_sticker {
    position: absolute;
    display: inline-block;
    text-align: center;
    z-index: 5;
    color: #302c2d;
    background: rgba(255, 255, 255, 0.65);
    width: 80px;
    height: 23px;
    line-height: 23px;
    font-size: 10px;
    top: 5px;
    right: 5px;
}

.st_sticker_sale {
    top: unset;
    right: unset;
    left: 5px;
    bottom: 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.65);
    width: 45px;
}

.st_sticker_premium {
    right: unset;
    left: 5px;
    color: #fff;
    background: rgba(201, 160, 220, 0.65);
}

.pro_gallery .st_sticker {
    right: 25px;
    top: 10px;
}

.pro_gallery .st_sticker_sale {
    left: 25px;
    bottom: 10px;
    top: unset;
}

.pro_gallery .st_sticker_premium {
    top: unset;
    left: 25px;
    top: 10px;
}

.product_name {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 0px;
    font-weight: 500;
    color: #444;
    text-transform: uppercase;
}

.product-reference {
    margin-top: 10px;
    margin-bottom: 6px;
    display: flex;
}

.product-reference_label {
    margin-right: 4px;
}

.view_all_reviews {
    margin-bottom: 10px;
}

.steasy_divider {
    margin: .75rem auto;
}

.steasy_divider_item {
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}

.pro_price_block {
    font-size: 28px;
    font-weight: 400;
}

.product-price {
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.125em;
}

.product-price .price-crossed {
    font-size: 10px;
    text-decoration: line-through;
    color: #999;
    margin-left: 6px;
}

.pro_price_block .product-price .price-crossed {
    font-size: 12px;
    margin-bottom: 6px;
}

.gallery-main {
    max-height: 750px;
}

.gallery-main img {
    object-position: center;
    object-fit: cover;
    margin: 0 auto;
    max-height: 750px;
    width: 100%;
}

#lightgallery .swiper-slide {
    cursor: pointer;
}

.gallery-main .swiper-button-prev,
.gallery-main .swiper-button-next {
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    height: 75px;
    width: 40px;
    color: #e9e9e9;
    background: #1e1e1e;
}

.gallery-main .swiper-button-prev::after,
.gallery-main .swiper-button-next::after {
    font-size: 12px;
}

.gallery-main .swiper-button-prev {
    right: 40px;
    border-right: 1px solid #e9e9e9;
}

.gallery-thumbs-container {
    order: -1;
}

.gallery-thumbs {
    max-height: 750px;
}

.gallery-thumbs .swiper-slide {
    cursor: pointer;
}

.gallery-thumbs .swiper-slide img {
    transition: 0.3s;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border: 1px solid transparent;
}

.gallery-thumbs .swiper-slide:hover img,
.gallery-thumbs .swiper-slide-thumb-active img {
    border-color: #000;
}

.gallery-thumbs .swiper-slide-thumb-active {
    cursor: default;
}

.product-description p {
    margin-bottom: .5rem;
}

.product-tab {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 1rem;
}

.product-tab .panel-body {
    display: block;
    padding-bottom: 1em;
}

.panel-default>.panel-heading a {
    display: flex;
    padding: 16px 0;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    align-items: center;
    justify-content: space-between;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    right: 6px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-reference_content {
    background-color: #f2f2f2;
    padding: 0 5px;
}

.product-quantity {
    display: flex;
    margin-right: 10px;
}

.product-quantity input.quantity-input {
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 0;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

.product-quantity input.quantity-input:focus {
    border: 1px solid rgba(0, 0, 0, .15);
}

.product-quantity input.quantity-controls {
    height: 40px;
    background-color: #fff;
    border-radius: 0;
    width: 20px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .15);
    cursor: pointer;
    -webkit-transition: color .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease;
    -webkit-transition: color .3s ease, background .3s ease, border-color .3s ease, -webkit-box-shadow .3s ease;
    transition: color .3s ease, background .3s ease, border-color .3s ease, -webkit-box-shadow .3s ease;
    transition: color .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease;
    transition: color .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.product-quantity input.quantity-controls:hover {
    background-color: #f2f2f2;
}

.product-quantity input.quantity-controls.quantity-minus {
    border-right: 0;
}

.product-quantity input.quantity-controls.quantity-plus {
    border-left: 0;
}

.addtocart-area {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.addtocart-area .addtocart-bar {
    display: flex;
}

button.addtocart-button,
input.addtocart-button {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000;
    line-height: 36px;
    white-space: nowrap;
    height: 40px;
    padding: 0 1rem;
    cursor: pointer;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.addtocart-button img {
    margin-right: 5px;
    height: 19px;
}

.product_list {
    position: relative;
}

.products_section {
    margin-top: 60px;
}

.products_section .title_block {
    color: #000;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 15px 0;
}

.vm-order-list {
    display: inline-block;
    width: auto;
    margin-bottom: 15px;
    position: relative;
}

.vm-order-list .activeOrder {
    border: 1px solid #e4e4e4;
    padding: 5px 10px;
    height: 30px;
}

.vm-order-list .title {
    display: none;
}

.vm-order-list .orderlist {
    font-size: 12px;
    background: #fff;
    display: none;
    position: absolute;
    margin: 0;
    left: 0;
    top: 100%;
    min-width: 120px;
    z-index: 99;
    margin-top: 10px;
    text-align: left;
    border: 1px solid #f0f0f0;
}

.vm-order-list:hover .orderlist {
    display: block;
}

.vm-order-list .orderlist:before {
    content: "";
    position: absolute;
    top: -6px;
    border: 6px solid transparent;
    border-top: none;
    border-bottom-color: #eee;
    left: 12px;
}

.vm-order-list .orderlist:after {
    content: '';
    left: 0;
    right: 0;
    top: -11px;
    height: 12px;
    position: absolute;
}

.vm-order-list .orderlist>div {
    border-bottom: 1px solid #f0f0f0;
}

.vm-order-list .orderlist>div a {
    display: block;
    white-space: nowrap;
    padding: 8px;
}

.vm-order-list .orderlist>div a:hover {
    background-color: #f2f2f2;
}

.vm-order-list .orderlist>div a:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 8px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    width: 18px;
    padding-right: 8px;
    transition: all 250ms ease-in-out;
}

.vm-order-list .orderlist>div a:hover:before {
    padding-left: 4px;
    padding-right: 4px;
}

.product_groups a {
    display: block;
    margin-bottom: 30px;
}

.product_fields_addtocart .vm-customfields-wrap {
    margin-bottom: 10px;
}

.product_fields_addtocart .product-fields-title>strong {
    margin-bottom: 4px;
    display: block;
    font-weight: 500;
    font-size: 12px;
}

.product_fields_addtocart .product-field-display label input {
    display: none;
}

.product_fields_addtocart .product-field-display label,
.st_attr_list_container .field_link {
    height: auto;
    min-width: 40px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #d9d9d9;
    color: #332F30;
    background: #ffffff;
    vertical-align: middle;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.st_attr_list_container .field_link {
    min-width: 27px;
    line-height: 1;
    font-size: 11px;
    padding: 5px 10px;
    font-weight: 500;
}

.product_fields_addtocart .product-field-display label.active,
.product_fields_addtocart .product-field-display label:hover {
    border-color: #4e5156;
    background-color: #4e5156;
    color: #fff;
}

#fancybox-content>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

#fancybox-content>div h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}

#fancybox-content>div .vm-btn {
    background: #302c2d;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-size: 11px;
}

#fancybox-content>div .vm-btn:hover {
    opacity: 0.9;
}

.st-menu-title {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 12px 0;
    background: #fff;
    color: #444;
    border-bottom: 1px solid #f2f2f2;
    text-transform: uppercase;
}

.sp-module.instagram_widget {
    padding: 30px 0;
}

#sp-bottom4 .convertforms .cf-content-wrap,
#sp-bottom4 .convertforms .cf-form-wrap {
    padding: 0;
    margin-bottom: 15px;
}

.product-manufacturer {
    margin-bottom: 1rem;
}

.product-info-title {
    margin-bottom: 4px;
    display: block;
    font-weight: 500;
    font-size: 12px;
}

.product-info-value {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.cart-product-field .vm-customfield-cart {
    background-color: #f2f2f2;
    padding: 0 5px;
    font-size: 11px;
    display: inline-block;
}

#ProOPC a.cart-popup__close {
    border-radius: 0px;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 12px;
    background-color: #302c2d;
    display: inline-block;
}

#ProOPC a.cart-popup__close:hover,
#ProOPC a.cart-popup__close:focus {
    opacity: .8;
}

.sp-megamenu-parent>li>a.premium:hover,
.sp-megamenu-parent>li>a.premium:focus,
.sp-megamenu-parent>li>a.premium {
    background-color: #c9a0dc;
    color: #fff;
}

.manufacturer-view-default .manufacturer {
    text-align: center;
    margin-bottom: 15px;
}

.mf_img {
    background-color: #fff;
    border: 1px solid #000;
    display: block;
    height: 200px;
}

.mf_img:hover,
.mf_img:focus {
    border-color: #c9a0dc;
}

.mf_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    padding: 15px;
}

.mf_name {
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.article-details ol {
    list-style: decimal;
}

.article-details ul {
    list-style: disc;
}

.article-details ol,
.article-details ul {
    padding-left: 30px;
}

.h1,
h1 {
    font-size: 32px;
}

.h2,
h2 {
    font-size: 28px;
}

.h3,
h3 {
    font-size: 24px;
}

.h4,
h4 {
    font-size: 20px;
}

.h5,
h5 {
    font-size: 16px;
}

.title_block {
    margin: 20px 0;
}

.acc_box {
    margin-bottom: 2px;
}

.title_block .title_block_inner,
.page_heading {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 0;
    line-height: 1.5;
    padding-right: 6px;
}

.acc_box .acc_header a {
    font-size: .875rem;
    padding: .625rem 0;
    border: 1px solid #f6f6f6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

.acc_box .acc_icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-left: 6px;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acc_box .acc_open {
    display: none;
}

.acc_box .acc_close,
.acc_box .collapsed .acc_open {
    display: block;
}

.acc_box .collapsed .acc_close {
    display: none;
}

.acc_box .acc_inner {
    padding: 0 6px;
}

.acc_box .acc_content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.page-title {
    font-size: 1.9em;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.page-subtitle {
    font-size: 1.5em;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

input.button:not(.remove_from_cart),
button.button:not(.remove_from_cart) {
    height: auto;
    margin: 0;
    display: inline-block;
    line-height: normal;
    border-radius: 0;
    border: none;
    outline: 0;
    text-transform: none;
    font-family: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 12px;
    background-color: #302c2d;
    cursor: pointer;
    position: relative;
    margin-top: 15px;
}

input.button:hover,
input.button:focus,
button.button:hover,
button.button:focus {
    opacity: .8;
}

table.user-details {
    width: 100%;
}

.user-details td {
    padding-bottom: 10px;
}

.user-details td.key {
    padding-right: 15px;
}

.order-view form>.width30 {
    margin-bottom: 15px;
}

.select2-container--default .selection .select2-selection__rendered {
    border-radius: 0!important;
    font-size: 13px!important;
    height: 40px;
    font-weight: 400!important;
}

.cart-pay-info {
    font-size: 12px;
    background-color: #fafafa;
    padding: 15px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.cart-pay-info pre {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.one-click-buy {
    margin-top: 15px;
    max-width: 400px;
}

.one-click-buy .oneclickbuy-wrapper {
    display: flex;
}

.popup-one-click-buy {
    padding: 45px 70px 50px 70px;
    width: 475px;
    max-width: calc(100vw - 20px);
    box-sizing: border-box;
}

.popup-one-click-buy__title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.0em;
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
}

.popup-one-click-buy__descr {
    margin-bottom: 25px;
    text-align: center;
    color: #333333;
    font-size: 12px;
    line-height: 15px;
}

.popup-button-form {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 100%;
    border-radius: 0;
    background: #c9a0dc;
    line-height: 40px;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.07em;
    box-shadow: none;
    border: 0;
}

.popup-button-form:hover {
    opacity: 0.9;
}

.product-controls__title_light {
    font-size: 10px;
    color: #333;
    margin-bottom: 5px;
}

.sp-social-fixed {
    position: fixed;
    bottom: 40%;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
}

.sp-social-fixed ul.social-icons {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.sp-social-fixed ul.social-icons>li {
    padding: 5px;
}

#sp-top-bar .sp-social-fixed a {
    color: #c9a0dc;
}

.socmedia {
    display: block;
    border-bottom: none;
    padding: 0;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 10px;
    white-space: nowrap;
    width: 46px;
}

.sp-social-fixed .socmedia {
    color: #c9a0dc;
    transform: rotate(90deg);
    margin-bottom: 60px;
    font-size: 10px;
    font-weight: 600;
}

tr[title="Відображене Ім'я"] {
    display: none!important;
}

#ProOPC hide,
#ProOPC .vmpayment_description {
    display: none!important;
}

.sticky_button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    height: 56px;
    width: 56px;
    line-height: 56px;
    background: #c9a0dc;
    box-shadow: 1px 1px 5px #c9a0dc;
    color: #FFFFFF;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    z-index: 999;
}

.sticky_button:hover,
.sticky_button:focus {
    color: #fff;
    opacity: 0.9;
}

.viber_button {
    background-color: #675DA9;
}


/* RESPONSIVE */

@media (max-width: 1440px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .pro_first_box img {
        width: 100%;
    }
    #sp-footer .sp-copyright {
        text-align: center;
        display: block;
        margin-top: 5px;
    }
    .swiper-container-vertical>.swiper-wrapper {
        flex-direction: row;
    }
    .product_name {
        margin-top: 30px;
    }
    .search_widget_text {
        min-width: unset;
    }
    .logo-image {
        height: auto!important;
    }
    html,
    body,
    .body-wrapper {
        height: auto;
    }
    #sp-header {
        padding-left: 0;
        padding-right: 0;
    }
    #sp-top3 .sp-column {
        justify-content: flex-start;
    }
    .sp-search_widget {
        display: none;
    }
    .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>a,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>span {
        font-weight: 600;
    }
    .vm-pagination {
        justify-content: center;
        flex-wrap: wrap;
    }
    .vm-pagination .vm-page-counter {
        margin-bottom: 15px;
    }
    .vm-pagination .pagination {
        flex-wrap: wrap;
    }
    #sp-bottom {
        padding-top: 0;
        padding-bottom: 0;
    }
    .sticky_button {
        bottom: 10px;
        right: 10px;
    }
}

@media (max-width: 768px) {}

@media (max-width: 480px) {}


/* KEYFRAMES */

@-webkit-keyframes fadeInDownLarge {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownLarge {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.sp-megamenu-parent > li:hover > a {
    font-weight: bold;
}