html {
    scrollbar-gutter: stable;
    background: rgb(0, 0, 0, 0.5);
}

body {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666;
    background-color: #f5f7f9;
    padding: 0 !important;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    font-weight: 400;
    color: #444;
}

/* default font size */
.fa {
    font-size: 14px;
}

.icon-basket {
    height: 24px;
    line-height: 1;
}

.icon-basket svg {
    width: 24px;
    height: 24px;
}

@media (max-width: 767px) {
    .product-thumb .icon-basket {
        margin-right: 5px;
    }
}

/* Override the bootstrap defaults */
h1 {
    font-size: 22px;
    font-weight: 600;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #444;
}

a:hover {
    color: #1573B9;
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0;
}

label {
    font-size: 14px;
    font-weight: normal;
}

input.form-control,
select.form-control {
    height: 40px;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.active,
.btn:active,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
a:focus {
    outline: none;
    box-shadow: none;
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}

.text-success {
    color: #08c206;
}

body .fw-600 {
    font-size: 13px !important;
    color: #252525 !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

body .fw-600:hover {
    opacity: 0.7 !important;
}

@media (min-width: 768px) {
    ::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }

    ::-webkit-scrollbar-track {
        background: #f5f7f9;
        border-radius: 3px;
    }

    ::-webkit-scrollbar-thumb {
        background: #1573B9;
        border-radius: 3px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #2fa4fd;
    }
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    font-size: 13px;
    font-weight: bold;
    vertical-align: top;
    color: #F00;
}

.form-control::-webkit-input-placeholder {
    color: #b0b0c2;
}

.form-control::-moz-placeholder {
    color: #b0b0c2;
}

.form-control:-ms-input-placeholder {
    color: #b0b0c2;
}

.form-control::-ms-input-placeholder {
    color: #b0b0c2;
}

.form-control::placeholder {
    color: #b0b0c2;
}

/* Gradent to all drop down menus */
.dropdown-menu {
    padding: 5px;
    border-radius: 6px;
}

.dropdown-menu li>a:hover,
.dropdown-menu li>button:hover {
    text-decoration: none;
    color: #444;
    background-color: #f3f7fb;
    border-radius: 5px;
}

/* top */
#top {
    position: relative;
    min-height: 40px;
    padding: 10px 0;
    margin: 0;
    background-color: #f5f7f9;
    border-bottom: 1px solid #f0f1f2;
    z-index: 10;
}

.tel-item {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

.tel-item::after {
    content: '|';
    /* padding: 0 5px; */
}

.tel-item:nth-child(3)::after {
    display: none;
}

.off-item {
    display: none !important;
}

@media (max-width: 991.98px) {
    .off-item {
        display: block !important;
    }
}

#top .top-menu ul {
    margin-bottom: 0;
}

#top .top-menu .list-inline>li {
    padding-right: 0;
    padding-left: 0;
}

#top .top-menu a {
    padding: 5px 10px 5px 0;
}

#top .header-currency,
#top .header-language {
    float: right;
}

#top .header-language .dropdown-menu,
#top .header-currency .dropdown-menu {
    right: 0;
    left: auto;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top .btn-group>.btn-link {
    padding: 0;
    text-decoration: none;
}

#top .btn-link,
#top-links li,
#top-links a,
#top .dropdown-menu .btn-link,
#top-links .dropdown-menu li,
#top-links .dropdown-menu a {
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover,
#top .dropdown-menu .btn-link:hover,
#top-links .dropdown-menu a:hover {
    color: #1573B9;
    /* text-decoration: underline; */
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top .dropdown-menu:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    right: 18px;
    top: -15px;
    border: 10px solid;
    border-color: transparent transparent #fff;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links a+a {
    margin-left: 15px;
}

#bottom {
    padding: 10px;
    box-shadow: 0 3px 8px rgba(34, 45, 74, .1);
    margin-bottom: 10px;
}

.top-menu .list-inline {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    margin: 0;

}

.top-menu .list-inline a {
    padding: 10px 5px;
    color: #000000;
}

.header-logo {
    padding: 0;
}

/* Header contact */
.header-contact .btn-group>.btn-link {
    display: flex;
    align-items: center;
    color: #333;
}

.header-contact .btn-group>.btn-link span {
    margin-left: 7px;
    font-size: 15px;
    font-weight: 500;
}

.header-contact .dropdown-menu {
    min-width: 200px;
}

.header-contact .dropdown-menu a,
.header-contact .btn-callback,
.header-contact .header-schedule,
.header-contact .header-location {
    display: block;
    width: 100%;
    padding: 5px 10px;
}

.header-contact .btn-callback,
.header-contact .header-schedule,
.header-contact .header-location {
    font-size: 14px;
}

.header-contact .dropdown-menu a {
    font-size: 16px;
    color: #1573B9;
}

.header-contact .header-schedule,
.header-contact .header-location {
    margin: 0;
}

.header-contact .dropdown-menu .btn-callback {
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    color: #ffffff;
    background-color: #1573B9;
    border: none;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-contact .dropdown-menu .btn-callback:hover,
.header-contact .dropdown-menu .btn-callback:active,
.header-contact .dropdown-menu .btn-callback.active,
.header-contact .dropdown-menu .btn-callback.disabled,
.header-contact .dropdown-menu .btn-callback[disabled] {
    background-color: #1573B9;
    opacity: .8;
}

/* Header */
@media (min-width: 1600px) {
    .container {
        width: 1520px;
    }
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

header {
    position: relative;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(34, 45, 74, .1);
    /* margin-bottom: 15px; */
}

@media (max-width: 991px) {
    header {
        height: 60px;
        padding: 10px 0;
        margin-bottom: 15px;
    }
}

/* Горизонтальне меню */
#bottom {
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.horizontal-menu {
    position: relative;
    width: 100%;
}

/* Горизонтальний список */
.menu-horizontal {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.menu-horizontal-item {
    position: relative;
    margin: 0;
    padding: 0;
}

.menu-horizontal-item .menu-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    /* padding: 15px 20px; */
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.menu-horizontal-item:hover>.menu-link {
    background: transparent;
    color: #1573B9;
}

.menu-horizontal-item.open .menu-link {
    color: #1573B9;
}

.menu-horizontal-item .menu-link .icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.menu-horizontal-item .menu-link .arrow {
    width: 10px;
    height: 6px;
    transition: transform 0.3s ease;
}

.menu-horizontal-item:hover .menu-link .arrow {
    transform: rotate(180deg);
}

/* Дропдаун меню */
.menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    /* transform: translateY(-10px); */
    transition: all 0.3s ease;
    width: 100%;
    min-width: 220px;
    margin-top: 15px;
    z-index: 100;
}

.menu-dropdown::before {
    content: '';
    width: 100%;
    height: 30px;
    display: block;
    position: absolute;
    top: -20px;
}

.menu-horizontal-item:hover .menu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-inner {
    padding: 10px 0;
}

/* Простий список */
.dropdown-list {
    margin: 0;
    padding: 0;
}

.dropdown-item {
    position: relative;
    margin: 0;
    padding: 0;
}

.dropdown-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

.dropdown-link:hover {
    background: #f8f9fa;
    color: #1573B9;
    /* padding-left: 25px; */
}

.dropdown-link .arrow-right {
    width: 7px;
    height: 11px;
    /* opacity: 0; */
    transition: opacity 0.2s ease;
}

.dropdown-item:hover .dropdown-link .arrow-right {
    opacity: 1;
}

/* Субменю (3-й рівень) */
.submenu-dropdown {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    min-width: 200px;
    margin-left: 5px;
}

.dropdown-item:hover .submenu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.submenu-list {
    margin: 0;
    padding: 10px 0;
}

.submenu-item {
    margin: 0;
    padding: 0;
}

.submenu-link {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

.submenu-link:hover {
    background: #f8f9fa;
    color: #1573B9;
    padding-left: 25px;
}

/* .mega-menu {
    min-width: 600px;
    max-width: 900px;
} */

.mega-menu-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 20px;
}

.menu-horizontal-item:has(.mega-menu) {
    position: initial;
}

.mega-menu .mega-menu-inner {
    gap: 0;
}

.mega-menu--cols-6 .mega-menu-inner {
    grid-template-columns: repeat(6, 1fr);
}

.mega-menu--cols-5 .mega-menu-inner {
    grid-template-columns: repeat(5, 1fr);
}

.mega-menu--cols-4 .mega-menu-inner {
    grid-template-columns: repeat(4, 1fr);
}

.mega-menu--cols-3 .mega-menu-inner {
    grid-template-columns: repeat(3, 1fr);
}

.mega-menu--cols-2 .mega-menu-inner {
    grid-template-columns: repeat(2, 1fr);
}

.mega-menu-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mega-menu-img {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}

.mega-menu-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mega-menu-column:hover .mega-menu-img img {
    transform: scale(1.05);
}

.mega-menu-title {
    font-weight: 600;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
    transition: color 0.2s ease;
}

.mega-menu-title:hover {
    color: #1573B9;
}

.mega-menu-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mega-menu-list li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
    display: block;
    padding: 3px 0;
}

.mega-menu-list li a:hover {
    color: #1573B9;
    padding-left: 5px;
}

.btn-link:focus,
.btn-link:hover {
    color: #1573B9 !important;
    text-decoration: none;
    background-color: transparent;
}

/* Адаптив */
@media (max-width: 1200px) {
    .menu-horizontal-item .menu-link {
        padding: 9px;
        font-size: 13px;
    }

    .dropdown-item {
        font-size: 13px;
    }

    .menu-dropdown {
        min-width: 180px;
    }
}

/* @media (max-width: 991px) {
    .mega-menu {
        min-width: 500px;
    }

    .mega-menu-inner {
        grid-template-columns: repeat(2, 1fr);
    }
} */

.bg-page {
    padding: 25px;
    background-color: #fff;
    border-radius: 8px;
}

@media (max-width: 991px) {
    .bg-page {
        padding: 10px;
    }
}

.bg-block {
    min-height: 20px;
    padding: 0 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
}

.vertical-align {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.right-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.module-title {
    margin: 15px 3px 15px;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}

#column-left .module-title,
#column-right .module-title {
    font-size: 18px;
}

.category-title {
    margin: 15px 0 24px;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
}

.module-bottom {
    margin-bottom: 30px;
}

.d-flex {
    display: flex !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

/* logo */
/* search */
.header-search {
    width: 100%;
}

/* @media (min-width: 992px) {
    .header-search {
        padding-right: 15px;
    }

} */

@media (max-width: 991px) {
    .header-search {
        margin-top: 15px;
    }

    .off {
        display: none;
    }
}

/* Кнопка пошуку
.header-search-toggle {
    display: inline-block;
}

.btn-search-toggle {
    padding: 5px 10px;
    transition: all 0.3s ease;
}

.btn-search-toggle:hover {
    transform: scale(1.1);
}

.search-panel {
    position: fixed;
    transform: translateY(-310%);
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10;
    transition: all 0.3s linear;
    padding: 12px 0;
    z-index: 1000000;
}

.search-panel.active {
    transform: translateY(-210%);
    transition: all 0.3s linear;
}

.search-panel-content {
    position: relative;
    margin: 0 auto;
}

.btn-search-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #333;
    transition: all 0.3s ease;
}

.btn-search-close:hover {
    color: #000;
    transform: translateY(-50%) rotate(90deg);
} 
 .search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
} */

#logo {
    max-width: 180px;
    width: 100%;
    min-width: 150px;
}

.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    line-height: 1;
}

