*,
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: 34px;
    padding: 0 20px
}
a {
    color: #333
}
a:hover {
    color: #2fa8fc;
    text-decoration: none
}
.remove {
    color: #333;
    font-size: 14px
}
.remove:hover {
    color: #2fa8fc
}
.f-left {
    float: left !important
}
.f-right {
    float: right !important
}
.tiny {
    font-size: 10px
}
.small {
    font-size: 12px
}
.medium {
    font-size: 14px
}
.large {
    font-size: 16px
}
.light {
    font-weight: 300
}
.normal {
    font-weight: 400
}
.bold {
    font-weight: 700
}
.center {
    text-align: center
}
.left {
    text-align: left
}
.right {
    text-align: right
}
.text-upper,
.upper {
    text-transform: uppercase
}
.spacing-5 {
    letter-spacing: 5px
}
.spacing-10 {
    letter-spacing: 10px
}
.block {
    display: block !important
}
.inline-block {
    display: inline-block !important
}
.inline {
    display: inline !important
}
.hidden {
    display: none !important
}
.margin-bottom-30 {
    margin-bottom: 30px
}
.fix-clearfix {
    clear: left;
}
body,
input,
textarea,
button,
select {
    font-size: 14px;
    font-family: 'Open Sans', serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    font-weight: 700;
}
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: 36px
}
h2,
.h2 {
    font-size: 28px
}
h3,
.h3 {
    font-size: 24px
}
h4,
.h4 {
    font-size: 18px
}
h5,
.h5 {
    font-size: 16px
}
h6,
.h6 {
    font-size: 16px
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #1c1c1c;
    letter-spacing: .01em
}
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 #ddd
}
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;
    color: #1c1c1c
}
a,
.text-link {
    color: #333;
    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: 0;
    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: #333
}
input,
textarea,
button,
select {
    font-size: 1em
}
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;
    outline: none !important
}
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 {
    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 #ddd;
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    display: block;
    border-radius: 0
}
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
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(../../../../../../../cdn.shopify.com/s/files/1/1276/7701/t/16/assets/ico-select874c.png?2232996444626678851) !important;
    background-repeat: no-repeat;
    background-position: right 10px center;
    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;
}
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: 34px
}
.input-group .input-group-field {
    width: 100%;
    margin-bottom: 0
}
.input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0
}
.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
}
.flexbox,
.dqdt-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
}
.list-inline li ~ li {
    margin-left: 20px;
}
.list-inline li img {
    display: inline-block;
}
.list-inline li p {
    display: inline-block;
    margin-bottom: 0;
    color: #5a5a5a;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}
.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: #ddd
}
.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
}
.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
}
.ov-h {
    overflow: hidden !important
}
.btn,
input[type="submit"] {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 42px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    -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;
}
.btn[disabled],
input[disabled][type="submit"],
.btn.disabled,
input.disabled[type="submit"] {
    cursor: default;
    background-color: #ddd
}
.btn.btn-primary,
input.btn-primary[type="submit"] {
    background: #2fa8fc;
    color: #fff
}
.btn.btn-primary:hover,
input.btn-primary[type="submit"]:hover {
    background: #e6ac00
}
.btn.btn-large,
input.btn-large[type="submit"] {
    height: 51px;
    line-height: 50px;
    padding: 0 74px
}
.btn.btn-small,
input.btn-small[type="submit"] {
    height: 34px;
    line-height: 34px;
    padding: 0 32px;
    font-size: 12px
}
.btn.btn-dark,
input.btn-dark[type="submit"] {
    background: #2a2a2a;
    color: #fff
}
.row.row-gutter-10 {
    margin-left: -5px;
    margin-right: -5px
}
.row.row-gutter-10 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px
}
.row.row-noGutter {
    margin-left: 0;
    margin-right: 0
}
.row.row-noGutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0
}
.nav-main,
.sdt-dathang,
.heading,
.title-head,
.feature,
.article-item-name,
.blog-item-name,
.feature-title,
.widget-head,
.widget-title {
    font-family: 'Open Sans', sans-serif
}
.product-price,
.product-price-old,
.product-item-price,
.pro-item-price {
    font-family: 'Open Sans', sans-serif
}
.btn-style {
    background-color: #2fa8fc;
    min-width: 100px;
    color: #FFF;
    border-radius: 20px;
    font-size: 13px;
    text-transform: inherit !important;
    min-height: 30px;
    line-height: 30px;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -o-transition: All .3s ease
}
.btn-style-active {
    background-color: #2fa8fc !important;
    color: #FFF
}
.btn-style:hover {
    background-color: #0095fd !important;
    color: #FFF
}
.btn-style-active:hover {
    background-color: #0095fd !important;
    color: #FFF
}
button.btn-style {
    border: 0;
    min-width: 120px
}
html {
    overflow-x: hidden
}
body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333
}
.header-top {
    color: #FFF;
    border-bottom: 1px #e1e1e1 solid;
    background-color: #FFF
}
.menu-header-top ul {
    list-style-type: none;
    border-right: 1px #e1e1e1 solid;
    margin: 0;
    padding: 0
}
.menu-header-top ul li {
    float: left
}
.menu-header-top a {
    font-size: 13px;
    color: #252525;
    padding: 10px 25px;
    display: inline-block;
    border-left: 1px #e1e1e1 solid
}
.menu-header-top a:hover {
    color: #2fa8fc;
    text-decoration: none
}
.menu-header-top .dropdown-menu .dropdown-item {
    padding: 5px 10px;
    text-align: center
}
.menu-header-top .dropdown-menu a {
    border: none;
    text-align: center;
    padding: 0
}
.feature-top {
    list-style-type: none;
    margin: 0;
    float: left;
    padding: 27px 0
}
.feature-top li {
    float: left;
    width: 50%
}
.feature.feature-top li img {
    width: 55px;
    height: 55px
}
.feature.feature-top li .feature-title {
    font-size: 16px;
    line-height: 20px;
    text-transform: initial;
    margin-top: 9px;
    display: inline-block;
    color: #2fa8fc
}
.feature.feature-top li p {
    font-size: 13px;
    color: #252525;
    font-family: Arial, Helvetica, sans-serif
}
.btn-link-style {
    color: #363636;
    font-size: 13px;
    line-height: 20px
}
.btn-link-style:hover {
    color: #2fa8fc
}
.dropdown-menu {
    font-size: 13px;
    padding: 0;
    border-radius: 0
}
.wrap-header {
    background-color: #FFF
}
header .logo {
    position: relative;
    z-index: 9
}
.header-bar .header-bar-inner {
    line-height: 33px;
    background: #f4f4f4
}
.header-bar .header-bar-inner .fa {
    margin: 0 5px 0 0;
    font-size: 12px
}
.header-bar .header-bar-inner .a-right > span {
    padding-left: 28px;
    font-size: 12px
}
.header-bar .header-bar-inner .message b {
    color: #333
}
.site-header {
    background: #fff;
}
.logo img {
    max-height: 100px;
}
.site-header .logo {
    width: 200px !important;
    float: left;
    margin: 0 20px 0 0;
}
.header-left {
    float: left
}
.header-right {
    float: right;
    margin-top: 9px
}
.site-header-inner {
    margin: 5px 0 5px;
    position: relative
}
.site-header-inner:before,
.site-header-inner:after {
    content: " ";
    display: table
}
.site-header-inner:after {
    clear: both
}
.site-header #search, .site-header #search {
    max-width: 300px;
    width: 300px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 20px !important;
}
@media (min-width: 1200px) {
    .site-header #search {
        border: 1px solid #ebebeb;
    }
}
.site-header #search input {
    border: 0;
    border-radius: 20px !important;
}
.site-header #search .input-group-btn {
    right: -2px;
}
.site-header #search .input-group-btn button {
    padding: 0;
    width: 40px;
}
.site-header #search input:focus {
    border: 0 !important;
}
.site-header #search button {
    padding: 0 15px;
    background: #2fa8fc;
    color: #fff;
    font-size: 16px;
    border-radius: 20px !important;
}
.site-header #search button fa {
    font-size: 16px
}
.collection-selector {
    position: absolute;
    display: inline-block;
    min-width: 70px;
    z-index: 999;
    right: 46px;
    text-align: right;
}
.search_text {
    height: 46px;
    text-align: right;
    line-height: 46px;
    cursor: pointer;
    padding: 0px 30px 0px 12px;
    width: 100%;
    font-size: 13px;
    border-left: 2px solid #2fa8fc;
}
.search_text:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    position: absolute;
    top: 23px;
    right: 12px;
    margin-top: -1px;
    opacity: 0.3;
}
.search_list {
    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;
    font-family: Roboto, sans-serif;
    border-radius: 0;
    right: auto;
    margin-top: 4px;
    margin-left: -2px;
    font-size: 13px;
    padding: 4px 0;
}
/* top search */

