.avatar {
    position: relative
}

.avatar--s {
    height: 30px;
    width: 30px;
    line-height: 30px
}

.avatar--sm {
    height: 40px;
    width: 40px;
    line-height: 40px
}

.avatar--m {
    height: 50px;
    width: 50px;
    line-height: 50px
}

.avatar--l {
    height: 90px;
    width: 90px;
    line-height: 90px
}

.avatar--xl {
    height: 150px;
    width: 150px;
    line-height: 150px
}

.avatar-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%
}

.btn {
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    color: var(--base-color);
    font-weight: 500;
    border: 0;
    box-shadow: inset 0 0 0 1px var(--border-color)
}

.btn:focus,
.btn:hover {
    opacity: .85
}

.btn.disabled,
.btn[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
    box-shadow: none
}

.btn.btn-default {
    background-color: var(--border-color);
    box-shadow: none
}

.btn.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .08)
}

.btn.btn-fb {
    color: #fff;
    background-color: #4267b2;
    box-shadow: none
}

.btn.btn-google {
    color: #fff;
    background-color: #f14336;
    box-shadow: none
}

.btn.btn-danger {
    color: #fff;
    background-color: #fc4a4a;
    box-shadow: none
}

.btn.btn-trans {
    color: #fff
}

.btn.btn--s {
    padding: 4px 10px;
    font-size: .75rem
}

.btn.btn--m {
    padding: 8px 20px;
    font-size: .875rem
}

.btn.btn--l {
    padding: 7px 20px;
    font-size: 1rem
}

.btn.btn-trans {
    padding-right: 0;
    padding-left: 0;
    color: var(--primary-color);
    background-color: transparent;
    box-shadow: none
}

.but-style-1 {
    display: inline-block;
    background-color: #ecf0f1;
    margin: 0 3px;
    padding: 6px 8px;
    color: var(--base-color);
    font-size: .875rem;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    border-radius: 4px
}

.but-style-1.active {
    background-color: var(--primary-color);
    color: #fff
}

.but-style-2 {
    display: inline-block;
    background-color: #ecf0f1;
    margin: 0 3px;
    padding: 10px 15px;
    color: var(--base-color);
    font-size: .875rem;
    vertical-align: middle;
    border-radius: 4px;
    box-shadow: 0 2px 0 #bdc3c7
}

.but-style-2 i {
    margin-right: 5px
}

.but-style-3 {
    display: inline-block;
    background-color: #ecf0f1;
    margin: 0 3px;
    padding: 7px 15px;
    color: var(--base-color);
    font-size: .875rem;
    vertical-align: middle;
    border-radius: 4px;
    box-shadow: 0 2px 0 #bdc3c7
}

.but-style-3 i {
    margin-right: 5px
}

.style-min {
    width: 50px !important
}

.breadcrumbs .breadcrumbs-cover {
    background: url(../images/bg_breadcrumbs.jpg?7543e3073b024ca60d2d249785e46906) 0 0 no-repeat;
    background-size: cover;
    height: 100px
}

.breadcrumbs .breadcrumbs-cover span {
    color: #fff;
    font-size: 1.5em
}

.breadcrumbs ul {
    padding-top: 9px;
    padding-bottom: 9px
}

.breadcrumbs ul li {
    margin-right: 10px
}

.breadcrumbs ul li i {
    margin-left: 10px
}

.breadcrumbs ul li.current,
.breadcrumbs ul li.current a {
    color: var(--primary-color)
}

@media (min-width:992px) {
    .breadcrumbs .breadcrumbs-cover {
        height: 180px
    }
    .breadcrumbs .breadcrumbs-cover span {
        font-size: 2.75em
    }
}

.pagination {
    text-align: center
}

.pagination ul:after {
    clear: both;
    content: "";
    display: block
}

.pagination ul li {
    display: block;
    float: left
}

.pagination ul li a {
    display: block;
    background: #f1f1f1;
    margin: 0 3px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding: 0;
    font-size: .938em;
    cursor: pointer;
    color: var(--base-color);
    border-radius: 4px;
    text-align: center
}

.pagination ul li:hover a {
    background-color: #eee;
    color: var(--primary-color)
}

.pagination ul li.current a {
    color: #fff
}

.pagination ul li.current a,
.pagination ul li.current:hover a {
    background-color: var(--primary-color)
}

.show-pagination {
    height: 30px;
    line-height: 30px;
    color: var(--base-color);
    font-size: .875em;
    font-weight: 400
}

.show-pagination .wrap-select {
    display: inline-block;
    width: auto;
    margin: 0 8px
}

hr {
    display: block;
    height: 1px;
    background-color: #ecf0f1;
    border: none
}

.divider {
    margin: 15px 0
}

.divider,
.divider-2 {
    display: block;
    height: 1px;
    border-top: 1px solid var(--border-color)
}

.divider-2 {
    margin: 20px 0
}

.divider-3 {
    margin: 5px 0;
    border-top: 1px solid var(--border-color);
    opacity: .5
}

.divider-3,
.divider-4 {
    display: block;
    height: 1px
}

.divider-4 {
    margin: 30px 0;
    border-top: 2px solid var(--gray-color);
    opacity: .2
}

input:not([type=checkbox]),
input:not([type=radio]),
input:not([type=submit]),
select,
textarea {
    display: inline-block;
    background-color: transparent;
    width: 100%;
    padding: 10px;
    font-size: .875rem;
    font-family: Roboto, sans-serif;
    border: 1px solid var(--border-color)
}

input:not([type=checkbox]).type-2,
input:not([type=radio]).type-2,
input:not([type=submit]).type-2,
select.type-2,
textarea.type-2 {
    height: 30px;
    width: 45%;
    padding: 2px 10px
}

input:not([type=checkbox]):focus,
input:not([type=radio]):focus,
input:not([type=submit]):focus,
select:focus,
textarea:focus {
    outline: 0 none;
    border-color: var(--primary-color)
}

input:not([type=checkbox]):disabled,
input:not([type=radio]):disabled,
input:not([type=submit]):disabled,
select:disabled,
textarea:disabled {
    background-color: #f8f8f8;
    color: #999;
    border: 1px solid #ddd
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

select {
    padding: 9px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wrap-select {
    display: block;
    position: relative;
    background-color: transparent;
    height: 36px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .08)
}

.wrap-select:before {
    position: absolute;
    top: 14px;
    right: 6px;
    z-index: 1;
    content: "";
    height: 0;
    width: 0;
    border-left: 5.5px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 5.5px solid transparent;
    border-top: 6px solid transparent;
    border-top-color: var(--sub-color)
}

.wrap-select select {
    position: relative;
    z-index: 2;
    background-color: transparent;
    padding-right: 20px;
    border: 0;
    box-shadow: none
}

.wrap-select.focus {
    border-color: var(--primary-color)
}

.wrap-select.focus select {
    color: var(--primary-color)
}

label[class*=required]:after {
    content: "*";
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    color: #fc4a4a
}

input[type=checkbox]+label,
input[type=radio]+label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-bottom: 8px
}

input[type=checkbox]+label:after,
input[type=radio]+label:after {
    display: none;
    position: absolute;
    top: -1px;
    left: 4px;
    content: "\F00C";
    font-family: Font Awesome\ 5 Free;
    line-height: 24px;
    font-size: 1em;
    font-weight: 900;
    color: var(--base-color)
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
    content: "";
    display: inline-block;
    background: url(../images/checkbox.png?e189b4e6060561976eab1183f7fdab31) no-repeat;
    vertical-align: middle;
    margin-right: 9px;
    height: 22px;
    width: 22px
}

input[type=radio]+label:before {
    background: url(../images/radio.png?174346a6086957b8d17c8ebacc4b0863) no-repeat 0 0;
    overflow: hidden
}

input[type=checkbox]:checked+label:after,
input[type=radio]:checked+label:after {
    display: block
}

.checkbox-color {
    position: relative;
    display: inline-block;
    background-color: #fff;
    height: 22px;
    width: 22px;
    margin: 4px 2px;
    border: 2px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .25);
    vertical-align: middle;
    border-radius: 3px
}

.checkbox-color input[type=radio] {
    opacity: 0;
    height: 22px;
    width: 22px
}

.checkbox-color .checkbox-color--label {
    display: inline-block;
    font-size: 0;
    cursor: pointer
}

.checkbox-color .checkbox-color--label:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 22px;
    width: 22px
}

.checkbox-color .checkbox-color--input:checked+.checkbox-color--label:before {
    position: absolute;
    top: -2px;
    left: 3px;
    content: "\F00C";
    font-family: Font Awesome\ 5 Free;
    line-height: 24px;
    font-size: 12px;
    font-weight: 900;
    color: var(--base-color)
}

.checkbox-size {
    position: relative;
    display: inline-block;
    background-color: #fff;
    height: 28px;
    margin: 4px 2px;
    border: 1px solid var(--primary-color);
    vertical-align: middle;
    border-radius: 3px
}

.checkbox-size input[type=radio] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    height: 26px;
    cursor: pointer
}

.checkbox-size .checkbox-size--label {
    display: inline-block;
    padding: 0 10px;
    color: var(--primary-color);
    font-size: .875em;
    line-height: 28px
}

.checkbox-size .checkbox-size--input:checked+.checkbox-size--label {
    background-color: var(--primary-color);
    color: #fff
}

.block-select {
    position: relative
}

.block-select:before {
    position: absolute;
    top: 0;
    left: -1px;
    content: "";
    background: url(../images/radio.png?174346a6086957b8d17c8ebacc4b0863) no-repeat;
    vertical-align: middle;
    margin-right: 9px;
    height: 22px;
    width: 22px;
    overflow: hidden
}

.block-select:after {
    display: none;
    position: absolute;
    top: -1px;
    left: 4px;
    content: "\F00C";
    font-family: Font Awesome\ 5 Free;
    line-height: 24px;
    font-size: 1em;
    font-weight: 900;
    color: var(--base-color)
}

