@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');

html {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0;
}

body {
    font-family: 'Raleway', sans-serif;
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
    min-width: 260px;
    /* background: url('/wa-data/public/site/themes/Shamanic_tools/img/bg/jpeg'); */
}

#container .container {
    background: white;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

td,
th,
input,
textarea,
select,
a {
    font-size: 14px;
}

a:hover,
a:focus {
    color: #FFC356;
    text-decoration: none;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

iframe {
    border: 1px solid #C5C5C5;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #C5C5C5;
}

img {
    max-width: 100%
}

legend small {
    font-size: 15px;
    color: #999999;
}

label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

label {
    margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    height: 34px;
}

input,
textarea,
.uneditable-input {
    width: 300px;
    max-width: 100%
}

textarea {
    height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    outline: 0;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    height: 30px;
    line-height: 30px;
}

select {
    width: 300px;
    max-width: 100%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

select[multiple],
select[size] {
    height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

p {
    margin-top: 0px;
    margin-bottom: 20px;
}

a,
a:visited,
a:focus {
    color: #323232;
    cursor: pointer;
    text-decoration: none;
    outline: none
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

form {
    margin-bottom: 0;
}

/***********************/
h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    margin-bottom: 48px;
}

h2 {
    font-size: 13px;
    text-transform: uppercase;
}

h3 {
    color: #323232;
    font-size: 16px;
}

.p0 {
    padding: 0px !important
}

.m0 {
    margin: 0px !important
}

.mt0 {
    margin-top: 0px !important
}

/***********************/
@font-face {
    font-family: 'FontAwesome';
    src: url('./fonts/fontawesome-webfont.eot');
    src: url('./fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('./fonts/fontawesome-webfont.woff') format('woff'), url('./fonts/fontawesome-webfont.ttf') format('truetype'), url('./fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/****************/
.fleft {
    float: left;
}

.fright {
    float: right;
}

.tcenter {
    text-align: center !important;
}

.fancybox {
    text-decoration: none;
}

.fancybox:hover {
    text-decoration: underline;
}

.account-success #content p {
    margin-bottom: 5px;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.extra-wrap {
    overflow: hidden;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

a#hidden {
    display: none;
    visibility: hidden
}

/***********************************************************************************header-style**********************************************************************************/
.header-modules {
    position: relative;
    z-index: 1;
}

/* layout */
#container {
    text-align: left;
}

/* header */
.common-home #content {
    padding-top: 0;
}

header {
    position: relative;
    background: #F5F5F5;
    color: #111111;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

header #logo a img {
    vertical-align: top;
    max-width: none;
    width: auto;
}

header #logo {
    float: left;
    margin: 0px 0px 15px -6px;
}

#language {
    color: #999;
    line-height: 17px;
}

#language img {
    cursor: pointer;
}

.header-button {
    position: relative;
    z-index: 10
}

.header-button>ul {
    display: none;
    position: absolute;
    background-color: grey;
    width: 200px;
}

.header-button>div:hover {
    cursor: pointer;
}

header .header-button>div i {
    font-size: 14px;
    color: #fff;
    margin-left: 8px;
}

header .header-button.active>div i,
header .header-button>div:hover i {
    color: #fff
}

header .header-button.active>div,
header .header-button>div:hover {
    color: #FFC356
}

header .header-button>div {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 10px 0 10px 11px;
    line-height: 20px;
}

header .header-button>ul {
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    padding: 16px;
    width: 62px;
    right: -8px;
    top: 25px;
}

header .header-button>ul li {
    text-align: center;
    padding: 5px 0;
}

header .header-button>ul li span:hover {
    color: #FFC356
}

#cart.active .content {
    display: block;
}

#cart .content {
    display: none;
    position: absolute;
    top: 90px;
    z-index: 99999;
    width: 330px;
    padding: 16px;
    right: 12px;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}

header #cart.active .content {
    display: block;
}

header #cart.active .content .mini-cart-info {
    display: block;
}

header #cart .cart {
    width: 100%;
    border: 1px solid #E1E1E1;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 16px;
    max-height: 458px;
    overflow: auto;
}

header #cart .cart .item {
    display: flex;
    gap: 10px;
}

header #cart .cart .item .remove {
    cursor: pointer;
    height: 20px;
}

header #cart .cart .item .remove:hover svg path {
    stroke: #FFC356;
}

header #cart .cart .image img {
    max-width: 100px;
    min-width: 100px;
    height: auto;
    border-radius: 8px;
}

header #cart .content .checkout {
    display: flex;
    gap: 16px;
    justify-content: center;
}

header #cart .empty {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}

header #cart .total {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
}

header #cart .line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header #cart .amount {
    font-weight: 700;
}

header #cart .name a {
    text-decoration: none;
    max-width: 120px;
    min-width: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
}

header #cart .name a:hover {
    color: #FFC356;
}

header #cart .name .total {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    margin-bottom: 0;
}

header #cart .mini-cart-info .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F5F5F5;
}

header #cart .mini-cart-info .item:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

/****************************************************************************************************************************************************************************************/
/* menu */
/****************************************************************************************************************************************************************************************/
.header-top .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
}

.header-top .right_block {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 30px;
    font-weight: 500;
}

.header-top button {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 12px;
    gap: 4px;
    border: 1px solid #FFC356;
    border-radius: 100px;
    background: transparent;
    color: #111111;
    font-weight: 500;
}

.header-top .row.mobile {
    padding: 0;
}

.header-top .row.mobile .col-md-12 {
    display: flex;
    padding: 10px 20px;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.header-top .row.mobile #last_news {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.header-top .row.mobile .buttons {
    display: flex;
    align-items: center;
    min-width: 128px;
    justify-content: space-between;
}

.header-top .row.mobile button {
    padding: 0;
    border: 0;
}

.header-top .row.mobile a {
    display: flex;
    align-items: center;
}

.header-bottom {
    background: white;
}

.header-bottom>.container {
    position: relative;
}

.header-bottom .left_block,
.header-bottom .right_block {
    display: flex;
    align-items: center;
}

.header-bottom .right_block {
    justify-content: right;
    gap: 24px;
}

.header-bottom .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-bottom .row .col-md-2 {
    display: flex;
    justify-content: center;
}

.header-bottom .row .col-md-2 a {
    display: contents;
}

.header-bottom .search,
.header-bottom .account,
.header-bottom #cart .link_a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.currency_selector {
    font-weight: 500;
}

.header-bottom .currency_selector,
.header-bottom #cart .link_a,
.header-bottom .search {
    cursor: pointer;
}

.header-bottom .currency_selector:hover,
.header-bottom .search:hover {
    color: #FFC356;
}

.header-bottom .search:hover svg path {
    stroke: #FFC356;
}

.header-bottom #cart-total2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #FFC356;
    border-radius: 100px;
}

.header-bottom .toggle_menu {
    padding-bottom: 32px;
    margin-top: 32px;
}

.header-bottom .toggle_menu button {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #FFC356;
    border-radius: 100px;
    color: #111111;
    margin-right: 24px;
    padding: 10px 19px;
    font-weight: 500;
}

.header-bottom .toggle_menu:hover button {
    background: #111111;
    color: white;
}

.header-bottom .toggle_menu:hover button svg path {
    stroke: white;
}

.header-bottom #cart {
    padding-bottom: 42px;
    padding-top: 10px;
    margin-top: 32px;
}

header .shop_menu {
    visibility: hidden;
    top: 156px;
    width: 1440px;
    z-index: 9;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
}

header .shop_menu .menu_background {
    background: white;
    border-top: 2px solid #F5F5F5;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 24px 24px;
    padding: 80px;
    padding-top: 24px;
    padding-bottom: 5px;
}

header .shop_menu .parent>a,
header .shop_menu .parent+li {
    display: none;
}

header .links li a i {
    display: none;
}

header .links li {
    float: left;
    padding: 8px 8px
}

header .links a {
    display: inline-block;
    font-size: 14px;
    color: #111111;
    line-height: 20px;
}

header .links a.active,
header .links a:hover {
    color: #FFC356;
    text-decoration: none;
}

/*****************************************************************************box price *************************************************************************/
.name_and_price {
    display: flex;
    padding: 12px 0;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
}

.name_and_price h5 {
    margin: 0;
}

.name_and_price h5 a {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #7F7F7F;
}

.name_and_price .price {
    min-width: fit-content;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    display: flex;
    flex-direction: column;
}

.name_and_price .price .price-old {
    text-decoration: line-through;
}

.box.box-filter input[type="checkbox"] {
    float: left;
}

.name_and_price + .offers .button {
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
}

/****************************************************************************** tooltip ***********************************************************************/
.related-info .tooltip-inner {
    max-width: 120px !important;
    white-space: normal !important
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    white-space: nowrap;
    max-width: 300px;
    padding: 5px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #FFC356;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #FFC356;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #FFC356;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #FFC356;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #FFC356;
    border-width: 0 5px 5px;
}

/*******************************************************************************Icon: wishlist and Comapare************************************************************************************/
.tooltip-1 {
    white-space: nowrap
}

.product-list .wishlist,
.product-list .compare {
    margin: 5px 0 0 10px
}

.compare {
    margin-right: 20px;
}

.preview .cart {
    margin-right: 15px;
}

.preview .wishlist a,
.preview .compare a {
    display: inline;
}

.preview .wishlist,
.preview .compare {
    display: block;
}

.wishlist,
.compare {
    display: inline-block;
}

.wishlist a:hover,
.compare a:hover {
    color: #1c1c1c
}