.header-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.btn-group-box {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    list-style: none;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

@media (max-width: 991px) {
    .btn-group-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .tel-item::after {
        display: none;
    }


    #logo {
        max-width: 150px;
        min-width: 100px;
    }
}

.btn-group-box li a {
    font-size: 15px;
    color: #000000 !important;
    font-weight: 500;
}

.btn-group-box li a:hover {
    color: #1573B9 !important;
}

.email-top {
    color: #000000;
}

/* .search-panel #search input {
    width: 100%;
    padding: 5px 50px 5px 20px;
    font-size: 18px;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.search-panel #search input:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.search-panel .btn {
    position: absolute;
}

.search-panel #search .btn-search {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #007bff;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-panel #search .btn-search:hover {
    background: #0056b3;
    transform: translateY(-50%) scale(1.05);
}

@media (max-width: 768px) {
    .btn-search-close {
        right: 10px;
    }

    .search-panel {
        padding: 15px 0;
    }

    .search-panel #search input {
        font-size: 16px;
        padding: 12px 50px 12px 15px;
    }
} */

#search {
    background-color: #f5f7f9;
    border: 1px solid #f0f1f2;
    border-radius: 6px;
    width: 100%;
}

#search .dropdown-menu {
    width: 100%;
}

#search .input-lg {
    height: 38px;
    padding: 0 40px 0 20px;
    line-height: 18px;
    color: #464646;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#search .btn-lg {
    position: absolute;
    top: 50%;
    padding: 10px 20px;
    font-size: 14px;
    text-shadow: 0 1px 0 #FFF;
    background: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#search-panel .container::before,
#search-panel .container::after {
    display: none;
}

#search .input-group-btn {
    position: absolute;
    transform: translate(0, -50%);
    right: 40px;
    z-index: 1;
}

.search-input {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 4px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.search-input .checkbox {
    margin: 0 0 0 10px;
}

@media (max-width: 767px) {
    .search-input .checkbox {
        margin: 5px 0 0 20px;
    }
}

.search-input .form-control {
    height: 40px;
}

.search-input .btn-primary {
    height: 40px;
}

.mobile-left-block {
    display: flex;
    align-items: center;
}

.mobile-right-block {
    display: flex;
    justify-content: flex-end;
}

.mobile-search .icon-search {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.mobile-search .search-popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 9998;
}

.mobile-search .search-popup.open {
    visibility: visible;
    opacity: 1;
}

.mobile-search #search {
    max-width: 75%;
    margin: 0 auto;
    padding-top: 75px;
    border: 0;
    border-bottom: 2px solid #ebebeb;
    background-color: transparent;
    border-radius: 0;
}

.mobile-search #search input {
    width: 100%;
    height: 50px;
    padding-left: 0;
    font-size: 18px;
}

.mobile-search #search button {
    height: 50px;
    padding: 0 0 0 15px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}

.mobile-search .close-search {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 63px;
    color: #000;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

.mobile-search .close-search.open {
    opacity: 1;
    visibility: visible;
}

/* Live Search
.live-search .dropdown-menu {
    width: 100%;
    max-height: 400px;
    padding: 5px 5px 0 5px;
    border-radius: 5px;
    overflow-y: auto;
}

.live-search .dropdown-menu>li {
    width: 100%;
    margin-bottom: 5px;
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 3px;
}

.live-search .dropdown-menu>li>a {
    padding: 5px;
    min-height: 50px;
}

.live-search .dropdown-menu>li img {
    margin-right: 10px;
}

.live-search .dropdown-menu>li h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 13px;
    white-space: normal;
}

.live-search .dropdown-menu .price-old,
.live-search .dropdown-menu .price {
    font-size: 12px;
    font-weight: 400;
}

.live-search .dropdown-menu .price-new {
    font-size: 12px;
    font-weight: 600;
}

.search-checkbox {
    margin-top: 10px;
} */

/* cart */
.header-login,
.header-wishlist,
.header-compare,
.header-cart {
    margin-left: 10px;
}

.mobile-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

.header-search-toggle .btn,
.header-login .btn,
.header-wishlist .btn,
.header-compare .btn,
#cart>.btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #333;
    border: none;
    box-shadow: none;
}

#cart.open>.btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn:hover {
    color: #444;
}

.header-compare .compare-count,
.header-wishlist .wishlist-count,
#cart #cart-total {
    position: absolute;
    top: 0;
    right: 2px;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 13px;
    background-color: #00b2f2;
    border: medium none;
    border-radius: 50%;
    z-index: 9;
}

/* ------------------------- */
#cart .modal-cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
}

#cart .modal-cart-img {
    margin-right: 20px;
    flex-shrink: 0;
}

#cart .modal-cart-img img {
    border: 0;
}

#cart .modal-cart-details {
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#cart .modal-cart-product-name {
    margin-bottom: 5px;
}

#cart .modal-cart-product-name a {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

#cart .modal-cart-product-name a:hover {
    text-decoration: underline;
}

#cart .modal-cart-option {
    font-size: 12px;
    line-height: 18px;
}

#cart .modal-cart-option span {
    color: #a8a8a8;
}

#cart .modal-cart-product-price {
    margin-top: 5px;
}

#cart .modal-cart-product-price .price {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 600;
}

#cart .modal-cart-product-remove {
    margin-left: 20px;
}

#cart .btn-cart-remove {
    padding: 6px 10px;
    background-color: #fff;
    border: 0;
}

@media (max-width: 540px) {
    #cart .modal-cart-img {
        margin-right: 10px;
    }

    #cart .modal-cart-product-name a {
        font-size: 14px;
    }

    #cart .modal-cart-product-price .price {
        font-size: 14px;
    }

    #cart .modal-cart-product-remove {
        margin-left: 10px;
    }

    #cart .btn-cart-remove {
        padding: 5px;
    }
}

/* ------------------------- */
#cart .modal-cart-total {
    margin-bottom: 25px;
}

#cart .modal-cart-total .total-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 5px;
    line-height: 1;
}

#cart .modal-cart-total .total-item strong {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 540px) {
    #cart .modal-cart-total .total-item strong {
        font-size: 14px;
    }
}

/* ------------------------- */
@media (min-width: 541px) {
    #cart .modal-footer-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 540px) {
    #cart .modal-footer-button a+a {
        margin-top: 10px;
    }
}

#cart .modal-footer-button a,
#cart .btn-continue {
    font-size: 15px;
}

#cart .btn-continue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px dotted #b0b0b0;
}

#cart .btn-continue span {
    margin-left: 8px;
}

@media (max-width: 540px) {
    #cart .modal-footer-button a {
        width: 100%;
    }
}

/* ------------------------- */
#cart .empty-cart-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
}

/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}

#menu .nav>li>a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
    background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

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

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

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

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* Vertical Menu */
header .main-menu-button {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    border-radius: 6px;
}

header .main-menu-button .menu-icon {
    margin-right: 5px;
}

.main-menu-wrap .container {
    position: relative;
}

.main-menu-wrap .menu-outer {
    top: 0;
    right: 15px;
    left: 15px;
    position: absolute;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 70vh;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    box-shadow: 0 3px 8px rgba(34, 45, 74, .1);
}

.main-menu-wrap.open .menu-outer {
    opacity: 1;
    visibility: visible;
    z-index: 1022;
}

#main-menu {
    width: 25%;
    height: 100%;
}

#main-menu .menu-inner-wrap {
    height: 100%;
    padding: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid #e4e4e4;
}

#main-menu .menu-inner-wrap::-webkit-scrollbar-track,
#main-menu .menu-inner-container::-webkit-scrollbar-track {
    margin-top: 5px;
    margin-bottom: 5px;
    background: #f6f6f6;
    border-radius: 5px;
}

#main-menu .menu-inner-wrap::-webkit-scrollbar-thumb,
#main-menu .menu-inner-container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #bcbcbc;
}

#main-menu .menu-inner-wrap::-webkit-scrollbar,
#main-menu .menu-inner-container::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    background: #f6f6f6;
}

#main-menu .menu-inner-item .link {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 45px;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 13px;
    color: #222d4a;
    border-radius: 5px;
}