.block-select.selected:after {
    display: block
}

.js-menu-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 12;
    background-color: var(--primary-color);
    height: 44px;
    width: 44px;
    text-align: center
}

@media (min-width:992px) {
    .js-menu-mobile {
        display: none
    }
}

.js-menu-mobile .trigger-menu {
    position: relative;
    cursor: pointer;
    height: 44px;
    width: 44px
}

.js-menu-mobile .trigger-menu:before {
    position: absolute;
    bottom: 0;
    left: 4px;
    content: "MENU";
    color: #fff;
    font-size: .813em
}

.js-menu-mobile .trigger-menu .three-bars-icon {
    margin: 15px 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: inline-block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px
}

.js-menu-mobile .trigger-menu .three-bars-icon:after,
.js-menu-mobile .trigger-menu .three-bars-icon:before {
    border-radius: 2px;
    transition: transform .4s ease
}

.js-menu-mobile .trigger-menu .three-bars-icon:before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    top: -6px;
    background: #fff
}

.js-menu-mobile .trigger-menu .three-bars-icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    top: 6px;
    background: #fff
}

.js-menu-mobile .trigger-menu .three-bars-icon.close {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    background: 0 0
}

.js-menu-mobile .trigger-menu .three-bars-icon.close:after,
.js-menu-mobile .trigger-menu .three-bars-icon.close:before {
    transition: transform .6s ease
}

.js-menu-mobile .trigger-menu .three-bars-icon.close:before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    top: 0;
    background: #fff;
    transform: rotate(-45deg)
}

.js-menu-mobile .trigger-menu .three-bars-icon.close:after {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    top: 0;
    background: #fff;
    transform: rotate(45deg)
}

.js-menu-mobile .trigger-menu .three-bars-icon.close:after,
.js-menu-mobile .trigger-menu .three-bars-icon.close:before {
    left: -10px
}

body,
html {
    -webkit-font-smoothing: antialiased
}

body {
    background: var(--bg-color);
    color: var(--base-color);
    font-family: Roboto, sans-serif;
    font-size: 87.5%;
    font-weight: 400;
    line-height: 1.42857;
    -webkit-text-size-adjust: 100%
}

@media only screen and (max-width:414px) {
    body {
        font-size: calc(100% + (100vw - 360px)/ 39)
    }
}

.hide-on-med-and-down {
    display: none
}

@media (min-width:992px) {
    .hide-on-med-and-down {
        display: block
    }
    .show-on-small {
        display: none
    }
}

[class*=layout] {
    background-color: #fff
}

.wow {
    visibility: hidden
}

.wrapper {
    overflow: hidden
}

.project-layout {
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-direction: column
}

.project-layout header {
    order: 1
}

.project-layout footer {
    order: 4
}

.project-layout .breadcrumbs {
    order: 2
}

.project-layout .page-content {
    order: 3
}

.project-layout .page-content>.hero-wrap {
    margin-top: -30px;
    margin-right: 0;
    margin-left: 0
}

.project-layout .page-content>.hero-wrap .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.project-layout .page-content .hero-wrap:not(:first-child) {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0
}

.project-layout .page-content .hero-wrap:not(:first-child) .container {
    max-width: inherit;
    padding-right: inherit;
    padding-left: inherit
}

@media (min-width:768px) {
    .project-layout .page-content>.hero-wrap {
        margin-top: -30px
    }
    .project-layout .page-content .hero-wrap:not(:first-child) {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0
    }
}

.page-content {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px
}

.page-content:after {
    clear: both;
    content: "";
    display: block
}

.page-content .block-end {
    margin-bottom: -30px !important
}

.page-content span.heading {
    display: block;
    position: relative;
    margin-bottom: 20px;
    color: var(--base-color);
    font-size: 1.25em;
    line-height: 1.25;
    font-weight: 500
}

.page-content span.heading.heading-2 {
    padding-bottom: 30px;
    color: var(--primary-color);
    text-align: center;
    font-weight: 700;
    text-transform: uppercase
}

.page-content span.heading.heading-2:before {
    position: absolute;
    bottom: 5px;
    left: 50%;
    content: "";
    background-color: #a7a5a5;
    height: 3px;
    width: 64px;
    margin-left: -32px
}

.page-content span.heading.heading-3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: var(--primary-color);
    text-transform: uppercase
}

.page-content span.heading.heading-3:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #a7a5a5;
    height: 3px;
    width: 40px
}

@media (min-width:992px) {
    .page-content span.heading {
        font-size: 1.75em
    }
}

.page-content .heading-group {
    position: relative;
    margin-bottom: 30px
}

.page-content .heading-group h2 {
    display: block;
    margin-bottom: 5px;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center
}

.page-content .heading-group p {
    display: block;
    font-size: .875em;
    text-align: center
}

.page-content .heading-group .line-hg {
    position: relative;
    height: 15px;
    width: 160px;
    margin: 0 auto 25px
}

.page-content .heading-group .line-hg span {
    position: absolute;
    top: 7px;
    left: 50%;
    z-index: 1;
    content: "";
    background-color: #a7a5a5;
    height: 14px;
    width: 14px;
    margin-left: -7px;
    border-radius: 100%
}

.page-content .heading-group .line-hg:before {
    position: absolute;
    top: 14px;
    left: 0;
    content: "";
    background-color: #a7a5a5;
    height: 1px;
    width: 60px
}

.page-content .heading-group .line-hg:after {
    position: absolute;
    top: 14px;
    right: 0;
    content: "";
    background-color: #a7a5a5;
    height: 1px;
    width: 60px
}

.page-content .heading-group .line-hg.is-trans span,
.page-content .heading-group .line-hg.is-trans:after,
.page-content .heading-group .line-hg.is-trans:before {
    background-color: hsla(0, 0%, 100%, .25)
}

@media (min-width:992px) {
    .page-content .heading-group h2 {
        font-size: 2.375em
    }
    .page-content .heading-group p {
        font-size: 1em
    }
}

aside {
    margin-top: 30px
}

@media (min-width:768px) {
    aside {
        margin: 0
    }
}

.slidebar-container {
    display: none;
    position: relative;
    background: url(../images/bg_slidebar.jpg?c1135059b5acb1260f756101eb6a96f7) 0 0 no-repeat;
    background-size: cover
}

.slidebar-container.opened {
    display: block
}

.slidebar-container:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: var(--primary-color);
    opacity: .85
}

.slidebar-container .user-wrap {
    position: relative;
    padding: 20px 10px;
    border-bottom: 2px solid hsla(0, 0%, 100%, .15)
}

.slidebar-container .user-wrap span.ic-wrap {
    display: block;
    background-color: hsla(0, 0%, 100%, .35);
    height: 50px;
    width: 50px;
    margin: 0 auto;
    border-radius: 100%
}

.slidebar-container .user-wrap span.ic-wrap i {
    display: inline-block;
    height: 50px;
    width: 50px;
    padding: 11px 15px;
    color: #fff;
    font-size: 1.5rem;
    vertical-align: middle
}

.slidebar-container .user-wrap strong {
    display: block;
    padding: 10px 10px 20px;
    color: #fff;
    font-size: .813em;
    text-align: center;
    font-weight: 400
}

.slidebar-container .user-wrap .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

.slidebar-container .user-wrap .btn-wrap a.btn {
    min-width: 120px;
    margin: 0 7px;
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .75)
}

.slidebar-container .user-wrap .btn-wrap.is-first {
    margin-bottom: 15px
}

.slidebar-container ul {
    position: relative;
    padding-bottom: 20px
}

.slidebar-container ul li a {
    display: block;
    position: relative;
    padding: 8px 15px;
    color: #fff;
    font-size: .875em;
    font-weight: 500;
    text-transform: uppercase
}

.slidebar-container ul li.active {
    background-color: var(--header-bg-color)
}

.slidebar-container ul li a[title=Collapse]:before {
    content: "\F068"
}

.slidebar-container ul li a[title=Collapse].collapsed:before,
.slidebar-container ul li a[title=Collapse]:before {
    position: absolute;
    top: 4px;
    right: 15px;
    font-family: Font Awesome\ 5 Free;
    font-size: 12px;
    font-weight: 900;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff
}

.slidebar-container ul li a[title=Collapse].collapsed:before {
    content: "\F067"
}

.slidebar-container ul li:last-child {
    margin: 0
}

.slidebar-container ul li ul {
    padding: 0 0 15px
}

.slidebar-container ul li ul li a {
    border: none;
    margin: 0;
    color: #fff;
    font-weight: 400
}

.slidebar-container ul li ul ul {
    padding-left: 10px
}

.slidebar-container ul li ul ul li a {
    border-radius: 0;
    font-weight: 400;
    text-transform: none
}

.horizontal-list>* {
    float: left
}

.horizontal-list>:first-child {
    margin-left: 0
}

.horizontal-list.data-filter li a {
    display: block;
    position: relative;
    background-color: #ecf0f1;
    margin-right: 5px;
    padding: 10px 15px;
    color: var(--sub-color);
    font-size: .75em;
    border-radius: 4px
}

.horizontal-list.data-filter li a:before {
    position: absolute;
    bottom: -6px;
    left: 50%;
    content: "";
    margin-left: -6px;
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-top-color: var(--sub-color);
    opacity: 0
}

.horizontal-list.data-filter li.active a,
.horizontal-list.data-filter li:hover a {
    background-color: var(--sub-color);
    color: #fff
}

.horizontal-list.data-filter li.active a:before,
.horizontal-list.data-filter li:hover a:before {
    opacity: 1
}

.vertical-list li a {
    position: relative;
    display: block;
    padding: 8px 0;
    border-top: 1px solid #404852
}

.vertical-list li a i {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px
}

.vertical-list li:first-child a {
    border-top: none
}

.vertical-list-type-1 li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px
}