.wishlist a,
.compare a {
    display: inline-block;
    font-size: 12px;
    color: #a0a0a0;
    font-weight: 500;
}

.wishlist a i,
.compare a i {
    font-size: 20px;
    margin-right: 5px;
}

.wishlist a.checked,
.compare a.checked {
    color: #000;
}

/*********************************************************************leftinfo***************************************************************************************************/
aside .info li,
aside .brands li {
    position: relative;
    clear: both;
    padding: 7px 20px;
    border-top: 1px dotted #c5c5c5;
}

aside .info li a i,
.afine li a i,
.acount li a i {
    font-size: 17px;
    margin-right: 10px;
}

aside .info li a,
aside .brands li a,
.afine li a,
.acount li a {
    line-height: 20px;
    font-size: 14px;
    color: #777777;
}

aside .info li:first-child,
aside .brands li:first-child,
aside.info li:first-child,
.afine li:first-child,
.acount li:first-child {
    border-top: 0;
}

aside.info li,
.afine li,
.acount li {
    padding: 7px 20px;
    border-top: 1px dotted #c5c5c5;
}

aside .info li a+a i,
.afine li a+a i,
.acount li a+a i {
    display: none;
}

aside .info li a+a,
.afine li a+a,
.acount li a+a {
    padding-left: 0;
    background: none;
}

aside .info li a:hover,
.afine li a:hover,
.acount li a:hover {
    color: #1c1c1c
}

/********************************************************************************************************************************************************************************/
.box-filter .box-content .button {
    margin-top: 10px
}

/********************************************************************************specials*****************************************************************************************/
.success,
.warning,
.attention,
.information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
}

.success .close,
.warning .close,
.attention .close,
.information .close {
    float: right;
    cursor: pointer;
    display: none;
}

.success svg {
    margin-left: 16px;
}

.required {
    color: #ff7409;
    font-weight: bold;
}

.error {
    display: block;
    color: #FF0000;
}

.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    display: block;
}

table.form {
    width: 100%;
    margin-bottom: 20px;
}

.checkout-product thead td .checkout-product thead td {
    text-align: center !important;
}

.checkout-content .buttons #button-payment {
    margin-top: 10px;
}

.checkout-product td.price {
    font-size: 12px;
}

.checkout-product td.total {
    text-align: center !important;
}

table.list thead td a,
.list thead td {
    text-decoration: none;
}

table.list tbody td a {
    text-decoration: underline;
}

table.list tbody td {
    vertical-align: top;
}

table.list .left {
    text-align: left;
}

table.list .right {
    text-align: right;
}

table.list .center {
    text-align: center;
}

.pagination {
    display: inline-block;
    width: 100%;
}

.account-order .button-order-right {
    float: right;
    margin-top: -3px;
}

.account-order .pagination {
    margin-bottom: 25px;
}

.pagination .links {
    float: left;
    margin-right: 10px;
}

.pagination .links li {
    display: inline-block;
    margin-right: 5px;
}

.pagination .links a {
    display: inline-block;
    padding: 4px 10px;
    text-decoration: none;
    border: 1px solid #C5C5C5;
}

.pagination .links a:hover,
.pagination .links li.selected a {
    border: 1px solid #FFC356;
}

/* button */
a.button.details {
    margin-left: 10px;
}

a.button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    font-size: 16px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    border: 1px solid #FFC356;
    border-radius: 100px;
    padding: 11px 17.5px;
    font-weight: 500;
}

a.button_full {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background: #FFC356;
    font-size: 16px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    border: 1px solid #FFC356;
    border-radius: 100px;
    padding: 11px 17.5px;
    font-weight: 500;
}

a.button>i {
    display: none;
}

a.button:hover {
    background: #FFC356;
}

a.button_full:hover {
    background: #111111;
    color: white;
}

a.button.disabled {
    border: none;
    background: #a0a0a0;
    cursor: default;
}

a.button.disabled span {
    color: #fff;
}

a.button.disabled>i {
    color: #fff !important;
}

input[type="submit"],
input[type="button"],
button {
    padding: 9px 12px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background: #fe6419;
    font-size: 12px;
    line-height: 18px;
    background: #454545;
    border-right: 1px solid #2c2c2c;
    border-bottom: 1px solid #262626;
    background: -moz-linear-gradient(top, #454545 0%, #434343 18%, #363636 73%, #323232 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #454545), color-stop(18%, #434343), color-stop(73%, #363636), color-stop(100%, #323232));
    background: -webkit-linear-gradient(top, #454545 0%, #434343 18%, #363636 73%, #323232 100%);
    background: -o-linear-gradient(top, #454545 0%, #434343 18%, #363636 73%, #323232 100%);
    background: -ms-linear-gradient(top, #454545 0%, #434343 18%, #363636 73%, #323232 100%);
    background: linear-gradient(to bottom, #454545 0%, #434343 18%, #363636 73%, #323232 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#323232', GradientType=0);
    border-radius: 3px;
    border: 0px;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
    color: #1c1c1c;
    background: #FFC356;
}

a.button-i {
    display: inline-block;
    padding: 5px;
}

a.button-i i {
    font-size: 26px;
    color: #FFC356
}

a.button-i i:hover {
    color: #7E7E7E
}

/*******************************************background image ***********************************************************/
.image2 {
    position: relative;
}

.image img,
.image2 img,
.image3 img {
    vertical-align: top;
}

.product-grid .image,
.box-product .image2 {
    text-align: center;
}

/*****************************************************************************************************************/
.buttons {
    overflow: auto;
}

.buttons .left {
    float: left;
    text-align: left;
}

.buttons .right .mt {
    margin-top: 10px
}

.buttons .right {
    float: right;
    text-align: right;
}

.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#module_cart .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #EEEEEE;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px #DDDDDD;
    clear: both;
    display: none;

    padding: 8px;
    position: relative;
    top: -1px;
}

#module_cart.active .heading {
    border-left: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
    border-top: 1px solid #C5C5C5;
    margin-top: 5px;
    padding-bottom: 6px;
    padding-top: 10px;
}

#module_cart.active .content {
    display: block;
}

#module_cart .cart .name {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#module_cart .cart {
    margin-bottom: 10px;
    width: 100%;
}

#module_cart .cart td .quantity {
    font-weight: bold;
}

#module_cart .cart td {
    border-bottom: 1px solid #C5C5C5;
    padding: 2px 3px;
    vertical-align: top;
}

#module_cart .cart td a {
    font-weight: normal;
}

#module_cart .cart .image {
    display: none;
}

#module_cart .cart .image img {
    border: 1px solid #C5C5C5;
    text-align: left;
}

#module_cart .cart .name small {
    line-height: 14px;
}

#module_cart .cart td.quantity {
    padding-top: 0px;
    vertical-align: middle;
}

#module_cart .cart td.total {
    text-align: center;
    vertical-align: middle;
}

#module_cart .cart .remove {
    text-align: right;
    padding: 2px 2px;
    vertical-align: middle;
}

#module_cart .cart .remove img {
    cursor: pointer;
}

#module_cart table.total {
    clear: left;
    float: right;
    margin-bottom: 10px;
    padding: 5px;
}

.total-right {
    text-align: right !important;
}

#module_cart .total-left {
    padding-right: 18px;
}

#module_cart table.total td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    text-align: left;
}

#module_cart .checkout .button {
    margin-bottom: 10px;
}

#module_cart .checkout {
    clear: both;
    text-align: right;
}

#module_cart .empty {
    text-align: left;
    line-height: 17px;
    padding: 5px 0;
}

.product-list #image {
    float: left;
    margin-top: 0px;
    z-index: 0;
}

.product-grid #image {
    float: left;
    margin-top: 0px;
    z-index: 0;
}

.home-block #image {
    float: left;
    margin-top: 0px;
    z-index: 0;
}

.box .box-heading {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
}

#content .box.specials {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

#column-right .box .box-heading,
#column-left .box .box-heading {
    margin-bottom: 0px;
}

/* box products */
.box .box-content .box-product ul li.first-in-line {
    clear: left
}

aside .box .box-content .box-product ul {
    width: auto;
    margin: 0;
}

aside .box .box-content .box-product ul>li {
    width: 100%;
    margin: 0;
    max-width: 270px;
    padding: 0
}

aside .box .box-content .box-product ul li {
    margin-bottom: 0px;
}

aside .box .box-content .box-product ul li .padding {
    border: 1px solid #c5c5c5;
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

aside .box .box-content .box-product ul li .padding .image2 {
    padding: 41px 0
}

aside .box .box-content .box-product ul li .padding .rating {
    margin: 0 20px 20px 20px
}

aside .box .box-content .box-product ul li .padding .cart a.button:hover i {
    color: #fff
}

.box .box-content .box-product ul li .padding .cart a.button i {
    display: none;
}

aside .box .box-content .box-product ul li .padding .cart a.button i {
    font-size: 22px;
    color: #FFC356;
    vertical-align: -3px;
    display: inline;
}

aside .box .box-content .box-product ul li .padding .cart a.button:hover span {
    color: #fff;
}

aside .box .box-content .box-product ul li .padding .cart a.button:hover {
    background: #323232;
    border-color: #323232
}

aside .box .box-content .box-product ul li .padding .cart a.button {
    width: 100%;
    text-align: center;
}

aside .box .box-content .box-product ul li .padding .cart {
    float: none;
    margin-bottom: 0px;
}

aside .box .box-content .box-product ul li .padding .inner {
    background-color: #ffe935;
    padding: 20px;
    border-radius: 0 0 4px 4px;
}

/*************************************/
.box-filter li {
    line-height: 25px;
    padding: 3px 0px;
    font-size: 14px;
}

.box-filter label {
    cursor: pointer;

    display: inline;
    padding-left: 5px;
}

.prod-stock {
    font-style: italic;
    color: #6ba239;
    font-size: 16px;
}

.box-product {
    width: 100%;
    margin: 0;
    padding: 0;
}

.box.subcat {
    border-bottom: 0;
    padding-bottom: 0;
}

.box-product.box-subcat {
    margin-top: 0 !important
}

.box-product.box-subcat .name.subcatname {
    padding-top: 4px;
    height: 42px;
    overflow: hidden;
}

.box-product.box-subcat .name.subcatname a {
    margin-bottom: 0;
    font-style: normal
}

#content .box .box-content .box-product ul li.cat-height .image {
    border: 1px solid #c5c5c5;
    padding: 5px;
    border-radius: 5px;
}

