﻿﻿*, input, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    padding: 0;
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
    border: 1px solid #e9e9e9;
    color: #1c1c1c;
    margin: 0 0 19px;
    min-height: 40px;
    padding: 0 20px
}

a {
    color: #575454
}

a:hover {
    color: #ff8c04
}

.remove {
    color: #999;
    font-size: 1em
}

.remove:hover {
    color: #ff8c04
}

.dropdown-menu {
    box-shadow: none
}

.dropdown-menu>li>a {
    white-space: inherit
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background: none
}

body, input, textarea, button, select {
    line-height: 1.7;
    font-family: "Poppins", sans-serif;
    color: #2f2f33;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0
}

body {
    font-size: 14px;
    color: #2f2f33
}

header nav {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    line-height: 1.4
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
    font-weight: inherit
}

a {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

a:focus {
    outline: none
}

h1, .h1 {
    font-size: 2.57143em
}

h2, .h2 {
    font-size: 2em
}

h3, .h3 {
    font-size: 1.71429em
}

h4, .h4 {
    font-size: 1.28571em
}

h5, .h5 {
    font-size: 1.14286em
}

h6, .h6 {
    font-size: 1.14286em
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #323c3f;
    letter-spacing: 0
}

p {
    margin: 0 0 15px
}

p img {
    margin: 0
}

em {
    font-style: italic
}

b, strong {
    font-weight: 700
}

small {
    font-size: .9em
}

sup, sub {
    position: relative;
    font-size: 60%;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.5em
}

blockquote {
    font-size: 1.125em;
    line-height: 1.45;
    font-style: italic;
    margin: 0 0 30px;
    padding: 15px 30px;
    border-left: 1px solid #ebebeb
}

blockquote p {
    margin-bottom: 0
}

blockquote p+cite {
    margin-top: 15px
}

blockquote cite {
    display: block;
    font-size: .75em
}

blockquote cite:before {
    content: "\2014 \0020"
}

code, pre {
    background-color: #faf7f5;
    font-family: Consolas, monospace;
    font-size: 1em;
    border: 0 none;
    padding: 0 2px;
    color: #51ab62
}

pre {
    overflow: auto;
    padding: 15px;
    margin: 0 0 30px
}

ul, ol {
    margin: 0;
    padding: 0
}

ul {
    list-style: none outside
}

ol {
    list-style: decimal
}

ul.square, .rte ul ul ul {
    list-style: square outside
}

ul.disc, .rte ul {
    list-style: disc outside
}

ol.alpha {
    list-style: lower-alpha outside
}

.inline-list li {
    display: inline-block;
    margin-bottom: 0
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0
}

.table-wrap {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

th {
    font-weight: 700
}

th, td {
    text-align: left;
    padding: 15px;
    border: 1px solid #ebebeb;
    color: #1c1c1c
}

a, .text-link {
    color: #575454;
    text-decoration: none;
    background: transparent
}

button {
    overflow: visible
}

button[disabled], html input[disabled] {
    cursor: default
}

img {
    border: 0 none;
    max-width: 100%;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: auto
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.table-wrapper {
    max-width: 100%;
    overflow: auto
}

form {
    margin-bottom: 30px
}

form a {
    color: #575454
}

input, textarea, button, select {
    font-size: 1em
}

input:focus, textarea:focus, button:focus, select:focus {
    outline: none
}

button, input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], input[type="submit"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

input, textarea, select, fieldset {
    border-radius: 0;
    max-width: 100%
}

input.input-full, textarea.input-full, select.input-full, fieldset.input-full {
    width: 100%
}

fieldset {
    border: 1px solid #ebebeb;
    padding: 15px
}

legend {
    border: 0;
    padding: 0
}

optgroup {
    font-weight: 700
}

input {
    display: inline-block;
    width: auto
}

button, input[type="submit"] {
    cursor: pointer
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], textarea, select {
    border: 1px solid #ebebeb;
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    display: block
}

input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="file"]:focus, input[type="number"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
    border: 1px solid #c4c4c4
}

input[type="text"][disabled], input[type="text"].disabled, input[type="search"][disabled], input[type="search"].disabled, input[type="password"][disabled], input[type="password"].disabled, input[type="email"][disabled], input[type="email"].disabled, input[type="file"][disabled], input[type="file"].disabled, input[type="number"][disabled], input[type="number"].disabled, input[type="tel"][disabled], input[type="tel"].disabled, textarea[disabled], textarea.disabled, select[disabled], select.disabled {
    cursor: default;
    background-color: #ddd;
    border-color: #ddd
}

textarea {
    min-height: 100px;
    padding-top: 6px;
    padding-bottom: 6px
}

input[type="checkbox"], input[type="radio"] {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    background: transparent;
    outline: none;
    opacity: 0
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/icons/ico-select.png);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-color: #fff !important;
    padding-right: 28px;
    text-indent: .01px;
    cursor: pointer
}

.ie9 select, .lt-ie9 select {
    padding-right: 10px;
    background-image: none
}

option {
    color: #000;
    background-color: #fff
}

select::-ms-expand {
    display: none
}

label, legend {
    display: block;
    margin-bottom: 2px
}

label.inline, legend.inline {
    display: inline
}

input[type="checkbox"]+label, input[type="radio"]+label {
    font-weight: 400
}

label[for] {
    cursor: pointer
}

.label-hint {
    color: #999
}

form.form-horizontal, .form-horizontal {
    margin-bottom: 0
}

form.form-horizontal input[type="text"], form.form-horizontal input[type="search"], form.form-horizontal input[type="password"], form.form-horizontal input[type="email"], form.form-horizontal input[type="file"], form.form-horizontal input[type="number"], form.form-horizontal input[type="tel"], form.form-horizontal textarea, form.form-horizontal select, form.form-horizontal label, .form-horizontal input[type="text"], .form-horizontal input[type="search"], .form-horizontal input[type="password"], .form-horizontal input[type="email"], .form-horizontal input[type="file"], .form-horizontal input[type="number"], .form-horizontal input[type="tel"], .form-horizontal textarea, .form-horizontal select, .form-horizontal label {
    display: inline-block;
    margin-bottom: 0;
    width: auto
}

input[type="text"].error, input[type="search"].error, input[type="password"].error, input[type="email"].error, input[type="file"].error, input[type="number"].error, input[type="tel"].error, textarea.error {
    border-color: red;
    color: red
}

label.error {
    color: red
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group .input-group-field:first-child, .input-group .input-group-btn:first-child, .input-group .input-group-btn:first-child>.btn, .input-group .input-group-btn:first-child>input[type="submit"], .input-group input[type="hidden"]:first-child+.input-group-field, .input-group input[type="hidden"]:first-child+.input-group-btn>.btn, .input-group input[type="hidden"]:first-child+.input-group-btn>input[type="submit"] {
    border-radius: 0
}

.input-group .input-group-field:last-child, .input-group .input-group-btn:last-child>.btn, .input-group .input-group-btn:last-child>input[type="submit"] {
    border-radius: 0
}

.input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px
}

.input-group-field, .input-group-btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0
}

.input-group .btn, .input-group input[type="submit"], .input-group .input-group-field {
    height: 40px
}

.input-group .input-group-field {
    width: 100%;
    margin-bottom: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0
}

.form-group {
    margin: 0;
    padding: 0 0 8px;
    border: 0
}

.form-group .form-control {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: .375rem .75rem;
    font-size: 1em;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    margin: 0
}

.form-group input, .form-group select {
    height: 40px
}

.rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
    margin-top: 2em
}

.rte h1:first-child, .rte .h1:first-child, .rte h2:first-child, .rte .h2:first-child, .rte h3:first-child, .rte .h3:first-child, .rte h4:first-child, .rte .h4:first-child, .rte h5:first-child, .rte .h5:first-child, .rte h6:first-child, .rte .h6:first-child {
    margin-top: 0
}

.rte h5, .rte .h5, .rte .h5 {
    text-transform: uppercase
}

.rte>div {
    margin-bottom: 15px
}

.rte ul ul {
    list-style: circle outside
}

.rte li {
    margin-bottom: .4em
}

.rte img {
    max-width: 100%;
    height: auto
}

.rte table {
    table-layout: fixed
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.clearboth {
    clear: both
}

.no-background {
    background: none !important
}

svg path, svg rect {
    fill: #ff8c04
}

.flexbox, .awe-popup {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

.list-inline {
    *zoom: 1
}

.list-inline:after {
    content: "";
    display: table;
    clear: both
}

.list-inline li {
    float: left;
    margin: 0
}

.d-list>div {
    position: relative;
    margin-right: 15px
}

.d-list>div:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 13px;
    margin: auto;
    z-index: 9;
    background: #ebebeb
}

.d-list>div:first-child {
    margin: 0
}

.d-list>div:first-child:before {
    display: none
}

.a-center {
    text-align: center !important
}

.a-left {
    text-align: left !important
}

.a-right {
    text-align: right !important
}

.f-left {
    float: left !important
}

.f-right {
    float: right !important
}

.f-none {
    float: none !important
}

.inline {
    display: inline !important
}

.block {
    display: block !important
}

.inline-block {
    display: inline-block !important
}

.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.flexbox>div {
    flex: 1
}

.background-none {
    background: none !important
}

.no-margin {
    margin: 0 !important
}

.no-padding {
    padding: 0 !important
}

.no-border {
    border: none !important
}

.ov-h {
    overflow: hidden !important
}

.relative {
    position: relative !important
}

.absolute {
    position: absolute !important
}

.margin-0 {
    margin: 0 !important
}

.margin-vertical-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.margin-horizontal-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.margin-top-0 {
    margin-top: 0 !important
}

.margin-bottom-0 {
    margin-bottom: 0 !important
}

.margin-left-0 {
    margin-left: 0 !important
}

.margin-right-0 {
    margin-right: 0 !important
}

.padding-0 {
    padding: 0 !important
}

.padding-vertical-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.padding-horizontal-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.padding-top-0 {
    padding-top: 0 !important
}

.padding-bottom-0 {
    padding-bottom: 0 !important
}

.padding-left-0 {
    padding-left: 0 !important
}

.padding-right-0 {
    padding-right: 0 !important
}

.margin-5 {
    margin: 5px !important
}

.margin-vertical-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.margin-horizontal-5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.margin-top-5 {
    margin-top: 5px !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important
}

.margin-left-5 {
    margin-left: 5px !important
}

.margin-right-5 {
    margin-right: 5px !important
}

.padding-5 {
    padding: 5px !important
}

.padding-vertical-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.padding-horizontal-5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.padding-top-5 {
    padding-top: 5px !important
}

.padding-bottom-5 {
    padding-bottom: 5px !important
}

.padding-left-5 {
    padding-left: 5px !important
}

.padding-right-5 {
    padding-right: 5px !important
}

.margin-10 {
    margin: 10px !important
}

.margin-vertical-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.margin-horizontal-10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-left-10 {
    margin-left: 10px !important
}

.margin-right-10 {
    margin-right: 10px !important
}

.padding-10 {
    padding: 10px !important
}

.padding-vertical-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.padding-horizontal-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.padding-top-10 {
    padding-top: 10px !important
}

.padding-bottom-10 {
    padding-bottom: 10px !important
}

.padding-left-10 {
    padding-left: 10px !important
}

.padding-right-10 {
    padding-right: 10px !important
}

.margin-15 {
    margin: 15px !important
}

.margin-vertical-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.margin-horizontal-15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.margin-top-15 {
    margin-top: 15px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.margin-left-15 {
    margin-left: 15px !important
}

.margin-right-15 {
    margin-right: 15px !important
}

.padding-15 {
    padding: 15px !important
}

.padding-vertical-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.padding-horizontal-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.padding-top-15 {
    padding-top: 15px !important
}

.padding-bottom-15 {
    padding-bottom: 15px !important
}

.padding-left-15 {
    padding-left: 15px !important
}

.padding-right-15 {
    padding-right: 15px !important
}

.margin-20 {
    margin: 20px !important
}

.margin-vertical-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.margin-horizontal-20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.margin-right-20 {
    margin-right: 20px !important
}

.padding-20 {
    padding: 20px !important
}

.padding-vertical-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.padding-horizontal-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.padding-top-20 {
    padding-top: 20px !important
}

.padding-bottom-20 {
    padding-bottom: 20px !important
}

.padding-left-20 {
    padding-left: 20px !important
}

.padding-right-20 {
    padding-right: 20px !important
}

.margin-25 {
    margin: 25px !important
}

.margin-vertical-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.margin-horizontal-25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.margin-top-25 {
    margin-top: 25px !important
}

.margin-bottom-25 {
    margin-bottom: 25px !important
}

.margin-left-25 {
    margin-left: 25px !important
}

.margin-right-25 {
    margin-right: 25px !important
}

.padding-25 {
    padding: 25px !important
}

.padding-vertical-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.padding-horizontal-25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.padding-top-25 {
    padding-top: 25px !important
}

.padding-bottom-25 {
    padding-bottom: 25px !important
}

.padding-left-25 {
    padding-left: 25px !important
}

.padding-right-25 {
    padding-right: 25px !important
}

.margin-30 {
    margin: 30px !important
}

.margin-vertical-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.margin-horizontal-30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.margin-left-30 {
    margin-left: 30px !important
}

.margin-right-30 {
    margin-right: 30px !important
}

.padding-30 {
    padding: 30px !important
}

.padding-vertical-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.padding-horizontal-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.padding-bottom-30 {
    padding-bottom: 30px !important
}

.padding-left-30 {
    padding-left: 30px !important
}

.padding-right-30 {
    padding-right: 30px !important
}

.margin-35 {
    margin: 35px !important
}

.margin-vertical-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important
}

.margin-horizontal-35 {
    margin-left: 35px !important;
    margin-right: 35px !important
}

.margin-top-35 {
    margin-top: 35px !important
}

.margin-bottom-35 {
    margin-bottom: 35px !important
}

.margin-left-35 {
    margin-left: 35px !important
}

.margin-right-35 {
    margin-right: 35px !important
}

.padding-35 {
    padding: 35px !important
}

.padding-vertical-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important
}

.padding-horizontal-35 {
    padding-left: 35px !important;
    padding-right: 35px !important
}

.padding-top-35 {
    padding-top: 35px !important
}

.padding-bottom-35 {
    padding-bottom: 35px !important
}

.padding-left-35 {
    padding-left: 35px !important
}

.padding-right-35 {
    padding-right: 35px !important
}

.margin-40 {
    margin: 40px !important
}

.margin-vertical-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.margin-horizontal-40 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.margin-bottom-40 {
    margin-bottom: 40px !important
}

.margin-left-40 {
    margin-left: 40px !important
}

.margin-right-40 {
    margin-right: 40px !important
}

.padding-40 {
    padding: 40px !important
}

.padding-vertical-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.padding-horizontal-40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.padding-top-40 {
    padding-top: 40px !important
}

.padding-bottom-40 {
    padding-bottom: 40px !important
}

.padding-left-40 {
    padding-left: 40px !important
}

.padding-right-40 {
    padding-right: 40px !important
}

.margin-45 {
    margin: 45px !important
}

.margin-vertical-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important
}

.margin-horizontal-45 {
    margin-left: 45px !important;
    margin-right: 45px !important
}

.margin-top-45 {
    margin-top: 45px !important
}

.margin-bottom-45 {
    margin-bottom: 45px !important
}

.margin-left-45 {
    margin-left: 45px !important
}

.margin-right-45 {
    margin-right: 45px !important
}

.padding-45 {
    padding: 45px !important
}

.padding-vertical-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important
}

.padding-horizontal-45 {
    padding-left: 45px !important;
    padding-right: 45px !important
}

.padding-top-45 {
    padding-top: 45px !important
}

.padding-bottom-45 {
    padding-bottom: 45px !important
}

.padding-left-45 {
    padding-left: 45px !important
}

.padding-right-45 {
    padding-right: 45px !important
}

.margin-50 {
    margin: 50px !important
}

.margin-vertical-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.margin-horizontal-50 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.margin-top-50 {
    margin-top: 50px !important
}

.margin-bottom-50 {
    margin-bottom: 50px !important
}

.margin-left-50 {
    margin-left: 50px !important
}

.margin-right-50 {
    margin-right: 50px !important
}

.padding-50 {
    padding: 50px !important
}

.padding-vertical-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.padding-horizontal-50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.padding-top-50 {
    padding-top: 50px !important
}

.padding-bottom-50 {
    padding-bottom: 50px !important
}

.padding-left-50 {
    padding-left: 50px !important
}

.padding-right-50 {
    padding-right: 50px !important
}

.margin-55 {
    margin: 55px !important
}

.margin-vertical-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important
}

.margin-horizontal-55 {
    margin-left: 55px !important;
    margin-right: 55px !important
}

.margin-top-55 {
    margin-top: 55px !important
}

.margin-bottom-55 {
    margin-bottom: 55px !important
}

.margin-left-55 {
    margin-left: 55px !important
}

.margin-right-55 {
    margin-right: 55px !important
}

.padding-55 {
    padding: 55px !important
}

.padding-vertical-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important
}

.padding-horizontal-55 {
    padding-left: 55px !important;
    padding-right: 55px !important
}

.padding-top-55 {
    padding-top: 55px !important
}

.padding-bottom-55 {
    padding-bottom: 55px !important
}

.padding-left-55 {
    padding-left: 55px !important
}

.padding-right-55 {
    padding-right: 55px !important
}

.margin-60 {
    margin: 60px !important
}

.margin-vertical-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.margin-horizontal-60 {
    margin-left: 60px !important;
    margin-right: 60px !important
}

.margin-top-60 {
    margin-top: 60px !important
}

.margin-bottom-60 {
    margin-bottom: 60px !important
}

.margin-left-60 {
    margin-left: 60px !important
}

.margin-right-60 {
    margin-right: 60px !important
}

.padding-60 {
    padding: 60px !important
}

.padding-vertical-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.padding-horizontal-60 {
    padding-left: 60px !important;
    padding-right: 60px !important
}

.padding-top-60 {
    padding-top: 60px !important
}

.padding-bottom-60 {
    padding-bottom: 60px !important
}

.padding-left-60 {
    padding-left: 60px !important
}

.padding-right-60 {
    padding-right: 60px !important
}

.margin-65 {
    margin: 65px !important
}

.margin-vertical-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important
}

.margin-horizontal-65 {
    margin-left: 65px !important;
    margin-right: 65px !important
}

.margin-top-65 {
    margin-top: 65px !important
}

.margin-bottom-65 {
    margin-bottom: 65px !important
}

.margin-left-65 {
    margin-left: 65px !important
}

.margin-right-65 {
    margin-right: 65px !important
}

.padding-65 {
    padding: 65px !important
}

.padding-vertical-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important
}

.padding-horizontal-65 {
    padding-left: 65px !important;
    padding-right: 65px !important
}

.padding-top-65 {
    padding-top: 65px !important
}

.padding-bottom-65 {
    padding-bottom: 65px !important
}

.padding-left-65 {
    padding-left: 65px !important
}

.padding-right-65 {
    padding-right: 65px !important
}

.margin-70 {
    margin: 70px !important
}

.margin-vertical-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
}

.margin-horizontal-70 {
    margin-left: 70px !important;
    margin-right: 70px !important
}

.margin-top-70 {
    margin-top: 70px !important
}

.margin-bottom-70 {
    margin-bottom: 70px !important
}

.margin-left-70 {
    margin-left: 70px !important
}

.margin-right-70 {
    margin-right: 70px !important
}

.padding-70 {
    padding: 70px !important
}

.padding-vertical-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}

.padding-horizontal-70 {
    padding-left: 70px !important;
    padding-right: 70px !important
}

.padding-top-70 {
    padding-top: 70px !important
}

.padding-bottom-70 {
    padding-bottom: 70px !important
}

.padding-left-70 {
    padding-left: 70px !important
}

.padding-right-70 {
    padding-right: 70px !important
}

.margin-75 {
    margin: 75px !important
}

.margin-vertical-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important
}

.margin-horizontal-75 {
    margin-left: 75px !important;
    margin-right: 75px !important
}

.margin-top-75 {
    margin-top: 75px !important
}

.margin-bottom-75 {
    margin-bottom: 75px !important
}

.margin-left-75 {
    margin-left: 75px !important
}

.margin-right-75 {
    margin-right: 75px !important
}

.padding-75 {
    padding: 75px !important
}

.padding-vertical-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important
}

.padding-horizontal-75 {
    padding-left: 75px !important;
    padding-right: 75px !important
}

.padding-top-75 {
    padding-top: 75px !important
}

.padding-bottom-75 {
    padding-bottom: 75px !important
}

.padding-left-75 {
    padding-left: 75px !important
}

.padding-right-75 {
    padding-right: 75px !important
}

.margin-80 {
    margin: 80px !important
}

.margin-vertical-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}

.margin-horizontal-80 {
    margin-left: 80px !important;
    margin-right: 80px !important
}

.margin-top-80 {
    margin-top: 80px !important
}

.margin-bottom-80 {
    margin-bottom: 80px !important
}

.margin-left-80 {
    margin-left: 80px !important
}

.margin-right-80 {
    margin-right: 80px !important
}

.padding-80 {
    padding: 80px !important
}

.padding-vertical-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.padding-horizontal-80 {
    padding-left: 80px !important;
    padding-right: 80px !important
}

.padding-top-80 {
    padding-top: 80px !important
}

.padding-bottom-80 {
    padding-bottom: 80px !important
}

.padding-left-80 {
    padding-left: 80px !important
}

.padding-right-80 {
    padding-right: 80px !important
}

.margin-85 {
    margin: 85px !important
}

.margin-vertical-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important
}

.margin-horizontal-85 {
    margin-left: 85px !important;
    margin-right: 85px !important
}

.margin-top-85 {
    margin-top: 85px !important
}

.margin-bottom-85 {
    margin-bottom: 85px !important
}

.margin-left-85 {
    margin-left: 85px !important
}

.margin-right-85 {
    margin-right: 85px !important
}

.padding-85 {
    padding: 85px !important
}

.padding-vertical-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important
}

.padding-horizontal-85 {
    padding-left: 85px !important;
    padding-right: 85px !important
}

.padding-top-85 {
    padding-top: 85px !important
}

.padding-bottom-85 {
    padding-bottom: 85px !important
}

.padding-left-85 {
    padding-left: 85px !important
}

.padding-right-85 {
    padding-right: 85px !important
}

.margin-90 {
    margin: 90px !important
}

.margin-vertical-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important
}

.margin-horizontal-90 {
    margin-left: 90px !important;
    margin-right: 90px !important
}

.margin-top-90 {
    margin-top: 90px !important
}

.margin-bottom-90 {
    margin-bottom: 90px !important
}

.margin-left-90 {
    margin-left: 90px !important
}

.margin-right-90 {
    margin-right: 90px !important
}

.padding-90 {
    padding: 90px !important
}

.padding-vertical-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important
}

.padding-horizontal-90 {
    padding-left: 90px !important;
    padding-right: 90px !important
}

.padding-top-90 {
    padding-top: 90px !important
}

.padding-bottom-90 {
    padding-bottom: 90px !important
}

.padding-left-90 {
    padding-left: 90px !important
}

.padding-right-90 {
    padding-right: 90px !important
}

.margin-95 {
    margin: 95px !important
}

.margin-vertical-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important
}

.margin-horizontal-95 {
    margin-left: 95px !important;
    margin-right: 95px !important
}

.margin-top-95 {
    margin-top: 95px !important
}

.margin-bottom-95 {
    margin-bottom: 95px !important
}

.margin-left-95 {
    margin-left: 95px !important
}

.margin-right-95 {
    margin-right: 95px !important
}

.padding-95 {
    padding: 95px !important
}

.padding-vertical-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important
}

.padding-horizontal-95 {
    padding-left: 95px !important;
    padding-right: 95px !important
}

.padding-top-95 {
    padding-top: 95px !important
}

.padding-bottom-95 {
    padding-bottom: 95px !important
}

.padding-left-95 {
    padding-left: 95px !important
}

.padding-right-95 {
    padding-right: 95px !important
}

.margin-100 {
    margin: 100px !important
}

.margin-vertical-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.margin-horizontal-100 {
    margin-left: 100px !important;
    margin-right: 100px !important
}

.margin-top-100 {
    margin-top: 100px !important
}

.margin-bottom-100 {
    margin-bottom: 100px !important
}

.margin-left-100 {
    margin-left: 100px !important
}

.margin-right-100 {
    margin-right: 100px !important
}

.padding-100 {
    padding: 100px !important
}

.padding-vertical-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.padding-horizontal-100 {
    padding-left: 100px !important;
    padding-right: 100px !important
}

.padding-top-100 {
    padding-top: 100px !important
}

.padding-bottom-100 {
    padding-bottom: 100px !important
}

.padding-left-100 {
    padding-left: 100px !important
}

.padding-right-100 {
    padding-right: 100px !important
}

.btn, input[type="submit"] {
    display: inline-block;
    height: 40px;
    line-height: 39px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    cursor: pointer;
    border: none;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
    -webkit-transition: background-color .1s ease-in;
    -moz-transition: background-color .1s ease-in;
    -ms-transition: background-color .1s ease-in;
    -o-transition: background-color .1s ease-in;
    transition: background-color .1s ease-in;
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn[disabled], input[disabled][type="submit"], .btn.disabled, input.disabled[type="submit"] {
    cursor: default;
    background-color: #ebebeb
}

.btn.btn-primary, input.btn-primary[type="submit"] {
    color: #fff
}

.btn.btn-circle, input.btn-circle[type="submit"] {
    border-radius: 50%;
    padding: 0
}

.btn.btn-large, input.btn-large[type="submit"] {
    height: 50px;
    line-height: 50px;
    padding: 0 74px
}

.btn.btn-small, input.btn-small[type="submit"] {
    height: 34px;
    line-height: 34px;
    padding: 0 32px;
    font-size: .85714em
}

.btn.btn-dark, input.btn-dark[type="submit"] {
    background: #2a2a2a;
    color: #fff
}

.btn.btn-white, input.btn-white[type="submit"] {
    background: #fff;
    color: #2f2f33;
    border: 1px solid #ebebeb;
    font-weight: 400
}

.btn.btn-gray, input.btn-gray[type="submit"] {
    background: #9e9e9e;
    color: #fff
}

.btn.btn-gray:hover, input.btn-gray[type="submit"]:hover {
    background: #ff8c04
}

.btn.btn-gray a, input.btn-gray[type="submit"] a {
    color: #fff
}

.btn.btn-full, input.btn-full[type="submit"] {
    display: block;
    width: 100%
}

.btn-link {
    line-height: 40px;
    color: #ff8c04
}

.btn-link:hover {
    text-decoration: underline
}

.ajax-load {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    opacity: 0;
    visibility: hidden
}

.ajax-load.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999
}

.awe-popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    height: 0;
    width: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.awe-popup .overlay {
    background-color: rgba(33, 33, 33, 0.8);
    color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0
}

.awe-popup .content {
    position: relative;
    max-width: 1140px;
    min-width: 1140px;
    padding: 25px 28px;
    max-height: 0;
    text-align: left;
    opacity: 0;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    padding: 25px 28px;
    max-height: 0;
    text-align: left;
    opacity: 0;
    margin: 0 auto;
    background: #fff
}

.awe-popup.active {
    visibility: visible;
    opacity: 1;
    top: 0 !important;
    height: auto;
    width: auto
}

.awe-popup.active .content {
    max-height: calc(100% - 60px);
    opacity: 1;
    background: transparent;
    padding: 0
}

.awe-popup.active .content .info {
    background: #fff;
    min-width: 500px
}

.awe-popup.active .overlay {
    width: 100%;
    height: 100%
}

.close-window {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 8040;
    color: #fff;
    background: #ff8c04;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    text-decoration: none
}

.close-window .fa {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #fff
}

.awe-popup.loading {
    z-index: 9998
}

.awe-popup.loading .loader {
    left: 50%;
    position: fixed;
    top: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.awe-popup.loaded-content .loader {
    display: none
}

.awe-popup.addcart-popup .content {
    min-width: auto
}

.product-popup .product-image {
    float: left;
    margin: 0 20px 0 0
}

.product-popup .product-info {
    overflow: hidden;
    position: relative
}

.product-popup .product-info p {
    margin-bottom: 0;
    line-height: 24px
}

.product-popup .popup-title {
    padding-left: 15px;
    border-radius: 0
}

.product-popup .popup-title i {
    margin-right: 5px
}

.product-popup .product-name {
    color: #ff8c04
}

.product-popup .product-info p.total-money {
    margin-bottom: 15px
}

.product-popup h3, .product-popup .h3 {
    color: #52b249;
    margin-bottom: 25px
}

.product-popup h3 .fa, .product-popup .h3 .fa {
    margin-right: 4px
}

.product-popup .pop-right h3, .product-popup .pop-right .h3 {
    color: #333
}

.pop-right {
    background: #f9f9f9
}

.awe-popup.product-popup.active .content {
    max-height: calc(100% - 60px);
    opacity: 1;
    padding: 0
}

@media (max-width: 1199px) {
    .awe-popup .content {
        max-width: 700px;
        min-width: auto
    }
}

@media (max-width: 543px) {
    .product-popup .product-image {
        width: 120px;
        height: 120px
    }

    .product-popup .product-image img {
        max-width: 120px !important
    }

    .awe-popup.product-popup.active .content {
        max-height: calc(100% - 60px);
        opacity: 1;
        margin: 0 20px
    }

    .addcart-popup .col-xl-6 {
        padding: 0 !important
    }

    .product-popup h3, .product-popup .h3 {
        font-size: 1.28571em;
        margin-bottom: 0
    }
}

.swatch {
    margin: 10px 0
}

.swatch .header {
    margin: 0 0 10px;
    text-align: left;
    min-width: 100px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    width: 100px;
    display: inline-block;
    float: left;
    color: #76767e
}

.swatch label {
    float: left;
    min-width: 26px !important;
    height: 26px !important;
    margin: 0;
    border: #f3f3f3 1px solid;
    background-color: #fff;
    font-size: .92857em;
    text-align: center;
    line-height: 24px;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0
}

.swatch-element label {
    padding: 0 5px
}

.color.swatch-element label {
    padding: 0
}

.swatch .color input.active+label {
    position: relative;
    border: solid 2px #ff8c04
}

.swatch .size input.active+label {
    background: #ff8c04;
    color: #fff
}

.swatch .color .fa:before {
    width: 20px;
    height: 20px
}

.swatch .color label {
    border-radius: 50%;
    width: 25px;
    height: 25px !important
}

.swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin: 0 10px 10px 0;
    position: relative
}

.swatch .swatch-element.color .tim {
    background-color: #db23b6
}

.swatch .swatch-element.color .xanh {
    background-color: #13b5ea
}

.swatch .swatch-element.color .vang {
    background-color: #e6fa0a
}

.swatch .swatch-element.color .nau {
    background-color: #594f4f
}

.swatch .swatch-element.color .do {
    background-color: #f20808
}

.swatch .swatch-element.color .cam {
    background-color: #fc9905
}

.swatch .swatch-element.color .ghi-xam {
    background-color: gray
}

.swatch .swatch-element.color .xanh-nuoc-bien {
    background-color: #3a40fa
}

.swatch .swatch-element.color .xanh-reu {
    background-color: #415134
}

.swatch .swatch-element.color .trang {
    background-color: #fff
}

.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

#quick-view-product .selector-wrapper {
    display: none !important
}

.swatch .swatch-element .crossed-out {
    display: none
}

.swatch .swatch-element.soldout .crossed-out {
    display: block
}

.swatch .tooltip {
    text-align: center;
    background: gray;
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;
    left: -35px;
    margin-bottom: 15px;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.swatch .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}

.swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid gray 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0
}

.swatch .swatch-element:hover .tooltip {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.swatch.error {
    background-color: #E8D2D2 !important;
    color: #333 !important;
    padding: 1em;
    border-radius: 5px
}

.swatch.error p {
    margin: .7em 0
}

.swatch.error p:first-child {
    margin-top: 0
}

.swatch.error p:last-child {
    margin-bottom: 0
}

.swatch.error code {
    font-family: monospace
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    top: 50%;
    position: absolute;
    text-decoration: none;
    width: 30px;
    margin-top: -15px;
    padding: 0;
    background: #f5f5f5;
    outline: none;
    text-indent: 1010%;
    border-radius: 0;
    white-space: nowrap;
    margin-right: 0;
    margin-left: 0
}

.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before {
    font-family: "FontAwesome";
    text-indent: 0;
    position: absolute;
    left: 0;
    width: 30px;
    text-align: center;
    line-height: 29px;
    font-size: 20px;
    background: #f5f5f5;
    color: #dadbdb
}

.owl-carousel .owl-nav .owl-prev {
    left: 0
}

.owl-carousel .owl-nav .owl-prev:before {
    content: "\f104"
}

.owl-carousel .owl-nav .owl-next {
    right: 0
}

.owl-carousel .owl-nav .owl-next:before {
    content: "\f105"
}

.owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

@media (max-width: 768px) {
    .owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before {
        font-size: 14px
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 0
    }

    .owl-carousel .owl-nav .owl-next {
        right: 0
    }
}

.owl-carousel .owl-dots {
    display: block;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 0 3px
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #ff8c04
}

.owl-carousel-inset .owl-nav .owl-prev {
    left: 0
}

.owl-carousel-inset .owl-nav .owl-next {
    right: 0
}

.owl-carousel-inset .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 25px
}

.owl-carousel-inset .owl-prev, .owl-carousel-inset .owl-next {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.owl-carousel-inset:hover .owl-prev, .owl-carousel-inset:hover .owl-next {
    opacity: 1;
    visibility: visible
}

.owl-carousel-inset:hover .owl-prev.disabled, .owl-carousel-inset:hover .owl-next.disabled {
    opacity: .5
}

.owl-carousel-inset:hover .owl-nav .owl-prev {
    left: 25px
}

.owl-carousel-inset:hover .owl-nav .owl-next {
    right: 25px
}

.owl-carousel .owl-item img {
    width: auto
}

.owl-carousel .owl-item.focus {
    border: 2px solid #333
}

.tab-wrap .tabs-title {
    *zoom: 1;
    display: inline-block;
    position: relative;
    z-index: 9;
    margin: 0 0 26px
}

.tab-wrap .tabs-title:after {
    content: "";
    display: table;
    clear: both
}

.tab-wrap .tabs-title li {
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    float: left
}

.tab-wrap .tabs-title li:before {
    content: "|";
    color: #c9c9c9;
    padding: 0 16px;
    color: #1c1c1c
}

.tab-wrap .tabs-title li:first-child:before {
    display: none
}

.tab-wrap .tabs-title li.current {
    color: #212121
}

.tab-wrap .tab-content {
    position: relative
}

ul.tabs li {
    background: none;
    display: inline-block;
    cursor: pointer
}

ul.tabs li.current {
    color: #000
}

.accordion .nav-item .tab-pane {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.accordion .nav-item.active .tab-pane {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

#quick-view-product .product-info {
    color: #222;
    font-weight: 400;
    padding-right: 25px
}

#quick-view-product .brand {
    color: #222
}

#quick-view-product .available {
    margin: 0;
    font-weight: 400;
    color: #ff8c04
}

#quick-view-product .available.outstock {
    color: #E55E5E
}

#quick-view-product .head-qv {
    margin-bottom: 5px
}

#quick-view-product .head-qv .vend-qv {
    overflow: hidden
}

#quick-view-product .head-qv .vend-qv .left_vend {
    float: left;
    margin-right: 30px;
    line-height: 30px
}

#quick-view-product .head-qv .vend-qv .hangsx, #quick-view-product .head-qv .vend-qv .soluong {
    font-family: "Arial", sans-serif;
    font-size: 12px;
    color: #969696
}

#quick-view-product .head-qv .vend-qv .hangsx .name_ven, #quick-view-product .head-qv .vend-qv .soluong .name_ven {
    font-family: "Arial", sans-serif;
    color: #969696;
    margin-right: 15px
}

#quick-view-product .head-qv .vend-qv .hangsx a, #quick-view-product .head-qv .vend-qv .soluong a {
    color: #969696
}

#quick-view-product .head-qv .vend-qv .soluong {
    color: #fff;
    padding: 5px 7px;
    background-color: #0ed379;
    border-radius: 3px
}

#quick-view-product .head-qv .vend-qv .share_product_qv {
    display: inline;
    margin: 0;
    list-style: none;
    float: left
}

#quick-view-product .head-qv .vend-qv .share_product_qv .block-share-cs {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 4px;
    margin-right: 5px
}

#quick-view-product .head-qv .vend-qv .share_product_qv .block-share-cs a .fa {
    font-size: 14px;
    color: #fff
}

#quick-view-product .head-qv .vend-qv .share_product_qv .block-share-cs:hover {
    color: #ff8c04;
    border: solid 1px #ff8c04;
    background: #fff
}

#quick-view-product .head-qv .vend-qv .share_product_qv .block-share-cs:hover .fa {
    color: #ff8c04
}

#quick-view-product .head-qv .vend-qv .share_product_qv .fb {
    background: #3b5998
}

#quick-view-product .head-qv .vend-qv .share_product_qv .googleplus {
    background: #dc4e41
}

#quick-view-product .head-qv .vend-qv .share_product_qv .tw {
    background: #1da1f2
}

#quick-view-product .head-qv .vend-qv .share_product_qv .pintrest {
    background: #cb2027
}

#quick-view-product .head-qv .vend-qv .share_product_qv .linkedin {
    background: #324c83
}

#quick-view-product .product-left-column .image-block {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
    border: solid 1px #ebebeb
}

#quick-view-product .product-left-column .image-block .view_full_size {
    position: relative;
    max-width: 350px;
    display: block;
    margin: 0 auto;
    padding: 10px
}

@media (max-width: 1440px) {
    #quick-view-product .product-left-column .image-block .view_full_size {
        max-width: 320px !important
    }
}

#quick-view-product h3, #quick-view-product .h3 {
    margin: 0
}

#quick-view-product .qwp-name {
    font-family: "Gotham", sans-serif;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #2f2f33;
    line-height: 30px;
    text-decoration: none
}

#quick-view-product .qwp-name a {
    color: #2f2f33;
    text-decoration: none
}

#quick-view-product .qwp-name:hover>a {
    text-decoration: none;
    color: #2f2f33
}

.product-featured-image-quickview {
    margin: 0 auto
}

#quick-view-product .social-sharing {
    display: inline-block;
    float: left
}

#quick-view-product .social-sharing .social-normal {
    display: block;
    padding: 20px 0
}

#quick-view-product .social-sharing .social-normal label {
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
    color: #565656
}

#quick-view-product .social-sharing .social-normal a {
    margin: 0 5px
}

#quick-view-product .contacts {
    display: inline-block;
    float: left;
    text-align: left
}

#quick-view-product .contacts .block_phone {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
    color: #565656;
    padding: 15px 0;
    display: block
}

#quick-view-product .contacts .block_phone a {
    margin-left: 5px;
    font-family: 'Noto Serif';
    font-size: 18px;
    color: #ff8c04;
    line-height: 24px
}

#quick-view-product form {
    width: 100%
}

#quick-view-product form .selector-wrapper label {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #393635;
    margin-bottom: 0
}

#quick-view-product form .selector-wrapper .single-option-selector {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px
}

#quick-view-product form label {
    display: inline-block;
    min-width: 100px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    float: left
}

#quick-view-product form select {
    width: 150px;
    display: inline-block;
    height: 45px;
    float: left;
    margin-right: 20px;
    text-transform: capitalize
}

#quick-view-product .price {
    font-family: 'Gotham_bold', cursive;
    font-weight: 400;
    color: #ff8c04;
    font-size: 24px;
    margin-right: 10px
}

#quick-view-product del {
    font-family: 'Gotham', cursive;
    font-weight: 400;
    font-size: 16px;
    color: #acacac;
    margin-left: 5px;
    display: inline-block
}

#quick-view-product #usefull_link_block {
    margin: 10px 0
}

#quick-view-product #usefull_link_block li a {
    color: #222;
    line-height: 17px
}

#quick-view-product .fancybox-overlay {
    display: block !important;
    height: 100vh;
    background: none;
    z-index: 100
}

#quick-view-product .vat_ {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px
}

#quick-view-product .vat_ .vat_qv {
    font-family: 'Gotham', sans-serif;
    font-size: 14px;
    color: #707070;
    line-height: 24px
}

#quick-view-product .vat_ .availabel_qv {
    font-family: 'Gotham', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #ff8c04
}

#quick-view-product .quick-view-product {
    position: absolute;
    top: 5%;
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 35px 30px;
    background-color: #fff;
    z-index: 8011;
    border-radius: 5px
}

#quick-view-product .prices {
    display: inline-block
}

#quick-view-product .product-right-column .price-product-detail {
    margin: 0;
    line-height: 33px
}

#quick-view-product #quantity-detail {
    line-height: 49px;
    margin: 0;
    display: inline-block;
    width: 100px;
    padding-right: 0;
    height: 50px
}

#quick-view-product .total-price {
    float: left;
    width: 100%;
    display: block;
    margin-top: 15px
}

#quick-view-product .total-price span {
    font-family: "Arial", sans-serif;
    font-size: 1.07143em;
    font-weight: 400;
    color: #222
}

#quick-view-product .more-view-wrapper {
    overflow: visible
}

#quick-view-product .product-right-column .quantity_wanted_p {
    width: 100%;
    margin-top: 15px
}

#quick-view-product .product-right-column .add_to_cart_detail {
    margin: 15px 10px 15px 0;
    width: 100%
}

#quick-view-product .product-right-column .add_to_cart_detail.disabled {
    padding: 0 20px
}

#quick-view-product .product-right-column .btn-wishlist {
    margin-top: 15px
}

#quick-view-product .swatch {
    margin: 10px 0 0
}

#quick-view-product .swatch .swatch-element {
    margin: 0 6px 0 0
}

#quick-view-product .swatch .swatch-element label {
    line-height: 26px;
    margin-bottom: 5px
}

#quick-view-product .loading-imgquickview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

#quick-view-product .availability, #quick-view-product .product-sku {
    line-height: 28px
}

.thumbs_list_quickview {
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-top: 6px;
    height: 100px;
    padding: 10px 5px
}

.thumbs_list_quickview .product-photo-thumbs .owl-stage-outer {
    overflow: hidden
}

#thumblist_quickview {
    position: relative;
    padding: 0;
    width: 80%;
    margin: 0 auto
}

#thumblist_quickview #thumblist {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    position: static
}

#thumblist_quickview .owl-row {
    margin-left: -3px;
    margin-right: -3px
}

#thumblist_quickview .owl-item {
    float: left
}

#thumblist_quickview .owl-item li {
    padding: 5px;
    margin-right: 10px
}

#thumblist_quickview .owl-item li a {
    border: solid 1px #ebebeb
}

#thumblist_quickview .owl-item li.active {
    opacity: 1
}

#thumblist_quickview .owl-item li.active a {
    border-color: #ff8c04
}

#thumblist_quickview .owl-item img {
    padding: 5px
}

#thumblist_quickview .owl-item a {
    height: 75px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

#thumblist_quickview .owl-item img {
    max-width: 100% !important;
    max-height: 100% !important
}

#thumblist_quickview .thumb_item {
    border: 1px solid #e6e6e6
}

div#thumbs_list_quickview .owl-prev {
    position: absolute;
    left: -40px
}

div#thumbs_list_quickview .owl-prev:before, div#thumbs_list_quickview .owl-next:before {
    background: #ff8c04;
    color: #fff;
    cursor: pointer
}

div#thumbs_list_quickview .owl-next {
    position: absolute;
    right: -40px
}

@media (max-width: 1199px) {
    #quick-view-product, .quickview {
        display: none !important
    }
}

.fancybox-close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 8040;
    color: #fff;
    text-align: center;
    background: #333;
    line-height: 25px;
    border-radius: 50%
}

.quickview-info {
    padding-bottom: 10px
}

.quickview-info .reviews_qv {
    margin-top: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 10px
}

.quickview-info .reviews_qv .nhanhvn-product-reviews-badge {
    margin: 0 auto;
    padding: 0;
    float: left
}

.quickview-info .reviews_qv .nhanhvn-product-reviews-badge div {
    padding: 0
}

.quickview-info .reviews_qv .nhanhvn-product-reviews-badge div p {
    margin-left: 10px
}

.quickview-info .reviews_qv .nhanhvn-product-reviews-badge div img {
    display: none
}

.quickview-info .reviews_qv .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star i {
    font-size: 13px
}

.quickview-info .reviews_qv .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star .star-off-png:before {
    font-family: 'FontAwesome';
    content: "\f006";
    color: #f9b64d
}

.quickview-info .reviews_qv .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star .star-on-png:before {
    font-family: 'FontAwesome';
    content: "\f005";
    color: #f9b64d
}

.quickview-info .reviews_qv .text_revi {
    font-family: "Arial", sans-serif;
    position: relative;
    line-height: 27px;
    font-size: 13px;
    color: #7b7b7b;
    font-weight: 500;
    margin-left: 10px;
    padding-left: 10px
}

.quickview-info .reviews_qv .text_revi:before {
    content: "|";
    position: absolute;
    color: #7b7b7b;
    left: 0;
    line-height: 27px
}

.quick_option .quantity_wanted_p {
    margin-top: 0
}

.quick_option .quantity_wanted_p .input_qty_qv {
    display: inline-flex;
    width: 100px;
    margin-top: 15px;
    margin-right: 0;
    position: relative;
    float: left
}

.quick_option .quantity_wanted_p .input_qty_qv .btn_num {
    padding: 0;
    font-size: 16px;
    line-height: 50px;
    border: solid 1px #ebebeb;
    display: block;
    width: 30px;
    height: 50px;
    background: #fff;
    float: left;
    color: #9397a5;
    text-align: center;
    font-weight: 700;
    position: absolute
}

.quick_option .quantity_wanted_p .input_qty_qv .btn_num:hover {
    cursor: pointer;
    color: #222;
    text-decoration: none;
    border-color: #ebebeb
}

.quick_option .quantity_wanted_p .input_qty_qv .minus {
    border-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: 0;
    top: 0;
    text-align: right
}

.quick_option .quantity_wanted_p .input_qty_qv .plus {
    border-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
    top: 0;
    text-align: left
}

.quick_option .quantity_wanted_p .input_qty_qv input {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    border: solid 1px #ebebeb;
    height: 45px;
    width: 80%;
    text-align: center;
    box-shadow: none;
    border-radius: 0
}

.quick_option .quantity_wanted_p .button_actions {
    width: calc(100% - 100px);
    -o-width: calc(100% - 100px);
    -moz-width: calc(100% - 100px);
    -webkit-width: calc(100% - 100px);
    float: left;
    margin: 0;
    margin-top: 15px
}

.quick_option .quantity_wanted_p .button_cart_buy_enable {
    margin-top: 0;
    height: 50px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 21px;
    padding: 0 25px;
    line-height: 50px;
    background: #ff8c04;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    margin-left: -5px;
    width: 100%;
    border: solid 1px #ff8c04;
    position: relative
}

.quick_option .quantity_wanted_p .button_cart_buy_enable .fa {
    font-size: 15px;
    margin-right: 5px
}

.quick_option .quantity_wanted_p .button_cart_buy_enable:hover {
    background: #fff;
    border-color: #ff8c04;
    color: #ff8c04
}

.quickview-product .product-single h1 a, .quickview-product .product-single .h1 a, .quickview-product .product-single .h1 a {
    font-size: 1.42857em
}

.quickview-product .product-single .price {
    font-size: 1.85714em
}

.quickview-product .content {
    padding: 30px
}

.quickview-product .product-name {
    margin: 0 0 10px !important
}

.quickview-product .review {
    margin-bottom: 10px
}

.quickview-product .review:before {
    content: " ";
    display: table
}

.quickview-product .review:after {
    content: " ";
    display: table;
    clear: both
}

.quickview-product .review .spr-badge {
    float: left;
    height: 24px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0
}

.quickview-product .review .spr-badge .spr-icon {
    margin: 0
}

.quickview-product .review .spr-badge .spr-active {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden
}

.quickview-product .review .spr-badge .spr-badge-caption {
    float: left;
    margin: 0 0 9px
}

.quickview-product span.available {
    display: none
}

.quickview-product span.available.active {
    display: block
}

.quickview-product .product-description {
    font-family: 'Gotham', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #898989;
    padding: 15px 0 0;
    margin-bottom: 15px;
    border-top: solid 1px #ebebeb;
    overflow: hidden;
    position: relative;
    width: 100%
}

.quickview-product .product-description span {
    color: #2f2f33;
    font-weight: 700;
    margin-bottom: 5px;
    display: block
}

.quickview-product .product-description .view-more {
    font-family: 'Opens Sans', sans-serif;
    font-size: 14px;
    color: #0072bc
}

.quickview-product .view-more {
    font-family: "Arial", sans-serif;
    font-size: 13px;
    margin-bottom: 0;
    display: block
}

.quickview-product .view-more:hover {
    color: #ff8c04;
    text-decoration: none
}

.quickview-product .product-actions {
    border: none;
    padding: 0;
    margin: 0
}

.quickview-product .product-actions .btn-addToCart {
    clear: none;
    margin: 0
}

.quickview-product .product-media {
    position: relative;
    min-width: 400px
}

.quickview-product .product-media:before {
    content: " ";
    display: table
}

.quickview-product .product-media:after {
    content: " ";
    display: table;
    clear: both
}

.quickview-product .more-views {
    width: 80px;
    margin: 0;
    height: calc(100% - 60px);
    min-height: 361px;
    position: absolute;
    top: 30px;
    left: 0;
    overflow: hidden
}

.quickview-product .more-views a {
    display: block;
    overflow: hidden;
    height: 100%
}

.quickview-product .more-views img {
    display: block;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.quickview-product .border-bottom-qv {
    padding: 2px 0;
    border: solid 1px #ebebeb;
    border-left: 0;
    border-right: 0;
    display: block;
    margin-top: 30px
}

.quickview-product .featured-image {
    float: right;
    width: calc(100% - 100px);
    margin: 0
}

.quickview-product form {
    margin: 0
}

.quickview-product .product-actions .product-single-quantity {
    margin-bottom: 0
}

.quickview-product .product-single .product-description {
    margin: 0 0 25px
}

.quickview-product .product-options {
    margin: 0 0 25px;
    padding: 0 0 25px
}

.quickview-product .details {
    margin: 0 0 8px
}

.filter-container {
    margin-bottom: 0
}

.aside-filter {
    margin-top: 0;
    background: #fff
}

.aside-filter .aside-item .aside-content {
    border-top: 0;
    padding: 5px 0 0;
    margin-bottom: 20px
}

.aside-filter .aside-item .aside-content.sizes-list {
    margin-bottom: 0
}

.aside-filter .aside-item .aside-content.filter-price-value {
    padding: 20px 0
}

.filter-group {
    padding: 20px 0
}

.filter-group ul {
    max-height: 1000px;
    overflow-y: auto; /*min-height:115px*/
}

.filter-group ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ebebeb;
    width: 5px
}

.filter-group ul::-webkit-scrollbar {
    width: 5px;
    background-color: #ebebeb
}

.filter-group ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ff8c04;
    width: 5px
}

.filter-group-title {
    display: block;
    font-size: 1.28571em;
    margin-bottom: 10px
}

.filter-group {
    position: relative
}

.filter-item {
    margin: 0;
    cursor: pointer;
    line-height: 25px;
    min-width: 100%;
    float: left;
    padding: 0 15px 0 1px
}

.filter-item .label_relative {
    position: relative
}

.filter-item .label_relative .filter_tt {
    padding-left: 5px;
    display: inline-block
}

.filter-item.filter-color-size {
    min-width: 0;
    padding: 0
}

.filter-item.filter-size {
    min-width: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    text-align: left;
    margin-right: 5px;
    line-height: 30px;
    color: #252525;
    position: relative
}

.filter-item.filter-size:hover {
    color: #ff8c04
}

.filter-item.filter-size .fa {
    opacity: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 21px;
    line-height: 30px
}

.filter-item .name_color {
    line-height: 25px;
    display: inline-block;
    height: 20px;
    position: absolute;
    font-size: 14px;
    color: #787883;
    text-transform: inherit
}

.filter-item * {
    color: #333;
    cursor: pointer;
    font-size: 1em;
    font-weight: 400
}

.filter-item.size .tags_size {
    position: relative;
    width: calc(100% - 30px);
    -o-width: calc(100% - 30px);
    -moz-width: calc(100% - 30px);
    -webkit-width: calc(100% - 30px);
    display: inline-block;
    float: left;
    padding-left: 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #2f2f33
}

.filter-item.size .tags_size:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid transparent
}

.filter-item.size input:checked+.tags_size:before {
    border-color: #ff8c04
}

.filter-item.color {
    min-width: 50%
}

.filter-item.color a, .filter-item.color label {
    font-family: 'Opens Sans', sans-serif;
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 0;
    font-size: 14px;
    line-height: 20px
}

.filter-item.color .fa {
    width: 20px;
    height: 20px;
    background: red;
    position: relative;
    border-radius: 50%;
    top: 4px
}

.filter-item.color .fa:before {
    display: none
}

.filter-item.color .fa.trang:hover:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%
}

.filter-item.color .fa:hover:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border: none
}

.filter-item.color input:checked+.fa:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border: 0 solid #fff;
    border-radius: 50%
}

.filter-item.color input:checked+.fa.trang:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 0;
    border: 1px solid #fff
}

.filter-item.color input:checked+.fa:after {
    font-family: 'FontAwesome';
    display: block;
    content: "\f00c";
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 3px
}

.filter-item.color input:checked+.fa.trang:after {
    font-family: 'FontAwesome';
    display: block;
    content: "\f00c";
    color: #333;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 3px
}

.filter-item--green :hover {
    color: #ff8c04
}

.filter-item--half {
    display: inline-block;
    width: 48%;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 3px
}

.filter-item--check-box input {
    display: none
}

.filter-item--check-box .fa {
    margin-right: 10px;
    width: 14px;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    top: 2px
}

.filter-item--check-box input+.fa:before {
    content: "";
    margin-right: 5px;
    font-size: 18px;
    /*border: solid 1px #ebebeb;*/
    border: solid 1px #dedede;
    line-height: 40px;
    position: absolute;
    top: -17px;
    height: 20px !important;
    width: 20px;
    border-radius: 2px
}

.filter-item--check-box input:checked+span {
    color: #ff8c04
}

.filter-item--check-box input:checked+.fa, .filter-item--check-box input+span {
    color: #ff8c04
}

.filter-item--check-box input:checked+.fa:after, .filter-item--check-box input+span:after {
    font-family: 'FontAwesome';
    color: #ff8c04;
    content: "\f00c";
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: -17px;
    font-size: 12px;
    left: 4px
}

.filter-item--check-box input:checked+.fa:before, .filter-item--check-box input+span:before {
    border-color: #ff8c04
}

.filter-container__selected-filter {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee
}

.filter-container__selected-filter-header {
    margin-bottom: 5px
}

.filter-container__selected-filter-header-title {
    font-size: 18px;
    font-weight: 700;
    color: #0038AE
}

.filter-container__clear-all {
    float: right;
    color: #333;
    margin-top: 3px
}

.filter-container__selected-filter-item {
    padding: 3px 0
}

.filter-container__selected-filter-item>a {
    color: #333;
    font-size: .92857em
}

.filter-container__selected-filter-item .fa {
    margin-right: 10px;
    color: #F44336
}

#popup-cart-desktop {
    width: 900px;
    background: #f9f9f9;
    float: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 0;
    bottom: 9%;
    border-radius: 0
}

#popup-cart-desktop .title-popup-cart {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 15px 75px 15px 55px;
    margin: 0;
    background: #f0f0f0;
    color: #000
}

#popup-cart-desktop .title-popup-cart:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 18px;
    color: #333;
    position: absolute;
    left: 30px;
    top: 13px;
    width: 30px;
    height: 30px
}

#popup-cart-desktop .title-popup-cart i {
    color: #ff8c04;
    padding: 5px;
    border: solid 1px;
    border-radius: 50%
}

#popup-cart-desktop .title-popup-cart .cart-popup-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff
}

#popup-cart-desktop .title-popup-cart .cart-popup-name a {
    color: #ff8c04
}

#popup-cart-desktop .title-popup-cart .cart-popup-name:hover>a {
    text-decoration: none
}

#popup-cart-desktop .title-quantity-popup {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: #2f2f33;
    line-height: 25px;
    cursor: pointer;
    padding: 20px 0 10px 35px;
    background: #fff;
    margin: 0;
    width: 100%;
    float: left
}

#popup-cart-desktop .title-quantity-popup.bottom_ {
    padding: 15px 0 10px 35px
}

#popup-cart-desktop .title-quantity-popup:hover {
    color: #ff8c04
}

#popup-cart-desktop .title-quantity-popup span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ff8c04
}

#popup-cart-desktop .title-quantity-popup.right_ {
    text-align: right
}

#popup-cart-desktop .title-quantity-popup.right_ p {
    margin: 0;
    padding: 0
}

#popup-cart-desktop .content-popup-cart {
    padding: 0 35px;
    background: #fff;
    overflow: hidden
}

#popup-cart-desktop .content-popup-cart .thead-popup {
    border-bottom: solid 1px #ebebeb;
    float: left;
    width: 100%;
    clear: both
}

#popup-cart-desktop .content-popup-cart .thead-popup>div {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #2f2f33
}

#popup-cart-desktop .content-popup-cart .thead-popup>div:first-child {
    padding-left: 0
}

#popup-cart-desktop .content-popup-cart .tbody-popup {
    width: 100%;
    float: left;
    clear: both;
    max-height: 260px;
    overflow-y: scroll;
    border-top: none
}

#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar {
    background: #fff;
    width: 4px
}

#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-button {
    background: #fff;
    width: 4px
}

#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-track {
    background: #ff8c04;
    width: 4px
}

#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-track-piece {
    background: #fff;
    width: 4px
}

#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-thumb {
    background: #ccc;
    width: 4px
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup {
    width: 100%;
    float: left;
    clear: both;
    border-bottom: 1px solid #ddd;
    min-height: 130px
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup:last-child {
    border-bottom: 0
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup>div {
    float: left;
    padding: 15px 0
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup div.height {
    height: 130px
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup div.height.image_ {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex !important;
    flex-flow: column;
    justify-content: center
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-remove {
    font-family: 'Opens Sans', sans-serif;
    margin: 0;
    position: relative;
    margin-top: 50%;
    font-size: 20px
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image {
    display: block;
    padding: 0;
    float: left
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image .product-image {
    height: 130px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex !important;
    flex-flow: column;
    justify-content: center
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    padding: 10px 10px 10px 0
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info {
    display: block;
    float: left;
    width: 100%;
    margin-left: 20px
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info p {
    margin: 0;
    padding-right: 15px;
    max-width: 250px
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a {
    font-family: 'Gotham', sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: 400;
    position: relative;
    margin-top: 0;
    color: #2f2f33
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a:hover {
    color: #ff8c04;
    text-decoration: none
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .variant-title-popup {
    font-size: 13px;
    margin-bottom: 5px;
    color: #333
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-remove a {
    font-size: 14px;
    color: #898989
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .remove-item-cart {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    display: block;
    color: #898989
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .remove-item-cart:hover {
    text-decoration: none
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price {
    padding: 0
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price span {
    display: block
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .price {
    font-family: 'Gotham_bold', sans-serif;
    font-weight: 700;
    color: #ff8c04;
    font-size: 13px;
    line-height: 25px
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .compare-price {
    color: #333;
    font-size: 12px;
    text-decoration: line-through;
    font-weight: 400
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .compare-divide {
    font-size: 12px;
    color: #d71515
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .qty_thuongdq {
    position: relative
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .num1 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    right: 35px;
    top: 20px
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .num1 .fa {
    margin-top: -3px
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .num2 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 0 !important;
    right: 35px;
    top: 0
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .num2 .fa {
    margin-bottom: -2px
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .items-count {
    border: 0 solid #ebebeb;
    outline: none;
    background: transparent;
    height: 20px;
    margin-top: 0;
    width: 20px;
    text-align: center;
    vertical-align: top;
    padding: 0;
    color: #777;
    font-size: 14px;
    position: absolute;
    line-height: 0
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .number-sidebar {
    border: 1px solid #ebebeb;
    height: 40px;
    margin-left: -1px;
    text-align: center;
    width: 100px;
    vertical-align: top;
    margin-right: -1px;
    border-radius: 5px;
    margin-top: 0;
    display: inline-block;
    min-height: 24px;
    padding: 0
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .remove-item-cart {
    display: inline-block;
    line-height: 28px;
    color: #333;
    text-align: left
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .cart-price {
    display: block;
    font-family: 'Gotham_bold', sans-serif;
    font-weight: 400;
    color: #ff8c04;
    font-size: 14px;
    line-height: 25px
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .cart-price span {
    font-size: 14px;
    margin-right: 5px;
    font-weight: 700
}

#popup-cart-desktop .content-popup-cart .tfoot-popup {
    width: 100%;
    float: left;
    clear: both;
    border-top: solid 1px #ebebeb;
    padding: 0 0 20px
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 {
    padding: 0
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship {
    font-size: 13px;
    width: 320px
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship img {
    float: left;
    margin-right: 10px
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship p {
    line-height: 20px;
    font-family: 'Opens Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    margin: 0 15px 10px;
    padding-left: 10px;
    text-transform: uppercase
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship p:before {
    font-family: 'FontAwesome';
    content: "\f0d1";
    font-size: 20px;
    position: absolute;
    left: 31px
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship .btn-continue {
    font-family: 'Opens Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    background: #ff8c04;
    border: solid 1px #ff8c04;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 25px;
    margin-top: 5px;
    cursor: pointer
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total .tongtien {
    margin: 0;
    padding: 0
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total .vanchuyen {
    font-weight: 300;
    color: #ff8c04
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: right
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p .total-price {
    font-family: 'Montserrat', sans-serif;
    color: #ff8c04;
    font-size: 18px
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total .button.btn-continue {
    margin: 10px;
    background: transparent;
    font-size: 14px;
    float: left;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    outline: none;
    color: #ff8c04;
    position: absolute;
    margin-top: -25px;
    text-decoration: none
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total .button.btn-proceed-checkout {
    background: #ff8c04;
    font-size: 16px;
    float: right;
    display: block;
    font-family: 'Montserrat', sans-serif;
    border: solid 1px #ff8c04;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 0;
    height: 50px;
    font-weight: 700;
    line-height: 50px;
    padding: 0 30px;
    position: relative;
    text-decoration: none
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total .button.btn-proceed-checkout span {
    margin-left: 15px
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total .button.btn-proceed-checkout:hover {
    background: #fff;
    color: #ff8c04;
    border-color: #ff8c04;
    text-decoration: none
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 a {
    cursor: pointer
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-continue {
    margin: 10px;
    background: transparent;
    font-size: 14px;
    float: left;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    outline: none;
    color: #ff8c04;
    position: absolute;
    margin-top: -25px;
    text-decoration: none
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout {
    background: #ff8c04;
    font-size: 12px;
    float: right;
    line-height: 22px;
    display: block;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: 8px 44px;
    border: solid 1px #ff8c04;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-top: 25px
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout:hover {
    background: #fff;
    color: #ff8c04;
    border-color: #ff8c04;
    text-decoration: none
}


.fancybox-skin {
    background: #fff !important
}

.modal-content {
    border: none;
    box-shadow: none;
    border-radius: .5rem;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0
}

.modal-header {
    background-color: #ff8c04;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-header .close {
    margin-top: -2px
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.modal-header .modal-title {
    padding-left: 6rem;
    position: relative;
    min-height: 44px;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    line-height: 44px;
    color: #fff
}

.modal-header .modal-title span {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 23px;
    text-align: center;
    line-height: 44px;
    color: #ff8c04;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: #fff
}

@media (max-width: 480px) {
    .modal-header .modal-title {
        line-height: 24px !important
    }
}

.media:first-child {
    margin-top: 0
}

.media-body .product-title {
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 400
}

.media-body .product-new-price {
    font-family: 'Gotham_bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ff8c04
}

.btn-outline-red {
    background: #fff;
    color: #ff8c04 !important;
    font-size: 17px;
    line-height: normal;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #ff8c04;
    text-align: center;
    margin-top: 1.5rem
}

.btn-red {
    background: #ff8c04;
    color: #fff !important;
    font-size: 17px;
    line-height: normal;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    text-align: center;
    margin-top: 1.5rem
}

.media .media-left {
    padding-right: 1em
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media .thumb-1x1 {
    width: 7.7rem
}

body {
    background: #fff
}

.awe-section-1 {
    margin-bottom: 0
}

.awe-section-2 {
    margin-bottom: 0
}

.awe-section-3 {
    margin-bottom: 30px
}

.awe-section-4 {
    margin-bottom: 0
}

.awe-section-5 {
    margin-bottom: 30px
}

.awe-section-6 {
    margin-bottom: 0
}

.awe-section-7 {
    margin-bottom: 30px
}

.awe-section-8 {
    margin-bottom: 0
}

.awe-section-9 {
    margin-bottom: 30px
}

.awe-section-10 {
    margin-bottom: 0
}

.awe-section-11 {
    margin-bottom: 30px
}

@font-face {
    font-family: 'Simple-icon';
    src: url("../fonts/simple-line-icons.eot?v=2.4.0");
    src: url("../fonts/simple-line-icons.eot?v=2.4.0#iefix") format("embedded-opentype"),
    url("../fonts/simple-line-icons.woff2?v=2.4.0") format("woff2"),
    url("../fonts/simple-line-icons.ttf?v=2.4.0") format("truetype"),
    url("../fonts/simple-line-icons.woff?v=2.4.0") format("woff"),
    url("../fonts/simple-line-icons.svg?v=2.4.0#simple-line-icons") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Neo';
    src: url("../fonts/utm_neo_sans.ttf?1528187929957");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'LinoType';
    src: url("../fonts/linotype.ttf?1528187929957");
    font-weight: normal;
    font-style: normal
}

body {
    overflow-x: hidden;
    word-break: break-word
}

.title-head {
    font-size: 1.42857em;
    font-weight: 700;
    color: #2f2f33;
    text-decoration: none;
    margin: 0
}

.title-head a {
    color: #2f2f33
}

.title-head a:hover {
    color: #ff8c04
}

.subtitle-head {
    font-size: 1.28571em;
    color: #2f2f33;
    margin: 20px 0
}

.saler_item:hover:before {
    opacity: 1
}

.product-box .product-thumbnail.display_flex {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    max-height: 240px;
    height: 180px
}

.product-box .product-thumbnail a img {
    max-width: 100%;
    margin: 0 auto
}

.product-box .product-name {
    margin-top: 10px
}

.product-box .product-name a {
    line-height: 20px
}

@media (min-width: 1200px) {
    .product-col {
        border: solid 1px transparent
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    .product-col:hover .product-info.effect {
        margin-top: -60px;
        position: absolute;
        z-index: 1;
        background: #fff
    }

    .product-col:hover .product-info.effect .action_image {
        display: block;
        visibility: visible
    }
}

@media (max-width: 1199px) {
    .product-box {
        margin: 0 0 15px
    }
}

.icon-magnifier-add:before {
    font-family: 'simple-line-icons';
    content: "\e091"
}

.icon-heart:before {
    font-family: 'simple-line-icons';
    content: "\e08a"
}

.icon-heart-o:before {
    font-family: 'simple-line-icons';
    content: "\e08a";
    color: #ff8c04
}

.icon-basket:before {
    font-family: 'simple-line-icons';
    content: "\e04e"
}

.icon-settings:before {
    font-family: 'simple-line-icons';
    content: "\e09a"
}

.product-col {
    margin-bottom: 30px
}

.product-col .product-box {
    margin-bottom: 30px
}

.product-col .product-box .product-thumbnail .image_link.display_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 180px
}

.product-col .product-box .product-thumbnail .image_link.display_flex img {
    max-height: 100%;
    width: auto !important;
    max-width: 100%;
    display: block
}

.cart_button_style {
    box-shadow: none;
    border-radius: 5px;
    outline: none;
    height: 30px;
    background-color: #fff;
    display: inline-block;
    margin-right: 0;
    line-height: 30px;
    text-align: center;
    padding: 0 15px;
    text-decoration: none;
    position: relative;
    border: solid 1px #ff8c04;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #ff8c04
}

.cart_button_style:hover {
    background: #ff8c04;
    color: #fff;
    border-color: #ff8c04
}

.product-box {
    text-align: left;
    background: transparent;
    position: relative
}

.product-box .product-thumbnail {
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    z-index: 1
}

.product-box .product-thumbnail>a {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative
}

.product-box .product-thumbnail>a.image_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 220px
}

@media (max-width: 375px) {
    .product-box .product-thumbnail>a.image_link {
        height: 150px;
    }
}

.product-box .product-thumbnail>a.image_link img {
    max-width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.product-box .product-thumbnail>a.image_link:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    left: 0;
    z-index: 9;
    background: #fff
}

.product-box .product-thumbnail a img {
    width: auto;
    max-height: 100%;
    max-width: 100%
}

.product-box .product-thumbnail:hover .image_link:before {
    opacity: .4
}

.product-box .product-thumbnail:hover .product-action-grid {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.product-box .product-info {
    overflow: hidden;
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 0 0 0;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    float: left;
    overflow: hidden
}

.product-box .collection_na {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #76767e;
    margin-top: 10px
}

.product-box .product-name {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    color: #2f2f33;
    margin-bottom: 0;
    margin-top: 15px;
    height: 40px;
    overflow: hidden;
    text-align: center;
}

.product-box .product-name a {
    font-size: 13px;
    color: #2f2f33;
    text-decoration: none
}

.product-box .product-name a:hover {
    color: #ff8c04
}

.product-box .grid_reviews {
    text-align: center;
    margin-bottom: 0
}

.product-box .grid_reviews .nhanhvn-product-reviews-badge {
    float: left
}

.product-box .grid_reviews .nhanhvn-product-reviews-badge p {
    display: none
}

.product-box .price-box {
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 767px) {
    .product-box .price-box {
        min-height: 46px;
        margin-bottom: 0
    }
}

.product-box .product-price {
    font-family: 'Poppins', sans-serif;
    color: #ff8c04;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    margin-right: 0;
    font-weight: normal
}

.product-box .product-price-old {
    font-family: 'Poppins', sans-serif;
    text-decoration: line-through;
    font-size: 12px;
    color: #acacac;
    margin-right: 15px;
    line-height: 18px;
    font-weight: 300;
    margin-right: 10px
}

.product-box .product-summary {
    font-size: 1em;
    color: #acacac;
    line-height: 20px
}

.product-box .product-summary img {
    display: none
}

.product-box form {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-bottom: 20px
}

.action_image {
    visibility: hidden;
    display: none;
    z-index: 999;
    width: 100%;
    float: left
}

.action_image .owl_image_thumb_item {
    margin-top: 10px
}

.action_image .owl_image_thumb_item .product_image_list {
    overflow: hidden
}

.action_image .owl_image_thumb_item .product_image_list .item_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 55px;
    border: solid 1px #ebebeb;
    cursor: pointer;
    overflow: hidden;
    padding: 5px
}

@media (max-width: 1440px) {
    .action_image .owl_image_thumb_item .product_image_list .item_image {
        height: 45px
    }
}

.action_image .owl_image_thumb_item .product_image_list .item_image img {
    max-height: 100%;
    width: auto !important;
    max-width: 100%;
    display: block
}

.action_image .owl_image_thumb_item .product_image_list .item_image:hover {
    border-color: #ff8c04
}

.action_image .owl_image_thumb_item .product_image_list .owl-nav .owl-prev, .action_image .owl_image_thumb_item .product_image_list .owl-nav .owl-next {
    width: 20px !important;
    height: 20px !important;
    background: #ff8c04 !important;
    line-height: 20px !important;
    text-align: center;
    top: 60% !important
}

.action_image .owl_image_thumb_item .product_image_list .owl-nav .owl-prev:before, .action_image .owl_image_thumb_item .product_image_list .owl-nav .owl-next:before {
    height: 20px !important;
    width: 20px !important;
    line-height: 20px !important;
    color: #fff;
    border: none;
    background: #ff8c04 !important
}

.action_image .owl_image_thumb_item .product_image_list .owl-nav .owl-prev:before {
    content: "" !important;
    font-family: 'FontAwesome';
    font-size: 12px
}

.action_image .owl_image_thumb_item .product_image_list .owl-nav .owl-next:before {
    content: "" !important;
    font-family: 'FontAwesome';
    font-size: 12px
}

.action_image .owl_image_thumb_item .product_image_list .owl-dots {
    display: none
}

.product-price {
    color: #ff8c04;
    font-size: 1.42857em;
    line-height: 24px;
    display: block;
    font-weight: 700
}

.item_product_list {
    padding: 30px 0;
    border-bottom: solid 1px #ebebeb
}

.item_product_list:hover .product-box .product-thumbnail.image_link:before {
    opacity: 0.7
}

.item_product_list:hover .product-box .product-thumbnail .product-action-grid {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.item_product_list .product-box.product-box-list {
    padding: 0;
    margin: 0
}

.item_product_list .product-box.product-box-list .product-thumbnail {
    position: relative
}

.item_product_list .product-box.product-box-list .product-info {
    width: auto;
    overflow: unset
}

.item_product_list .product-box.product-box-list .product-info .product-name {
    font-family: 'Poppins', sans-serif;
    color: #2f2f33;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px
}

.item_product_list .product-box.product-box-list .product-info .type_product {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #969696;
    line-height: 24px;
    margin: 0 15px 5px 0;
    display: inline-block
}

.item_product_list .product-box.product-box-list .product-info .price-box {
    margin-bottom: 5px
}

.item_product_list .product-box.product-box-list .product-info .product-price {
    font-size: 13px;
    font-family: 'Poppins', sans-serif
}

.item_product_list .product-box.product-box-list .product-info .product-summary {
    margin-bottom: 30px
}

.item_product_list .product-box.product-box-list .product-info .product-summary img {
    display: none
}

.item_product_list .product-box.product-box-list .product-info .product-summary p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #898989;
    line-height: 21px;
    width: 100%
}

@media (min-width: 1200px) {
    .item_product_list .product-box.product-box-list .product-info .product-action-list {
        width: 100%;
        top: calc(100% / 2 - 25px);
        height: 40px;
        text-align: center;
        text-decoration: none;
        margin: 20px 0 0
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form {
        display: block;
        text-align: left
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40 {
        width: 40px;
        height: 40px;
        box-shadow: none;
        outline: none;
        border-style: none;
        background-color: #ebebeb;
        display: inline-block;
        margin-right: 5px;
        line-height: 40px;
        text-align: center;
        padding: 0;
        text-decoration: none;
        border-radius: 20px
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40.btn-cart {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        color: #fff;
        height: 40px;
        display: inline-block;
        border-style: none;
        padding: 0 25px;
        line-height: 39px;
        background: #ff8c04;
        border: solid 1px #ff8c04;
        border-radius: 20px;
        font-size: 12px;
        width: auto
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40.btn-cart span {
        color: #fff;
        text-transform: uppercase
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40.btn-cart:hover {
        background: #fff;
        border-color: #ff8c04;
        color: #ff8c04
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40.btn-cart:hover span {
        color: #ff8c04
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40.iwishAddWrapper {
        margin: 0 !important;
        border-radius: 20px;
        border: none;
        text-decoration: none;
        background-color: transparent !important;
        color: #cfd2db
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40.iwishAddWrapper .fa {
        color: #cfd2db
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40.iwishAddWrapper:hover {
        background-color: #fff !important
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40.iwishAddWrapper:hover .fa {
        color: #ff8c04 !important
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40.iwishAddWrapper.iWishAdd {
        color: #cfd2db
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40.iwishAddWrapper.iWishAdd .fa {
        color: #cfd2db
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40.iwishAddWrapper.iWishAdded {
        color: #ff8c04
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40.iwishAddWrapper.iWishAdded .fa {
        color: #ff8c04
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40 i {
        color: #252525;
        font-size: 17px;
        font-style: normal;
        line-height: 40px
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40 i.fa-heart {
        color: #ff8c04
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40:hover {
        background-color: #ff8c04
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40:hover i {
        color: #fff !important
    }

    .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40:hover i.icon-heart-o:before {
        color: #fff
    }
}

@media (max-width: 1199px) {
    .item_product_list .product-box.product-box-list .product-info .product-action-list {
        display: none
    }
}

.products-view-list .product-box .product-thumbnail {
    margin-bottom: 0;
    padding-left: 0;
    position: relative
}

.products-view-list .product-box .product-thumbnail.image_link:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    left: 0;
    z-index: 9;
    background: #fff
}

.products-view-list .product-box .product-thumbnail .product-action-grid {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.products-view-list .product-box .product-thumbnail .product-action-grid form {
    text-align: center !important
}

.products-view-list .product-box .product-info {
    padding-top: 0;
    text-align: left;
    background: transparent;
    border-top: none;
    padding-bottom: 0
}

.bread-crumb {
    background-image: url("../img/bg/bg_breadcrumb.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left
}

.bread-crumb .title-page {
    padding: 25px 0 10px
}

.bread-crumb .title-page .title-head-page {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #2f2f33;
    line-height: 24px
}

.breadcrumb {
    font-family: "Poppins", sans-serif;
    margin: 0;
    font-size: 14px;
    padding: 15px 0 15px;
    border-radius: 0;
    line-height: 24px;
    background-color: transparent
}

.breadcrumb li {
    display: inline
}

.breadcrumb li>a {
    color: #898989
}

.breadcrumb li>a>span {
    color: #898989
}

.breadcrumb li .mr_lr {
    padding: 0 5px;
    color: #898989
}

.breadcrumb li span {
    display: inline;
    color: #898989
}

.breadcrumb li span .fa {
    color: #898989;
    padding: 0 5px
}

.breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
    color: #2f2f33;
    font-weight: normal;
    text-decoration: none
}

.breadcrumb li a:hover span, .breadcrumb li.active span, .breadcrumb li strong span {
    color: #2f2f33
}

.breadcrumb>li + li:before {
    display: none
}

.ful-right {
    float: right
}

.page_article .pagination .page-link {
    margin: 0 2.5px
}

.search-main {
    min-height: 400px
}

.products-view-list .paginate_position {
    top: 0 !important
}

.paginate_position {
    height: 35px;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1
}

.paginate_position .pagination {
    float: none;
    margin: 0 !important
}

.pagination {
    margin: 10px auto 10px !important;
    float: none
}

.pagination .page_button {
    float: left;
    margin: 0 1px;
    text-align: center;
    padding: 0;
    height: 30px;
    width: 30px;
    border: solid 1px #ebebeb;
    font-size: 12px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    color: #333;
    border-radius: 0% !important;
    text-decoration: none;
    border-radius: 0 !important;
    background-color: #ecede7
}

.pagination .page_button .fa {
    padding: 0 5px;
    line-height: 30px
}

.pagination .page_button:hover {
    color: #fff !important;
    background-color: #ff8c04 !important;
    border-color: #ff8c04 !important
}

.pagination .page_button:hover .fa {
    color: #fff !important
}

.pagination .page-link {
    float: left;
    margin: 2.5px;
    width: 30px;
    text-align: center;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    color: #333;
    border-radius: 0% !important;
    border: solid 1px #ebebeb;
    text-decoration: none;
    padding: 0;
    border-radius: 0 !important;
    margin: 0 2.5px;
    background-color: #ecede7
}

.pagination .page-link:hover {
    border-color: #ff8c04;
    color: #fff;
    background-color: #ff8c04
}

@media (max-width: 767px) {
    .pagination .page-link {
        margin: 0 !important
    }
}

.pagination .page-link-title {
    float: left;
    text-align: center;
    height: 30px;
    width: 30px;
    font-size: 12px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    color: #333;
    border-radius: 0 !important;
    border: solid 1px #ebebeb;
    text-decoration: none;
    padding: 0 12px;
    background-color: #ecede7
}

.pagination .page-link-title .fa {
    font-size: 15px
}

.pagination .page-link-title:hover {
    color: #fff;
    text-decoration: none;
    background: #ff8c04;
    border-color: #ff8c04
}

@media (max-width: 991px) {
    .pagination .page-link-title {
        margin: 5px !important;
        padding: 0 !important
    }
}

.pagination .page-item {
    text-align: center
}

.pagination .page-item.disabled .page-link {
    border: 0;
    display: none
}

.pagination .page-item.active .page-link {
    border-color: #ff8c04;
    color: #fff;
    display: block;
    padding: 0;
    line-height: 30px;
    background: #ff8c04;
    text-align: center
}

.opacity:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5;
    background: #000;
    opacity: .3;
    left: 0;
    top: 0
}

.header_top_bar {
    height: 40px;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    overflow: hidden;
    background: #fff
}

.header_top_bar .contact_top.right {
    float: right
}

.header_top_bar .contact_top li {
    float: left;
    color: #ffffff
}

.header_top_bar .contact_top li:nth-child(2) {
    padding-left: 60px;
    position: relative
}

.header_top_bar .contact_top li:nth-child(2):before {
    content: "";
    height: 10px;
    width: 1px;
    background: #dcdcdc;
    position: absolute;
    left: 20px;
    top: 15px
}
.header_top_bar .contact_top li:nth-child(3) {
    padding-left: 60px;
    position: relative
}

.header_top_bar .contact_top li:nth-child(3):before {
    content: "";
    height: 10px;
    width: 1px;
    background: #dcdcdc;
    position: absolute;
    left: 20px;
    top: 15px
}
.header_top_bar .contact_top li a, .header_top_bar .contact_top li span,.header_top_bar .contact_top li p {
    color: #464646;
    text-decoration: none
}

.header_top_bar .contact_top li a .ti, .header_top_bar .contact_top li span .ti {
    line-height: 40px;
    padding-right: 5px;
    position: relative
}

.header_top_bar .contact_top li a .ti:before, .header_top_bar .contact_top li span .ti:before {
    position: absolute;
    left: -15px;
    top: 1px;
    line-height: normal
}

.header_top {
    margin-bottom: 0;
    height: 94px
}

@media (max-width: 767px) {
    .header_top {
        height: auto
    }
}

.header_top .topbar_wrap .head_content {
    height: 94px;
    position: relative;
    padding: 0;
    border-top: 1px solid #ebebeb
}

.header_top .topbar_wrap .head_content .ul_social_top {
    height: 94px;
    line-height: 94px;
    padding: 33px 0;
    float: left
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    float: left;
    display: inline-block;
    margin-right: 10px;
    text-align: center
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social.fb {
    background: #3b5999
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social.fb:hover {
    border: solid 1px #3b5999;
    background: #fff
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social.fb:hover .fa {
    color: #3b5999
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social.mes {
    background: #4cd6f4
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social.mes:hover {
    border: solid 1px #4cd6f4;
    background: #fff
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social.mes:hover .fa {
    color: #4cd6f4
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social.phone {
    background: #f4574c
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social.phone:hover {
    border: solid 1px #f4574c;
    background: #fff
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social.phone:hover .fa {
    color: #f4574c
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social a {
    display: block
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social .fa {
    font-size: 14px;
    color: #fff
}

.header_top .topbar_wrap .head_content .logo_top {
    overflow: hidden;
    height: 94px;
    text-align: center;
    margin: 0 auto;
    float: left;
}

@media (max-width: 991px) {
    .header_top .topbar_wrap .head_content .logo_top {
        float: none
    }

    .header_top .topbar_wrap .head_content .logo_top a {
        width: 160px;
        margin: 0 auto
    }
}

.header_top .topbar_wrap .head_content .logo_top a {
    display: block;
    line-height: 94px;
    text-align: left
}

.header_top .topbar_wrap .head_content .logo_top a img {
    margin-left: 0;
    max-height: 94px;
    width: auto;
}

.header_top .topbar_wrap .head_content .header_top_cart {
    right: 15px;
    height: 94px;
    line-height: 94px;
    z-index: 5
}

.search-cart .iwishlist_ {
    float: left;
    height: 130px;
    position: relative;
    z-index: 9;
    margin-right: 15px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search-cart .iwishlist_ {
        margin-right: 10px
    }
}

.search-cart .iwishlist_:hover .toolstip_iwish {
    display: block
}

.search-cart .iwishlist_:hover .fa {
    color: #fff
}

.search-cart .iwishlist_:hover:before {
    background: #ff8c04;
    border-color: #ff8c04
}

.search-cart .iwishlist_:before {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    border: solid 1px #ebebeb;
    background: #fff;
    border-radius: 50%;
    left: -5px;
    top: 20px;
    box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
    -o-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
    -moz-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
    -webkit-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05)
}

.search-cart .iwishlist_ span {
    display: block;
    width: 100%
}

.search-cart .iwishlist_ span a {
    display: inline-block;
    width: 50px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px
}

.search-cart .iwishlist_ span a .fa {
    line-height: 60px;
    font-size: 16px;
    color: #333;
    position: absolute;
    top: 19px;
    right: 2px;
    width: 50px;
    height: 55px;
    display: inline-block
}

.search-cart .iwishlist_ .toolstip_iwish {
    display: none;
    position: absolute;
    top: 95px;
    right: -60px;
    z-index: 99;
    min-width: 175px;
    height: 40px;
    z-index: 99
}

.search-cart .iwishlist_ .toolstip_iwish:hover .in_ {
    color: #ff8c04
}

.search-cart .iwishlist_ .toolstip_iwish .in_ {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border: solid 1px #ebebeb;
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    min-width: 175px;
    background: #fff;
    padding: 0 10px;
    text-decoration: none
}

.search-cart .iwishlist_ .toolstip_iwish .in_:after, .search-cart .iwishlist_ .toolstip_iwish .in_:before {
    bottom: 100%;
    right: 42%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.search-cart .iwishlist_ .toolstip_iwish .in_:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 11px;
    margin-left: -11px
}

.search-cart .iwishlist_ .toolstip_iwish .in_:before {
    border-color: rgba(235, 235, 235, 0);
    border-bottom-color: #ebebeb;
    border-width: 14px;
    margin-right: -3px
}

.search-cart .use_register {
    float: left;
    height: 130px;
    position: relative;
    z-index: 9;
    float: right
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search-cart .use_register {
        margin-right: 60px !important
    }
}

@media (min-width: 1200px) {
    .search-cart .use_register {
        margin-right: 25px;
        width: 40px;
        padding-left: 10px
    }
}

.search-cart .use_register:hover:before {
    background: #ff8c04;
    border-color: #ff8c04
}

.search-cart .use_register:hover i {
    color: #fff
}

.search-cart .use_register span i {
    color: #333;
    font-size: 17px;
    position: absolute;
    top: 39px;
    left: 16px
}

.search-cart .use_register span i.icon-user:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../img/icons/user_icon.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    right: 5px
}

.search-cart .use_register span.drop {
    display: inline-block;
    position: relative;
    line-height: 112px
}

.search-cart .use_register span.drop .fa {
    margin-top: 0;
    position: absolute;
    top: -16px
}

.search-cart .use_register:hover>.wrap_login_ {
    display: block
}

.search-cart .use_register .wrap_login_ {
    display: none;
    position: absolute;
    z-index: 999999;
    width: 130px;
    box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
    -o-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
    -moz-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
    -webkit-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
    border-top: 0;
    margin-top: -10px;
    right: -12px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search-cart .use_register .wrap_login_ {
        top: 110px;
        right: -50px
    }
}

.search-cart .use_register .login_and_register {
    border: 1px solid #ebebeb
}

.search-cart .use_register .login_and_register:after, .search-cart .use_register .login_and_register:before {
    bottom: 100%;
    right: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.search-cart .use_register .login_and_register:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 11px;
    margin-left: -11px
}

.search-cart .use_register .login_and_register:before {
    border-color: rgba(235, 235, 235, 0);
    border-bottom-color: #ebebeb;
    border-width: 14px;
    margin-right: -3px
}

.search-cart .use_register .login_and_register li {
    line-height: 38px;
    background: #fff
}

.search-cart .use_register .login_and_register li:last-of-type {
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb
}

.search-cart .use_register .login_and_register li .fa {
    display: block;
    float: left
}

.search-cart .use_register .login_and_register li a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 0 23px;
    display: block;
    color: #2f2f33;
    text-align: left
}

.search-cart .use_register .login_and_register li a:hover {
    color: #fff
}

.search-cart .use_register .login_and_register li:hover a {
    color: #ff8c04;
    text-decoration: none
}

.search-cart .searchsmall {
    position: absolute;
    padding: 20px 10px;
    right: 50px
}

.search-cart .searchsmall .showsearchfromtop {
    line-height: 40px;
    padding: 32px 10px;
    cursor: pointer
}

.search-cart .searchsmall .showsearchfromtop i {
    color: #333;
    font-size: 16px;
    position: relative
}

.search-cart .searchsmall .showsearchfromtop:hover i {
    color: #ff8c04
}

.search-cart .top-cart-contain .mini-cart {
    padding: 0 0;
    height: 94px;
    line-height: 94px;
    margin-left: 25px
}

.search-cart .top-cart-contain .mini-cart .cart-icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    color: transparent;
    margin-top: 28px;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 0;
    background: #efefef url(../img/icons/shopping-cart.png) no-repeat center center
}

@media (max-width: 767px) {
    .search-cart .top-cart-contain .mini-cart .cart-icon {
        margin-top: 13px
    }
}

@media (max-width: 1199px) {
    .search-cart .top-cart-contain .mini-cart {
        width: 40px
    }
}

.search-cart .top-cart-contain .mini-cart .heading-cart .cart_num_x {
    font-size: 11px !important;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #ff8c04;
    color: #fff !important;
    text-align: center !important;
    border-radius: 50%;
    line-height: 21px;
    z-index: 9
}

@media (max-width: 1199px) and (min-width: 992px) {
    .search-cart .top-cart-contain .mini-cart .heading-cart .cart_num_x {
        top: 17px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search-cart .top-cart-contain .mini-cart .heading-cart .cart_num_x {
        top: 18px
    }
}

@media (max-width: 767px) {
    .search-cart .top-cart-contain .mini-cart .heading-cart .cart_num_x {
        top: 17px
    }
}

.search-cart .top-cart-contain .mini-cart .heading-cart .mr_top {
    margin-top: 0;
    display: inline-block;
    background: #ff8c04;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    color: #fff;
    line-height: 23px;
    text-align: center;
    position: absolute;
    top: 23px;
    right: -9px
}

.search-cart .top-cart-contain .mini-cart .heading-cart .mr_top span {
    color: #fff
}

@media (max-width: 1199px) {
    .search-cart .top-cart-contain .mini-cart .heading-cart .mr_top {
        width: 200px;
        position: absolute;
        z-index: 99;
        background: #fff;
        border: solid 1px #ebebeb;
        padding: 10px;
        right: 13px;
        top: 40px;
        display: none
    }
}

.search-cart .top-cart-contain .mini-cart .heading-cart .ti_ {
    display: inline-block;
    width: 30px;
    float: left;
    line-height: 94px;
    font-size: 24px;
    color: #2f2f33
}

@media (max-width: 1199px) and (min-width: 992px) {
    .search-cart .top-cart-contain .mini-cart .heading-cart .ti_ {
        line-height: 94px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .search-cart .top-cart-contain .mini-cart .heading-cart .ti_ {
        line-height: 95px
    }
}

@media (max-width: 767px) {
    .search-cart .top-cart-contain .mini-cart .heading-cart .ti_ {
        line-height: 70px
    }
}

.search-cart .top-cart-contain .mini-cart .heading-cart .background_cart {
    display: inline-block;
    float: left;
    position: relative;
    line-height: 22px;
    width: 100%;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #2f2f33
}

.search-cart .top-cart-contain .mini-cart .heading-cart .background_cart:hover {
    color: #ff8c04
}

.search-cart .top-cart-contain .mini-cart .heading-cart .price_total_ {
    color: #ff8c04;
    font-weight: 400
}

.inline_contact {
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block
}

.inline_contact.a_inline {
    padding: 0 15px
}

.inline_contact.b_inline {
    padding: 0 15px
}

.wrap_s {
    height: 130px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wrap_s:hover .icon_ {
    background: #ff8c04
}

.wrap_s:hover .icon_ .fa {
    color: #fff
}

.wrap_s .icon_ {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 26px;
    border: solid 1px #ebebeb;
    display: inline-block;
    float: left;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
    -o-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
    -moz-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
    -webkit-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05)
}

.wrap_s .icon_ .fa {
    color: #2f2f33
}

.wrap_s .content_s {
    display: inline-block;
    float: left;
    padding-left: 15px;
    max-width: 300px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wrap_s .content_s {
        max-width: 210px
    }
}

.wrap_s .content_s .bold_ {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin: 0;
    color: #2f2f33;
    padding: 0;
    text-transform: uppercase
}

.wrap_s .content_s span, .wrap_s .content_s a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #2f2f33
}

.private {
    height: 94px;
    line-height: 94x
}

@media (max-width: 1199px) {
    .private {
        width: 50px;
        margin-left: 50px;
        right: 0;
        position: absolute
    }
}

.private.login_register_ {
    float: right
}

@media (max-width: 1199px) {
    .private.login_register_ {
        float: none;
        display: inline-block
    }
}

.private .wrap_log {
    line-height: 94px
}

.private .wrap_log .ti_ {
    width: 30px;
    display: inline-block;
    float: left;
    line-height: 94px;
    font-size: 24px;
    color: #2f2f33
}

@media (max-width: 1199px) {
    .private .wrap_log .ti_ {
        float: right
    }
}

.private .wrap_log a, .private .wrap_log span {
    line-height: 22px;
    font-size: 13px
}

.private .wrap_log .log {
    padding-left: 0;
    float: left;
    line-height: 22px;
    margin-top: 27px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500
}

@media (max-width: 1199px) {
    .private .wrap_log .log {
        position: absolute;
        width: 200px;
        background: #fff;
        z-index: 999;
        padding: 10px;
        border: solid 1px #ebebeb;
        top: 40px;
        right: 0;
        text-align: right;
        display: none
    }
}

.private .wrap_log .log .ww {
    display: block
}

.private .wrap_log .log .text-color {
    color: #2f2f33;
    text-decoration: none
}

.private .wrap_log .log .text-color:hover {
    color: #ff8c04
}

.private .wrap_log .log .or {
    float: left;
    color: #bdbdc6;
    font-weight: 400
}

@media (max-width: 1199px) {
    .private .wrap_log .log .or {
        float: none
    }
}

.search_action {
    position: relative
}

.search_action .button_clicked {
    float: right;
    width: 50px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 0;
    z-index: 2;
    right: 15px;
    text-align: center;
    display: inline-block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: solid 1px #ebebeb;
    background: #fff;
    border-bottom: 0
}

.search_action .button_clicked:hover {
    background: #ff8c04;
    cursor: pointer;
    border-color: #ff8c04
}

.search_action .button_clicked:hover .fa {
    color: #fff
}

.search_action .button_clicked .fa {
    font-size: 20px;
    line-height: 45px
}

.search_action .search_pc {
    position: absolute;
    width: 300px;
    top: 45px;
    z-index: 99;
    right: 15px
}

.search_action .search_pc .search_pc_fromtop form {
    padding-bottom: 0;
    margin-bottom: 0
}

.search_action .search_pc .search_pc_fromtop form input {
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border-color: #ebebeb
}

.search_action .search_pc .search_pc_fromtop form input:focus {
    outline: none;
    border-color: #ebebeb
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header_search .input-group input {
        line-height: 24px !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header_search .input-group input {
        line-height: 24px !important
    }
}

.searching {
    float: left;
    height: 95px;
    padding: 28px 0 35px 0
}

.header_search {
    overflow: hidden
}

.header_search:hover .input-group input {
    width: 70%;
    background: #fff
}

.header_search:hover .input-group-btn button:before {
    content: none
}

.header_search input {
    float: right;
    background: transparent
}

.header_search .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    line-height: 40px;
    height: 40px;
    overflow: hidden
}

.header_search .input-group-btn button {
    height: 40px;
    position: relative
}

.header_search .input-group-btn button:focus {
    box-shadow: none;
    outline: none
}

.header_search .input-group-btn button i {
    line-height: 40px;
    font-size: 17px;
    color: #333
}

.header_search .input-group-btn button i:before {
    width: 17px;
    height: 17px;
    content: "";
    background-image: url("../img/icons/search_icon.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 12px;
    left: 5px
}

.header_search .input-group-btn button:hover i {
    color: #ff8c04
}

.header_search .input-group {
    width: 100%;
    margin-bottom: 0
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header_search .input-group input {
        width: 100% !important
    }
}

.header_search .input-group input {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    height: 40px;
    line-height: 45px;
    border: none;
    overflow: hidden;
    padding: 5px 15px 5px 10px;
    width: 20px;
    margin-right: 25px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.header_search .input-group input::placeholder {
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
    color: #a0a0a0;
    font-style: italic
}

.header_search button {
    padding: 0;
    width: 45px;
    background: transparent
}

.header_search button img {
    margin-top: 6px
}

@media (max-width: 1199px) {
    .search_mobile {
        width: 30px;
        float: left;
        text-align: center;
        height: 95px;
        line-height: 95px;
        margin-right: -5px;
        margin-left: -10px
    }

    .search_mobile .search_button_mobile .icons {
        position: relative
    }

    .search_mobile .search_button_mobile .icons:before {
        width: 17px;
        height: 17px;
        content: "";
        background-image: url("../img/icons/search_icon.png");
        background-repeat: no-repeat;
        position: absolute;
        top: 40px;
        left: 5px
    }
}

header {
    background: #fff
}

header.not_bg {
    background: #fff !important
}

.topbar {
    background: #fff;
    text-align: center;
    height: 45px;
    line-height: 45px
}

.topbar .list-inline li {
    margin-right: 15px
}

.i-line {
    color: #9eaaba;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    margin-right: 30px;
    position: relative;
    float: left;
    list-style: none
}

.i-line:hover {
    color: #fff;
    cursor: pointer
}

.i-line:hover>a {
    text-decoration: none;
    color: #fff
}

.i-line:hover>.fa {
    color: #fff
}

.i-line:last-of-type {
    margin-right: 0
}

.i-line .fa {
    padding-right: 10px;
    color: #9eaaba
}

.i-line>a {
    color: #9eaaba
}

.i-line>a:hover {
    color: #fff
}

.i-line:hover>.login_and_register {
    display: block
}

.i-line .login_and_register {
    display: none;
    position: absolute;
    z-index: 999;
    width: 130px;
    -webkit-box-shadow: 0 3px 7px 0 #eee;
    -moz-box-shadow: 0 3px 7px 0 #eee;
    box-shadow: 0 3px 7px 0 #eee;
    border-top: 0;
    margin-top: 0
}

.i-line .login_and_register li {
    line-height: 45px;
    background: #303a5d
}

.i-line .login_and_register li:last-of-type {
    border-bottom: 0
}

.i-line .login_and_register li .fa {
    display: block;
    float: left
}

.i-line .login_and_register li a {
    padding: 0 23px;
    display: block;
    color: #8e99ab
}

.i-line .login_and_register li a:hover {
    color: #fff
}

.i-line .login_and_register li:hover {
    background-color: #ff8c04;
    border-top-color: #ff8c04
}

.i-line .login_and_register li:hover a {
    color: #fff;
    text-decoration: none
}

.header-main {
    height: 85px;
    line-height: 85px;
    width: 100%;
    float: left
}

.ll {
    height: 85px
}

.logo {
    display: inline-block;
    font-size: 2.85714em
}

.no-item {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    min-width: 280px
}

.no-item p {
    margin: 0;
    width: 280px;
    font-size: 12px
}

.mini-cart {
    z-index: 10;
    text-align: center
}

.mini-cart:hover .top-cart-content {
    display: block
}

.mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none
}

@media (max-width: 767px) {
    .search-cart .top-cart-contain .mini-cart .heading-cart .cart_num {
        margin-right: 23px !important
    }

    .search-cart .top-cart-contain .mini-cart .heading-cart .cart_num {
        background: transparent
    }

    span.cartCount.count_item_pr {
        font-size: 13px;
        border-radius: 50%;
        text-align: center;
        line-height: 15px
    }
}

.top-cart-contain {
    color: #333;
    padding: 0;
    right: 0;
    z-index: 1000;
    height: 95px;
    float: left;
    line-height: 70px;
    position: relative
}

@media (max-width: 1199px) and (min-width: 992px) {
    .top-cart-contain {
        right: 0 !important;
        float: right;
        margin-right: 40px
    }
}

.top-cart-contain .price {
    color: #222222;
    text-transform: uppercase
}

.top-cart-contain .mini-cart a {
    text-decoration: none
}

.top-cart-contain .mini-cart .background_cart .icons {
    color: #333;
    font-size: 18px
}

.top-cart-contain .mini-cart .background_cart .icons:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../img/icons/cart_icon.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 22px;
    left: 10px
}

.top-cart-contain .mini-cart .cart_num {
    font-family: 'Poppins', sans-serif;
    color: #adadad
}

.top-cart-contain .mini-cart .price {
    font-family: 'Poppins', sans-serif;
    margin-right: 5px;
    font-size: 13px;
    color: #ff8c04
}

.top-cart-contain .product-details .price {
    font-family: 'Poppins', sans-serif;
    color: #ff8c04;
    width: auto;
    float: none;
    padding-left: 0;
    font-size: 13px
}

@media (max-width: 1199px) {
    .top-cart-content {
        display: none !important
    }
}

.top-cart-content {
    display: none;
    position: absolute;
    top: 95px;
    right: -10px;
    background: #fff;
    padding: 0;
    text-align: left;
    box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
    -o-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
    -moz-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
    -webkit-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
    z-index: 10000
}

.top-cart-content .mini-products-list {
    position: relative
}

.top-cart-content .quaty {
    font-family: "Poppins", sans-serif !important;
    display: inline-block;
    height: 25px;
    color: #959595 !important;
    text-align: center;
    font-size: 13px !important;
    font-weight: bold;
    line-height: 26px
}

.top-cart-content .empty {
    text-align: left;
    color: #333
}

.top-cart-content .product-name {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    width: 135px;
    line-height: 22px;
    padding-right: 12px;
    text-overflow: ellipsis;
    overflow: hidden
}

.top-cart-content .product-name a {
    font-size: 14px;
    line-height: normal;
    line-height: 20px !important;
    font-weight: 400;
    color: #2f2f33
}

.top-cart-content .product-name:hover>a {
    text-decoration: none;
    color: #ff8c04
}

.top-cart-content .product-details-bottom {
    line-height: 45px
}

.top-cart-content .product-details-bottom span {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #222222
}

.top-cart-content li {
    list-style: none
}

.top-cart-content li.item {
    overflow: hidden;
    padding: 0 15px;
    position: relative
}

.top-cart-content li.item:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

.top-cart-content li.item:last-child {
    margin: 0;
    border-bottom: 0
}

.top-cart-content li.item .wrap_item {
    overflow: hidden;
    padding: 20px 15px 20px 0;
    border-bottom: solid 1px #ebebeb
}

.top-cart-content li.item .product-image {
    float: left;
    display: block;
    width: 70px;
    margin-right: 0;
    position: relative;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top-cart-content li.item .product-image img {
    max-height: 100%;
    width: auto !important;
    max-width: 100%;
    display: block
}

.top-cart-content li.item .detail-item {
    padding-left: 75px
}

.top-cart-content li.item .detail-item a:hover {
    text-decoration: none
}

.top-cart-content li.item .detail-item .fa {
    position: absolute;
    right: 5px;
    font-size: 13px;
    color: #333;
    text-align: center;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
}

.top-cart-content li.item .detail-item .fa:hover {
    background: #ff8c04
}

.top-cart-content li.item .detail-item .fa:before {
    margin-left: 4px
}

.top-cart-content li.item .detail-item input {
    display: inline-block;
    width: 40px;
    padding: 0;
    text-align: center
}

.top-cart-content li.item .detail-item button.items-count {
    display: inline-block
}

.top-cart-content .block-subtitle {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    background: #f5f5f5;
    border-radius: 25px;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px #ddd solid
}

.top-cart-content .actions .btn-checkout {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    line-height: 45px;
    font-weight: bold;
    background: #ff8c04;
    border: solid 1px #ff8c04;
    text-transform: uppercase
}

.top-cart-content .actions .btn-checkout.pink {
    background: #ff8c04;
    border: solid 1px #ff8c04
}

.top-cart-content .actions .btn-checkout:hover {
    color: #ff8c04;
    background: #fff;
    border-color: #ff8c04
}

.wrap_total {
    padding: 10px 15px 0;
    margin-top: 10px
}

.wrap_button {
    padding: 0 15px 15px;
    line-height: 50px;
    margin-top: 10px
}

.top-subtotal {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 0;
    line-height: 24px;
    text-transform: none;
    padding: 0 0 0;
    font-size: 14px;
    color: #ff8c04;
    text-align: center;
    text-align: center
}

.top-subtotal .price {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #ff8c04;
    text-align: center
}

.qty_drop_cart {
    position: relative
}

.qty_drop_cart .btn_increase, .qty_drop_cart .btn_reduced {
    width: 30px;
    height: 30px;
    color: #000
}

.qty_drop_cart .btn_increase:hover, .qty_drop_cart .btn_reduced:hover {
    color: #ff8c04
}

.qty_drop_cart button.btn_increase {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #ebebeb;
    background: #fff !important;
    font-size: 14px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    cursor: pointer
}

.qty_drop_cart button.btn_reduced {
    height: 30px;
    width: 30px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #ebebeb;
    background: #fff !important;
    font-size: 14px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor: pointer
}

.qty_drop_cart input {
    height: 30px;
    min-height: unset;
    border-left: 0;
    border-right: 0
}

ul#cart-sidebar {
    padding: 5px 0;
    margin: 0;
    max-height: 582px;
    width: 260px;
    border: solid 1px #ebebeb
}

ul#cart-sidebar li.list-item {
    max-height: 400px;
    overflow-y: auto
}

ul#cart-sidebar li.action {
    display: none
}

ul#cart-sidebar.hasclass li.action {
    display: block
}

ul#cart-sidebar .list-item-cart {
    max-height: 240px;
    overflow-y: auto;
    position: relative
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar {
    width: 4px
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-track {
    background: #ebebeb
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
    background: #ff8c04;
    border-radius: 0
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb:hover, ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb:active {
    background: #ff8c04;
    border-radius: 15px
}

ul#cart-sidebar li.list-item .price2 {
    font-weight: 700;
    color: #f94e3f;
    font-size: 14px;
    display: list-item;
    margin-bottom: 5px
}

ul#cart-sidebar li.list-item::-webkit-scrollbar {
    width: 7px
}

ul#cart-sidebar li.list-item::-webkit-scrollbar-track {
    background: #ebebeb
}

ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb {
    background: #ff8c04;
    border-radius: 0
}

ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:hover, ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:active {
    background: #ff8c04;
    border-radius: 15px
}

.li-fix-1 {
    background: #FFF;
    border-top: 1px solid #ebebeb;
    display: block
}

.li-fix-2 {
    display: block;
    width: 295px
}

.site_menu_main {
    border-bottom: solid 1px #e5e6ec;
    background: #efefef
}

@media (max-width: 991px) {
    .site_menu_main {
        border-bottom: 0
    }
}

.site_menu_main.stinav_page {
    background: #ff8c04;
    color: #fff
}

.site_menu_main.stinav_page .menu_main_ {
    width: auto
}

.site_menu_main.stinav_page .nav-main .menu_hed .nav .nav-item {
    background: #ff8c04
}

.site_menu_main.stinav_page .nav-main .menu_hed .nav .nav-item a {
    color: #fff
}

.site_menu_main.stinav_page .nav-main .menu_hed .nav .nav-item a .fa {
    color: #fff
}

.menu_hed {
    border-radius: 0;
    text-align: center
}

.nav-main .menu_hed {
    height: 55px
}

.nav-main .menu_hed .nav {
    height: 55px;
    line-height: 55px;
    overflow: hidden;
}

.nav-main .menu_hed .nav.nav_1 {
    text-align: left;
    float: left
}

.nav-main .menu_hed .nav.nav_2 {
    text-align: right;
    float: right
}

.nav-main .menu_hed .nav li {
    display: inline-block;
    float: left
}

.nav-main .menu_hed .nav li.nav-item a {
    padding: 0 5px
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .nav-main .menu_hed .nav li.nav-item a {
        padding: 0 5px
    }
}

@media (max-width: 1199px) {
    .nav-main .menu_hed .nav li.nav-item a {
        padding: 0 5px
    }
}

.nav-main .menu_hed .nav .nav-item {
    float: left;
    position: relative;
    padding: 0 8px;
    z-index: 3
}

@media (max-width: 1199px) {
    .nav-main .menu_hed .nav .nav-item {
        padding: 0 5px
    }
}

.nav-main .menu_hed .nav .nav-item.active {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.nav-main .menu_hed .nav .nav-item.active>a {
    color: #ff8c04
}

.nav-main .menu_hed .nav .nav-item.active>a:before {
    top: -5px
}

.nav-main .menu_hed .nav .nav-item.active>a .fa {
    color: #ff8c04
}

.nav-main .menu_hed .nav .nav-item li {
    display: block;
    width: 100%
}

.nav-main .menu_hed .nav .nav-item.has-mega {
    position: static
}

.nav-main .menu_hed .nav .nav-item>a {
    line-height: 55px;
    color: #2f2f33;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    padding: 0 20px 0;
    z-index: 5
}

.nav-main .menu_hed .nav .nav-item>.fa {
    color: #2f2f33;
    position: absolute;
    right: 5px;
    top: 32px
}

.nav-main .menu_hed .nav .nav-item .nav-item-lv2 {
    padding: 0 10px;
    position: relative
}

.nav-main .menu_hed .nav .nav-item .nav-item-lv2 .fa {
    position: absolute;
    right: 0;
    padding: 0 10px;
    top: 0;
    line-height: 41px;
    color: #2f2f33
}

.nav-main .menu_hed .nav .nav-item .nav-item-lv3 {
    padding: 0 10px;
    position: relative
}

.nav-main .menu_hed .nav .nav-item .nav-item-lv3 .fa {
    position: absolute;
    right: 0;
    padding: 0 10px;
    top: 0;
    line-height: 41px
}

.nav-main .menu_hed .nav .nav-item:hover>a {
    color: #ff8c04;
    background: none
}

.nav-main .menu_hed .nav .nav-item:hover>.fa {
    color: #ff8c04
}

.nav-main .menu_hed .nav .nav-item:hover:before {
    color: #ff8c04
}

.nav-main .menu_hed .nav .nav-item:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    width: 200px;
    padding: 0;
    background: #fff;
    border: solid 1px #ebebeb
}

.nav-main .menu_hed .nav .nav-item:hover>.dropdown-menu li {
    padding: 0 0
}

.nav-main .menu_hed .nav .nav-item:hover>.dropdown-menu li>a {
    font-family: 'Poppins', sans-serif;
    display: block;
    padding: 10px 10px;
    color: #2f2f33
}

.nav-main .menu_hed .nav .nav-item:hover>.dropdown-menu li>a .fa {
    float: right;
    line-height: 18px;
    font-size: 16px;
    color: #2f2f33
}

.nav-main .menu_hed .nav .nav-item:hover>.dropdown-menu li:last-child>a {
    border-bottom: 0
}

.nav-main .menu_hed .nav .nav-item:hover>.dropdown-menu li:hover>a {
    background-color: #fff;
    color: #ff8c04
}

.nav-main .menu_hed .nav .nav-item:hover>.dropdown-menu li:hover>a .fa {
    color: #ff8c04
}

.nav-main .menu_hed .nav .nav-item:hover>.dropdown-menu li:hover>.fa {
    color: #ff8c04
}

.nav-main .menu_hed .nav .nav-item:hover>.mega-content {
    display: block
}

.nav-main .menu_hed .nav .nav-item .dropdown-menu {
    transition: all 0.3s ease 0s;
    display: block;
    visibility: hidden;
    top: 150%;
    opacity: 0;
    min-width: 220px
}

.nav-main .menu_hed .nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    z-index: 10;
    top: 100%;
    visibility: visible
}

.nav-main .menu_hed .nav .nav-item .nav-item-lv2 .dropdown-menu {
    top: 100%;
    left: 199% !important
}

.nav-main .menu_hed .nav .nav-item .nav-item-lv2:hover .dropdown-menu {
    z-index: 1;
    opacity: 1;
    top: 0;
    visibility: visible;
    left: 99% !important
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu {
    position: relative
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 {
    margin-top: -5px
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 {
    opacity: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    width: 200px;
    padding: 0;
    left: 99%;
    background: #fff
}

@media (max-width: 1199px) {
    .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu.media_left, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4.media_left {
        left: -100% !important
    }
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li {
    padding: 0 0
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li>a, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li>a {
    font-family: 'Poppins', sans-serif;
    display: block;
    padding: 10px 10px;
    color: #2f2f33
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li .fa, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li .fa {
    position: absolute;
    right: 0;
    padding: 0 5px;
    top: 0;
    line-height: 41px;
    color: #2f2f33
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:last-child>a, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:last-child>a {
    border-bottom: 0
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:hover>a, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover>a {
    background-color: #fff;
    color: #ff8c04
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:hover>a .fa, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover>a .fa {
    color: #ff8c04
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:hover .fa, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover .fa {
    color: #ff8c04
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:hover>.lv-4, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover>.lv-4 {
    display: block;
    border-top: 0;
    border-radius: 0
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    border-top: solid 1px #ebebeb;
    border-radius: 0
}

.nav-main .menu_hed .nav .mega-content .level1.item {
    float: left;
    width: 25%;
    padding: 0 5px
}

@media (min-width: 1200px) {
    .nav-main .menu_hed .nav .mega-content .level1.item.col-lg-3:nth-child(4n+1) {
        clear: left
    }
}

.nav-main ul .nav-item.has-mega {
    position: static;
    height: 47px;
    margin-left: 1px
}

@media (max-width: 1199px) {
    .nav-main ul .nav-item.has-mega {
        position: relative !important
    }

    .nav-main ul .nav-item.has-mega>.dropdown-menu {
        margin-top: 46px !important
    }
}

.nav-main ul .nav-item:hover>.mega-content {
    display: block
}

.nav-main .mega-content {
    display: none;
    position: absolute;
    width: 1140px;
    background: #fff;
    z-index: 99999;
    padding: 0 15px;
    border: 1px solid #ebebeb;
    left: 0;
    margin-top: -1px
}

@media (min-width: 1500px) {
    .nav-main .mega-content {
        width: 1420px
    }
}

.nav-main .mega-content.mega_right {
    transform: translateX(-50%);
    -os-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    right: 100%;
    left: -35%
}

.nav-main .mega-content .nav-width ul {
    width: 100%;
    display: block;
    top: 0;
    border-left: 0;
    background-color: #fff;
    position: static;
    overflow: hidden;
    text-align: left
}

.nav-main .mega-content .h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px
}

.nav-main .mega-content .h4 a {
    text-decoration: none;
    display: block
}

.nav-main .mega-content .h4 a span {
    color: #ff8c04
}

.nav-main .mega-content .h4 a span:hover {
    color: #ff8c04
}

.nav-main .mega-content .level1.item {
    float: left;
    padding: 0 5px
}

.nav-main .mega-content li:hover>a {
    color: #ff8c04;
    text-decoration: none
}

.nav-main .mega-content li:hover>a span {
    color: #ff8c04
}

.nav-main .mega-content li:hover>span {
    color: #ff8c04
}

.nav-main .mega-content li:hover>.fa {
    color: #ff8c04
}

.nav-main .mega-content ul.level1 {
    margin-top: 20px
}

.nav-main .mega-content .level2 {
    padding: 5px 0;
    width: 100% !important
}

.nav-main .mega-content .level2.item {
    width: 100%
}

.nav-main .mega-content .level2 a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    text-decoration: none;
    color: #ffbb6a
}

.nav-main .mega-content .level2 a span {
    color: linghten(#ff8c04, 20%)
}

.nav-main .mega-content .level2 .fa {
    width: 10px;
    font-size: 15px;
    float: left;
    line-height: 24px
}

.nav-main .mega-content .level2:hover>a {
    color: #ff8c04;
    text-decoration: none
}

.nav-main .mega-content .level2:hover>a span {
    color: #ff8c04
}

.nav-main .mega-content .level2:hover>span {
    color: #ff8c04
}

.nav-main .mega-content .level2:hover>.fa {
    color: #ff8c04
}

.nav-main .mega-content .nav-width {
    width: 100%;
    float: left;
    padding: 20px 0
}

.nav-main .mega-content .nav-width .parent-mega-menu {
    padding: 0 30px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-main .mega-content .nav-width .parent-mega-menu .col-lg-4:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width: 1200px) {
    .nav-main .mega-content .nav-width .parent-mega-menu .col-lg-4:nth-child(3n+1) {
        clear: left
    }
}

.nav-main .mega-content .nav-width .banner-image {
    margin-top: 15px
}

.menu_index_phone {
    width: auto;
    display: block;
    float: right;
    line-height: 55px;
    text-align: right;
    margin-right: 15px
}

.menu_index_phone a {
    font-weight: bold;
    margin-left: 10px;
    color: #e93434
}

.menu_index_phone a + a {
    color: #e93434
}

.menu_index_phone a img, .menu_index_phone a + a img {
    position: absolute;
    top: 0;
    right: 28px
}

@media (max-width: 1199px) {
    .menu_index_phone {
        margin-right: 0
    }
}

.contact_phone_menu.collection_ .contact_s {
    color: #fff
}

.contact_phone_menu.collection_ .contact_s .ti {
    height: 55px;
    display: inline-block;
    line-height: 55px;
    float: left
}

.contact_phone_menu.collection_ .contact_s .texts {
    height: 55px;
    line-height: 55px;
    display: inline-block;
    float: left
}

.contact_phone_menu.collection_ .contact_s .ti, .contact_phone_menu.collection_ .contact_s a {
    color: #fff
}

.contact_phone_menu.collection_ .contact_s a:hover {
    color: #fff
}

.contact_phone_menu .contact_s {
    float: right;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #2f2f33
}

@media (max-width: 1199px) {
    .contact_phone_menu .contact_s {
        font-size: 18px
    }
}

.contact_phone_menu .contact_s .text__ {
    float: left;
    display: inline-block;
    line-height: 55px
}

.contact_phone_menu .contact_s a {
    color: #2f2f33;
    text-decoration: none
}

.contact_phone_menu .contact_s a:hover {
    color: #ff8c04
}

.contact_phone_menu .contact_s .ti {
    color: #ff8c04;
    margin-right: 10px;
    font-size: 32px;
    display: inline-block;
    float: left;
    line-height: 55px
}

.wrap_header_top {
    position: relative;
    height: 94px;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background: #fff
}

.wrap_header_top:before, .wrap_header_top:after {
    content: "";
    position: absolute
}

@media (max-width: 991px) and (min-width: 768px) {
    .wrap_header_top {
        height: 144px
    }
}

@media (max-width: 767px) {
    .wrap_header_top {
        height: auto
    }
}

.search_header .header_searchs {
    margin: 26px 0
}

@media (max-width: 991px) {
    .search_header .header_searchs {
        margin: 20px 0
    }
}

.search_header .header_searchs .search-bar {
    max-width: 555px;
    width: 555px;
    margin-bottom: 0;
    position: relative;
    display: table;
    border-collapse: separate
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search_header .header_searchs .search-bar {
        max-width: 450px;
        width: 450px
    }
}

@media (max-width: 991px) {
    .search_header .header_searchs .search-bar {
        width: 100%;
        max-width: 100%
    }
}

.search_header .header_searchs .search-bar .collection-selector {
    position: absolute;
    display: inline-block;
    min-width: 180px;
    max-width: 180px;
    z-index: 999;
    background: #fff;
    left: 0;
    text-align: right;
    border: solid 1px #eaeaea;
    border-right: 0;
    height: 42px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search_header .header_searchs .search-bar .collection-selector {
        width: 140px
    }
}

.search_header .header_searchs .search-bar .collection-selector .search_text {
    text-align: left;
    cursor: pointer;
    padding: 0 32px 0 20px;
    width: 100%;
    height: 40px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    color: #76767e;
    display: inline-block;
    margin: 0;
    line-height: 40px;
    background: #fff;
    border-right: 1px solid #eaeaea;
    height: 40px;
    overflow: hidden
}

.search_header .header_searchs .search-bar .collection-selector .search_text:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    position: absolute;
    top: 19px;
    right: 12px;
    color: #333;
    margin-top: -1px;
    opacity: 1
}

.search_header .header_searchs .search-bar .collection-selector .list_search {
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    background-color: #fff;
    position: absolute;
    top: 100%;
    min-width: 200px;
    width: auto;
    z-index: 3;
    font-weight: 400 !important;
    border-radius: 0;
    right: -20px;
    margin-top: 0;
    margin-left: -2px;
    font-size: 13px;
    padding: 0;
    max-height: 300px;
    overflow-y: scroll
}

.search_header .header_searchs .search-bar .collection-selector .list_search::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5
}

.search_header .header_searchs .search-bar .collection-selector .list_search::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5
}

.search_header .header_searchs .search-bar .collection-selector .list_search::-webkit-scrollbar-thumb {
    background-color: #ff8c04;
    border: 3px solid #ff8c04
}

.search_header .header_searchs .search-bar .collection-selector .list_search .search_item {
    text-align: left;
    display: block;
    padding-left: 24px;
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    filter: none;
    height: auto;
    min-height: 24px;
    line-height: 30px;
    padding: 0 20px;
    cursor: pointer
}

.search_header .header_searchs .search-bar .collection-selector .list_search .search_item:active {
    background-color: #ff8c04;
    color: #fff !important
}

.search_header .header_searchs .search-bar .collection-selector .list_search .search_item:hover {
    background-color: #ff8c04;
    color: #fff !important
}

.search_header .header_searchs .search-bar .input-group-field {
    width: 100%;
    margin-left: 92px;
    margin-bottom: 0;
    height: 42px;
    padding: 0 100px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    max-width: 100%;
    display: block;
    border-radius: 4px;
    outline: none;
    border: solid 1px #e5e6ec;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none
}

.search_header .header_searchs .search-bar .input-group-field::-webkit-input-placeholder {
    color: #bdbdc6
}

.search_header .header_searchs .search-bar .input-group-field::-moz-placeholder {
    color: #bdbdc6
}

.search_header .header_searchs .search-bar .input-group-field:-ms-input-placeholder {
    color: #bdbdc6
}

.search_header .header_searchs .search-bar .input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding-left: 10px
}

.search_header .header_searchs .search-bar .input-group-btn .icon-fallback-text {
    background: #ff8c04;
    color: #fff;
    font-size: 12px;
    height: 42px;
    font-weight: 500;
    text-transform: uppercase
}

.header-menu-mega {
    height: 55px;
    line-height: 55px;
    background: #ff8c04;
    margin-bottom: 15px
}

.lineheight55 {
    line-height: 55px;
    height: 55px
}

.menu_main_ {
    padding-left: 0;
    width: calc(100% - 25%);
    display: block;
    float: left
}

.menu_ {
    background: #ff8c04;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.menu_ .title_menu {
    display: block;
    overflow: hidden;
    padding: 0 25px
}

@media (max-width: 1199px) {
    .menu_ .title_menu {
        padding: 0 10px
    }
}

.menu_ .title_menu .nav_button {
    line-height: 55px;
    display: block;
    float: left;
    height: 55px;
    width: auto;
    font-size: 14px;
    margin-right: 20px
}

@media (max-width: 1199px) and (min-width: 992px) {
    .menu_ .title_menu .nav_button {
        margin-right: 10px
    }
}

.menu_ .title_menu .nav_button .fa {
    font-size: 18px;
    line-height: 57px;
    color: #ff8c04
}

.menu_ .title_menu .title_ {
    font-family: 'Poppins', sans-serif;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 55px;
    text-transform: uppercase;
    padding-left: 0
}

@media (max-width: 1199px) and (min-width: 992px) {
    .menu_ .title_menu .title_ {
        font-size: 12px;
        font-weight: 500
    }
}

.menu_ .title_menu .title_ .fa {
    padding-left: 10px
}

.menu_ .title_menu .title_ + i {
    color: #b3b3b3;
    font-size: 14px;
    float: right;
    line-height: 50px
}

.menu_ .title_menu {
    background: #fff;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    padding: 0 20px 0 20px;
    margin: 0;
    line-height: 50px;
    text-transform: uppercase;
    position: relative
}

.menu_ .title_menu:hover>.list_menu {
    cursor: pointer;
    display: block
}

.blog_index_top {
    position: relative
}

@media (max-width: 1199px) {
    .blog_index_top .row {
        position: relative
    }
}

.list_menu_header {
    display: none;
    position: relative;
    top: 0;
    z-index: 99;
    left: 0;
}

@media (max-width: 1199px) {
    .list_menu_header {
        display: none;
        position: absolute;
        top: 0;
        left: 15px;
        width: 213px;
        padding: 0;
        z-index: 999
    }
}

.list_menu_header .ul_menu {
    margin-left: 0;
    padding-left: 0;
    background: #ffffff;
    margin-bottom: 0;
    border-top: 0;
    position: relative;
    padding: 10px 0;
    border-left: solid 1px #e5e6ec;
    border-right: solid 1px #e5e6ec;
    border-bottom: solid 1px #e5e6ec
}

.list_menu_header .ul_menu li {
    list-style: none;
    padding: 0 20px
}

@media (max-width: 1199px) {
    .list_menu_header .ul_menu li {
        padding: 0 10px
    }
}

.list_menu_header .ul_menu li:last-child a {
    border-bottom: none
}

.list_menu_header .ul_menu .nav_item a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    display: block;
    padding: 6px 0 6px 0;
    color: #2f2f33;
    position: relative;
    text-transform: capitalize;
    border-bottom: solid 1px #e5e6ec
}

@media (max-width: 1199px) {
    .list_menu_header .ul_menu .nav_item a {
        padding: 6px 20px 6px 25px
    }
}

.list_menu_header .ul_menu .nav_item .fa {
    font-size: 14px;
    width: 25px;
    line-height: 36px;
    color: #2f2f33;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center
}

.list_menu_header .ul_menu .nav_item:hover, .list_menu_header .ul_menu .nav_item:focus {
    background: #fff
}

.list_menu_header .ul_menu .nav_item:hover>a, .list_menu_header .ul_menu .nav_item:focus>a {
    color: #ff8c04;
    text-decoration: none
}

.list_menu_header .ul_menu .nav_item:hover>a .fa, .list_menu_header .ul_menu .nav_item:focus>a .fa {
    color: #ff8c04
}

.list_menu_header .ul_menu .nav_item:hover>a:before, .list_menu_header .ul_menu .nav_item:focus>a:before {
    color: #ff8c04
}

.list_menu_header .ul_menu .nav_item:hover>.fa, .list_menu_header .ul_menu .nav_item:focus>.fa {
    color: #ff8c04
}

.list_menu_header .ul_menu .nav_item:hover>.ul_content_right_1, .list_menu_header .ul_menu .nav_item:focus>.ul_content_right_1 {
    display: block
}

.list_menu_header .ul_menu .nav_item:hover>.ul_content_right_1 {
    display: block;
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1)
}

.list_menu_header .ul_menu .ul_content_right_1 {
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    padding-left: 0;
    margin-left: 0;
    background: #fff;
    padding: 10px 0;
    box-shadow: 1px 1px 5px #ccc;
    transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    backface-visibility: hidden;
    transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item a {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 6px 40px 6px 0;
    color: #2f2f33;
    position: relative;
    text-transform: capitalize
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item a:before {
    content: ""
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .fa {
    font-size: 14px;
    width: 25px;
    line-height: 36px;
    color: #2f2f33;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus {
    background: #fff
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover>a, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus>a {
    color: #ff8c04;
    text-decoration: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover>.fa, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus>.fa {
    color: #ff8c04
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover .ul_content_right_2, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus .ul_content_right_2 {
    display: block
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 {
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    padding-left: 0;
    margin-left: 0;
    background: #fff;
    padding: 10px 0;
    display: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 6px 40px 6px 0;
    color: #2f2f33;
    position: relative;
    text-transform: capitalize
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:before {
    content: ""
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item .fa {
    font-size: 14px;
    width: 25px;
    line-height: 36px;
    color: #2f2f33;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus {
    background: #fff
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover>a, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus>a {
    color: #ff8c04;
    text-decoration: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover>.fa, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus>.fa {
    color: #ff8c04
}

.nav-widths {
    line-height: 55px;
    height: 55px;
    display: inline-block;
    float: left;
    width: auto
}

.hotline_header {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    margin-left: -15px
}

.hotline_header a {
    font-weight: bold;
    color: #fff;
    text-decoration: none
}

.google-maps-footer {
    width: 100%
}

.google-maps-footer .map {
    width: 100%;
    height: 170px;
    background: #dedede
}

.google-maps-footer .map#contact_map_footer {
    height: 160px
}

.backtop {
    position: fixed;
    bottom: 50px;
    z-index: 999;
    top: auto !important;
    width: 50px;
    height: 50px;
    border: solid 3px;
    border-color: #ff9f2d;
    line-height: 44px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    background: #ff8c04;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.backtop .fa {
    font-size: 16px;
    color: #fff
}

@media (min-width: 768px) {
    .phone_backtotop {
        display: none !important
    }
}

.phone_backtotop {
    position: fixed;
    bottom: 30px !important;
    z-index: 9999;
    top: auto !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    background: #ff8c04;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: play 1.5s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width: 767px) {
    .phone_backtotop {
        width: 30px;
        height: 30px;
        line-height: 34px
    }
}

.phone_backtotop .fa {
    font-size: 16px;
    color: #fff
}

@media (min-width: 768px) {
    @keyframes play {
        0% {
            transform: scale(1)
        }
        15% {
            box-shadow: 0 0 0 5px rgba(255, 66, 54, 0.1)
        }
        25% {
            box-shadow: 0 0 0 5px rgba(255, 88, 54, 0.1), 0 0 0 10px rgba(255, 88, 54, 0.1)
        }
        30% {
            transform: scale(1.2)
        }
        50% {
            box-shadow: 0 0 0 5px rgba(255, 88, 54, 0.1), 0 0 0 10px rgba(255, 88, 54, 0.1), 0 0 0 15px rgba(255, 88, 54, 0.2)
        }
        80% {
            transform: scale(1)
        }
    }
}

@media (max-width: 767px) {
    @keyframes play {
        0% {
            transform: scale(1)
        }
        15% {
            box-shadow: 0 0 0 3px rgba(255, 66, 54, 0.1)
        }
        25% {
            box-shadow: 0 0 0 3px rgba(255, 88, 54, 0.1), 0 0 0 5px rgba(255, 88, 54, 0.1)
        }
        30% {
            transform: scale(1.2)
        }
        50% {
            box-shadow: 0 0 0 7px rgba(255, 88, 54, 0.1), 0 0 0 7px rgba(255, 88, 54, 0.1), 0 0 0 10px rgba(255, 88, 54, 0.2)
        }
        80% {
            transform: scale(1)
        }
    }
}

.backtop.show {
    opacity: 1
}

@media (min-width: 1441px) {
    .backtop {
        right: 15px;
        bottom: 50px
    }

    .phone_backtotop {
        bottom: 30px !important;
        left: 50px
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .backtop {
        right: 15px;
        bottom: 50px
    }

    .phone_backtotop {
        bottom: 48% !important;
        left: 30px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .backtop {
        right: 15px;
        bottom: 40px
    }

    .phone_backtotop {
        bottom: 48% !important;
        left: 30px
    }
}

@media (max-width: 767px) {
    .backtop {
        right: 0;
        bottom: 40px;
        left: auto !important
    }

    .phone_backtotop {
        bottom: 48% !important;
        left: 30px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #back-to-top {
        right: 15px;
        bottom: 40px
    }

    .phone_backtotop.left_center {
        bottom: 48% !important;
        left: 15px
    }

    .phone_backtotop.right_center {
        bottom: 48% !important;
        right: 15px
    }

    .phone_backtotop.right_bottom {
        bottom: 50px !important;
        right: 15px
    }

    .phone_backtotop.left_bottom {
        bottom: 50px !important;
        left: 15px
    }
}

@media (max-width: 767px) {
    #back-to-top {
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        bottom: 75px
    }

    .phone_backtotop.left_center {
        bottom: 48% !important;
        left: 15px
    }

    .phone_backtotop.right_center {
        bottom: 48% !important;
        right: 15px
    }

    .phone_backtotop.right_bottom {
        bottom: 50px !important;
        right: 15px
    }

    .phone_backtotop.left_bottom {
        bottom: 50px !important;
        left: 15px
    }
}

footer {
    background: #fff;
    position: relative;
    overflow: hidden
}

footer .footer-widget {
    overflow: hidden;
    position: relative;
    z-index: 2
}

footer .footer-widget h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
    line-height: 34px;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    padding-bottom: 5px;
    text-transform: uppercase
}

footer .footer-widget h4 a {
    color: #2f2f33;
    text-decoration: none
}

footer .footer-widget p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px
}

footer .footer-widget p.hotline {
    font-size: 2em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: -8px
}

footer .footer-widget p.hotline a {
    color: #fff
}

footer .footer-widget p.hotline a:hover {
    color: #ff8c04
}

footer .footer-widget .form_subs {
    padding: 0
}

footer .footer-widget .form_subs form {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0
}

footer .footer-widget .form_subs form input {
    font-family: 'Poppins', sans-serif;
    height: 45px;
    font-size: 14px;
    border-radius: 25px;
    background: #ebebeb;
    color: #898989;
    padding-right: 50px
}

footer .footer-widget .form_subs form input:focus {
    border-color: #ebebeb
}

footer .footer-widget .form_subs form input::placeholder {
    color: #898989
}

footer .footer-widget .form_subs form button {
    right: 0 !important;
    top: 0;
    background: #ff8c04 !important;
    border: none !important;
    line-height: 20px;
    font-size: 12px;
    border-radius: 50%;
    height: 45px;
    color: #fff !important;
    width: 45px;
    text-align: center
}

footer .footer-widget .form_subs form button i {
    font-size: 14px;
    margin-left: -4px
}

footer .footer-widget .social_right a {
    width: 34px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    background: #fff;
    color: #a8a8a8;
    margin-right: 8px;
    margin-bottom: 8px
}

footer .footer-widget .social_right a:hover {
    background: #ff8c04;
    color: #fff
}

footer .list-inline .fa {
    color: #fff;
    margin-right: 20px;
    font-size: 2.14286em
}

footer .list-inline .fa:hover {
    color: #ff8c04
}

footer .site-footer {
    position: relative;
    background: #efefef;
    border-top: 1px solid #ddd;
    padding: 27px 0 0
}

footer .site-footer h3 {
    position: relative;
    color: #000;
    margin: 0;
    padding: 13px 0;
    font-size: 1.28571em
}

@media (min-width: 1400px) {
    footer .site-footer:before, footer .site-footer:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute
    }
}

footer .follow_option {
    float: left;
    width: 100%;
    margin-top: 5px
}

footer .follow_option li {
    float: left;
    margin-right: 10px
}

footer .follow_option li.text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 35px;
    margin-right: 15px
}

@media (max-width: 1199px) and (min-width: 992px) {
    footer .follow_option li.text {
        width: 100%
    }
}

footer .follow_option li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border-radius: 12px;
    text-decoration: none;
    border: solid 1px transparent
}

footer .follow_option li a .fa {
    color: #fff;
    font-size: 14px;
    line-height: 35px
}

footer .follow_option li a.fb {
    background-color: #3b5999
}

footer .follow_option li a.twitter {
    background-color: #55acef
}

footer .follow_option li a.goplus {
    background-color: #de4b39
}

footer .follow_option li a.in {
    background-color: #0976b4
}

footer .follow_option li a:hover {
    background-color: #fff
}

footer .follow_option li a:hover.fb {
    border-color: #3b5999
}

footer .follow_option li a:hover.fb .fa {
    color: #3b5999
}

footer .follow_option li a:hover.twitter {
    border-color: #4cd6f4
}

footer .follow_option li a:hover.twitter .fa {
    color: #4cd6f4
}

footer .follow_option li a:hover.goplus {
    border-color: #f4574c
}

footer .follow_option li a:hover.goplus .fa {
    color: #f4574c
}

footer .follow_option li a:hover.in {
    border-color: #0976b4
}

footer .follow_option li a:hover.in .fa {
    color: #0976b4
}

footer .list-menu {
    margin-bottom: 15px;
    line-height: 1.71429em
}

footer .list-menu a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: normal
}

footer .list-menu a:hover {
    color: #ff8c04
}

footer .list-menu li {
    color: #000;
    line-height: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

footer .list-menu li .fa {
    margin-right: 5px
}

footer .list-menu li:hover ,
footer .list-menu li.li_effect:hover {
    margin-left: 10px
}

footer .list-menu li:hover a ,
footer .list-menu li.li_effect:hover a {
    color: #ff8c04;
    text-decoration: none
}

footer .list-menu li:hover .fa ,
footer .list-menu li.li_effect:hover .fa {
    color: #ff8c04
}

footer .list-menu .time_line {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

footer .list-menu .time_line:nth-child(2) {
    margin-top: 5px
}

footer .list-menu .time_line .b {
    font-weight: bold;
    text-transform: uppercase;
    display: block
}

footer .list-menu .social_ {
    width: 100%;
    height: 30px;
    float: left;
    margin-bottom: 13px
}

footer .list-menu .social_:hover .ico_ {
    background: #ff8c04
}

footer .list-menu .social_:hover .ico_ .fa {
    color: #fff
}

footer .list-menu .social_:hover a {
    color: #ff8c04
}

footer .list-menu .social_:first-child {
    margin-top: 10px
}

footer .list-menu .social_ .ico_ {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    float: left;
    border-radius: 50%;
    background: #000
}

footer .list-menu .social_ .ico_ .fa {
    color: #fff;
    font-size: 13px;
    margin-right: 0
}

footer .list-menu .social_ a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #000;
    display: inline-block;
    float: left;
    padding-left: 15px;
    line-height: 30px;
    text-decoration: none
}

footer .list-menu.contact .fa {
    width: 20px;
    margin-right: 5px;
    color: #ff8c04
}

footer .maps_ {
    border: solid 5px #ebebeb
}

footer .menu_first li {
    overflow: hidden
}

footer .menu_first li .fa {
    text-align: left;
    width: 20px;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    margin-left: 1px;
    height: 28px
}

footer .menu_first li .fa.fa-map-marker {
    line-height: 30px
}

footer .menu_first li .fa.fa-mobile-phone {
    font-size: 17px
}

footer .menu_first li .fa:before {
    padding-top: 3px
}

footer .menu_first li .fa {
    float: left
}

footer .menu_first li .frist_ {
    text-decoration: none;
    width: calc(100% - 50px);
    -o-width: calc(100% - 50px);
    -webkit-width: calc(100% - 50px);
    -moz-width: calc(100% - 50px);
    display: block;
    float: left;
    text-align: left;
    line-height: 28px;
    font-size: 14px
}

footer .menu_first li .frist_ .b_font {
    font-weight: bold
}

footer .menu_first li .frist_ span, footer .menu_first li .frist_ a {
    font-weight: 400;
    text-decoration: none
}

footer .protec {
    margin-top: 20px
}

footer .protec .protection {
    margin-right: 15px
}

footer .phone_contact_footer_large {
    margin-top: 20px;
    overflow: hidden
}

footer .phone_contact_footer_large .ti {
    width: 80px;
    font-size: 48px;
    display: block;
    float: left;
    color: #fff
}

@media (max-width: 480px) {
    footer .phone_contact_footer_large .ti {
        font-size: 55px
    }
}

footer .phone_contact_footer_large .rigphone {
    font-family: 'Poppins', sans-serif;
    float: left;
    width: calc(100% - 90px);
    -o-width: calc(100% - 90px);
    -moz-width: calc(100% - 90px);
    -webkit-width: calc(100% - 90px);
    display: block;
    color: #fff
}

footer .phone_contact_footer_large .rigphone span {
    font-size: 14px;
    font-weight: 500
}

@media (max-width: 480px) {
    footer .phone_contact_footer_large .rigphone span {
        font-size: 12px
    }
}

footer .phone_contact_footer_large .rigphone a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    font-size: 28px;
    color: #fff
}

footer .copyright {
    line-height: 40px;
    text-align: center;
    color: #ff8c04;
    position: relative;
    /*padding: 10px 0 10px;*/
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px
}

@media (max-width: 991px) {
    footer .copyright .social_right {
        text-align: center !important
    }
}

footer .copyright .social_right a {
    font-size: 14px;
    margin-left: 15px
}

footer .copyright span {
    color: #000;
    padding: 0 0;
    background-color: #fff;
    text-align: center;
    color: #a8a8a8
}

footer .copyright b {
    font-weight: bold !important
}

footer .copyright a, footer .copyright b {
    font-weight: bold;
    color: #ff8c04
}

footer .copyright a:hover, footer .copyright b:hover {
    color: #ff8c04
}

footer .copyright .ul_menu_fot {
    float: right;
    padding-right: 30px
}

footer .copyright .ul_menu_fot li {
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    margin: 0 15px
}

footer .copyright .ul_menu_fot li a {
    text-decoration: none;
    color: #000
}

footer .bottom_footer {
    background-image: url("../img/bg/bg_footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    width: 100%;
    height: 80px
}

footer .bloxPopup {
    margin-top: 30px
}

footer .bloxPopup .featured {
    position: relative
}

footer .bloxPopup .featured .ti_ {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #2f2f33;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

footer .bloxPopup .featured .ti_:hover {
    cursor: pointer
}

footer .bloxPopup img:hover {
    cursor: pointer
}

footer .social-icons li {
    margin-right: 10px
}

footer .back-to-top {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 30px;
    color: #2f2f33;
    line-height: 1;
    cursor: pointer
}

footer .back-to-top.show {
    position: fixed;
    right: 10px;
    bottom: 10px
}

footer form {
    position: relative
}

footer form button#subscribe {
    position: absolute;
    right: 0
}

footer .footer-bottom {
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #dbdbdb;
    margin-top: 20px
}

footer .footer-bottom ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 0
}

footer .footer-bottom ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px
}

footer .footer-bottom ul li:after {
    content: "\|";
    display: block;
    font-size: 14px;
    color: #666;
    position: absolute;
    top: -1px;
    right: -2px
}

footer .footer-bottom ul li:last-child:after {
    display: none
}

footer .footer-bottom ul li a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    transition: all 0.3s ease 0s
}

footer .footer-bottom img {
    display: block;
    margin: 0 auto
}

footer .footer-bottom img.bot_img_top {
    margin-bottom: 35px
}

footer .footer-bottom p {
    font-size: 14px;
    padding: 0 125px;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    footer .footer-bottom p {
        padding: 0 15px
    }
}

footer #mc-embedded-subscribe-form {
    position: relative
}

footer #mc-embedded-subscribe-form #subscribe {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #ff8c04;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-inner .col-sm-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 992px) {
    .copyright .inner .row.tablet {
        display: flex;
        flex-flow: row
    }

    .copyright .inner .row.tablet #copyright {
        order: 1
    }

    .copyright .inner .row.tablet #menu_fot {
        order: 2
    }
}

@media (max-width: 991px) {
    .copyright .inner .fot_copyright {
        text-align: center !important
    }

    .copyright .inner .fot_menu_copyright .ul_menu_fot {
        width: 100%;
        padding-right: 0;
        text-align: center
    }

    .copyright .inner .fot_menu_copyright .ul_menu_fot li {
        float: none;
        display: inline-block
    }
}

@media (max-width: 767px) {
    footer .footer-widget p {
        padding-right: 0
    }

    .copyright .inner .wsp {
        overflow: hidden;
        padding: 15px 0;
        display: block
    }

    .copyright .inner .mobile {
        display: block;
        width: 100%;
        text-align: center !important;
        line-height: 24px
    }

    footer .site-footer h4 {
        margin: 0;
        padding: 5px 0 5px;
        font-size: 13px;
        cursor: pointer;
        margin-bottom: 0 !important;
        border-top: solid 0 rgba(0, 0, 0, 0.5)
    }

    footer .site-footer h4.hasclick {
        position: relative
    }

    footer .site-footer h4.hasclick:after {
        font-family: 'FontAwesome';
        content: "\f055";
        font-size: 16px;
        line-height: 24px;
        position: absolute;
        right: 15px;
        top: 10px;
        color: #93939b
    }

    footer .site-footer h4.hasclick.open_:after {
        font-family: 'FontAwesome';
        content: "\f056";
        font-size: 16px;
        line-height: 24px;
        position: absolute;
        right: 15px;
        top: 10px;
        color: #93939b
    }

    footer .site-footer .maps_ {
        margin-top: 15px
    }

    .padding-bottom-50 {
        padding-bottom: 20px !important
    }
}

@media (max-width: 767px) {
    .col-xs-offset-right-0 {
        margin-right: 0%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-offset-right-1 {
        margin-right: 8.33333333%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-offset-right-1 {
        margin-right: 8.33333333%
    }
}

@media (min-width: 1200px) {
    .col-lg-offset-right-1 {
        margin-right: 8.33333333%
    }
}

@media (max-width: 991px) {
    .product .row_product {
        display: flex;
        flex-flow: column
    }

    .product #sidebar_product {
        order: 2
    }

    .product #main_product {
        order: 1
    }
}

.social-sharing .ttt {
    display: inline-block;
    float: left;
    margin-right: 5px;
    line-height: 20px;
    /*width: 100px;*/
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-align: left
}

@media (max-width: 580px) {
    .social-sharing .ttt {
        margin-bottom: 10px
    }
}

.social-sharing .share_add {
    float: left;
    padding-left: 0 !important
}

.social-sharing .share_add.tags_name {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #76767e
}

.social-sharing .share_add.tags_name a {
    text-decoration: none
}

.social-sharing .share_add.tags_name a:hover {
    color: #ff8c04
}

.product-images #img_02 {
    margin: 0 auto
}

@media (min-width: 480px) {
    .product-images #img_02 {
        max-width: 90px !important;
        max-height: 90px !important
    }
}

@media (max-width: 479px) {
    .product-images #img_02 {
        max-width: 50px !important;
        max-height: 50px !important
    }
}

.product-images .col_thumbs_visible {
    width: 115px;
    display: block;
    float: left;
    position: relative
}

.product-images .col_large_default {
    text-align: center;
    display: block;
    float: left
}

.product-images .col_large_full {
    padding: 0
}

.product-images .large-image {
    padding: 0 15px 0 0
}

@media (max-width: 1199px) and (min-width: 992px) {
    .product-images .large-image a {
        height: 300px !important
    }
}

@media (min-width: 768px) {
    .product-images .large-image a {
        height: 400px;
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }
}

@media (max-width: 767px) {
    .product-images .large-image {
        margin-bottom: 15px;
        padding: 0
    }
}

.product-images .large-image a {
    max-height: 100%;
    max-width: 100%
}

.product-images .large-image a .zoomWrapper {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden
}

.product-images .large-image a img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: relative !important
}

.product-images .slides .item a img {
    margin: 0 auto
}

.product-images #gallery_01 {
    padding-left: 15px
}

@media (min-width: 480px) and (max-width: 767px) {
    .product-images #gallery_01 {
        margin-top: 30px
    }
}

@media (max-width: 479px) {
    .product-images #gallery_01 {
        margin-top: 10px
    }
}

.product-images #gallery_01 .item a {
    display: block;
    width: 90px
}

@media (min-width: 768px) {
    .product-images #gallery_01 .item a {
        height: 90px
    }
}

@media (max-width: 767px) {
    .product-images #gallery_01 .item a {
        height: 50px
    }
}

.product-images #gallery_01 .item a img {
    max-width: 100%;
    max-height: 100%
}

.product-images #gallery_01 .item .dp-flex {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

.product-images #gallery_01 .item .dp-flex.active {
    -webkit-box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.14)
}

.product-images #gallery_01 .flex-direction-nav>li {
    position: absolute;
    right: 50%
}

@media (max-width: 479px) {
    .product-images #gallery_01 .flex-direction-nav>li {
        bottom: -30px
    }
}

.product-images #gallery_01 .flex-direction-nav>li>a {
    font-family: "FontAwesome";
    color: #d9d9d9;
    opacity: 1;
    text-align: center !important
}

.product-images #gallery_01 .flex-direction-nav .flex-next {
    right: -25px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-images #gallery_01 .flex-direction-nav .flex-next {
        right: -25px !important
    }
}

.product-images #gallery_01 .flex-direction-nav .flex-prev {
    left: -15px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-images #gallery_01 .flex-direction-nav .flex-prev {
        left: -20px !important
    }
}

.product-images #gallery_01 .flex-direction-nav .flex-next::before {
    font-family: 'FontAwesome';
    content: "\f106";
    font-size: 30px;
    line-height: 40px
}

.product-images #gallery_01 .flex-direction-nav .flex-prev::before {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 30px;
    line-height: 40px
}

.product-images #gallery_01 .flex-direction-nav .flex-nav-next {
    top: 0
}

@media (min-width: 480px) {
    .product-images #gallery_01 .flex-direction-nav .flex-nav-prev {
        bottom: -30px
    }
}

.product-images .slides li a {
    margin: 15px 0 15px 5px
}

.zoomLens {
    width: 100px !important;
    height: 100px !important
}

@media (max-width: 1024px) {
    .awe-section-1{
        overflow: hidden;
    }
    .zoomContainer {
        display: none
    }
}

.product-thumb .featured-image {
    max-width: 350px;
    margin-left: 100px
}

@media (min-width: 992px) {
    .product-thumb .product-big-wrapper {
        max-width: 95%;
        padding-left: 150px;
        height: 470px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .product-thumb .more-views {
        width: 130px !important;
        left: 15px !important;
        top: 0 !important;
        padding-top: 0 !important;
        max-height: 400px !important
    }

    .product-thumb .product-big-wrapper {
        margin-right: 140px
    }
}

@media screen and (min-width: 1200px) {
    .product-thumb .more-views {
        left: 15px !important;
        height: 400px !important
    }
}

.product-thumb .more-views {
    max-width: 130px;
    height: auto;
    position: absolute !important;
    left: 15px;
    top: 40px;
    min-height: 250px;
    z-index: 0;
    padding-top: 20px
}

.product-thumb .more-views:hover .swiper-button-next, .product-thumb .more-views:hover .swiper-button-prev {
    opacity: 1
}

.product-thumb .more-views .swiper-button-next, .product-thumb .more-views .swiper-button-prev {
    position: absolute;
    width: 13px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 15px 44px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1
}

.product-thumb .more-views .swiper-button-next {
    top: 15px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 45%
}

.product-thumb .more-views .swiper-button-prev {
    top: 100%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    left: 45%
}

.product-thumb .more-views .swiper-wrapper .br-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 130px;
    height: 120px !important
}

.product-thumb .more-views .swiper-wrapper .br-slide.active a {
    -webkit-box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.14)
}

.product-thumb .more-views .swiper-wrapper .br-slide a {
    height: 110px;
    width: 110px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

@media screen and (min-width: 1200px) {
    .product-thumb .more-views .swiper-wrapper .br-slide {
        padding: 5px 0;
        overflow: hidden;
        height: auto !important
    }
}

@media screen and (max-width: 1199px) {
    .product-thumb .more-views .swiper-wrapper .br-slide {
        padding: 10px 0;
        overflow: hidden
    }
}

.product-thumb .more-views .swiper-wrapper img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block
}

.title-product {
    font-family: 'Poppins', sans-serif;
    color: #2f2f33;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 500
}

.reviews_details_product {
    margin-top: 0;
    margin-bottom: 10px;
    overflow: hidden
}

.reviews_details_product .nhanhvn-product-reviews-badge {
    margin: 0 auto;
    padding: 0;
    float: left
}

.reviews_details_product .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star i {
    font-size: 13px
}

.reviews_details_product .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star .star-off-png:before {
    content: "\f006";
    color: #ff9500
}

.reviews_details_product .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star .star-on-png:before {
    content: "\f005";
    color: #ff9500
}

.reviews_details_product .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star .star-half-png:before {
    content: "\f123";
    color: #ff9500
}

.reviews_details_product .nhanhvn-product-reviews-badge div img {
    display: none
}

.reviews_details_product .nhanhvn-product-reviews-badge div p {
    font-size: 13px;
    color: #7b7b7b
}

.reviews_details_product .danhgiasp {
    display: inline;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #7b7b7b;
    font-weight: 400;
    padding: 0 15px;
    border-left: solid 1px #ddd;
    text-decoration: underline
}

.reviews_details_product .danhgiasp:hover>a {
    color: #ff8c04;
    text-decoration: none;
    cursor: pointer
}

.reviews_details_product .danhgiasp:hover .fa {
    color: #ff8c04
}

.reviews_details_product .danhgiasp a {
    color: #7b7b7b;
    font-weight: 400;
    text-decoration: underline
}

.zoomWindowContainer>div {
    z-index: 10
}

.details-product .large-image {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    position: relative
}

.details-product .large-image a {
    display: block
}

.details-product .large-image .zoom_button {
    display: inline-block !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px;
    border-radius: 50%;
    background: #d7d7d7;
    position: absolute;
    bottom: 15px;
    right: 30px;
    z-index: 2
}

.details-product .large-image .zoom_button .fa {
    font-size: 16px;
    color: #fff
}

.details-product .owl-carousel.owl-loaded {
    overflow: hidden;
    z-index: 0
}

.details-product .details-pro .product-price {
    display: inline-block
}

.details-product .details-pro .price-box {
    margin: 10px 0 0
}

.details-product .details-pro .price-box del {
    color: #adadad;
    font-size: 1.42857em
}

.details-product .details-pro .price-box .old-price {
    text-decoration: line-through
}

.details-product .details-pro .custom-btn-number {
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    border: none;
    box-shadow: none;
    height: auto
}

.details-product .details-pro .custom-btn-number label {
    font-size: 14px
}

.details-product .details-pro .custom-btn-number #qty {
    height: 32px;
    font-size: 1.28571em;
    margin: 0
}

.details-product .details-pro .custom-btn-number .qtyminus {
    position: absolute;
    left: 25px;
    top: 4px;
    font-size: 1.42857em
}

.details-product .details-pro .custom-btn-number .qtyplus {
    position: absolute;
    right: 25px;
    top: 4px;
    font-size: 1.42857em
}

.thumb_product_details {
    margin: 0 auto;
    position: relative
}

@media (max-width: 560px) {
    .thumb_product_details {
        width: 100%;
        left: auto;
        transform: none
    }
}

.thumb_product_details .owl-item .item {
    height: 130px;
    padding: 5px
}

.thumb_product_details .owl-item .item a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 90px !important;
    display: block;
    border: solid 1px #ebebeb
}

@media (min-width: 992px) and (max-width: 1199px) {
    .thumb_product_details .owl-item .item a {
        height: 70px !important
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .thumb_product_details .owl-item .item a {
        height: 60px !important
    }
}

.thumb_product_details .owl-item .item a img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.thumb_product_details .owl-item .item a.active {
    border-color: #ff8c04
}

.thumb_product_details .owl-item .item a.active img {
    opacity: 1
}

.thumb_product_details .owl-nav .owl-prev, .thumb_product_details .owl-nav .owl-next {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    line-height: 25px;
    text-align: center;
    top: 45%;
    background: transparent
}

@media (min-width: 768px) and (max-width: 1199px) {
    .thumb_product_details .owl-nav .owl-prev, .thumb_product_details .owl-nav .owl-next {
        top: 27%
    }
}

@media (max-width: 767px) {
    .thumb_product_details .owl-nav .owl-prev, .thumb_product_details .owl-nav .owl-next {
        top: 45%
    }
}

.thumb_product_details .owl-nav .owl-prev:before, .thumb_product_details .owl-nav .owl-next:before {
    height: 25px;
    width: 25px;
    line-height: 25px;
    top: -3px;
    color: #fff;
    border-radius: 50%;
    border: none;
    background: #ff8c04
}

.thumb_product_details .owl-nav .owl-prev:hover, .thumb_product_details .owl-nav .owl-next:hover {
    background: transparent
}

.thumb_product_details .owl-nav .owl-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 16px
}

.thumb_product_details .owl-nav .owl-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 16px
}

@media (max-width: 543px) {
    .thumb_product_details .owl-item .item {
        width: 80px !important;
        height: 100px !important;
        padding: 5px;
        margin: 0 auto
    }

    .thumb_product_details .owl-item .item a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 80px !important;
        display: block;
        border: solid 1px #ebebeb
    }

    .thumb_product_details .owl-item .item a img {
        max-height: 100%;
        max-width: 100%
    }

    .thumb_product_details .owl-item .item a.active {
        border-color: #ff8c04
    }

    .thumb_product_details .owl-item .item a.active img {
        opacity: 1
    }
}

.form-border {
    border-top: solid 1px #ebebeb;
    padding: 15px 0 0 0 !important;
    margin-top: 20px
}

.details-pro .vd {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #969696;
    line-height: 22px;
    text-decoration: none
}

.details-pro .vd a {
    color: #969696;
    text-decoration: none;
    margin-right: 15px
}

.details-pro .vd a:hover {
    color: #ff8c04
}

.details-pro .vd .vend_c {
    display: inline-block;
    padding: 0 15px;
    background-color: #0ed379;
    color: #fff;
    border-radius: 3px
}

.details-pro .group-status {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 10px
}

.details-pro .group-status .first_status {
    color: #93939b
}

.details-pro .group-status .status_name {
    color: #2f2f33
}

.details-pro .product-summary {
    margin-bottom: 0;
    padding: 15px 0
}

.details-pro .product-summary .if {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #2f2f33;
    line-height: 24px
}

.details-pro .product-summary .rte {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #93939b
}

.details-pro .product-summary .rte img {
    display: none
}

.details-pro .vender_ {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #76767e
}

.details-pro .vender_ ul {
    padding-left: 15px
}

.details-pro .vender_ ul li {
    list-style-type: disc
}

.details-pro .vender_ .bold {
    font-weight: 500;
    text-transform: uppercase
}

.details-pro .social-sharing {
    display: inline-block;
    float: left
}

.details-pro .social-sharing .social-normal {
    display: block;
    padding: 20px 0
}

.details-pro .social-sharing .social-normal label {
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
    color: #565656
}

.details-pro .social-sharing .social-normal a {
    margin: 0 5px
}

.details-pro .contacts {
    display: inline-block;
    float: left;
    text-align: left;
    width: 100%;
    position: relative
}

.details-pro .contacts .block_phone {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    color: #2f2f33;
    padding: 0 0 0 40px;
    display: block;
    font-weight: 400;
    position: relative
}

.details-pro .contacts .block_phone:before {
    content: "";
    background-image: url("//bizweb.dktcdn.net/100/286/794/themes/637857/assets/phone_contact.png?1528187929957");
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 991px) {
    .details-pro .contacts .block_phone:before {
        top: 10px
    }
}

.details-pro .contacts .block_phone div {
    display: inline-block;
    float: left
}

@media (min-width: 768px) and (max-width: 991px) {
    .details-pro .contacts .block_phone div {
        padding-left: 40px
    }
}

@media (max-width: 767px) {
    .details-pro .contacts .block_phone div {
        padding-left: 40px;
        text-align: left
    }
}

.details-pro .contacts .block_phone a {
    margin-left: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #ff8c04;
    font-weight: bold;
    line-height: 22px;
    text-decoration: none
}

.form-group {
    padding-bottom: 0
}

.form-group .input_number_product {
    display: inline-flex;
    width: 65%
}

.form-group .input_number_product .btn_num {
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    border: solid 1px #f3f3f3;
    display: block;
    width: 25px;
    height: 30px;
    background: #ecede7;
    float: left;
    color: #222;
    text-align: center
}

.form-group .input_number_product .btn_num:hover {
    cursor: pointer;
    background: #fff;
    color: #222;
    text-decoration: none;
    border-color: #f3f3f3
}

.form-group .input_number_product .minus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    font-size: 30px
}

.form-group .input_number_product .plus {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center
}

.form-group .input_number_product input {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    border: solid 1px #f3f3f3;
    border-left: 0;
    border-right: 0;
    height: 30px;
    width: 40px;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    min-height: unset
}

@media (max-width: 767px) {
    .form-group .input_number_product input {
        width: 100%
    }
}

.form-group .button_cart_buy_enable, .form-group .button_cart_buy_disable {
    height: 30px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 10px;
    float: left;
    margin-left: 5px
}

@media (max-width: 767px) {
    .form-group .button_cart_buy_enable, .form-group .button_cart_buy_disable {
        font-size: 14px !important;
        margin-left: 0
    }
}

.form-group .button_cart_buy_enable span, .form-group .button_cart_buy_disable span {
    font-size: 14px;
    font-weight: 400
}

.form-group .button_cart_buy_enable .fa, .form-group .button_cart_buy_disable .fa {
    font-size: 20px;
    padding: 20px 22px 23px;
    position: absolute;
    left: 0;
    top: -1px;
    background: #059b3a;
    border-radius: 3px
}

.form-group .button_cart_buy_enable#js-add-Cart{
    display: flex;
    padding: 3px 10px;
    height: auto;
}
.form-group .button_cart_buy_enable {
    background: #ff8c04;
    border: solid 1px #ff8c04;
    position: relative
}


.form-group .button_cart_buy_enable:hover {
    background: #fff;
    border-color: #ff8c04;
    color: #ff8c04
}

.form-group .button_cart_buy_enable:hover .fa {
    color: #fff
}

.form-group .button_cart_buy_disable {
    background: rgba(255, 65, 87, 0.51)
}

.form-product {
    padding: 0
}

.form-product .form-group {
    width: 100%
}

.form-product .form-group header {
    margin-bottom: 10px
}

.form-product form {
    margin-bottom: 0
}

.box-variant .form-group {
    width: 100%
}

.box-variant .form-group .selector-wrapper {
    margin-bottom: 10px !important
}

.box-variant .form-group .selector-wrapper label {
    font-weight: 400
}

.box-variant .form-group .selector-wrapper .single-option-selector {
    height: 40px;
    width: 100%;
    border-radius: 5px;
    text-transform: capitalize
}

.iwi {
    display: block;
    float: left;
    text-align: left;
    margin-left: 0;
    width: 100%;
    height: 30px;
    line-height: 20px;
    border-radius: 0%;
    background: transparent;
    position: relative;
    top: -10px;
    left: 0
}

@media (max-width: 1199px) {
    .iwi {
        margin-left: 0;
        margin-bottom: 0
    }
}

.iwi .fa {
    font-size: 13px;
    color: #ff8c04
}

.iwi span {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #2f2f33;
    margin-left: 5px
}

.iwi:hover a {
    text-decoration: none
}

.iwi .iwishAddWrapper {
    border: none !important
}

.social_share_product {
    display: block;
    text-align: center
}

.social_share_product .addthis_inline_share_toolbox {
    display: inline-block
}

.hdmh {
    display: block;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #7b7b7b;
    margin-top: 15px
}

.hdmh a {
    color: #7b7b7b;
    display: inline-block;
    position: relative;
    text-decoration: none
}

.hdmh a:before {
    content: " ";
    width: 100%;
    height: 1px;
    background: #7b7b7b;
    position: absolute;
    bottom: 0;
    left: 0
}

.hdmh a:hover {
    color: #ff8c04
}

.taxable {
    padding-bottom: 5px;
    margin-top: 20px
}

.taxable .vat {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #707070
}

.taxable .valibled {
    font-size: 13px;
    font-weight: 500;
    color: #707070
}

.taxable .availabel {
    color: #a6ca3f;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400
}
.taxable .disavailabel {
    color: #e42323;
}

.details-product .share_add {
    padding-left: 15px
}

@media (max-width: 991px) and (min-width: 768px) {
    .details-product .share_add {
        width: calc(100% - 100px);
        -o-width: calc(100% - 100px);
        -moz-width: calc(100% - 100px);
        -webkit-width: calc(100% - 100px)
    }
}

.details-product .link_color {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #0072bc;
    cursor: pointer
}

@media (min-width: 1200px) {
    .details-product #gallery_01 .flex-viewport {
        height: 320px !important;
        margin-top: 25px
    }
}

.details-product #gallery_02 {
    overflow: hidden
}

.details-product #gallery_02>div.owl-stage-outer {
    width: 75%;
    margin-left: 12%;
    overflow: hidden
}

@media (max-width: 767px) {
    .details-product #gallery_02>div.owl-stage-outer {
        width: 73%;
        margin-left: 13%
    }
}

.details-product .details-pro {
    font-family: "Poppins", sans-serif
}

.details-product .details-pro .product-price {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    font-weight: 500;
    color: #ff8c04
}

.details-product .details-pro .price-box {
    margin: 0 0 0;
    padding-top: 0
}

.details-product .details-pro .price-box del {
    font-family: 'Poppins', sans-serif;
    color: #76767e;
    font-size: 16px;
    margin-right: 15px
}

.details-product .details-pro .custom-btn-number {
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    border: none;
    box-shadow: none;
    width: 105px;
    float: left
}

@media (max-width: 767px) {
    .details-product .details-pro .custom-btn-number {
        width: 100%
    }
}

.details-product .details-pro .custom-btn-number #qty {
    font-family: "Poppins", sans-serif;
    height: 45px;
    font-size: 17px;
    margin: 0
}

.details-product .details-pro .custom-btn-number {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    height: auto
}

.details-product .details-pro .custom-btn-number label {
    font-size: 14px
}

.details-product .details-pro .custom-btn-number #qty {
    height: 45px;
    font-size: 1.28571em;
    margin: 0
}

.details-product .details-pro .custom-btn-number .qtyminus {
    position: absolute;
    left: 25px;
    top: 4px;
    font-size: 1.42857em
}

.details-product .details-pro .custom-btn-number .qtyplus {
    position: absolute;
    right: 25px;
    top: 4px;
    font-size: 1.42857em
}

#btnnewreview {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    margin: 0;
    padding: 5px 15px !important;
    background: #ff8c04 !important;
    border: solid 1px #ff8c04 !important;
    display: inline;
    border-radius: 5px;
    color: #fff
}

.related-product {
    margin-bottom: 30px;
    margin-top: 80px
}

@media (max-width: 375px) {
    .related-product .owl_item_product .product-thumbnail .image_link.display_flex {
        height: 170px !important;
        max-height: 170px !important
    }
}

@media (max-width: 1199px) {
    .zoomContainer {
        display: none !important
    }

    .product-thumb .product-big-wrapper .large-img .zoomWrapper {
        width: auto !important;
        height: auto !important
    }

    .product-thumb .product-big-wrapper .large-img .zoomWrapper img {
        position: static !important
    }
}

@media (min-width: 1200px) {
    .zoomWrapper {
        width: 100% !important
    }

    .zoomWrapper img {
        position: static !important;
        max-width: 100% !important;
        height: auto !important
    }

    .zoomWrapper img ~ img {
        display: none !important
    }
}

@media (max-width: 991px) {
    .zoomWrapper {
        width: 100% !important;
        height: auto !important
    }

    .product-tab.e-tabs.not-dqtab {
        margin-bottom: 50px
    }

    .related-product {
        margin-top: 0
    }

    .padding-mobile {
        padding: 0 15px !important
    }
}

.product-tab .tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.product-tab .tab-content.current {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.product-tab .tabs-title {
    background: #fff;
    margin-bottom: 0;
    padding-left: 0;
    border: solid 1px #ebebeb
}

@media (max-width: 767px) {
    .product-tab .tab-link {
        margin: 0 0 !important
    }
}

.product-tab .tab-link {
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: inline-block;
    float: left;
    padding: 0 25px;
    border-bottom: 0;
    border-left: solid 1px transparent;
    border-right: solid 1px #ebebeb;
    transition: all .2s
}

.product-tab .tab-link:first-child {
    border-left: 0
}

.product-tab .tab-link h3 {
    font-family: 'Poppins', sans-serif;
    color: #76767e;
    font-weight: 400;
    margin: 0 0;
    font-size: 18px;
    line-height: 48px;
    text-transform: uppercase
}

.product-tab .tab-link span {
    font-family: 'Poppins', sans-serif;
    color: #76767e;
    font-weight: 500;
    font-size: 14px
}

@media (min-width: 768px) {
    .product-tab .tab-link.current {
        background: #ff8c04
    }

    .product-tab .tab-link.current h3 {
        font-weight: bold;
        color: #2f2f33 !important
    }

    .product-tab .tab-link.current h3 span {
        color: #fff !important
    }
}

.product-tab .tab-link.current h3 {
    font-weight: 400;
    color: #2f2f33
}

.product-tab .tab-link.current h3 span {
    color: #2f2f33
}

.product-tab li:last-child h3 span:after {
    content: none
}

.product-tab .tab-content {
    padding: 0
}

.product-tab .tab-content .rte {
    padding: 30px 30px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #93939b;
    border: 1px solid #ebebeb;
    border-top: 0
}

.product-tab .content_extab.current {
    padding: 20px 15px;
    background: #fff;
    border: solid 1px #e1e1e1
}

.product-tab .content_extab.current .rte {
    padding: 0 0
}

.product-tab .content_extab.current .rte img {
    max-width: 100%;
    width: auto !important;
    height: auto !important
}

@media (min-width: 1200px) {
    .product-tab .content_extab.current .rte {
        font-family: 'Poppins', sans-serif;
        color: #9d9c9c;
        font-weight: 300;
        font-size: 14px;
        width: 100%
    }

    .product-tab .content_extab.current .rte img {
        max-width: 100%;
        width: auto !important;
        height: auto !important
    }
}

.content_extab {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.content_extab.current {
    opacity: 1;
    visibility: visible;
    height: auto
}

@media (max-width: 767px) {
    .product-tab .tab-link {
        width: 100%;
        border: none;
        padding: 0;
        margin-bottom: 10px !important;
        background: #fff
    }

    .tab-content-mobile {
        display: none;
        padding: 0 10px;
        border: 1px solid #e1e1e1;
        border-top: none;
        background: #f7f5f5
    }

    .tab-content-mobile .rte {
        padding: 10px 0;
        border-bottom: 0
    }

    .product-tab .tab-link.current h3 {
        border: 0
    }

    .current .tab-content-mobile {
        display: block;
        padding: 0 10px;
        border: 1px solid #e1e1e1;
        border-top: none;
        background: #f7f5f5
    }

    .current .tab-content-mobile .rte {
        padding: 10px 0;
        border-bottom: 0
    }

    ul.tabs.tabs-title {
        display: block;
        border: none;
        width: 100%;
        background: none !important
    }

    .product-tab .tab-link h3 {
        border: 1px solid #ebebeb;
        padding: 10px 10px;
        margin-top: 0;
        position: relative
    }

    .product-tab .tab-link h3:before {
        content: '\f107';
        font-size: 20px;
        font-family: FontAwesome;
        float: right;
        margin-right: 0;
        margin-top: -3px
    }

    .product-tab .tab-link.current .tab-content-mobile {
        margin-bottom: 0;
        background: #fff
    }

    .product-tab .tab-link.current .tab-content-mobile .rte p img {
        max-width: 100%;
        margin: 0 auto;
        width: auto !important;
        height: auto !important
    }

    .product-tab .tab-link.current h3 {
        margin-bottom: 0;
        border-bottom: none;
        border: solid 1px #ebebeb;
        background: #fff
    }

    .product-tab .tab-link span:after {
        content: none
    }

    .product-tab .border-dashed-tab {
        margin-bottom: 15px
    }
}

.rte .nhanhvn-product-reviews #nhanhvn-product-reviews-sub .nhanhvn-product-reviews-summary .bpr-summary .bpr-summary-average {
    font-family: 'Arial';
    font-size: 18px
}

.rte .nhanhvn-product-reviews #nhanhvn-product-reviews-sub .nhanhvn-product-reviews-summary .bpr-summary .nhanhvn-product-reviews-star i {
    font-size: 12px
}

.rte .nhanhvn-product-reviews #nhanhvn-product-reviews-sub .nhanhvn-product-reviews-summary .bpr-summary .nhanhvn-product-reviews-star .star-off-png:before {
    content: "\f005";
    color: #cccccc
}

.rte .nhanhvn-product-reviews #nhanhvn-product-reviews-sub .nhanhvn-product-reviews-summary .bpr-summary .nhanhvn-product-reviews-star .star-on-png:before {
    content: "\f005";
    color: #ffde3c
}

.rte .nhanhvn-product-reviews #nhanhvn-product-reviews-sub .nhanhvn-product-reviews-summary .bpr-summary .nhanhvn-product-reviews-star .star-half-png:before {
    content: "\f123";
    color: #ffde3c
}

.rte .nhanhvn-product-reviews #nhanhvn-product-reviews-sub .nhanhvn-product-reviews-list .nhanhvn-review .nhanhvn-review-header div .nhanhvn-product-reviews-star i {
    font-size: 12px
}

.rte .nhanhvn-product-reviews #nhanhvn-product-reviews-sub .nhanhvn-product-reviews-list .nhanhvn-review .nhanhvn-review-header div .nhanhvn-product-reviews-star .star-off-png:before {
    content: "\f005";
    color: #cccccc
}

.rte .nhanhvn-product-reviews #nhanhvn-product-reviews-sub .nhanhvn-product-reviews-list .nhanhvn-review .nhanhvn-review-header div .nhanhvn-product-reviews-star .star-on-png:before {
    content: "\f005";
    color: #ffde3c
}

.rte .nhanhvn-product-reviews #nhanhvn-product-reviews-sub .nhanhvn-product-reviews-list .nhanhvn-review .nhanhvn-review-header div .nhanhvn-product-reviews-star .star-half-png:before {
    content: "\f123";
    color: #ffde3c
}

.nhanhvn-product-reviews-form form .bpr-form-rating #dvRating i {
    font-size: 12px
}

.nhanhvn-product-reviews-form form .bpr-form-rating #dvRating .star-off-png:before {
    content: "\f005";
    color: #cccccc
}

.nhanhvn-product-reviews-form form .bpr-form-rating #dvRating .star-on-png:before {
    content: "\f005";
    color: #ff8c04
}

.nhanhvn-product-reviews-form form .bpr-form-rating #dvRating .star-half-png:before {
    content: "\f123";
    color: #ff8c04
}

@media (max-width: 543px) {
    .collection .title-head {
        line-height: 37px !important
    }

    .count_text {
        display: none !important
    }
}

.count_text {
    display: inline;
    float: left;
    left: 90px;
    line-height: 35px
}

.count_text .product_display {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #ff8c04
}

.wrp_border_collection {
    padding: 30px 0 15px
}

.collection_reponsive {
    margin-top: 40px
}

.srt {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ebebeb
}

@media (max-width: 991px) and (min-width: 768px) {
    .srt {
        margin-top: 30px
    }
}

@media (max-width: 480px) {
    .srt {
        margin-top: -5px
    }
}

.wr_sort {
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0;
    height: 35px;
    position: relative
}

.text-sm-right {
    float: right
}

.view-mode {
    display: inline-block;
    left: 0
}

.view-mode a {
    text-decoration: none;
    margin-left: 10px
}

.view-mode a:last-child {
    margin-right: 15px
}

.view-mode .fa.ion-android-menu {
    line-height: 40px
}

.view-mode .button-view-mode {
    font-size: 16px;
    margin-right: 0
}

.view-mode span {
    margin-right: 5px;
    line-height: 37px
}

.button-view-mode {
    padding: 0;
    margin: 0;
    font-size: 16px;
    box-shadow: none !important;
    color: #ebebeb;
    width: 25px;
    height: 35px;
    line-height: 35px
}

.button-view-mode .fa {
    font-size: 20px
}

.button-view-mode.active, .button-view-mode:hover {
    box-shadow: none
}

.button-view-mode.active .fa, .button-view-mode:hover .fa {
    color: #ff8c04
}

.button-view-mode.active a, .button-view-mode:hover a {
    color: #ff8c04
}

.button-view-mode a {
    text-decoration: none;
    margin-left: 15px
}

.button-view-mode a:hover {
    text-decoration: none;
    color: #ff8c04
}

.button-view-mode a .label .fa {
    line-height: 24px;
    color: #d6d6d6
}

.button-view-mode a .label .fa:hover {
    color: #ff8c04
}

.button-view-mode:hover {
    color: #ff8c04
}

.button-view-mode:hover a {
    text-decoration: none
}

.collection .title-head {
    display: inherit;
    position: absolute;
    color: #050505;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    line-height: 30px
}

.collection .title-head span {
    font-family: 'Poppins';
    font-size: 15px;
    color: #222222;
    font-weight: 300 !important;
    text-transform: initial
}

.sortPagiBar {
    display: inline
}

.sortPagiBar.sortpage.page_avalible {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

@media (max-width: 1199px) {
    .sortPagiBar.sortpage {
        position: relative !important;
        left: auto !important;
        transform: none !important;
        -o-transform: none !important;
        -os-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important
    }
}

.sortPagiBar .border_sort select {
    font-family: 'Poppins';
    border: none;
    padding: 0 10px;
    font-size: 14px;
    width: 120px
}

#sort-by {
    float: right;
    font-size: 13px;
    text-align: left
}

#sort-by .button-asc, #sort-by .button-desc {
    background-color: #fff;
    box-shadow: none;
    float: right;
    height: 30px;
    line-height: 28px;
    margin-left: 5px;
    text-align: center;
    width: 30px
}

#sort-by label {
    font-family: 'Poppins', sans-serif;
    float: left;
    font-weight: 400;
    line-height: 35px;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 0;
    color: #787883
}

#sort-by div {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    float: right;
    font-family: 'Poppins', sans-serif
}

#sort-by div select {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    margin-top: 3px;
    color: #787883;
    height: 30px;
    width: 150px;
    background-color: #fff !important
}

#sort-by a:link, #sort-by a:visited {
    color: #333;
    text-decoration: none
}

#sort-by>ul>li {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: .01px;
    cursor: pointer;
    line-height: 36px
}

#sort-by li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 0 20px;
    position: relative;
    width: 240px;
    float: left;
    color: #333;
    border: 1px solid #ebebeb;
    font-size: 14px
}

#sort-by li>a {
    display: inline-block;
    width: 100%;
    line-height: 36px
}

#sort-by li li {
    width: 100%;
    margin-top: 0;
    border-top: none;
    border-right: none;
    border-left: none
}

#sort-by li li a:hover {
    color: #007fb8
}

#sort-by li:hover {
    background-color: #fff
}

#sort-by li li:hover {
    background-color: #fff;
    color: #007fb8
}

#sort-by ul ul {
    position: absolute;
    visibility: hidden;
    left: -1px;
    top: 35px;
    background: none repeat scroll 0 0 #F8F8F8;
    z-index: 10000;
    border-top: none;
    border: 1px #F0F0F0 solid
}

#sort-by ul ul ul {
    position: absolute;
    left: 100%;
    top: -2px;
    border: solid 1px transparent
}

#sort-by li:hover>ul {
    visibility: visible
}

@media (max-width: 480px) {
    .category-products.products {
        margin-top: -30px
    }

    .sortPagiBar {
        margin-bottom: 10px !important;
        float: left !important;
        width: 100%
    }

    .sortPagiBar .wr_sort {
        float: right
    }
}

@media (max-width: 543px) {
    #sort-by div select {
        width: 140px !important
    }
}

@media (max-width: 991px) {
    .container_blog .row_blog {
        display: flex;
        flex-flow: column
    }

    .container_blog #aside_blog {
        order: 2
    }

    .container_blog #blog_content {
        order: 1
    }

    .article-wraper .row_article {
        display: flex;
        flex-flow: column
    }

    .article-wraper #aside_article {
        order: 2
    }

    .article-wraper #content_article_ {
        order: 1
    }
}

.button_wh_40_blog {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    padding: 0 25px;
    background: #ff8c04;
    border-radius: 20px;
    text-decoration: none;
    border: solid 1px #ff8c04
}

.button_wh_40_blog:hover {
    border-color: #ff8c04;
    color: #ff8c04;
    text-decoration: none;
    background: #fff
}

.wrap_border {
    padding: 0 15px 30px
}

.wrap_border .bordered {
    border-top: 0 solid #ebebeb;
    height: 1px;
    width: 100%;
    padding: 1px 0;
    display: block
}

.box-heading .title-head {
    display: block;
    color: #050505;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 10px
}

.box-heading .title-head span {
    font-family: 'Poppins';
    font-size: 15px;
    color: #222222;
    font-weight: 300 !important;
    text-transform: initial
}

.blog-main {
    margin-top: 10px;
    border-top: none !important
}

.blog-main .item_blog_owl {
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.blog-main .item_blog_owl .blog-item {
    margin-bottom: 0
}

.blog-main .item_blog_owl .blog-item .wrap_blg {
    padding-bottom: 10px
}

.blog-main .pagination {
    float: none
}

.blog-main .blog_large_item h3 {
    margin: 0 0 10px;
    font-size: 22px
}

.blog-main .blog_large_item h3 a {
    font-weight: 400;
    line-height: normal
}

.blog-main .blog_large_item .meta {
    font-size: 13px;
    color: #999
}

.blog-main .blog_large_item .meta small {
    margin: 0 5px
}

.blog-main .blog_large_item .readmore {
    border-top: none;
    color: #333;
    font-size: 14px;
    position: relative;
    margin: 25px 0 0;
    padding-top: 25px
}

.blog-main .blog_large_item .readmore:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 35px;
    background: #dbdbdb;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto
}

.blog-main .blog_large_item .readmore:hover {
    text-decoration: none;
    color: #ff8c04
}

.blog-item {
    overflow: hidden;
    margin-bottom: 15px
}

.blog-item .date {
    position: absolute;
    background: #ff8c04;
    text-align: center;
    color: #fff;
    padding: 3px 10px;
    z-index: 10
}

.blog-item .date span {
    display: block;
    line-height: 45px
}

.blog-item .date span ~ span {
    overflow: hidden;
    border-top: 1px solid #fff
}

.blog-item .sum {
    font-weight: 400;
    line-height: 20px;
    color: #555555
}

.blog-item .calendar {
    color: #b3b3b3;
    font-size: 12px;
    margin: 0
}

.blog-item .calendar .fa {
    margin-right: 5px
}

.blog-item .cmt {
    color: #b3b3b3;
    margin: 0 0 10px 0
}

.blog-item .cmt a {
    color: #b3b3b3
}

.blog-item .cmt a .fa {
    margin-left: 10px
}

.blog-item .cmt .fa {
    margin-right: 5px
}

.blog-item .readmore {
    display: block;
    padding: 5px 0 0;
    border-top: 1px solid #ebebeb;
    font-size: 13px;
    color: #ff8c04
}

.blog-item .readmore .fa {
    margin-right: 10px
}

.list-blogs {
    width: 100%;
    float: left
}

.blog_list_item {
    border-top: 0;
    margin-bottom: 30px;
    width: 100%;
    float: left
}

.blog_list_item .blog-item {
    padding: 5px 0 5px 0;
    margin: 0 0 !important;
    position: relative
}

.blog_list_item .blog-item:first-child {
    padding-top: 0
}

.blog_list_item .blog-item .blog-item-thumbnail {
    display: inline-block;
    float: left;
    width: 100px
}

.blog_list_item .blog-item .blog-item-thumbnail a {
    display: block;
    text-align: center
}

.blog_list_item .blog-item .blog-item-thumbnail a img {
    width: auto !important;
    max-width: 100%
}

.blog_list_item .blog-item .ct_list_item {
    display: block;
    width: calc(100% - 110px);
    -moz-width: calc(100% - 110px);
    -webkit-width: calc(100% - 110px);
    -o-width: calc(100% - 110px);
    float: left;
    margin-left: 10px
}

.blog_list_item .blog-item .ct_list_item .author_img {
    display: block;
    margin: 15px 0;
    color: #898989;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 35px
}

.blog_list_item .blog-item .ct_list_item .author_img img {
    width: 35px;
    max-width: 100%;
    margin-right: 10px;
    display: inline-block
}

.blog_list_item .blog-item .ct_list_item .author_img .name_ {
    color: #2f2f33
}

.blog_list_item .blog-item .blog-item-name {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #2f2f33;
    margin-bottom: 5px
}

.blog_list_item .blog-item .blog-item-name a {
    color: #2f2f33;
    text-decoration: none;
    font-weight: 600;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.blog_list_item .blog-item .post_ span {
    font-size: 13px;
    color: #63636a
}

.blog_list_item .blog-item .blog-item-summary {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #7d7d7d
}

.blog_list_item .blog-item .blog-item-summary img {
    display: none
}

.support_blog .sport .it_sp {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2f2f33
}

.support_blog .sport .it_sp a {
    color: #2f2f33;
    text-decoration: none
}

.view_more_blog {
    display: block;
    margin-top: 15px
}

.view_more_blog a {
    color: #ff8c04;
    text-decoration: none
}

.blog_large_item .large_name a {
    color: #2f2f33
}

.blog_large_item .blog_name {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ff8c04;
    display: block;
    margin: 5px 0
}

.blog_large_item .post_ {
    margin-bottom: 10px;
    display: block
}

.blog_large_item .post_ span {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #2f2f33
}

.blog_large_item .post_ span .ti {
    font-family: 'themify'
}

.thumb_mini {
    width: 100px;
    display: inline-block;
    float: left
}

.blog-item-name {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin: 0 0 10px;
    color: #2f2f33
}

.blog-item-name.large_name {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500
}

.blog-item-name a {
    color: #2f2f33;
    text-decoration: none
}

@media (max-width: 767px) {
    .blog-item-name a {
        display: block
    }
}

.blog-item-name .fa {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 11px;
    color: #ff8c04
}

.blog-item-summary {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 22px;
    color: #9397a5;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 15px
}

.blog-item-summary p, .blog-item-summary a {
    margin: 0;
    padding: 0
}

.blog-item-summary img {
    display: none
}

.post-time-blog {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #acb2c3
}

.post-time-blog span {
    margin-right: 15px
}

.blog-item-thumbnail {
    position: relative
}

.list-blogs {
    margin-top: 5px
}

.list-blogs .blog-item .wrap_blg {
    padding-bottom: 25px;
    overflow: hidden
}

@media (max-width: 767px) {
    .list-blogs .blog-item .wrap_blg .blog-item-thumbnail {
        margin-bottom: 15px
    }
}

.ul_tags {
    overflow: hidden;
    margin-top: 15px
}

.ul_tags a {
    display: inline-block;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #2f2f33;
    text-decoration: none;
    padding: 5px 20px;
    border: solid 1px #2f2f33;
    margin: 0 5px 10px 0
}

.ul_tags a:hover {
    border-color: #ff8c04;
    color: #fff;
    background: #ff8c04
}

@media (min-width: 1200px) {
    .blog-main .col-lg-4:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-main .col-md-4:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-main .col-sm-6:nth-child(2n+1) {
        clear: left
    }
}

@media (max-width: 991px) {
    .aside-cate-blog {
        margin-top: 40px
    }

    .aside-item .list-blogs {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .blog-main .col-xs-12:nth-child(1n+1) {
        clear: left
    }
}

.article-main .title-head-article {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 21px;
    margin: 0 0 15px;
    font-weight: 600;
    font-style: italic;
    color: #2f2f33
}

.article-main .title-head-article a {
    text-decoration: none;
    color: #2f2f33
}

.article-main .meta {
    font-size: 11px;
    font-weight: 400
}

.article-main .postby {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #9397a5;
    margin-bottom: 10px
}

.article-main .postby span {
    font-size: 13px;
    font-style: italic;
    margin-right: 15px
}

.article-main .postby span .fa {
    color: #9397a5
}

.article-main .image_first {
    text-align: center;
    margin-bottom: 30px
}

.article-main .image_first img {
    max-width: 100% !important;
    height: auto !important
}

.article-main .article-content {
    font-size: 14px
}

.article-main .article-content .rte {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #63636a;
    line-height: 24px
}

.article-main .article-content .rte img {
    max-width: 100% !important;
    height: auto !important;
    margin: 10px 0
}

.article-main .article-content .rte p {
    color: #63636a;
    margin: 0;
    padding: 0
}

.article-main .tags_share {
    overflow: hidden;
    padding-bottom: 15px;
    margin-top: 40px
}

.article-main .tags_share .share_row {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 15px;
    border-top: solid 1px #ebebeb
}

.article-main .tags_share .share_row .share_add {
    float: right
}

@media (max-width: 767px) {
    .article-main .tags_share .share_row .share_add {
        float: left;
        margin-top: 15px
    }
}

.article-main .tags_share .share_row div {
    padding: 0
}

.article-main .tag_article {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #2f2f33;
    line-height: 24px;
    font-weight: 400
}

.article-main .tag_article .bold {
    font-weight: bold
}

.article-main .tag_article a {
    font-weight: 400;
    color: #2f2f33;
    text-decoration: underline;
    font-style: italic
}

.article-main .tag_article a:hover {
    text-decoration: none;
    color: #ff8c04
}

.article-main .form-group {
    margin: 0;
    padding-top: 0;
    padding-bottom: 8px
}

.social-media {
    font-size: 14px;
    text-align: right
}

.social-media label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    color: #636363
}

.social-media a {
    margin-right: 7px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center
}

.social-media a.share-facebook {
    background-color: #ebebeb;
    color: #b7b7b7
}

.social-media a.share-twitter {
    background-color: #ebebeb;
    color: #b7b7b7
}

.social-media a.share-pinterest {
    background-color: #ebebeb;
    color: #b7b7b7
}

.social-media a.share-google {
    background-color: #ebebeb;
    color: #b7b7b7
}

.social-media a .fa {
    margin: 0 auto
}

.social-media a:hover {
    background-color: hover
}

.social-media a:hover .fa {
    color: #ff8c04
}

.social-media .list-inline li {
    margin-right: 20px
}

@media (max-width: 767px) {
    .social-media {
        text-align: left !important;
        margin-top: 15px
    }

    .page_article {
        width: 100%;
        float: left
    }

    .page_article nav {
        width: 100%;
        text-align: center
    }

    .page_article nav .pagination {
        float: none;
        width: 100%;
        justify-content: center
    }

    .page_article nav .pagination .page-item {
        display: inline-block
    }

    .article-main form {
        width: 100%;
        float: left;
        margin-bottom: 0
    }

    .article-main form .margin-top-15 {
        margin-top: 0 !important
    }
}

.title-form-coment {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #2f2f33;
    display: block
}

.title-form-coment.not_bold {
    font-weight: 400;
    font-family: 'Poppins', sans-serif
}

.title-form-coment.after:after {
    content: "";
    height: 1px;
    width: calc(100% - 100px);
    -moz-width: calc(100% - 100px);
    -webkit-width: calc(100% - 100px);
    -o-width: calc(100% - 100px);
    position: absolute;
    right: 0;
    top: 12px;
    background: #ebebeb
}

.comments_count_ {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #2f2f33;
    line-height: 22px
}

#article-comments {
    font-family: 'Poppins', sans-serif;
    margin-top: 30px
}

#article-comments .count_comment p {
    font-size: 14px;
    font-weight: bold
}

#article-comments .article-comment {
    margin: 15px 0
}

#article-comments .article-comment-user-image {
    margin: 0;
    float: left;
    width: 70px;
    margin-right: 12px;
    border: solid 2px #fff;
    border-radius: 50%;
    overflow: hidden
}

#article-comments .article-comment-user-comment {
    padding-left: 10px;
    font-size: 14px;
    color: #2d2d2d;
    padding-bottom: 15px;
    border-bottom: solid 1px #ebebeb;
    display: inline-block;
    width: calc(100% - 90px);
    -o-width: calc(100% - 90px);
    -moz-width: calc(100% - 90px);
    -webkit-width: calc(100% - 90px)
}

#article-comments .article-comment-user-comment .border_bt_ar {
    border-bottom: solid 1px #ebebeb
}

#article-comments .user-name-comment {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    color: #444444;
    font-size: 14px;
    line-height: 22px
}

#article-comments .article-comment-date-bull {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    width: 100%;
    float: left;
    color: #b0b0b0
}

#article-comments .article-comment-date-bull a {
    color: #b0b0b0;
    text-decoration: none;
    line-height: 24px
}

#article-comments .content_comment {
    color: #b0b0b0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 25px;
    display: block;
    width: 100%;
    overflow: hidden
}

.social-media {
    font-size: 1em
}

.social-media label {
    display: inline-block
}

.social-media a {
    margin-right: 7px
}

.social-media .list-inline li {
    margin-right: 20px
}

.fcm .btn-45-no-radius {
    border-radius: 5px;
    text-transform: none
}

.fcm .form-group {
    margin: 0;
    padding: 0 15px;
    padding-bottom: 15px
}

.fcm .form-group label {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #93939b;
    padding-bottom: 10px
}

.fcm .form-group label:after {
    content: "*";
    font-size: 14px;
    color: #eb1010
}

.fcm .form-group input {
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: solid 1px #ebebeb;
    box-shadow: none;
    padding: 0 20px
}

.fcm .form-group input:focus {
    outline: none;
    border-color: #ebebeb;
    box-shadow: none
}

.fcm .form-group input::-webkit-input-placeholder {
    color: #333
}

.fcm .form-group input::-moz-placeholder {
    color: #333;
    opacity: 1
}

.fcm .form-group input::-moz-placeholder {
    color: #333;
    opacity: 1
}

.fcm .form-group input::-ms-input-placeholder {
    color: #333
}

.fcm .form-group input::-ms-input-placeholder {
    color: #333
}

.fcm .form-group textarea {
    resize: none;
    border-radius: 5px;
    border: solid 1px #ebebeb;
    box-shadow: none;
    padding: 20px 20px
}

.fcm .form-group textarea:focus {
    outline: none;
    border-color: #ebebeb;
    box-shadow: none
}

.fcm .form-group input, .fcm .form-group textarea {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400
}

.fcm .form-group input::-webkit-input-placeholder, .fcm .form-group textarea::-webkit-input-placeholder {
    color: #333
}

.fcm .form-group input::-moz-placeholder, .fcm .form-group textarea::-moz-placeholder {
    color: #333;
    opacity: 1
}

.fcm .form-group input::-moz-placeholder, .fcm .form-group textarea::-moz-placeholder {
    color: #333;
    opacity: 1
}

.fcm .form-group input::-ms-input-placeholder, .fcm .form-group textarea::-ms-input-placeholder {
    color: #333
}

.fcm .form-group input::-ms-input-placeholder, .fcm .form-group textarea::-ms-input-placeholder {
    color: #333
}

.section-news-2 {
    margin-bottom: 20px
}

.pd-right {
    padding-left: 0
}

.title_head .title_center {
    display: block;
    text-align: center;
    font-family: 'Lobster', cursive;
    font-size: 36px;
    color: #2f2f33;
    margin: 0;
    padding: 0;
    line-height: 32px
}

.main-container {
    min-height: 300px
}

.main-container .col-main {
    float: none;
    width: auto
}

.main-container .col-main .cart .bg-scroll {
    border-top: none;
    margin-top: 20px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none
}

.main-container .col-main .cart .cart-thead {
    background: #fff;
    font-weight: bold;
    font-size: 13px;
    clear: both;
    width: 100%;
    float: left;
    min-width: 600px;
    border-bottom: solid 1px #ebebeb;
    padding: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-container .col-main .cart .cart-thead div:nth-child(1) {
        width: 45% !important
    }

    .main-container .col-main .cart .cart-thead div:nth-child(2) {
        width: 17% !important
    }

    .main-container .col-main .cart .cart-thead div:nth-child(3) {
        width: 14% !important
    }

    .main-container .col-main .cart .cart-thead div:nth-child(4) {
        width: 9% !important
    }

    .main-container .col-main .cart .cart-thead div:nth-child(5) {
        width: 15% !important
    }
}

.main-container .col-main .cart .cart-thead div {
    font-family: 'Poppins', sans-serif;
    float: left;
    padding: 10px 0;
    color: #2f2f33;
    text-align: center;
    font-size: 14px;
    font-weight: bold
}

.main-container .col-main .cart .nobr {
    white-space: nowrap
}

.main-container .col-main .cart .cart div.a-right {
    text-align: right
}

.main-container .col-main .cart .cart div.a-center {
    text-align: center
}

.main-container .col-main .cart .cart-tbody {
    width: 100%;
    float: left
}

.main-container .col-main .cart .cart-tbody .item-cart {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    float: left
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-container .col-main .cart .item-cart div:nth-child(1) {
        width: 10% !important
    }

    .main-container .col-main .cart .item-cart div:nth-child(2) {
        width: 36% !important
    }

    .main-container .col-main .cart .item-cart div:nth-child(3) {
        width: 17% !important
    }

    .main-container .col-main .cart .item-cart div:nth-child(4) {
        width: 12% !important
    }

    .main-container .col-main .cart .item-cart div:nth-child(4) div {
        width: 100% !important
    }

    .main-container .col-main .cart .item-cart div:nth-child(4) div.input_qty_pr {
        margin-top: 10px !important
    }

    .main-container .col-main .cart .item-cart div:nth-child(5) {
        width: 9% !important
    }

    .main-container .col-main .cart .item-cart div:nth-child(6) {
        width: 15% !important
    }
}

.main-container .col-main .cart .item-cart .image .product-image img {
    max-width: 100%;
    height: auto;
    max-height: 98px;
    width: auto;
    display: inherit;
    margin: 0 auto
}

.main-container .col-main .cart .cart-tbody .item-cart div.image {
    padding: 20px 10px 20px 0 !important
}

.main-container .col-main .cart .cart-tbody .item-cart div {
    float: left;
    padding: 20px 10px 20px 0;
    line-height: 20px;
    vertical-align: top
}

.main-container .col-main .cart .cart-tbody .item-cart div:nth-child(5) {
    padding-right: 0
}

.main-container .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
    position: relative
}

.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-itemx {
    font-family: 'Poppins', sans-serif;
    display: inline;
    color: #898989;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    width: 100%;
    display: block
}

.main-container .col-main .cart .cart-tbody .item-cart .product-image {
    min-height: 75px;
    display: block;
    height: auto;
    width: 100%;
    padding: 0 10px
}

@media (max-width: 991px) {
    .main-container .col-main .cart .cart-tbody .item-cart .product-image {
        padding: 0
    }
}

.main-container .col-main .cart .cart-tbody .item-cart div .product-name {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #2f2f33;
    line-height: 24px
}

.main-container .col-main .cart .cart-tbody .item-cart div .product-name a {
    color: #252525;
    text-decoration: none
}

.main-container .col-main .cart .cart .product-name a {
    font-size: 14px
}

.main-container .col-main .cart .variant-title {
    color: #686868;
    margin-left: 0;
    width: 100%
}

.main-container .col-main .cart .cart-tbody .item-cart div .price {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ff8c04
}

.main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
    height: auto;
    border-right: none;
    width: 120px;
    margin-top: 0;
    padding: 0;
    position: relative;
    border-left: 0;
    height: 30px;
    margin-top: -2px
}

.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
    outline: none;
    background: transparent;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 2;
    line-height: 14px;
    color: #898989
}

.main-container .col-main .cart .item-cart .input_qty_pr .items-count {
    border: 0 solid #ddd;
    outline: none;
    background: transparent;
    height: 14px;
    width: 25px;
    vertical-align: baseline;
    text-align: center;
    padding: 0
}

.main-container .col-main .cart button.reduced_pop.items-count.btn-minus {
    right: 5px;
    top: 14px;
    border-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-color: #ebebeb
}

.main-container .col-main .cart button.reduced_pop.items-count.btn-minus .fa {
    margin-left: 0;
    font-weight: 400
}

.main-container .col-main .cart button.increase_pop.items-count.btn-plus {
    right: 5px;
    top: 0;
    border-right: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-color: #ebebeb
}

.main-container .col-main .cart button.increase_pop.items-count.btn-plus .fa {
    margin-right: 0;
    font-weight: 400
}

.main-container .col-main .cart .item-cart .number-sidebar {
    border: 1px solid #ebebeb;
    height: 30px;
    margin-left: -1px;
    text-align: center;
    width: 120px;
    margin-right: -1px;
    padding: 0;
    line-height: 15px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px
}

.main-container .col-main .cart .cart-tbody .item-cart .number-sidebar {
    min-height: 0;
    position: static;
    display: inline-block;
    float: none;
    margin-bottom: 0
}

.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item {
    background-color: #fff;
    background-image: none;
    color: #333;
    cursor: pointer;
    padding: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: none
}

.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item span {
    display: none
}

.main-container .col-main .cart .fot_totals {
    text-align: right;
    padding: 0
}

.main-container .col-main .cart .fot_totals .total_price .total_p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #2f2f33;
    font-weight: normal
}

.main-container .col-main .cart .fot_totals .total_price .total_p .price {
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
    color: #ff8c04;
    font-size: 18px;
    font-weight: 500
}

.main-container .col-main .cart .checkout_button {
    width: 100%;
    float: left;
    margin-top: 15px
}

.main-container .col-main .cart .btn-proceed-checkout {
    font-family: 'Poppins', sans-serif;
    line-height: 45px;
    color: #fff;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    background: #ff8c04;
    border: solid 1px #ff8c04;
    padding: 0 30px
}

.main-container .col-main .cart .btn-proceed-checkout:hover {
    background: #fff;
    border-color: #ff8c04;
    color: #ff8c04
}

.main-container .col-main .cart .btn.btn-white {
    border: 1px solid #ff8c04;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    border-radius: 5px;
    height: 50px;
    background: #ff8c04;
    color: #fff;
    padding: 5px 30px;
    font-size: 14px;
    margin-right: 15px;
    float: left !important
}

.main-container .col-main .cart .btn.btn-white:hover {
    border-color: #ff8c04;
    background: #fff;
    color: #ff8c04
}

.main-container .col-main .cart .totals .inner {
    padding: 15px 0;
    margin-top: 0;
    margin-right: 1px;
    overflow: hidden;
    border-top: 0
}

.main-container .col-main .cart #shopping-cart-totals-table tr td {
    border: #ebebeb thin solid;
    border-top: none;
    border-bottom: none;
    padding: 20px
}

.main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width: 239px;
    border-left: 1px solid #ebebeb
}

.main-container .col-main .cart #shopping-cart-totals-table {
    width: 100%;
    padding-bottom: 8px;
    background: #fff
}

.main-container .col-main .cart ul.checkout {
    clear: left;
    padding: 20px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px
}

.main-container .col-main .cart .cart .totals table th, .main-container .col-main .cart .cart .totals table td {
    padding: 10px;
    background: none !important;
    box-shadow: none !important;
    color: #333 !important;
    height: 50px;
    vertical-align: middle
}

.main-container .col-main .cart span.totals_price.price {
    color: #ff8c04;
    font-size: 16px
}

@media (max-width: 1199px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 196px
    }
}

@media (max-width: 991px) {
    .item-product .title-product-cart-mobile {
        max-width: 150px
    }

    .contin {
        border: solid 1px #ff8c04 !important;
        margin-top: 15px;
        width: 100%;
        font-family: 'Poppins', sans-serif;
        height: 40px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #ff8c04
    }

    .contin span {
        font-weight: bold;
        color: #ff8c04
    }

    .sign_main {
        background: #f7f8f9;
        margin-top: 40px
    }

    .main {
        border-bottom: solid 1px #ebebeb;
        background: #fff;
        margin-top: 40px
    }

    .cart-mobile {
        padding: 10px 15px
    }

    .header-cart {
        padding: 10px 15px 0;
        border-bottom: solid 1px #ebebeb;
        margin-top: -10px
    }

    .header-cart-content {
        margin-top: 10px
    }

    .header-cart-content .content-product-list {
        min-height: 110px
    }

    .header-cart .title-cart {
        line-height: 10px
    }

    .header-cart-price {
        padding: 18px 15px
    }

    .title-cart h3 {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase
    }

    .title-cart p {
        font-family: Arial, sans-serif;
        font-size: 12px;
        color: #9c9c9c
    }

    .title-cart a {
        float: right;
        margin-top: -28px;
        color: #ff8c04;
        font-size: 16px;
        line-height: 27px;
        font-family: Arial, sans-serif
    }

    .btn-proceed-checkout-mobile {
        line-height: 40px;
        font-family: 'Poppins', sans-serif;
        color: #fff;
        height: 40px;
        font-size: 14px;
        border: none;
        border-radius: 10px;
        background: #ff8c04;
        width: 100%;
        font-weight: 500
    }

    .total_mobile {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #252525;
        margin-bottom: 15px;
        display: block
    }

    .total_mobile .totals_price_mobile {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #ff8c04;
        font-weight: 500
    }

    .content-product-list .item-product {
        padding: 15px 15px;
        min-height: 110px;
        border-bottom: solid 1px #ebebeb;
        overflow: hidden
    }

    .item-product-cart-mobile, .title-product-cart-mobile, .select-item-qty-mobile {
        float: left
    }

    .item-product-cart-mobile {
        max-width: 115px;
        margin-right: 10px
    }

    .item-product-cart-mobile img {
        max-width: 115px;
        margin-right: 10px
    }

    .select-item-qty-mobile {
        float: right;
        text-align: center
    }

    .title-product-cart-mobile a {
        word-break: break-word;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: #363636
    }

    .select-item-qty-mobile input.qty {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #ebebeb;
        font-size: 15px;
        font-weight: 400;
        margin: 0 !important;
        outline: medium none;
        padding: 5px 5px 5px 12px;
        width: 41px
    }

    .title-product-cart-mobile p {
        line-height: 2;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        color: #898989
    }

    .title-product-cart-mobile span {
        color: #ff8c04;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500
    }

    .select-item-qty-mobile a {
        line-height: 3;
        color: #363636;
        font-family: 'Poppins', sans-serif
    }
}

@media (max-width: 767px) {
    .cart-mobile {
        padding: 10px 0 !important
    }
}

@media screen and (max-width: 991px) {
    .select-item-qty-mobile .txt_center input {
        height: 25px;
        width: 25px;
        text-align: center;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 21px;
        min-height: 0;
        font-size: 14px
    }

    .item-product .title-product-cart-mobile {
        max-width: 150px
    }

    .title-product-cart-mobile h3 {
        line-height: 24px;
        margin: 0
    }

    .main-cart-page {
        min-height: auto !important
    }

    .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        margin: 0;
        line-height: 1;
        height: 25px;
        width: 25px;
        border-style: hidden;
        background: none !important;
        color: #000;
        border: solid thin #ebebeb;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-right: 0;
        text-align: center;
        padding: 0
    }

    .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        height: 25px;
        width: 25px;
        display: inline-block;
        line-height: 1;
        border-style: hidden;
        background: none !important;
        color: #000;
        border: solid thin #ddd;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-left: 0;
        text-align: center;
        padding: 0
    }

    .select-item-qty-mobile>div {
        position: relative;
        width: 68px;
        height: 25px
    }
}

@media screen and (max-width: 375px) {
    .item-product .title-product-cart-mobile {
        max-width: 110px !important
    }
}

#customer_register {
    margin-bottom: 20px
}

#customer_login, #recover_customer_password {
    margin-bottom: 0
}

.checkbox.style input {
    margin: 0 !important;
    display: none
}

.checkbox.style label {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none;
    position: relative;
    padding-left: 55px;
    line-height: 50px
}

.checkbox.style label:before {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.checkbox.style input:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    color: #ff8c04;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.title-head-login {
    text-align: center;
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold
}

@media (max-width: 543px) {
    .page-login span.intr {
        font-size: 13px !important
    }

    .address .page_address .adr_title .title-head a {
        width: 100%;
        margin-top: 15px
    }
}

.page-login {
    padding-bottom: 40px;
    margin-top: 0
}

@media (max-width: 767px) {
    .page-login {
        padding-bottom: 0
    }
}

.page-login span.intr {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #111111;
    text-align: center;
    display: block
}

.page-login .form-signup {
    margin-top: 15px
}

.page-login .form-signup .form-group {
    margin-bottom: 15px
}

.page-login .form-signup .form-group label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #9397a5;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 400
}

.page-login .form-signup .form-group input {
    height: 45px;
    padding: 0 20px;
    color: #2f2f33;
    line-height: 45px;
    border-color: #ebebeb;
    border-radius: 0;
    box-shadow: none;
    border-radius: 5px
}

.page-login .form-signup .form-group textarea {
    box-shadow: none;
    border-radius: 0
}

.page-login .form-signup .form-group input::placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #111111
}

.page-login .form-signup .accept_submit {
    margin-left: 20px;
    margin-top: 10px
}

.page-login .form-signup .accept_submit span {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #111111
}

.page-login .form-signup .button-50 {
    font-size: 16px;
    line-height: 45px;
    height: 45px
}

.page-login .form-signup .button-50.width_100 {
    width: 100%;
    border-radius: 5px
}

.page-login .form-signup .have_ac {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #898989;
    margin-left: 15px;
    display: block;
    text-align: center
}

.page-login .form-signup .have_ac a {
    color: #2f2f33
}

.page-login .form-signup .fot_sigup .tit {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    float: left
}

.page-login .form-signup .fot_sigup .tit:before {
    content: " ";
    width: 97%;
    height: 1px;
    padding: 1px 0 0;
    background: #ebebeb;
    color: #ebebeb;
    position: absolute;
    left: 10px;
    top: 17px;
    line-height: 32px;
    z-index: 1
}

.page-login .form-signup .fot_sigup .tit span {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 32px;
    padding: 0 15px;
    background-color: #fff;
    display: inline-block;
    background: #fff;
    color: #898989;
    z-index: 12;
    position: relative
}

.page-login .form-signup .social_login {
    width: 100%;
    float: left
}

.login-width-social #social_login_widget #social_login {
    margin: 0 auto 50px;
    height: 100px !important
}

.recv-text {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    display: block;
    text-align: left;
    width: 100%;
    overflow: hidden;
    margin: 0 15px 0 0
}

.recv-text a {
    cursor: pointer;
    color: #898989
}

@media (max-width: 991px) {
    .form-signup .button-50 {
        width: 100% !important
    }

    .form-signup .have_ac {
        display: block;
        text-align: center;
        margin-top: 15px
    }
}

.embedContent .embedHeader {
    display: none !important
}

@media (max-width: 767px) {
    .padding_mobile {
        padding: 0 15px
    }
}

.des_contact {
    font-family: 'Poppins', sans-serif
}

.des_contact .store_name {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 3px
}

.des_contact h2 {
    margin: 0;
    padding: 0;
    line-height: 38px;
    font-size: 36px;
    font-weight: 500;
    color: #2f2f33
}

.des_contact ul {
    margin-top: 20px
}

.des_contact ul li {
    line-height: 24px;
    margin-bottom: 5px
}

.des_contact ul li i {
    float: left;
    width: 20px;
    line-height: 24px
}

.des_contact ul li span {
    font-size: 14px;
    font-weight: normal;
    display: table
}

.wrap_contact {
    background: #f4574c;
    overflow: hidden;
    padding: 20px 0
}

.wrap_contact .icon_widget {
    display: inline-block;
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f8948d;
    border: solid 3px #f67970;
    line-height: 40px;
    text-align: center
}

.wrap_contact .icon_widget .fa {
    font-size: 16px;
    color: #fff
}

.wrap_contact .contact_info {
    display: block;
    padding-left: 50px;
    margin-left: 25px
}

.wrap_contact .contact_info span, .wrap_contact .contact_info a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-decoration: none
}

.wrap_contact .contact_info span.lh, .wrap_contact .contact_info a.lh {
    line-height: 45px
}

.wrap_contact .contact_info a {
    width: 100%;
    float: left
}

.info-contact .title-head {
    font-family: 'Arial';
    text-transform: uppercase;
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2f2f33
}

.info-contact .widget-menu {
    font-family: 'Arial';
    font-size: 14px;
    margin-bottom: 15px;
    overflow: hidden
}

.info-contact .widget-menu .ico-left {
    display: block;
    float: left;
    width: 25px;
    text-align: center
}

.info-contact .widget-menu p, .info-contact .widget-menu .rc {
    display: block;
    float: left;
    width: calc(100% - 35px);
    margin-left: 5px
}

.info-contact .widget-menu li {
    margin-bottom: 5px
}

.info-contact .widget-menu li:hover>a {
    text-decoration: none
}

.info-contact .border-contact-page {
    padding: 2px 0;
    border: dashed 1px #ebebeb;
    display: block
}

.info-contact .descripti {
    font-family: 'Arial';
    font-size: 14px;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: solid 1px #ebebeb;
    color: #3d454e
}

.info-contact .logo {
    font-size: 20px
}

.page_cotact .title-head-contact {
    margin: 0;
    padding: 10px 0 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #2f2f33;
    line-height: 22px;
    text-align: left
}

.page_cotact .form-signup {
    margin: 0
}

._content_contact {
    overflow: hidden;
    margin-top: 40px
}

._content_contact .item_contact .body_contact {
    margin-bottom: 25px;
    position: relative;
    text-align: center
}

@media (max-width: 767px) {
    ._content_contact .item_contact .body_contact {
        margin-bottom: 10px
    }
}

._content_contact .item_contact .body_contact .ti_block {
    font-family: 'themify';
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    border: solid 1px #ec407a;
    background: #ec407a;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    font-style: normal;
    box-shadow: 0 0 25px 0 rgba(193, 87, 180, 0.44);
    -o-box-shadow: 0 0 25px 0 rgba(193, 87, 180, 0.44);
    -moz-box-shadow: 0 0 25px 0 rgba(193, 87, 180, 0.44);
    -webkit-box-shadow: 0 0 25px 0 rgba(193, 87, 180, 0.44)
}

._content_contact .item_contact .body_contact p {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #2f2f33;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold
}

@media (max-width: 767px) {
    ._content_contact .item_contact .body_contact p {
        line-height: 20px
    }
}

._content_contact .item_contact .body_contact span {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #76767e;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    width: 100%;
    display: block
}

@media (max-width: 767px) {
    ._content_contact .item_contact .body_contact span {
        line-height: 20px
    }
}

._content_contact .item_contact .body_contact span.bold {
    font-weight: bold
}

._content_contact .item_contact .body_contact span a {
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: italic;
    color: #76767e;
    text-decoration: none
}

.group_contact .btn-45-no-radius {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background: #ff8c04;
    border-radius: 5px;
    color: #fff
}

.group_contact .form-signup input {
    color: #959595
}

.group_contact .form-signup input::placeholder {
    color: #959595 !important
}

.group_contact .form-signup input::-webkit-input-placeholder {
    color: #959595 !important
}

.group_contact .form-signup input::-moz-placeholder {
    color: #959595 !important
}

.group_contact .form-signup input::-ms-input-placeholder {
    color: #959595 !important
}

.group_contact .form-signup input::-moz-placeholder {
    color: #959595 !important
}

.group_contact input {
    color: #959595
}

.group_contact input::placeholder {
    color: #959595 !important
}

.group_contact input::-webkit-input-placeholder {
    color: #959595 !important
}

.group_contact input::-moz-placeholder {
    color: #959595 !important
}

.group_contact input::-ms-input-placeholder {
    color: #959595 !important
}

.group_contact input::-moz-placeholder {
    color: #959595 !important
}

.group_contact .form-group {
    padding: 0 15px;
    margin-bottom: 15px;
    color: #2f2f33
}

.group_contact .form-group .form-control {
    font-family: 'Poppins';
    font-size: 14px;
    color: #2f2f33;
    height: 40px;
    padding: 0 20px
}

.group_contact .form-group label {
    color: #2f2f33 !important;
    font-weight: normal !important;
    font-size: 16px !important
}

.group_contact .form-group input {
    border-radius: 0 !important
}

.group_contact .form-group .content-area {
    height: 120px;
    padding: 20px;
    border-radius: 0 !important;
    resize: none
}

.group_contact .form-group input, .group_contact .form-group textarea {
    border-color: #ebebeb
}

.group_contact .form-group input:focus, .group_contact .form-group textarea:focus {
    border-color: #ebebeb
}

.group_contact .form-group input::placeholder, .group_contact .form-group textarea::placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #959595
}

.group_contact .form-group input::placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #959595
}

.group_contact .form-group textarea::placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: 15px
}

.group_contact .form-group .btn-50-full {
    font-family: 'Poppins', sans-serif;
    position: absolute;
    right: 14px;
    font-weight: 400;
    bottom: 0;
    box-shadow: none;
    padding: 8px 20px;
    font-size: 14px;
    color: #fff;
    background: #ff8c04;
    border: solid 1px #ff8c04;
    text-transform: uppercase
}

.group_contact .form-group .btn-50-full:hover {
    border-color: #ff8c04;
    background: #fff;
    color: #ff8c04
}

.box-maps {
    position: relative
}

.box-maps .contact-owf {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    height: 10px;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

.box-maps .contact-owf .info_width {
    width: 360px;
    position: absolute;
    right: 0;
    text-align: center
}

.box-maps .contact-owf .info_width .page-login {
    margin-top: 0;
    padding: 20px 30px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.08)
}

.box-maps .contact-owf .info_width .page-login form {
    margin-bottom: 0
}

.box-maps .contact-owf .info_width .page-login .btn-45-no-radius {
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400
}

@media (min-width: 1200px) {
    .box-maps .contact-owf {
        width: 1140px
    }
}

@media (max-width: 767px) {
    .box-maps .contact-owf {
        position: relative;
        left: auto;
        transform: none
    }

    .box-maps .contact-owf .info_width {
        width: 100%;
        float: left;
        position: relative;
        padding: 0 15px
    }

    .box-maps .contact-owf .info_width .page-login {
        box-shadow: none !important;
        padding: 20px 15px
    }
}

@media (max-width: 767px) {
    .max767 .title_center_page {
        padding: 0 15px !important
    }

    .max767 .title_center_page:after {
        right: 15px !important
    }
}

@media (max-width: 480px) {
    .max767 .title_center_page:after {
        width: calc(100% - 130px) !important;
        -o-width: calc(100% - 130px) !important;
        -moz-width: calc(100% - 130px) !important;
        -webkit-width: calc(100% - 130px) !important
    }
}

@media (max-width: 767px) {
    .about_us .first_about .first_mobile {
        margin-top: 20px
    }
}

.about_us .first_about p, .about_us .first_about span, .about_us .first_about h2 {
    font-family: 'Poppins', sans-serif
}

.about_us .first_about .large_ {
    font-size: 14px;
    color: #76767e;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 0
}

.about_us .first_about h2 {
    font-size: 36px;
    font-weight: bold;
    color: #2f2f33;
    line-height: 36px;
    margin: 0;
    padding: 0
}

.about_us .first_about span {
    font-size: 14px;
    font-weight: 400;
    color: #76767e;
    line-height: 24px;
    display: block;
    margin-top: 20px
}

.about_us .two_about {
    font-family: 'Poppins', sans-serif
}

@media (max-width: 767px) {
    .about_us .two_about {
        text-align: center
    }

    .about_us .two_about .srv {
        margin-bottom: 30px
    }
}

.about_us .two_about .icon_ {
    font-family: 'themify';
    display: block;
    font-size: 70px;
    margin-bottom: 15px;
    color: #ff8c04
}

.about_us .two_about span, .about_us .two_about p {
    margin: 0;
    padding: 0
}

.about_us .two_about p {
    font-weight: 500;
    font-size: 16px;
    color: #2f2f33
}

.about_us .two_about span {
    font-size: 14px;
    font-weight: 400;
    color: #76767e
}

@media (max-width: 767px) {
    .about_us .three_about {
        margin-top: 20px !important
    }
}

.about_us .three_about p, .about_us .three_about span, .about_us .three_about h2 {
    font-family: 'Poppins', sans-serif
}

.about_us .three_about .large_ {
    font-size: 14px;
    color: #76767e;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 0
}

.about_us .three_about h2 {
    font-size: 36px;
    font-weight: bold;
    color: #2f2f33;
    line-height: 36px;
    margin: 0;
    padding: 0
}

.about_us .three_about span {
    font-size: 14px;
    font-weight: 400;
    color: #76767e;
    line-height: 24px;
    display: block;
    margin-top: 20px
}

.about_us .three_about .brand_about .list_brand .brand_item_float {
    width: 20%;
    display: block;
    float: left;
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb
}

@media (max-width: 480px) {
    .about_us .three_about .brand_about .list_brand .brand_item_float {
        width: 50%
    }

    .about_us .three_about .brand_about .list_brand .brand_item_float:nth-child(2), .about_us .three_about .brand_about .list_brand .brand_item_float:nth-child(4), .about_us .three_about .brand_about .list_brand .brand_item_float:nth-child(6), .about_us .three_about .brand_about .list_brand .brand_item_float:nth-child(8), .about_us .three_about .brand_about .list_brand .brand_item_float:nth-child(10) {
        border-right: 0
    }

    .about_us .three_about .brand_about .list_brand .brand_item_float:nth-child(9), .about_us .three_about .brand_about .list_brand .brand_item_float:nth-child(10) {
        border-bottom: 0
    }

    .about_us .three_about .brand_about .list_brand .brand_item_float:nth-child(5) {
        border-right: solid 1px #ebebeb
    }
}

.about_us .three_about .brand_about .list_brand .brand_item_float:last-child {
    border-right: 0
}

@media (min-width: 481px) {
    .about_us .three_about .brand_about .list_brand .brand_item_float:nth-child(5) {
        border-right: 0
    }

    .about_us .three_about .brand_about .list_brand .brand_item_float:nth-child(6), .about_us .three_about .brand_about .list_brand .brand_item_float:nth-child(7), .about_us .three_about .brand_about .list_brand .brand_item_float:nth-child(8), .about_us .three_about .brand_about .list_brand .brand_item_float:nth-child(9), .about_us .three_about .brand_about .list_brand .brand_item_float:nth-child(10) {
        border-bottom: 0
    }
}

.about_us .three_about .brand_about .list_brand .brand_item_float .brand_image {
    height: 125px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about_us .three_about .brand_about .list_brand .brand_item_float .brand_image img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    display: block
}

@media (max-width: 991px) {
    .title-module-page {
        padding-top: 20px
    }
}

.title-module-page h2 {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px
}

.title-module-page h2 span .fa {
    color: #ff8c04;
    padding-right: 5px
}

.select_daily {
    padding: 0 0 15px
}

@media (max-width: 991px) {
    .select_daily {
        margin-top: 30px
    }
}

.select_daily select {
    font-family: 'Poppins', sans-serif;
    height: 40px;
    background-color: #fff !important;
    border-color: #ebebeb
}

.city-wrapper:hover {
    cursor: pointer
}

.city-wrapper .nano .content:focus {
    outline: none;
    border-color: none
}

.city-wrapper .nano .content .showroom-item {
    padding: 15px 0;
    border-bottom: solid 1px #ebebeb;
    overflow: hidden
}

.city-wrapper .nano .content .showroom-item:last-child {
    border-bottom: 0
}

.city-wrapper .nano .content .showroom-item span {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #2f2f33;
    display: block;
    padding: 5px 0
}

.city-wrapper .nano .content .showroom-item span .fa {
    display: block;
    float: left;
    height: 30px;
    color: #2f2f33;
    width: 30px;
    background: #ebebeb;
    text-align: center;
    line-height: 30px;
    border-radius: 50%
}

.city-wrapper .nano .content .showroom-item span span {
    padding: 0 0 0 35px;
    display: block;
    margin-left: 15px
}

.city-wrapper .nano .content .showroom-item span span a {
    text-decoration: none
}

.city-wrapper .nano .content .showroom-item span span a:hover {
    color: #ff8c04
}

.city-wrapper .nano .content .showroom-item span span a:focus {
    color: #ff8c04
}

@media (max-width: 991px) {
    .widget-item.info-contact {
        margin-top: 20px !important
    }

    .widget-item.info-contact {
        margin-top: 0 !important
    }

    .title_mobile_contact {
        padding: 0 0 30px !important
    }
}

.back_account {
    color: #ff8c04 !important;
    text-transform: none;
    font-weight: 500
}

.back_account:hover {
    text-decoration: none
}

.full-width {
    width: 100%
}

.page_customer_account .col-main-acount {
    margin-bottom: 40px
}

.page_customer_account .col-main-acount .col-left-account .page-title .title-head {
    font-family: 'Arial'
}

.page_customer_account .col-main-acount .col-left-account .page-title .title-head a {
    color: #2f2f33;
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    text-transform: uppercase;
    text-decoration: none
}

.page_customer_account .col-main-acount .col-left-account .page-title .title-head a:hover {
    color: #ff8c04
}

.page_customer_account .col-main-acount .col-left-account .no-padding {
    padding: 0
}

.page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart {
    border: 1px #ebebeb solid;
    font-size: 15px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 37px;
    color: #252525;
    margin-bottom: 30px;
    margin-top: 15px
}

.page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart .thead-default {
    color: #333333;
    text-align: center;
    border: #ebebeb thin solid;
    line-height: 1.5;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    background: #ebebeb;
    min-width: 60px
}

.page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart .thead-default tr {
    color: #333333;
    text-align: center;
    border: #ebebeb thin solid;
    line-height: 1.5;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    background: #ebebeb;
    min-width: 60px
}

@media screen and (max-width: 767px) {
    .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart .thead-default tr th {
        white-space: nowrap
    }
}

.page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart .thead-default tr th {
    padding: 5px;
    font-size: 14px;
    color: #55595c;
    background-color: #eceeef;
    text-align: center;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart tbody tr td {
        white-space: nowrap
    }
}

.page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart tbody tr td {
    padding: 5px;
    text-align: center
}

.page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart tbody tr td .price {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #2f2f33
}

.page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart tbody tr td a:hover {
    color: #ff8c04
}

.page_customer_account .col-main-acount .col-right-account .block-account {
    padding: 20px;
    border: 1px #ebebeb solid;
    border-radius: 5px
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-title-account {
    color: #dc3333;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-title-account h5 {
    font-size: 18px;
    margin: 0;
    padding: 0
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-content {
    padding: 0
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-content p {
    margin: 10px 0;
    line-height: 24px;
    padding: 0;
    overflow: hidden
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-content p .fa {
    width: 20px;
    text-align: center;
    color: #ff8c04;
    float: left;
    line-height: 24px
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-content p span {
    display: block;
    width: calc(100% - 35px);
    float: left
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-content .btn-bg {
    border-radius: 5px;
    background: #ff8c04;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px
}

.page_order_account .top_order_title .title-headding {
    font-family: 'Arial';
    font-size: 18px;
    text-transform: uppercase
}

.page_order_account .top_order_title .order_date a {
    margin-left: 30px;
    color: #ff8c04
}

.page_order_account .body_order #order_payment, .page_order_account .body_order #order_shipping {
    padding: 0
}

.page_order_account .body_order #order_payment .box-header .title-head, .page_order_account .body_order #order_shipping .box-header .title-head {
    font-family: 'Arial';
    margin: 0;
    padding: 0;
    font-size: 18px
}

.page_order_account .body_order #order_payment .address p i, .page_order_account .body_order #order_shipping .address p i {
    color: #ff8c04
}

.page_order_account .content_order .table-responsive-block .table-cart .thead-default tr th {
    padding: 10px 15px
}

.page_order_account .content_order .table-responsive-block .table-cart tbody tr .numeric {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #ff8c04
}

.page_order_account .content_order .table-responsive-block .table-cart tbody tr .link:hover a {
    color: #ff8c04;
    text-decoration: none
}

.page_order_account .oder_total_monney .totalorders tfoot .order_total .right {
    color: #ff8c04;
    font-family: 'Poppins', sans-serif;
    font-size: 13px
}

.canced {
    color: red
}

.price_off {
    color: red;
    text-decoration: line-through
}

@media (max-width: 767px) {
    .oder_total_monney {
        overflow: hidden
    }

    .max-767 {
        margin-top: 15px
    }
}

@media screen and (max-width: 991px) {
    .m992 {
        display: none
    }

    #parent {
        display: flex;
        flex-flow: column
    }

    #a {
        order: 2
    }

    #b {
        order: 1
    }

    .sodiachi .form-xs {
        line-height: 10px !important
    }
}

@media screen and (min-width: 992px) {
    .mx991 {
        display: none
    }
}

.address .page_address .btn-bg-addresss {
    font-family: 'Poppins', sans-serif;
    background: #ff8c04;
    color: #fff;
    border: solid 1px #ff8c04;
    border-radius: 5px;
    font-size: 14px
}

.address .page_address .btn-bg-addresss:hover {
    background: #fff;
    color: #ff8c04;
    border: solid 1px #ff8c04
}

.col-address .checkbox {
    margin-top: 5px !important
}

.total_address .form-group, .col-address .form-group {
    margin-bottom: 15px
}

.total_address .form-group select, .total_address .form-group input, .col-address .form-group select, .col-address .form-group input {
    box-shadow: none
}

.total_address .form-group select:focus, .total_address .form-group input:focus, .col-address .form-group select:focus, .col-address .form-group input:focus {
    outline: none
}

.total_address .checkbox, .col-address .checkbox {
    line-height: 12px;
    margin-top: 20px
}

.total_address .checkbox input, .col-address .checkbox input {
    opacity: 1;
    width: auto;
    line-height: 24px;
    height: auto;
    margin-top: 1px
}

.total_address .checkbox span, .col-address .checkbox span {
    line-height: 14px
}

.theborder {
    border-top: solid 1px #ebebeb
}

.address .page_address .adr_title {
    padding: 20px;
    overflow: hidden
}

.address .page_address .adr_title .title-head {
    font-family: 'Arial';
    color: #2f2f33;
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0
}

.address .page_address .adr_title .title-head a {
    display: block;
    cursor: pointer;
    color: #2f2f33
}

.address .page_address .col-address {
    overflow: hidden
}

.address .page_address .total_address {
    padding: 0 0 40px 0
}

.block-account h3 {
    font-family: 'Arial';
    margin-top: 0
}

@media (max-width: 767px) {
    .page_order_account .top_order_title .order_date a {
        margin-left: 0 !important;
        display: block !important
    }

    .block-account {
        margin-bottom: 20px
    }

    .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart {
        margin-top: 0
    }

    .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart {
        margin-bottom: 0 !important;
        border-bottom: 0
    }
}

.customer-name {
    color: #ff8c04;
    line-height: 55px
}

.block-content.form-signup {
    background: #fff;
    padding-top: 20px
}

.block-content.form-signup p {
    padding: 0 20px
}

.block-content.form-signup p i {
    color: #ff8c04;
    margin-right: 10px
}

.address-title {
    padding-left: 10px;
    margin-bottom: 15px;
    border-radius: 0 !important;
    font-weight: 300
}

.address-title button {
    background: none;
    border: none;
    font-size: 0;
    width: 50px;
    height: 55px
}

.address-subtitle {
    margin-top: 0;
    text-transform: uppercase
}

.address-item-action {
    right: 0;
    top: -7px
}

.address-item-action .btn-row {
    padding-right: 5px
}

.address-group {
    background: #fff;
    padding-bottom: 5px;
    margin-bottom: 15px
}

.address-group p {
    color: #595959
}

.address-group p label {
    float: left;
    font-weight: 300
}

.color_main {
    color: #ff8c04 !important
}

#order_payment, #order_shipping {
    background: #fff;
    padding: 10px 20px
}

#order_payment .address.note i, #order_shipping .address.note i {
    color: #ff8c04;
    margin-right: 5px
}

.totalorders {
    background: #fff;
    border-color: #ebebeb
}

.order-headding {
    margin: 0
}

.contact-owf {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .contact-owf {
        margin-top: -15px !important
    }
}

.info-contact .title-head {
    font-family: 'Arial';
    text-transform: uppercase;
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2f2f33
}

.info-contact .widget-menu {
    font-family: 'Arial';
    font-size: 14px;
    margin-bottom: 30px;
    overflow: hidden
}

.info-contact .widget-menu .ico-left {
    display: block;
    float: left;
    width: 25px;
    text-align: center
}

.info-contact .widget-menu p, .info-contact .widget-menu .rc {
    display: block;
    float: left;
    width: calc(100% - 35px);
    margin-left: 5px
}

.info-contact .widget-menu li {
    margin-bottom: 5px
}

.info-contact .widget-menu li:hover>a {
    text-decoration: none
}

.info-contact .border-contact-page {
    padding: 2px 0;
    border: dashed 1px #ebebeb;
    display: block
}

.info-contact .logo {
    font-size: 20px
}

.info-contact .widget-menu p {
    display: inline
}

.info-contact .logo {
    font-size: 20px
}

.off_today_collection {
    margin-top: 0 !important
}

.off_today_collection .sale_off_today {
    border-top: 0 !important
}

.ui-widget.ui-widget-content {
    height: 4px;
    background: #ebebeb
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #ff8c04 ;
    height: 4px !important
}

.ui-slider-horizontal .ui-slider-handle {
    height: 15px !important;
    width: 15px !important;
    border-radius: 50% !important;
    top: -6px !important;
    background: #ffffff !important;
    border: solid 4px #ff8c04;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15)
}

.ui-widget.ui-widget-content {
    margin-bottom: 0;
    width: calc(100% - 14px);
    margin-left: 7px;
    float: left;
    margin-top: 15px
}

.filter-price-value {
    width: 100%
}

.price_val {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    float: left;
    color: #252525;
    line-height: 25px
}

#start label, #stop label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #252525;
    line-height: 25px;
    padding-left: 5px
}

#start {
    float: left
}

#start input {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-align: left;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-weight: bold;
    background: #fff;
    height: auto;
    width: auto;
    float: left;
    display: inline-block
}

#stop {
    float: left;
    margin-left: 10px;
    text-align: center;
    position: relative
}

#stop input {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-align: left;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-weight: bold;
    background: #fff;
    height: auto;
    width: auto;
    float: left;
    display: inline-block
}

#stop:before {
    content: "-";
    position: absolute;
    left: -5px;
    font-size: 17px;
    line-height: 22px
}

a#filter-value {
    line-height: 38px;
    width: 99%;
    display: block;
    height: 40px;
    margin-top: 80px;
    background: #ff8c04;
    border: solid 1px #ff8c04;
    font-weight: bold;
    border-radius: 3px
}

a#filter-value:hover {
    border-color: #ff8c04;
    color: #ff8c04;
    background: #fff
}

.button_close_modal {
    position: absolute;
    right: -15px;
    top: -13px;
    width: 25px;
    height: 25px;
    background: #2f2f33;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    font-size: 13px;
    color: #fff
}

.wrap-modal-login {
    background: #FFF;
    width: 720px;
    padding: 0;
    margin: 0 auto !important
}

.wrap-modal-login .title-modal {
    font-size: 24px;
    color: #2f2f33;
    line-height: 24px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-bottom: 5px
}

.wrap-modal-login .btn-style {
    font-size: 21px !important;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    border: solid 1px #ebebeb
}

.wrap-modal-login .accept_submit {
    text-align: center;
    margin-top: 20px
}

.wrap-modal-login .accept_submit input {
    margin-top: 2px
}

.wrap-modal-login #customer_register {
    margin-bottom: 0
}

.wrap-modal-login .fixheight {
    overflow: hidden;
    overflow-y: hidden
}

.wrap-modal-login .recover_pass form {
    margin-bottom: 0;
    padding: 0 30px 40px
}

.wrap-modal-login .wrp_frm {
    padding: 30px 50px;
    width: 100%;
    float: left
}

.wrap-modal-login .wrp_frm .wrap_form .note {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #93939b;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px
}

.wrap-modal-login .wrp_frm_register {
    padding: 30px 50px;
    width: 100%;
    float: left
}

.wrap-modal-login .wrp_frm_register .wrap_form_register .note {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #93939b;
    display: block;
    text-align: center;
    margin-bottom: 20px
}

.wrap-modal-login .form-signup {
    font-size: 1em;
    color: #636363
}

.wrap-modal-login .form-signup label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #93939b;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    float: left
}

.wrap-modal-login .form-signup .requir_pass {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #0072bc;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: right;
    float: right;
    text-decoration: none
}

.wrap-modal-login .form-signup .form-group {
    margin-top: 10px;
    padding: 0 7.5px
}

.wrap-modal-login .form-signup .form-group input {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #959595;
    padding: 5px 30px;
    height: 45px;
    min-height: 40px;
    border-radius: 3px;
    font-size: 15px;
    box-shadow: none;
    outline: none
}

.wrap-modal-login .form-signup .form-group input:-webkit-input-placeholder {
    color: #959595
}

.wrap-modal-login .form-signup .form-group input:-moz-placeholder {
    color: #959595
}

.wrap-modal-login .form-signup .form-group input:-ms-input-placeholder {
    color: #959595
}

.wrap-modal-login .form-signup .form-group input:-moz-placeholder {
    color: #959595
}

.wrap-modal-login .form-signup .form-group input:focus {
    border-color: #ebebeb
}

.wrap-modal-login .form-signup .form-group textarea {
    font-family: 'Poppins', sans-serif;
    border-color: #ebebeb;
    font-size: 14px;
    padding: 11px 20px
}

.wrap-modal-login .form-signup .form-group .btn-lg {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background: #ff8c04;
    border: solid 1px #ff8c04;
    color: #fff;
    font-size: 12px !important;
    border-radius: 3px;
    height: 45px;
    text-transform: uppercase
}

.wrap-modal-login .form-signup .form-group .btn-lg:hover {
    background: #fff;
    border-color: #ff8c04;
    color: #ff8c04
}

.wrap-modal-login .form-signup .form-group .btn-bg {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    background: #ff8c04;
    border: solid 1px #ff8c04;
    color: #fff;
    font-size: 12px !important;
    border-radius: 3px;
    margin-bottom: 5px;
    height: 45px;
    line-height: 42px;
    text-transform: uppercase
}

.wrap-modal-login .form-signup .form-group .mr_bt {
    margin-bottom: 10px
}

.wrap-modal-login .form-signup .form-group label span {
    color: red;
    font-weight: bold
}

.wrap-modal-login .form-signup .cle {
    overflow: hidden
}

.wrap-modal-login .form-signup p {
    text-align: center;
    padding-top: 15px;
    margin: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400
}

.wrap-modal-login .form-signup .fr_gr_pd {
    text-align: center
}

.wrap-modal-login .form-signup .fr_gr_pd:hover>a {
    color: #ff8c04
}

.wrap-modal-login .form-signup .fr_gr_pd_t {
    padding: 0 15px;
    margin-top: 10px
}

.wrap-modal-login .form-signup .no_mr {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #93939b;
    display: block;
    text-align: center;
    margin-bottom: 20px
}

.wrap-modal-login .form-signup .bt_login {
    padding: 15px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #111111;
    text-align: center;
    display: block;
    margin-top: 20px
}

.wrap-modal-login .form-signup .bt_login span {
    display: block;
    text-align: center
}

.wrap-modal-login .form-signup .bt_login a {
    color: #13a6ef;
    text-decoration: underline
}

.wrap-modal-login .form-signup .bt_login:hover>a {
    color: #ff8c04
}

.wrap-modal-login .form-signup .fot_sigup .tit {
    display: block;
    position: relative;
    text-align: center
}

.wrap-modal-login .form-signup .fot_sigup .tit:before {
    content: " ";
    width: 97%;
    height: 1px;
    padding: 1px 0 0;
    background: #ebebeb;
    color: #ebebeb;
    position: absolute;
    left: 10px;
    top: 17px;
    line-height: 32px;
    z-index: 1
}

.wrap-modal-login .form-signup .fot_sigup .tit span {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 32px;
    padding: 0 15px;
    background-color: #fff;
    display: inline-block;
    background: #fff;
    z-index: 12;
    position: relative
}

.wrap-modal-login .form-signup .social_login {
    width: 100%;
    float: left;
    margin-top: 15px
}

.wrap-modal-login .form-signup .social_login .login-width-social #social_login_widget #social_login {
    margin: 0 auto
}

.wrap-modal-login .background_image_register {
    height: 600px;
    overflow: hidden
}

.wrap-modal-login .background_image, .wrap-modal-login .background_image_register {
    padding: 0
}

.wrap-modal-login .background_image img, .wrap-modal-login .background_image_register img {
    max-width: 100%
}

.wrap-modal-login .background_image .width_, .wrap-modal-login .background_image_register .width_ {
    width: 52.1%
}

.wrap-modal-login .btn-link-style {
    text-decoration: none;
    color: #898989;
    font-size: 14px
}

.wrap-modal-login .title-head {
    text-align: center;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500
}

.wrap-modal-login .no_mr {
    margin: 5px 0;
    padding: 0
}

.wrap-modal-login .accept_submit {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #93939b;
    line-height: 24px;
    text-align: left;
    padding: 0 5px 10px
}

.wrap-modal-login .action_bottom {
    text-align: center;
    margin-top: 15px
}

.wrap-modal-login .action_bottom .btn-lg {
    border-radius: 3px;
    font-size: 14px !important
}

.wrap-modal-login .action_bottom .btn-lg:hover {
    background: #ff8c04;
    color: #fff;
    text-decoration: none;
    border-color: #ff8c04
}

.page {
    min-height: 150px
}

div#isp_search_result_page_container .btn-search {
    display: none
}

button.btn.btn-default.btn-search {
    display: none
}

div#isp_search_result_page_container form {
    margin-bottom: 0
}

.wishlist-title {
    display: none !important
}

.wishlist-page-body {
    position: relative
}

@media (max-width: 991px) {
    .wishlist-page-body {
        margin-top: 30px !important
    }
}

.wishlist-clearfix .wishlist-search {
    position: relative;
    width: 35% !important
}

.wishlist-clearfix .wishlist-search #wishlist_search_input {
    position: relative;
    display: block;
    width: 100% !important;
    height: 34px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.wishlist-clearfix .wishlist-search:after {
    font-family: 'FontAwesome';
    content: "\f002";
    font-size: 15px;
    line-height: 24px;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 20px;
    top: 8px;
    color: #a2a2a2
}

.wishlist-clearfix .wishlist-share {
    width: 15% !important;
    margin-top: 3px
}

.wishlist-clearfix .wishlist-display-style {
    float: none !important;
    position: absolute;
    top: 5px;
    right: 15px;
    width: 10% !important;
    text-align: right
}

.wishlist-clearfix .wishlist-display-style .wishlist-list-style.active, .wishlist-clearfix .wishlist-display-style .wishlist-grid-style.active {
    color: #ff8c04 !important
}

.wishlist-clearfix .wishlist-display-style .wishlist-list-style:hover, .wishlist-clearfix .wishlist-display-style .wishlist-grid-style:hover {
    color: #ff8c04 !important
}

.wishlist-list-view {
    padding-top: 15px;
    border-top: dashed 1px #ddd
}

.wishlist-list-view .wishlist-view-page .wishlist-product {
    margin-bottom: 70px
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-img {
    width: 180px !important;
    height: auto !important
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
    width: calc(100% - 180px - 180px)
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name {
    color: #231f20 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    display: block
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name p {
    font-family: 'Poppins', sans-serif;
    color: #231f20 !important;
    margin: 0 !important;
    font-size: 13px
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name:hover {
    color: #ff8c04 !important
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name:hover p {
    color: #ff8c04 !important
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p {
    margin: 0 0 10px !important;
    color: #2f2f33 !important
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-price {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold !important;
    line-height: 25px !important;
    color: #ff8c04 !important;
    margin-right: 10px !important
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #898989 !important;
    font-weight: 300
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-description {
    font-family: "Arial", sans-serif;
    font-weight: 300;
    color: #6b6b6b !important;
    margin: 0 !important
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0 !important
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    background-image: none;
    line-height: 24px !important;
    border-radius: 5px !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 400;
    color: #fff !important;
    background: #ff8c04 !important;
    border: solid 1px #ff8c04 !important;
    padding: 7px 12px 7px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:hover {
    border-color: #ff8c04 !important;
    color: #ff8c04 !important;
    background: #fff !important
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:hover:before {
    color: #ff8c04
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove {
    text-align: right
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link {
    font-family: "Arial", sans-serif;
    font-size: 11px !important;
    line-height: 24px;
    color: #616161 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:before {
    font-family: 'FontAwesome';
    position: absolute;
    margin-left: -20px;
    margin-top: 0;
    font-size: 14px;
    color: #616161
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover {
    color: #ff8c04 !important;
    text-decoration: none !important
}

.wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover:before {
    color: #ff8c04 !important
}

.wishlist-grid-view {
    padding: 30px 0;
    border-top: dashed 1px #ddd
}

.wishlist-grid-view .wishlist-view-page .wishlist-product {
    width: calc(100% / 5);
    padding: 0 15px
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-img {
    height: auto !important;
    width: 180px !important;
    overflow: hidden
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content {
    text-align: center;
    min-height: 100px;
    overflow: hidden
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name {
    color: #231f20 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 24px
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name p {
    font-size: 13px;
    padding: 0 5px;
    color: #231f20 !important;
    margin: 0 !important
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name:hover {
    color: #ff8c04 !important
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name:hover p {
    color: #ff8c04 !important
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p {
    margin: 0 0 15px 0 !important;
    color: #2f2f33 !important
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-price {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold !important;
    line-height: 25px !important;
    color: #ff8c04 !important;
    margin-right: 10px !important
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice {
    font-family: 'Poppins', sans-serif;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #898989 !important
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-description {
    color: #231f20 !important;
    margin: 0 !important
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action {
    margin-top: 5px
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form {
    font-family: 'Arial', sans-serif;
    margin-bottom: 0 !important
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    background-image: none;
    line-height: 24px !important;
    border-radius: 5px !important;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 400;
    color: #fff !important;
    background: #ff8c04 !important;
    border: solid 1px #ff8c04 !important;
    padding: 7px 12px 7px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:hover {
    border-color: #ff8c04 !important;
    color: #ff8c04 !important;
    background: #fff !important
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:hover:before {
    color: #ff8c04
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove {
    text-align: center
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link {
    font-family: 'Poppins', sans-serif;
    font-size: 11px !important;
    line-height: 24px;
    color: #616161 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:before {
    font-family: 'FontAwesome';
    position: absolute;
    margin-left: -20px;
    margin-top: 0;
    font-size: 13px;
    color: #616161
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover {
    color: #ff8c04 !important;
    text-decoration: none !important
}

.wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover:before {
    color: #ff8c04 !important
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wishlist-page-body .wishlist-grid-view .wishlist-product {
        width: calc(100% / 4) !important
    }
}

@media (max-width: 991px) {
    .wishlist-page-body .wishlist-clearfix .wishlist-share {
        width: 30% !important;
        margin-top: 3px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wishlist-page-body .wishlist-grid-view .wishlist-product {
        width: calc(100% / 3) !important
    }
}

@media (max-width: 767px) {
    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
        width: calc(100% - 160px)
    }

    .wishlist-page-body .wishlist-list-view .wishlist-product-btn, .wishlist-list-view .wishlist-sold-out-btn {
        display: block;
        width: 45% !important
    }
}

@media (max-width: 720px) {
    .wishlist-page-body .wishlist-share-select select {
        height: 40px !important;
        padding: unset;
        margin-bottom: 20px;
        padding: 5px 10px !important
    }

    .wishlist-page-body .wishlist-clearfix .wishlist-display-style {
        float: none !important;
        position: absolute;
        top: 0;
        right: 15px;
        width: 30% !important;
        text-align: right
    }

    .wishlist-page-body .wishlist-clearfix .wishlist-search {
        position: relative;
        width: 60% !important
    }

    .wishlist-grid-view .wishlist-view-page .wishlist-product {
        height: auto !important
    }
}

@media (max-width: 580px) {
    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
        width: 100% !important;
        margin-bottom: 15px !important
    }

    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-img {
        width: 100% !important;
        height: auto;
        margin-bottom: 20px
    }

    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
        border-color: #ff8c04 !important;
        color: #ff8c04 !important;
        background: #fff !important;
        width: auto !important;
        margin-left: -15px !important
    }

    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:before {
        color: #ff8c04
    }

    .wishlist-page-body .wishlist-grid-view .wishlist-product {
        width: calc(100% / 1) !important
    }
}

@media (max-width: 543px) {
    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove {
        text-align: right;
        line-height: 40px;
        width: 90px !important;
        float: none !important
    }

    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:before {
        line-height: 38px
    }
}

.pp_gallery ul {
    height: 55px !important
}

.pp_gallery ul li a {
    height: 55px !important
}

.google-map {
    width: 100%
}

.google-map .map {
    width: 100%;
    height: 455px;
    background: #dedede
}

.action__ .cart_button_style {
    background: #ff8c04;
    color: #fff;
    border-radius: 25px;
    overflow: visible;
    display: inline-block;
    background: #ff8c04;
    border-radius: 25px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    width: auto;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: normal;
    position: relative;
    padding: 0 20px;
    color: #fff;
    opacity: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    height: 0;
    transition: all .2s
}

.action__ .cart_button_style:hover {
    background: #da7600
}

.item.saler_item:hover .cart_button_style {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    height: 30px
}

.item.saler_item:hover .product-box .product-name, .item.saler_item:hover .product-box .price-box, .item.saler_item:hover .reviews-product-list.grid_reviews {
    display: none
}

.action__ {
    text-align: center;
    height: 0;
    align-items: center;
    display: flex;
    justify-content: center
}

.item.saler_item:hover .action__ {
    height: 88px
}

@media (max-width: 767px) {
    .item.saler_item:hover .action__ {
        display: none;
    }
}

section.section_product_loopp {
    padding-bottom: 30px
}

.section_slider_banner {
    margin-top: 10px
}

@media (max-width: 767px) {
    .section_slider_banner {
        margin-top: 30px
    }
}

.clockdiv {
    overflow: hidden;
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    background: #f5f5f5;
    border-top: 1px solid #ccc;
    font-weight: 600;
    font-size: 16px
}

.clockdiv>div {
    display: inline-block;
    width: 50px;
    position: relative
}

@media (max-width: 767px) {
    .clockdiv>div {
        width: 30px;
        font-size: 10px
    }
}

.clockdiv>div:after {
    content: ":";
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 12px;
    font-weight: bold
}

@media (max-width: 767px) {
    .clockdiv>div:after {
        display: none
    }
}

.clockdiv>div:last-child:after {
    display: none
}

.clockdiv small {
    color: #b3b3b3;
    line-height: normal;
    margin-top: -2px;
    display: block;
    font-weight: 600;
    font-size: 12px
}

@media (max-width: 767px) {
    .clockdiv small {
        font-size: 10px
    }
}

.nhanhvn-product-reviews-form fieldset {
    border: none !important
}

.nhanhvn-product-reviews-form .bpr-button-submit {
    background-color: #ff8c04 !important;
    border-color: #ff8c04 !important
}

.swatch .swatch-element input {
    cursor: pointer;
    position: absolute;
    left: 0
}

div.pp_woocommerce .pp_gallery ul li a {
    display: flex !important;
    align-items: center;
    justify-content: center
}

.item.saler_item {
    clear: both;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ebebeb
}

.item.saler_item:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px
}

.tabss {
    overflow: hidden;
    clear: both
}

.page-404 {
    padding-bottom: 20px
}

.addthis_inline_share_toolbox.share_add a, .addthis_inline_share_toolbox.share_add a div {
    width: auto !important
}

.address.note p {
    display: flex
}

.address.note p i {
    line-height: 20px
}

[class*="awe-section-"] .container {
    background: #fff
}

.bg_white {
    background: #fff
}

footer .footer-info-widget p.hotline a {
    color: #fff
}

.product-box .sale-flash {
    background-color: #898989
}

.product-box .sale-flash:before {
    border-top: 10px solid #898989
}

.blog-item .date {
    background: #f02b2b
}

.off-canvas-menu .action .btn-primary.btn-50:last-child {
    background: #2bf525
}

.details-product form button.btn-primary2 {
    background: #2bf525
}

.view-desktop a.btn.btn-primary.btn-full {
    background: #ef7d00
}

#aside_blog .wol_product .product_col_dets {
    margin-top: 0
}

/************************** lightbox_custome.css **************************/
.lightboxContain {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.5);
}

.lightboxContain .indLightbox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 56%;
    height: 62%;

}

iframe.lightVideo.youtube {
    width: 100%;
    height: 90%;
}

.lightboxContain .indLightbox {
    height: 90%;
}

.lightboxContain iframe {
    border: 0;
    width: 100% !important;
    height: 100% !important;
}

.lightboxContain img {
    float: none;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}

/*# sourceMappingURL=lightbox.css.map */

.text1line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.text2line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.text3line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.text4line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.text5line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.text6line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

.text7line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical
}

.text8line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical
}

.text9line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical
}

.red {
    color: #ff8c04
}

.erorr_page {
    color: red
}

.border_double {
    height: 4px;
    width: 100%;
    border: solid 1px #ebebeb;
    border-left: 0;
    border-right: 0;
    margin-bottom: 30px
}

.btn-45-no-radius {
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #ff8c04;
    display: inline-block;
    padding: 0 25px;
    text-decoration: none;
    border: solid 1px #ff8c04
}

.btn-45-no-radius:hover {
    color: #ff8c04;
    background: #fff;
    border-color: #ff8c04;
    text-decoration: none
}

.border_bottom_ {
    border-bottom: dashed 1px #ebebeb;
    margin-bottom: 40px;
    padding-bottom: 15px
}

.border_bottom_10 {
    padding-bottom: 10px;
    border-bottom: dashed 1px #ebebeb
}

.sale_count {
    position: absolute;
    z-index: 8;
    right: 10px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    top: 10px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    background: #e42323;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px
}

.sale_count.details__ {
    right: 25px;
    z-index: 2
}

.sale_count .bf_ {
    position: relative;
    display: block
}

.label_news {
    position: absolute;
    z-index: 8;
    left: 10px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    top: 10px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    background: #8cc34b;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px
}

.label_news.details__ {
    right: 25px
}

.label_news .bf_ {
    position: relative;
    display: block
}

.margin-top-15 {
    margin-top: 15px
}

.padding_center {
    padding: 0 7.5px !important
}

.title_head .title_center_page {
    display: block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    color: #2f2f33;
    margin: 0;
    padding: 0;
    line-height: 32px
}

@media (max-width: 767px) {
    .title_head .title_center_page {
        font-size: 24px
    }
}

.title_head .title_center_page .padding__ {
    padding: 0 30px 0 0;
    background-color: #fff;
    position: relative;
    z-index: 999
}

.title_head .title_center_page.left {
    text-align: left
}

.title_head .title_center_page.after {
    position: relative
}

.title_head .title_center_page.after:after {
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 20px;
    background: #ebebeb;
    width: calc(100% - 110px);
    -o-width: calc(100% - 110px);
    -moz-width: calc(100% - 110px);
    -webkit-width: calc(100% - 110px)
}

.title_head .title_center_page .background_ {
    background: #fff;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-right: 15px
}

.nhanhvn-product-reviews-module {
    margin: 0 !important
}

.title_monster {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #2f2f33
}

.page_title {
    position: relative
}

.page_title.page__ {
    height: 35px;
    margin-bottom: 20px
}

.page_title .title_page_h1 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    line-height: 22px;
    font-size: 18px;
    padding: 0 0 5px;
    display: inline-block;
    position: absolute
}

.page_title .title_page_h1 a:hover {
    text-decoration: none
}

.page_title .title_page_h1 span {
    position: relative;
    height: 35px;
    display: block
}

.page_title .title_page_h1 span:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #ff8c04;
    position: absolute;
    left: 0;
    bottom: 0
}

.category-products {
    margin-top: -5px;
    background: #fff
}

.breadcrumb li a:hover {
    color: #ff8c04 !important
}

.breadcrumb li a:hover span {
    color: #ff8c04
}

.title-quantity-popup:hover {
    color: #ff8c04 !important
}

.product-name:hover {
    color: #ff8c04
}

.product-name:hover a {
    color: #ff8c04
}

.product-name:hover span {
    color: #ff8c04 !important
}

.filter-item:hover span label {
    color: #ff8c04
}

.title_cate:hover {
    color: #ff8c04 !important
}

.title_cate:hover a {
    color: #ff8c04 !important
}

.block_title_cate:hover {
    background-color: #fff !important;
    border: solid 1px #ff8c04;
    border-bottom: 0;
    color: #ff8c04 !important
}

.block_title_cate:hover a {
    color: #ff8c04 !important
}

.blog-item-list:hover:before {
    color: #ff8c04 !important
}

.blog-item-list:hover .blog-item-name {
    color: #ff8c04 !important
}

.blog-item-list:hover .blog-item-name a {
    color: #ff8c04
}

.blog-item-list:hover .blog-item-name a:before {
    color: #ff8c04 !important
}

.blog-item-name:hover {
    color: #ff8c04 !important
}

.blog-item-name:hover a {
    color: #ff8c04
}

.blog-item-name:hover a:before {
    color: #ff8c04
}

.btn-45-orange {
    height: 40px;
    line-height: 40px;
    background: #ff8c04;
    border: solid 1px #ff8c04;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    padding: 0 10px;
    font-weight: 400;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif
}

.btn-45-orange:hover {
    background: #fff;
    color: #ff8c04;
    border: solid 1px #ff8c04
}

.btn-45-orange :focus {
    box-shadow: none
}

.btn-50-full {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #ff8c04;
    border: solid 1px #ff8c04;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    padding: 0 10px;
    font-weight: 700
}

.btn-50-full:hover {
    background: #fff;
    color: #ff8c04;
    border: solid 1px #ff8c04
}

.btn-50-full :focus {
    box-shadow: none
}

.btn-50-blue {
    height: 40px;
    line-height: 40px;
    background: #ff8c04;
    border: solid 1px #ff8c04;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    padding: 0 10px;
    font-weight: 700
}

.btn-50-blue:hover {
    background: #fff;
    color: #ff8c04;
    border: solid 1px #ff8c04
}

.btn-50-blue :focus {
    box-shadow: none
}

.header_search_ .search_full .form_search .input_search {
    height: 50px
}

.header_search_ .search_full .form_search .input_search:focus {
    border-color: #ebebeb
}

.header_search_ .search_full .form_search .input-group-btn {
    position: absolute;
    right: 5px;
    top: 0;
    width: 45px;
    line-height: 50px;
    height: 50px;
    overflow: hidden
}

.header_search_ .search_full .form_search .input-group-btn button {
    height: 50px;
    position: relative;
    background: none
}

.header_search_ .search_full .form_search .input-group-btn button:focus {
    box-shadow: none;
    outline: none
}

.header_search_ .search_full .form_search .input-group-btn button i {
    line-height: 50px;
    font-size: 17px;
    color: #333
}

.header_search_ .search_full .form_search .input-group-btn button i:before {
    width: 17px;
    height: 17px;
    content: "";
    background-image: url('../img/icons/search_icon.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 17px;
    left: 5px
}

.header_search_ .search_full .form_search .input-group-btn button:hover i {
    color: #ff8c04
}

.title-page {
    padding: 20px 0 10px
}

.title-page .title-head-page {
    font-family: 'Noto Serif';
    font-size: 21px;
    line-height: 20px;
    color: #252525;
    margin: 0
}

.img1 {
    position: relative;
    overflow: hidden
}

.img1 img {
    width: 100%;
    height: auto
}

.img1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.img1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.img1:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.3)
}

.img1:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.3)
}


.aside-item .aside-content {
    position: relative;
    z-index: 2
}

.aside-item .aside-content.aside-cate-link-cls {
    margin-bottom: 30px;
    border: solid 1px #e5e6ec;
    border-top: 0
}

.aside-item .aside-content.aside-cate-link-cls .cate_padding {
    padding: 15px 0
}

.aside-item .aside-content.aside-cate-blog {
    margin-bottom: 30px;
    border: none;
    margin-top: 5px
}

.aside-item .aside-content.aside-cate-blog .cate_padding {
    padding: 0
}

.cate_padding {
    padding: 20px 0 0
}

.cate_padding .nav-ul {
    max-height: 550px;
    overflow: scroll;
    padding: 0 20px;
    overflow-x: hidden;
    width: 100%
}

.cate_padding .nav-ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
    width: 5px
}

.cate_padding .nav-ul::-webkit-scrollbar {
    width: 5px;
    background-color: #ebebeb
}

.cate_padding .nav-ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ff8c04;
    width: 5px
}

.aside-item.collection-category .nav-item {
    position: relative;
    clear: left;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: solid 1px #ebebeb
}
.aside-item.collection-category .nav-item:last-child{
    border-bottom: none;
}
.aside-item.collection-category .nav-item:before {
    content: "\e65d";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    color: #2f2f33;
    position: absolute;
    margin-top: 0;
    transition: .3s;
    border: none;
    padding: 0;
    left: 0;
    z-index: 5;
    line-height: 22px
}

.aside-item.collection-category .nav-item:hover:before {
    color: #ff8c04
}

.aside-item.collection-category .nav-item a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #76767e;
    padding: 0 0 0 20px
}

.aside-item.collection-category .nav-item em {
    font-size: 13px;
    color: #76767e;
    font-style: normal;
    margin-left: 5px
}

.aside-item.collection-category .nav-item span {
    line-height: 28px;
    font-size: 14px;
    color: #76767e;
    top: 0;
    display: inline-block
}

.aside-item.collection-category .nav-item .fa {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    padding: 5px;
    line-height: 36px;
    cursor: pointer;
}

.aside-item.collection-category .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    border: 0;
    box-shadow: none;
    padding: 0
}

.aside-item.collection-category .nav-item .dropdown-menu .lv2 .fa {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    padding: 5px;
    line-height: 35px
}

.aside-item.collection-category .nav-item .dropdown-menu .lv2:hover:before, .aside-item.collection-category .nav-item .dropdown-menu .lv2.active:before {
    color: #ff8c04
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item {
    padding: 10px 0
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item:before {
    left: 5px
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item>a {
    padding: 0 20px 0 25px;
    line-height: 24px
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item:first-child {
    border-top: solid 1px #ebebeb;
    margin-top: 5px
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item .dropdown-menu {
    margin-top: 0
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item.lv3 {
    padding: 10px 0
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item.lv3:before {
    left: 20px
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item.lv3 a {
    padding: 0 0 0 40px;
    line-height: 24px
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item.lv3 a:before {
    left: 45px
}

.aside-item.collection-category .nav-item .dropdown-menu .nav-item.lv3:hover:before, .aside-item.collection-category .nav-item .dropdown-menu .nav-item.lv3.active:before {
    color: #ff8c04
}

.aside-item.collection-category .nav-item:hover:before {
    color: #ff8c04
}

.aside-item.collection-category .nav-item:hover>a {
    color: #ff8c04;
    text-decoration: none
}

.aside-item.collection-category .nav-item:hover>em {
    color: #ff8c04
}

.aside-item.collection-category .nav-item:hover>.fa {
    color: #ff8c04
}

.aside-item.collection-category .nav-item:hover span {
    color: #ff8c04
}

.aside-item.collection-category .nav-item.active:before {
    color: #ff8c04
}

.aside-item.collection-category .nav-item.active>.dropdown-menu {
    border-radius: 0
}

.aside-item.collection-category .nav-item.active>a {
    color: #ff8c04
}

.aside-item.collection-category .nav-item.active em {
    color: #ff8c04
}

.aside-item.collection-category .nav-item.active>.fa {
    color: #ff8c04
}

.aside-item.collection-category .nav-item.active>.dropdown-menu {
    display: block
}

.aside-item.collection-category .nav-item.active span {
    color: #ff8c04
}

.aside-item.collection-category .nav-item.active>.fa:before {
    content: "\f106";
    font-family: 'FontAwesome'
}

.aside-item.collection-category .nav-item:hover>a, .aside-item.collection-category .nav-item:hover em {
    color: #ff8c04;
    background-color: #fff
}

.aside-item.collection-category .nav-item:hover>.fa {
    color: #ff8c04
}

.aside-item.collection-category .nav-item .dropdown-menu li:hover>a {
    color: #ff8c04;
    background-color: #fff
}

.aside-item.collection-category .nav-item .dropdown-menu li:hover>.fa {
    color: #ff8c04
}

.aside-item.collection-category .nav>li>a {
    padding: 0 0 0 20px
}

.aside-item .nav>li>a:focus {
    background: none
}

.border-das-sider {
    padding: 0 4px;
    display: block;
    border-top: 0;
    border-bottom: 0;
    width: 2px;
    z-index: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
    right: 15px;
    top: 0
}

.aside-cate-link-cls.aside-cate-blog .cate_padding {
    position: relative;
    z-index: 2;
    border-bottom: 0
}

.aside-cate-link-cls.aside-cate-blog .cate_padding .nav-ul {
    padding: 0
}

.aside-cate-link-cls.aside-cate-blog .cate_padding .nav-ul .nav-item {
    border-bottom: none;
    padding: 5px 0
}

.aside-cate-link-cls.aside-cate-blog .cate_padding .nav-ul .nav-item a {
    font-size: 14px;
    color: #2f2f33;
    padding: 0 20px
}

.aside-cate-link-cls.aside-cate-blog .cate_padding .nav-ul .nav-item .fa {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    padding: 0 5px;
    line-height: 36px
}

.aside-cate-link-cls.aside-cate-blog .cate_padding .nav-ul .nav-item:hover>a {
    color: #ff8c04
}

.aside-cate-link-cls.aside-cate-blog .cate_padding .nav-ul .nav-item .dropdown-menu .nav-item:first-child {
    border-top: 0
}

.aside-cate-link-cls.aside-cate-blog .cate_padding .nav-ul .nav-item .dropdown-menu .nav-item:before {
    content: none
}

.aside-cate-link-cls.aside-cate-blog .cate_padding .nav-ul .nav-item .dropdown-menu .nav-item a {
    padding: 0 15px
}

.aside-cate-link-cls .border-das-sider {
    padding: 0 4px;
    background: #fff;
    display: block;
    border-top: 0;
    border-bottom: 0;
    width: 9px;
    z-index: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0
}

.home-slider {
    padding: 15px;
    background: #fff
}

@media (max-width: 767px) {
    .home-slider {
        padding: 0
    }
}

.home-slider .item {
    position: relative
}

.home-slider.owl-carousel .owl-nav .owl-next {
    right: -15px !important;
    background: transparent;
    top: 47%;
    width: 45px;
    height: 45px;
    background: #ff8c04;
    border: solid 2px #fff;
    border-radius: 3px;
    z-index: 99
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider.owl-carousel .owl-nav .owl-next {
        right: 0 !important
    }
}

@media (max-width: 767px) {
    .home-slider.owl-carousel .owl-nav .owl-next {
        right: 15px !important
    }
}

.home-slider.owl-carousel .owl-nav .owl-next:hover {
    background: #fff;
    border-color: #ff8c04
}

.home-slider.owl-carousel .owl-nav .owl-next:hover:before {
    color: #ff8c04
}

.home-slider.owl-carousel .owl-nav .owl-next:before {
    font-family: 'FontAwesome';
    content: "\f105";
    text-align: center;
    line-height: 42px;
    margin-left: 6px;
    color: #333
}

@media (max-width: 767px) {
    .home-slider.owl-carousel .owl-nav .owl-next:before {
        line-height: 20px
    }
}

.home-slider.owl-carousel .owl-nav .owl-prev {
    right: auto !important;
    background: transparent;
    left: -15px;
    top: 47%;
    height: 45px;
    width: 45px;
    background: #ff8c04;
    z-index: 99;
    border: solid 2px #fff;
    border-radius: 3px
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-slider.owl-carousel .owl-nav .owl-prev {
        left: 0 !important
    }
}

@media (max-width: 767px) {
    .home-slider.owl-carousel .owl-nav .owl-prev {
        left: 15px !important
    }
}

.home-slider.owl-carousel .owl-nav .owl-prev:hover {
    background: #fff;
    border-color: #ff8c04
}

.home-slider.owl-carousel .owl-nav .owl-prev:hover:before {
    color: #ff8c04
}

.home-slider.owl-carousel .owl-nav .owl-prev:before {
    font-family: 'FontAwesome';
    content: "\f104";
    text-align: center;
    line-height: 42px;
    margin-left: 6px;
    color: #333
}

.home-slider.owl-carousel .owl-nav .owl-prev:before, .home-slider.owl-carousel .owl-nav .owl-next:before {
    font-size: 20px;
    background: transparent
}

.home-slider .owl-dots .owl-dot {
    position: relative;
    margin: 0 7px;
    width: 10px;
    height: 10px;
    background: #ccc
}

.home-slider .owl-dots .owl-dot:before {
    content: "";
    font-size: 16px;
    color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.home-slider .owl-dots .owl-dot.active {
    background: #fff
}

.home-slider .owl-dots .owl-dot.active:before {
    color: #ff8c04
}

@media (max-width: 767px) {
    .home-slider.owl-carousel .owl-nav .owl-next, .home-slider.owl-carousel .owl-nav .owl-prev {
        width: 25px;
        height: 25px
    }

    .home-slider.owl-carousel .owl-nav .owl-prev {
        right: 40px !important
    }

    .home-slider.owl-carousel .owl-nav .owl-prev:before {
        margin-left: -3px;
        line-height: 20px;
        left: -2px
    }

    .home-slider.owl-carousel .owl-nav .owl-next:before {
        line-height: 20px;
        margin-left: 0;
        left: -2px
    }
}

.section-brand {
    background-image: url(//bizweb.dktcdn.net/100/286/794/themes/637857/assets/background_brand.png?1528187929957);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0
}

.section-brand-contact .brand_content {
    padding: 10px
}

.title_section_center {
    display: block;
    text-align: center;
    margin: 90px 0 60px
}

@media (max-width: 767px) {
    .title_section_center {
        margin: 20px 0
    }
}

.title_section_center.mr {
    margin: 20px 0
}

.title_section_center.mr_30 {
    margin: 20px 0 30px
}

.title_section_center.mr_0 {
    margin: 20px 0 0
}

.title_section_center.left {
    text-align: left
}

.title_section_center.padding_15 {
    padding: 0 15px
}

.title_section_center.not_bf {
    margin: 30px 0 20px
}

.title_section_center.not_bf .title:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/286/794/themes/637857/assets/title_img.png?1528187929957);
    background-repeat: no-repeat;
    width: 80px;
    height: 50px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

@media (max-width: 543px) {
    .title_section_center.not_bf .title:before {
        width: 40px;
        height: 40px;
        background-size: contain
    }
}

.title_section_center .title {
    font-family: 'Roboto', cursive;
    font-size: 30px;
    line-height: 22px;
    color: #2f2f33;
    position: relative
}

@media (max-width: 767px) {
    .title_section_center .title {
        font-size: 26px !important
    }
}

@media (max-width: 543px) {
    .title_section_center .title {
        font-size: 22px !important
    }
}

.title_section_center .title.font_normal {
    font-family: 'Roboto', sans-serif;
    font-size: 26px
}

.title_section_center .title:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/286/794/themes/637857/assets/title_img.png?1528187929957);
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

@media (max-width: 543px) {
    .title_section_center .title:before {
        width: 40px;
        height: 40px;
        background-size: contain
    }
}

.title_section_center .title:hover a {
    color: #ff8c04
}

.title_section_center .title a, .title_section_center .title span {
    color: #2f2f33;
    text-decoration: none
}

.title_section_center .title.not_bf:before {
    content: none
}

.title_section_center .title.rings:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/286/794/themes/637857/assets/chuong_title.png?1528187929957);
    background-repeat: no-repeat;
    width: 80px;
    height: 60px;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

.title_section_center p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #787883;
    line-height: 22px;
    font-weight: 400;
    padding: 20px 15px;
    margin: 0;
    position: relative
}

@media (max-width: 991px) {
    .title_section_center p {
        color: transparent;
        font-size: 0;
        height: 0
    }
}

.title_section_center p:after {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/286/794/themes/637857/assets/tuyet_title.png?1528187929957);
    background-repeat: no-repeat;
    width: 80px;
    height: 50px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

@media (max-width: 991px) {
    .title_section_center p:after {
        bottom: -30px !important
    }
}

@media (max-width: 767px) {
    .title_section_center p:after {
        bottom: -15px !important
    }
}

.title_section_center.title_flex {
    margin-top: 60%
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .title_section_center.title_flex {
        margin-top: 73% !important
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .title_section_center.title_flex {
        margin-top: 150px !important
    }
}

@media (max-width: 767px) {
    .title_section_center.title_flex {
        margin-top: 50px !important
    }
}

.title_section_center.title_flex .title:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/286/794/themes/637857/assets/ong_gia_tuyet.png?1528187929957);
    background-repeat: no-repeat;
    width: 100px;
    height: 60px;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

@media (max-width: 767px) {
    .title_section_center.title_flex .title:before {
        content: none !important
    }
}

.title_module_left {
    display: block;
    text-align: left
}

.title_module_left.use_rq {
    position: relative
}

@media (min-width: 320px) and (max-width: 374px) {
    .title_module_left.use_rq:before {
        width: 80% !important
    }
}

@media (min-width: 375px) and (max-width: 425px) {
    .title_module_left.use_rq:before {
        width: 60% !important
    }
}

@media (min-width: 426px) and (max-width: 480px) {
    .title_module_left.use_rq:before {
        width: 60% !important
    }
}

@media (min-width: 992px) and (max-width: 1025px) {
    .title_module_left.use_rq:before {
        width: 60% !important
    }
}

@media (min-width: 1027px) and (max-width: 1199px) {
    .title_module_left.use_rq:before {
        width: 60% !important
    }
}

.title_module_left.use_rq:before {
    content: "";
    background: #fff;
    position: absolute;
    width: 50%;
    height: 40px
}

.title_module_left .title {
    position: relative;
    display: inline-block;
    font-family: 'Noto Serif', sans-serif;
    font-size: 24px;
    line-height: 26px;
    margin: 0;
    padding: 0
}

.title_module_left .title:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/286/794/themes/637857/assets/background_title.png?1528187929957);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 33px;
    position: absolute;
    top: -40px;
    margin: 0 auto;
    background-position: top left
}

.title_module_left .title a {
    color: #252525;
    text-decoration: none
}

.title_module_left .title:hover {
    color: #ff8c04;
    text-decoration: none
}

.section_popular_product {
    padding: 40px 0 30px;
    min-height: 400px;
    position: relative
}

@media (max-width: 767px) {
    .section_popular_product {
        padding: 20px 0
    }
}

.section_popular_product.not_bf_af:before, .section_popular_product.not_bf_af:after {
    content: none
}

.section_popular_product.not_bf_af .product_comback_wrap .owl-item .item.saler_item .owl_item_product {
    padding: 0 5px
}

@media (min-width: 1200px) {
    .section_popular_product:before, .section_popular_product:after {
        position: absolute;
        z-index: 3;
        content: "";
        background-repeat: no-repeat;
        background-position: center
    }
}

.section_popular_product .product_comeback_wrap .owl-item .item.saler_item .owl_item_product.padding_style .product-box .product-thumbnail .image_link.display_flex {
    height: 160px
}

.section_popular_product .product_comeback_wrap .owl-item .item.saler_item .owl_item_product .product-box .product-thumbnail .image_link.display_flex {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 160px
}

.section_popular_product .product_comeback_wrap .owl-item .item.saler_item .owl_item_product .product-box .product-thumbnail .image_link.display_flex img {
    max-height: 100%;
    width: auto !important;
    max-width: 100%;
    display: block
}

.section_popular_product .product_comeback_wrap .owl-nav .owl-prev, .section_popular_product .product_comeback_wrap .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ff8c04;
    line-height: 45px;
    text-align: center;
    top: 32% !important
}

.section_popular_product .product_comeback_wrap .owl-nav .owl-prev:before, .section_popular_product .product_comeback_wrap .owl-nav .owl-next:before {
    height: 45px;
    width: 45px;
    line-height: 46px;
    color: #fff;
    border-radius: 50%;
    border: none;
    background: #ff8c04
}

.section_popular_product .product_comeback_wrap .owl-nav .owl-prev:hover, .section_popular_product .product_comeback_wrap .owl-nav .owl-next:hover {
    background: #ff8c04
}

.section_popular_product .product_comeback_wrap .owl-nav .owl-prev:hover:before, .section_popular_product .product_comeback_wrap .owl-nav .owl-next:hover:before {
    background: #ff8c04
}

.section_popular_product .product_comeback_wrap .owl-nav .owl-prev:before {
    content: "\f177";
    font-family: 'FontAwesome';
    font-size: 16px
}

.section_popular_product .product_comeback_wrap .owl-nav .owl-next:before {
    content: "\f178";
    font-family: 'FontAwesome';
    font-size: 16px
}

.section_popular_product .product_comeback_wrap .owl-dots {
    display: none
}

@media (max-width: 767px) {
    .col_saleoff {
        overflow: hidden;
        margin-bottom: 30px
    }
}

.dear_title .title_head_.border_content {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 49px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    background: #f5f5f5
}

@media (max-width: 767px) {
    .dear_title .title_head_.border_content {
        border: 1px solid #dbdbdb
    }
}

.dear_title .title_head_.border_content a {
    text-decoration: none;
    background: #ff8c04;
    min-width: 205px;
    padding: 0 15px;
    margin: 0;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block
}

@media (max-width: 1199px) {
    .dear_title .title_head_.border_content a {
        min-width: 185px;
        font-size: 16px
    }
}

.dear_title .title_head_.border_content a:before {
    border-bottom: 27px solid transparent;
    border-right: 10px solid #f5f5f5;
    border-top: 0 solid transparent;
    border-left: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0
}

.dear_title .title_head_.border_content a:after {
    border-bottom: 0 solid transparent;
    border-right: 10px solid #f5f5f5;
    border-top: 27px solid transparent;
    bottom: 0;
    content: '';
    position: absolute;
    right: 0
}

.dear_title .title_head_.border_content2 {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 13px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000
}

.dear_title .title_head_.border_content2 a {
    position: relative;
    padding: 0 0 10px;
    display: inline-block
}

.dear_title .title_head_.border_content2 a:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 70px;
    bottom: 0;
    background: #ff8c04;
    z-index: 2;
    left: 0;
    right: auto;
    top: auto
}

.dear_title .title_center_ {
    font-family: 'LinoType', sans-serif;
    font-size: 60px;
    margin: 0;
    padding: 0;
    line-height: 36px;
    color: #2f2f33;
    text-align: center
}

.dear_title .title_center_ a {
    color: #2f2f33;
    text-decoration: none;
    display: inline-block
}

.dear_title [id*="loop_two_"], .dear_title [id*="loop_three_"], .dear_title [id*="loop_four_"] {
    background: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px
}

.dear_title .loop_two_ctrl {
    position: relative;
    width: 100%;
    z-index: 999;
    top: 11px
}

.dear_title .loop_two_ctrl #loop_two_prev {
    position: absolute
}

.dear_title .loop_two_ctrl #loop_two_next {
    position: absolute;
    right: 0
}

.dear_title .loop_two_ctrl #loop_three_prev {
    position: absolute
}

.dear_title .loop_two_ctrl #loop_three_next {
    position: absolute;
    right: 0
}

.dear_title .loop_two_ctrl #loop_four_prev {
    position: absolute
}

.dear_title .loop_two_ctrl #loop_four_next {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.dear_title ul.nav.nav-tabs {
    border: none;
    position: absolute;
    top: 5px;
    right: 15px
}

@media (max-width: 1199px) and (min-width: 992px) {
    .dear_title ul.nav.nav-tabs {
        right: 85px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .dear_title ul.nav.nav-tabs {
        right: 85px
    }
}

@media (max-width: 767px) {
    .dear_title ul.nav.nav-tabs {
        position: relative;
        top: 0;
        right: 0;
        background: #f5f5f5;
        text-align: center;
        padding: 10px 0;
        height: 42px;
        overflow: hidden
    }

    .dear_title ul.nav.nav-tabs li {
        width: 100%
    }
}

.dear_title ul.nav.nav-tabs>li:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 16px;
    bottom: auto;
    background: #a6a6a6;
    height: 10px;
    width: 1px;
    transition: .3s all ease 0;
    -moz-transition: .3s all ease 0;
    -webkit-transition: .3s all ease 0
}

@media (max-width: 767px) {
    .dear_title ul.nav.nav-tabs>li:after {
        display: none
    }
}

.dear_title ul.nav.nav-tabs>li:last-child:after {
    display: none
}

.dear_title .nav-tabs>li.active>a, .dear_title .nav-tabs>li.active>a:focus, .dear_title .nav-tabs>li.active>a:hover {
    background-color: transparent;
    border-color: transparent
}

.dear_title .nav>li>a:focus, .dear_title .nav>li>a:hover , .dear_title .nav>li.acitve>a {
    background-color: transparent;
    color: #ff8c04;
    border-color: transparent !important
}

.wrap_owl_product_ .owl_product_ {
    border-left: 1px solid #dbdbdb
}

@media (max-width: 767px) {
    .wrap_owl_product_ .owl_product_ .owl-height {
        min-height: unset
    }
}

.wrap_owl_product_ .owl_product_ .owl-item .saler_item {
    position: relative;
    border: 1px solid #dbdbdb;
    border-left: none;
    border-top: none
}

.wrap_owl_product_ .owl_product_ .owl-item .saler_item .owl_item_product {
    padding: 0 10px;
    overflow: hidden
}

@media (min-width: 992px) {
    .wrap_owl_product_ .owl_product_ .owl-item .saler_item .owl_item_product:hover {
        box-shadow: 0 12px 16px 0 rgba(39, 39, 47, 0.12);
        -o-box-shadow: 0 12px 16px 0 rgba(39, 39, 47, 0.12);
        -moz-box-shadow: 0 12px 16px 0 rgba(39, 39, 47, 0.12);
        -webkit-box-shadow: 0 12px 16px 0 rgba(39, 39, 47, 0.12)
    }

    .wrap_owl_product_ .owl_product_ .owl-item .saler_item .owl_item_product:hover .cart_button_style {
        background-color: #ff8c04;
        color: #fff
    }
}

@media (max-width: 767px) {
    .wrap_owl_product_ .owl_product_ .owl-item .saler_item .owl_item_product {
        padding: 0
    }
}

.wrap_owl_product_ .owl_product_ .owl-item .saler_item .owl_item_product:hover .cart_button_style {
    background-color: #ff8c04;
    color: #fff
}

.wrap_owl_product_ .owl_product_ .owl-item .saler_item .owl_item_product:hover .product-action-grid {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.wrap_owl_product_ .owl_product_.owl-carousel .owl-nav .owl-next {
    right: 15px !important;
    background: transparent;
    top: -23px;
    width: 27px;
    height: 27px;
    background: #d6d6d6;
    border: none;
    border-radius: 3px;
    z-index: 99
}

.wrap_owl_product_ .owl_product_.owl-carousel .owl-nav .owl-next:hover {
    background: #ecede7
}

.wrap_owl_product_ .owl_product_.owl-carousel .owl-nav .owl-next:before {
    font-family: 'FontAwesome';
    content: "\f105";
    text-align: center;
    line-height: 27px;
    margin-left: -2px;
    color: #333
}

.wrap_owl_product_ .owl_product_.owl-carousel .owl-nav .owl-prev {
    right: 45px !important;
    background: transparent;
    left: auto;
    top: -23px;
    height: 27px;
    width: 27px;
    background: #d6d6d6;
    border: none;
    z-index: 99;
    border-radius: 3px
}

.wrap_owl_product_ .owl_product_.owl-carousel .owl-nav .owl-prev:hover {
    background: #ecede7
}

.wrap_owl_product_ .owl_product_.owl-carousel .owl-nav .owl-prev:before {
    font-family: 'FontAwesome';
    content: "\f104";
    text-align: center;
    line-height: 27px;
    margin-left: -2px;
    color: #333
}

.wrap_owl_product_ .owl_product_.owl-carousel .owl-nav .owl-prev:before, .wrap_owl_product_ .owl_product_.owl-carousel .owl-nav .owl-next:before {
    font-size: 20px;
    background: #d6d6d6;
    color: #fff
}

.wrap_owl_product_ .owl_product_.owl-carousel .owl-nav .owl-prev:hover:before {
    background: #ff8c04
}

.wrap_owl_product_ .owl_product_.owl-carousel .owl-nav .owl-next:hover:before {
    background: #ff8c04
}

.wish_love {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 99;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 35px;
    box-shadow: 0 12px 16px 0 rgba(39, 39, 47, 0.12);
    -moz-box-shadow: 0 12px 16px 0 rgba(39, 39, 47, 0.12);
    -o-box-shadow: 0 12px 16px 0 rgba(39, 39, 47, 0.12);
    -webkit-box-shadow: 0 12px 16px 0 rgba(39, 39, 47, 0.12)
}

.wish_love a {
    margin: 0;
    border: none
}

.wish_love a.iWishAdded .fa {
    color: #ff8c04
}

.section_blog_main_index {
    background-repeat: no-repeat;
    padding: 0 0 30px;
    overflow: hidden
}

.section_blog_main_index .owl_blog_main_ .owl-height {
    min-height: 430px
}

.section_blog_main_index .owl_blog_main_ .item_blog_owl {
    background: #fff;
    overflow: hidden;
    padding: 0
}

.section_blog_main_index .owl_blog_main_ .item_blog_owl .blog-item .large_name {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2f2f33
}

.section_blog_main_index .owl_blog_main_ .item_blog_owl .blog-item .summary_ {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #2f2f33
}

.section_blog_main_index .owl_blog_main_ .owl-nav {
    display: none
}

.section_blog_main_index .owl_blog_main_ .owl-dots {
    margin-top: 20px;
    bottom: -20px
}

.section_blog_main_index .owl_blog_main_ .owl-dots .owl-dot {
    color: #979799;
    background: #979799;
    width: 8px;
    height: 8px
}

.section_blog_main_index .owl_blog_main_ .owl-dots .owl-dot.active {
    width: 50px;
    color: #979799;
    border-radius: 8px;
    background: #979799
}

@media (max-width: 767px) {
    .section_two_banner .dear_title {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .section_two_banner .dear_title:last-child {
        margin-bottom: 0
    }
}

.product-price-old {
    text-decoration: line-through
}

.section_product_end .product_col {
    margin-top: 30px
}

.section_product_end .product_col .item .hot_sale_product {
    overflow: hidden;
    padding: 10px;
    border: solid 1px #ebebeb;
    margin-bottom: 15px
}

.section_product_end .product_col .item .hot_sale_product .item-img-horizontal {
    width: 115px;
    display: block;
    float: left
}

.section_product_end .product_col .item .hot_sale_product .item-info-horizontal {
    width: calc(100% - 115px);
    -o-width: calc(100% - 115px);
    -moz-width: calc(100% - 115px);
    -webkit-width: calc(100% - 115px);
    display: block;
    float: left;
    padding: 0 25px
}

.section_product_end .product_col .item .hot_sale_product .item-info-horizontal .item-name {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #2f2f33;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.section_product_end .product_col .item .hot_sale_product .item-info-horizontal .item-name a {
    color: #2f2f33;
    text-decoration: none
}

.section_product_end .product_col .item .hot_sale_product .item-info-horizontal .price-box {
    font-family: 'Roboto', sans-serif
}

.section_product_end .product_col .item .hot_sale_product .item-info-horizontal .price-box .product-price-old {
    font-size: 12px;
    font-weight: 300;
    color: #76767e;
    margin-right: 10px;
    text-decoration: line-through
}

.section_product_end .product_col .item .hot_sale_product .item-info-horizontal .price-box .product-price {
    font-size: 15px;
    font-weight: 500;
    color: #ff8c04;
    display: inline-block
}

.section_product_end .product_col .owl_col_section.owl-carousel .owl-nav .owl-next {
    right: 0 !important;
    background: transparent;
    top: -50px;
    width: 25px;
    height: 25px;
    background: #fff;
    border: solid 1px #ecede7;
    border-radius: 3px;
    z-index: 99
}

.section_product_end .product_col .owl_col_section.owl-carousel .owl-nav .owl-next:hover {
    background: #ecede7
}

.section_product_end .product_col .owl_col_section.owl-carousel .owl-nav .owl-next:before {
    font-family: 'FontAwesome';
    content: "\f105";
    text-align: center;
    line-height: 24px;
    margin-left: -2px;
    color: #333
}

@media (max-width: 767px) {
    .section_product_end .product_col .owl_col_section.owl-carousel .owl-nav .owl-next:before {
        line-height: 20px
    }
}

.section_product_end .product_col .owl_col_section.owl-carousel .owl-nav .owl-prev {
    right: 35px !important;
    background: transparent;
    left: auto;
    top: -50px;
    height: 25px;
    width: 25px;
    background: #fff;
    border: solid 1px #ecede7;
    z-index: 99;
    border-radius: 3px
}

.section_product_end .product_col .owl_col_section.owl-carousel .owl-nav .owl-prev:hover {
    background: #ecede7
}

.section_product_end .product_col .owl_col_section.owl-carousel .owl-nav .owl-prev:before {
    font-family: 'FontAwesome';
    content: "\f104";
    text-align: center;
    line-height: 24px;
    margin-left: -2px;
    color: #333
}

.section_product_end .product_col .owl_col_section.owl-carousel .owl-nav .owl-prev:before, .section_product_end .product_col .owl_col_section.owl-carousel .owl-nav .owl-next:before {
    font-size: 13px;
    background: transparent
}

.section_service_index_end * {
    transition: all .2s
}

.section_service_index_end .wrab {
    overflow: hidden
}

.section_service_index_end .ser:first-child .wrap_ser:before {
    content: none
}

.section_service_index_end .ser .wrap_ser {
    overflow: hidden;
    padding: 25px 15px 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: transparent;
    border: 1px solid #dbdbdb
}

@media (max-width: 1199px) {
    .section_service_index_end .ser .wrap_ser {
        padding: 25px 5px 25px 0
    }
}

@media (max-width: 1199px) {
    .section_service_index_end .ser .wrap_ser {
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .section_service_index_end .ser .wrap_ser {
        height: 85px;
        padding: 15px 0
    }
}

.section_service_index_end .ser .wrap_ser .font_icon {
    display: block;
    width: 50px;
    float: left;
    font-size: 26px;
    color: #ff8c04;
    text-align: center
}

.section_service_index_end .ser .wrap_ser .content_ser {
    width: calc(100% - 90px);
    -moz-width: calc(100% - 90px);
    -o-width: calc(100% - 90px);
    -webkit-width: calc(100% - 90px);
    display: block;
    float: left
}

@media (max-width: 1199px) {
    .section_service_index_end .ser .wrap_ser .content_ser {
        width: calc(100% - 60px);
        -moz-width: calc(100% - 60px);
        -o-width: calc(100% - 60px);
        -webkit-width: calc(100% - 60px)
    }
}

.section_service_index_end .ser .wrap_ser .content_ser p, .section_service_index_end .ser .wrap_ser .content_ser span {
    font-family: 'Roboto', sans-serif
}

.section_service_index_end .ser .wrap_ser .content_ser p {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding: 0
}

.section_service_index_end .ser .wrap_ser .content_ser span {
    font-size: 13px;
    color: #999;
    font-weight: 400
}

.section_service_index_end .ser .wrap_ser:hover {
    background: #ff8c04;
    border-color: #ff8c04
}

.section_service_index_end .ser .wrap_ser:hover .fa, .section_service_index_end .ser .wrap_ser:hover p, .section_service_index_end .ser .wrap_ser:hover span {
    color: #fff
}

.wol_product {
    position: relative
}

.wol_product .product_col_dets {
    margin-top: 25px
}

.wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product {
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea
}

.wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product:last-child {
    border-bottom: none
}

.wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product .item-img-horizontal {
    width: 90px;
    max-height: 90px;
    display: block;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product .item-img-horizontal .product-image {
    padding-right: 15px
}

.wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product .item-info-horizontal {
    width: calc(100% - 110px);
    -o-width: calc(100% - 110px);
    -moz-width: calc(100% - 110px);
    -webkit-width: calc(100% - 110px);
    display: block;
    float: left;
    padding: 0 0 0 15px;
    position: relative
}

.wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product .item-info-horizontal .item-name {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #2f2f33;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product .item-info-horizontal .item-name a {
    color: #2f2f33;
    text-decoration: none;
    display: block
}

.wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product .item-info-horizontal .price-box {
    font-family: 'Roboto', sans-serif
}

.wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product .item-info-horizontal .price-box .product-price-old {
    font-size: 12px;
    font-weight: 300;
    color: #76767e;
    margin-right: 10px
}

.wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product .item-info-horizontal .price-box .product-price {
    font-size: 15px;
    font-weight: 500;
    color: #ff8c04;
    display: inline-block
}

.wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .owl-nav .owl-next {
    right: 0 !important;
    background: transparent;
    top: -42px;
    width: 25px;
    height: 25px;
    background: #fff;
    border: solid 1px #ecede7;
    border-radius: 3px;
    z-index: 99
}

.wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .owl-nav .owl-next:hover {
    background: #ecede7
}

.wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .owl-nav .owl-next:before {
    font-family: 'FontAwesome';
    content: "\f105";
    text-align: center;
    line-height: 24px;
    margin-left: -2px;
    color: #333
}

@media (max-width: 767px) {
    .wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .owl-nav .owl-next:before {
        line-height: 20px
    }
}

.wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .owl-nav .owl-prev {
    right: 35px !important;
    background: transparent;
    left: auto;
    top: -42px;
    height: 25px;
    width: 25px;
    background: #fff;
    border: solid 1px #ecede7;
    z-index: 99;
    border-radius: 3px
}

.wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .owl-nav .owl-prev:hover {
    background: #ecede7
}

.wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .owl-nav .owl-prev:before {
    font-family: 'FontAwesome';
    content: "\f104";
    text-align: center;
    line-height: 24px;
    margin-left: -2px;
    color: #333
}

.wol_product .product_col_dets .wrap_owl_topsale .owl_col_details.owl-carousel .owl-nav .owl-prev:before, .wol_product .product_col_dets .wrap_owl_topsale .owl_col_details.owl-carousel .owl-nav .owl-next:before {
    font-size: 13px;
    background: transparent
}

.owl_product_comback {
    padding: 0;
    position: relative;
    z-index: 9;
    background: #fff
}

.owl_product_comback:focus {
    outline: none;
    box-shadow: none
}

.owl_product_comback .product_comeback_wrap .owl_product_item_content .item_list_ .product-list-off {
    margin-bottom: 20px
}

.owl_product_comback .product_comeback_wrap .owl_product_item_content .item_list_ .product-list-off .product-thumbnail .image_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 180px
}

.owl_product_comback .product_comeback_wrap .owl_product_item_content .item_list_ .product-list-off .product-thumbnail .image_link img {
    max-height: 100%;
    width: auto !important;
    max-width: 100%;
    display: block
}

.owl_product_comback .product_comeback_wrap .owl_product_item_content .item_list_ .product-list-off .product-thumbnail .product-action-grid .button_wh_40 {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px
}

.owl_product_comback .product_comeback_wrap .owl_product_item_content .item_list_ .product-list-off .product-info {
    padding-bottom: 0
}

.owl_product_comback .product_comeback_wrap .owl_product_item_content .item_list_ .product-list-off .product-info .product-name {
    margin-bottom: 10px
}

.owl_product_comback .product_comeback_wrap .owl_product_item_content .item_list_ .product-list-off .product-info .reviews-product-list {
    margin: 5px 0 10px
}

.owl_product_comback .product_comeback_wrap .owl_product_item_content .item_list_ .product-list-off .product-info form {
    margin-bottom: 0
}

.owl_product_comback .product_comeback_wrap .owl_product_item_content .item_list_ .product-list-off .product-info .button_wh_40 {
    display: inline-block;
    float: left
}

.owl_product_comback .product_comeback_wrap .owl_product_item_content .item_list_ .product-list-off .product-info .button_wh_40.btn-cart {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    height: 40px;
    border-style: none;
    padding: 0 25px;
    line-height: 39px;
    background: #ff8c04;
    border: solid 1px #ff8c04;
    border-radius: 20px;
    font-size: 12px
}

.owl_product_comback .product_comeback_wrap .owl_product_item_content .item_list_ .product-list-off .product-info .button_wh_40.btn-cart span {
    color: #fff;
    text-transform: uppercase
}

.owl_product_comback .product_comeback_wrap .owl_product_item_content .item_list_ .product-list-off .product-info .button_wh_40.btn-cart:hover {
    background: #fff;
    border-color: #ff8c04;
    color: #ff8c04
}

.owl_product_comback .product_comeback_wrap .owl_product_item_content .item_list_ .product-list-off .product-info .button_wh_40.btn-cart:hover span {
    color: #ff8c04
}

.owl_product_comback .product_comeback_wrap .owl_product_item_content .item_list_ .product-list-off .product-info .button_wh_40.iwishAddWrapper {
    border: none;
    text-decoration: none;
    margin-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 40px;
    line-height: 35px;
    width: 40px;
    text-align: center;
    font-size: 16px
}

.owl_product_comback .product_comeback_wrap .owl_product_item_content .item_list_ .product-list-off .product-info .button_wh_40.iwishAddWrapper.iWishAdded {
    color: #ff8c04
}

.owl_product_comback .product_comeback_wrap .owl-nav .owl-prev, .owl_product_comback .product_comeback_wrap .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border-radius: 5%;
    background: #ff8c04;
    line-height: 35px;
    text-align: center;
    top: 45%
}

.owl_product_comback .product_comeback_wrap .owl-nav .owl-prev:before, .owl_product_comback .product_comeback_wrap .owl-nav .owl-next:before {
    height: 30px;
    width: 30px;
    line-height: 31px;
    color: #fff;
    border-radius: 15%;
    border: none;
    background: #ff8c04
}

.owl_product_comback .product_comeback_wrap .owl-nav .owl-prev:hover, .owl_product_comback .product_comeback_wrap .owl-nav .owl-next:hover {
    background: #ff8c04
}

.owl_product_comback .product_comeback_wrap .owl-nav .owl-prev:hover:before, .owl_product_comback .product_comeback_wrap .owl-nav .owl-next:hover:before {
    background: #ff8c04
}

.owl_product_comback .product_comeback_wrap .owl-nav .owl-prev:before {
    content: "\f177";
    font-family: 'FontAwesome';
    font-size: 16px
}

.owl_product_comback .product_comeback_wrap .owl-nav .owl-next:before {
    content: "\f178";
    font-family: 'FontAwesome';
    font-size: 16px
}

.section_banner_index {
    position: relative;
    padding: 0;
    margin-top: 40px
}

.section_banner_index .wrap_banner {
    position: relative
}

.section_banner_index .wrap_banner .img1 {
    display: block
}

@media (max-width: 991px) {
    .section_banner_index .wrap_banner .img1 {
        margin-bottom: 15px
    }
}

.section_bestSale {
    margin-top: 80px
}

.tab_link_module .tab_border {
    margin-top: 30px;
    height: 35px;
    line-height: 35px;
    border-top: dashed 1px #ebebeb;
    border-bottom: dashed 1px #ebebeb;
    position: relative
}

.tab_link_module .tab_border .button_show_tab {
    font-size: 24px;
    color: #ff8c04;
    position: absolute;
    right: 15px
}

.tab_link_module .tab_border .title_check_tabs {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 35px;
    text-decoration: none;
    color: #2f2f33;
    font-weight: 700;
    display: block;
    cursor: pointer;
    text-align: center
}

.tab_link_module .tab_border .ul_link {
    text-align: center
}

@media (max-width: 991px) {
    .tab_link_module .tab_border .ul_link {
        display: none;
        position: absolute;
        width: 220px;
        padding: 0;
        right: 15px;
        z-index: 99;
        top: 50px;
        background: #fff;
        box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.16);
        -o-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.16);
        -os-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.16);
        padding: 10px 0
    }

    .tab_link_module .tab_border .ul_link li {
        padding: 0 15px;
        display: block !important;
        text-align: left
    }

    .tab_link_module .tab_border .ul_link li a {
        cursor: pointer;
        margin-right: 0 !important;
        line-height: 35px !important
    }
}

.tab_link_module .tab_border .ul_link li {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.tab_link_module .tab_border .ul_link li:hover a {
    color: #2f2f33
}

.tab_link_module .tab_border .ul_link li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 35px;
    text-decoration: none;
    margin-right: 30px;
    color: #898989;
    font-weight: 700;
    display: block;
    cursor: pointer;
    position: relative
}

.tab_link_module .tab_border .ul_link li a.active {
    color: #2f2f33
}

@media (min-width: 992px) {
    .tab_link_module .tab_border .ul_link li a:after {
        content: "/";
        position: absolute;
        right: -19px;
        top: 0;
        color: #898989
    }
}

.tab_link_module .tab_border .ul_link li:last-child a:after {
    content: none
}

.content-tab-proindex {
    padding: 30px 0
}

@media (min-width: 1200px) {
    .content-tab-proindex .wrap_item_list .col-lg-2 {
        width: 20%
    }

    .content-tab-proindex .wrap_item_list .col-lg-2:nth-child(5n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .content-tab-proindex .wrap_item_list .col-md-3:nth-child(9), .content-tab-proindex .wrap_item_list .col-md-3:nth-child(10) {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .content-tab-proindex .wrap_item_list .col-sm-4:nth-child(10) {
        display: none
    }
}

.content-tab-proindex .wrap_item_list .wrp_item_small {
    margin-bottom: 15px
}

.content-tab-proindex .wrap_item_list .wrp_item_small .product-box .product-thumbnail .image_link.display_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 210px
}

@media (max-width: 375px) {
    .content-tab-proindex .wrap_item_list .wrp_item_small .product-box .product-thumbnail .image_link.display_flex {
        height: 140px
    }
}

@media (min-width: 376px) and (max-width: 479px) {
    .content-tab-proindex .wrap_item_list .wrp_item_small .product-box .product-thumbnail .image_link.display_flex {
        height: 180px
    }
}

.content-tab-proindex .wrap_item_list .wrp_item_small .product-box .product-info {
    margin-bottom: 15px
}

.content-tab-proindex .warning {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #ff8c04;
    display: inherit
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wrap_item_list .col-md-3:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrap_item_list .col-sm-4:nth-child(3n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .wrap_item_list .col-xs-6:nth-child(2n+1) {
        clear: left
    }
}

.blog-item-thumbnail a {
    display: block;
    text-align: center
}

.blog-item-thumbnail img {
    width: auto !important;
    margin: 0 auto
}

.section_blog_index .wrap_blog_index .wrap_owl_blog .blog_index_item .blog-item .blog-item-thumbnail {
    position: relative
}

@media (max-width: 1199px) {
    .section_blog_index .wrap_blog_index .wrap_owl_blog .blog_index_item .blog-item .blog-item-thumbnail {
        margin-bottom: 15px
    }
}

.section_blog_index .wrap_blog_index .wrap_owl_blog .blog_index_item .blog-item .blog-item-thumbnail .img1 {
    display: block
}

.section_blog_index .wrap_blog_index .wrap_owl_blog .blog_index_item .blog-item .blog-item-thumbnail .tag_ {
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 9;
    display: inline-block;
    line-height: 20px;
    padding: 3px 10px;
    background: #ff8c04;
    color: #fff;
    text-decoration: none
}

.section_blog_index .wrap_blog_index .wrap_owl_blog .blog_index_item .blog-item .blog-item-content .blog-item-name {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 10px !important;
    color: #ff8c04
}

.section_blog_index .wrap_blog_index .wrap_owl_blog .blog_index_item .blog-item .blog-item-content .blog-item-name a {
    color: #ff8c04
}

.section_blog_index .wrap_blog_index .wrap_owl_blog .blog_index_item .blog-item .blog-item-content .post-time {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #ffe9d0
}

.section_blog_index .wrap_blog_index .wrap_owl_blog .blog_index_item .blog-item .blog-item-content .post-time span {
    margin-right: 15px
}

.section_blog_index .wrap_blog_index .wrap_owl_blog .blog_index_item .blog-item .blog-item-content .post-time span:last-child {
    margin-right: 0
}

.section_blog_index .wrap_blog_index .wrap_owl_blog .blog_index_item .blog-item .blog-item-content .post-time span .fa {
    line-height: 22px
}

.section_blog_index .wrap_blog_index .wrap_owl_blog .blog_index_item .blog-item .blog-item-content .blog-item-summary {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #ffe9d0
}

.section_blog_index .wrap_blog_index .wrap_owl_blog .owl-nav {
    display: none
}

.section_blog_index .wrap_blog_index .wrap_owl_blog .owl-dots {
    top: -48px;
    right: 15px;
    height: 20px;
    bottom: auto;
    display: inherit;
    text-align: right;
    width: 80px;
    margin-top: 0
}

.section_blog_index .wrap_blog_index .wrap_owl_blog .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: solid 2px #ebebeb;
    border-radius: 50%
}

.section_blog_index .wrap_blog_index .wrap_owl_blog .owl-dots .owl-dot.active {
    background: #ff8c04;
    border-color: #ff8c04
}

.section_sale_today {
    margin-top: 80px
}

.section_sale_today .des_module {
    text-align: center;
    margin-top: 20px;
    padding: 5px 0;
    border: dashed 1px #ebebeb;
    border-right: 0;
    border-left: 0
}

.section_sale_today .des_module span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #494949
}

.section_sale_today .des_module span span {
    font-size: 18px;
    color: #ff8c04
}

.section_sale_today .border_ {
    border: solid 1px #ff8c04;
    overflow: hidden;
    position: relative;
    min-height: 50px
}

@media (max-width: 991px) {
    .section_sale_today .border_ {
        margin-bottom: 30px
    }
}

.section_sale_today .col_saleoff .product-box-sale {
    padding: 30px 15px
}

.section_sale_today .col_saleoff .product-box-sale .product-box .product-thumbnail .image_link.display_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 325px
}

@media (max-width: 480px) {
    .section_sale_today .col_saleoff .product-box-sale .product-box .product-thumbnail .image_link.display_flex {
        height: 280px
    }
}

.section_sale_today .col_saleoff .product-box-sale .product-box .product-name {
    margin-bottom: 0
}

.section_sale_today .col_saleoff .product-box-sale .product-box .reviews-product-list {
    margin-bottom: 0
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section_sale_today .wrap_col_ .col-index.col-sm-4:nth-child(7), .section_sale_today .wrap_col_ .col-index.col-sm-4:nth-child(8) {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_sale_today .wrap_col_ .col-index.col-sm-4:nth-child(7), .section_sale_today .wrap_col_ .col-index.col-sm-4:nth-child(8) {
        display: none
    }
}

.section_sale_today .wrap_col_ .product-box .product-thumbnail .image_link.display_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 160px
}

@media (min-width: 1200px) {
    .section_sale_today .wrap_col_ .col-lg-3:nth-child(4n+1) {
        clear: left
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_sale_today .wrap_col_ .col-md-4:nth-child(3n+1) {
        clear: left
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section_sale_today .wrap_col_ .col-sm-4:nth-child(3n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .section_sale_today .wrap_col_ .col-xs-6:nth-child(2n+1) {
        clear: left
    }
}

.section_sale_today .wrap_col_ .more_bf_af {
    position: relative;
    display: block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-top: 15px
}

.section_sale_today .wrap_col_ .more_bf_af a, .section_sale_today .wrap_col_ .more_bf_af .fa {
    color: #ff8c04;
    text-decoration: none;
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 2
}

.section_sale_today .wrap_col_ .more_bf_af .fa {
    padding: 0
}

.section_sale_today .wrap_col_ .more_bf_af:before, .section_sale_today .wrap_col_ .more_bf_af:after {
    content: "";
    width: 50%;
    border: dashed 1px #ebebeb;
    position: absolute
}

.section_sale_today .wrap_col_ .more_bf_af:before {
    left: 0;
    top: 10px
}

.section_sale_today .wrap_col_ .more_bf_af:after {
    right: 0;
    top: 10px
}

.section_category_image {
    margin-top: 20px
}

.section_category_image .title_module.medium_title {
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px
}

.section_category_image .title_module.medium_title:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/286/794/themes/637857/assets/title_img.png?1528187929957);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    width: 45px;
    height: 40px;
    position: absolute;
    top: -45px;
    left: 0
}

.section_category_image .title_module.medium_title h2 {
    font-size: 30px
}

@media (max-width: 991px) {
    .section_category_image .des_category {
        margin-bottom: 15px
    }
}

.section_category_image .des_category span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #707070;
    line-height: 26px
}

.section_category_image .wrap_category_image {
    border: solid 1px #ebebeb;
    padding: 30px 20px;
    overflow: hidden
}

@media (max-width: 767px) {
    .section_category_image .wrap_category_image:nth-child(1) {
        margin-bottom: 15px
    }
}

.section_category_image .wrap_category_image .title_medium {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 24px;
    color: #2f2f33;
    margin-bottom: 20px
}

.section_category_image .wrap_category_image .content_cate {
    width: 60%;
    float: left;
    display: inline-block
}

@media (max-width: 480px) {
    .section_category_image .wrap_category_image .content_cate {
        width: 100%
    }
}

.section_category_image .wrap_category_image .img_background {
    width: 40%;
    float: left;
    display: inline-block
}

@media (max-width: 480px) {
    .section_category_image .wrap_category_image .img_background {
        width: 100%
    }
}

.section_category_image .wrap_category_image .ul_cate {
    padding-left: 0
}

.section_category_image .wrap_category_image .ul_cate li {
    padding: 0 15px;
    position: relative;
    font-size: 14px;
    line-height: 25px;
    list-style: none
}

.section_category_image .wrap_category_image .ul_cate li:hover a {
    color: #ff8c04
}

.section_category_image .wrap_category_image .ul_cate li:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #707070;
    content: "\f0da";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 25px
}

.section_category_image .wrap_category_image .ul_cate li a {
    color: #707070;
    text-decoration: none
}

.wrap_reviews .wrap_views {
    position: relative;
    padding: 10px 0 40px;
    border: solid 1px #ebebeb
}

.wrap_reviews .wrap_views:before, .wrap_reviews .wrap_views:after {
    bottom: 100%;
    left: 150px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.wrap_reviews .wrap_views:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 17px;
    margin-left: -17px
}

.wrap_reviews .wrap_views:before {
    border-color: rgba(235, 235, 235, 0);
    border-bottom-color: #ebebeb;
    border-width: 18px;
    margin-left: -18px
}

.wrap_reviews .wrap_views .content_views .item_reviews {
    padding: 30px;
    overflow: hidden
}

.wrap_reviews .wrap_views .content_views .item_reviews .description_review {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #2f2f33;
    line-height: 24px;
    margin: 0;
    padding: 0
}

.wrap_reviews .wrap_views .content_views .item_reviews .image_reviews {
    margin-top: 25px;
    overflow: hidden
}

.wrap_reviews .wrap_views .content_views .item_reviews .image_reviews img {
    max-width: 100%;
    width: 50px;
    height: auto;
    max-height: 100%;
    display: inline-block;
    float: left;
    border-radius: 50%
}

.wrap_reviews .wrap_views .content_views .item_reviews .image_reviews .info_reviews {
    float: left;
    display: inline-block;
    margin-left: 15px;
    width: calc(100% - 70px);
    -o-width: calc(100% - 70px);
    -moz-width: calc(100% - 70px);
    -webkit-width: calc(100% - 70px)
}

.wrap_reviews .wrap_views .content_views .item_reviews .image_reviews .info_reviews p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #2f2f33;
    margin: 0;
    padding: 0
}

.wrap_reviews .wrap_views .content_views .item_reviews .image_reviews .info_reviews a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ff8c04;
    line-height: 22px;
    text-decoration: none
}

.wrap_reviews .wrap_views .content_views .owl-nav {
    display: none
}

.wrap_reviews .wrap_views .content_views .owl-dots {
    left: 0;
    height: 20px;
    bottom: -15px;
    display: inherit;
    text-align: right;
    width: 80px;
    margin-top: 0
}

.wrap_reviews .wrap_views .content_views .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: solid 2px #ebebeb;
    border-radius: 50%
}

.wrap_reviews .wrap_views .content_views .owl-dots .owl-dot.active {
    background: #ff8c04;
    border-color: #ff8c04
}

@media (min-width: 1200px) {
    .product-action-grid {
        width: 100%;
        position: absolute;
        z-index: 88;
        height: 45px;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        text-decoration: none;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    .product-action-grid .variants {
        display: block;
        text-align: center;
        margin-bottom: 0
    }

    .product-action-grid .variants .button_wh_40 {
        width: 45px;
        height: 45px;
        box-shadow: none;
        border-radius: 0;
        outline: none;
        border-style: none;
        background-color: #ff8c04;
        display: inline-block;
        margin-right: 0;
        line-height: 45px;
        text-align: center;
        padding: 0;
        text-decoration: none;
        position: relative
    }

    .product-action-grid .variants .button_wh_40.btn-cart {
        border-radius: 50%
    }

    .product-action-grid .variants .button_wh_40.iwishAddWrapper {
        border: none;
        text-decoration: none;
        border-radius: 5px
    }

    .product-action-grid .variants .button_wh_40.btn_view_list {
        border-radius: 5px !important;
        margin-left: 0;
        width: 45px !important
    }

    .product-action-grid .variants .button_wh_40.btn_view {
        border-radius: 50%
    }

    .product-action-grid .variants .button_wh_40 i {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        line-height: 43px
    }

    .product-action-grid .variants .button_wh_40 i.fa-heart-o {
        color: #fff
    }

    .product-action-grid .variants .button_wh_40 i.fa-heart {
        color: #ff8c04
    }

    .product-action-grid .variants .button_wh_40 .tooltips {
        font-family: 'Roboto', sans-serif;
        position: absolute;
        display: inline-block;
        visibility: hidden;
        opacity: 0;
        z-index: 99;
        box-shadow: 1px 1px 5px #ccc;
        background: #fff;
        color: #333;
        height: 25px;
        font-size: 12px;
        line-height: 25px;
        padding: 0 5px;
        border-radius: 3px;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -os-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%)
    }

    .product-action-grid .variants .button_wh_40 .tooltips.qv {
        min-width: 80px
    }

    .product-action-grid .variants .button_wh_40 .tooltips.op {
        min-width: 80px
    }

    .product-action-grid .variants .button_wh_40 .tooltips.buy {
        min-width: 140px
    }

    .product-action-grid .variants .button_wh_40 .tooltips span {
        position: relative
    }

    .product-action-grid .variants .button_wh_40 .tooltips span:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0;
        border-color: #fff transparent transparent;
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -os-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%)
    }

    .product-action-grid .variants .button_wh_40:hover {
        background-color: #ff8c04;
        -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1)
    }

    .product-action-grid .variants .button_wh_40:hover .tooltips {
        visibility: visible;
        opacity: .98
    }

    .product-action-grid .variants .button_wh_40:hover i {
        color: #fff !important
    }

    .product-action-grid .variants .button_wh_40:hover i.icon-heart-o:before {
        color: #fff
    }
}

@media (max-width: 1199px) {
    .product-action-grid {
        display: none !important
    }
}

@media (max-width: 767px) {
    .section_sale_off {
        margin-top: 50px
    }
}

.section_sale_off {
    min-height: 300px
}

.time_sale {
    width: 100%;
    text-align: left;
    overflow: hidden;
    padding-top: 15px
}

.time_sale .box-timer {
    width: 100%;
    display: inline-block;
    position: relative
}

.time_sale .box-timer .timer-view {
    display: inline-block;
    position: relative
}

.time_sale .box-timer .timer-view .block-timer {
    position: relative;
    display: inline-block;
    float: left;
    width: 50px;
    height: 90px;
    text-align: center;
    margin: 0 20px 0 2px;
    z-index: 9
}

@media (min-width: 992px) and (max-width: 1199px) {
    .time_sale .box-timer .timer-view .block-timer {
        width: 40px
    }
}

@media (max-width: 767px) {
    .time_sale .box-timer .timer-view .block-timer {
        width: 40px;
        margin: 0 10px 0 2px
    }

    .time_sale .box-timer .timer-view .block-timer p {
        height: 40px !important;
        font-size: 15px !important
    }
}

.time_sale .box-timer .timer-view .block-timer p {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    color: #fff;
    background: #ff8c04;
    margin: 0;
    line-height: 55px;
    font-weight: 300;
    z-index: 99;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center
}

@media (max-width: 767px) {
    .time_sale .box-timer .timer-view .block-timer p {
        font-size: 18px;
        line-height: 40px;
        width: 40px
    }
}

.time_sale .box-timer .timer-view .block-timer p b {
    font-weight: 400
}

.time_sale .box-timer .timer-view .block-timer span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #ff8c04;
    position: absolute;
    z-index: 9;
    bottom: 5px;
    margin-left: -25px;
    text-align: center;
    width: 57px
}

@media (max-width: 767px) {
    .time_sale .box-timer .timer-view .block-timer span {
        bottom: 20px;
        margin-left: -20px;
        width: 40px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .owl_product_sale .saler_item {
        padding: 20px 0 0 !important
    }
}

@media (max-width: 767px) {
    .owl_product_sale .saler_item {
        padding: 20px 0 0 !important;
        width: 100%
    }

    .owl_product_sale.owl_lq .owl-nav {
        top: 45% !important
    }
}

.owl_product_sale {
    padding: 0
}

.owl_product_sale .owl-item {
    padding-left: 5px
}

@media (min-width: 1200px) {
    .owl_product_sale .owl-item:hover .saler_item {
        z-index: 9;
        background: #fff;
        border-color: #ebebeb;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
        -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09)
    }
}

.owl_product_sale .saler_item {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    margin-top: 15px;
    border: solid 2px transparent;
    padding: 0 15px
}

.owl_product_sale .saler_item:hover .owl_item_product .product-box .product-thumbnail>a:before {
    opacity: 1
}

.owl_product_sale .saler_item:hover .owl_item_product .product-box .product-action-grid {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.owl_product_sale .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%
}

.owl_product_sale .owl-nav .owl-prev, .owl_product_sale .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    background: #ebebeb;
    position: absolute;
    text-align: center
}

.owl_product_sale .owl-nav .owl-prev:hover:before, .owl_product_sale .owl-nav .owl-next:hover:before {
    background: #ff8c04
}

.owl_product_sale .owl-nav .owl-prev:before, .owl_product_sale .owl-nav .owl-next:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    width: 45px;
    text-align: center
}

.owl_product_sale .owl-nav .owl-prev {
    left: 0;
    top: 25%
}

.owl_product_sale .owl-nav .owl-prev:before {
    content: "\f060"
}

.owl_product_sale .owl-nav .owl-next {
    right: 0;
    top: 25%
}

.owl_product_sale .owl-nav .owl-next:before {
    content: "\f061"
}

::focus {
    outline: none;
    box-shadow: none
}

@media (min-width: 992px) and (max-width: 1199px) {
    .owl_product_comback .product_comeback_wrap .owl_product_item_content .slick-slide .saler_item {
        min-height: 390px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .owl_product_comback .product_comeback_wrap .owl_product_item_content .slick-slide .saler_item {
        min-height: 390px
    }

    .section_product_comeback {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .section_product_comeback {
        margin-top: 0
    }
}

@media (min-width: 375px) and (max-width: 543px) {
    .owl_product_comback .product_comeback_wrap .owl_product_item_content .slick-slide .saler_item {
        min-height: 275px
    }
}

.section_two_col .wrap_box_gift {
    margin-top: 10px
}

.section_two_col .slick-slide .gift_box {
    vertical-align: middle
}

.section_two_col .slick-slide .gift_box .owl_item_gift_box {
    padding: 0 15px
}

.section_two_col .slick-slide .gift_box .product-box.product-list-small {
    margin: 0;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: solid 1px #ebebeb
}

.section_two_col .slick-slide .gift_box .product-box.product-list-small .product-thumbnail>a {
    display: block;
    width: 95px;
    height: auto;
    text-align: center;
    position: relative;
    float: left;
    margin-right: 15px
}

.section_two_col .slick-slide .gift_box .product-box.product-list-small .product-info {
    z-index: 10;
    position: relative;
    padding-bottom: 0;
    display: block;
    padding-left: 100px
}

.section_two_col .slick-slide .gift_box .product-box.product-list-small .product-info h3 {
    margin-top: 0
}

.section_two_col .slick-dots {
    width: 100%;
    bottom: -35px;
    height: 30px;
    left: 15px;
    z-index: 3;
    text-align: left
}

.section_two_col .slick-dots li {
    margin: 0 2px
}

.section_two_col .slick-dots li button:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    content: "\f004";
    color: #d7d7d7
}

.section_two_col .slick-dots li.slick-active button:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    content: "\f004";
    color: #ff8c04
}

.section_product_other .black .title:before {
    top: -45px
}

.section_product_other .black .title a {
    color: #252525
}

.section_product_other .banner_module {
    padding-top: 30px
}

.section_product_other .banner_module>img {
    max-width: 100%;
    height: auto
}

.wrap_product_other {
    padding: 30px 0
}

.wrap_product_other .product_other {
    vertical-align: middle
}

.wrap_product_other .product_other .product-box.product-list-small {
    margin: 0;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: solid 1px #ebebeb
}

.wrap_product_other .product_other .product-box.product-list-small .product-thumbnail {
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 95px;
    display: block;
    float: left
}

.wrap_product_other .product_other .product-box.product-list-small .product-thumbnail>a {
    display: block;
    width: 95px;
    height: 80px;
    text-align: center;
    position: relative;
    margin-right: 15px
}

.wrap_product_other .product_other .product-box.product-list-small .product-info {
    z-index: 10;
    position: relative;
    padding-bottom: 0;
    display: block;
    width: calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    float: left
}

.wrap_product_other .product_other .product-box.product-list-small .product-info h3 {
    margin-top: 0
}

@media (min-width: 1200px) {
    .wrap_product_other .item.col-lg-3:nth-child(4n+1) {
        clear: left;
    }
    .wrap_owl_product_ .product-related.owl_product_ .owl-item .saler_item .owl_item_product{
        padding: 0;
    }
    .product-related .product-box .product-thumbnail>a.image_link img{
        object-fit: cover;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wrap_product_other .item.col-md-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrap_product_other .item.col-sm-6:nth-child(2n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .wrap_product_other .item .product-thumbnail>a {
        height: auto !important
    }

    .wrap_product_other .item.col-xs-12:nth-child(1n+1) {
        clear: left
    }
}

.section_service {
    padding: 0;
    overflow: hidden
}

@media (max-width: 1199px) and (min-width: 768px) {
    .section_service .col-item-srv:nth-child(1), .section_service .col-item-srv:nth-child(2) {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .section_service .col-item-srv:nth-child(1), .section_service .col-item-srv:nth-child(2), .section_service .col-item-srv:nth-child(3) {
        margin-bottom: 15px
    }
}

.section_service .service_item_ed {
    border-radius: 5px;
    height: 120px;
    padding: 0 40px 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section_service .service_item_ed.a {
    background: #fff568;
    border: solid 1px transparent
}

.section_service .service_item_ed.a:hover {
    background: #fff;
    border-color: #fff568
}

.section_service .service_item_ed.b {
    background: #fdc689;
    border: solid 1px transparent
}

.section_service .service_item_ed.b:hover {
    background: #fff;
    border-color: #fdc689
}

.section_service .service_item_ed.c {
    background: #b6e555;
    border: solid 1px transparent
}

.section_service .service_item_ed.c:hover {
    background: #fff;
    border-color: #b6e555
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section_service .service_item_ed {
        padding: 0 20px
    }
}

@media (max-width: 767px) {
    .section_service .service_item_ed {
        padding: 0 15px
    }
}

.section_service .service_item_ed .iconx {
    display: inline-block;
    width: 70px;
    float: left
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_service .service_item_ed .iconx {
        width: 45px
    }
}

.section_service .service_item_ed .iconx img {
    max-width: 100%;
    height: auto
}

@media (max-width: 560px) {
    .section_service .service_item_ed .iconx {
        width: 50px
    }
}

.section_service .service_item_ed .content_srv {
    width: calc(100% - 80px);
    -o-width: calc(100% - 80px);
    -moz-width: calc(100% - 80px);
    -webkit-width: calc(100% - 80px);
    display: inline-block;
    float: left;
    margin-left: 25px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section_service .service_item_ed .content_srv {
        width: calc(100% - 55px);
        -o-width: calc(100% - 55px);
        -moz-width: calc(100% - 55px);
        -webkit-width: calc(100% - 55px)
    }
}

@media (max-width: 560px) {
    .section_service .service_item_ed .content_srv {
        width: calc(100% - 60px);
        -o-width: calc(100% - 60px);
        -moz-width: calc(100% - 60px);
        -webkit-width: calc(100% - 60px)
    }
}

.section_service .service_item_ed .content_srv .title_service {
    display: block;
    font-family: 'Arial';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #2f2f33
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section_service .service_item_ed .content_srv .title_service {
        font-size: 15px
    }
}

.section_service .service_item_ed .content_srv .content_service {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
    color: #2f2f33
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section_service .service_item_ed .content_srv .content_service {
        font-size: 13px;
        margin-top: 5px
    }
}

.section_service .service_item_ed .content_srv .content_service a {
    font-weight: 700;
    color: #2f2f33;
    text-decoration: none
}

.section_service .service_item_ed .content_srv .content_service a:hover {
    color: #ff8c04
}

.blog_footer {
    overflow: hidden;
    padding-top: 15px
}

.blog_footer .blog_item_footer {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #3b3b3b
}

.blog_footer .blog_item_footer:last-child {
    border-bottom: 0
}

.blog_footer .blog_item_footer .blog_item_thumbnail {
    width: 70px;
    display: block;
    float: left;
    margin-right: 15px
}

.blog_footer .blog_item_footer .info_blog {
    display: block;
    padding-left: 85px
}

.blog_footer .blog_item_footer .info_blog .post-time {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #929292;
    margin-top: 10px;
    display: inherit
}

.blog_footer .blog_item_footer .info_blog .blog-item-name {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    padding: 0
}

.blog_footer .blog_item_footer .info_blog .blog-item-name a {
    color: #d3d3d3
}

.newsletterwrapper {
    position: relative
}

#email-modal {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

#email-modal .modal-overlay {
    background: rgba(20, 20, 20, 0.7);
    height: 100%;
    position: absolute;
    width: 100%
}

#email-modal .button_popup {
    position: absolute;
    color: #fff;
    opacity: 1;
    display: block;
    left: 0;
    width: 100%;
    margin-left: 280px
}

@media (min-width: 1200px) and (max-width: 1440px) {
    #email-modal .button_popup {
        margin-left: 200px !important;
        top: 70px
    }
}

@media (min-width: 1440px) {
    #email-modal .button_popup {
        top: 100px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #email-modal .button_popup {
        top: 100px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #email-modal .button_popup {
        top: 100px
    }
}

#email-modal .button_popup i {
    color: #fff;
    position: absolute;
    z-index: 99999
}

#email-modal .background_popup {
    width: 100%;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#email-modal .background_popup .iner {
    position: relative
}

#email-modal .background_popup a img {
    max-width: 100%;
    height: auto
}

@media (min-width: 1200px) and (max-width: 1440px) {
    #email-modal .background_popup a img {
        width: 40%
    }
}

@media (max-width: 767px) and (min-width: 544px) {
    #email-modal .button_popup {
        margin-left: 210px
    }
}

@media (max-width: 543px) and (min-width: 425px) {
    #email-modal .button_popup {
        top: 35px;
        margin-left: 160px
    }
}

@media (max-width: 424px) and (min-width: 320px) {
    #email-modal .button_popup {
        top: 25px;
        margin-left: 120px
    }
}

.article_large {
    padding-left: 0
}

@media (max-width: 1199px) {
    .article_large {
        padding: 0 15px
    }
}

@media (max-width: 991px) {
    .article_large {
        margin-top: 30px
    }
}

@media (max-width: 1199px) {
    .blog_index_top {
        margin-bottom: 30px
    }
}

.post_other {
    overflow: hidden
}

.post_other .title_other {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #191919;
    line-height: 24px;
    padding: 0 0 15px
}

.post_other .title_other a {
    color: #191919;
    text-decoration: none
}

.post_other .title_other:hover a {
    color: #ff8c04
}

.post_other .post_item {
    position: relative;
    padding: 0 0 0 15px
}

.post_other .post_item:hover:before {
    color: #ff8c04
}

.post_other .post_item:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    font-size: 15px;
    color: #333;
    line-height: 21px;
    position: absolute;
    top: 0;
    left: 0
}

.post_other .post_item:first-child {
    margin-top: 0
}

.post_other .post_item:first-child .blog-item-name {
    margin-top: 0
}

.post_other .blog-item-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
    font-size: 15px;
    line-height: 21px;
    margin: 10px 0 0
}

.title_dm {
    display: block;
    text-align: center;
    position: relative;
    padding: 15px 0
}

.title_dm:before {
    content: " ";
    width: 100%;
    height: 1px;
    padding: .5px 0;
    position: absolute;
    line-height: 36px;
    left: 0;
    background: #ebebeb;
    top: 50%
}

.title_dm:after {
    content: " ";
    width: 100%;
    height: 1px;
    padding: .5px 0;
    position: absolute;
    line-height: 36px;
    right: 0;
    background: #ebebeb;
    top: 50%
}

.title_dm h2 {
    font-family: 'Arial', sans-serif;
    margin: 0;
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
    color: #1d3046;
    padding: 0 30px;
    background-color: #fff;
    display: inline-block;
    z-index: 9;
    position: relative
}

.title_dm h2:hover a {
    text-decoration: none
}

.section_popular_category .col-cate .wrp_cls {
    position: relative;
    text-align: center
}

.section_popular_category .col-cate .wrp_cls:hover a img {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2)
}

.section_popular_category .col-cate .wrp_cls .block_name {
    position: absolute;
    bottom: 0;
    z-index: 22;
    display: block;
    width: 100%
}

.section_popular_category .col-cate .wrp_cls .block_title_cate {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    padding: 10px 25px;
    margin: 0 auto;
    background-color: #ff8c04;
    text-align: center;
    display: inline-block
}

.section_popular_category .col-cate .wrp_cls .block_title_cate a {
    color: #fff;
    text-decoration: none
}

@media (max-width: 991px) {
    .section_popular_category .col-cate .wrp_cls {
        margin-bottom: 15px !important
    }

    .section_popular_category .col-cate .wrp_cls:last-child {
        margin-bottom: 0
    }
}

.section_product_news {
    padding: 20px 0 0
}

.section_product_news .product_grid_news .product-box {
    margin-bottom: 12px
}

.section_product_news .product_grid_news .product-box .product-info .product-name {
    margin: 10px 0
}

.title_module {
    display: block;
    line-height: 40px;
    z-index: 9
}

.title_module.title_background {
    background: #ff8c04;
    padding: 0 20px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    height: 55px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.title_module.title_background h2 {
    line-height: 55px;
    color: #fff;
    font-weight: 400;
    font-size: 14px
}

.title_module.title_background .ti {
    font-size: 14px;
    float: right;
    line-height: 55px
}

.title_module.title_background span {
    color: #fff;
    text-transform: uppercase
}

.title_module h2 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    line-height: 28px;
    font-size: 21px;
    padding: 0
}

.title_module h2:hover a {
    color: #ff8c04
}

.title_module h2 a, .title_module h2 span, .title_module h2 .fa {
    color: #2f2f33;
    text-decoration: none
}

.aside-title-filter {
    border-bottom: solid 1px #ebebeb;
    position: relative;
    margin-bottom: 25px
}

.aside-title-filter:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #ff8c04;
    position: absolute;
    bottom: -1px;
    left: 0
}

.aside-title-filter h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #2f2f33;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    margin-top: 5px
}

.aside-title-fillter .title_module {
    border-bottom: 0
}

.aside-title-fillter .title_module h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #2f2f33;
    font-size: 18px;
    line-height: 24px;
    position: relative
}

.wrap_bd {
    border: solid 1px #ebebeb;
    padding: 30px 15px 0;
    min-height: 100px;
    border-bottom: solid 2px #ff8c04
}

@media (min-width: 1200px) {
    .wrap_bd .product_grid_news .col-lg-2:nth-child(6n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wrap_bd .product_grid_news .col-md-4:nth-child(3n+1) {
        clear: left
    }

    .wrp_list_product .item_small .product-box.product-list-small .product-thumbnail {
        width: 75px !important;
        float: left;
        display: block;
        text-align: center
    }

    .wrp_list_product .item_small .product-box.product-list-small .product-thumbnail a {
        max-height: auto !important;
        max-width: 60px !important
    }

    .wrp_list_product .item_small .product-box.product-list-small .product-info {
        width: calc(100% - 90px) !important;
        display: block;
        float: left;
        text-align: left;
        padding-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrap_bd .product_grid_news .col-sm-4:nth-child(3n+1) {
        clear: left
    }

    .wrp_list_product .item_small .product-box.product-list-small .product-thumbnail {
        width: 140px !important;
        float: left;
        display: block;
        text-align: center
    }

    .wrp_list_product .item_small .product-box.product-list-small .product-thumbnail a {
        max-height: auto !important;
        max-width: 140px !important
    }

    .wrp_list_product .item_small .product-box.product-list-small .product-info {
        width: calc(100% - 160px) !important;
        display: block;
        float: left;
        text-align: left;
        padding-bottom: 0;
        margin-left: 15px
    }
}

@media (max-width: 767px) {
    .wrap_bd .product_grid_news .col-xs-6:nth-child(2n+1) {
        clear: left
    }
}

.recently-viewed-products {
    margin-top: 20px
}

@media (max-width: 767px) {
    .recently-viewed-products {
        margin-top: 20px !important
    }
}

.recently-viewed-products .title_section_center_df .title {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #2f2f33;
    padding-bottom: 15px;
    border-bottom: solid 1px #ebebeb;
    margin: 0
}

.recently-viewed-products .title_section_center_df .title:hover a {
    color: #ff8c04
}

.recently-viewed-products .title_section_center_df .title a {
    color: #2f2f33;
    text-decoration: none
}

.delay {
    display: none
}

.product_prv {
    position: relative;
    padding: 20px 0;
    overflow: unset !important
}

@media (max-width: 767px) {
    .product_prv {
        margin: 0
    }
}

.product_prv .owl-item {
    float: left
}

.product_prv .item .wrp {
    overflow: hidden;
    padding: 10px 0
}

.product_prv .item .image {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 180px
}

.product_prv .item .image img {
    max-height: 100%;
    width: auto !important;
    max-width: 100%;
    display: block
}

.product_prv .item .product-info {
    display: block;
    margin-left: 0;
    width: 100%;
    float: left
}

.product_prv .item .product-info h3 {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #2f2f33
}

.product_prv .item .product-info h3 a {
    text-decoration: none;
    color: #2f2f33
}

.product_prv .item .product-info h3:hover {
    color: #ff8c04
}

.product_prv .item .product-info h3:hover a {
    color: #ff8c04
}

.product_prv .item .product-info .price-box {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 0
}

.product_prv .item .product-info .price-box .price .product-price {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ff8c04;
    line-height: 22px;
    margin-right: 10px;
    display: inline-block
}

.product_prv .item .product-info .price-box .sale-price {
    color: #acacac !important
}

.product_prv .item .product-info .price-box .special-price .price {
    font-size: 13px;
    font-family: 'Roboto', sans-serif
}

.product_prv .owl-nav {
    position: absolute;
    top: -25px;
    right: 30px
}

@media (max-width: 991px) {
    .product_prv .owl-nav {
        top: -55px
    }
}

@media (max-width: 543px) {
    .product_prv .owl-nav {
        right: 25px
    }
}

.product_prv .owl-nav .owl-prev, .product_prv .owl-nav .owl-next {
    background: #fff
}

.product_prv .owl-nav .owl-prev:before, .product_prv .owl-nav .owl-next:before {
    background: #fff;
    font-size: 24px;
    color: #2f2f33
}

.product_prv .owl-nav .owl-prev {
    right: -15px;
    left: auto
}

.product_prv .owl-nav .owl-next {
    right: -40px;
    left: auto
}

@media (min-width: 1200px) {
    .product_prv .col-lg-3:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product_prv .col-md-3:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product_prv .col-sm-6:nth-child(2n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .product_prv .col-xs-12:nth-child(1n+1) {
        clear: left
    }
}

.module_service_details {
    margin-bottom: 30px
}

.module_service_details .wrap_module_service {
    overflow: hidden;
    background: #f7f7f7;
    border: solid 1px #ebebeb;
    padding: 10px 0
}

.module_service_details .wrap_module_service .item_service .wrap_item_ {
    padding: 5px 15px
}

.module_service_details .wrap_module_service .item_service .wrap_item_ .content_service {
    position: relative;
    padding: 5px 0;
    text-align: center
}

.module_service_details .wrap_module_service .item_service .wrap_item_ .content_service img {
    margin-bottom: 10px
}

.module_service_details .wrap_module_service .item_service .wrap_item_ .content_service p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    color: #2f2f33
}

.module_service_details .wrap_module_service .item_service .wrap_item_ .content_service span {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #9397a5
}

.module_best_sale_product .title_module_ {
    margin-bottom: 15px
}

.module_best_sale_product .title_module_ .title {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #2f2f33;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.module_best_sale_product .title_module_ .title:hover a {
    color: #ff8c04
}

.module_best_sale_product .title_module_ .title a {
    text-decoration: none;
    color: #2f2f33
}

.off_today {
    margin-top: 15px
}

.off_today .sale_off_today {
    padding: 15px 0 0;
    min-height: 100px;
    overflow: hidden
}

.wrp_list_product .item_small {
    padding: 15px 0;
    border-bottom: dashed 1px #ebebeb;
    overflow: hidden
}

.wrp_list_product .item_small:first-child {
    padding-top: 0
}

.wrp_list_product .item_small:last-child {
    border-bottom: none
}

.wrp_list_product .item_small .product-box.product-list-small {
    width: 100%;
    padding: 0;
    margin: 0
}

.wrp_list_product .item_small .product-box.product-list-small .product-thumbnail {
    width: 80px;
    float: left;
    display: block;
    text-align: center
}

.wrp_list_product .item_small .product-box.product-list-small .product-thumbnail a {
    max-height: auto !important;
    max-width: 70px
}

.wrp_list_product .item_small .product-box.product-list-small .product-info {
    width: calc(100% - 95px);
    display: block;
    float: left;
    text-align: left;
    padding-bottom: 0;
    padding-top: 0
}

.wrp_list_product .item_small .product-box.product-list-small .product-info .product-name {
    color: #2f2f33;
    margin: 0 0 5px
}

.wrp_list_product .item_small .product-box.product-list-small .product-info .product-name a {
    color: #2f2f33
}

.wrp_list_product .slick-dots {
    width: 100%;
    bottom: -35px;
    height: 30px;
    left: 0;
    z-index: 3;
    text-align: left
}

.wrp_list_product .slick-dots li {
    margin: 0 2px
}

.wrp_list_product .slick-dots li button:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    content: "\f004";
    color: #d7d7d7
}

.wrp_list_product .slick-dots li.slick-active button:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    content: "\f004";
    color: #ff8c04
}

@media (max-width: 1199px) {
    .wrp_list_product .item_small .product-box.product-list-small .product-info .price-box .product-price {
        display: block
    }
}

@media (max-width: 991px) {
    .wrp_list_product .item_small {
        padding: 30px 0 !important
    }

    .sale_list_product .item_large {
        padding: 30px 0 !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrap_bd {
        padding: 50px 15px 20px !important
    }
}

@media (max-width: 767px) {
    .wrap_bd {
        padding: 40px 15px 20px !important
    }
}

@media (min-width: 992px) {
    #wrap_three_col {
        display: flex;
        flex-flow: row
    }

    #counta {
        order: 1
    }

    #countb {
        order: 2
    }

    #countc {
        order: 3
    }
}

.sale_list_product .item_large {
    padding: 20px 0;
    border-bottom: solid 1px #ebebeb
}

.sale_list_product .item_large:last-of-type {
    border-bottom: 2px solid #ebebeb
}

.sale_list_product .item_large:first-of-type {
    padding: 10px 0 20px
}

.sale_list_product .item_large .product-box.product-list-large {
    width: 100%;
    padding: 0;
    margin: 0 !important
}

.sale_list_product .item_large .product-box.product-list-large .product-thumbnail {
    float: left;
    display: block;
    text-align: center
}

.sale_list_product .item_large .product-box.product-list-large .product-thumbnail>a {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative
}

.sale_list_product .item_large .product-box.product-list-large .product-thumbnail>a.image_link:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    opacity: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    left: 0;
    z-index: 9
}

.sale_list_product .item_large .product-box.product-list-large .product-thumbnail a img {
    width: auto;
    max-height: 100%;
    max-width: 100%
}

.sale_list_product .item_large .product-box.product-list-large .product-thumbnail a img.bethua {
    max-width: 100%;
    height: auto
}

.sale_list_product .item_large .product-box.product-list-large .product-thumbnail a.image_link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

.sale_list_product .item_large .product-box.product-list-large .product-thumbnail a.image_link.display_flex {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    max-height: 240px;
    height: 240px
}

.sale_list_product .item_large .product-box.product-list-large .product-info {
    width: calc(100% - 20px);
    display: block;
    float: left;
    text-align: left;
    padding-bottom: 0
}

.sale_list_product .item_large .product-box.product-list-large .product-info .product-name {
    margin: 0
}

.item_large:nth-child(1) .product-box.product-list-large .product-thumbnail:before, .item_large:nth-child(2) .product-box.product-list-large .product-thumbnail:before, .item_large:nth-child(3) .product-box.product-list-large .product-thumbnail:before, .item_large:nth-child(4) .product-box.product-list-large .product-thumbnail:before, .item_large:nth-child(5) .product-box.product-list-large .product-thumbnail:before {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 38px;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background-image: url(//bizweb.dktcdn.net/100/286/794/themes/637857/assets/cogs.png?1528187929957);
    background-repeat: no-repeat;
    background-size: contain
}

.item_large:nth-child(1) .product-box.product-list-large .product-thumbnail:before {
    content: "1"
}

.item_large:nth-child(2) .product-box.product-list-large .product-thumbnail:before {
    content: "2"
}

.item_large:nth-child(3) .product-box.product-list-large .product-thumbnail:before {
    content: "3"
}

.item_large:nth-child(4) .product-box.product-list-large .product-thumbnail:before {
    content: "4"
}

.item_large:nth-child(5) .product-box.product-list-large .product-thumbnail:before {
    content: "5"
}

.reviews-product-list-small {
    margin-top: 0;
    margin-bottom: 10px;
    overflow: hidden;
    display: block
}

.reviews-product-list-small .nhanhvn-product-reviews-badge {
    margin: 0 auto;
    padding: 0;
    float: left
}

.reviews-product-list-small .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star {
    padding: 0
}

.reviews-product-list-small .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star i {
    font-size: 12px
}

.reviews-product-list-small .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star .star-off-png:before {
    content: "\f006";
    color: #ffe382
}

.reviews-product-list-small .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star .star-on-png:before {
    content: "\f005";
    color: #ffe382
}

.reviews-product-list-small .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star .star-half-png:before {
    content: "\f123";
    color: #ffe382
}

.reviews-product-list-small .nhanhvn-product-reviews-badge div img {
    display: none
}

.reviews-product-list-small .nhanhvn-product-reviews-badge div p {
    display: none;
    font-size: 12px;
    color: #7b7b7b
}

.reviews-product-grid {
    margin-top: 0;
    margin-bottom: 5px;
    overflow: hidden;
    display: block
}

.reviews-product-grid .nhanhvn-product-reviews-badge {
    margin: 0 auto;
    padding: 0;
    float: left
}

.reviews-product-grid .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star {
    padding: 0
}

.reviews-product-grid .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star i {
    font-size: 12px
}

.reviews-product-grid .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star .star-off-png:before {
    content: "\f006";
    color: #ffe382
}

.reviews-product-grid .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star .star-on-png:before {
    content: "\f005";
    color: #ffe382
}

.reviews-product-grid .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star .star-half-png:before {
    content: "\f123";
    color: #ffe382
}

.reviews-product-grid .nhanhvn-product-reviews-badge div img {
    display: none
}

.reviews-product-grid .nhanhvn-product-reviews-badge div p {
    display: none;
    font-size: 12px;
    color: #7b7b7b
}

.reviews-product-list {
    margin-top: 0;
    margin-bottom: 10px;
    overflow: hidden;
    display: block
}

.reviews-product-list .nhanhvn-product-reviews-badge {
    margin: 0 auto;
    padding: 0;
    float: left
}

.reviews-product-list .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star {
    padding: 0
}

.reviews-product-list .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star i {
    font-size: 10px
}

.reviews-product-list .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star .star-off-png:before {
    content: "\f006";
    color: #f7bc3d
}

.reviews-product-list .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star .star-on-png:before {
    content: "\f005";
    color: #ffb739
}

.reviews-product-list .nhanhvn-product-reviews-badge .nhanhvn-product-reviews-star .star-half-png:before {
    content: "\f123";
    color: #ffb739
}

.reviews-product-list .nhanhvn-product-reviews-badge div img {
    display: none
}

.reviews-product-list .nhanhvn-product-reviews-badge div p {
    font-size: 12px;
    color: #7b7b7b
}

.product-summary-list {
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #898989;
    line-height: 21px;
    margin-bottom: 15px
}

.product-summary-list p {
    margin: 0;
    padding: 0
}

.product-summary-list>img {
    display: none
}

.product-summary-list .views_more {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
    display: inline-block
}

.product-summary-list .views_more a {
    color: #ff8c04
}

.top_sale {
    margin-top: 15px
}

.top_sale .top_sale_content {
    border: solid 1px #ebebeb;
    padding: 30px 15px 0;
    min-height: 100px
}

@media (max-width: 991px) {
    .top_sale.row {
        margin-left: 0;
        margin-right: 0;
        margin-top: 40px
    }

    .wrap_three_col .aside_support.support_online {
        margin-top: 40px !important
    }
}

.aside_support {
    margin-top: 15px
}

.aside_support.support_online .support_content, .aside_support.service .support_content {
    border-bottom: 0
}

.aside_support:last-of-type {
    border-bottom: solid 2px #ddd
}

.aside_support.service, .aside_support.facebook {
    margin-top: 0
}

.aside_support.service .support_content, .aside_support.facebook .support_content {
    border-top: 0
}

.aside_support .support_content {
    border: solid 1px #ebebeb;
    padding: 30px 0 0;
    min-height: 100px
}

.aside_support .support_content.fb_padding {
    padding: 0
}

.aside_support .support_content .list_support {
    padding: 10px 0 40px;
    overflow: hidden
}

.aside_support .support_content .list_support.fb_ {
    padding: 0 0 20px;
    padding-bottom: 35px
}

.aside_support .support_content .list_support .fb_content {
    padding: 0 15px
}

.aside_support .support_content .list_support ul li {
    width: 100%;
    padding: 2px 15px;
    float: left
}

.aside_support .support_content .list_support ul li .ico_black {
    width: 30px;
    height: 30px;
    text-align: center;
    float: left
}

.aside_support .support_content .list_support ul li .ico_black .fa {
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    width: 30px
}

.aside_support .support_content .list_support ul li a {
    display: block;
    text-decoration: none;
    line-height: 38px;
    width: 100%
}

.aside_support .support_content .list_support ul li a .ico {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 100px;
    letter-spacing: -1px;
    color: #fff;
    border: none;
    border-radius: 50%;
    background: #e8e8e8;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(221, 221, 221, 0.6);
    -webkit-animation: pulse 1.4s infinite
}

.aside_support .support_content .list_support ul li a .ico .fa {
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    left: 30%;
    top: -4px;
    display: block
}

.aside_support .support_content .list_support ul li a .ico .fa.fa-phone {
    color: #e66f0e
}

.aside_support .support_content .list_support ul li a .ico .fa.fa-skype {
    color: #42afed
}

.aside_support .support_content .list_support ul li .title_ {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    color: #20344b;
    display: block;
    float: left;
    width: calc(100% - 50px);
    margin-left: 10px;
    line-height: 30px
}

@-webkit-keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(235, 235, 235, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(221, 221, 221, 0)
    }
}

.section_blog_end {
    padding-top: 30px
}

.blog_module {
    padding: 0 10px
}

.wrap_blog_module {
    padding-bottom: 20px;
    border-bottom: solid 1px #ebebeb;
    min-height: 100px;
    overflow: hidden
}

.blog_item_module .blog-item-name {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #252525;
    margin-bottom: 10px
}

.blog_item_module .blog-item-name a {
    text-decoration: none;
    color: #252525
}

.blog_item_module .blog-item-summary {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #7d7d7d
}

.blog_item_module .blog-item-summary img {
    display: none
}

.blog_item_module:first-of-type {
    padding: 0 50px 0 0;
    width: 50%;
    float: left
}

.blog_item_module:first-of-type .blog_item_thumbnail {
    position: relative;
    margin-bottom: 25px;
    cursor: pointer
}

.blog_item_module:first-of-type .blog-item-name {
    padding-top: 15px
}

.blog_item_module:first-of-type .post-time {
    padding: 10px 20px;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    background-color: #ff8c04;
    position: absolute;
    z-index: 9;
    margin-top: -15px
}

.blog_item_module:nth-child(2), .blog_item_module:nth-child(3), .blog_item_module:nth-child(4), .blog_item_module:nth-child(5) {
    width: 50%;
    float: left;
    border-top: solid 1px #ebebeb;
    padding: 15px 0
}

.blog_item_module:nth-child(2) .blog_item_thumbnail, .blog_item_module:nth-child(2) .post-time, .blog_item_module:nth-child(3) .blog_item_thumbnail, .blog_item_module:nth-child(3) .post-time, .blog_item_module:nth-child(4) .blog_item_thumbnail, .blog_item_module:nth-child(4) .post-time, .blog_item_module:nth-child(5) .blog_item_thumbnail, .blog_item_module:nth-child(5) .post-time {
    display: none
}

.blog_item_module:nth-child(2) .blog-item-name a, .blog_item_module:nth-child(3) .blog-item-name a, .blog_item_module:nth-child(4) .blog-item-name a, .blog_item_module:nth-child(5) .blog-item-name a {
    padding-left: 15px
}

.blog_item_module:nth-child(2) .blog-item-name a:before, .blog_item_module:nth-child(3) .blog-item-name a:before, .blog_item_module:nth-child(4) .blog-item-name a:before, .blog_item_module:nth-child(5) .blog-item-name a:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #252525
}

.blog_item_module:nth-child(2) .blog-item-name a:before {
    content: "2."
}

.blog_item_module:nth-child(3) .blog-item-name a:before {
    content: "3."
}

.blog_item_module:nth-child(4) .blog-item-name a:before {
    content: "4."
}

@media (max-width: 767px) {
    .blog_item_module:first-of-type {
        width: 100% !important;
        padding: 0 !important
    }

    .blog_item_module:nth-child(2), .blog_item_module:nth-child(3), .blog_item_module:nth-child(4), .blog_item_module:nth-child(5) {
        width: 100% !important
    }
}

.review_module {
    padding: 0 10px;
    margin-top: 50px
}

.wrap_review_module {
    padding-top: 40px;
    position: relative
}

.wrap_review_module .qts:before {
    content: " ";
    font-size: 97px;
    position: absolute;
    top: 50px;
    left: 0;
    height: 80px;
    text-align: center;
    line-height: 77px;
    font-weight: 400;
    background-image: url(//bizweb.dktcdn.net/100/286/794/themes/637857/assets/qts.png?1528187929957);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px
}

.wrap_review_module .owl_review {
    padding: 0 0 0 70px
}

.wrap_review_module .owl_review .item {
    padding: 30px 100px 0 0;
    position: relative
}

.wrap_review_module .owl_review .item .reviews_content span {
    font-family: 'Times New Roman';
    font-size: 18px;
    font-style: italic;
    line-height: 31px;
    color: #252525;
    font-weight: 400
}

.wrap_review_module .owl_review .item .author {
    margin-top: 25px;
    overflow: hidden
}

.wrap_review_module .owl_review .item .author .image_author {
    text-align: left;
    width: 85px;
    overflow: hidden;
    display: inline-block;
    float: left
}

.wrap_review_module .owl_review .item .author .image_author img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    width: 65px
}

.wrap_review_module .owl_review .item .author .r_nanme .name_author {
    margin: 5px 0 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #252525;
    font-weight: 700;
    font-style: normal
}

.wrap_review_module .owl_review .item .author .r_nanme span {
    font-family: 'Times New Roman';
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    color: #888;
    font-weight: 400;
    margin-top: -4px;
    display: block
}

.wrap_review_module .owl_review .owl-nav {
    display: none !important
}

.wrap_review_module .owl_review .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: inline-block;
    width: auto
}

.wrap_review_module .owl_review .owl-dots .owl-dot {
    background-color: #bdbdbd;
    width: 10px;
    height: 10px
}

.wrap_review_module .owl_review .owl-dots .owl-dot.active {
    background-color: #ff8c04
}

@media (max-width: 767px) {
    .wrap_review_module .qts:before {
        font-size: 88px !important;
        height: 60px !important;
        width: 30px !important
    }

    .wrap_review_module .owl_review {
        padding: 0 0 0 45px !important
    }

    .wrap_review_module .owl_review .item {
        padding: 15px 0 0 !important;
        position: relative
    }

    .wrap_review_module .owl_review .item .author .r_nanme .name_author {
        font-size: 14px !important
    }
}

.section_category_slide .owl_category .item {
    text-align: center
}

.section_category_slide .owl_category .item .wrp_category {
    border: solid 1px #ebebeb;
    padding: 10px;
    text-align: center
}

.section_category_slide .owl_category .item .wrp_category.display_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section_category_slide .owl_category .item .wrp_category.display_flex>a {
    max-height: 110px;
    height: 110px;
    text-align: center;
    display: block;
    margin: 0 auto
}

.section_category_slide .owl_category .item .wrp_category a {
    display: block;
    text-align: center
}

.section_category_slide .owl_category .item .wrp_category a img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.section_category_slide .owl_category .item .wrp_category img {
    margin: 0 auto
}

.section_category_slide .owl_category .item .title_cate {
    margin: 10px 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    line-height: 20px;
    color: #3d454e;
    font-size: 15px
}

.section_category_slide .owl_category .item .title_cate a {
    color: #3d454e;
    text-decoration: none
}

.section_category_slide .owl_category .owl-nav .owl-prev, .section_category_slide .owl_category .owl-nav .owl-next {
    top: 40%;
    height: 35px;
    width: 35px
}

.section_category_slide .owl_category .owl-nav .owl-next {
    margin-right: -15px
}

.section_category_slide .owl_category .owl-nav .owl-next:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    text-align: center;
    line-height: 35px;
    margin-left: 6px;
    color: #333
}

.section_category_slide .owl_category .owl-nav .owl-next:hover {
    background: #ff8c04
}

.section_category_slide .owl_category .owl-nav .owl-next:hover:before {
    color: #fff;
    background-color: #ff8c04
}

.section_category_slide .owl_category .owl-nav .owl-prev {
    margin-left: -15px
}

.section_category_slide .owl_category .owl-nav .owl-prev:before {
    font-family: 'FontAwesome';
    content: "\f0d9";
    text-align: center;
    line-height: 35px;
    margin-left: 0;
    color: #333
}

.section_category_slide .owl_category .owl-nav .owl-prev:hover {
    background: #ff8c04
}

.section_category_slide .owl_category .owl-nav .owl-prev:hover:before {
    color: #fff;
    background-color: #ff8c04
}

@media (min-width: 1200px) {
    .cate_group .col-lg-3:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cate_group .col-md-3:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cate_group .col-sm-4:nth-child(3n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .cate_group .col-xs-6:nth-child(2n+1) {
        clear: left
    }
}

.section_tab_product h2 {
    font-size: 1.71429em;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 20px
}

.section_tab_product .tabs-title {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden
}

.section_tab_product .tabs-title li {
    width: 140px;
    display: inline-block;
    background: #dadbdb;
    height: 40px;
    line-height: 40px;
    margin-right: 1px
}

.section_tab_product .tabs-title li.current {
    color: #fff;
    background: #898989
}

.section_tab_product .tab-content {
    clear: left
}

@media (min-width: 1200px) {
    .section_tab_product .tab-content .products .col-lg-3:nth-child(4n+1) {
        clear: left
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .section_tab_product .products .col-sm-4:nth-child(3n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .section_tab_product .tabs-title li {
        width: 87px
    }
}

.section-news h2 {
    line-height: 60px;
    position: relative;
    margin: 0 0 25px
}

.section-news h2:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #dadada;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.section-news h2:after {
    bottom: 0;
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #dadada;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.section-news .blog-item {
    background: #fff
}

@media (max-width: 767px) {
    iframe.lightVideo.youtube {
        width: 100%;
        height: 200px !important
    }
}

div.slider-layout-1 {
    margin-bottom: 30px;
    padding: 0
}

div.slider-layout-1>div {
    padding: 0
}

.banner-top-layout-1 {
    padding: 0 0 0 10px
}

@media (max-width: 991px) {
    .banner-top-layout-1 {
        padding: 0
    }
}

@media (max-width: 767px) {
    .banner-top-layout-1 {
        padding: 0
    }

    .banner-top-layout-1 .banner-3 {
        margin-bottom: 30px
    }

    .tab-content .rte img {
        height: auto !important;
    }
}

.banner-top-layout-1 .banner-1, .banner-top-layout-1 .banner-2 {
    margin-bottom: 10px
}

@media (max-width: 1199px) {
    .banner-top-layout-1 .banner-1, .banner-top-layout-1 .banner-2 {
        margin-bottom: 14px
    }
}

.banner-top-layout-1>div {
    padding: 0
}

@media (min-width: 1200px) {
    div.slider-layout-1 {
        width: 100%
    }

    .banner-top-layout-1 {
        width: 25.5%
    }
}

.banner {
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center
}

.banner:before {
    content: '';
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url(//bizweb.dktcdn.net/100/286/794/themes/637857/assets/icon-plus.png?1528187929957) no-repeat scroll center center;
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5) rotateY(180deg);
    -moz-transform: scale(0.5) rotateY(180deg);
    -webkit-transform: scale(0.5) rotateY(180deg);
    -ms-transform: scale(0.5) rotateY(180deg);
    transition: all .4s ease-in-out 0;
    -moz-transition: all .4s ease-in-out 0;
    -webkit-transition: all .4s ease-in-out 0;
    visibility: hidden;
    width: 100%;
    z-index: 9
}

.banner:hover:before {
    transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -webkit-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1
}

.section_brand .item.first {
    border-left: 1px solid #dbdbdb
}

.section_brand .item a {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 1px
}

.section_brand img {
    max-height: 99px;
    max-width: 100%
}

.owl-carousel .owl-item img {
    width: 100% !important
}
/*------------------------------------------------------search----*/
#searchFolding {
    display: none;
    position: absolute;
    top: 40px;
    left: 1px;
    width: 552px;
    background: #fff;
    box-shadow: 0 0 5px #bbb;
    z-index: 999;
    border-radius: 5px;
}
#searchFolding a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px;
    color: #7e7e7e;
}
#searchFolding a:nth-of-type(odd) {
    background: #F6F6F6;
}
#searchFolding a:hover {
    background: #FF8C04;
    color: #fff;
}
#searchFolding a:hover span {
    color: #fff;
}
#searchFolding a span {
    float: right;
    color: #7e7e7e;
}
#searchFolding a i {
    color: #000;
    font-size: 11px;
}
.price_slider_wrapper {
    height: 60px;
}
#slider-range{
    height: 5px;
}
.widget_price_filter .ui-widget-content {
    position: relative;
    z-index: 1;
    background: 0 0;
    border: 1px solid #e8e8e8;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
    background: #ff8c04;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    width: 22px;
    height: 11px;
    margin-left: -11px;
    margin-right: 0;
    top: -12px;
    background: 0 0 !important;
    border: 11px solid #ff8c04;
    border-bottom: none;
    border-color: #ff8c04 transparent transparent;
    position: absolute;
    z-index: 2;
    border-radius: 1em;
    cursor: pointer;
    outline: 0;
}
.link-shopee {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
}
@media (min-width: 768px){
    .hidden-lg {
        display: none;
    }
}
#settingSkins {
    left: -80px;
}
.swatch .size input.deactive+label{
    background: #d1d1d1;
}
.label-solout{
    position: absolute;
    top: 0;
    right: 0;
    background: #21aeff;
    color: #fff;
    padding: 3px 7px;
    z-index: 9;
    font-size: 12px;
}
@media (max-width: 480px){
    .label-solout {
        left: 50px;
    }
}
/*.product-col:nth-child(3n+1){*/
/*    clear: both;*/
/*}*/
.hotSale {
    position: absolute;
    top: 0;
    width: 50px;
    left: 0;
}

.dear_title .angle-down{
    display: none;
}
.dear_title .angle-down ul{
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    min-width: 200px;
    background: #f5f5f5;
    box-shadow: 0 0 2px #e5e5e5;
    padding: 5px 0;
    display: none;
}
.dear_title .angle-down:hover ul{
    display: block;
}
.dear_title .angle-down ul li a{
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    border-bottom: 1px solid #b9b9b942;
}
.dear_title .angle-down ul li:last-child a{
    border-bottom: none;
}
.promotion_item .product-box .product-name{
    height: auto;
}
/*.labelPages, .titlePages{*/
/*    display: none;*/
/*}*/

.call-tbt-menu{
    position: absolute;
    height: 56px;
    width: 56px;
    line-height: 56px;
    font-size: 14px;
    background-color: #fff;
    color: #000;
    top: 0;
    right: 0;
    text-align: center;
}
.nav_1 > li.tbt-menu{
    display: none;
}
.tbt-hmenu{
    display: none;
    position: absolute;
    right: 0;
    z-index: 3;
    background: #fff;
    top: 55px;
}
ul.tbt-hmenu > li > a:hover{
    color: #ff8c04;
    text-decoration: none;
}
ul.tbt-hmenu li a {
    display: block;
    color: #000;
    font-size: 14px;
    padding: 0 15px;
    height: auto;
}
.menu-category .menulv2 {
    display: none;
}
.menu-category ul li {
    position: relative;
    padding: 10px 0;
}
.menu-category ul li a:hover {
    text-decoration: none;
}
.menu-category ul li i {
    font-size: 14px;
    width: 25px;
    line-height: 36px;
    color: #2f2f33;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}
.menu-category > ul > li:hover > i, .menu-category > ul > li:hover > a , .menu-category > ul > li.active > a, .menu-category > ul > li > ul > li:hover > a{
    color: #ff8c04;
}
ul.menulv2 {
    background: #fff;
    padding: 5px 0 5px 20px;
    transition: all .3s ease 0s;
}
ul.menulv2 > li {
    list-style-type: circle;
}
.menu-category > ul > li.active > ul.menulv2 {
    display: block;
}
.dmsp-category {
    display: none;
}
html {
    width: 100%;
    overflow-x: hidden;
}
.products-view#resultAjax .product-col:nth-child(3n+1),nav.a-center {
    clear: both;
}
.promotion-section {
    padding-bottom: 40px;
}
.promotion-products.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.promotion-products.owl-carousel .owl-nav button.owl-prev,
.promotion-products.owl-carousel .owl-nav button.owl-next {
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: auto;
}
.promotion-products.owl-carousel .owl-nav button.owl-prev:hover,
.promotion-products.owl-carousel .owl-nav button.owl-next:hover {
    background: #333;
    color: #fff;
}
.promotion-products.owl-carousel .owl-nav button.owl-prev:before,
.promotion-products.owl-carousel .owl-nav button.owl-next:before {
    display: none;
}
.promotion-products.owl-carousel .owl-nav button span {
    font-size: 20px;
    color: #fff;
    position: initial !important;
    text-indent: initial !important;
}
.timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 12px;

}
.timer .time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #222;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 16px;
    border-radius: 6px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.4);
}
.timer span {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0 4px;
}
.promotion-section .title-main .title-hd a:before,.promotion-section .title-main .title-hd a:after {
    display: none;
}

.promotion-section .title-main {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin-bottom: 20px;
}

.promotion-section .title-main .title-hd {
    margin-bottom: 0;
    margin-top: 0;
}
.promotion-section .box-product .p-image {
    padding: 0;
}
@media screen and (max-width: 768px) {
    .promotion-section .title-main {
        flex-direction: column;
    }
}