#main-menu .menu-inner-item:hover>.link,
#main-menu .menu-inner-item.open>.link {
    background-color: #f7f8f9;
}

#main-menu .menu-inner-item .link .icon {
    margin-right: 5px
}

#main-menu .menu-inner-item .link .arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main-menu .menu-level-two,
#main-menu .menu-level-three {
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: -1;
}

#main-menu .menu-level-two {
    left: 25%;
}

#main-menu .menu-inner-item:hover>.menu-level-two,
#main-menu .menu-inner-item.open>.menu-level-two,
#main-menu .menu-inner-item:hover>.menu-level-three,
#main-menu .menu-inner-item.open>.menu-level-three {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 992px) {

    #main-menu .menu-level-two .menu-inner-wrap,
    #main-menu .menu-level-three .menu-inner-wrap {
        width: 230px;
    }

    #main-menu .menu-level-three {
        left: 230px;
    }
}

@media (min-width: 1200px) {

    #main-menu .menu-level-two .menu-inner-wrap,
    #main-menu .menu-level-three .menu-inner-wrap {
        width: 280px;
    }

    #main-menu .menu-level-three {
        left: 280px;
    }
}

#main-menu .menu-inner-container {
    align-items: flex-start;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-height: 100%;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}

#main-menu .menu-inner-block {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 24px;
    column-gap: 24px;
    width: 100%;
    padding: 10px 20px;
}

#main-menu .menu-inner-block>li {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    line-height: 24px;
}

#main-menu .menu-inner-block .block-link {
    font-weight: 600;
}

#main-menu .menu-inner-block a {
    color: #333;
}

#main-menu .menu-inner-block a:hover {
    text-decoration: underline;
}

.page-overlay:after {
    content: "";
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .2);
    z-index: 998;
}

/* Mobile Menu */
.btn-mobile-menu {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 0;
    background: transparent;
    border: none;
    z-index: 1;
}

.no-scroll {
    overflow: hidden;
}

.mobile-menu-shadow {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: background-color .3s ease-out;
    visibility: visible;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1019;
}

.mobile-menu-shadow.active {
    right: 0;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1020;
}

.mobile-menu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.mobile-menu-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    min-height: 55px;
    background: #f5f5f5;
}

.mobile-menu-title {
    margin: 0 20px;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}

.mobile-menu-panel button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    color: #0e0e0e;
    appearance: none;
    border: 0;
}

/* ----------------------------------- */
.mobile-catalog,
.mobile-catalog-children,
.mobile-catalog-child,
.menu-mobile-customer {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
    transition: left .3s;
    z-index: 1001;
}

.mobile-catalog.open,
.mobile-catalog-children.open,
.mobile-catalog-child.open,
.menu-mobile-customer.open {
    left: 0;
}

/* ----------------------------- */
.menu-mobile-list>li {
    border-top: 1px solid #ededed;
}

.menu-mobile-list>li:first-child {
    border: 0;
}

.menu-mobile-list .icon-list {
    margin-right: 10px;
}

.mobile-compare .compare-count,
.mobile-wishlist .wishlist-count {
    position: absolute;
    top: 16px;
    right: 12px;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 13px;
    background-color: #00b2f2;
    border: medium none;
    border-radius: 50%;
    z-index: 9;
}

.menu-mobile-list>li>a,
.menu-mobile-list>li>button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
    font-size: 13px;
    color: #252525;
}

.menu-mobile-list>li>button {
    background: transparent;
    border: 0;
}

.menu-mobile-list .btn-mobile-catalog {
    font-weight: 600;
}

.menu-mobile-list .icon-arrow {
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    line-height: 1;
}

/* -------------------------- */
.mobile-catalog-inner {
    flex-grow: 1;
}

.mobile-catalog-list {
    margin: 0;
    padding: 0 0 70px;
    background-color: #fff;
    list-style: none;
}

.mobile-catalog-item:not(:last-of-type) {
    border-bottom: 1px solid #ededed;
}

.mobile-catalog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    padding: 10px 20px;
}

.mobile-catalog-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 5px;
    font-size: 13px;
    line-height: normal;
    color: #313131;
}

.mobile-catalog-item-blog {
    width: 100%;
    height: 40px;
    padding: 10px 20px;
}

.mobile-catalog-item-blog ul li {
    padding: 5px 0;
}

.mobile-catalog-image {
    margin-right: 5px;
}

.mobile-catalog-item .button-arrow {
    width: 22px;
    height: 22px;
    background-color: #f1f1f1;
    border: 1px solid #ececec;
    border-radius: 4px;
    flex-shrink: 0;
}

/* ------------------------- */
.mobile-menu-language,
.mobile-menu-currency,
.mobile-menu-contact {
    margin-bottom: 20px;
    padding: 0 20px;
}

.mobile-menu-language .text-language,
.mobile-menu-currency .text-currency,
.mobile-menu-contact .text-contact {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
}

.mobile-menu-language .btn-group,
.mobile-menu-currency .btn-group {
    width: 100%;
}

.mobile-menu-language .btn-group>.btn,
.mobile-menu-currency .btn-group>.btn,
.mobile-menu-currency .currency-title {
    display: none;
}

.mobile-menu-language .dropdown-menu,
.mobile-menu-currency .dropdown-menu,
.mobile-menu-contact .dropdown-menu {
    position: relative;
    display: block;
    float: none;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.mobile-menu-language .dropdown-menu>li,
.mobile-menu-currency .dropdown-menu>li {
    display: inline-flex;
}

.mobile-menu-language .language-select,
.mobile-menu-currency .currency-select {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 3px 10px;
    font-size: 12px;
    color: #18202e;
    background: #f7f7f7;
    border: 1px solid #ededed;
    border-radius: 4px;
    transition: all .3s;
}

.mobile-menu-language .language-select.active,
.mobile-menu-currency .currency-select.active {
    background-color: #00b2f2;
    border-color: #00b2f2;
    color: #fff;
}

.mobile-menu-contact .dropdown-menu>li>a {
    padding: 0 0 7px 0;
    font-size: 13px;
}

.mobile-menu-contact .btn-callback {
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    color: #ffffff;
    background-color: #00b2f2;
    border: none;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile-menu-contact .btn-callback:hover,
.mobile-menu-contact .btn-callback:active,
.mobile-menu-contact .btn-callback.active,
.mobile-menu-contact .btn-callback.disabled,
.mobile-menu-contact .btn-callback[disabled] {
    background-color: #00b2f2;
    opacity: .8;
}

.mobile-menu-contact .header-schedule {
    display: block;
    margin: 0;
    font-size: 13px;
    line-height: 22px;
    color: #979393;
}

/* Categories menu */
.box-category {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
    overflow: hidden;
}

.box-category .box-heading {
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #E7E7E7;
}

.box-category .box-content {
    position: relative;
}

.box-category ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.box-category ul li {
    position: relative;
    min-height: 45px;
}

.box-category .category-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.box-category ul li a {
    display: inline-block;
    width: 100%;
    padding: 15px 10px 15px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    color: #848482;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.box-category ul li a:hover,
.box-category .category-item.active>span>a,
.box-category .category-item.active>a {
    color: #313B51;
}

.box-category .category-menu li {
    border-bottom: 1px solid #E7E7E7;
}

.box-category .category-menu li:last-child {
    border-bottom: none;
}

.box-category ul.sub-menu>li:first-child {
    border-top: 1px solid #E7E7E7;
}

.box-category .sub-menu {
    display: none;
    background-color: #F8F8F7;
}

.box-category .sub-menu a::before {
    content: "\f105";
    position: relative;
    margin-right: 5px;
    font-family: "FontAwesome";
    font-size: 13px;
    color: #b1b1b1;
}

.box-category .categories-two a {
    padding-left: 18px;
}

.box-category .categories-three a {
    padding-left: 33px;
}

.box-category .sub-arrow {
    position: relative;
    display: block;
    width: 40px;
    min-width: 40px;
    height: 30px;
    cursor: pointer;
}

.box-category .sub-arrow::before,
.box-category .sub-arrow::after {
    content: '';
    position: absolute;
    top: 15px;
    display: block;
    width: 9px;
    height: 2px;
    background-color: #BBBBBA;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.box-category .sub-arrow::before {
    left: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-category .sub-arrow::after {
    left: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.box-category .sub-arrow.open::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.box-category .sub-arrow.open::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Account menu */
.box-category .navigation-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 8px;
    font-size: 14px;
    color: #221f1f;
    border-radius: 8px;
    transition: all .2s ease-in-out;
}

.box-category .navigation-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    margin-right: 16px;
    background-color: rgba(34, 31, 31, .05);
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.box-category .navigation-icon svg {
    width: 22px;
    height: 22px;
}

/* content */
#content {
    min-height: 600px;
}

/* footer */
footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #fff;
    color: #787878;
    box-shadow: 0 -3px 10px rgba(34, 45, 74, .07);
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #eee;
}

footer a {
    color: #777;
}

footer a:hover {
    color: #00b2f2;
}

footer .footer-title,
footer .footer-title-cont {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1b1b1b;
    line-height: 26px;
}

footer .footer-list li,
footer .footer-list-cont li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    list-style: none;
}

footer .footer-list-cont svg {
    margin-right: 10px;
}

footer .footer-list-cont .footer-phone a {
    font-size: 16px;
    font-weight: 500;
}

footer .footer-list li a,
footer .footer-list-cont li a {
    font-weight: normal;
    line-height: 24px;
}

footer li i {
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

@media (min-width: 768px) {
    footer .footer-column {
        margin-bottom: 20px;
    }

    footer .footer-title,
    footer .footer-title-cont {
        margin: 0 0 15px 0;
    }

    footer .footer-list,
    footer .footer-list-cont {
        padding: 0;
        margin: 0;
    }

    footer .footer-list {
        display: block !important;
    }
}

@media (max-width: 767px) {
    footer .footer-column {
        border-bottom: 1px solid #e2e2e2;
    }

    footer .footer-title,
    footer .footer-title-cont {
        padding: 7px 0;
        margin: 0;
    }

    footer .footer-title {
        cursor: pointer;
    }

    footer .footer-title:before {
        content: "\f107";
        position: absolute;
        top: 5px;
        right: 15px;
        width: 20px;
        height: 20px;
        margin: 0;
        font-family: "FontAwesome";
        font-size: 20px;
        font-weight: 400;
        color: #1b1b1b;
        text-align: center;
    }

    footer .footer-column.active .footer-title:before {
        content: "\f106";
    }

    footer .footer-list,
    footer .footer-list-cont {
        padding: 0;
        margin: 10px 0 15px;
    }

    footer .footer-list {
        display: none;
    }
}

.social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.social-networks a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: 100% 100%;
}

.social-networks a+a {
    margin-left: 10px;
}

.payments-metods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-powered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .powered {
        text-align: center;
    }

    .payments-metods {
        justify-content: center;
        margin-top: 15px;
    }
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

.alert-popup {
    position: fixed;
    z-index: 9999;
    top: 20px;
    right: 20px;
    width: 480px;
}

@media (max-width: 540px) {
    .alert-popup {
        right: auto;
        width: calc(100% - 30px);
    }
}

.alert-popup .alert {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 40px 20px 20px;
    font-size: 13px;
    color: #333;
    background-color: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 0.5em 2em 6px rgba(23, 24, 28, .1);
}

.alert-popup svg {
    flex-shrink: 0;
    margin-right: 15px;
    width: 28px;
    height: 28px;
}

.alert-popup .alert .close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    font-size: 30px;
}