.vertical-list-type-1 li:before {
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    background-color: var(--primary-color);
    height: 6px;
    width: 6px;
    border-radius: 100%
}

.social-icons li a {
    display: block;
    height: 40px;
    width: 40px;
    color: var(--base-color)
}

@media (min-width:992px) {
    .social-icons li a {
        height: auto
    }
}

.products-list li {
    padding: 15px;
    line-height: 1.2em;
    border-top: 1px solid #ecf0f1
}

.hero-wrap {
    position: relative;
    overflow: hidden
}

.hero-wrap .banner-thumb img {
    display: block;
    width: 100%;
    height: auto
}

.hero-wrap .banner-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    margin: auto
}

.hero-wrap .banner-info h2 {
    font-size: 1em
}

.hero-wrap .banner-info h3 {
    font-size: 2em;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 1.125
}

.hero-wrap .banner-info h4 {
    font-size: .875em
}

@media (min-width:768px) {
    .hero-wrap .banner-info h2 {
        font-size: 2em
    }
    .hero-wrap .banner-info h3 {
        font-size: 6em
    }
    .hero-wrap .banner-info h4 {
        font-size: 1.25em
    }
}

@media (min-width:992px) {
    .hero-wrap .banner-info h2 {
        font-size: 2.5em
    }
    .hero-wrap .banner-info h3 {
        font-size: 7em
    }
    .hero-wrap .banner-info h4 {
        font-size: 2em
    }
}

.hero-wrap .owl-nav {
    display: none
}

@media (min-width:992px) {
    .hero-wrap .owl-nav {
        display: block
    }
}

.hero-wrap .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    background-color: rgba(41, 47, 56, .5);
    height: 60px;
    width: 60px;
    margin-top: -30px;
    opacity: 0;
    border-radius: 8px
}

.hero-wrap .owl-nav .owl-prev:before {
    padding-left: 18px;
    content: "\F104";
    color: #fff;
    font-family: Font Awesome\ 5 Free;
    font-size: 3em;
    font-weight: 700
}

.hero-wrap .owl-nav .owl-prev:hover {
    background-color: var(--primary-color);
    opacity: .85
}

.hero-wrap .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    background-color: rgba(41, 47, 56, .5);
    height: 60px;
    width: 60px;
    margin-top: -30px;
    opacity: 0;
    border-radius: 8px
}

.hero-wrap .owl-nav .owl-next:before {
    padding-left: 22px;
    content: "\F105";
    color: #fff;
    font-family: Font Awesome\ 5 Free;
    font-size: 3em;
    font-weight: 700
}

.hero-wrap .owl-nav .owl-next:hover {
    background-color: var(--primary-color);
    opacity: .85
}

.hero-wrap .owl-dots {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    text-align: center
}

.hero-wrap .owl-dots .owl-dot {
    display: inline-block;
    background-color: rgba(41, 47, 56, .25);
    height: 10px;
    width: 10px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 100%
}

.hero-wrap .owl-dots .owl-dot.active {
    background-color: var(--primary-color);
    opacity: .85
}

.hero-wrap:hover .owl-nav .owl-prev {
    left: 30px;
    opacity: 1
}

.hero-wrap:hover .owl-nav .owl-next {
    right: 30px;
    opacity: 1
}

.welcome-container .welcome-item {
    position: relative;
    margin-bottom: 15px;
    text-align: center
}

.welcome-container .welcome-item img {
    display: block;
    max-width: 130px;
    margin: 0 auto 5px
}

.welcome-container .welcome-item h3 {
    display: block;
    font-size: 1em
}

.bangGiaContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width:992px) {
    .welcome-container .welcome-item {
        margin-bottom: 0
    }
    .welcome-container .welcome-item img {
        max-width: 174px
    }
    .welcome-container .welcome-item h3 {
        font-size: 1.5em
    }
}

.why-container {
    position: relative;
    background: url(../images/bg_why.png?ef84db29c559ce77d717c4eb08f3e120) 0 0 no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px
}

.why-container:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: var(--primary-color);
    opacity: .85
}

.why-container .why-item {
    position: relative;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center
}

.why-container .why-item .ic-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: hsla(0, 0%, 100%, .2);
    height: 140px;
    width: 140px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    border-radius: 100%
}

.why-container .why-item .ic-wrap:before {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    content: "";
    background-color: transparent;
    height: 130px;
    width: 130px;
    border-radius: 100%;
    border: 1px solid #fff
}

.why-container .why-item .ic-wrap i {
    display: inline-block;
    height: 70px;
    width: 70px;
    margin: 0 auto 5px;
    padding: 6px;
    color: #fff;
    font-size: 3.5rem;
    vertical-align: middle
}

.why-container .why-item h3 {
    display: block;
    font-size: 1em
}

@media (min-width:992px) {
    .why-container {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .why-container .why-item {
        margin-bottom: 0
    }
    .why-container .why-item .ic-wrap {
        height: 170px;
        width: 170px;
        margin-bottom: 20px
    }
    .why-container .why-item .ic-wrap:before {
        position: absolute;
        top: 9px;
        right: 9px;
        bottom: 9px;
        left: 9px;
        height: 152px;
        width: 152px
    }
    .why-container .why-item .ic-wrap i {
        height: 90px;
        width: 90px;
        padding: 12px;
        font-size: 4rem
    }
    .why-container .why-item h3 {
        font-size: 1.125em
    }
}

.service-container {
    background-color: var(--primary-color);
    padding-top: 40px;
    padding-bottom: 40px
}

.service-container .product-item {
    height: auto;
    margin-bottom: 15px
}

@media (min-width:992px) {
    .service-container {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .service-container .product-item {
        height: 100%;
        margin-bottom: 0
    }
}

.brands-container {
    padding-top: 50px;
    padding-bottom: 50px
}

.tab-content {
    display: none
}

.tab-content.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.tab-content.fade.in {
    opacity: 1
}

.tab-content.active {
    display: block
}

.photoframe {
    background-color: #fff
}

.photoframe .pp-wrap .layer-action {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .05);
    opacity: 0;
    visibility: hidden
}

.photoframe .pp-wrap .layer-action [class^=func-] {
    display: block;
    background-color: hsla(0, 0%, 100%, .25);
    height: 36px;
    width: 36px;
    margin-right: 5px;
    margin-left: 5px;
    color: var(--price-color);
    border: 1px solid var(--price-color);
    border-radius: 3px
}

.photoframe .pp-wrap .layer-action [class^=func-] i {
    display: inline-block;
    height: 36px;
    width: 36px;
    padding: 8px;
    font-size: 1rem;
    vertical-align: middle
}

.photoframe .pp-wrap .layer-action [class^=func-]:hover {
    background-color: var(--price-color);
    color: #fff
}

.photoframe .pp-wrap:hover .layer-action {
    opacity: 1;
    visibility: visible
}

.products-container,
.service-container {
    padding-top: 50px;
    padding-bottom: 50px
}

.products-container:after,
.service-container:after {
    clear: both;
    content: "";
    display: block
}

.products-container .d-carousel .owl-nav .owl-next,
.products-container .d-carousel .owl-nav .owl-prev,
.service-container .d-carousel .owl-nav .owl-next,
.service-container .d-carousel .owl-nav .owl-prev {
    top: 70px;
    background-color: rgba(32, 32, 32, .2);
    height: 40px;
    width: 40px
}

.products-container .d-carousel .owl-nav .owl-next:before,
.products-container .d-carousel .owl-nav .owl-prev:before,
.service-container .d-carousel .owl-nav .owl-next:before,
.service-container .d-carousel .owl-nav .owl-prev:before {
    top: 6px;
    left: 6px;
    color: #fff
}

.products-container .d-carousel .owl-nav .owl-prev,
.service-container .d-carousel .owl-nav .owl-prev {
    left: -20px
}

.products-container .d-carousel .owl-nav .owl-next,
.service-container .d-carousel .owl-nav .owl-next {
    right: -20px
}

.products-container .d-carousel.owl-carousel .owl-item,
.service-container .d-carousel.owl-carousel .owl-item {
    width: 25%
}

.products-container .product-item .photoframe,
.service-container .product-item .photoframe {
    max-width: 480px;
    height: 100%;
    margin: 0 auto;
    border: 1px solid var(--border-color)
}

.products-container .product-item .photoframe .pp-wrap,
.service-container .product-item .photoframe .pp-wrap {
    position: relative
}

.products-container .product-item .photoframe .pp-wrap img,
.service-container .product-item .photoframe .pp-wrap img {
    width: 100%
}

.products-container .product-item .photoframe .pp-wrap .discount-stripe,
.service-container .product-item .photoframe .pp-wrap .discount-stripe {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
    background-color: var(--primary-color);
    height: 50px;
    width: 50px;
    padding: 2px 8px;
    color: #fff;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
    border-radius: 100%
}

.products-container .product-item .photoframe .pp-wrap .hot-stripe,
.products-container .product-item .photoframe .pp-wrap .new-stripe,
.products-container .product-item .photoframe .pp-wrap .sale-stripe,
.service-container .product-item .photoframe .pp-wrap .hot-stripe,
.service-container .product-item .photoframe .pp-wrap .new-stripe,
.service-container .product-item .photoframe .pp-wrap .sale-stripe {
    position: absolute;
    top: 6px;
    right: 6px;
    height: 30px;
    width: 50px;
    z-index: 1
}

.products-container .product-item .photoframe .pp-wrap .hot-stripe img,
.products-container .product-item .photoframe .pp-wrap .new-stripe img,
.products-container .product-item .photoframe .pp-wrap .sale-stripe img,
.service-container .product-item .photoframe .pp-wrap .hot-stripe img,
.service-container .product-item .photoframe .pp-wrap .new-stripe img,
.service-container .product-item .photoframe .pp-wrap .sale-stripe img {
    display: block;
    background: 0 0 !important;
    max-width: 100%;
    height: auto
}

.products-container .product-item .photoframe figcaption,
.service-container .product-item .photoframe figcaption {
    padding: 15px;
    text-align: center
}

.products-container .product-item .photoframe figcaption h2,
.service-container .product-item .photoframe figcaption h2 {
    display: block;
    margin-bottom: 8px;
    font-size: .938em;
    font-weight: 500
}

.products-container .product-item .photoframe figcaption p,
.service-container .product-item .photoframe figcaption p {
    margin-bottom: 5px
}

.products-container .product-item .photoframe figcaption p.summary,
.service-container .product-item .photoframe figcaption p.summary {
    display: none
}

.products-container .product-item .photoframe figcaption .price-original,
.service-container .product-item .photoframe figcaption .price-original {
    color: var(--gray-color);
    font-size: .875em;
    text-decoration: line-through
}

.products-container .product-item .photoframe figcaption .btn,
.service-container .product-item .photoframe figcaption .btn {
    margin-top: 10px
}

.products-container .product-item .photoframe .action-wrap,
.service-container .product-item .photoframe .action-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px
}