.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;
    font-family: Roboto, sans-serif;
    border-radius: 0;
    right: auto;
    margin-top: 4px;
    margin-left: -2px;
    font-size: 13px;
    padding: 4px 0;
}
.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;
}
.liner_search {
    width: 100%;
    height: 1px;
    background: #efefef;
    margin: 8px 0px;
}
.list_search .search_item.active {
    background-color: #2fa8fc;
    color: #fff !important;
}
.mini-cart {
    float: right;
    position: relative;
    margin: 0 10px 0 0;
    padding-bottom: 10px;
}
.mini-cart .cart-count {
    display: block;
    width: 15px;
    height: 15px;
    background: #2fa8fc;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: -12px
}
.mini-cart > a {
    color: #1c1c1c;
    display: block;
    height: 26px
}
.mini-cart > a .fa {
    font-size: 17px
}
.icon-cart {
    float: left;
    margin-right: 9px;
    margin-top: 5px;
}
.heading-cart {
    float: right;
    transform: translateY(-2px);
    line-height: 20px;
    font-size: 13px;
    text-align: left;
}
.cartCount {
    color: #ff4e4d;
    font-weight: 700;
}
.heading-cart > a {
    font-weight: 700;
}
.heading-cart p > a {
    color: #898989
}
.heading-cart a:hover {
    color: #2fa8fc;
}
.heading-cart > p {
    margin-bottom: 0;
    color: #898989;
    font-size: 12px;
}
.header-acount {
    float: right;
    margin-right: 25px
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    top: 50%;
    position: absolute;
    text-decoration: none;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    padding: 0;
    background: transparent;
    outline: none;
    overflow: hidden;
    text-indent: 101%;
    border-radius: 0;
    white-space: nowrap
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
    text-indent: 0;
    position: absolute;
    left: 0;
    width: 29px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    font-size: 20px;
    background: transparent;
    color: #333
}
.owl-carousel .owl-nav .owl-prev {
    left: 0;
    background-color: transparent;
    background-position: center;
    background-image: url('owl-left-hover.png');
    background-repeat: no-repeat;
}
.owl-carousel .owl-nav .owl-prev:hover {
    background-position: center;
    background-color: transparent;
    background-image: url('owl-left-hover.png');
    background-repeat: no-repeat;
}
.owl-carousel .owl-nav .owl-prev:before {
}
.owl-carousel .owl-nav .owl-next {
    right: 0;
    background-color: transparent;
    background-position: center;
    background-image: url('owl-right-hover.png');
    background-repeat: no-repeat;
}
.owl-carousel .owl-nav .owl-next:hover {
    background-position: center;
    background-color: transparent;
    background-image: url('owl-right-hover.png');
    background-repeat: no-repeat;
}
.owl-carousel .owl-nav .owl-next:before {
}
.owl-carousel .owl-nav .disabled {
    opacity: .5;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    cursor: default
}
/*@media (max-width: 768px) {
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
background: rgba(0, 0, 0, 0.5)
}
.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;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: transparent;
    margin: 0 5px;
    border-radius: 6px;
    border: 1px solid #2fa8fc;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: #2fa8fc;
}
.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 {
    display: inline;
    width: auto
}
.owl-carousel .owl-item.focus {
    border: 2px solid #333
}
.list-menu li {
    margin: 0
}
.list-menu li:before,
.list-menu li:after {
    content: " ";
    display: table
}
.list-menu li:after {
    clear: both
}
.list-menu li {
    display: block;
    line-height: 20px;
    padding: 7px 0;
}
.list-menu li b {
    color: #2fa8fc
}
.list-menu li a:hover {
    color: #2fa8fc
}
footer {
    background: #333;
    padding-top: 35px;
    border-top: 1px solid #191919;
}
.site-footer {
    margin: 0 0 30px
}
.site-footer .media {
    margin: 0 0 17px
}
.site-footer .contact b {
    color: #2fa8fc;
}
.site-footer h3,
.site-footer .h3 {
    font-size: 14px;
    color: #2fa8fc;
    font-weight: 700
}
.site-footer .info {
    color: #1c1c1c;
    line-height: 21px;
    margin: 0 0 25px
}
.site-footer ul.list-menu li a {
    color: #f1f1f1
}
.site-footer ul.list-menu li a:hover {
    color: #2fa8fc
}
.site-footer ul.contact li {
    color: #f1f1f1;
    margin-bottom: 10px
}
.site-footer ul.contact li a {
    color: #2fa8fc
}
.site-footer ul.contact li .fa {
    color: #2fa8fc;
    font-weight: 700;
}
.list-social a {
    margin-right: 10px;
}
.footer-tag {
}
.footer-tag .ft-br {
    padding: 22px 0;
    border-top: 1px dashed #696969;
}
.footer-tag .ft-br .ft2 {
    display: inline-block;
    padding: 0 5px;
    color: #f1f1f1;
}
.section-policy h4 {
    color: #f1f1f1;
}
.section-policy p {
    color: #bdbdbd;
    font-size: 13px;
}
.section-policy {
    background: #333 !important;
    border-bottom: 1px solid #525252;
}
.copyright {
    position: relative;
    background: #fff;
}
.copyright .inner {
    height: 60px;
    line-height: 60px;
    font-size: 14px
}
.copyright .inner b {
    color: #e63d4d;
}
.copyright a {
    color: #2fa8fc;
    font-weight: 700
}
.copyright ul {
    text-align: right
}
.copyright ul li {
    display: inline-block
}
.copyright ul li a {
    color: #7c7c7c;
    padding-left: 35px
}
.copyright ul li a:hover {
    color: #2fa8fc
}
.shop-info {
    color: #1c1c1c
}
.shop-info .fa {
    margin: 0 25px 0 0;
    color: #1c1c1c
}
.shop-info ul li {
    margin: 0 0 11px
}
.shop-info a {
    color: #2fa8fc
}
.color-h {
    color: #2fa8fc
}
.logo {
    margin: 13px 0;
    text-align: center;
    display: block
}
.search-box-lg {
    margin-bottom: 20px
}
.search-box-lg .form-control {
    height: 50px;
    border-color: #e1e1e1
}
.search-field-lg {
    border-radius: 0
}
.btn-search-lg {
    background-color: #2fa8fc;
    color: #FFF;
    border-left: 0;
    border-radius: 0;
    height: 50px;
    border: none
}
.box-user-cart {
    margin-top: 28px
}
.heading {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #363636;
    margin-bottom: 30px;
    background-position: bottom;
    background-repeat: repeat-x
}
.heading .title-head {
    top: 0;
    left: 0;
    display: inline-block;
    margin: 0;
    padding: 0 0 15px;
    font-size: 18px;
    line-height: 20px;
    color: #363636;
    text-transform: uppercase
}
.title-head {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #363636;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 17px;
}
.title-head a {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #363636;
    text-transform: uppercase;
    text-decoration: none
}
.heading .title-head a {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #252525;
    text-transform: uppercase;
    text-decoration: none
}
.heading .title-head a:hover {
    color: #2fa8fc
}
.heading-button {
    position: absolute;
    right: 0;
    bottom: 15px;
    background-color: #fff
}
.button-next,
.button-prev {
    width: 15px;
    height: 25px;
    float: left;
    font-size: 22px;
    text-align: center;
    border-radius: 3px;
    background-color: #FFF;
    color: #acacac;
    cursor: pointer
}
.button-next:hover,
.button-prev:hover {
    color: #2fa8fc
}
.button-prev {
    margin-right: 3px;
    color: #ccc
}
.button-next {
    color: #ccc
}
.product-item2 {
    float: left;
    padding-bottom: 10px
}
.product-item2 .product-item-thumbnail {
    text-align: center;
    min-width: 80px;
    min-height: 80px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.product-item2 .product-item-thumbnail img {
    max-width: 100%
}
.product-item2 .product-item-name {
    font-size: 13px;
    line-height: 20px
}
.product-item2 .product-item-name a {
    color: #363636
}
.product-item2 .product-item-name a:hover {
    color: #2fa8fc;
    text-decoration: none
}
.product-item2 .product-item-price {
    color: #2fa8fc;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-right: 20px
}
.product-item2 .product-item-price-old {
    text-decoration: line-through;
    color: #acacac;
    font-size: 16px;
    line-height: 26px
}
.product-item2 .product-item-summary {
    font-size: 13px;
    color: #acacac;
    line-height: 20px
}
.list-blogs {
    margin-bottom: 40px
}
.blog-item {
    width: 100%;
    float: left;
    margin-bottom: 20px
}
.blog-item .blog-item-thumbnail {
    position: relative
}
.blog-item .blog-item-thumbnail label {
    display: inline-block;
    position: absolute;
    bottom: -2px;
    background: #2fa8fc;
    padding: 5px 15px;
    color: #fff
}
.blog-item .blog-item-thumbnail img {
    width: 100%
}
.blog-item .blog-item-name {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400
}
.blog-item .blog-item-name h3 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
}
.blog-item .blog-item-name a {
    color: #34373e
}
.blog-item .blog-item-name a:hover {
    color: #2fa8fc;
    text-decoration: none
}
.blog-item .postby {
    font-size: 13px;
    line-height: 30px;
    color: #acacac
}
.blog-item .blog-item-summary {
    font-size: 13px;
    color: #acacac;
    line-height: 20px
}
.featured-blogs {
    margin-bottom: 20px
}
.featured-blogs .blog-item .blog-item-name {
    position: absolute;
    bottom: -8px;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px
}
.featured-blogs .blog-item.small .blog-item-name {
    padding: 15px 20px;
    font-size: 13px;
    line-height: 24px
}
.featured-blogs .blog-item.small .blog-item-name a {
    font-size: 13px;
    line-height: 24px
}
.featured-blogs .blog-item.small .blog-item-thumbnail label {
    bottom: 76px
}
.featured-blogs .blog-item .blog-item-name a {
    color: #fff
}
.featured-blogs .blog-item .blog-item-name a:hover {
    color: #2fa8fc
}
.featured-blogs .blog-item .blog-item-thumbnail label {
    bottom: 98px
}
.blog-item-link {
    clear: both;
    padding: 10px 0;
}
.blog-item-link:last-child {
    border-bottom: 0
}
.blog-item-link .blog-item-name {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    color: #252525;
    position: relative
}
.blog-item-link .blog-item-name .fa {
    position: absolute;
    left: 0;
    top: 2px
}
.blog-item-link .blog-item-name a {
    color: #252525;
    text-decoration: none;
    padding-left: 20px;
    margin-bottom: 10px;
    display: inline-block
}
.blog-item-link .blog-item-name a:hover,
.blog-item-link .blog-item-name:hover {
    color: #2fa8fc
}
.blog-item-link .postby {
    margin-left: 20px;
    font-size: 13px;
    line-height: 20px;
    color: #acacac
}
.postby {
    font-size: 13px;
    line-height: 20px;
    color: #acacac
}
.postby .social {
    margin-left: 10px
}
.postby .fa {
    color: #b0b0b0;
    margin-right: 6px
}
.blog-main .blog-item {
    border-bottom: 1px #f4f8f9 solid;
    width: 100%;
    margin-bottom: 40px
}
.blog-main img {
    width: 100%
}
.blog-main .blog-item-name {
    font-size: 22px;
    color: #34373e;
    font-weight: 400;
    margin: 5px 0;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
}
.blog-main .blog-item-summary {
    color: #828181;
    font-size: 13px;
    line-height: 24px;
    margin: 10px 0 38px
}
.read-more {
    background: #2fa8fc;
    height: 40px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
}
.read-more:hover {
    background: #0095fd;
}
.read-more:hover {
    color: #fff !important;
}
.article-wraper {
    margin-top: 30px
}
.article-main {
    margin-bottom: 30px
}
.article-details .article-image {
    margin-bottom: 20px
}
.article-details .article-image img {
    width: 100%
}
.article-details .article-title a {
    font-size: 24px;
    line-height: 36px;
    color: #3d3d3d;
    font-weight: 400;
    margin: 5px 0;
    display: inline-block;
    font-family: 'Open Sans', sans-serif
}
.article-details .article-title a:hover {
    color: #2fa8fc;
    text-decoration: none
}
.article-details .article-content {
    margin: 20px 0;
    font-size: 13px;
    line-height: 24px;
    color: #898989
}
#article-post-comment {
    margin: 30px 0
}
#article-post-comment .title-form-coment {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #363636;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px
}
.feature-l {
    margin-bottom: 30px;
    background-color: #2fa8fc
}
.feature-l li {
    padding: 0 15px;
    overflow: hidden;
    margin-top: 0;
    background-color: #2fa8fc;
    border: 0
}
.feature-l li hr {
    margin-top: 20px;
    margin-bottom: 0;
    border-top: 1px solid #80b69a
}
.feature-l li img {
    margin-right: 5px;
    width: 48px;
    float: left
}
.feature-l .feature-title {
    font-size: 13px;
    line-height: 20px;
    color: #afe3c8
}
.feature-l p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #FFF
}
.page-404 {
    padding: 30px 0 60px;
    text-align: center;
    font-size: 16px
}
.page-404 p {
    margin: 20px 0
}
.page-404 .title-section-page {
    font-size: 30px;
    line-height: 32px;
    color: #252525;
    font-family: 'Open Sans', sans-serif
}
.page {
    padding: 0 0 30px
}
.info-contact {
    font-size: 13px;
    color: #333;
    line-height: 24px;
}
.info-contact .widget-menu .contact-title, .contact-title {
    font-weight: 700;
    color: #333;
}
.info-contact .widget-menu {
    color: #333;
    margin-top: 15px;
}
.info-contact .widget-menu li {
    width: 50%;
    float: left;
}
.info-contact .widget-menu .fa {
    color: #2fa8fc;
    width: 25px;
    font-size: 16px;
    padding: 3px;
    padding-left: 0;
    float: left;
    text-align: left;
    transform: translateY(1px);
}
.info-contact p {
    margin-bottom: 0px;
    color: #777777
}
.table-cart .img-product-cart img {
    max-width: 200px
}
.contact-hoac {
    padding-top: 16px;
    clear: left;
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
}
.contact-hoac b {
    color: #2fa8fc;
    font-weight: 400;
}
.name-product-cart {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #252525;
    line-height: 24px;
    font-weight: 400
}
.name-product-cart:hover {
    color: #2fa8fc;
    text-decoration: none
}
.zoomWrapper {
    width: 100% !important;
    height: 100% !important;
}
.details-pro > .product-name {
    font-size: 23px;
    color: #333;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0 0
}
.details-pro > .product-vendor {
    padding-top: 10px;
    border-bottom: 1px solid #f4f8f9;
}
.details-pro > .product-vendor .line {
    color: #999;
    padding: 0 10px;
    transform: translateY(-1px);
    display: inline-block
}
.details-pro .product-policy ul {
    list-style: initial;
    padding-left: 20px;
    margin-top: 10px
}
.details-product .product-price,
.details-product .product-price-old {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 5px
}
.details-product .product-price-old {
    text-decoration: line-through;
    font-weight: 400;
    color: #acacac;
    font-size: 20px
}
.details-product .product-description {
    color: #636363;
    font-size: 13px;
    line-height: 24px;
    padding: 20px 0;
}
.details-product div.form-group {
    padding: 20px 0;
    border-top: 1px solid #e1e1e1;
/ border-bottom: 1 px solid #f4f8f9;
    margin-top: 25px;
    margin-bottom: 30px;
    width: 100%
}
.product-policy {
    margin-bottom: 30px;
}
.details-product div.form-group.fix-margin {
    margin-top: 10px;
}
.details-product .custom-btn-number {
    margin-left: -23px;
    padding: 0
}
.details-product .form-product .btn-cart {
    font-size: 17px;
    text-transform: inherit;
    margin-left: 10px;
    margin-right: 20px;
    font-weight: 700;
    border: none !important;
    border-radius: 25px;
    background: #2fa8fc;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase !important;
}
.details-product .form-product .btn-cart.btn-style {
    position: absolute;
/ padding: 0 20 px;
    margin-left: 50px;
    margin-top: -29px;
    font-size: 16px;
}
.details-product .form-product .btn-cart.btn-outline {
    background: transparent;
    border: 1px solid #2fa8fc !important;
    text-transform: inherit !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    color: #2fa8fc
}
.details-product .form-product .btn-cart.btn-outline:hover {
    background-color: #2fa8fc !important;
    color: #fff;
}
.details-product .form-product .btn-cart:hover {
    background-color: #0095fd !important;
}
.details-product .contact-info b {
/ margin-left: 45 px;
    color: #ff4e4d;
    font-size: 19px;
}
.details-product .contact-info a {
    margin-bottom: 10px;
/ float: left;
    text-align: left;
}
.details-product .contact-info {
    border-top: 1px solid #e1e1e1;
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 18px;
    margin-left: 0;
    margin-top: 20px;
    text-align: left;
    display: block;
    width: 100%;
    clear: left;
}
.details-product form {
    margin: 0
}
.product-sale-box {
    border: 1px dotted #2fa8fc;
    padding: 15px 20px;
    margin-bottom: 30px
}
.product-sale-box h4 {
    color: #2fa8fc;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700
}
.product-sale-box h4 img {
    padding-right: 5px;
    transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -webkit-transform: translateY(-3px)
}
.details-product .custom-btn-number input {
    margin: 0;
    padding: 0;
    float: left;
    border: 0;
    width: 80px;
    border: 1px solid #e1e1e1;
    height: 45px;
    padding-right: 16px;
}
.action {
    margin: 25px 0;
}
.contact-info {
    font-size: 18px;
    margin-left: 30px;
}
.contact-info b {
    color: #2fa8fc;
    font-weight: 700;
}
.contact-info img {
    margin-right: 10px;
    margin-top: 8px;
    float: left;
}
span.qtyminus, span.qtyplus {
    float: left;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    border: 1px solid #e1e1e1;
}
.details-product .product-images {
    margin-bottom: 5px
}
.details-product .product-images .owl-nav div,
.slideshow .owl-nav div {
    bottom: 50%;
    background-color: transparent !important;
    color: #2fa8fc;
    position: absolute;
    font-size: 20px
}
.details-product .product-images .owl-nav div:hover,
.slideshow .owl-nav div:hover {
    color: #2fa8fc
}
.details-product .product-images .owl-nav .owl-prev,
.slideshow .owl-nav .owl-prev {
    left: 0
}
.details-product .product-images .owl-nav .owl-next,
.slideshow .owl-nav .owl-next {
    right: 0
}
.details-product .thumbnail-product {
    margin-bottom: 30px;
    width: calc(100% - 60px);
    margin-left: 30px;
}
.details-product .thumbnail-product img {
    border: 1px #FFF solid
}
.details-product .thumbnail-product img:hover {
    border: 1px #2fa8fc solid
}
.nav-tab-detailspro {
    width: 100%;
}
.nav-tab-detailspro .nav-item {
    float: left
}
.nav-tab-detailspro .nav-item .nav-link {
    padding: 5px 15px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #363636;
}
.nav-tab-detailspro .nav-item + .nav-item {
    margin-left: 0;
    float: left
}
.nav-tab-detailspro .nav-item .nav-link.active {
    color: #2fa8fc;
    border-top: 1px solid #2fa8fc;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    position: relative;
    background: #fff;
}
.nav-tab-detailspro .nav-item .nav-link.active:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #2fa8fc;
    position: absolute;
    top: -2px;
    left: 0
}
.tab-content-detailspro {
    float: none;
    padding: 30px 20px;
    width: 100%;
    border: 1px #dedede solid;
    font-size: 13px;
    line-height: 24px;
    color: #636363;
    background: #fff;
    margin-bottom: 30px
}
.tab-content-detailspro img {
    max-width: 100%
}
.related-product {
    margin-bottom: 30px
}
.related-product .title-head a {
    color: #2fa8fc;
    font-size: 16px;
    font-weight: 700;
}
.related-product .owl-carousel .owl-stage-outer {
    border-top: 1px solid #2fa8fc;
}
.related-product .owl-carousel.owl-loaded {
    border-top: 1px solid #f4f8f9;
    border-right: 1px solid #f4f8f9
}
.related-product .heading {
    margin-bottom: 0
}
.banner-qc {
    max-width: 100%;
    margin-bottom: 30px
}
.custom-btn-number {
    position: relative;
    padding: 0 30px 0 10px;
    border: 0;
    display: inline-block
}
.qty {
    height: 43px;
    float: left;
    border: 1px #e1e1e1 solid;
    padding: 10px;
    width: 118px;
    text-align: center
}
.items-count {
    height: 19px;
    text-align: center;
    float: left;
    background-color: #FFF;
    border: 1px #e1e1e1 solid;
    position: absolute;
    margin: 0 3px;
    font-weight: 300;
    font-size: 10px
}
.increase {
    margin-bottom: 30px
}
.reduced {
    bottom: 0
}
.cart {
    margin-bottom: 100px
}
.cart th {
    text-align: center
}
.table-cart {
    font-size: 15px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 37px;
    color: #252525
}
.table-cart thead th {
    border-bottom: 0
}
.table-cart td,
.table-cart th {
    border-top: 1px #f4f8f9 solid;
    text-align: center;
}
.table-cart th,
.table-cart td {
    vertical-align: middle !important
}
.table-cart a.remove-item {
    color: #252525;
    font-size: 20px
}
.inp-number {
    border-radius: 0;
    background-color: #FFF;
    border: 1px #f4f8f9 solid;
    max-width: 50px;
    padding-left: 10px;
    text-align: center
}
.table-cart-total {
    margin-top: 30px
}
.tag_article,
.social-media {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    color: #898989;
    padding-left: 0;
    border-top: 1px solid #dedede;
}
.social-media {
    border-top: 1px solid #f4f8f9;
    border-bottom: 1px solid #f4f8f9
}
.tag_article h2,
.social-media h2 {
    margin: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #898989;
    line-height: 45px
}
.tag_article a,
.social-media a {
    color: #636363
}
.tag_article a:hover,
.social-media a:hover {
    color: #2fa8fc;
    text-decoration: none
}
.social-media ul {
    list-style-type: none;
    padding: 0;
    display: inline-block
}
.social-media ul li {
    display: inline-block
}
.social-media ul li a {
    padding: 0 6px
}
.product-box {
    text-align: left;
    background: #fff;
    position: relative
}
.product-box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    left: 0
}
.product-info {
    z-index: 10;
    position: relative;
    text-align: center;
}
.products-view-grid .product-info,
.products .product-info {
    min-height: 89px;
    padding: 0 15px;
    padding-bottom: 12px;
    text-align: center;
}
.home-products .product-info .product-name,
.products-view-grid .product-info .product-name {
    padding: 0
}
.product-box .product-thumbnail {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.product-box .product-thumbnail > a {
    display: block;
    width: 100%;
    /* max-height: 151px; */
    /* padding: 20px 50px; */
    text-align: center;
}
.product-box .product-thumbnail a img {
    width: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
}
.product-box .product-name {
    font-size: 13px;
    line-height: 20px;
    color: #3d3d3d;
    padding: 0 10px 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-box .product-name a {
    word-break: break-word;
    color: #3d3d3d;
    text-decoration: none;
    font-weight: 400;
}
.product-box .product-name a:hover {
    color: #2fa8fc
}
.product-box .product-price,
.product-price {
    color: #2fa8fc;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 6px
}
.product-box .product-info .inline-block {
    display: inline-block !important;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    padding-left: 1px;
}
.product-box .product-price-old {
    text-decoration: line-through;
    font-size: 12px;
    display: inline-block;
    color: #939393
}
.product-box .sale-flash {
    width: 39px;
    height: 39px;
    background: url('sale.png');
    position: absolute;
    font-size: 12px;
    color: #FFF;
    line-height: 39px;
    text-align: center;
    top: 15px;
    left: 15px;
    z-index: 99;
}
.product-box .product-summary {
    font-size: 13px;
    color: #acacac;
    line-height: 20px
}
.price-box .price {
    color: #2fa8fc;
    font-weight: 700;
}
.price-box .product-price-old {
    color: #acacac;
    font-weight: 400;
}
.special-price {
    color: #2fa8fc;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 6px;
}
.pro-action-btn {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -o-transition: All .3s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.pro-action-btn div {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.pro-action-btn .btn {
    background-color: #2fa8fc;
    min-width: 100px;
    color: #FFF;
    font-size: 13px;
    line-height: 29px;
    padding: 0;
    margin: 2px;
    height: 30px;
    text-transform: inherit;
    display: inline-block;
    min-height: 30px;
    font-weight: 400;
    border: 1px solid #2fa8fc;
}
.pro-action-btn .btn:hover {
    background-color: #212121 !important;
    border: 1px solid #212121;
}
.product-box:hover .pro-action-btn {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}
.products-view-grid .product-box:hover {
}
.products-view-grid,
.products-view-list {
    margin-bottom: 20px;
    background: #fff;
}
.products-view-grid .product-box {
    margin: 0;
    position: relative;
    border: 1px solid #f4f8f9;
    border-right: 0 none;
    border-top: 0 none
}
.products-view-grid .col-sm-6:nth-child(1) .product-box,
.products-view-grid .col-sm-6:nth-child(2) .product-box,
.products-view-grid .col-sm-6:nth-child(3) .product-box,
.products-view-grid .col-sm-6:nth-child(4) .product-box {
    border-top: 1px solid #f4f8f9
}
.products-view-grid .col-sm-6:nth-child(4n) .product-box,
.products-view-grid .col-sm-6:last-child .product-box {
    border-right: 1px solid #f4f8f9
}
.products-view-list {
    margin-bottom: 30px;
    border: 1px solid #f4f8f9;
    padding-top: 30px
}
.products-view-list .product-box .product-name a {
    font-size: 18px;
    font-weight: 700;
    color: #333
}
.products-view-list .product-box .product-name a:hover {
    color: #2fa8fc;
}
.products-view-list .product-box {
    margin-bottom: 25px;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #f4f8f9
}
.products-view-list .col-xs-12:last-child .product-box {
    border-bottom: none
}
.products-view-list .product-box:hover {
    outline: 0 solid #f4f8f9
}
.products-view-list .product-box .product-thumbnail {
    text-align: center;
    margin-bottom: 0;
    width: calc(100% / 4);
    float: left
}
.products-view-list .product-box .product-name {
    font-size: 20px
}
.products-view-list .product-box .product-thumbnail img {
    width: 100%;
    height: auto;
}
.products-view-list .product-box .product-name {
    padding: 0;
    font-size: 24px;
    line-height: 20px;
    margin: 5px 0 15px
}
.products-view-list .product-box .product-name:hover {
    text-decoration: none
}
.products-view-list .product-box .product-summary {
    font-size: 13px;
    line-height: 24px;
    color: #8d8d8d;
    margin: 13px 0;
    margin-bottom: 20px
}
.products-view-list .product-box .pro-action-btn {
    display: none;
    margin-bottom: 15px;
    position: relative;
    text-align: left;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}
.products-view-list .product-box .product-thumbnail > a {
    padding: 0 25px;
}
.products-view-list .product-box .pro-action-btn .btn {
    opacity: 1;
    line-height: 29px
}
.products-view-list .product-box .pro-action-btn .btn:hover {
    background: #212121;
    border-color: #212121
}
.products-view-list .product-box .sale-flash {
    z-index: 9;
    top: 0%;
}
.products-view-grid .product-box .product-summary,
.products-view-grid .product-box .form-nut-list {
    display: none
}
.products-view-list .product-box .form-nut-grid {
    display: none
}
.products-view-list .product-info {
    text-align: left;
    margin-left: 30px;
    float: left;
    width: calc(100% / 3 * 2 - 30px)
}
.list-category .btn {
    height: 30px
}
.list-category h3 {
    font-size: 18px;
    margin: 0
}
.btn-search {
    background-color: transparent;
    color: #898989;
    position: relative;
    z-index: 2
}
.search-box {
    position: relative;
    float: left;
    width: 55px;
    height: 55px
}
.search-box .form-control {
    position: absolute;
    top: 10px;
    right: 6px;
    display: none
}
.search-box .btn-s2 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -12px;
    padding: 6px 20px;
    margin: 10px 5px;
    background-color: #2fa8fc;
    color: #FFF;
    border-radius: 0 5px 5px 0;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease
}
.search-box .form-control {
    display: block
}
.search-box .btn-s2 {
    opacity: 1;
    visibility: visible
}
.search-box .btn-s1 {
    display: none
}
.bread-crumb {
    margin-bottom: 30px
}
.breadcrumbs {
    margin: 0;
    font-size: 13px;
    line-height: 34px;
    border-radius: 0
}
.breadcrumbs h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0
}
.breadcrumbs li {
    display: inline
}
.breadcrumbs li > a {
    color: #363636
}
.breadcrumbs li span {
    display: inline-block;
    color: #363636
}
.breadcrumbs li span .fa {
    color: #363636;
    padding: 0 10px;
}
.breadcrumbs li a:hover,
.breadcrumbs li.active,
.breadcrumbs li strong {
    color: #333;
    font-weight: 600;
}
.signup {
    margin-bottom: 50px;
    padding-top: 30px
}
.form-coment {
    font-size: 13px;
    color: #636363;
    margin-top: 10px
}
.form-coment button.btn-style {
    margin-top: 25px;
    border-radius: 20px;
    float: right;
}
.form-coment button.btn-style:hover {
    border: none !important;
    text-transform: inherit
}
.article-comment-user-comment {
    padding-left: 100px;
}
.form-coment .form-group {
    margin-bottom: 0;
    padding-bottom: 0
}
.form-coment .form-group label span {
    color: red;
    font-weight: 700
}
.form-coment .form-group button.btn-style {
    margin-top: 25px
}
.form-coment .form-group input {
    border-color: #e1e1e1;
    border-radius: 20px !important;
    margin: 0;
    font-size: 14px;
}
.form-coment .form-group textarea {
    border-radius: 5px !important;
}
.page-login {
    padding: 0 0 20px
}
.form-signup {
    font-size: 13px;
    color: #636363
}
.form-signup .form-group {
    margin: 0;
    padding: 15px 0 0
}
.form-signup button.btn-style {
    text-transform: inherit;
    border: none !important;
    border-radius: 20px;
}
.form-signup .form-group label span {
    color: red;
    font-weight: 700
}
.form-signup .form-group input,
.form-group textarea {
    border-color: #e1e1e1;
    border-radius: 20px !important;
    font-size: 13px;
    padding: 11px 20px;
    margin-bottom: 0
}
.form-group textarea {
    border-radius: 5px !important;
}
input.inp-number.form-control {
    border-color: #e1e1e1;
    border-radius: 100px;
    font-size: 13px;
    max-width: 120px;
    margin-right: 10px
}
.block-account .block-content {
    padding-top: 10px
}
.box-address {
    padding: 10px 0;
    border-left: 1px solid #f4f8f9
}
.box-address p {
    line-height: 30px;
    margin-bottom: 0;
}
.box-address p .fa {
    padding-right: 10px
}
.box-address .address {
    padding: 10px 35px
}
.box-address .box-header {
    margin-bottom: 10px;
    padding: 0 35px 10px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #f4f8f9
}
#order_details.table-cart th,
#order_details.table-cart td {
    text-align: center;
    border-top: none
}
.totalorders.table th,
.totalorders.table td {
    text-align: center
}
.sodiachi .form-group {
    padding: 0;
    margin: 0
}
.sodiachi .form-group select {
    margin-bottom: 20px;
    border-radius: 0;
    border-color: #ddd
}
.sodiachi .form-group label {
    width: 110px;
    float: left;
    font-weight: 700;
    line-height: 40px;
    text-align: right;
    padding-right: 10px
}
.sodiachi .form-group label span {
    color: red
}
.sodiachi .form-group .form-control {
    width: calc(100% - 110px)
}
.sodiachi .title-head {
    font-weight: 400;
    font-size: 24px;
    text-transform: none
}
.sodiachi .title-head a {
    font-size: 13px;
    color: #2fa8fc;
    font-weight: 400;
    text-transform: none
}
.sodiachi .title-head a:hover {
    color: #212121
}
.sodiachi .address-group p {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sodiachi .address-group p > strong {
    display: inline-block;
    width: 130px;
    text-align: right;
    padding-right: 20px;
    color: #212121
}
.sodiachi .btn-style {
}
.sodiachi .btn-style:hover {
    color: #fff
}
.sodiachi .btn-style.btn-outline {
}
.btn-edit-addr {
    border: none;
    background: none;
    color: #2fa8fc
}
.btn-edit-addr:hover {
    color: #212121
}
.article-readmore {
    line-height: 40px
}
.block-account .block-content p {
    margin: 10px 0
}
.block-account .block-content p .fa {
    padding-right: 10px
}
.block-account .block-title h5 {
    font-size: 18px;
    font-weight: 700
}
.sortPagiBar {
    padding: 10px 20px;
    background-color: #FFF;
    border-radius: 0;
    margin-bottom: 10px;
}
.sortPagiBar .form-group {
    margin-bottom: 0;
    float: left;
    line-height: 28px;
}
.view-mode {
    padding: 8px 0 0;
    float: right;
}
.view-mode .active .fa {
    color: #2fa8fc;
}
.button-view-mode input {
    display: none
}
.button-view-mode {
    font-size: 18px;
    width: 20px;
    height: 34px;
    padding: 4px 7px;
    float: left;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 6px;
    border-radius: 0;
    margin-bottom: 0;
    height: 20px;
    height: 20px;
    position: relative
}
.view-mode span {
    font-size: 13px;
    float: left;
    padding-right: 20px;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -moz-transform: translateY(-3px)
}
.button-view-mode .fa {
    position: absolute;
    left: 0;
    top: 0;
    color: #d0d0d0;
}
.button-view-mode.active fa {
    background-color: none;
    color: #2fa8fc
}
.button-view-mode:hover {
    background-color: none;
    border-color: none;
    color: #2fa8fc
}
.button-view-mode.active:hover {
    background-color: none;
    color: #2fa8fc
}
.form-viewpro {
    font-size: 14px
}
.form-viewpro .form-control {
    width: 240px;
    border: 1px solid #ebebeb;
    margin-left: 10px;
    border-radius: 38px;
    color: #959595;
    padding: 4px 15px;
    font-size: 13px;
}
.form-viewpro .form-control option {
    color: #959595;
}
.form-viewpro .form-control option:hover {
    background: #2fa8fc !important;
    color: #FFF
}
.pagination {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0
}
.pagination .page-link {
    margin: 2.5px;
    width: 34px;
    background: #e9e9e9;
    text-align: center;
    height: 34px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #212121;
    border-radius: 17px;
    border: none;
    text-decoration: none;
    border-bottom: 1px transparent solid;
}
.pagination .page-link.next,
.pagination .page-link.previous {
    color: #212121;
    background: none;
    border-radius: 20px !important;
}
.pagination .page-link:hover {
    background-color: #2fa8fc;
    border-bottom: 1px #2fa8fc solid;
    color: #fff;
}
.pagination .page-item.disabled .page-link {
    border: 0;
    display: none
}
.pagination .page-item.active .page-link {
    background-color: #2fa8fc;
    border-color: #2fa8fc;
    color: #fff;
    display: block
}
.box-maps {
    margin-bottom: -8px
}
.jssocials-share-logo {
    font-size: 16px;
    color: #333;
    line-height: 45px
}
.jssocials-share-logo:hover {
    color: #111
}
.jssocials-share {
    margin: 0 10px;
    line-height: 26px;
    float: left
}
.jssocials-shares {
    margin: 0
}
.form-product label {
    display: inline-block;
    font-size: 14px;
    margin-right: 25px;
}
.box-variant .form-group select {
    border-color: #e1e1e1;
    font-size: 13px;
    padding: 6px 20px;
    min-width: 100%;
    margin-top: 5px
}
.box-variant .form-group select option {
    min-height: 30px !important;
    padding: 10px 20px !important
}
.box-variant .form-group {
    width: 100%
}
#article-comments {
    margin-top: 40px
}
span.article-comment-date-bull {
    color: #818181;
    margin-bottom: 5px;
    display: block
}
.title-form-coment {
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    color: #3d3d3d;
    display: inline-block
}
.article-comment {
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1
}
.article-comment .article-comment-user-image {
    float: left;
    margin-right: 15px;
    width: 80px
}
.article-comment .article-comment-user-image img {
    border-radius: 50%;
}
.search-main .form-control {
    margin-right: 10px;
    height: 45px;
    border-radius: 0
}
.nav-category-heading button.fa {
    background: transparent;
    border: none
}
.zoomWrapper img {
    width: 100% !important;
    height: auto !important
}
@media (max-width: 414px) {
    .details-product .form-product .btn-cart.btn-style {
        position: relative;
    / padding: 0 px;
        margin-left: 0px;
        margin-top: 16px;
        font-size: 16px;
    }
    .details-pro .form-product label {
        float: left;
        line-height: 43px;
        clear: left;
    }
}
@media (max-width: 543px) {
    .products-view-list .product-box .product-name {
        margin: 20px 0
    }
    #footer .widget-item {
        margin: 0 !important
    }
    #footer .widget-item .widget-title {
        padding: 20px 0;
        margin-bottom: 0
    }
    #footer .widget-menu {
        margin-top: 0
    }
    .widget-title .fa {
        float: right;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg)
    }
    .widget-title.collapsed .fa {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg)
    }
    .custom-btn-number {
        padding-left: 0
    }
    .products-view-list .product-box .product-thumbnail {
        width: 100%
    }
    .products-view-list .product-info {
        text-align: left;
        width: 100%;
        margin-left: 0
    }
    .button-next,
    .button-prev {
        width: 35px;
        height: 35px
    }
}
@media (max-width: 767px) {
    .nav-tab-detailspro .nav-item {
        display: inline-block;
        width: 100%
    }
    .nav-tab-detailspro .nav-item .nav-link {
        display: block
    }
    .nav-tab-detailspro .nav-item + .nav-item,
    .nav-inline .nav-link + .nav-link {
        margin-left: 0
    }
    .search-main .products-view-grid .col-lg-6:nth-child(2n + 1) {
        clear: both
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-main .products-view-grid .col-lg-3:nth-child(3n + 1) {
        clear: both
    }
}
@media (max-width: 991px) {
    .main-menu {
        min-height: 55px
    }
    .wrap-nav-toggler {
        width: 100%;
        float: left
    }
    .wrap-nav-toggler .navbar-toggler {
        color: #FFF;
        font-size: 37px
    }
    .wrap-nav-toggler:before {
        content: '';
        width: 100%;
        min-height: 58px;
        position: absolute;
        margin-top: -10px;
        left: 0;
        z-index: -1;
        background-color: #4a4f59
    }
    .search-box .form-control {
        position: absolute;
        width: 200px;
        top: 9px;
        z-index: 1
    }
    .btn-search {
        color: #FFF
    }
    .mini-cart a {
        color: #FFF
    }
    .search-box:hover .btn-search {
        color: #898989
    }
    .navbar-nav-style {
        width: 100%;
        float: left
    }
    .navbar-nav-style .nav-item {
        float: none
    }
    .navbar-nav-style .nav-item + .nav-item {
        margin-left: 0
    }
    .navbar-nav-style {
        width: 100%;
        float: left;
        text-align: left
    }
    .navbar-nav-style .nav-item {
        float: none;
        overflow: hidden
    }
    .navbar-nav-style .nav-item + .nav-item {
        margin-left: 0
    }
    .nav-main > ul.navbar-nav-style > .nav-item {
        background-color: #FFF
    }
    .nav-main > ul.navbar-nav-style > .nav-item .nav-link {
        margin-left: 10px
    }
    .nav-main ul.navbar-nav-style .nav-item .nav-link {
        display: inline-block
    }
    .nav-main ul.navbar-nav-style .nav-item {
        border-top: 1px #F1F1F1 solid
    }
    .nav-main ul.navbar-nav-style .nav-item .dropdown-menu {
        width: 100%;
        position: relative;
        border-radius: 0;
        border: 0;
        padding: 0;
        margin: 0
    }
    .nav-main ul.navbar-nav-style li.open > i.fa:before {
        color: #000;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg)
    }
    .product-item2 {
        overflow: hidden
    }
    .box-user-cart {
        margin-top: 10px;
        text-align: center
    }
    .mini-cart {
        float: none;
        margin-bottom: 30px !important;
        display: inline-block;
        margin-left: 10px;
        position: relative
    }
    .mini-cart > a {
        float: none;
        padding: 15px;
        color: #FFF;
        display: inline-block
    }
    .mini-cart .heading-cart {
        display: inline-block
    }
    .top-cart-content {
        right: -80px !important;
        top: 60px !important
    }
    .info-website {
        font-size: 13px;
        color: #FFF;
        padding-bottom: 18px;
        display: inline-block
    }
    #footer .widget-item {
        margin: 0 0 60px
    }
    .menu-header-top a {
        padding: 10px
    }
    .slideshow .owl-nav.disabled + .owl-dots {
        display: none
    }
    .menu-header-top .dropdown-menu {
        right: 10px;
        left: auto;
        margin-top: 5px
    }
    .products-view-grid .col-lg-4:nth-child(2n + 1) {
        clear: both
    }
    .details-product .product-images {
        overflow: hidden;
        position: relative
    }
    .details-product .product-images:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 99999
    }
    .zoomWindowContainer {
        display: none
    }
    .product-box .product-thumbnail {
        display: block
    }
    .widget-item .widget-title {
        padding: 20px 0;
        margin-bottom: 0
    }
    .nav-main > ul.navbar-nav-style .nav-item {
        background-color: #2fa8fc;
        border-top: 1px #2fa8fc solid
    }
    .nav-main ul.navbar-nav-style .nav-item .nav-link {
        color: #FFF
    }
    .nav-main ul.navbar-nav-style .nav-item:hover > .fa:before {
        color: #FFF
    }
    #footer .logo {
        margin-top: 38px
    }
}
@media (min-width: 992px) {
    .mini-cart {
    }
    .nav-main .navbar-nav .nav-item.active .nav-link,
    .nav-main .navbar-nav .nav-link:hover {
        color: #2fa8fc
    }
    .nav-main > .navbar-nav > .nav-item.active > .nav-link,
    .nav-main > .navbar-nav > .nav-item > .nav-link:hover {
        background-color: #2fa8fc;
        color: #FFF !important
    }
    .nav-main > ul.navbar-nav-style > .nav-item > .nav-link {
        padding: 15.5px 20px;
        color: #FFF;
        border-right: 1px #464646 solid;
        text-transform: uppercase
    }
    .nav-main > ul.navbar-nav-style > .nav-item > .fa {
        display: none
    }
    .nav-main ul.navbar-nav-style .nav-item .dropdown-menu .dropdown-menu {
        margin-left: 100%;
        top: 0
    }
    .nav-main ul.navbar-nav-style .nav-item .dropdown-menu {
        margin: 0;
        padding: 0;
        border-radius: 0;
        border: 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        opacity: 0;
        display: block;
        visibility: hidden;
        transition: opacity 0.5s, -webkit-transform .5s;
        transition: opacity 0.5s, transform .5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform .5s;
        -webkit-transform: translate(0, 60px);
        -ms-transform: translate(0, 60px);
        transform: translate(0, 60px)
    }
    .nav-main ul.navbar-nav-style .nav-item .nav-item .dropdown-menu {
        -webkit-transform: translate(60px, 0);
        -ms-transform: translate(60px, 0);
        transform: translate(60px, 0)
    }
    .nav-main ul.navbar-nav-style .nav-item:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        display: block
    }
    .nav-main ul.navbar-nav-style .nav-item .nav-item:hover {
        background-color: #FCFCFC
    }
    .nav-main ul.navbar-nav-style .nav-item .nav-item:hover > .nav-link {
        color: #2fa8fc
    }
    .search-main .products-view-grid .col-lg-4:nth-child(4n + 1) {
        clear: both
    }
    .products-view-grid .col-lg-4:nth-child(3n + 1) {
        clear: both
    }
    .products-view-grid .col-lg-3:nth-child(4n + 1) {
        clear: both
    }
    
}
section.signup.search-main {
    padding-top: 0;
}
.search-main .products-view-grid .col-sm-6:nth-child(4) .product-box {
    border-top: 1px solid #f4f8f9;
}
.search-main .products-view-grid .col-sm-6:nth-child(3n) .product-box {
    border-right: none;
}
.search-main .products-view-grid .col-sm-6:nth-child(4n) .product-box {
    border-right: 1px solid #f4f8f9;
}
@media (max-width: 1199px) {
    .search-main .products-view-grid .col-sm-6:nth-child(3) .product-box {
        border-top: 1px solid #f4f8f9;
    }
    
}
@media (max-width: 991px) {
    .search-main .products-view-grid .col-sm-6:nth-child(3n) .product-box {
        border-right: 1px solid #f4f8f9;
    }
    .search-main .products-view-grid .col-sm-6:nth-child(3n+1) .product-box {
        border-right: none;
        border-top: none;
    }
    .search-main .products-view-grid .col-sm-6:nth-child(1) .product-box {
        border-top: 1px solid #f4f8f9;
    }
}
@media (max-width: 767px) {
    .search-main .products-view-grid .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}