.alert-popup .alert a {
    text-decoration: underline;
}

/* breadcrumb */
.breadcrumb {
    margin: 0;
    padding: 8px 0;
    background: transparent;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li {
    position: relative;
    white-space: nowrap;
    font-size: 12px;
    text-shadow: 0 1px 0 #FFF;
}

.breadcrumb>li+li {
    padding-left: 3px;
}

.breadcrumb>li+li:before {
    content: '/';
    padding: 0 5px 0 0;
}

.breadcrumb>li>a {
    color: #333;
}

.breadcrumb>li>a:hover {
    text-decoration: underline;
}

.pagination {
    margin: 0;
}

#review .pagination {
    margin-top: 20px;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 6px;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 16px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #444;
    background-color: #f1f1f1;
    border: none;
    transition: all 0.3s ease 0s;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active {
    color: #444;
    background-color: #dee4ea;
}

.btn-primary {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
    text-align: center;
    color: #ffffff;
    background-color: #00b2f2;
    border: none;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #00b2f2;
    opacity: .8;
}

.btn-warning {
    color: #ffffff;
    background-color: #faa732;
    border: none;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    background-color: #da4f49;
    border: none;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    background-color: #ee5f5b;
}

.btn-success {
    color: #ffffff;
    background-color: #5bb75b;
    border: none;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    background-color: #df5c39;
    border: none;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    background-color: #363636;
    border: none;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* category page */
.category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.category-list>[class*="col-"] {
    margin-bottom: 20px;
}

.category-list .category-list-item img {
    margin-bottom: 15px;
}

.category-list .category-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 15px;
    text-align: center;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
}

.category-list .category-list-item .name {
    font-size: 13px;
    color: #333;
}

.category-list .category-list-item .name:hover {
    text-decoration: underline;
}

.box-filter {
    margin-bottom: 20px;
    padding: 15px 15px 13px 15px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
}

.product-filter,
.product-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.product-filter .form-group {
    margin-bottom: 0;
}

.product-filter .form-group+.form-group {
    margin-left: 10px;
}

.product-filter .input-group .form-control {
    border-radius: 4px;
    box-shadow: none;
}

.product-filter .btn-group-sm>.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 10px 0 0;
    font-size: 12px;
    line-height: 1.5;
    background-color: transparent;
    border-radius: 3px;
    box-shadow: none;
}

.product-filter .btn-default:hover,
.product-filter .btn-default:active,
.product-filter .btn-default.active {
    color: #00b2f2;
    background-color: transparent;
}

/* product list */
.product-thumb {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    overflow: auto;
}

@media (max-width: 480px) {
    .product-thumb {
        padding: 15px;
    }
}

.product-thumb .image {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

.product-thumb .image .hover-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    height: 100%;
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.product-thumb:hover .hover-image {
    opacity: 1;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb .product-model {
    margin-bottom: 5px;
    font-size: 11px;
    color: #75778C;
    line-height: 1.42857143;
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .product-name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 45px;
    max-height: 45px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-thumb .product-name a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #222;
}

.product-thumb .product-name a:hover {
    text-decoration: underline;
}

.product-thumb .product-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
    max-height: 60px;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 767px) {
    .product-thumb .product-name {
        height: 35px;
        max-height: 35px;
        margin-bottom: 5px;
    }

    .product-thumb .product-name a {
        font-size: 13px;
        line-height: 18px;
    }
}

/* Rating */
.rating-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 5px;
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rating-star .rating-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.42857143;
}

.rating span+span {
    margin-left: 2px;
}

.rating span {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: cover;
}

.rating-count span {
    display: inline-block;
    padding-left: 5px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #E69500;
}

@media (max-width: 540px) {
    .rating-star .rating-count {
        font-size: 13px;
    }
}

/* END Rating */
.stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-box .stock,
.product-box .manufacturer,
.product-box .reward,
.product-box .product-size-table,
.product-quickview .stock,
.product-quickview .manufacturer,
.product-quickview .reward,
.product-quickview .product-size-table {
    margin-bottom: 5px;
}

.stock span {
    margin-left: 3px;
    font-size: 13px;
    line-height: normal;
}

.stock.text-success:before,
.stock.text-danger:before {
    font-family: FontAwesome;
    font-size: 14px;
    line-height: normal;
    vertical-align: middle;
}

.stock.text-success:before {
    content: "\f05d";
}

.stock.text-danger:before {
    content: "\f05c";
}

.stock.text-success {
    color: #00ac45;
}

.product-box .cheaper a,
.product-quickview .cheaper a {
    margin-top: 5px;
}

.product-box .cheaper a,
.product-box .product-size-table a,
.product-quickview .cheaper a,
.product-quickview .product-size-table a {
    text-decoration: underline;
}

@media(max-width:480px) {
    .product-thumb .stock span {
        font-size: 11px;
    }
}

.product-thumb .product-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    min-height: 50px;
    margin-top: auto;
    padding-top: 10px;
}

@media(max-width:480px) {
    .product-thumb .product-bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        min-height: 100px;
    }
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    display: block;
    font-weight: 700;
}

.product-thumb .price-old {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
    color: #9b9b9b;
}

.product-thumb .price-percentage {
    margin-left: 5px;
    padding: 1px 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    background-color: #82c44d;
    border-radius: 2px;
}

@media (max-width: 540px) {
    .product-thumb .price {
        font-size: 14px;
        line-height: 18px;
    }

    .product-thumb .price-old {
        font-size: 12px;
    }

    .product-thumb .price-percentage {
        font-size: 11px;
    }
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

@media(max-width:480px) {
    .product-thumb .price {
        margin-bottom: 10px;
    }
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.product-thumb .product-bottom button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 7px 8px;
    line-height: 13px;
    border-radius: 5px;
}

.product-thumb .product-bottom button:active {
    box-shadow: none;
}

.product-thumb .product-bottom .btn-default[disabled] {
    background-color: #f1f1f1;
}

@media(max-width:480px) {
    .product-thumb .product-bottom button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        width: 100%;
        font-size: 14px;
    }

    .product-thumb .product-bottom .btn-preorder {
        font-size: 12px;
        white-space: normal;
    }

    .product-thumb .product-bottom button span {
        margin-left: 5px;
    }
}

@media (max-width: 1200px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

/* Product Page */
.product-box {
    margin-bottom: 20px;
    padding: 0 25px 25px 25px;
    background-color: #fff;
    border-radius: 8px;
}

@media (min-width: 992px) {
    .product-img {
        position: sticky;
        top: 65px;
    }
}

.thumbnails {
    text-align: center;
    line-height: 0;
}

.thumbnails img {
    max-width: 100%;
    max-height: 100%;
}

.thumbnails .product-carousel .thumbnail {
    margin-bottom: 0;
    padding: 0;
    border: 0;
}

@media (max-width: 767px) {
    .thumbnails {
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .thumbnails .product-carousel-list {
        display: none;
    }
}

.product-carousel-list {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0 40px;
}

.product-carousel-list img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.image-additional {
    padding: 0 15px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.image-additional:hover {
    opacity: .7;
}

.product-carousel-list .slick-arrow.slick-prev {
    background: transparent url('../image/slick-arrow-left.svg') center center / 8px no-repeat;
    border: 4px solid transparent;
}

.product-carousel-list .slick-arrow.slick-next {
    background: transparent url(../image/slick-arrow-right.svg) center center / 8px no-repeat;
    border: 4px solid transparent;
}

/* Cloud Zoom */
.cloud-zoom-lens {
    margin: -4px;
    background-color: #fff;
    border: 4px solid #888;
    cursor: move;
}

.cloud-zoom-title {
    position: absolute !important;
    top: 0;
    width: 100%;
    padding: 3px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #000;
}

.cloud-zoom-wrap {
    position: relative;
    display: inline-block;
}

.cloud-zoom-big {
    overflow: hidden;
}

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

/* END Cloud Zoom */
.product-tabs-sticky {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #e8e8e8;
}

.product-tabs-sticky.fixed .product-tabs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(34, 45, 74, .1);
    z-index: 1009;
}

.product-tabs {
    margin: 0 -15px;
}

.product-tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    overflow: hidden;
    overflow-x: auto;
}

.product-tabs ul li {
    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;
    text-align: center;
    white-space: nowrap;
    list-style: none;
}

.product-tabs ul li a {
    position: relative;
    padding: 19px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.42857143;
    color: #0c0c0c;
    transition: .2s;
}

@media (max-width: 991px) {
    .product-tabs-sticky {
        height: 50px;
    }

    .product-tabs ul li a {
        padding: 16px;
        font-size: 13px;
    }
}

.product-tabs ul li.active a,
.product-tabs ul li:hover a {
    color: #00b2f2;
}

.product-tabs ul li a:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #00b2f2;
    -webkit-transition: .2s;
    transition: .2s;
}