.products-container .product-item .photoframe .action-wrap [class^=func-],
.service-container .product-item .photoframe .action-wrap [class^=func-] {
    display: block;
    background-color: hsla(0, 0%, 100%, .25);
    height: 36px;
    width: 36px;
    margin-right: 5px;
    margin-left: 5px;
    color: var(--price-color);
    border: 1px solid var(--price-color);
    border-radius: 3px
}

.products-container .product-item .photoframe .action-wrap [class^=func-] i,
.service-container .product-item .photoframe .action-wrap [class^=func-] i {
    display: inline-block;
    height: 36px;
    width: 36px;
    padding: 8px;
    font-size: 1rem;
    vertical-align: middle
}

.products-container .product-item .photoframe .action-wrap [class^=func-]:hover,
.service-container .product-item .photoframe .action-wrap [class^=func-]:hover {
    background-color: var(--price-color);
    color: #fff
}

@media (min-width:992px) {
    .products-container .product-item .photoframe figcaption h2,
    .service-container .product-item .photoframe figcaption h2 {
        font-size: 1.125em
    }
}

.products-container .product-item.style-row,
.service-container .product-item.style-row {
    width: 100% !important;
    padding: 0
}

.products-container .product-item.style-row .photoframe,
.service-container .product-item.style-row .photoframe {
    max-width: 100% !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
    box-shadow: none
}

.products-container .product-item.style-row .photoframe .pp-wrap,
.service-container .product-item.style-row .photoframe .pp-wrap {
    flex-shrink: 0;
    width: 200px;
    margin-right: 15px;
    margin-bottom: 0
}

.products-container .product-item.style-row .photoframe figcaption,
.service-container .product-item.style-row .photoframe figcaption {
    flex-grow: 1;
    min-width: 0;
    text-align: left
}

.products-container .product-item.style-row .photoframe figcaption p.summary,
.service-container .product-item.style-row .photoframe figcaption p.summary {
    display: block;
    margin-top: 15px
}

.products-container.category-grid,
.service-container.category-grid {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0
}

.products-container.category-grid .product-item,
.service-container.category-grid .product-item {
    float: left;
    width: 100%;
    padding: 15px
}

@media (min-width:768px) {
    .products-container.category-grid .product-item,
    .service-container.category-grid .product-item {
        width: 33.3333333%
    }
}

@media (min-width:992px) {
    .products-container.category-grid .product-item,
    .service-container.category-grid .product-item {
        width: 33.3333333%
    }
}

.products-container.category-grid .product-item:hover .photoframe,
.service-container.category-grid .product-item:hover .photoframe {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

.products-container.related-grid,
.service-container.related-grid {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.products-container.related-grid .product-item,
.service-container.related-grid .product-item {
    float: none;
    width: 100%
}

.products-container.related-grid .product-item:hover .photoframe,
.service-container.related-grid .product-item:hover .photoframe {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

.d-carousel {
    position: relative
}

.d-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -50px;
    right: 34px;
    background-color: rgba(41, 47, 56, .1);
    height: 28px;
    width: 28px;
    border-radius: 4px
}

.d-carousel .owl-nav .owl-prev:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    line-height: 28px;
    content: "\F104";
    color: var(--base-color);
    font-family: Font Awesome\ 5 Free;
    font-size: 1.5em;
    font-weight: 900;
    text-align: center
}

@media (min-width:992px) {
    .d-carousel .owl-nav .owl-prev:before {
        font-size: 1.6em
    }
}

.d-carousel .owl-nav .owl-prev:hover {
    background-color: var(--primary-color);
    opacity: .85
}

.d-carousel .owl-nav .owl-prev:hover:before {
    color: #fff
}

.d-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    background-color: rgba(41, 47, 56, .1);
    height: 28px;
    width: 28px;
    border-radius: 4px
}

.d-carousel .owl-nav .owl-next:before {
    position: absolute;
    top: 0;
    left: 1px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    content: "\F105";
    color: var(--base-color);
    font-family: Font Awesome\ 5 Free;
    font-size: 1.5em;
    font-weight: 900;
    text-align: center
}

@media (min-width:992px) {
    .d-carousel .owl-nav .owl-next:before {
        font-size: 1.6em
    }
}

.d-carousel .owl-nav .owl-next:hover {
    background-color: var(--primary-color);
    opacity: .85
}

.d-carousel .owl-nav .owl-next:hover:before {
    color: #fff
}

.d-carousel .owl-nav .disabled {
    display: none
}

.d-carousel .owl-dots {
    text-align: center
}

.d-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.d-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.d-carousel .owl-dots .owl-dot.active span,
.d-carousel .owl-dots .owl-dot:hover span {
    background: var(--primary-color)
}

.blog-container .photoframe {
    position: relative;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .25)
}

@media (min-width:992px) {
    .blog-container .photoframe {
        width: 260px;
        margin-right: 20px;
        margin-bottom: 0;
        margin-left: 1px
    }
}

.blog-container .mini-post-content {
    padding: 5px 10px 5px 0
}

.blog-container .mini-post-content h4 {
    display: block;
    margin: 0 0 10px;
    font-size: .875em;
    font-weight: 700
}

.blog-container .mini-post-content p {
    margin-bottom: 10px;
    color: var(--gray-color);
    font-size: .75em
}

.blog-container .mini-post-content a {
    text-transform: uppercase
}

@media (min-width:992px) {
    .blog-container .mini-post-content h4 {
        font-size: 1.25em
    }
    .blog-container .mini-post-content p {
        font-size: .938em
    }
}

.blog-item .mini-post-content {
    clear: both
}

@media (min-width:992px) {
    .blog-item .mini-post-content {
        clear: inherit
    }
}

.testiomials-container blockquote {
    position: relative;
    background: #fff;
    margin: 8px 8px 25px;
    line-height: 1.55em;
    font-style: italic;
    padding: 20px 10px 15px 50px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1)
}

.testiomials-container blockquote:before {
    position: absolute;
    top: 26px;
    left: 19px;
    content: "\201C";
    width: 20px;
    color: var(--primary-color);
    font-size: 50px;
    font-weight: 700
}

.testiomials-container blockquote:after {
    position: absolute;
    bottom: -10px;
    left: 20px;
    content: "";
    background: url(../images/blockquote_arrow.png?d625184f4833d2dacffdd981e80c05da) no-repeat;
    height: 10px;
    width: 17px
}

.testiomials-container img {
    display: inline-block !important;
    width: 70px !important;
    margin-right: 15px
}

.testiomials-container h5 {
    display: block;
    margin: 0 0 5px;
    font-size: .875em;
    font-weight: 700
}

.testiomials-container p {
    margin-bottom: 10px;
    color: var(--gray-color);
    font-size: .75em
}

@media (min-width:992px) {
    .testiomials-container h5 {
        font-size: 1.25em
    }
    .testiomials-container p {
        font-size: .938em
    }
}

.brands-container img {
    margin-bottom: 15px
}

.widget>figcaption {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px
}

.widget>figcaption:before {
    right: 10px;
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    height: 1px
}

.widget>figcaption:after,
.widget>figcaption:before {
    position: absolute;
    content: "";
    background-color: #2d2d29
}

.widget>figcaption:after {
    right: 0;
    bottom: -6px;
    height: 12px;
    width: 12px;
    border-radius: 100%
}

.widget .widget-content {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px
}

.widget .widget-content legend {
    margin-bottom: 10px
}

.widget .widget-content legend .close-fieldset {
    display: none
}

.widget .widget-content legend:hover .close-fieldset {
    display: block
}

.widget .widget-content .categories-list li a {
    display: block;
    position: relative;
    padding: 8px 0;
    color: var(--base-color);
    font-size: 1em;
    font-weight: 700;
    border-bottom: 1px solid #ecf0f1
}

.widget .widget-content .categories-list li [data-toggle=collapse] {
    color: var(--primary-color)
}

.widget .widget-content .categories-list li [data-toggle=collapse]:before {
    position: absolute;
    top: 8px;
    right: 4px;
    bottom: 0;
    content: "\F107";
    color: var(--primary-color);
    font-family: Font Awesome\ 5 Free;
    font-size: 1em;
    font-weight: 700
}

.widget .widget-content .categories-list li [data-toggle=collapse].collapsed,
.widget .widget-content .categories-list li [data-toggle=collapse].collapsed:before {
    color: var(--base-color)
}

.widget .widget-content .categories-list li ul {
    padding-left: 20px
}

.widget .widget-content .categories-list li ul li a {
    font-weight: 400;
    color: var(--base-color)
}

.widget .widget-content .categories-list li ul li.active>a {
    color: var(--primary-color)
}

.widget .widget-content .tags-list a {
    margin-right: 5px;
    color: var(--gray-color)
}

.widget .button-reset {
    background-color: #fff;
    padding: 10px 0;
    font-size: .875rem;
    border-radius: 4px
}

.widget .button-reset i {
    margin-right: 5px
}