#content .box .box-content .box-product ul li.cat-height {
    border: 0px;
    margin-bottom: 5px;
}

.zoom-top img {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.zoom-top a:hover {
    background-color: #7E7E7E;
}

.zoom-top a {
    display: block;
    width: 30px !important;
    height: 30px !important;
    background-color: #FFC356;
    color: #fff;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 25;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
}

.zoom-top a:before {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    height: auto;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
    content: "\f00e";
    width: 30px;
    line-height: 30px;
}

.box-product>li.tree-div {
    margin-right: 0;
}

.box-product>li {
    width: 176px;
    display: inline-block;
    vertical-align: top;
    margin-right: 42px;
    margin-bottom: 28px;
}

#module_cart .cart .name a {
    text-decoration: none;
    line-height: 17px;
}

#module_cart .cart .name a:hover {
    text-decoration: underline;
}

.box-product .related-slider .image {
    display: block;
    text-align: center;
    height: 300px;
    overflow: hidden;
    border-radius: 24px;
}

.box-product .related-slider .image a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-product .related-slider .image img {
    height: 300px;
    width: auto;
    max-width: max-content;
}

.related-info .rating img {
    display: inline-block;
}

.related-info .rating {
    text-align: center;
}

.box-product .rating {
    display: block;
    margin-top: 7px;
    margin-bottom: 0px;
}

.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.afine {
    list-style: none;
    margin: 0;
    padding: 0;
}

.afine li:first-child,
.acount li:first-child {
    border: 0px
}

.afine li a+a {
    background: none;
    padding-left: 0;
}

.acount {
    list-style: none;
}

.content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content ul li a {
    text-decoration: none;
    line-height: normal;
}

.content ul li:first-child {
    border: none;
}

.content ul li {
    padding-bottom: 4px;
    padding-top: 4px;
}

.content ul li a i {

    font-size: 17px;
    margin-right: 9px;
}

.wishlist-product td a {
    text-decoration: none;
}

.wishlist-product td {
    vertical-align: middle !important;
    text-align: center;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/***********************************************************************category*************************************************************/
.fa.fa-chevron-circle-up:before {
    content: "\f139" !important;
}

li.parent>i:hover {
    cursor: pointer
}

li.parent>i {
    float: right;
    font-size: 12px;
    position: absolute;
    right: 7px;
    top: 11px;
    color: #7f7f7f
}

.box li li.parent>i {
    top: 0px;
    right: 0
}

.box.category li {
    position: relative
}

.box.category .box-content {
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    border-bottom: 1px solid #262626;
    background-color: #313131;
}

.box.category .box-heading {
    background: url(img/heading-cat.png) repeat-x left top #323232;
    border-width: 0 0 1px 0;
    border-color: #262626;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FFC356
}

.box-category>ul>li>a {
    display: inline-block;
    font-size: 14px;
    color: #fff;

}

.box-category>ul>li.selected>a,
.box-category>ul>li>a:hover {
    color: #FFC356
}

.box-category>ul>li {
    position: relative;
    padding: 7px 15px;
    background-color: #313131;
    border-top: 1px solid #4a4a4a;
    line-height: 20px;
}

.box-category>ul>li strong {
    display: none;
}

.box-category>ul>li.last {
    border: none;
}

.box-category>ul>li>ul {
    display: none;
    margin: 7px -19px -7px;
    background-color: #1c1c1c;
    padding: 12px 20px
}

.box-category>ul>li>ul ul {
    display: none;
    padding: 5px 0px 5px 10px;
}

.box-category>ul>li span.close:hover {
    cursor: pointer;
}

.box-category>ul>li li.parent>i {
    line-height: 20px;
    vertical-align: middle;
}

.box-category>ul>li ul>li.selected>a,
.box-category>ul>li ul>li>a:hover {
    color: #fff;
}

.box-category>ul>li ul>li {
    line-height: 20px;
}

.box-category>ul>li ul>li>a {
    text-decoration: none;
    display: inline-block;
    color: #C0C0C0;
    font-size: 13px;
}

.box-category>ul>li ul>li>a.selected {
    color: #FFC356
}

.act-cat {
    position: absolute;
    top: 9px;
    right: 6px;
}

/*************************************************************************************************************************************************************/
.info-about2,
.info-about3,
.info-about4 {
    display: none;
}

.category-list {
    overflow: auto;
    margin-bottom: 20px;
}

.category-list ul {
    float: left;
    width: 25%;
    list-style: none;
    padding: 0;
}

.capcha {
    width: 143px;
}

.category-list .div a {
    text-decoration: underline;

}

/* product */
.product-filter .product-compare {
    float: left;
    margin-left: 10px;
}

.product-filter select {
    margin-bottom: 0;
}

.product-filter {
    overflow: hidden;
    line-height: 32px;
    border: 1px solid #C5C5C5;
    border-width: 1px 0;
    padding: 10px 0;
    margin-bottom: 30px;
}

.product-filter .display {
    float: right;
}

.product-filter .display a {
    font-weight: bold;
}

.product-filter .sort b {
    padding-right: 7px;
    color: #323232;
    text-transform: uppercase;
}

.product-filter .sort select {
    width: 140px;
}

.product-filter .sort {
    float: left;
    font-weight: bold;
}

.product-filter .limit select {
    width: 72px;
}

.product-filter .limit b {
    padding-right: 5px;
    color: #323232;
    text-transform: uppercase;
}

.product-filter .limit {
    margin-left: 13px;
    float: left;
}

.product-list ul li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.product-list ul li {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #C5C5C5;
}

.product-list .left {
    position: relative;

}

.product-list .right {
    text-align: left;
}

.product-list .name {
    margin-bottom: 10px;
}

.product-filter .display {
    position: relative;
}

.product-filter .display b {
    float: left;
    color: #323232;
    text-transform: uppercase;
    display: none;
}

.product-list .description {
    overflow: hidden;
    margin-bottom: 5px;
}

.product-grid ul li {
    text-align: left;
    position: relative;
    margin-bottom: 30px;
}

.product-grid ul li.first-in-line {
    clear: left
}

.extra-prod input {
    padding-bottom: 4px;
}

.extra-prod {
    padding-top: 6px;
}

.or {
    padding-top: 3px;
}

.product-grid .image,
.product-list .image {
    margin: 0;
    display: block;
    text-align: center;
    height: 230px;
    overflow: hidden;
    border-radius: 16px;
}

.product-grid .image a,
.product-list .image a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.product-grid .image img,
.product-list .image img {
    height: 230px;
    width: 305px;
    object-fit: cover;
}

.product-grid .description {
    overflow: hidden;
    display: none;
}

.cart-button .cart {
    float: left;
}

.product-list .price-tax {
    font-size: 12px;
    display: block;
}

.product-grid .price-old {
    text-decoration: line-through;
}

.product-grid .price .price-tax {
    display: none;
}

.product-grid .price-old {
    font-weight: normal;
}

.product-grid .cart {
    float: left;
}

.content-border h2 {
    margin-bottom: 30px;
}

.content-border {
    border: 1px solid #C5C5C5;
    padding: 30px 40px;
    margin-bottom: 30px;
}

/*************************** Product ***************************************/
#compare {
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#full_gallery {
    display: none;
    max-width: 100%;
    position: relative;
}

#full_gallery .prev {
    left: 0
}

#full_gallery .next {
    right: 0
}

#full_gallery .prev:hover,
#full_gallery .next:hover {
    color: #FFC356
}

#full_gallery .prev,
#full_gallery .next {
    color: #7e7e7e;
    font-size: 19px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
}

#full_gallery img {
    border-radius: 24px;
}

.bx-controls-direction a.bx-prev {
    margin-left: -10px;
}

.bx-controls-direction a.bx-next {
    margin-right: -10px;
}

.bx-controls-direction a {
    padding: 10px;

}

.product-info h1.view {
    display: none;
}

.product-info h1 {
    color: #323232;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.product-info .left {
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
}

.product-info .image {
    width: 100%;
    height: auto;
    margin-bottom: 7px;
}

.product-info .image-additional {
    overflow: hidden;
    position: relative;
    clear: both;
}

.product-info .image-additional li {
    float: left;
    max-width: 70px;
}

.product-info .image-additional li.last {
    margin-right: 0;
}

.product-info .image-additional img {
    background: #efeeee;
}

#zoom1 img {
    background: #efeeee;
}

.product-info .image-additional a {
    display: block;
}

.image-additional .next:hover,
.image-additional .prev:hover {
    color: #FFC356
}

.image-additional .prev {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 40%;
    margin: 0;
    font-size: 19px;
    color: #7e7e7e
}