.product-tabs ul li.active a:after,
.product-tabs ul li:hover a:after {
    bottom: 0;
}

.product-quickview .products-nav {
    margin-top: 25px;
}

.product-tab-info {
    padding: 25px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
}

.product-quickview .product-tab-info {
    padding: 0;
}

.product-tab-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 767px) {
    .product-tab-title {
        font-size: 18px;
        line-height: 22px;
    }
}

.product-quickview .product-tab-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.product-tab-title span {
    color: #939bae;
}

.short {
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

.short:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 65%, #fff 90%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 65%, #fff 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 65%, #fff 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 65%, #fff 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 65%, #fff 90%);
}

.attribute-loadmore {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #00b2f2;
    border: 0;
    border-bottom: 1px dashed #00b2f2;
}

.attribute-groups+.attribute-groups {
    margin-top: 20px;
}

.attribute-heading {
    margin-bottom: 20px;
    font-size: 20px;
}

.product-quickview .attribute-heading {
    font-size: 16px;
}

.attribute-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    font-size: 15px;
    color: #777e90;
    background-color: #f7f8f9;
}

.attribute-item:nth-child(2n) {
    background-color: #fff;
}

.attribute-label {
    width: 55%;
    padding-right: 15px;
}

.attribute-value {
    width: 45%;
    color: #292b31;
}

/* Product Info */
.info-block {
    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: space-between;
    margin: 0 0 25px 0;
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
}

.info-block .rating a,
.info-block .rating p {
    margin-left: 10px;
    margin-bottom: 0;
    line-height: 15px;
}

.info-block .product-model {
    font-size: 13px;
    color: #75778C;
    line-height: 1.42857143;
}

.product-block-info {
    position: relative;
}

.btn_wishlist_compare {
    position: absolute;
    top: 0;
    right: 0;
}

.btn_wishlist_compare button {
    display: inline-flex;
    padding: 10px;
}

#price {
    margin-bottom: 25px;
}

#price .price,
#price .price-new {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: #000000;
}

#price .price-old {
    font-size: 18px;
    font-weight: 400;
    color: #9b9b9b;
}

#price .price-percentage {
    margin-left: 10px;
    padding: 1px 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    background-color: #82c44d;
    border-radius: 4px;
}

.product-box #product,
.product-quickview #product-quickview {
    margin-top: 25px;
}

.product-box .product-block-button,
.product-quickview .product-block-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.product-box .product-block-button .btn-primary svg,
.product-quickview .product-block-button .btn-primary svg {
    margin-right: 5px;
}

.product-block-button .btn-fastorder {
    margin-left: 10px;
    padding: 14px 15px;
    font-size: 16px;
    line-height: 1;
}

/* */
.product-options input[type=checkbox],
.product-options input[type=radio] {
    display: none;
}

.product-options .checkbox,
.product-options .radio {
    position: relative;
    display: inline-flex;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-options .checkbox label,
.product-options .radio label {
    padding: 0;
    text-align: center;
}

.product-options .checkbox label img,
.product-options .radio label img {
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.product-options .checkbox .option-name,
.product-options .radio .option-name {
    display: block;
    min-width: 70px;
    padding: 5px 8px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.product-options .checkbox input[type="checkbox"]:checked~.option-name,
.product-options .radio input[type="radio"]:checked~.option-name {
    pointer-events: none;
    border-color: #5285cc;
    color: #5285cc;
}

.product-options .option-price {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .24px;
    color: #929292;
    white-space: nowrap;
}

/* Product plus minus */
.count-quantity {
    position: relative;
    min-width: 110px;
    width: 110px;
    height: 44px;
    margin-right: 10px;
    float: left;
    border: 1px solid rgb(225 229 233);
    border-radius: 6px;
    overflow: hidden;
}

.count-quantity .count-number {
    width: 100%;
    height: 42px;
    padding: 0;
    font-weight: 400;
    text-align: center;
    color: #000000;
    border: 0;
    outline: none;
}

.count-quantity .btn-count {
    position: absolute;
    top: 0;
    width: 38px;
    height: 42px;
    padding: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    z-index: 1;
}

.count-quantity .btn-plus {
    right: 0;
}

.count-quantity .btn-minus {
    left: 0;
}

.count-quantity .btn-count:hover {
    background-color: rgba(189, 191, 196, .1);
}

.count-quantity .btn-count:active {
    background-color: rgba(146, 147, 153, .1);
}

.count-quantity .btn-plus:before,
.count-quantity .btn-plus:after,
.count-quantity .btn-minus:after {
    content: "";
    position: absolute;
    background-color: #202020;
}

.count-quantity .btn-plus:after,
.count-quantity .btn-minus:after {
    height: 2px;
    width: 10px;
    right: 13px;
}

.count-quantity .btn-plus:before {
    top: 17px;
    height: 10px;
    width: 2px
}

/* */
.product-additional-info {
    overflow: hidden;
}

.product-additional-info .info-item {
    margin-bottom: 10px;
    padding: 13px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
}

.product-additional-info .info-item:last-child {
    margin-bottom: 0;
}

.product-additional-info .info-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24px;
    width: 100%;
    margin-bottom: 10px;
}

.product-additional-info .info-title .icon {
    margin-right: 7px;
}

.product-additional-info .info-title .name {
    font-size: 16px;
    font-weight: 600;
}

.product-additional-info .info-description {
    position: relative;
    color: #4b4b4b;
}

/*@media (min-width: 481px) and (max-width: 991px) {
    .product-additional-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        overflow-x: auto;
    }

    .product-additional-info .info-item {
        margin-bottom: 0;
    }

    .product-additional-info .info-item+.info-item {
        margin-left: 15px;
    }

    .product-additional-info .info-title .name {
        font-size: 14px;
    }

    .product-additional-info .info-description {
        font-size: 13px;
    }
}*/

@media (min-width: 768px) and (max-width: 991px) {
    .product-additional-info .info-item {
        width: 33.33333333%;
        flex: 0 0 calc(33.33333333% - 10px);
    }
}

/*@media (min-width: 541px) and (max-width: 767px) {
    .product-additional-info .info-item {
        width: 65%;
        flex: 0 0 calc(65% - 10px);
    }
}*/

/*@media (min-width: 481px) and (max-width: 540px) {
    .product-additional-info .info-item {
        width: 80%;
        flex: 0 0 calc(80% - 10px);
    }
}*/

/* Quickview, Wishlist and Compare */
.product-thumb .image .action-button {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.product-list .product-thumb .image .action-button {
    right: 15px;
}

.product-thumb .image .action-button button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    color: #606060;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 20px;
    transition: all 0.3s ease-in-out 0s;
}

.product-thumb .image .action-button button+button {
    margin-top: 5px;
}

.product-thumb .image .action-button button:hover {
    color: #00b2f2;
    border: 1px solid #00b2f2;
}

/* END Quickview, Wishlist and Compare */
/* Page not found*/
.not-found .title {
    margin-bottom: 15px;
    font-size: 24px;
}

.not-found .content {
    font-size: 16px;
}

/* Contacts Page */
.contact-content h3,
.contact-form h3 {
    margin-top: 0;
}

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.42857143;
}

.contact-icon {
    flex-shrink: 0;
    padding-top: 3px;
}

.contact-info {
    padding-left: 8px;
    flex: 1 1 auto;
}

.contact-title {
    margin-bottom: 3px;
    font-weight: 600;
    color: rgba(117, 119, 140, 1);
}

.contact-info address,
.contact-info p {
    margin-bottom: 0;
}

.contact-map-code {
    margin-top: 25px;
    border: 5px solid #fff;
    border-radius: 8px;
    overflow: hidden;
}

/* ---- Manufacturers ---- */
.brand-group {
    margin-bottom: 40px;
}

.brand-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 500;
    color: #0c061a;
}

.brand-item a {
    display: block;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
}

.brand-item img {
    border: 0;
}

.brand-item p {
    margin: 0;
}

/* ---- Pagination ---- */
.pagination>li {
    display: inline-block;
}

.pagination>li+li {
    margin-left: 5px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #333;
    cursor: default;
    background-color: #ddd;
    border-color: #ddd;
}

/* ---- Comparison Page ---- */
.compare-wrap .compare-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .compare-wrap .compare-head {
        display: none;
    }
}

.compare-wrap .compare-head .title-block {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #333;
}

.compare-wrap .compare-head svg {
    flex-shrink: 0;
}

.compare-wrap .compare-body {
    position: relative;
    overflow: hidden;
}

.compare-wrap .compare-body>.compare-content {
    position: relative;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    overflow: scroll;
    box-sizing: content-box;
}

.compare-wrap .compare-body>.compare-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.compare-wrap .compare-body .content-inner {
    display: inline-block;
}

.compare-wrap .compare-body .content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.compare-wrap .compare-body .content-row:first-child {
    border-bottom: 1px solid #e7e7e7;
}

.compare-wrap .compare-body .content-row:nth-child(even) {
    background-color: #f7f8f9;
}

.compare-wrap .compare-body .content-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 260px;
    padding: 15px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.compare-wrap .compare-body .content-col:first-child {
    position: sticky;
    width: 220px;
    border-right: 1px solid #e7e7e7;
}