.view-as {
    display: none;
    margin-top: 10px;
    text-align: left
}

@media (min-width:768px) {
    .view-as {
        display: block;
        margin-top: 0;
        text-align: right
    }
}

.rating-list {
    margin-right: 10px
}

.rating-list li {
    color: #fc0
}

.rating-list li i {
    opacity: .4
}

.rating-list li.active i {
    opacity: 1
}

.rating-list li.active .empty {
    opacity: .4
}

.product-single {
    display: flex;
    flex-direction: column-reverse
}

@media (min-width:768px) {
    .product-single {
        flex-direction: row-reverse
    }
}

.product-single .product-single-preview img {
    width: 100%
}

.product-single .product-single-preview .discount-stripe {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background-color: var(--primary-color);
    height: 50px;
    width: 50px;
    padding: 2px 8px;
    color: #fff;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
    border-radius: 100%
}

.product-single .product-single-preview .hot-stripe,
.product-single .product-single-preview .new-stripe,
.product-single .product-single-preview .sale-stripe {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 50px;
    z-index: 1
}

.product-single .product-single-preview .hot-stripe img,
.product-single .product-single-preview .new-stripe img,
.product-single .product-single-preview .sale-stripe img {
    display: block;
    background: 0 0 !important;
    max-width: 100%;
    height: auto
}

@media (min-width:768px) {
    .product-single .photoframe {
        flex-shrink: 0;
        width: 45%
    }
}

.product-single .photoframe .qv-preview {
    width: 100%;
    margin-bottom: 15px;
    border: 3px solid #eee
}

.product-single .photoframe .qv-preview a {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    background-color: rgba(0, 0, 0, .35);
    height: 36px;
    width: 36px;
    padding: 6px 10px;
    color: #fff;
    font-size: 1.125rem;
    border-radius: 4px
}

.product-single .photoframe .qv-carousel-wrap {
    padding-right: 35px;
    padding-left: 35px
}

.product-single .photoframe .qv-carousel-wrap .d-carousel .owl-nav .owl-prev {
    background-color: transparent;
    top: 50%;
    right: inherit;
    left: -35px;
    margin-top: -14px
}

.product-single .photoframe .qv-carousel-wrap .d-carousel .owl-nav .owl-next {
    background-color: transparent;
    top: 50%;
    left: inherit;
    right: -35px;
    margin-top: -14px
}

@media (min-width:768px) {
    .product-single .descframe {
        flex-grow: 1;
        min-width: 0;
        padding-left: 30px
    }
}

.product-single .descframe h1 {
    display: block;
    margin-bottom: 10px;
    font-size: 1.857em;
    font-weight: 700
}

.product-single .descframe .rating-container {
    margin-bottom: 10px
}

.product-single .descframe .description-table {
    margin: 10px 0
}

.product-single .descframe .description-table tr td {
    padding: 5px 0;
    color: var(--gray-color);
    font-size: .938em
}

.product-single .descframe .description-table tr td:first-child {
    min-width: 108px
}

.product-single .descframe .status {
    background-color: var(--primary-color);
    padding: 2px 10px;
    color: #fff
}

.product-single .descframe .btn-order {
    width: 100%
}

@media (min-width:768px) {
    .product-single .descframe .btn-order {
        width: auto
    }
}

.quantity {
    position: relative;
    border-radius: 3px;
    overflow: hidden
}

.quantity button {
    position: relative;
    height: 36px;
    width: 36px;
    z-index: 1
}

.quantity button:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #ecf0f1;
    height: 36px;
    width: 36px
}

.quantity button:after {
    position: absolute;
    top: 17px;
    right: 16px;
    bottom: 0;
    content: "";
    background-color: var(--base-color);
    height: 1px;
    width: 8px
}

.quantity button.up:after {
    position: absolute;
    top: 14px;
    right: 14px;
    bottom: 0;
    content: "";
    background: transparent url(../images/plusminus.png?e17c572e0c86f15c5b8973ffe0bfabbd);
    height: 9px;
    width: 9px
}

.quantity button:hover:before {
    background-color: #e0e4e5
}

.quantity input {
    width: 54px;
    height: 36px;
    text-align: right;
    border-radius: 0;
    border-color: #e0e4e5;
    border-radius: 0 !important
}

.tabs .tabs-nav li {
    float: left;
    margin-right: 5px
}

.tabs .tabs-nav li:last-child {
    margin-right: 0
}

.tabs .tabs-nav li a {
    display: block;
    position: relative;
    background-color: #ededed;
    padding: 12px 20px;
    border: 1px solid #d9d9d9;
    border-bottom: none;
    color: var(--base-color);
    font-size: 1.125em
}

.tabs .tabs-nav li a:after {
    position: absolute;
    top: 0;
    right: -1px;
    left: -1px;
    content: "";
    background-color: grey;
    height: 3px;
    width: auto
}

.tabs .tabs-nav li.active a {
    background-color: #fff;
    color: var(--primary-color);
    font-weight: 500
}

.tabs .tabs-nav li.active a:before {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    content: "";
    background-color: #fff;
    height: 1px;
    width: 100%
}

.tabs .tabs-nav li.active a:after {
    background-color: var(--primary-color)
}

.tabs .tabs-content {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #d9d9d9
}

.tabs .tabs-content p {
    margin-bottom: 20px;
    color: var(--base-color)
}

.map-container {
    position: relative;
    z-index: 1;
    background: #fff;
    width: 100%;
    height: 0;
    padding-bottom: 85%
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.c-info-list i {
    position: relative;
    top: 3px
}

.c-info-list .contact-e {
    display: block;
    padding-left: 25px;
    color: var(--gray-color)
}

.comment-form ul li,
.contact-form ul li {
    margin-bottom: 15px
}

.comment-form ul li:last-child,
.contact-form ul li:last-child {
    margin-bottom: 0
}

.comment-form ul li label,
.contact-form ul li label {
    margin-bottom: 5px;
    color: var(--gray-color)
}

.comment-form ul li textarea,
.contact-form ul li textarea {
    display: block;
    min-height: 120px
}

.half-column {
    float: none;
    margin-bottom: 15px
}

.half-column:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .half-column {
        float: left;
        width: 50%;
        margin-bottom: 0;
        padding: 0 0 0 15px
    }
    .half-column:first-child {
        padding: 0 15px 0 0
    }
}

article h4 {
    display: block;
    margin-bottom: 10px;
    font-size: 1.125em;
    line-height: 1em
}

article p,
article ul li {
    color: var(--gray-color)
}

article.article-detail p {
    margin-bottom: 20px
}

.related-article ul li a {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
    color: #636263;
    font-size: 1rem
}

.related-article ul li a:before {
    position: absolute;
    top: 7px;
    left: 3px;
    content: "";
    background-color: #636263;
    height: 5px;
    width: 5px;
    border-radius: 100%
}

.comment-container .comment-wrap img {
    height: 50px;
    width: 50px
}

.comment-container .comment-wrap .author {
    color: var(--gray-color)
}

.comment-container .comment-wrap .comment-content-wrap {
    margin-left: 65px
}

.comment-container .comment-wrap .comment-content-wrap .comment {
    background-color: #efefef;
    padding: 15px;
    color: var(--gray-color)
}

.comment-form {
    background-color: #fff
}

.comment-form .btn-primary {
    min-width: 120px
}

.table-responsive {
    overflow-x: auto
}

.table-responsive table {
    margin-right: 1px;
    margin-left: 1px
}

.table-responsive table td,
.table-responsive table th {
    min-width: 180px
}

@media (min-width:768px) {
    .table-responsive table {
        margin-right: 0;
        margin-left: 0
    }
    .table-responsive table td,
    .table-responsive table th {
        min-width: auto
    }
}

[class*=table-type-] {
    background-color: #fff;
    border: 1px solid #e5e5e5
}

[class*=table-type-] th {
    text-align: left
}

[class*=table-type-] td,
[class*=table-type-] th {
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    color: var(--gray-color);
    font-size: .875rem
}

[class*=table-type-] td:first-child,
[class*=table-type-] th:first-child {
    border-left: none
}

[class*=table-type-] td:last-child,
[class*=table-type-] th:last-child {
    border-right: none
}

.bs-inner-offsets {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #e5e5e5
}

.bs-inner-offsets p {
    margin-bottom: 10px
}

.block-select {
    padding-left: 32px;
    cursor: pointer
}

.block-select img {
    float: none
}

@media (min-width:768px) {
    .block-select img {
        float: left
    }
}

.notes {
    height: 140px
}

.cart-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto 30px
}

.cart-wrap span.heading {
    margin-bottom: 20px;
    text-transform: uppercase
}

.cart-wrap span.heading:before {
    display: none
}

.cart-wrap .btn-wrap .btn-primary {
    width: 100%
}

@media (min-width:768px) {
    .cart-wrap {
        margin: 30px auto 60px
    }
    .cart-wrap span.heading {
        font-size: 1.625em
    }
    .cart-wrap .btn-wrap .btn-primary {
        width: auto
    }
}