.image-additional .next {
    color: #7e7e7e;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    top: 40%;
    margin: 0;
    font-size: 19px;
}

.product-info .share>span {
    margin-bottom: 20px;
    display: inline-block;
}

.product-info .description .product-section {
    font-weight: bold;
    color: #FFC356;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 20px;
}

.product-info .description .product-section a {
    color: #FFC356
}

.product-info .description .product-section a:hover {
    color: #323232
}

.product-info .description .product-section span {
    color: #323232;
    font-weight: bold;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.product-info .description .product-section .prod-stock {
    display: inline-block;
    background-color: #6ba239;
    color: #fff;
    font-style: normal;
    padding: 0 7px;
    margin: 0 9px;
}

.product-info #cart-form>.price {
    text-transform: uppercase;
    color: #323232;
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 20px;
}

.product-info .price .price-new {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.product-info .price .price-old {
    color: #7e7e7e;
    margin-left: 10px;
    text-decoration: line-through;
}

.product-info .price .discount {
    text-transform: none;
    font-weight: normal;
}

.product-info .price .reward {
    padding-top: 10px;
    display: block;
}

.tab-content ul:not(.related-slider) {
    margin-left: 25px;
    margin-bottom: 20px;
    list-style-type: disc
}

.product-info .minimum {
    margin-top: 5px;
}

.product-info .cart-top-padd .button,
.product-info .cart-top-padd .q-mini {
    display: none;
}

.product-info .cart-top-padd button.button-prod {
    margin-left: 0;
    background: #FFC356;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    width: 100%;
    padding: 12px 0;
    margin: 12px 0;
}

.product-info .cart-top-padd button.button-prod:hover {
    background: #111111;
    color: white;
}

.product-info .cart-top-padd button.button-prod:hover svg path {
    stroke: white;
}

.product_page .product-tags,
.product_page .product-categories {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #777777;
}

.product_page .product-tags a,
.product_page .product-categories a {
    text-decoration: none
}

.product_page .product-tags a:hover,
.product_page .product-categories a:hover {
    color: #FFC356;
}

.product-info .extra-button {
    float: left;
}

.product-info .wishlist a span,
.product-info .compare a span {
    display: inline-block;
}

.product-info .wishlist a i,
.product-info .compare a i {
    margin-right: 9px;
    font-size: 17px;
    line-height: 24px;
}

.product-info .wishlist a:hover,
.product-info .compare a:hover {
    color: #323232
}

.product-info .extra-button {
    margin-top: 7px;
    margin-left: 20px;
}

.product-info .wishlist,
.product-info .compare {
    display: block;
}

.product-info .separator {
    width: 100%;
    height: 1px;
    background: #E1E1E1;
    margin: 40px 0;
}

.product-info .wishlist a,
.product-info .compare a {
    line-height: 18px;
    width: auto;
    height: auto;
    font-size: 13px;
    float: none;
    margin: 0;
    padding: 0;
    border: 0px;
    background: none;
    text-align: left;
    display: inline;
}

.product-info .properties .tabs {
    margin-bottom: 40px;
}

.product-info .options {
    margin-bottom: 20px;
}

.product-info .cart-top {
    margin-bottom: 20px;
}

.download_manual a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    margin-bottom: 40px;
    width: max-content;
}

.q-mini {
    width: 30px;
}

img#captcha {
    vertical-align: top;
    margin-bottom: 20px;
}

#tab-review input[name="captcha"] {
    margin-right: 20px;
}

.border {
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/******************************/
.product-info .gallery li {
    max-width: 270px;
    float: left;
    height: 424px
}

.ps-carousel-item img {
    background-color: #EFEEEE;
}

.ps-zoom-pan-rotate img {
    background-color: #EFEEEE;
}

.product-info .gallery li img {
    background-color: #EFEEEE;
}

/*****************************/
a.button-prod i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 9px;
}

a.button-prod:hover i {
    color: #fff
}

a.button-prod:hover {

    background-color: #FFC356;
}

a.button-prod i {
    color: #FFC356
}

a.button-prod {
    display: inline-block;
    background-color: #323232;
    font-size: 15px;
    color: #ffffff;
    padding: 9px 19px 10px 11px;
    margin-left: 20px;
    line-height: 31px;
    border-radius: 5px;
}

a.button-prod.disabled {
    background-color: #a0a0a0;
    cursor: default;
}

a.button-prod.disabled i {
    color: #FFF
}

.product-info .review {
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #C5C5C5;
    margin-bottom: 20px;
}

.product-info .review>div img {
    margin-bottom: 10px;
}

.product-info .review a:hover {
    color: #FFC356
}

.product-info .review a {
    color: #7e7e7e;
    text-decoration: underline;
}

.product-info .review a+a {
    margin-left: 20px;
}

.product-info .review img {
    float: left;
    margin-right: 20px;
}

.product-info .review .btn-rew {
    float: left;
}

.product-info .review .btn-rew a i {
    font-size: 26px;
    color: #7e7e7e;
    line-height: 16px;
    width: 1.25em
}

.tabs {
    margin-bottom: 10px;
}

.tabs .tab-heading {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
}

.upselling .tab-heading,
.crossselling .tab-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
}

.tabs .tab-content {
    padding: 20px 0;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

#tab-review.tabs .tab-content {
    padding: 20px 0 0;
}

.checkout-product .table td.price {
    text-align: left;
    font-size: 13px;
    color: #7E7E7E;
}

.table .total,
.table .price {
    text-align: center;
    font-size: 17px;
    color: #FFC356;
    font-weight: bold;
}

.table thead td {
    font-size: 12px !important;
}

.table .price s {
    color: #323232;
    font-weight: normal;
    display: block;
}

input#sub_category {
    background: none;
    float: left;
    margin-left: -20px;
}

/************************** checkout page *********************/
.checkout-content {
    margin-top: -1px;
    padding: 20px 40px;

}

.checkout-content .login-content .heading h2 {
    font-size: 20px;
}

.checkout-content .login-content p.login-padd {
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 6px;
}

.checkout-heading {
    position: relative;
}

.checkout-heading>a {
    position: absolute;
    right: 20px;
    top: 15px
}

.checkout-content label a:hover {
    text-decoration: underline;
}

.checkout-content label a {
    color: #FFC356;
}

.buttons .right label {
    text-align: left;
}

.login-content {
    overflow: hidden;
}

.login-content .left p+p {
    margin-bottom: 16px;
}

.link-login {
    text-decoration: underline;
    display: inline-block;
    color: #333;
    font-style: italic;
    margin-left: 15px;
}

.link-login:hover {
    text-decoration: none;
}

.padd-form {
    display: block;
    padding-bottom: 5px;
}

.login-content .right .content p {
    margin-bottom: 15px;
}

.login-content .right .content b {
    display: block;
}

#register .content {
    border: none !important;
    padding: 0 !important;
}

/* returns */
.return-box-2 {
    padding: 15px 20px 19px 20px;
    margin-bottom: 10px;
}

.return-box-2 .buttons .right {
    float: left;
}

.return-box-2 .buttons {
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.return-p {
    padding-left: 17px;
}

.return-p p {
    margin-bottom: 13px;
}

.return-list {
    margin-bottom: 10px;
}

#content .content.return-box {
    padding: 14px 10px 11px 20px;
    margin-bottom: 10px;
}

.content.return-box h2 {
    margin-bottom: 14px;
}

#content .content.return-box .left {
    width: 320px;
}

#content .content.return-box .right {
    width: 320px;
}

.content.return-box label {
    font-size: 12px;
    font-weight: bold;
}

.content.return-box input {
    margin-top: 6px;
    margin-bottom: 7px;
    width: 310px;
}

.content.return-box .error {
    padding-bottom: 5px;
    display: block;
}

.return-box-3 {
    margin-bottom: 20px;
    padding: 14px 10px 10px 20px;
}

.return-box-3 h2 {
    margin-bottom: 15px;
}

.return-box-3 textarea {
    width: 310px;
    height: 188px;
    max-width: 310px;
    max-height: 188px;
}

.return-box-3 .return-captcha {
    width: 320px;
    margin-top: -3px;
}

.return-box-3 .return-captcha b {
    padding-bottom: 6px;
    display: block;
}

.return-box-3 .return-captcha input {
    width: 170px;
    margin-bottom: 10px;
}

.return-box-3 .return-additional {
    margin-bottom: 11px;
}

.return-box-3 .buttons {
    padding: 0;
    margin-bottom: 0;
}

/* button */
.button-return-right-i:hover,
.button-return-right:hover {
    color: #FFC356;
    cursor: pointer;
}

.button-return-right {
    border: 0px;
    background: none;
    font-weight: bold;
    color: #757475;
    padding: 0;
    line-height: 32px;
    min-height: 32px;
    display: inline-block;
}

#return-product .button-return-right-i {
    position: relative;
}

#return-product .button-return-right-i i.fa.fa-arrow-circle-right {
    position: absolute;
    right: 0;
    z-index: 4;
    top: 3px
}

#return-product input.button-return-right {
    padding-right: 31px;
    position: relative;
    z-index: 5
}

a.button-return-left:hover,
a.button-return-right:hover,
a.button-order-right:hover,
a.button-cont-right:hover,
a.button-back-left:hover,
a.button-inf-left:hover {
    color: #333
}

a.button-return-left,
a.button-return-right,
a.button-order-right,
a.button-cont-right,
a.button-back-left,
a.button-inf-left {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;

    padding-right: 0px;
    color: #7e7e7e;
    vertical-align: top;
}