.compare-wrap .compare-body .content-row:first-child .content-col:first-child {
    padding-left: 0;
    position: sticky;
    z-index: 1
}

.compare-wrap .compare-body .content-col.attribute-group {
    width: auto;
    border: 0;
}

.compare-wrap .compare-body .product-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.compare-wrap .compare-body .product-block .product-model {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 30px;
    font-size: 13px;
    line-height: 24px;
    color: #bebebe;
}

.compare-wrap .compare-body .product-block .remove-item {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    color: #bcbebf;
    background-color: #eceef0;
    border-radius: 50%;
    transition: all 200ms ease-in-out;
}

.compare-wrap .compare-body .product-block .remove-item:hover {
    color: #444;
}

.compare-wrap .compare-body .product-block .image {
    max-width: 150px;
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
}

.compare-wrap .compare-body .product-block .image img {
    border: 0;
}

.compare-wrap .compare-body .product-block .image:hover~.name,
.compare-wrap .compare-body .product-block .name:hover {
    text-decoration: underline;
}

.compare-wrap .compare-body .product-block .name {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 38px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    overflow: hidden;
}

.compare-wrap .compare-body .product-block .product-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    height: 40px;
}

.compare-wrap .compare-body .product-block .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.compare-wrap .compare-body .product-block .price .regular {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.compare-wrap .compare-body .product-block .price .old {
    font-size: 14px;
    font-weight: 300;
    text-decoration: line-through;
    color: #666;
}

.compare-wrap .compare-body .product-block .product-buy button {
    padding: 9px;
}

.compare-wrap .compare-body .content-row .value-block {
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

.compare-wrap .compare-body .content-row .attribute-group .value-block {
    font-size: 18px;
    font-weight: 500;
}

.compare-wrap .compare-body .content-row .value-block .title {
    display: none;
}

@media (max-width: 767px) {
    .compare-wrap .compare-head {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        justify-content: center;
    }

    .compare-wrap .compare-head .title-block {
        font-size: 14px;
        line-height: 22px;
    }

    .compare-wrap .compare-body .product-block .image {
        max-width: 200px;
    }

    .compare-wrap .compare-body .content-row .value-block {
        font-size: 16px;
    }

    .compare-wrap .compare-body .content-row .value-block .title {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 300;
    }

    .compare-wrap .compare-body .content-row .attribute-group .title {
        font-size: 18px;
        font-weight: 500;
    }

    .compare-wrap .compare-body .content-row .content-col:first-child {
        display: none;
    }
}

/* ---- Account Page ---- */
@media (min-width: 768px) {
    #account-forgotten .form-control {
        max-width: 40%;
    }
}

.cabinet-header {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
}

.personal-info,
.personal-wishlist,
.personal-reward {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {

    .personal-wishlist,
    .personal-reward {
        margin-top: 25px;
    }
}

.personal-info-icon,
.personal-wishlist-icon,
.personal-reward-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex: 1 0 auto;
    height: 60px;
    width: 60px;
    max-height: 60px;
    max-width: 60px;
}

.personal-info-icon {
    background-color: rgba(67, 176, 42, 0.65);
    border: solid #e5e5e5 0.5rem;
    border-radius: 50%;
}

.cabinet-header .personal-info-icon a {
    color: #333;
}

.personal-info-icon>svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.personal-info-details {
    width: 100%;
    margin-left: 2.8rem;
}

.cabinet-user-name {
    position: relative;
    margin-bottom: 5px;
    padding-right: 45px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.personal-info-edit {
    position: absolute;
    top: -14px;
    right: -14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    background-color: #ededed;
    border-radius: 50%;
}

.cabinet-info-icon {
    display: inline-flex;
}

.cabinet-info-icon svg {
    width: 20px;
    height: 20px;
}

.cabinet-info-icon+span {
    margin-left: 5px;
}

.cabinet-user-email {
    padding-right: 45px;
    color: #797878;
}

.personal-wishlist-details,
.personal-reward-details {
    width: auto;
    margin-left: 10px;
    color: #333;
}

.cabinet-wishlist-count,
.cabinet-reward-count {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

/* */
.cabinet-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.cabinet-action-icon svg {
    width: 32px;
    height: 32px;
}

.cabinet-action-content {
    padding-left: 15px;
}

.cabinet-action-title {
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    border-bottom: 1px solid #E7E7E7;
}

.cabinet-action-content ul {
    padding-left: 18px;
}

.cabinet-action .cabinet-action-content a {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.cabinet-action .cabinet-action-content a:hover {
    text-decoration: underline;
}

/* */
.cabinet-details-title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
}

.cabinet-details-icon {
    padding: 40px 0;
    text-align: center;
}

.cabinet-details .table>thead {
    background-color: #f5f7f9;
}

.cabinet-details .table>thead>tr>td,
.cabinet-details .table>tbody>tr>td {
    border: 0;
}

.cabinet-details .table>tbody>tr>td {
    border-bottom: 1px solid #f5f7f9;
}

.account-newsletter .control-label {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
}

/* Wishlist Page */
.wishlist-page .wishlist-list {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.wishlist-page .wishlist-product {
    padding: 10px 0;
}

.wishlist-page .wishlist-list .image a {
    display: block;
}

.wishlist-page .wishlist-list .title a {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.wishlist-page .wishlist-list .title a:hover {
    text-decoration: underline;
}

.wishlist-page .wishlist-list .text {
    margin-bottom: 5px;
    font-size: 14px;
}

.wishlist-page .wishlist-list .text span {
    font-weight: 600;
}

.wishlist-page .wishlist-list .btn-primary,
.wishlist-page .wishlist-list .btn-danger {
    display: inline-flex;
    padding: 10px 13px;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .wishlist-page .wishlist-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .wishlist-page .wishlist-product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .wishlist-page .image {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .wishlist-page .wishlist-list .image {
        margin-bottom: 15px;
        text-align: center;
    }

    .wishlist-page .wishlist-list .image img {
        display: inline-block;
    }
}

.cabinet-details .btn {
    display: inline-flex;
}

/* ---- Cart Page ---- */
.cart-page .cart-product-wrap {
    margin-bottom: 30px;
}

.cart-page .cart-product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-page .cart-product-name {
    flex-grow: 1;
    padding-left: 20px;
}

.cart-page .cart-product-name a {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}

.cart-page .cart-product-model,
.cart-page .cart-product-option {
    font-size: 12px;
    line-height: 18px;
}

.cart-page .cart-product-model span,
.cart-page .cart-product-option span {
    color: #86949b;
}

.cart-page .cart-product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1199px) {
    .cart-page .cart-product-quantity {
        justify-content: flex-start;
        margin-top: 20px;
    }
}

.cart-page .cart-product-totals {
    font-size: 14px;
    text-align: right;
}

@media (max-width: 1199px) {
    .cart-page .cart-product-totals {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .cart-page .cart-product-totals {
        text-align: left;
    }
}

.cart-page .cart-product-quantity .btn-primary {
    margin-right: 10px;
}

.cart-page .cart-product-quantity .btn-primary,
.cart-page .cart-product-quantity .btn-default {
    height: 44px;
    padding: 10px 15px;
}

.cart-page .cart-product-price span,
.cart-page .cart-product-total span {
    margin-left: 8px;
}

.cart-page .cart-product-total {
    margin-top: 8px;
    font-weight: 600;
}

/* -------------- */
.cart-page .cart-voucher-info,
.mini-cart .cart-voucher-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f1f2;
}

.cart-page .cart-voucher-name,
.mini-cart .cart-voucher-name {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}

/* --------------------------- */
.cart-page .cart-page-module .panel-group {
    margin-bottom: 0;
}

.cart-page .cart-page-module .cart-page-module-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.cart-page .cart-page-module .panel-default {
    border: none;
}

.cart-page .cart-page-module .panel-default>.panel-heading {
    padding-left: 0;
    background-color: #fff;
}

.cart-page .cart-page-module .panel-title>a {
    text-decoration: underline;
}

.cart-page .cart-page-module .panel-group .panel-heading+.panel-collapse>.list-group,
.cart-page .cart-page-module .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid transparent;
}

/* --------------------------- */
.cart-page .cart-totals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 40px;
}

.cart-page .cart-total-item {
    margin-bottom: 5px;
    font-size: 16px;
}

.cart-page .cart-total-item:last-child {
    font-weight: 600;
}

/* ---- One Page Checkout ---- */
.checkout-block .panel {
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkout-block.panel-group .panel+.panel {
    margin-top: 10px;
}

.checkout-block .panel-heading {
    padding: 25px;
    background-color: #fff;
    border-bottom: none;
    border-radius: 8px;
}

@media (max-width: 991px) {
    .checkout-block .panel-heading {
        padding: 15px;
    }
}

.checkout-block .panel-title {
    font-size: 18px;
    font-weight: 500;
}

.checkout-block .panel,
.checkout-block.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
}

@media (min-width: 992px) {
    .checkout-block .panel-body {
        padding: 15px 25px 25px 25px;
    }
}

.checkout-block .checkout-account {
    padding: 0 25px;
}

@media (max-width: 991px) {
    .checkout-block .checkout-account {
        padding: 0 15px;
    }
}

.checkout-block .btn-logged {
    padding: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px dashed #9c9c9c;
    border-radius: 0;
}

.checkout-block .payment {
    padding: 0 25px 25px;
}

@media (max-width: 991px) {
    .checkout-block .payment {
        padding: 0 15px 15px;
    }
}

.checkout-block .buttons .pull-right {
    float: none !important;
}

.mini-cart {
    padding: 25px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 8px;
}

@media (max-width: 991px) {
    .mini-cart {
        padding: 15px;
    }
}

.cart-items-title {
    font-size: 18px;
    font-weight: 500;
}

.cart-items-edit {
    color: #337ab7;
    border-bottom: 1px dotted #337ab7;
}

.cart-items-edit:hover {
    border-bottom-color: #00b2f2;
}

.cart-items-list .product .image {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
}

.cart-items-list .product .image img {
    border: none;
}

@media (max-width: 767px) {
    .cart-items-list .product .image {
        display: none;
    }
}

.cart-items-list .product-details {
    width: 100%;
}

.cart-items-list .product-details a {
    color: #337ab7;
}

.cart-items-list .product-price {
    text-align: center;
    margin-left: 10px;
    padding: 2px;
    position: relative;
    font-weight: 500;
    flex-shrink: 0;
}

.cart-items-list .product-qty,
.cart-items-list .cart-product-option {
    font-size: 12px;
    line-height: 18px;
}

.cart-total-list {
    margin-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.cart-total-list-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 15px;
}

.cart-total-list-item:last-child {
    font-weight: 600;
}

/* ---------------------- */
.page-empty-cart {
    padding-top: 40px;
    text-align: center;
}

.page-empty-cart p {
    margin-bottom: 40px;
}

.page-empty-cart svg {
    color: #cdcdcd;
}

/* Sticker */
.stickers {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 7px 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    border-radius: 5px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    opacity: 0.7;
}

.stickers+.stickers {
    top: 29px;
}

.stickers+.stickers+.stickers {
    top: 53px;
}

.stickers.sticker-percentage {
    background-color: #e56a6a;
}

.stickers.sticker-bestseller {
    background-color: #76c204;
}

.stickers.sticker-latest {
    background-color: #00a9c8;
}

/* END Sticker */
@media (min-width: 1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close,
.alert-dismissible .close {
    right: -1px;
}

/* Category Block */
.category-wall {
    margin-bottom: 30px;
}

.category-wall .category-layout {
    margin: 0 3px 6px;
    background-color: #fff;
}

.category-wall .category-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    height: 100%;
    overflow: hidden;
}

.category-wall .category-image {
    order: 1;
    flex: 0 0 40%;
}

.category-wall .category-link {
    flex: 1;
    flex-basis: auto;
    max-width: 60%;
    padding-right: 10px;
}

.category-wall .category-link .category-name {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    transition: all .25s;
}

.category-wall .category-link .category-child {
    margin-top: 15px;
}

.category-wall .category-link .category-child a {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    transition: all .25s;
}

.category-wall .category-link .category-name:hover,
.category-wall .category-link .category-child a:hover {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .category-wall {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -3px 30px -3px;
    }

    .category-wall .category-layout {
        width: calc(25% - 6px);
    }

    .category-wall .category-layout:first-child {
        border-radius: 8px 0 0 0;
    }

    .category-wall .category-layout:last-child {
        border-radius: 0 0 8px 0;
    }

    .category-wall .category-layout:nth-child(4) {
        border-radius: 0 8px 0 0;
    }

    .category-wall .category-layout:nth-last-child(4) {
        border-radius: 0 0 0 8px;
    }
}

@media (max-width: 991px) {
    .category-wall .category-layout {
        height: auto;
        border-radius: 8px;
    }
}

/* Banner grid */
.banner-grid .banner-item {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.banner-grid .banner-img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.banner-grid .banner-img img {
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-grid .banner-link:hover .banner-img img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.banner-grid .banner-content {
    position: absolute;
    top: 30px;
    left: 30px;
    right: auto;
    width: 64%;
}

.banner-grid .banner-title {
    display: inline-block;
    margin-bottom: 15px;
    padding: 2px 8px;
    font-size: 13px;
    line-height: 20px;
    color: #1c1b1b;
    background-color: #fff;
    border-radius: 4px;
}

.banner-grid .banner-desc {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: #1c1b1b;
}

.banner-grid .banner-text {
    font-size: 16px;
    line-height: 24px;
    color: #1c1b1b
}

@media (max-width: 1200px) {
    .banner-grid .banner-content {
        top: 15px;
        left: 15px;
    }

    .banner-grid .banner-title {
        margin-bottom: 10px;
        font-size: 11px;
        line-height: 16px;
    }

    .banner-grid .banner-desc {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .banner-grid .banner-text {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 991px) {
    .banner-grid .banner-title {
        font-size: 12px;
        line-height: 20px;
    }

    .banner-grid .banner-desc {
        font-size: 22px;
        line-height: 30px;
    }

    .banner-grid .banner-text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    .banner-grid .banner-content {
        top: 10px;
        left: 10px;
        width: 80%;
    }

    .banner-grid .banner-title {
        margin-bottom: 5px;
        font-size: 11px;
        line-height: 14px;
    }

    .banner-grid .banner-desc {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 16px;
    }

    .banner-grid .banner-text {
        font-size: 13px;
        line-height: 18px;
    }
}

/* Banner Text */
.text-banner .block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.text-banner .banner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.text-banner .banner-link {
    display: block;
    width: 100%;
}

.text-banner .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
}

.text-banner .banner .banner-img {
    width: 100%;
    text-align: center;
    position: relative;
}

.text-banner .banner .banner-img img {
    transition: 1s ease-in-out;
}

.text-banner .banner:hover .banner-img img {
    transform: rotateY(360deg);
}

.text-banner .banner .banner-content {
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
}

.text-banner .banner .banner-title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    transition: all 0.5s ease;
    color: #444;
}

.text-banner .banner-link:hover .banner .banner-title {
    color: #00b2f2;
}

.text-banner .banner .banner-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #888;
}

/* Footer Newsletter */
.subscribe-container {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.subscribe-container .subscribe {
    position: relative;
    max-width: 600px;
    margin: auto;
}

.subscribe-container .subscribe-text {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
    color: #333;
}

/* Top Button */
.backtotop {
    position: fixed;
    right: 70px;
    bottom: 95px;
    display: none;
    padding: 0;
    height: 50px;
    width: 50px;
    color: #bbc1cf;
    background: transparent;
    border: 0;
    border-radius: 100%;
    transition: all .3s ease-in-out;
    z-index: 1039;
}

@media (max-width: 991px) {
    .backtotop {
        right: 20px;
        bottom: 20px;
    }
}

/* Feedback */
@keyframes pulsation {
    0% {
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .7
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

#feedback-widget {
    position: fixed;
    bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    z-index: 1040;
}

#feedback-widget.position-right {
    right: 60px;
}

#feedback-widget.position-left {
    left: 60px;
}

@media (max-width: 991px) {
    #feedback-widget {
        display: none;
    }
}

#feedback-widget .widget-button {
    position: relative;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    padding: 10px;
    background-color: #00B2F2;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
}

#feedback-widget .widget-pulsation {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 70px;
    background-color: #00B2F2;
    border-radius: 50%;
    transform: scale(0);
    animation: pulsation 2s infinite
}

#feedback-widget .widget-pulsation.hide {
    display: none
}