.product-summary {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.product-summary .img {
    flex-shrink: 0;
    height: auto;
    width: 66px;
    border: 1px solid var(--border-color)
}

.product-summary .description {
    flex-grow: 1;
    min-width: 0;
    margin-left: 8px
}

.table-cart span.title-cart {
    display: block;
    margin-bottom: 15px;
    color: var(--base-color);
    font-size: 1em
}

.table-cart span.title-cart strong {
    font-size: 1.5rem;
    font-weight: 500
}

@media (min-width:992px) {
    .table-cart span.title-cart {
        font-size: 1.25em
    }
}

.table-cart table {
    table-layout: fixed;
    border-collapse: inherit
}

.table-cart table td,
.table-cart table th {
    padding: 9px 10px;
    display: block;
    width: 100%
}

.table-cart table th {
    display: none;
    color: var(--dark-color);
    font-size: 1em;
    text-transform: uppercase;
    text-align: center
}

.table-cart table td {
    border: none;
    border-bottom: 1px solid var(--border-color)
}

@media (min-width:768px) {
    .table-cart table {
        table-layout: inherit;
        border-collapse: collapse
    }
    .table-cart table td,
    .table-cart table th {
        display: table-cell;
        width: auto;
        border: 1px solid var(--border-color)
    }
}

.payment-method {
    margin-bottom: 30px;
    border: 1px solid var(--border-color);
    border-bottom: none
}

.payment-method input[type=checkbox]+label,
.payment-method input[type=radio]+label {
    width: 100%;
    margin-bottom: 0;
    padding: 20px;
    border-bottom: 1px solid var(--border-color)
}

.payment-method input[type=checkbox]+label em,
.payment-method input[type=radio]+label em {
    display: block;
    margin-top: 8px;
    margin-left: 32px;
    color: var(--gray-color);
    font-size: .875em
}

.payment-method input[type=checkbox]+label:after,
.payment-method input[type=radio]+label:after {
    top: 20px;
    left: 24px;
    font-size: .75rem
}

.block-cart {
    position: relative;
    background-color: #f2f2f2;
    padding: 20px;
    border: 1px solid var(--border-color)
}

.block-cart span.title-block-cart {
    display: block;
    margin-bottom: 15px;
    color: var(--base-color);
    font-size: 1.25em;
    font-weight: 500;
    text-transform: uppercase
}

.block-cart a.func-edit {
    position: absolute;
    top: 24px;
    right: 10px;
    color: var(--primary-color);
    font-size: 1em
}

.block-cart p.row-bc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px
}

.block-cart p.row-bc span.label {
    flex-shrink: 0;
    width: 40%;
    color: var(--base-color);
    font-size: 1em
}

.block-cart p.row-bc span.ctn {
    flex-grow: 1;
    min-width: 0;
    margin-left: 10px;
    color: var(--base-color);
    font-size: 1em;
    text-align: right
}

.block-cart p.row-bc.is-total {
    padding-top: 15px;
    border-top: 1px solid var(--border-color)
}

.block-cart p.row-bc.is-total span.ctn,
.block-cart p.row-bc.is-total span.label {
    font-size: 1.25em
}

.block-cart p.row-bc.is-total span.label em {
    display: block;
    font-style: normal;
    font-size: .813rem
}

.block-cart p.row-bc.is-code input {
    background-color: #fff
}

.block-cart p.row-bc.is-code .btn {
    width: auto;
    margin-left: 10px
}

.block-cart p.row-bc:last-child {
    margin-bottom: 0
}

.block-cart .btn {
    width: 100%
}

.clearfix:after {
    content: " ";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.btn,
input[type=checkbox]+label,
input[type=radio]+label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn {
    text-align: center
}

.btn,
footer .newsletter-container form .input-wrap .btn,
footer .newsletter-container form .input-wrap input {
    border-radius: 2px
}

.wrap-select,
input:not([type=checkbox]),
input:not([type=radio]),
input:not([type=submit]),
select,
textarea {
    border-radius: 4px
}

header .sub-menu-mega {
    border-radius: 8px
}

.avatar,
.avatar-img {
    border-radius: 100%
}

header .language-button .dropdown-list {
    box-shadow: 0 2px 8px rgba(31, 45, 61, .05)
}

.avatar-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.d-carousel .owl-nav .owl-next,
.d-carousel .owl-nav .owl-prev,
.hero-wrap .owl-nav .owl-next,
.hero-wrap .owl-nav .owl-prev,
.horizontal-list.data-filter li a:before,
.photoframe,
.photoframe .pp-wrap .layer-action,
header .searchform-wrap.opened,
header .sub-menu-mega,
header .sub-menu-wrap,
header .sub-menu-wrap li .sub-menu-wrap-more {
    transition: all .4s ease
}

.scroll-to-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 2000;
    background-color: var(--primary-color);
    height: 50px;
    width: 50px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    transition: transform(.3s), transform(.3s);
    transition: transform(.3s);
    overflow: hidden;
    border-radius: 5px
}

.scroll-to-top:after,
.scroll-to-top:before {
    position: absolute;
    top: 15px;
    content: "";
    display: block;
    background-color: #fff;
    height: 18px;
    width: 3px
}

.scroll-to-top:before {
    transform: rotate(-45deg);
    left: 29px
}

.scroll-to-top:after {
    transform: rotate(45deg);
    right: 29px
}

.scroll-to-top:focus {
    outline: 0
}

footer {
    display: flex;
    flex-direction: column;
    background-color: var(--footer-bg-color);
    height: auto;
    width: 100%
}

footer,
footer .social-icons li a,
footer a {
    color: var(--footer-txt-color)
}

footer span.heading {
    display: block;
    margin-bottom: 20px;
    color: var(--footer-title-color);
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1em
}

footer .newsletter-container {
    order: -2;
    position: relative;
    background-color: #eeebf1;
    min-height: 220px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden
}

footer .newsletter-container img {
    position: absolute;
    bottom: -10px;
    left: -100px;
    height: 100px;
    width: 190px
}

footer .newsletter-container form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto
}

footer .newsletter-container form h5 {
    display: block;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-size: 1.125em;
    font-weight: 700
}

footer .newsletter-container form span.label-newsletter {
    display: block;
    margin-bottom: 15px;
    color: var(--base-color);
    font-size: .813rem
}

footer .newsletter-container form .input-wrap {
    max-width: 75%;
    margin: 0 auto;
    text-align: center
}

footer .newsletter-container form .input-wrap input {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 12px 15px
}

footer .newsletter-container form .input-wrap .btn {
    background-color: var(--primary-color);
    padding-right: 30px;
    padding-left: 30px;
    color: #fff
}

@media (min-width:992px) {
    footer .newsletter-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0
    }
    footer .newsletter-container img {
        display: block;
        position: static;
        height: auto;
        width: auto;
        margin-left: 80px
    }
    footer .newsletter-container form {
        justify-content: flex-start;
        max-width: calc(100% - 200px);
        margin: 0;
        padding-left: 30px
    }
    footer .newsletter-container form h5 {
        font-size: 1.5em
    }
    footer .newsletter-container form span.label-newsletter {
        font-size: .938rem
    }
    footer .newsletter-container form .input-wrap {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        max-width: 100%
    }
    footer .newsletter-container form .input-wrap input {
        margin-right: 10px;
        margin-bottom: 0
    }
    footer .newsletter-container form .btn {
        width: auto
    }
}

footer .footer-top-part {
    width: 100%;
    padding: 30px 0;
    font-size: .875em
}

footer .footer-top-part .info-container {
    background: url(../images/bg_footer.png?4f5acc2797cd0acd1c955935f593683e) 0 0 no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 15px 20px;
    border-radius: 10px
}

footer .footer-top-part .info-container h1 {
    color: var(--primary-color);
    font-size: 1.125rem;
    font-weight: 700
}

footer .footer-top-part .info-container p {
    font-size: .813rem
}

@media (min-width:992px) {
    footer .footer-top-part .info-container {
        max-width: 80%;
        padding: 30px 40px
    }
    footer .footer-top-part .info-container p {
        font-size: .938rem
    }
}

footer .footer-middle-part {
    order: -1;
    width: 100%;
    padding: 40px 0 0;
    font-size: .875em
}

footer .footer-middle-part .img-logo {
    display: block;
    max-width: 270px;
    margin-bottom: 30px
}

footer .footer-middle-part [class*=col-] {
    margin-bottom: 35px
}

footer .footer-middle-part [class*=col-]:last-child {
    margin-bottom: 0
}

@media (min-width:992px) {
    footer .footer-middle-part [class*=col-] {
        margin-bottom: 0
    }
}

footer .footer-middle-part p {
    margin-bottom: 10px
}

footer .footer-middle-part .email {
    text-decoration: underline
}

@media (min-width:992px) {
    footer .footer-middle-part {
        font-size: 1em
    }
    footer .footer-middle-part .social-icons {
        margin-left: -8px
    }
    footer .footer-middle-part .social-icons li {
        margin-right: 8px;
        margin-bottom: 8px
    }
}

footer .footer-bottom-part {
    order: 3;
    background-color: var(--footer-bgsub-color);
    width: 100%;
    padding: 12px 0;
    color: var(--footer-txtsub-color);
    font-size: .875em
}

footer .footer-bottom-part img {
    margin-left: 5px
}

footer .footer-bottom-part p {
    margin-bottom: 10px
}

footer .footer-bottom-part p a {
    font-weight: 500
}

footer .footer-bottom-part .cpr {
    margin-bottom: 20px;
    text-align: center;
    font-size: .875em
}

@media (min-width:992px) {
    footer .footer-bottom-part .cpr {
        float: left;
        margin-bottom: 0;
        text-align: left;
        font-size: 1em
    }
}

footer .footer-bottom-part ul {
    text-align: center
}

footer .footer-bottom-part ul li {
    display: inline-block;
    float: none
}

@media (min-width:992px) {
    footer .footer-bottom-part ul {
        float: right;
        text-align: right
    }
}

@media (min-width:992px) {
    footer .footer-bottom-part {
        font-size: 1em
    }
}

header {
    position: relative;
    z-index: 3;
    background: url(../images/img_vector.png?85c5bc2d3c8ae81a5ee1b1f1b8593666) 0 0 no-repeat;
    height: auto;
    width: 100%
}

header .h-top-part {
    background-color: var(--header-bgsub-color);
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

header .h-top-part a:hover {
    color: #fff
}

@media (min-width:992px) {
    header .h-top-part {
        display: block;
        padding: 4px 0
    }
}

header .h-bot-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: var(--header-bg-color)
}

header .h-bot-part .logo {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px
}

header .h-bot-part .logo img {
    display: block;
    max-width: 180px;
    height: auto;
    max-height: 50px;
    margin: 0 auto
}

header .h-bot-part:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: var(--primary-color);
    height: 44px
}