a.button-back-left i,
.button-back-left i,
.button-return-right-i i,
a.button-return-left i,
a.button-cont-right i {
    font-size: 26px;
    text-align: center;
    vertical-align: middle;
    margin: 0 9px
}

i.fa.fa-arrow-circle-right {
    margin-right: 0 !important;
}

a.button-order-right {
    padding: 0;
}

a.button-return-left span,
a.button-return-right span,
a.button-order-right span,
a.button-cont-right span,
a.button-back-left span,
.wishlist-product a.button-wislish-left span,
a.button-inf-left span {
    line-height: 1.2em;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

a.button-return-left span,
a.button-back-left span,
a.button-wislish-left span {
    padding: 5px 0px 5px 14px;
    background: url('marker-button-left.png') left 8px no-repeat;
}

a.button-return-right span,
a.button-order-right span,
a.button-cont-right span,
a.button-inf-left span {
    padding: 5px 14px 5px 0px;
    background: url('marker-button-right.png') right 8px no-repeat;
}

.cart-bottom a i.fa.fa-check {
    margin-right: 0;
}

.cart-bottom a.button-cont-right {
    margin-right: 20px;
}

/* button */



.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.return-list .return-info {
    text-align: right;
}

.return-remove {
    float: left;
    width: 33.3%;
    padding-top: 90px;
    text-align: center;
    vertical-align: middle;
}

.return-additional {
    overflow: auto;
    margin-bottom: 20px;
}

.return-comment {
    float: left;
    width: 49%;
}

.download-list {
    margin-bottom: 10px;
}

.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
}

.download-list .download-content div {
    float: left;
    width: 33.3%;
}

.download-list .download-info {
    text-align: right;
}

/* cart */
a {
    outline: none;
}

a:hover i.fa.fa-trash-o-o {
    color: #FFC356
}

a i.fa.fa-trash-o-o {
    color: #7e7e7e
}

i.fa.fa-trash-o-o {
    font-size: 26px;
}

.shop-cart {
    border-bottom: none;
    overflow: hidden;
    position: relative;
}

.cart-info2 .table td+td {
    text-align: center;
}

.shop-cart .table td.quantity,
.shop-cart .table td.image {
    text-align: center;
}

.shop-cart .table td {
    vertical-align: middle;
}

.cart-module .cart-content {
    padding: 18px 0px 19px 18px;
    display: none;
    overflow: auto;
    border-top: none;

}

.cart-info2 {
    display: none;
}

.cart-info {
    overflow: hidden;
    margin: 20px 0;
}

.cart-info td.name a:hover {
    color: #323232
}

.cart-info td.name a {
    color: #FFC356;
    font-size: 16px;
    font-style: italic;
}

.content.shop-cart-content>p {
    border: 1px solid #C5C5C5;
    border-bottom: 0;
    margin: 0;
    padding: 20px;
}

.mt5 {
    margin-top: 5px;
}

a.input-update i {
    color: #7E7E7E;
    font-size: 26px;
}

a.input-update:hover i {
    color: #FFC356;
}

#cboxLoadedContent td>input[type="radio"] {
    margin: 0px;
    float: none
}

td.quantity>input[type="text"] {
    width: 40px
}

table#total td {
    background-color: #f9f9f9;
    padding: 20px;
    text-transform: uppercase;
    width: 80%
}

table#total td+td {
    background-color: #fff;
    color: #FFC356;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

td.price {
    font-weight: bold;
    font-size: 17px;
}

table.radio {
    padding: 0
}

.cart-module>div {
    padding: 20px 20px;

    display: none;
    border: 1px solid #C5C5C5;
    border-top: 0;
    border-bottom: 0;
}

/*********************************************************************/
table.radio tbody td {
    width: 100%
}

.sitemap-info ul {
    margin-top: 10px;
}

.sitemap-info li a {
    text-decoration: none;
}

.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}

#newsletter .content {
    margin: 0;
    padding: 0;
    border: none;
}

.sitemap-info .left {
    float: left;
    width: 48%;
}

#newsletter .form tr td:first-child {
    width: 58px;
}

.sitemap-info .right {
    float: left;
    width: 48%;
}

.common-home footer {
    margin-top: 0;
}

footer {
    padding: 40px 0;
    background: #111111;
    border-radius: 24px 24px 0px 0px;
}

footer li {
    padding: 0;
    padding-bottom: 16px;
}

footer .logos_holder {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

footer .row li a:hover {
    color: #FFC356;
}

footer .row li a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

footer .separator {
    width: 100%;
    border-bottom: 1px solid #7F7F7F;
    margin-bottom: 40px;
    margin-top: 24px;
}

footer .footer_second_row,
footer .footer_second_row a {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

footer .footer_second_row a:hover {
    color: #FFC356;
}

footer .footer_second_row {
    margin-bottom: 40px;
}

footer .powered,
footer .powered a  {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #7F7F7F;
}

footer .powered a:hover {
    color: #FFC356;
}

span.toggle {
    display: none;
}

.return-captcha input img {
    vertical-align: top;
}

.return-captcha input {
    margin-bottom: 10px;
    vertical-align: top;
}

/* banner */
#body {
    overflow: hidden;
}

.content_bottom:before {
    left: -100%;
}

.content_bottom:after,
.content_bottom:before {
    background: #ffe935;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
}

.content_bottom {
    position: relative;
}

.content_bottom .banner {
    width: 100%;
    margin: 0px;
    background-color: #ffe935;
    position: relative;
    min-height: 42px
}

.content_bottom .banner>div .s-desc i {
    font-size: 27px;
    margin-right: 14px;
    color: #fff
}

.content_bottom .banner>div .s-desc span {
    font-size: 14px;
    text-transform: none;
}

.content_bottom .banner>div .s-desc {
    text-align: left;
    line-height: 13px;
    color: #1c1c1c;
    text-transform: uppercase;
    font-size: 11px;
}

.content_bottom .banner>div,
.content_bottom .banner>div a {
    border: 0px;
    border-radius: 0;
    text-align: left;
}

.content_bottom .banner>div {
    width: 100%;
    margin: 0px;
    max-width: 100%;
    padding-top: 5px;
}

/* AJAX Add to Cart Confirm by Harryo*/
.success,
.warning,
.attention,
.information,
.rev-success {
    padding: 10px 10px 10px 10px;
    margin-bottom: 5px;
    color: #555;
}

.success a,
.warning a,
.attention a,
.information a {
    color: #333;
}

#cart-success {
    position: fixed;
    z-index: 9998;
}

.success i.fa.fa-times-circle {
    font-size: 26px;
    padding: 10px;
}

.success .close i {
    padding: 10px
}

.success {
    color: #000
}

.success>img {
    max-width: 70px;
    height: auto;
    float: left;
    background-color: #efeeee;
    margin-right: 10px;
    border: 1px solid #C5C5C5
}

.success a:hover {
    text-decoration: none;
    color: #FFC356
}

.success a {
    text-decoration: none;
    color: #252525
}

.success span:hover img {
    margin-top: -11px;
}

.success p {
    margin-bottom: 11px;
    font-size: 24px;
    color: #1b1b1b;
}

.success span:hover {
    cursor: pointer;
    color: #FFC356
}

.success span {
    overflow: hidden;
    position: absolute;
    right: 8px;
    top: 8px;
    opacity: 1
}

.success i {
    color: #6d6d6d
}

.success i:hover {
    color: #FFC356;
}

.success i.fa.fa-thumbs-up {
    font-size: 31px;
    color: #FFC356;
    margin-right: 10px;
}

.close {
    color: transparent;
    text-shadow: none
}

.success a {
    color: #FFC356;
}

.success a:hover {
    text-decoration: underline;
}

.success {
    width: 214px;
    position: fixed;
    z-index: 99999 !important;
    top: 60px;
    right: 7px;
    padding: 16px;
    border: none;
    display: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#wrap {
    z-index: 10 !important;
}

.rev-success {
    background: #EAF7D9 url('success.png') left no-repeat;
    border: 1px solid #C5C5C5;
    padding-left: 20px;
}

/**************************************************************related****************************************************************/
.prev {
    float: left;
    margin-left: 10px;
}

.next {
    float: right;
    margin-right: 10px;
}

/***/
.image {
    position: relative
}

.related-info .cart-button .cart {
    float: none;
}

.related-info .wishlist,
.related-info .compare {
    display: inline-block;
}

.related-info .wishlist {
    margin-top: 7px;
}

.related-info .compare {
    margin: 0;
}

.related-info {
    float: left;
    text-align: center;
    position: relative;

    border-bottom: 0 !important;
}

.related {
    padding: 0 50px;
    position: relative;
}

.related .name {
    height: 40px;
    overflow: hidden;
}

.related .prev:hover,
.related .next:hover {
    color: #FFC356
}

.related .prev,
.related .next {
    position: absolute;
    top: 50%;
    font-size: 26px;
    color: #7e7e7e;
    margin-top: -31px;
}

.related .prev {
    left: 0
}

.related .next {
    right: 0
}

/******************************************************************************************************************************************/
#colorbox {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.preview {
    padding: 15px;

}

.preview .marg {
    margin-bottom: 25px;
}

.preview .price {
    width: 100%;
    overflow: hidden;
}

.preview .price span {
    float: left;
    margin-right: 10px;
}

.preview .right .inf span {
    display: block;
    margin-bottom: 10px;
}

.preview .right .inf span.text-price {
    margin-left: 0;
}

.preview .right h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.preview .inf .prod-stock {
    margin-bottom: 10px;
}