#feedback-widget .widget-button .widget-opener,
#feedback-widget .widget-button.open .widget-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}

#feedback-widget .widget-button.open .widget-opener,
#feedback-widget .widget-button .widget-close {
    display: none;
}

#feedback-widget .contact-lists {
    position: absolute;
    bottom: 70px;
    display: none;
    width: 235px;
    padding: 15px 0;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, .16) 0 5px 40px;
    overflow: hidden;
    z-index: 1040;
}

#feedback-widget.position-right .contact-lists {
    right: 8px;
}

#feedback-widget.position-left .contact-lists {
    left: 8px;
}

#feedback-widget .contact-lists.open {
    display: block
}

#feedback-widget .contact-lists .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px 10px;
    font-size: 14px;
    color: rgba(82, 82, 82, .92);
    text-decoration: none
}

#feedback-widget .contact-lists .btn-callback {
    width: 100%;
    background-color: transparent;
    border: none;
}

#feedback-widget .contact-lists .item:hover,
#feedback-widget .contact-lists .btn-callback:hover {
    background-color: rgba(0, 0, 0, .05)
}

#feedback-widget .contact-lists .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    margin-right: 15px;
    border-radius: 50%;
    box-sizing: border-box;
}

#feedback-widget .contact-lists .icon.email {
    background-color: #66b821
}

#feedback-widget .contact-lists .icon.callback {
    background-color: #66b821
}

/* Module Reviews */
.review-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.review-comment .image {
    padding: 0;
    margin: 0;
    width: 35%;
}

.review-comment .review-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 65%;
}

.review-comment .rating-star,
.review-comment .review-product,
.review-comment .review-author {
    margin-bottom: 10px;
}

.review-comment .review-product {
    height: auto;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 480px) {
    .review-comment {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .review-comment .image {
        width: 100%;
    }

    .review-comment .review-description {
        width: 100%;
    }

    .review-comment .review-text {
        min-height: 100px;
        font-size: 13px;
    }
}

/* Articles */
.article-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

.article-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.article-filter .form-group {
    margin-bottom: 0;
}

.article-filter .form-group+.form-group {
    margin-left: 10px;
}

.article-filter .input-group .form-control {
    border-radius: 4px;
    box-shadow: none;
}

.article-card {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    overflow: auto;
}

.article-card .article-caption {
    padding: 15px 25px;
}

.article-calendar {
    margin-bottom: 5px;
    font-size: 13px;
    color: #acacac;
}

.article-layout .article-name a {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    overflow: hidden;
}

.article-layout .article-name a:hover {
    text-decoration: underline;
}

.article-post,
.article-review {
    padding: 25px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
}

.article-post .article-img {
    margin-bottom: 25px;
}

.article-post .article-img img {
    border-radius: 6px;
}

.article-vieweds,
.article-comment {
    margin-left: 10px;
}

.article-review-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #f2f2f2;
}

.article-review-title svg {
    height: 18px;
    width: 18px;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .article-review-title {
        font-size: 18px;
        line-height: 22px;
    }

    .article-review-title svg {
        margin-right: 0;
    }
}