@media (min-width:992px) {
    header .h-bot-part {
        height: 120px
    }
    header .h-bot-part .logo {
        position: static;
        width: auto;
        margin-bottom: 0
    }
    header .h-bot-part .logo img {
        max-width: 210px;
        height: auto;
        max-height: 90px
    }
    header .h-bot-part:before {
        display: none
    }
}

header .menu-wrap {
    display: none;
    position: relative
}

@media (min-width:992px) {
    header .menu-wrap {
        display: flex;
        align-items: center;
        height: 100%
    }
}

header .users-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    vertical-align: middle
}

header .users-nav li {
    position: relative
}

header .users-nav li a {
    display: block;
    padding: 7px 8px
}

header .users-nav li:first-child:before {
    display: none
}

header .users-nav li:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    background-color: hsla(0, 0%, 100%, .5);
    width: 1px;
    height: 10px;
    margin-top: -5px
}

header .main-menu {
    position: relative;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center
}

header .main-menu>li>a {
    display: block;
    padding: 10px 15px;
    color: var(--menu-txt-color);
    text-transform: uppercase;
    border-radius: 30px
}

header .main-menu>li>a i {
    margin-left: 5px
}

header .main-menu>li.current>a {
    border: 1px solid var(--menu-txt-active-color)
}

header .main-menu>li.current:hover>a,
header .main-menu>li.current>a {
    color: var(--menu-txt-active-color)
}

header .main-menu>li:hover>a {
    opacity: .85
}

header .main-menu>li:hover .sub-menu-mega,
header .main-menu>li:hover .sub-menu-wrap {
    top: -6px;
    opacity: 1;
    visibility: visible
}

header .sub-menu-wrap {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 20;
    background-color: var(--primary-color);
    width: 200px;
    margin-top: 10px;
    padding: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    transform: translateY(35px);
    opacity: 0;
    visibility: hidden
}

header .sub-menu-wrap li {
    position: relative
}

header .sub-menu-wrap li a {
    display: block;
    padding: 8px 20px;
    color: var(--menu-txt-color)
}

header .sub-menu-wrap li.current>a,
header .sub-menu-wrap li:hover>a {
    background-color: rgba(0, 0, 0, .15);
    color: var(--menu-txt-color)
}

header .sub-menu-wrap li .sub-menu-wrap-more {
    position: absolute;
    top: 0;
    left: 200px;
    background-color: var(--primary-color);
    width: 200px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden
}

header .sub-menu-wrap li:hover>.sub-menu-wrap-more {
    opacity: 1;
    visibility: visible
}

header .sub-menu-mega {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    z-index: 20;
    background-color: var(--primary-color);
    width: 100%;
    margin-top: 10px;
    padding: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    transform: translateY(35px);
    opacity: 0;
    visibility: hidden
}

header .sub-menu-mega .nav-column {
    padding: 10px 20px 20px
}

header .sub-menu-mega .nav-column .title-mega {
    display: block;
    margin-top: 15px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: var(--menu-txt-color);
    font-size: 1.125em;
    font-weight: 700;
    border-bottom: 1px solid hsla(0, 0%, 100%, .25)
}

header .sub-menu-mega .nav-column .title-mega a {
    color: var(--menu-txt-color)
}

header .sub-menu-mega .nav-column li {
    position: relative
}

header .sub-menu-mega .nav-column li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: var(--menu-txt-color)
}

header .sub-menu-mega .nav-column li.current>a,
header .sub-menu-mega .nav-column li:hover>a {
    opacity: .85
}

header .info-more {
    height: 31px
}