.preview .description {
    height: 160px;
    padding: 15px;
    overflow: auto;
    border: 1px solid #C5C5C5;
}

.preview .cart {
    float: left;
}

.preview .extra-button {
    float: left;
    width: 150px;
    margin-top: 3px;
    margin-left: 15px;
}

#cboxContent #cboxTitle {
    width: 60%;
    padding: 0 20%;
}

#colorbox {
    z-index: 100 !important;
}

#cboxOverlay {
    z-index: 100 !important;
}

.preview .rating {
    margin-top: 15px;
}

.box li {
    position: relative
}

.box .box-content .box-product ul li .quick-view-button,
.box .box-content .box-product ul li .image2 img,
.box .box-content .box-product ul li {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box .box-content .box-product ul li .image2 {
    overflow: hidden;
}

.box .box-content .box-product ul li>div:hover .image2 img {
    /*box-shadow:0 0 10px rgba(0, 0, 0, 0.25);*/
    transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.box .box-content .box-product ul li .quick-view-button:hover {
    color: #FFC356
}

.box .box-content .box-product ul li .quick-view-button i {
    width: 30px
}

.box .box-content .box-product ul li .quick-view-button {
    opacity: 0;
    visibility: hidden;
    left: 20px;
    position: absolute;
    top: 10px;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    width: 30px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #B3B2AE;
}

.box .box-content .box-product ul li>div:hover .quick-view-button {
    opacity: 1;
    visibility: visible
}

/**************************************************** bootstrap reset ************************************************************************/
.table-bordered {
    border-radius: 0
}

.table thead td {
    text-transform: uppercase;
    font-weight: bold;
    color: #323232 !important;
    font-size: 13px;
    background-color: #f9f9f9;
}

.table th,
.table td {
    padding: 20px;
    border-color: #d7d7d7;
    -moz-box-sizing: border-box;
    /* Для Firefox */
    box-sizing: border-box;
    /* Ширина блока с полями */
}

.block-compare .table th,
.block-compare .table td {
    padding: 7px
}

/**************************/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    font-size: 13px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border-radius: 0;
    box-shadow: none
}

.table-bordered thead:first-child tr:first-child>th:last-child,
.table-bordered tbody:first-child tr:first-child>td:last-child,
.table-bordered tbody:first-child tr:first-child>th:last-child {
    border-radius: 0
}

.table-bordered thead:first-child tr:first-child>th:first-child,
.table-bordered tbody:first-child tr:first-child>td:first-child,
.table-bordered tbody:first-child tr:first-child>th:first-child {
    border-radius: 0;
}

.table-bordered thead:last-child tr:last-child>th:first-child,
.table-bordered tbody:last-child tr:last-child>td:first-child,
.table-bordered tbody:last-child tr:last-child>th:first-child,
.table-bordered tfoot:last-child tr:last-child>td:first-child,
.table-bordered tfoot:last-child tr:last-child>th:first-child {
    border-radius: 0
}

.table-bordered {
    border-color: #d7d7d7
}

label,
input,
button,
select,
textarea {
    font-size: 14px;
}

label {
    font-weight: bold;
}

textarea {
    resize: none
}

label {
    cursor: default
}

.close:hover,
.close:focus {
    opacity: 1
}

.pp_gallery ul a img {
    width: 50px;
    height: 50px;
    max-width: none
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 1px
}

table.radio {
    margin: 0;
    display: table
}

.table>tbody+tbody {
    border-width: 1px;
}

.stButton .stButton_gradient,
.stButton .chicklets,
.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
    height: 22px !important;
}

#fancybox-content>div {
    background-color: #fff;
}

#cboxContent .about-page {
    padding: 0 25px
}

#fancybox-content {
    background-color: #fff;
}

#last_photos ul li {
    text-align: center;
}

.man.box .box-content {
    padding: 10px;
    background-color: #F7F4EE;
}

/* Menus
-------- */

ul.menu-v {
    margin: 0 0 20px -6px;
    padding: 0;
}

ul.menu-v li {
    list-style: none;
    padding: 0;
    margin: 3px 0 8px;
    line-height: 1.1em;
}

ul.menu-v li a {
    padding: 5px 6px;
    display: block;
}

ul.menu-v li.selected a {
    color: #000;
    text-decoration: none;
    background: #eee;
}

ul.menu-v li.selected ul li a {
    background: inherit;
    color: #03c;
    text-decoration: underline;
}

ul.menu-v li ul.menu-v {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
}

ul.menu-v li ul.menu-v li a {
    padding: 2px 6px;
    font-size: 0.9em;
}

ul.menu-v li ul.menu-v li ul.menu-v li a {
    font-size: 0.8em;
}

ul.menu-h {
    margin: 0 0 15px;
    padding: 0;
}

ul.menu-h li {
    list-style: none;
    display: inline-block;
    padding: 0 10px 0 0;
}

ul.menu-h li a {
    display: inline-block;
    padding: 0px 5px;
}

ul.menu-h li a img.icon16 {
    position: relative;
    top: 3px;
    left: -3px;
}

ul.menu-h li a i.icon16 {
    margin-top: 0em;
}

ul.menu-h li.selected a {
    color: #000;
    text-decoration: none;
    background: #eee;
}

ul.menu-h li.selected ul * {
    background: #fff !important;
}

.dropdown .popup {
    display: none;
    background: #eee;
    box-shadow: 0 4px 7px -5px rgba(0, 0, 0, 0.4);
    padding: 20px;
    min-width: 150px;
    font-size: 115%;
}

.dropdown:hover .popup {
    display: block;
    position: absolute;
    z-index: 1312;
}

/* Sign up & Login forms
------------------------ */

.wa-auth-adapters ul {
    padding: 0;
    min-height: 16px;
}

.wa-auth-adapters ul li {
    list-style: none;
    float: left;
    padding: 0 15px 0 0;
}

.wa-auth-adapters ul li a {
    display: block;
    padding: 0px 5px;
}

.wa-auth-adapters ul li a img {
    position: relative;
    top: 3px;
    left: -3px;
}

.wa-auth-adapters p {
    clear: left;
    color: #888;
    font-size: 0.9em;
    width: 40%;
}

.wa-form {
    margin: 10px 0;
    overflow: visible;
}

.wa-form .wa-field {
    clear: left;
    margin: 0;
    padding-top: 3px;
}

.wa-form .wa-field .wa-name {
    float: left;
    width: 155px;
    padding-top: 0.05em;
    padding-bottom: 10px;
    font-size: 0.95em;
}

.wa-form .wa-field.wa-separator {
    height: 10px;
}

.wa-form .wa-field .wa-value {
    margin-left: 180px;
    margin-bottom: 5px;
    position: relative;
}

.wa-form .wa-field .wa-value input.wa-error {
    border: 2px solid red;
}

.wa-form .wa-field .wa-value .wa-error-msg {
    font-size: 0.9em;
    color: red;
    display: block;
}

.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] {
    width: 30%;
    min-width: 260px;
    margin: 0;
}

.wa-form .wa-field .wa-value textarea {
    min-width: 300px;
    height: 70px;
}

.wa-form .wa-field .wa-value input.wa-captcha-input {
    width: 100px;
    min-width: 0;
}

.wa-form .wa-field .wa-value label {
    display: block;
}

.wa-form .wa-field .wa-value .wa-captcha img {
    margin-left: 0;
}

.wa-form .wa-field .wa-value .errormsg {
    margin-left: 0;
}

.wa-form .wa-field .wa-value.wa-submit {
    margin-top: 10px;
}

.wa-form .wa-field .wa-value p label {
    display: block;
    margin: 0;
}

.wa-form .wa-field .wa-value p {
    line-height: 1.6em;
    margin-bottom: 23px;
    position: relative;
}

.wa-form .wa-field .wa-value p span {
    color: #777;
    display: block;
    margin: 10px 0;
    font-size: 14px;
}

.wa-form .wa-field .wa-value p i.icon16 {
    float: left;
    left: -20px;
    margin-top: 2px;
    position: absolute;
}

.wa-form .wa-field .wa-value p input {
    display: block;
    margin-bottom: 2px;
}

.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] {
    display: inline;
}

.wa-form .wa-field .wa-value p .field.wa-required span:after {
    content: " *";
    color: #faa;
}

.wa-form .wa-field.wa-required .wa-name:after {
    content: " *";
    color: #faa;
}

.wa-captcha {
    padding: 7px 0 10px;
}

.wa-captcha p {
    clear: left;
    margin: 0;
}

.wa-captcha strong {
    font-size: 1.2em;
}

.wa-captcha p img {
    float: left !important;
    margin-right: 5px;
    margin-top: -8px;
}

.wa-captcha .wa-captcha-refresh {
    font-size: 0.8em;
    text-decoration: underline;
    color: #aaa;
}

.wa-captcha .wa-captcha-input {
    display: inline !important;
}

.wa-captcha .errormsg {
    display: inline;
    margin-left: 10px;
}

input.error,
textarea.error {
    border: 2px solid red;
}

.errormsg {
    color: red;
    margin-left: 170px;
    display: block;
}

/* 16x16 Icons
-------------- */

i.icon16 {
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none !important;
}

* i.icon16 {
    text-decoration: none !important;
    vertical-align: top;
    margin: 0.2em 0.25em 0 0;
}

.icon16.loading {
    background-image: url('/wa-content/img/loading16.gif');
}


.icon16.color {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 14px;
    height: 14px;
}

/* 10x10 Icons
-------------- */

i.icon10 {
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none !important;
}