/*  */
.review-wrapper .review-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 25px;
    background-color: #fff;
    border-radius: 8px;
    transition: all .5s linear;
}

.review-wrapper .review-item .review-title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}

.review-wrapper .review-item .left-side {
    flex: 0 0 30%;
}

.review-wrapper .review-item .right-side {
    width: calc(100% - 30%);
    padding-left: 20px;
}

.review-wrapper .review-item .right-side .date {
    font-size: 14px;
    line-height: 24px;
    color: #99a2aa;
}

.review-wrapper .review-item .right-side .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    max-height: 40px;
    padding: 0;
    margin-bottom: 10px;
    overflow: hidden;
}

.review-wrapper .review-item .right-side .title a {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #0e2f4b;
}

.review-wrapper .review-item .right-side .title a:hover {
    text-decoration: underline;
}

@media (max-width: 480px) {
    .review-wrapper .review-item .right-side .title {
        font-size: 14px;
    }
}

.review-wrapper .review-item p {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 55px;
    min-height: 55px;
    margin: 0;
    padding: 15px 0 0;
    overflow: hidden;
}

/* ----------------------- */
.rating-average {
    padding-bottom: 20px;
}

.rating-average-title {
    margin-bottom: 12px;
    font-weight: 600;
}

.rating-average-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.rating-average-ratings {
    margin-right: 32px;
    padding: 20px;
    border-radius: 8px;
    background-color: #f7f8f9;
}

.rating-average-total {
    display: inline-block;
    margin-right: 8px;
    font-size: 48px;
    line-height: 110%;
    font-weight: 600;
}

.rating-average-info {
    display: inline-block;
}

.rating-average-stars {
    display: inline-block;
    width: 100px;
    height: 20px;
    padding: 0;
    background: url('../image/star-off.svg') left top repeat-x;
}

.rating-average-stars span {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url('../image/star-on.svg') left top repeat-x;
}

.rating-average-content {
    flex-grow: 1;
    max-width: 300px;
}

.rating-average-grade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 22px;
    margin-bottom: 3px;
}

.rating-average-grade:last-child {
    margin-bottom: 0;
}

.rating-average-num {
    margin-right: 15px;
    margin-bottom: 0;
    font-weight: 600;
}

.rating-average-num span {
    color: #808080;
}

.rating-average-rail {
    flex-grow: 1;
    height: 8px;
    background: #eeeff2;
    border-radius: 13px;
}

.rating-average-track {
    height: 100%;
    background: #ffb500;
    border-radius: 45px;
    max-width: 100%;
}

.rating-average-reviews-total {
    flex-grow: 1;
    max-width: 25px;
    width: 25px;
    margin-left: 15px;
    color: #808080;
}

.review-button-write svg {
    height: 18px;
    width: 18px;
    margin-right: 5px;
}

@media (max-width: 991px) and (min-width: 479px) {
    .rating-average-ratings {
        margin-right: 15px;
        padding: 10px;
    }

    .rating-average-title {
        margin-bottom: 5px;
    }

    .rating-average-total {
        display: block;
        margin-right: 0;
        margin-bottom: 8px;
        font-size: 34px;
    }

    .rating-average-reviews {
        display: none;
    }
}

@media (max-width: 478px) {
    .rating-average-wrapper {
        display: block;
    }

    .rating-average-ratings {
        margin: 0;
    }

    .rating-average-content {
        max-width: 100%;
        margin: 20px 0;
    }
}

/* ------------------------- */
.star-rating-wrap {
    display: inline-block;
}

.star-rating-wrap:after {
    content: "";
    display: table;
    clear: both;
}

.star-rating-wrap .star-rating-label {
    margin-top: 3px;
    margin-right: 5px;
}

.star-rating-wrap .star-rating-label:before {
    content: '* ';
    font-size: 13px;
    font-weight: bold;
    vertical-align: top;
    color: #F00;
}

.star-rating-wrap .star-rating-star {
    float: right;
    margin: 0;
    padding-left: 5px;
    cursor: pointer;
    font-size: 28px;
    color: #FFB300;
}

.star-rating-wrap .star-rating-star :last-child {
    padding-left: 0;
}

.star-rating-wrap .star-rating-input {
    display: none;
}

.star-rating-wrap .star-rating-star:hover:before,
.star-rating-wrap .star-rating-star:hover~.star-rating-star:before,
.star-rating-wrap .star-rating-input:checked~.star-rating-star:before {
    content: "\f005";
}

/* ------------------------- */
.product-reviews-list {
    margin-top: 30px;
}

.product-review-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.product-review-item:last-child {
    margin-bottom: 0;
}

.product-review-icon {
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-right: 36px;
    margin-bottom: 40px;
    color: #fff;
    background-color: #bababa;
    border-radius: 50%;
}

.product-review-content {
    position: relative;
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f7f8f9;
    border-radius: 6px;
}

.product-review-content:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 25px;
    width: 0;
    height: 0;
    border-color: transparent #f7f8f9 transparent transparent;
    border-style: solid;
    border-width: 0 34px 34px 0;
}

.product-review-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 90px;
    line-height: 1;
}

.product-review-username,
.product-answer-admin {
    font-size: 16px;
    font-weight: 600;
    color: #292b31;
}

.product-review-rate {
    margin-left: 15px;
}

.product-review-date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #777e90;
}

.product-review-text,
product-answer-text {
    font-size: 14px;
    color: #292b31;
}

@media (max-width: 767px) {

    .product-review-username,
    .product-answer-admin {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .product-review-head {
        display: block;
        padding-right: 0;
    }

    .product-review-rate {
        margin-top: 8px;
        margin-bottom: 8px;
        margin-left: 0;
    }

    .product-review-date {
        position: relative;
    }
}

.product-answer-content {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dashed #dfe1df;
}

/* Modal Window */
.modal-content {
    border-radius: 8px;
    overflow: hidden;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 25px;
    background-color: #fff;
}

.modal-header:after,
.modal-header:before {
    content: none;
}

.modal-title {
    font-size: 16px;
    font-weight: 600;
}

.modal-header .close {
    width: 27px;
    height: 27px;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    opacity: 1;
}

.modal-body {
    padding: 25px;
}

.modal-body label {
    font-size: 16px;
    font-weight: 500;
}

/* Agree */
.modal-body .agree-terms .checkbox {
    margin: 0 -15px 15px;
}

.agree-terms .checkbox {
    font-size: 12px;
    color: #a3a3a3;
}

.agree-terms label {
    font-size: 13px;
    line-height: 18px;
    color: #a3a3a3;
}

.agree-terms label a {
    color: #00b2f2;
    text-decoration: underline;
}

.agree-terms label a:hover {
    color: #00b2f2;
    text-decoration: none;
}

/* Modal */
.modal-body .heading {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
}

#modal-callback .modal-body div.required:before,
#modal-cheaper .modal-body div.required:before,
#modal-fastorder .modal-body div.required:before,
#modal-preorder .modal-body div.required:before {
    content: '*';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    font-weight: 500;
    color: #f44336;
}

/* === RANGE SLIDER + TICKS === */
.range-slider-wrapper {
    position: relative;
}

.range-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: #e0e0e0;
    outline: none;
    border-radius: 3px;
    margin: 35px 0 10px 0;
    position: relative;
    z-index: 1;
    background: linear-gradient(to right, #bbbbbb var(--progress, 0%), #e0e0e0 var(--progress, 0%));
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #999;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -7px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.range-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #999;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    border: none;
}

.range-slider::-moz-range-progress {
    background: #bbbbbb !important;
    height: 6px;
    border-radius: 3px;
}

.range-slider::-moz-range-track {
    background: #e0e0e0 !important;
    height: 6px;
    border-radius: 3px;
    border: none;
}

.range-slider-wrapper {
    position: relative;
    padding-top: 10px;
}

.range-min-max-labels {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.range-min-label,
.range-max-label {
    background: #e0e0e0;
    color: #777;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 3px;
    min-width: 25px;
    text-align: center;
}

/* СЛАЙДЕР */
.range-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: #e0e0e0;
    outline: none;
    border-radius: 3px;
    padding: 0 10px;
    position: relative;
    background: linear-gradient(to right, #bbbbbb var(--progress, 0%), #e0e0e0 var(--progress, 0%));
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 10px;
    z-index: 1;
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #999;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.range-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #999;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    border: none;
}

.range-slider::-moz-range-progress {
    background: #bbbbbb !important;
    height: 6px;
    border-radius: 3px;
}

.range-slider::-moz-range-track {
    background: #e0e0e0 !important;
    height: 6px;
    border-radius: 3px;
    border: none;
}

/* БУЛЬБАШКА */
.range-value-bubble {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    background: #4CAF50;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 9px;
    border-radius: 4px;
    pointer-events: none;
    min-width: 28px;
    text-align: center;
    white-space: nowrap;
    transition: none;
    z-index: 100;
}

.range-value-bubble::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4CAF50;
}

/* МІТКИ ПІД СЛАЙДЕРОМ */
.tick-marks {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 16px;
    padding: 0 6px 0 9px;
    margin-top: 15px;
}

.tick-label {
    font-size: 12px;
    color: #777;
    font-weight: 500;
    min-width: 15px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.tick-label::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 6px;
    background: #999;
    z-index: 1;
}

.range-price-display {
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
    min-height: 30px;
}

.popup-option-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

.popup-option-arrow {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.popup-option-arrow i {
    font-size: 15px;
    font-weight: 600;
}

.option-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

.option-item {
    cursor: pointer;
    padding: 15px;
    border: 2px solid #ddd;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s;
}

.option-item:hover {
    border-color: #1573B9;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
    transform: translateY(-2px);
}

.option-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 4px;
}

.option-item-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.option-item-price {
    color: #28a745;
    font-size: 16px;
    font-weight: bold;
}