header .info-more,
header .language-button {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

header .language-button {
    position: relative;
    z-index: 1;
    float: left
}

header .language-button a.current {
    flex-shrink: 0;
    margin-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px
}

header .language-button a.current:hover {
    opacity: .85
}

header .language-button a.current i {
    margin-left: 5px
}

header .language-button .dropdown-list {
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #fafafa;
    width: 140px;
    border: 5px solid #fff;
    border-radius: 4px
}

header .language-button .dropdown-list:before {
    position: absolute;
    top: -6px;
    right: 10px;
    content: "";
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid transparent;
    border-top: 0 solid transparent;
    border-top-color: var(--sub-color)
}

header .language-button .dropdown-list li a {
    display: block;
    width: 100%;
    padding: 5px 16px 6px;
    color: var(--base-color);
    font-size: .875em;
    border-bottom: 1px solid #fff
}

header .language-button .dropdown-list li a span {
    display: inline-block;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle
}

header .language-button .dropdown-list li a:hover {
    background-color: var(--primary-color);
    color: #fff
}

header .language-button .dropdown-list li:first-child a {
    border-radius: 4px 4px 0 0
}

header .language-button .dropdown-list li:last-child a {
    border-radius: 0 0 4px 4px
}

header .language-button .dropdown-list {
    opacity: 0;
    transition: all .25s ease;
    visibility: hidden;
    transform: scale(.2)
}

header .language-button:hover .dropdown-list {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translate(0)
}

header .language-button img {
    margin-top: -1px
}

header .language-button span {
    display: none;
    margin-left: 10px
}

@media (min-width:992px) {
    header .language-button span {
        display: inline-block
    }
}

header .searchform-wrap {
    position: absolute;
    top: 127px;
    left: 0;
    z-index: 101;
    background-color: #fafafa;
    height: auto;
    width: 100%;
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden
}

header .searchform-wrap.opened {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

header .searchform-wrap.opened form input {
    width: 100%;
    height: 40px;
    padding: 9px 0;
    color: var(--gray-color);
    outline: 0;
    border: none;
    resize: none
}

header .searchform-wrap .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 59px
}

header .searchform-wrap .container form {
    flex-grow: 1;
    min-width: 0;
    margin-right: 15px
}

header .searchform-wrap .container .wrap-select {
    flex-shrink: 0;
    background-color: #ececec;
    width: 150px;
    border: none
}

header .searchform-wrap .close-search-form {
    background-color: transparent;
    height: 59px;
    width: 59px;
    padding: 18px 24px;
    color: var(--base-color);
    font-size: 1.125em
}

@media (min-width:992px) {
    header .searchform-wrap {
        top: 110px
    }
}

header .site-settings {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: var(--primary-color);
    height: 100%
}

header .site-settings li {
    z-index: 190
}

header .site-settings li .dropdown-list,
header .site-settings li .shopping-cart {
    opacity: 0;
    transition: all .25s ease;
    visibility: hidden
}

header .site-settings li:hover .dropdown-list,
header .site-settings li:hover .shopping-cart {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translate(0)
}

header .site-settings li.search-button-wrap {
    position: relative
}

header .site-settings li.search-button-wrap a.search-button {
    float: left;
    height: 44px;
    padding: 11px 13px;
    color: #fff;
    border-radius: 4px
}

header .site-settings li.search-button-wrap a.search-button:hover {
    opacity: .85
}

header .site-settings li.shopping-button {
    position: relative
}

header .site-settings li.shopping-button a.current {
    float: left;
    height: 44px;
    color: #fff;
    padding: 11px 13px;
    border-radius: 4px
}

header .site-settings li.shopping-button a.current:hover {
    opacity: .85
}

header .site-settings li.shopping-button a.current .count {
    position: absolute;
    top: -4px;
    right: -10px;
    background-color: rgba(0, 0, 0, .5);
    height: 18px;
    width: 18px;
    line-height: 18px;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    text-align: center;
    border-radius: 100%
}

header .site-settings li.shopping-button a.current b {
    display: none;
    margin-left: 10px
}

@media (min-width:992px) {
    header .site-settings li.shopping-button a.current b {
        display: inline-block
    }
}

header .site-settings li.shopping-button a.current i {
    position: relative;
    top: -1px
}

header .site-settings li.shopping-button .shopping-cart {
    position: absolute;
    top: 40px;
    right: 0;
    background-color: #fff;
    min-width: 302px;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

header .site-settings li.shopping-button .shopping-cart:before {
    position: absolute;
    top: -6px;
    right: 18px;
    content: "";
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 0 solid transparent;
    border-bottom: 6px solid transparent;
    border-bottom-color: var(--light-color)
}

header .site-settings li.shopping-button .shopping-cart .sc-header {
    padding: 12px 15px 9px
}

header .site-settings li.shopping-button .shopping-cart .products-list li {
    padding: 15px;
    line-height: 1.2em;
    border-top: 1px solid #ecf0f1
}

header .site-settings li.shopping-button .shopping-cart .products-list li img {
    height: 60px;
    width: 60px;
    margin-right: 10px
}

header .site-settings li.shopping-button .shopping-cart .products-list li .product-description {
    width: 200px
}

header .site-settings li.shopping-button .shopping-cart .products-list li .product-description a {
    margin-bottom: 5px
}

header .site-settings li.shopping-button .shopping-cart .products-list li .close-product {
    display: inline-block;
    color: var(--base-color);
    margin-top: 20px;
    padding: 10px
}

header .site-settings li.shopping-button .shopping-cart .total-price {
    background-color: #ecf0f1;
    padding: 12px 20px;
    line-height: 1.2em
}

header .site-settings li.shopping-button .shopping-cart .total-price li {
    margin-bottom: 10px
}

header .site-settings li.shopping-button .shopping-cart .sc-footer {
    padding: 14px 15px 20px
}

header .site-settings li.shopping-button .shopping-cart .sc-footer .btn {
    min-width: 115px;
    margin: 0 5px
}

@media (min-width:992px) {
    header .site-settings li.shopping-button .shopping-cart {
        min-width: 380px
    }
    header .site-settings li.shopping-button .shopping-cart .products-list li .product-description {
        width: 160px
    }
    header .site-settings li.shopping-button .shopping-cart .sc-footer .btn {
        min-width: 130px
    }
}

@media (min-width:992px) {
    header .site-settings {
        background: 0 0;
        text-align: left;
        margin-right: 0
    }
    header .site-settings li.search-button-wrap a.search-button {
        height: 38px;
        padding: 9px 13px
    }
    header .site-settings li.shopping-button {
        position: relative
    }
    header .site-settings li.shopping-button a.current {
        height: 38px;
        padding: 9px 16px
    }
}

.default-form .form-row {
    margin-bottom: 15px
}

.default-form .form-row label {
    display: block;
    margin-bottom: 8px;
    color: var(--base-color);
    font-size: .875em
}

.default-form .form-row label i.hl {
    color: #fc4a4a;
    font-size: 1rem;
    font-weight: 500
}

.default-form .form-row label.radio-label {
    display: inline-block
}

.default-form .form-row input.is-error {
    border-color: #fc4a4a
}

.default-form .form-row textarea {
    min-height: 100px;
    resize: none
}

.default-form .form-row em.error {
    color: #fc4a4a;
    font-size: .875rem
}

.default-form .form-button .btn {
    min-width: 130px;
    margin: 0 8px 10px
}

.default-form .legacy-form-row {
    margin-bottom: 15px;
    font-size: .875em
}

.default-form .legacy-form-row:after {
    clear: both;
    content: "";
    display: block
}

.default-form a.a-link {
    color: var(--primary-color)
}

.default-form a.a-link:hover {
    opacity: .85
}

@media (min-width:768px) {
    .default-form .form-row label,
    .default-form .legacy-form-row {
        font-size: 1em
    }
    .default-form .form-button .btn {
        min-width: 180px
    }
}

body {
    font-size: 16px
}

.widget-text_editor .btn {
    padding: .375rem .75rem;
    box-shadow: none;
    border: 1px solid transparent
}

.contact-address-e,
.contact-e {
    white-space: pre-wrap
}

.widget-text_editor .btn:hover {
    opacity: .5
}

.widget-text_editor .btn-default {
    color: #000 !important
}

.widget-text_editor .btn-danger,
.widget-text_editor .btn-dark,
.widget-text_editor .btn-info,
.widget-text_editor .btn-primary,
.widget-text_editor .btn-secondary,
.widget-text_editor .btn-success,
.widget-text_editor .btn-warning {
    color: #fff !important
}

.widget-text_editor .btn-link {
    color: #007bff !important;
    border-color: transparent
}

.widget-text_editor .btn-primary {
    background: #007bff !important
}

.widget-text_editor .btn-default {
    background: #fff !important;
    border-color: #ccc
}

.widget-text_editor .btn-success {
    background-color: #28a745
}

.widget-text_editor .btn-info {
    background-color: #17a2b8
}

.widget-text_editor .btn-warning {
    background-color: #ffc107
}

.widget-text_editor .btn-danger {
    background-color: #fc4a4a
}

header .main-menu>li>a {
    font-size: 90%
}

.project-layout {
    position: relative;
    overflow: hidden;
    background-color: unset
}

.status.status-error {
    background-color: #fc4a4a
}

.checkout_thankyou .wb-tks-title {
    font-size: 50px
}

.checkout_thankyou .wb-back-to-home {
    font-size: 20px
}

.project-layout .page-content:has(.is-checkout-page) {
    min-height: unset
}

.wb-grey {
    background: #fafafa
}

.wb-border {
    border: 1px solid #e5e5e5
}

.wb-bt {
    border-bottom: 1px solid #e5e5e5
}

.edit_payment label {
    width: 100%
}

.ck_editor_content img {
    height: auto !important
}

.comment-box .comment-head span.wb-color-rating-active,
.wb-color-rating-active {
    color: #ffc120
}

.comment-box .comment-head span.wb-color-rating,
.wb-color-rating {
    color: #b8b8b8
}

.comment-success {
    display: inline-block;
    margin-left: 10px;
    color: green;
    line-height: 38px
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.wb-tks-title {
    color: #45bf61
}

.wb-text50 {
    font-size: 50px !important
}

.wb-text30 {
    font-size: 30px !important
}

.wb-back-to-home {
    color: #337ab7
}

.wb-text20 {
    font-size: 20px !important
}

#galleryPage #paginationBox {
    padding-bottom: 20px
}

.pull-right {
    float: right !important
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

#wbFastOrderBox {
    margin-bottom: 10px
}

.service-icon i {
    color: var(--primary-color)
}

.widget-post .service-container .grid,
.widget-post_category .service-container .grid {
    padding-top: 25px
}

.widget-post .service-container .grid-0,
.widget-post_category .service-container .grid-0 {
    padding-top: 0
}

footer .newsletter-container form {
    max-width: 100%;
    padding-left: 0
}

.footer-bottom-part .widget-text_editor {
    float: left;
    margin-bottom: 0;
    text-align: left;
    font-size: 1em
}

.footer-bottom-part .widget-text_editor p {
    margin-bottom: 0
}

footer .footer-bottom-part img {
    height: 24px;
    background: #fff
}

input.detail-qty {
    text-align: center
}

button.btn.btn--l {
    padding-top: 11.5px;
    padding-bottom: 11.5px
}

header .language-button span {
    display: initial
}

header .currency-button {
    margin-left: 0
}

.quantity input {
    text-align: center
}

.homepage .page-content {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0
}

.project-layout .page-content>.hero-wrap .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0
}

.page-content .widget-content .product-item {
    margin-bottom: 15px
}

.page-content .widget-content .product-item:last-child {
    margin-bottom: 0
}

.homepage .page-content .heading-group h2 {
    line-height: .8
}

.homepage .page-content .project-layout .newsletter-container,
.homepage .page-content .widget>div {
    padding: 45px 0
}

.homepage .page-content .widget-content .product-item {
    margin-bottom: 15px
}

.homepage .page-content .widget .widget-slider {
    padding: 0
}

.homepage .page-content .widget .block-wrapper>div {
    margin: 0
}

.homepage .page-content .widget form button.btn.btn--l,
.homepage .page-content .widget form center .form-group {
    margin-bottom: 0
}

.widget .widget-content:last-child {
    padding-bottom: 0
}

footer .newsletter-container {
    min-height: unset;
    padding-top: 45px;
    padding-bottom: 45px
}

.social-icons li a .fa-fzalo-oa path {
    fill: var(--footer-txt-color)
}

.zalo-icon .fa-fzalo-oa svg {
    width: 26px;
    vertical-align: top
}

.zalo-icon .fa-fzalo-oa path {
    fill: var(--base-color) !important
}

footer .footer-middle-part {
    padding: 40px 0
}

footer .footer-top-part {
    padding: 0 0 40px
}

footer .footer-top-part .info-container {
    background: 0 0
}

header .language-button a.color-light-2 {
    margin-right: 20px
}

.products-container .product-item .photoframe .action-wrap [class^=func-] {
    width: auto;
    padding: 8px
}

.products-container .product-item .photoframe .action-wrap [class^=func-] i {
    width: auto;
    padding: 0
}

footer.footer .footer-middle-part .social-icons {
    margin-left: -15px
}

header .info-more {
    padding: 6px 0;
    height: unset;
    display: inline-block
}

.article-detail h1 {
    font-size: 1.4em
}

.page-content .heading-group h2 {
    font-size: 1.3em
}

.product-sidebar-filters.open .product-filters h3 {
    color: var(--primary-color)
}

.products-container.category-grid {
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width:767px) {
    .youtube-container iframe {
        height: auto !important
    }
    header .language-button .dropdown-list li a {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media (min-width:992px) {
    footer .footer-top-part .info-container {
        max-width: unset;
        padding: 0
    }
    .article-detail h1 {
        font-size: 1.8em
    }
    .page-content .heading-group h2 {
        font-size: 1.7em
    }
}

@media (max-width:991px) {
    header .language-button {
        z-index: 13
    }
    .slidebar-container ul li ul {
        padding: 0
    }
    .blog-item .photoframe {
        width: 100%;
        text-align: center;
        margin-right: 0
    }
    .slidebar-container ul li.active a {
        color: var(--menu-txt-active-color)
    }
    .product-sidebar-filters .product-filters {
        padding: 0 15px 15px
    }
}

@media (max-width:767px) {
    .products-container .product-item .f-size-ex-large,
    .products-container .product-item .photoframe .pp-wrap .discount-stripe,
    .products-container .product-item .wrap-two-lines,
    .products-container .product-item figcaption .summary {
        font-size: 13px !important
    }
    .products-container .product-item .photoframe .pp-wrap .discount-stripe {
        height: 40px;
        width: 40px;
        padding: 2px;
        line-height: 37px
    }
    .products-container.category-grid,
    .widget-product .products-container .row,
    .widget-product_category .products-container .row {
        margin-right: -7px;
        margin-left: -7px
    }
    .products-container.category-grid .product-item,
    .widget-product .products-container .row>div,
    .widget-product_category .products-container .row>div {
        padding-left: 7px;
        padding-right: 7px
    }
    .products-container.category-grid .product-item {
        padding-top: 7px;
        padding-bottom: 7px
    }
    .widget-product .products-container .product-item,
    .widget-product_category .products-container .product-item {
        margin-bottom: 15px !important
    }
    .products-container.category-grid .product-item {
        width: 50%
    }
    .products-container .product-item.style-row .photoframe .pp-wrap {
        width: 35%
    }
}

@media (max-width:576px) {
    .products-container .product-item .photoframe figcaption {
        padding: 0
    }
    .products-container .product-item.style-row .photoframe figcaption p.summary {
        overflow: hidden;
        text-overflow: ellipsis;
        height: 70px
    }
    .style-row.product-item .photoframe .action-wrap {
        position: absolute;
        bottom: 5px;
        left: 25px
    }
    .style-row figcaption .f-size-ex-large {
        font-size: 1rem
    }
    .three-lines,
    .two-lines {
        margin-top: 10px
    }
    .products-container .product-item .photoframe figcaption h2,
    .service-container .product-item .photoframe figcaption h2 {
        margin: 10px 0 8px
    }
}