* i.icon10 {
    text-decoration: none !important;
    vertical-align: top;
    margin: 0.2em 0.1em 0 0;
}

.ui-autocomplete .ui-menu-item div {
    display: table;
}

.ui-autocomplete .ui-menu-item img {
    width: 47px;
    height: 47px;
    float: left;
    display: block;
}

.ui-autocomplete .ui-menu-item .item-name {
    display: block;
    margin-left: 70px
}

.ui-autocomplete .ui-menu-item .item-price {
    display: block;
    margin-left: 70px;
    font-size: 16px;
    font-weight: bold;
}

.related-slider li .image img {
    margin: 0 auto;
}

#panel {
    background: #252525;
    bottom: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}

#panel .col-sm-3 {
    float: left;
    width: 25%;
}

@media (max-width: 717px) {
    #panel .col-sm-3 .text {
        display: none;
    }

    #panel a {
        font-size: 20px;
    }
}

#panel a {
    display: inline-block;
    padding: 12px 0;
    color: #fff;
    text-decoration: none;
}

.dialog-window .wishlist,
.dialog-window .compare {
    display: block;
}

.top-nav {
    color: #111;
    opacity: 0.8;
    font-weight: 700;
    text-transform: uppercase;
}

.right-nav {
    margin-right: 10px;
    text-align: right;
}

.left-nav {
    margin-left: 10px;
    text-align: left;
}

.tovar-type {
    right: 100px;
    position: absolute;
}

.pluso-more {
    visibility: hidden;
}

.music {
    padding: 10px 0 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 30px;
}

.music .music__left p {
    margin: 0;
}

.music .music__right {
    width: 100%;
}

.top-stt {
    margin-top: -30px;
    margin-bottom: 25px;
}

.soc-sid {
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    border-width: 0 0 1px 0;
    border-radius: 5px 5px 5px 5px;
    background-color: #1c1c1c;
    border: solid #323232;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
}

.soc-sid .fa.fa-youtube.fa-2x {
    font-size: 1.7em;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 20px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 24px;
}

a.button-prod,
button.button-prod {
    display: inline-block;
    background-color: #323232;
    font-size: 15px;
    color: #ffffff;
    padding: 9px 19px 10px 11px;
    margin-left: 20px;
    line-height: 31px;
    border-radius: 5px;
}

a.button-prod i,
button.button-prod i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 9px;
}

.review__page .star {
    background-image: url(http://shamanic.ru/wa-data/public/shop/themes/Shamanic_tools/img/icons.png);
    background-position: 0 -16px;
    font-size: 0;
    margin-top: 4px;
}

.review__page {
    padding-bottom: 30px;
}

.review__page .review__image {
    float: left;
}

.review__page .review__text {
    margin-left: 65px;
}

.review__page h5 {
    display: inline-block;
    margin: 0;
}

.review__page .review__gray {
    color: #aaa;
    margin-bottom: 10px;
}

.review__page .review__gray a {
    color: #aaa;
    text-decoration: underline;
}

.product-info .description .product-section span.not_in_stock {
    color: red;
}

.fa-tiktok.fa-2x:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background-size: 24px 24px;
    background-image: url(/wa-data/public/site/Tic%20toc.svg);
    background-repeat: no-repeat;
    margin-bottom: -3px;
}

.fa-tiktok:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-size: 16px 16px;
    background-image: url(/wa-data/public/site/Tic%20toc.svg);
    background-repeat: no-repeat;
}

.tiktok_icon {
    display: flex;
    align-items: inherit;
}

/* new style */
.checkout-heading h2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.checkout-content {
    padding: 0;
}

@media (max-width: 620px) {
    #checkout-contact-form .wa-field {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

    #checkout-contact-form .wa-field .wa-name {
        width: auto;
        float: unset;
    }

    #checkout-contact-form .wa-field .wa-value {
        margin-left: 0;
    }

    #checkout-contact-form .wa-field .wa-value p {
        margin-bottom: 0;
    }

    .flex {
        display: flex;
    }

    .small_flex {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .small_hide {
        display: none;
    }

    .cart-total {
        text-align: left !important;
    }
}

#last_news {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.menu_modal,
.location_modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(17, 17, 17, 0.6);
    z-index: 999999;
}

.modal_body {
    width: 732px;
    background: #FFFFFF;
    border-top: 2px solid #F5F5F5;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    max-width: 100%;
}

.modal_body .close {
    margin-top: -20px;
    margin-right: -20px;
}

.modal_body .close:hover {
    background: none;
}

.modal_body .title {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    margin-bottom: 20px;
}

.modal_body .row {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    margin-bottom: 30px;
}

.modal_body .row a {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
}

.modal_body .row a:hover {
    color: #FFC356;
}

.modal_body iframe {
    border-radius: 24px;
    border: 0;
}

.menu_modal li {
    margin-bottom: 30px;
}

.menu_modal li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.menu_modal .modal_body {
    top: 0;
    transform: translate(-50%, 0);
    border-radius: 0;
    height: 100vh;
}

.menu_modal li:last-child {
    margin-bottom: 0;
}

#header.sticky_child {
    margin-bottom: 73px;
}

.header-bottom.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #F5F5F5;
}

.header-bottom.sticky .col-md-2 svg {
    height: 48px;
    width: auto;
}

.header-bottom.sticky #cart {
    padding-bottom: 26px;
    padding-top: 10px;
    margin-top: 16px;
}

.header-bottom.sticky #cart {
    padding-bottom: 26px;
    padding-top: 10px;
    margin-top: 16px;
}

.header-bottom.sticky .toggle_menu {
    padding-bottom: 16px;
    margin-top: 16px;
}

.header-bottom.sticky .links li {
    padding: 2px 8px;
}

.header-bottom.sticky #cart .content {
    top: 65px;
}

.header-bottom.sticky .shop_menu {
    top: 72px;
}

.toggle_menu:hover .shop_menu {
    visibility: visible;
}

.header-bottom .search_form_holder {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: white;
    z-index: 999;
}

.header-bottom .search_form_holder .search_form_block {
    display: flex;
    width: 836px;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
    max-width: 95%;
}

.header-bottom .search_form_holder .search_form_block form,
.header-bottom .search_form_holder .search_form_block input {
    width: 100%;
}

.header-bottom .search_form_holder .search_form_block input {
    background: #F5F5F5;
    border-radius: 100px;
    padding: 10px 16px;
    border: unset;
}

.header-bottom .search_form_holder .search_form_block .close {
    margin-left: 10px;
}

.padding_top_40 {
    padding-top: 40px;
}

.padding_80_0 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding_bottom_10 {
    padding-bottom: 10px;
}

.padding_bottom_20 {
    padding-bottom: 20px;
}

.padding_bottom_40 {
    padding-bottom: 40px;
}

.top_categories .top_category {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
}

.top_categories .top_category:hover {
    color: #FFC356;
}

.top_categories .top_category img {
    border-radius: 16px;
    margin-bottom: 20px;
}

.upselling .tab-content,
.crossselling .tab-content,
.new_arrivals .box-content {
    margin-top: 35px;
    padding-top: 0;
}

.upselling .bx-controls,
.crossselling .bx-controls,
.new_arrivals .bx-controls {
    position: absolute;
    top: -66px;
    right: 60px;
}

.new_arrivals .bx-controls .bx-prev:hover svg path,
.new_arrivals .bx-controls .bx-prev:hover svg rect, 
.new_arrivals .bx-controls .bx-next:hover svg path,
.new_arrivals .bx-controls .bx-next:hover svg rect {
    stroke: #FFC356;
}

.upselling .related-slider,
.crossselling .related-slider,
.new_arrivals .related-slider {
    display: flex;
    flex-direction: row;
    height: min-content;
}

.upselling .related-slider li,
.crossselling .related-slider li,
.new_arrivals .related-slider li {
    display: flex;
    flex-direction: column;
    height: fit-content;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0;
    margin: 0;
}

.product_page #default_gallery .image img {
    border-radius: 24px;
}

.product_page #default_gallery .image-additional a img {
    border-radius: 8px;
}

.product_page #default_gallery .image-additional a.active img {
    border: 4px solid #FFC356;
}

.video_about_shop iframe {
    height: 720px;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 120px;
}

.home_shop_info .hokema .holder {
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    border-radius: 20px;
    width: 240px;
    padding: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #777777;
    text-align: center;
}

.home_shop_info .hokema .holder svg {
    margin: 0 auto;
}

.home_shop_info_holder {
    display: flex;
    gap: 85px;
    margin-bottom: 60px;
}

.home_shop_info_text .title {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    margin-bottom: 24px;
}

.home_shop_info_text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
}

.margin_0_auto {
    margin: 0 auto;
    float: none;
}

.cart_page_row form {
    margin-bottom: 120px;
}

.cart_page_row .cart {
    display: flex;
    gap: 20px;
}

.cart_page_row .cart .products {
    min-width: 521px;
    max-width: 521px;
    border: 1px solid #E1E1E1;
    border-radius: 20px;
    padding: 24px;
    height: fit-content;
}

.cart_page_row .cart .products .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F5F5F5;
    display: flex;
    gap: 20px;
}

.cart_page_row .cart .products .item:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.cart_page_row .cart .products .item img {
    min-width: 107px;
    max-width: 107px;
    height: auto;
    border-radius: 8px;
}