#my-orders-table a {
    color: #2fa8fc
}
.glyphicon-shopping-cart:before {
    font-size: 13px;
    color: #fff;
    background: #2fa8fc;
    margin-right: 12px;
    padding: 6px 10px;
    border-radius: 2px
}
.mini-products-list .product-image {
    float: left
}
.mini-products-list .detail-item {
    margin-left: 92px
}
.top-cart-content .product-name {
    margin: 0;
    width: 150px;
    line-height: 1;
    padding: 0 0 5px
}
.top-cart-content .product-name a {
    font-size: 13px;
    line-height: normal;
    line-height: 20px !important;
    font-weight: 400;
    color: #333
}
.top-cart-content .product-name a:hover {
    color: #000;
    text-decoration: none
}
.top-cart-contain .price {
    color: #2fa8fc;
    text-transform: uppercase
}
.top-cart-contain .mini-cart .price {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 700
}
.top-cart-contain .product-details .price {
    color: #2fa8fc;
    width: auto;
    float: none;
    font-weight: 400;
    padding-left: 0;
    font-size: 12px
}
.mini-cart:hover .top-cart-content {
    display: block !important;
}
.mini-cart {
    text-align: center;
    margin: 0
}
.mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none
}
.mini-cart .basket a {
    color: #fff;
    margin: 0;
    line-height: 41px;
    font-size: 11px;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    min-width: 170px !important;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px
}
.mini-cart .basket a:hover {
    text-decoration: none
}
.mini-cart .basket .title {
    color: #2e3a47;
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: normal
}
.mini-cart .basket .cart-box {
    display: inline-block
}
.mini-cart .basket .cart-box #cart-total {
    color: #777;
    text-transform: none;
    margin: 0 0 0 5px
}
.top-cart-contain {
    color: #333;
    margin: 22px 0 0;
    padding: 0;
    right: 0;
    z-index: 1000
}
.top-cart-content .empty {
    text-align: left;
    color: #333
}
.top-cart-content {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    background: #f8f8f8;
    padding: 0;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    z-index: 10000
}
.top-subtotal {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-left: 33px;
    padding: 12px 15px;
    text-align: center;
    text-transform: none;
/ border-top: 1 px solid #ebebeb;
}
.top-cart-content .block-subtitle {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background: #f5f5f5;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px #ddd solid
}
ul#cart-sidebar {
    padding: 20px 20px;
    margin: 0;
    min-width: 335px;
}
ul#cart-sidebar .list-item ul {
    max-height: 400px;
    overflow-y: auto
}
ul#cart-sidebar .list-item ul::-webkit-scrollbar {
    width: 5px
}
ul#cart-sidebar .list-item ul::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.9)
}
ul#cart-sidebar .list-item ul::-webkit-scrollbar-thumb {
    background: #2fa8fc;
    border-radius: 15px
}
ul#cart-sidebar .list-item ul::-webkit-scrollbar-thumb:hover {
    background: #2fa8fc;
    border-radius: 15px
}
ul#cart-sidebar .list-item ul::-webkit-scrollbar-thumb:active {
    background: #2fa8fc;
    border-radius: 15px
}
.li-fix-1 {
    border-bottom: 1px solid #f4f8f9;
    border-top: 1px solid #f4f8f9;
    display: block;
}
.li-fix-2 {
    display: block;
    width: 295px
}
.top-cart-content li {
    list-style: none
}
.top-cart-content li.item {
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 20px 0;
}
.top-cart-content li.item:first-child {
    border-top: none;
    padding-top: 10px;
}
.top-cart-content li.item:last-child {
    margin: 0;
    border-bottom: none;
}
.top-cart-content .product-details {
    color: #333;
    position: relative;
    text-align: left;
    padding: 0
}
.mini-products-list .detail-item .product-details-bottom .price {
    color: #2fa8fc;
    font-size: 13px;
    display: list-item;
    margin-bottom: 5px
}
.mini-products-list .detail-item .product-details-bottom .title-desc {
    font-size: 14px
}
.mini-products-list .detail-item .product-details-bottom .label {
    font-weight: 700;
    vertical-align: middle
}
.mini-products-list .detail-item .product-details-bottom strong {
    font-weight: 400
}
.top-cart-content .product-details .btn-edit {
    position: absolute;
    right: 22px;
    top: 6px
}
.top-cart-content .actions {
    margin: 0;
    overflow: hidden;
    padding-bottom: 15px
}
.mini-cart .actions .btn-checkout {
    background: #2fa8fc;
    color: #fff;
    font-size: 13px;
    padding: 0px 30px;
    margin-right: 64px;
    width: 145px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    float: right;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0;
    border: 1px solid #fff;
    font-weight: 700;
    text-transform: uppercase;
    height: 42px;
}
.mini-cart .actions .btn-checkout:hover {
    background: #2fa8fc;
    color: #fff;
}
.mini-cart .actions .view-cart {
    background: #2fa8fc;
    color: #fff;
    height: 42px;
    font-size: 13px;
    width: 145px;
    padding: 4px 30px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0;
    border: 1px solid #fff;
    font-weight: 700;
    text-transform: uppercase
}
.mini-cart .actions .view-cart:hover {
    background: #2fa8fc;
}
.mini-cart .actions .button {
    display: inline-block;
    width: 100px;
    text-align: center;
    margin-bottom: 3px;
    padding: 8px 10px 6px;
    text-transform: none;
    border: none;
    font-size: 12px
}
.mini-cart .button.btn-checkout {
    background: none;
    color: #fff;
    font-size: 11px;
    padding: 8px 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0;
    border: 1px solid #fff;
    font-weight: 700;
    text-transform: uppercase
}
.mini-cart > .button {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none
}
.fa-remove {
    position: absolute;
    right: 0
}
.fa-pencil {
    position: absolute;
    right: 10px
}
a.fa-remove,
a.fa-pencil {
    color: #999;
    font-size: 12px
}
a.fa-remove:hover,
a.fa-pencil:hover {
    color: #333;
    text-decoration: none
}
.site-header-inner .dropdown-toggle::after {
    display: none;
}
.site-header-inner .dropdown-menu {
    padding: 20px;
    min-width: 200px;
}
.site-header-inner .dropdown-menu a:hover {
    color: #2fa8fc;
}
.not-upper {
    color: #2fa8fc;
    text-transform: inherit;
}
/* pop cart */
.item-remove .delete-pro { margin-left: 5px; }
p.ship { padding: 15px; }
p.ship1 { padding-top: 10px; }
p.ship1 > img { padding-top: 3px; }
ul.list-item-cart { border-bottom: 1px solid #e1e1e1;
    max-height: 350px;
    overflow-y: auto;
}
#popup-cart-desktop {
    width: 700px;
}
#popup-cart-desktop .title-popup-cart {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
/ padding-right: 15 px;
}
#popup-cart-desktop .title-popup-cart i {
    color: #333
}
#popup-cart-desktop .title-quantity-popup {
    font-size: 14px;
    margin-bottom: 10px;
    color: #2fa8fc;
    cursor: pointer;
}
#popup-cart-desktop .title-quantity-popup .fa-shopping-cart {
    color: #2fa8fc;
    font-size: 17px
}
#popup-cart-desktop .title-quantity-popup .fa-caret-right {
    font-size: 14px;
}
#popup-cart-desktop .content-popup-cart .thead-popup {
    background: #ebebeb;
    float: left;
    width: 100%;
    clear: both;
}
#popup-cart-desktop .content-popup-cart .thead-popup > div {
    float: left;
    font-weight: bold;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 13px;
}
#popup-cart-desktop .content-popup-cart .thead-popup > div {
    border-left: 2px solid #fff;
}
#popup-cart-desktop .content-popup-cart .thead-popup > div:first-child {
    border-left: none;
}
#popup-cart-desktop .content-popup-cart .tbody-popup {
    width: 100%;
    float: left;
    clear: both;
    max-height: 280px;
    overflow-x: auto;
    border: 1px solid #ddd;
    border-top: none;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup {
    width: 100%;
    float: left;
    clear: both;
    border-bottom: 1px dotted #ddd;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div {
    float: left;
    position: relative;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image {
    padding: 10px;
    float: left;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image img {
    border: 1px solid #d2d2d2;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info {
    padding: 0;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a {
    display: block;
    margin-top: 4px;
    padding-right: 20px;
    font-weight: bold;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a:hover {
    color: #2fa8fc;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .variant-title-popup {
    font-size: 13px;
    margin-bottom: 5px;
    color: #333333;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-remove a {
    font-size: 13px;
    color: #888;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price {
    padding: 20px;
}
#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 {
    color: #2fa8fc;
    font-size: 12px;
    font-weight: 700;
}
span.price {
    color: #2fa8fc;
}
#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: 500;
}
#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 .items-count {
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
/ height: 24 px;
/ margin-top: 10 px;
    width: 23px;
    text-align: center;
    vertical-align: top;
    padding: 0;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .items-count:hover {
    background: #cccccc !important;
    color: #fff;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .number-sidebar {
    border: 1px solid #ddd;
    height: 24px;
    margin-left: 10px;
    text-align: center;
    width: 23px;
    vertical-align: top;
    margin-top: 10px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .cart-price {
    display: block;
    font-weight: 700;
    padding: 17px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
/ border-radius: 10 px;
    background-color: #F5F5F5;
}
#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}
#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-thumb {
/ border-radius: 10 px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
    background-color: #2fa8fc;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup {
    width: 100%;
    float: left;
    clear: both;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 {
    padding: 10px 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 {
    display: none;
    float: left;
    margin-right: 10px;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship p {
    line-height: 20px;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 0;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p .total-price {
    color: #2fa8fc;
}
#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: -110px 0px;
    background: transparent;
    font-size: 13px;
    float: left;
    border: none;
    outline: none;
    color: #7bbd42;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout {
    background: #2fa8fc;
    font-size: 15px;
    float: right;
    display: block;
    margin-right: 15px;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 0;
    text-align: center;
}
#popup-cart-desktop input.input-text,
#cart-sidebar input.input-text {
    padding: 0;
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.close-window {
    position: absolute;
    font-size: 24px;
    color: #2fa8fc;
    right: 0px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup button.reduced {
    height: 20px;
    position: absolute;
    right: -3px;
    top: 30px;
    bottom: 0;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup button.increase {
    height: 21px;
    position: absolute;
    top: 10px;
    right: 0px;
    margin: 0px;
    padding: 0px;
}
.mini-products-list .detail-item .product-details-bottom button.increase {
    height: 21px;
    width: 20px !important;
    position: relative;
    margin: 0;
}
.mini-products-list .detail-item .product-details-bottom button.reduced {
    margin: 0px;
    width: 20px !important;
    height: 21px;
    position: relative;
    right: -74px;
    top: 19px;
    bottom: 0;
}
.mini-products-list .detail-item .product-details-bottom .number-sidebar {
    text-align: center;
    margin: 0 -7px 0 -19px;
    padding: 0;
    float: left;
    border: 0;
    width: 80px;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    height: 40px;
}
.item-popup .input-text {
    width: 85% !important;
    margin: 0
}
a.remove-item-cart.fa.fa-trash-o {
    position: absolute;
    right: 0;
    top: 2px;
}
.product-sku { padding-top: 10px; }
.btnbuytip {
    float: left;
    color: #333;
    font-weight: 700;
    font-size: 12px;
    font-family: Arial;
    padding-left: 37px;
    margin: -75px 0px 0px 340px;
    background: url(guide.png) no-repeat left;
}
.btn-checkout.btn-style {
    margin: 0 !important;
}
.custom.custom-btn-number.form-control { position: relative; }
span.qtyminus, span.qtyplus {
    width: 24px;
    height: 23px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #ebebeb;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}
span.qtyplus { top: 0; line-height: 22px;
}
.product-name, .breadcrumbs {
    word-break: break-word;
}
.rte {
    text-align: justify;
}
.table-cart.page-cart td {
    background: #fff !important;
}
.table-cart.page-cart tbody {
    background: #fff !important;
}
.bizweb-product-reviews-badge {
    display: block !important;
    margin: 0 auto;
}
a.quaylai {
    float: right;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
    background: #2fa8fc;
    padding: 0 15px;
    border: 1px solid #2fa8fc;
    border-radius: 20px;
}
a.quaylai:hover {
    color: #2fa8fc;
    background: #fff;
}
.bizweb-product-reviews-badge > div {
    display: none !important;
}
.bizweb-product-reviews-badge > div.bizweb-product-reviews-star {
    display: block !important;
}
.dropdown-menu-v3 {
    padding-left: 20px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.mini-cart {
    margin-top: 11px;
}
.box-visitors th, .box-visitors td {
    padding: 0;
}
.product-related .owl-theme .owl-dots .owl-dot.active span, .product-related .owl-theme .owl-dots .owl-dot:hover span, .product-related .owl-theme .owl-dots .owl-dot span {
    background: transparent;
}
.collection-border{
    border-radius: 5px ;
    overflow: hidden;
}
.product-info-additions li{
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.dimension-price span{
    border: 1px solid #2fa8fc;
    padding: 4px;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
}
.dimension-price span.active-price{
    background: #2fa8fc;
    color: #fff;
}
.fs-callfix {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 210px;
        background: rgba(66, 66, 66, 0.91);
    z-index: 88888;
    text-align: center;
}
.fs-callfix label {
    position: relative;
    display: block;
    margin: 0;
}
.fs-callfix a span {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background: url(https://fptshop.com.vn/content/v3/images/fis.png?v=1511) no-repeat -297px -108px;
    position: absolute;
    right: -25px;
}
.fs-callfix a p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    padding-top: 5px;
    margin: 0;
}
.fs-callfix a strong {
    font-size: 16px;
}
.fs-callfix i {
    z-index: 1;
    position: absolute;
    top: -23px;
    left: 10px;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(phone-icon.png) no-repeat -1px -1px;
}
.call-mobile {
    position: fixed;
    bottom: 210px;
    height: 70px;
    line-height: 40px;
    padding: 0;
    border-radius: 40px;
    color: #fff;
    right: 20px;
    z-index: 99999;
    width: 70px;
}
.call-mobile a{
    border-radius: 99px;
    padding: 10px;
    display: block;
    background: #ebfaff;
    box-shadow: 0 0 9px 0 rgba(0,0,0, .3);
}
.call-mobile a:hover{
    background: #e8e8e8;
}
.call-mobile.msg-facebook{
   bottom: 290px
}
.zoomWrapper img ~ img {
	display: none !important;
}
@media (max-width: 767px) {
	.call-mobile {
		right: 0px;
		width: 60px
	}
	.call-mobile.msg-facebook{
	   bottom: 280px
	}
	.hidden-xs{
		display: none !important
	}
	.header-left {
		padding-bottom: 5px !important;
	}
	.site-header .logo {
		width: 100% !important;
	}
	.site-header-inner {
		margin: 0!important;
		margin-top: 0!important;
	}
	.site-header .logo {
		width: 100%;
	}
	.site-header-inner .header-left + .header-left{
		display: none !important;
	}
	.header-left{
		width: auto !important;
	}
	.site-header{
		padding: 0 !important;
	}
	.menu-mobile {
		width: 100% !important;
	}
	.menu-mobile .dropdown-menu {
		position: relative !important;
		width: calc(100% + 1.875rem);
		margin-left: -0.9375rem;
		top: -1px !important;
	}
	.fl-img{
		display: none !important;
	}
	.menu-mobile .dropdown-menu li a{
		line-height: 40px;
		display: block;
	}
}