.cart_page_row .cart .products .item .name {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cart_page_row .cart .products .item .name .total {
    font-weight: 400;
}

.cart_page_row .cart .products .item .delete {
    height: 20px;
}

.cart_page_row .cart .products .item .delete:hover svg path {
    stroke: #FFC356;
}

.cart_page_row .cart .products .item .quantity {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
}

.cart_page_row .cart .products .item .quantity .number {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    width: 30px;
}

.cart_page_row .cart .products .item .quantity .minus,
.cart_page_row .cart .products .item .quantity .plus {
    display: flex;
}

.cart_page_row .cart .products .item .quantity svg {
    cursor: pointer;
    border-radius: 100px;
}

.cart_page_row .cart .products .item .quantity svg:hover {
    background: #FFC356;
}

.cart_page_row .cart .total_info {
    border: 1px solid #E1E1E1;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.cart_page_row .cart .total_info .title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    margin-bottom: 24px;
}

.cart_page_row .cart .total_info .total {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    align-items: baseline;
}

.cart_page_row .cart .total_info .total .total {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
}

.cart_page_row .cart .total_info .discount {
    display: flex;
    flex-direction: column;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #7F7F7F;
    mix-blend-mode: normal;
}

.cart_page_row .cart .total_info .discount .discount_line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

.cart_page_row .cart .total_info .discount .apply_promo_field {
    display: flex;
    margin-top: 5px;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 20px;
}

.cart_page_row .cart .total_info .discount .apply_promo_field input[type="text"] {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    width: auto;
}

.cart_page_row .cart .total_info .discount .apply_promo_field input[type="submit"] {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

.cart_page_row .cart .total_info .discount .apply_promo_field input[type="submit"]:hover {
    color: #FFC356;
}

.cart_page_row .cart .total_info .checkout .button {
    margin-top: 24px;
    width: 100%;
    background: #FFC356;
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    padding: 12px 0;
}

.cart_page_row .cart .total_info .checkout .button:hover {
    background: #111111;
    color: white;
}

.wa-login-form-wrapper,
.wa-signup-form-wrapper {
    margin-bottom: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.checkout-step-content .wa-login-form-wrapper {
    align-items: flex-start;
}

.checkout-step-content #login-form .container {
    width: auto;
    padding: 0;
}

.profile_form .wa-form .wa-field .wa-value input[type="text"],
.profile_form .wa-form .wa-field .wa-value input[type="email"],
.profile_form .wa-form .wa-field .wa-value input[type="password"],
#checkout-contact-form input[type="text"],
#checkout-contact-form input[type="email"],
#checkout-contact-form input[type="password"],
.container .wa-signup-form-wrapper input[type="text"],
.container .wa-signup-form-wrapper input[type="email"],
.container .wa-signup-form-wrapper input[type="password"],
.container .wa-login-form-wrapper input[type="text"],
.container .wa-login-form-wrapper input[type="email"],
.container .wa-login-form-wrapper input[type="password"],
.checkout-options .wa-form.wa-address input[type="text"],
.checkout-options .wa-form.wa-address input[type="email"],
.checkout-options .wa-form.wa-address input[type="password"] {
    width: 380px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0;
}

.profile_form select,
#checkout-contact-form select,
.checkout-options .wa-form.wa-address select {
    width: 380px;
    border: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.profile_form .wa-field .wa-name,
#checkout-contact-form .wa-field .wa-name,
.container .wa-login-form-wrapper .wa-field .wa-name,
.container .wa-signup-form-wrapper .wa-field .wa-name,
.checkout-options .wa-form.wa-address .wa-field .wa-name {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #7F7F7F;
    margin-bottom: 0;
}

.container .wa-signup-form-wrapper .wa-captcha-section .wa-captcha-code {
    display: flex;
    justify-content: space-between;
}

.container .wa-signup-form-wrapper .wa-captcha-section .wa-captcha-code .wa-captcha-refresh-wrapper .wa-captcha-refresh {
    display: flex;
    flex-direction: row;
    min-width: max-content;
    align-items: center;
    gap: 5px;
}

.container .wa-signup-form-wrapper .wa-captcha-section .wa-captcha-code .wa-captcha-refresh-wrapper .wa-captcha-refresh .wa-captcha-refresh-text {
    display: block;
    width: max-content;
}

.container .wa-signup-form-wrapper .wa-captcha-section .wa-captcha-code .wa-captcha-refresh-wrapper .wa-captcha-refresh .wa-captcha-refresh-text:hover {
    color: #FFC356;
}

.wa-login-form-wrapper input[type="submit"],
.wa-signup-form-wrapper input[type="submit"] {
    width: 100%;
    background: #FFC356;
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    padding: 12px 0;
}

.wa-login-form-wrapper input[type="submit"] {
    margin-top: 20px;
}

.wa-login-form-wrapper input[type="submit"]:hover,
.wa-signup-form-wrapper input[type="submit"]:hover {
    background: #111111;
    color: white;
}

.profile_form .wa-field,
.container .wa-login-form-wrapper .wa-field {
    margin: 40px 0 0;
}

.wa-login-form-wrapper input::placeholder,
.wa-signup-form-wrapper input::placeholder {
    color: transparent !important;
}

.wa-login-form-wrapper .wa-field-password .wa-value {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.container .wa-login-form-wrapper .wa-login-form-fields .wa-login-forgotpassword-url {
    margin: 0;
}

.container .wa-login-form-wrapper .wa-login-form-actions .wa-signup-url,
.container .wa-signup-form-wrapper .wa-signup-form-actions .wa-login-url {
    border-top: 1px solid #ccc;
    margin-top: 24px;
    padding-top: 24px;
}

.container .wa-login-form-wrapper .wa-error-msg:first-child {
    font-size: 16px;
}

.slick-arrow::before {
    display: none;
}

.slick-arrow:hover svg path {
    fill: #FFC356;
}

.slick-slide img {
    width: 100%;
}

.bx-wrapper .bx-controls-direction a {
    font-size: 0 !important;
    height: 44px !important;
    margin-top: -22px !important;
    padding: 0;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    margin-left: -60px !important;
}

.bx-wrapper .bx-viewport {
    height: fit-content !important;
}

.box-product .related-slider li,
.box-product .related-slider li .padding .cart {
    margin-bottom: 0 !important;
}

#checkout-contact-form .wa-form .wa-field,
.wa-form.wa-address .wa-field {
    clear: none;
}

.profile_form .wa-field .wa-name,
.wa-form.wa-address .wa-field .wa-name,
#checkout-contact-form .wa-form .wa-field .wa-name {
    float: none;
    width: auto;
    padding: 0;
}

.profile_form .wa-field .wa-value,
.wa-form.wa-address .wa-field .wa-value,
#checkout-contact-form .wa-form .wa-field .wa-value {
    margin-left: 0;
}

#checkout-contact-form .wa-field:first-child {
    margin-top: 0;
}

#checkout-contact-form .wa-field {
    margin: 40px 0 0;
    padding: 0;
}

.profile_form input[type="submit"],
.checkout .checkout-step input[type="submit"] {
    background: #FFC356;
    border-radius: 100px;
    padding: 12px 50px;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 20px;
    text-align: right;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
}

.profile_form input[type="submit"]:hover,
.checkout .checkout-step input[type="submit"]:hover {
    background: #111111;
    color: white;
}

.checkout_next_step_button,
.profile_form input[type="submit"] {
    margin-top: 40px;
    margin-bottom: 100px;
}

#body #page > section {
    min-height: 53vh;
}

.ui-widget {
    font-family: 'Raleway', sans-serif;
}

.ui-widget-content {
    border: none;
    background: white;
    border-radius: 0px 0px 20px 20px;
    padding: 24px;
}

.ui-autocomplete .ui-menu-item img {
    width: 80px;
    height: 80px;
    border-radius: 16px;
}

.ui-autocomplete .ui-menu-item .item-name,
.ui-autocomplete .ui-menu-item .item-price {
    margin-left: 104px;
}

.ui-autocomplete .ui-menu-item .item-name {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ui-autocomplete .ui-menu-item .item-price {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
}

.ui-menu .ui-menu-item {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #F5F5F5;
}

.ui-menu .ui-menu-item.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.ui-menu .ui-menu-item a {
    padding: 0;
}

.ui-menu .ui-menu-item a.ui-state-hover {
    border: none;
    background: none;
    margin: 0
}

.ui-menu .ui-menu-item a.ui-state-hover .item-name {
    color: #FFC356;
}

.text_page_block h1 {
    margin-bottom: 20px;
}

.text_page_block h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    text-transform: none;
    margin-top: 70px;
    margin-bottom: 20px;
}

.text_page_block h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #222222;
    text-transform: none;
}

.text_page_block p, 
.text_page_block a,
.text_page_block li {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #222222;
}

.text_page_block a {
    text-decoration: underline;
}

.text_page_block a:hover {
    color: #FFC356;
}

.text_page_block ul,
.text_page_block ol {
    padding-left: 30px;
    margin-bottom: 20px;
}

.text_page_block ul {
    list-style-type: disc;
}

.text_page_block {
    margin-bottom: 120px;
}

.text_page_block .video_about_shop iframe {
    margin-bottom: 0;
}

.text_page_block img,
.text_page_block iframe {
    width: 100%;
    border-radius: 24px !important;
    margin-bottom: 20px;
    border: none;
}

.text_page_block .fotorama,
.text_page_block .fotorama__wrap {
    width: 100% !important;
}

.text_page_block .fotorama {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .text_page_block iframe {
        height: 330px;
    }
    
    .text_page_block h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 36px;
    }
}

a.hokema {
    text-decoration: none;
}

.menu_mobile_header {
    display: none;
}
