@charset "utf-8";
.col,
[class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.row.no-gutters .col,
.row.no-gutters [class*="col-"] {
  padding: 0 !important;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}

/*reset css*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.btn:focus,
textarea:focus,
input:focus {
  outline: none;
}
/* HTML5 display-role reset for older browsers */
.form-horizontal .control-label {
  font-weight: 500;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
textarea:focus,
input:focus,
.slick-slide:focus {
  outline: none !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
}
/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #f60;
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.wrap-secure {
  padding-top: 60px;
  padding-bottom: 60px;
}
img {
  vertical-align: middle;
  border-style: none;
}
img:focus {
  outline: none;
}
.checkout-cart {
  background: #f7f7f7;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}
.common-home {
  background: #f4f4f4;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
.box-product-home {
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.box-product-home .home-title {
  padding: 12px 15px 8px;
  border-bottom: 1px solid #ddd;
}
.box-section {
  margin: 0 0 30px;
}
.home-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.box-keyword .slick-slide {
  margin: 0 4px;
}
.box-keyword .item {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  padding: 16px;
  font-size: 14px;
  line-height: 20px;
  background-color: rgba(225, 225, 225, 1);
  border-radius: 5px;
}
.btn.btn-default {
  text-shadow: none;
  padding: 9px 16px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 20px;
  box-shadow: none;
}
.btn.btn-primary {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2eb135),
    color-stop(100%, #00984a),
    color-stop(100%, #4e930c),
    color-stop(100%, #52c217),
    color-stop(100%, #75a550),
    color-stop(100%, #6eaf40),
    color-stop(100%, #7ac11d),
    color-stop(100%, #b4d985),
    color-stop(100%, #a8d471),
    color-stop(100%, #a2d261),
    to(#b0d666)
  );
  background-image: -webkit-linear-gradient(
    left,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  background-image: -o-linear-gradient(
    left,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  background-image: linear-gradient(
    90deg,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  color: #fff;
  text-shadow: none;
  border-color: #2eb135;
  padding: 9px 16px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 20px;
  box-shadow: none;
}
.btn.btn-primary:hover {
  background: #2eb135;
  border-color: #2eb135;
}
.box-keyword .item:hover {
  background-color: rgba(225, 225, 225, 0.4);
}
.box-keyword a span {
  color: #fff;
}
.left-align-slick .slick-list .slick-track {
  margin-left: 0;
}
.box-favourite .slick-slide {
  margin: 0 8px;
}
.box-favourite .slick-slide .item:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.box-favourite .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 180px;
}
.box-favourite .slick-slide .item {
  background: #fff;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 0 0 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none;
  overflow: hidden;
}
.box-favourite .slick-slide .item span {
  display: block;
  margin-top: 10px;
}
.box-favourite .slick-slide .item a {
  color: #333;
  font-size: 15px;
}
.box-favourite .slick-slide .item:hover a {
  color: #f60;
}
.image-real-slider .slick-list,
.box-favourite .slick-list,
.box-keyword .slick-list {
  padding-left: 0 !important;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
/* menu */
.poly.navbar {
  background-color: #fff;
  border: none;
  min-height: 40px;
  margin: 0;
}
.poly .nav > li > a img {
  width: 24px;
  height: 24px;
}
.poly .nav > li > a .caret {
  color: #999;
}
.poly .navbar-nav > .open > a,
.poly .navbar-nav > .open > a:focus,
.poly .navbar-nav > .open > a:hover {
  background-color: transparent;
}
.poly .nav > li > a {
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 7px;
  min-height: 15px;
  background-color: transparent;
  font-size: 13px;
}
.poly .dropdown:hover .dropdown-menu {
  display: block;
}
.poly .nav,
.poly .collapse,
.poly .dropup,
.poly .dropdown {
  position: static;
}
.poly .container {
  position: relative;
}
.poly .dropdown-menu {
  left: auto;
}
.poly .dropdown.poly-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.poly .mega-list .list-item {
  margin-right: -5px;
  margin-left: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.poly .mega-list .list-item .item {
  margin-right: 5px;
  margin-left: 5px;
  overflow: hidden;
  border: 1px solid #666;
  border-radius: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.poly .mega-list {
  padding: 20px 15px;
}
.poly .mega-list .list-item .item a {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  padding-top: 0.45rem;
  padding-right: 0.5rem;
  padding-bottom: 0.45rem;
  padding-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  height: 100%;
  color: #666;
  text-transform: uppercase;
}
.poly .mega-list .list-item .item:hover a {
  color: #fff;
  background: #222;
}
.poly .mega-list .list-item .item a span {
  margin-left: 2px;
  font-size: 12px;
}
.poly .mega-list .list-brand .brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.poly .mega-list .list-brand .brand-item .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: center;
  margin-bottom: 15px;
}
.poly .mega-list .list-brand .brand-item .item a {
  display: block;
}
.poly .mega-list .list-brand .brand-item .item a img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(100%) contrast(25%);
  filter: grayscale(100%) contrast(25%);
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
}
.poly .mega-list .list-brand .brand-item .item:hover a img {
  -webkit-filter: inherit;
  filter: inherit;
}
/* top */
.main-nav {
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}
.main-nav .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  width: auto;
  padding: 0;
}
header {
  background: #fff;
}
.top-nav {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
}
.top-nav .main-nav .navbar-menu {
  padding: 0;
  background: 0 0;
  top: auto;
  right: auto;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  height: 100%;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  z-index: 33;
}
.top-nav .main-nav .navbar-menu .top-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.top-nav .main-nav .navbar-menu .top-link .ModuleContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navbar-menu .item {
  padding: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  border-left: 1px dashed #e5e5e5;
  position: relative;
}
.navbar-menu .item a figure {
  text-align: center;
  margin-bottom: 0;
}
.navbar-menu .item a figure .icon img {
  -webkit-filter: initial;
  filter: initial;
  max-height: 30px;
}
.navbar-menu .item a {
  color: #333;
  font-size: 13px;
}
.top-nav .main-nav .navbar-menu .mini-cart {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.top-nav .main-nav .navbar-main {
  padding-right: 2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 100%;
}
.main-nav a:hover {
  color: #f60 !important;
}
.main-nav .navbar-main .top-main {
  background: 0 0;
  top: auto;
  right: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  position: relative;
  padding: 0;
  margin-bottom: 8px;
}
.top-main .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-main .list-item .item a em {
  display: inline-block;
}
.list-item .item a {
  color: #333;
}
.top-main .list-item .item + .item {
  margin-left: 1.5rem;
  position: relative;
}
.top-main .list-item .item + .item:before {
  content: "";
  height: 10px;
  width: 1px;
  background: #ccc;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -0.75rem;
}
.main-nav .navbar-main .top-main .log-in {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-main .top-main .log-in ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-main .log-in ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-main .log-in ul li a {
  padding-left: 5px;
}
.navbar-main .top-main a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 13px;
}
.navbar-main .top-main a i.fa {
  font-size: 13px;
  display: inline-block;
  padding-right: 5px;
}
.account-info {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 100%;
  padding: 40px 120px;
}
#content h1 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.account-info .form-group {
  margin-bottom: 20px;
}
.account-info .btn-submit {
  margin-top: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  border-radius: 25px;
  min-width: 1px;
  padding: 0 2rem;
  cursor: pointer;
  text-decoration: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2eb135),
    color-stop(100%, #00984a),
    color-stop(100%, #4e930c),
    color-stop(100%, #52c217),
    color-stop(100%, #75a550),
    color-stop(100%, #6eaf40),
    color-stop(100%, #7ac11d),
    color-stop(100%, #b4d985),
    color-stop(100%, #a8d471),
    color-stop(100%, #a2d261),
    to(#b0d666)
  );
  background-image: -webkit-linear-gradient(
    left,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  background-image: -o-linear-gradient(
    left,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  background-image: linear-gradient(
    90deg,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  color: #fff;
  border: 0;
  width: 50%;
  font-size: 18px;
  text-transform: uppercase;
}
.account-info select {
  width: 100%;
  height: 44px;
  border-radius: 22.5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  border: 0;
  background: #fff url(../imgs/custom-select.png) center right no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  padding: 0 19px;
}
.account-info input[type="email"],
.account-info input[type="password"],
.account-info input[type="tel"],
.account-info input[type="text"] {
  width: 100%;
  height: 45px;
  border-radius: 22.5px;
  background: #f5f5f5;
  border: 0;
  padding: 0 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333;
  font-size: 15px;
}
.banner-home {
  padding-top: 10px;
  padding-bottom: 10px;
  background-position: center center;
  background-size: cover;
  background-image: url("../imgs/bg-1.png");
  background-repeat: repeat;
  margin-bottom: 25px;
}
.banner-home .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.banner-home .top-banner {
  height: inherit;
  position: relative;
}
.banner-home .top-banner,
.banner-home .top-banner .slideshow .item {
  height: 100%;
  box-shadow: none;
}
.banner-home .item {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 15px #939393;
  box-shadow: 0 0 15px #939393;
}
.banner-home .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.slideshow .slick-next {
  right: 10px;
  z-index: 99;
}
.slideshow .slick-prev {
  left: 10px;
  z-index: 99;
}
.slick-dotted.slick-slider {
  margin: 0;
}
.slideshow .slick-dots {
  bottom: 50px;
  text-align: right;
}
.slideshow .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0 10px 0 0;
  position: absolute;
  bottom: 20px;
}
.slideshow .slick-dots li {
  width: 15px;
  height: 15px;
}
.slideshow .slick-dots li button:before,
.slideshow .slick-dots li.slick-active button:before {
  color: transparent;
  opacity: 1;
}
.slideshow .slick-dots li button:before {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  width: 12px;
}
.slideshow .slick-dots li.slick-active button:before {
  background-color: #f60;
  border-color: #f60;
}
#banner {
  margin-bottom: 30px;
}
#search {
  display: inherit;
  overflow: hidden;
}
#search input {
  width: 100%;
  background: #f5f5f5;
  font-size: 13px;
  color: #222;
  border: 0;
  border-radius: 50px;
  min-height: 38px;
}
#search.input-group button i.fa {
  font-size: 22px;
}
#search.input-group button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: transparent;
  border-radius: 50px;
  text-align: center;
  border: 0;
  font-weight: 300;
  color: #333;
}

/* search */
.box-search {
  position: relative;
  z-index: 99;
}
/*live search */
#results-search {
  z-index: 999;
  top: 0;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
#results-search ul li {
  padding: 7px 5px;
  text-align: left;
  border-bottom: 1px dashed #eaeaea;
  width: inherit;
  max-width: 100%;
  box-sizing: border-box;
  list-style: none;
}
#results-search ul li .product-image {
  margin-right: 15px;
  float: left;
}
#results-search .product-name {
  color: #333;
  font-size: 13px;
  line-height: 18px;
}
#results-search .product-price .price.old {
  text-decoration: line-through;
  color: #ccc;
}

#results-search .product-price .price {
  font-size: 12px;
  font-weight: normal;
  color: #f60;
}
.results-search .product-price,
#results-search .product-price .special {
  font-size: 13px;
  font-weight: 500;
  color: #dd0000;
  margin-right: 4px;
}
/*end*/
.bg-brand {
  background: #f7f7f7;
  padding: 30px 0 10px;
  border-bottom: 1px solid #e1e1e1;
}
.cello-tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: 0 0;
  overflow-x: auto;
  padding-bottom: 15px;
}
.cello-tabList::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0.2);
  height: 5px;
}
.cello-tabList::-webkit-scrollbar-thumb {
  background: #7ac11d;
}
.cello-tabList .item {
  margin-right: 5px;
  margin-left: 5px;
  color: #999;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.cello-tabList .item p {
  width: 130px;
  color: #333;
  text-align: center;
}
.cello-tabList .item.active .img,
.cello-tabList .item:hover .img {
  background-image: -webkit-linear-gradient(
    0deg,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
}
.cello-tabList .item.active .img img,
.cello-tabList .item:hover .img img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cello-tabList .item .img {
  margin: auto;
  width: 90px;
  height: 90px;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  border-radius: 50px;
  line-height: 90px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.home-tab {
  padding: 30px 0;
}
.home-tab .title {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.home-tab .nav-tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: 0 0;
  border: none;
}
.home-tab .nav-tabs li {
  margin-right: 5px;
  margin-left: 5px;
  color: #999;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  float: inherit;
}
.home-tab .nav-tabs > li.active > a,
.home-tab .nav-tabs > li.active > a:focus,
.home-tab .nav-tabs > li.active > a:hover {
  background: #f60;
  color: #fff;
  border-color: #f60;
}
.home-tab .nav-tabs > li > a {
  background: #f7f7f7;
  border-radius: 50px;
  color: #999;
  text-transform: uppercase;
  margin: 0;
  padding: 7px 25px;
}
#banner .item .image {
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}
/*mini cart*/
#cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(67, 87, 121, 0.6);
  cursor: pointer;
  z-index: 99;
  display: none;
}
#cd-shadow-layer.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}
#cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 270px;
  /* header height */
  padding: 15px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 99;
  right: -100%;
  background: #fff;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
  font-weight: 400;
}

#cd-cart.speed-in {
  right: 0;
}
#cart-header {
  margin-bottom: 10px;
  font-weight: 400;
  color: #141414;
}
.mini-cart-items .table {
  font-size: 14px;
  padding: 7px 0;
}
.mini-cart-items .table > tbody > tr > td,
.mini-cart-items .table > tbody > tr > th,
.mini-cart-items .table > tfoot > tr > td,
.mini-cart-items .table > tfoot > tr > th,
.mini-cart-items .table > thead > tr > td,
.mini-cart-items .table > thead > tr > th {
  border-top: 1px solid #e5e5e5;
  font-weight: 500;
}
.mini-cart-items table td strong {
  color: #757575;
  font-weight: 400;
}
.mini-cart-items > div {
  padding-bottom: 20px;
}
.mini-cart-items > div + div {
  border-top: 1px dotted #e5e5e5;
  padding-top: 20px;
}
.item-product-cart {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.item-product-cart__image {
  width: 60px;
  min-width: 60px;
  margin-right: 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.item-product-cart__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.item-product-cart__title a {
  color: #00994a;
  font-size: 12px;
  line-height: 1.45;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
}
.item-product-cart__variant {
  color: #888;
  font-size: 12px;
}
.item-product-cart__price {
  font-size: 15px;
}
.item-product-cart__quantity {
  font-size: 13px;
  color: #757575;
}
.item-product-cart__price .price {
  display: inline-block;
  color: #141414;
}
.item-product-cart__remove {
  color: #757575;
  font-size: 12px;
  text-decoration: underline;
}
.mini-cart__buttons .btn-checkout {
  background: #141414;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s !important;
  color: #fff;
  height: 35px;
  padding: 8px 16px;
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  text-align: center;
}
.mini-cart__buttons .btn-shopping {
  background: #fff;
  border: 1px solid #141414;
  color: #141414;
  height: 35px;
  display: block;
  font-size: 13px;
  padding: 8px 16px;
  text-align: center;
}
/* end mini cart */
.wrapper-search {
  border: 1px solid #ddd;
  background: #f7f7f7;
  padding: 35px 0 25px;
}
.wrapper-search input[type="text"]:focus {
  border-color: #00994a;
}
.wrapper-search input[type="text"] {
  width: 100%;
  background: #fff;
  font-size: 15px;
  color: #111;
  min-height: 38px;
  border-radius: 50px;
  border: 1px solid #ccc;
  box-shadow: none;
}
.wrapper-search .btn.btn-block:hover {
  background: #222;
}
.wrapper-search select {
  border-radius: 50px;
  border: 1px solid #ccc;
  padding: 8px 18px;
  height: 38px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  background-image: url(../imgs/custom-select.png);
  background-repeat: no-repeat;
  background-position: top right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
}
.wrapper-search .btn.btn-block {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2eb135),
    color-stop(100%, #00984a),
    color-stop(100%, #4e930c),
    color-stop(100%, #52c217),
    color-stop(100%, #75a550),
    color-stop(100%, #6eaf40),
    color-stop(100%, #7ac11d),
    color-stop(100%, #b4d985),
    color-stop(100%, #a8d471),
    color-stop(100%, #a2d261),
    to(#b0d666)
  );
  background-image: -webkit-linear-gradient(
    left,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  background-image: -o-linear-gradient(
    left,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  background-image: linear-gradient(
    90deg,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  border-radius: 20px;
  color: #fff;
  border: none;
  height: 38px;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filter-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #dfdfdf;
}
#content .filter-nav .filter h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  position: relative;
  top: 8px;
}
.filter-nav .sort {
  margin-left: auto;
}
.filter-nav select {
  min-width: 200px;
  background: #fff;
  border-radius: 50px;
  padding: 8px 18px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  border: 0;
  background-image: url(../imgs/custom-select.png);
  background-repeat: no-repeat;
  background-position: top right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
}
/* content */
#content {
  min-height: 600px;
}
.boxes {
  border-top: 1px solid #f7f7f7;
  margin-top: 50px;
  background: #fff;
}
.boxes .item + .item {
  border-left: 1px solid #ebebeb;
}
.boxes .item figure {
  padding: 25px 0 40px;
  text-align: center;
}
.boxes .item figure .box-img {
  margin-bottom: 10px;
}
.boxes .item figure figcaption h6 {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
}
/* footer */
@keyframes pulse-blue {
  0% {
    box-shadow: 0 0 0 0 rgba(2, 143, 227, 0.7);
    transform: scale(0.95);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(2, 143, 227, 0);
    transform: scale(1);
  }

  to {
    box-shadow: 0 0 0 0 rgba(2, 143, 227, 0);
    transform: scale(0.95);
  }
}
.f-block {
  width: 100px;
  position: fixed;
  bottom: 0;
  z-index: 99999;
}
.f-block #btnZaloChat {
  animation: pulse-blue 2s infinite;
  background-color: #028fe3;
  border-radius: 50%;
  bottom: 80px;
  box-shadow: 0 0 0 0 #028fe3;
  display: flex;
  height: 45px;
  overflow: hidden;
  position: fixed;
  right: 15px;
  transform: scale(1);
  width: 45px;
  z-index: 100;
}
.f-block #btnPhoneCall {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  border-radius: 50%;
  bottom: 140px;
  box-shadow: 0 0 0 0 #111;
  display: flex;
  height: 45px;
  overflow: hidden;
  position: fixed;
  right: 15px;
  transform: scale(1);
  width: 45px;
  opacity: 0;
  align-items: center;
  justify-content: center;
  justify-items: center;
  text-align: center;
  color: #fff;
}
.f-block #btnMessengerChat {
  animation: pulse-blue 2s infinite;
  background: #4267b3;
  border-radius: 50%;
  bottom: 20px;
  box-shadow: 0 0 0 0 #111;
  display: flex;
  height: 45px;
  overflow: hidden;
  position: fixed;
  right: 15px;
  transform: scale(1);
  width: 45px;
  align-items: center;
  justify-content: center;
  justify-items: center;
  text-align: center;
  color: #fff;
}
.f-block #btnMessengerChat i,
.f-block #btnPhoneCall i {
  color: #fff;
  font-size: 22px;
}
footer {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  color: #333;
}
.footer-content {
  padding: 32px 0;
}
.footer-content div.footer-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #333;
  font-family: sans-serif;
}
.footer-content a {
  color: #666;
  font-size: 14px;
}
.footer-content a:hover {
  color: #f60;
}
.footer-content .address {
  line-height: 22px;
}
.footer-content .footer-list .footer-link em.fa {
  display: block;
  position: relative;
  top: 3px;
  font-size: 16px;
  text-align: center;
  width: 15px;
}
.footer-content .footer-list .footer-link {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-content .footer-list .footer-link p {
  margin-left: 6px;
  font-size: 14px;
}
#subscribe.input-group {
  display: inherit;
  overflow: hidden;
}
#subscribe.input-group input.form-control {
  width: 100%;
  border-radius: 50px;
  min-height: 44px;
  padding-right: 50px;
  border: none;
}
.footer-content p.ptext {
  font-size: 14px;
  margin-bottom: 25px;
}
#subscribe.input-group button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 44px;
  height: 44px;
  background: #000;
  border-radius: 50px;
  text-align: center;
  font-size: 0;
  border: 0;
  font-weight: 300;
  color: #fff;
}
.footer-content .social {
  margin-top: 30px;
}
.footer-content .social .list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
}
.footer-content .social .list-inline .list-inline-item {
  min-width: 40px;
  min-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  list-style: none;
}
.footer-content .social .list-inline .list-inline-item em.fa {
  font-size: 17px;
  vertical-align: middle;
  top: 3px;
  position: relative;
}
.nav-bottom {
  background: #000;
  padding: 16px 0;
}
.copyright {
  text-align: left;
}
.copyright p {
  line-height: 22px;
  font-size: 13px;
  color: #999;
}
.footer-content ul li {
  padding: 3px 0;
}
.nav-bottom .nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.nav-bottom .nav .nav-item {
  list-style: none;
}
.nav-bottom .nav .nav-item .nav-link:hover {
  color: #f60;
  text-decoration: underline;
}
.nav-bottom .nav .nav-item .nav-link {
  font-size: 13px;
  color: #999;
  padding: 0;
  background: transparent;
}
.nav-bottom .nav .nav-item + .nav-item {
  padding-left: 7px;
  margin-left: 7px;
  position: relative;
}
.nav-bottom .nav .nav-item + .nav-item:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #999;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.main-breadcrumb {
  background: #efefef;
  position: relative;
}
.breadcrumb {
  margin: 0;
  padding: 8px 0;
  border: none;
  background: transparent;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li {
  text-shadow: 0 1px 0 #fff;
  padding: 0 10px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: -5px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #2eb135;
  border-bottom: 1px solid #2eb135;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #2eb135;
}
.breadcrumb li a {
  color: #999;
  font-size: 13px;
}
.breadcrumb li a .fa.fa-home {
  color: #666;
  font-size: 16px;
}
.pagination {
  margin: 0;
}
.pagination li {
  display: inline-block;
  margin: 0 4px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border: 1px solid #2eb135;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  line-height: 28px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#2eb135),
    color-stop(100%, #00984a),
    color-stop(100%, #4e930c),
    color-stop(100%, #52c217),
    color-stop(100%, #75a550),
    color-stop(100%, #6eaf40),
    color-stop(100%, #7ac11d),
    color-stop(100%, #b4d985),
    color-stop(100%, #a8d471),
    color-stop(100%, #a2d261),
    to(#b0d666)
  );
  background: -webkit-linear-gradient(
    bottom,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  background: -o-linear-gradient(
    bottom,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  background: linear-gradient(
    0deg,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  color: #fff;
  border: 1px solid #2eb135;
  border-radius: 100%;
  height: 40px;
  width: 40px;
}
.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
  border: 1px solid #4e930c;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  color: #4e930c;
  border-radius: 100%;
  line-height: 27px;
}
.pagination li a:hover,
.pagination li.active a {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#2eb135),
    color-stop(100%, #00984a),
    color-stop(100%, #4e930c),
    color-stop(100%, #52c217),
    color-stop(100%, #75a550),
    color-stop(100%, #6eaf40),
    color-stop(100%, #7ac11d),
    color-stop(100%, #b4d985),
    color-stop(100%, #a8d471),
    color-stop(100%, #a2d261),
    to(#b0d666)
  );
  background: -webkit-linear-gradient(
    bottom,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  background: -o-linear-gradient(
    bottom,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  background: linear-gradient(
    0deg,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  color: #fff;
}
.btn-load-pagination {
  margin-top: 50px;
  margin-bottom: 50px;
}
.title-button {
  cursor: pointer;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 12px 25px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#2eb135),
    color-stop(100%, #00984a),
    color-stop(100%, #4e930c),
    color-stop(100%, #52c217),
    color-stop(100%, #75a550),
    color-stop(100%, #6eaf40),
    color-stop(100%, #7ac11d),
    color-stop(100%, #b4d985),
    color-stop(100%, #a8d471),
    color-stop(100%, #a2d261),
    to(#b0d666)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  background-image: linear-gradient(
    0deg,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  color: #fff;
  border: 1px solid #fff;
}
.title-button:hover {
  background: #fff;
  border: 1px solid #2eb135;
  color: #f60;
}
/* buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #1f90bb;
  background-position: 0 -15px;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
  border: 1px solid #dddddd;
  color: #888888;
  padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}
/* carousel */
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}

.block-option-link {
  display: block;
  position: absolute;
  width: 100%;
  bottom: -10px;
}
.gird-option-color {
  display: table;
  margin: 0 auto;
  text-align: center;
}
.gird-option-color li {
  padding-left: 5px;
  padding-right: 5px;
}
.gird-option-color li span {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #df0000;
  display: block;
  -webkit-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.25);
}
/*--- News ---*/
.icover-title {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
  border-bottom: 1px dotted #dfdfdf;
  padding-bottom: 8px;
}
.icover-title h2 {
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin: 0;
}
.icover-title > a {
  font-size: 15px;
}
.box-related-news {
  margin-top: 30px;
  overflow: hidden;
  padding-top: 10px;
}
.news-related .row-news {
  display: flex;
  margin-bottom: 10px;
}
.news-related .row-news .img {
  width: 160px;
  margin-right: 14px;
}
.news-related .slick-slide {
  margin-left: 0;
  margin-right: 20px;
}
.news-related .row-news .related-content {
  flex: 1;
}
.news-related .row-news .related-content .time {
  color: #c5c5c5;
  font-size: 12px;
}
.news-related .row-news .related-content .title a:hover {
  color: #ff5a00;
}
.news-related .row-news .related-content .title a {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 4px 0;
  line-height: 20px;
}
.part-news {
  overflow: hidden;
}
.top-news {
  margin-bottom: 15px;
}
.top-news .item {
  position: relative;
}
.top-news .item .img img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.top-news .item .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 0, 0, 0),
    rgba(0, 0, 0, 0.8)
  );
  background: -o-linear-gradient(top, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0),
    rgba(0, 0, 0, 0.8)
  );
}
.top-news .item figcaption h5 {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}
.top-news .item figcaption {
  position: absolute;
  bottom: 1.875rem;
  left: 0;
  width: 100%;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
.icover-news .item a figure .img {
  border-radius: 5px;
  overflow: hidden;
}
.icover-news .item a figure .img img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
  border-style: none;
}
.icover-news .item a figure figcaption {
  padding-top: 10px;
}
.icover-news .item a figure figcaption time {
  color: #c5c5c5;
  font-size: 0.8125rem;
}
.part-news .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.part-news .item a figure figcaption h5 {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 4px 0;
  line-height: 20px;
}
.icover-news .part-news {
  padding-top: 0;
}
.part-news .item {
  margin-bottom: 20px;
}
.icover-news .part-news .item a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.icover-news .part-news .item a figure .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  background: #dfdfdf;
}
.icover-news .part-news .item a figure .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.icover-news .part-news .item a figure figcaption {
  padding-top: 0;
  padding-left: 10px;
}
.icover-news .item a figure figcaption time {
  color: #c5c5c5;
  font-size: 12px;
}
.icover-news .part-news .item a figure figcaption h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newsblog {
  display: block;
  vertical-align: top;
  padding-bottom: 50px;
  font-family: "Montserrat", sans-serif;
}
.newsblog .dateadd {
  margin-top: 20px;
}
.newsblog .title {
  margin-top: 10px;
}
.newsblog h4 a {
  font-size: 22px;
  font-weight: 200;
  line-height: 1.2em;
  color: #000;
}
.newsblog h4 a:hover {
  color: #dd0000;
}
.news_related {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.news_related ul li a:hover {
  color: #f3652a;
}
.news_related ul li a {
  color: #444;
}
.news_related ul li a span {
  color: #999;
}
.news_related ul li {
  padding-bottom: 5px;
}
.cello-ttNav {
  margin-bottom: 40px;
  overflow: hidden;
}
.cello-ttNav .row {
  margin-right: -5px;
  margin-left: -5px;
}
.cello-ttNav .row .item {
  margin-top: 0.625rem;
  padding-right: 5px;
  padding-left: 5px;
}
.cello-ttNav .row .item figure {
  margin-bottom: 0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.cello-ttNav .row .item figure .img img {
  width: 100%;
}
.cello-ttNav .row .item figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cello-ttNav .row .item figure figcaption h5 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.cello-ttNav .row .item figure:hover {
  background: rgba(0, 0, 0, 0);
}
.cello-ttNav .row .item figure:after {
  content: "";
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.news-list {
  margin-bottom: 40px;
}
.cello-tintuc .news-2 .list-title {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  border-left: 1px solid #dfdfdf;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  margin-bottom: 20px;
}

.cello-tintuc .news-2 .list-title h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  padding: 12px 0 10px;
  margin: 0;
}
.cello-tintuc .news-2 .list-title a {
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #999;
  float: right;
  padding-top: 10px;
}
.cello-tintuc .news-2 .content .top-news .news-item {
  margin-bottom: 1.25rem;
}
.cello-tintuc .item {
  text-decoration: none;
}
.cello-tintuc .item figure {
  position: relative;
  margin-bottom: 0;
}
.cello-tintuc .news-2 .top-news .item figure .img {
  position: relative;
}
.cello-tintuc .item figure .img {
  border-radius: 5px;
  overflow: hidden;
}
.cello-tintuc .item figure .img img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cello-tintuc .news-2 .top-news .item figure .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 0, 0, 0),
    rgba(0, 0, 0, 0.8)
  );
  background: -o-linear-gradient(top, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0),
    rgba(0, 0, 0, 0.8)
  );
}
.cello-tintuc .news-2 .top-news .item figure figcaption {
  position: absolute;
  bottom: 1.875rem;
  left: 0;
  width: 100%;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
.cello-tintuc .news-2 .top-news .item figure figcaption .time .fa {
  display: inline-block;
  padding-right: 4px;
}
.cello-tintuc .news-2 .top-news .item figure figcaption .time {
  color: #e5e5e5;
  font-size: 12px;
}
.cello-tintuc .item figure figcaption .time {
  color: #aeaeae;
  opacity: 0.5;
}
.cello-tintuc .news-2 .top-news .item figure figcaption .title {
  color: #fff;
  margin-top: 0.35rem;
}
.cello-tintuc .news-2 .top-news .item figure figcaption .title h3 {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}
.cello-tintuc .item figure figcaption .title h3 {
  text-transform: uppercase;
  font-weight: 500;
}

.cello-tintuc .item figure .img {
  border-radius: 5px;
  overflow: hidden;
}

.cello-tintuc .item figure .img img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cello-tintuc .item figure figcaption {
  padding-top: 1rem;
}
.cello-tintuc .item figure figcaption .time .fa {
  display: inline-block;
  padding-right: 5px;
}
.cello-tintuc .item figure figcaption .time {
  color: #aeaeae;
  opacity: 0.5;
  font-size: 13px;
}
.cello-tintuc .item figure figcaption .title {
  color: #333;
  margin-top: 0.35rem;
}
.cello-tintuc .item figure figcaption .title h3 {
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.cello-tinTucDs {
  padding: 0;
}
.cello-tinTucDs h1 {
  margin: 10px 0 30px;
}
.cello-tinTucDs .item a {
  text-decoration: none;
}
.cello-tinTucDs .item a figure {
  margin-bottom: 0;
}
.cello-tinTucDs .item a figure .img {
  border-radius: 5px;
  overflow: hidden;
}
.cello-tinTucDs .item a figure figcaption {
  padding-top: 1rem;
}
.cello-tinTucDs .item a figure figcaption .time .fa {
  display: inline-block;
  padding-right: 4px;
}
.cello-tinTucDs .item a figure figcaption .time {
  color: #aeaeae;
  font-size: 13px;
  opacity: 0.5;
  margin-bottom: 5px;
}
.cello-tinTucDs .title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.8rem;
}
.cello-tinTucDs .item a figure figcaption .title h3 {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 0;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
/*product-item*/
.product-item {
  overflow: visible;
  position: relative;
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.product-item:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.product-item .top-item {
  position: relative;
}
.item-label-gift {
  position: absolute;
  right: 0;
  bottom: 20%;
  line-height: 1.5;
  padding: 2px 5px;
  vertical-align: bottom;
  border: 1px solid #ee4d2d;
  font-size: 11px;
  color: #ee4d2d;
  border-radius: 2px;
}
.item-label-gift .fa {
  display: inline-block;
  vertical-align: bottom;
  padding-right: 1px;
}
.product-item .top-item .image {
  padding: 30px 20px;
}
.product-item .top-item .pro {
  width: 34px;
  border-radius: 50%;
  height: 34px;
  background-image: -webkit-linear-gradient(45deg, #e10019 0, #ffa800 100%);
  background-image: -o-linear-gradient(45deg, #e10019 0, #ffa800 100%);
  background-image: linear-gradient(45deg, #e10019 0, #ffa800 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-item .top-item .posMark {
  position: absolute;
  top: 10px;
  right: 0;
}
.product-item .top-item .status {
  color: #fff;
  text-transform: uppercase;
  padding-right: 8px;
  padding-left: 12px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  margin-bottom: 10px;
  display: inline-block;
  float: right;
}
.product-item .bot-item {
  padding: 5px 15px;
}
.product-item .bot-item h3,
.product-item .bot-item h2,
.product-item .bot-item h4 {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #414042;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  height: 45px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 21px;
}
.product-item .bot-item .price {
  margin-top: auto;
  width: 100%;
  padding-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-item .bot-item .price .old span {
  font-size: 15px;
  text-decoration: line-through;
  color: #999;
  text-transform: uppercase;
}
.product-item .bot-item .price .new {
  margin-left: auto;
}
.product-item .bot-item .price .new span {
  font-size: 15px;
  color: #f60;
  text-transform: uppercase;
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}
.rating .fa-star + .fa-star-o {
  color: #e69500;
}
.box-image-review {
  border-radius: 6px;
  padding: 10px 0;
  overflow: hidden;
}
.box-image-review .item {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #eee;
  width: 90px;
  float: left;
  margin-right: 8px;
}
.box-image-review .item .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90px;
}
#review .table > tbody > tr > td {
  border-top: none;
  padding: 15px 0;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}
.image-additional {
  max-width: 78px;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}
.cate-slider {
  background: #f7f7f7;
  padding: 10px 0;
}

.login-panel {
  width: 400px;
  max-width: 100%;
  margin: auto;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 25px;
  overflow: hidden;
}
.login-panel .headtitle {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.login-panel p {
  text-align: center;
  font-size: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.login-panel .input-group-addon i {
  font-size: 16px;
}
.login-panel .input-group-addon {
  background: #f5f5f5;
  border-radius: 22.5px 0 0 22.5px;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 18px;
}
.login-panel input[type="text"],
.login-panel input[type="email"],
.login-panel input[type="tel"],
.login-panel input[type="password"] {
  width: 100%;
  height: 45px;
  border-radius: 22.5px;
  background: #f5f5f5;
  font-size: 15px;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
}
.login-panel select {
  width: 100%;
  height: 44px;
  border-radius: 22.5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  border: 0;
  background: #fff url(../imgs/custom-select.png) center right no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  padding: 0 19px;
}
.login-panel .form-group {
  margin-bottom: 18px;
}
.login-panel .btn-account {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  border-radius: 25px;
  min-width: 1px;
  padding: 0 2rem;
  cursor: pointer;
  text-decoration: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2eb135),
    color-stop(100%, #00984a),
    color-stop(100%, #4e930c),
    color-stop(100%, #52c217),
    color-stop(100%, #75a550),
    color-stop(100%, #6eaf40),
    color-stop(100%, #7ac11d),
    color-stop(100%, #b4d985),
    color-stop(100%, #a8d471),
    color-stop(100%, #a2d261),
    to(#b0d666)
  );
  background-image: -webkit-linear-gradient(
    left,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  background-image: -o-linear-gradient(
    left,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  background-image: linear-gradient(
    90deg,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  color: #fff;
  border: 0;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
}
.text-danger {
  font-size: 13px;
  line-height: 22px;
}
.login-panel .__footerlogin {
  margin: 40px -25px -25px -25px;
  padding: 20px 25px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.login-panel .__footerlogin a {
  color: #737d83;
  font-weight: 400;
}
.cart-table-list,
.cart-total {
  background: #fff;
}
.cart-table-list .quantity span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #000;
  font-weight: 600;
}
.cart-table-list table thead tr td {
  vertical-align: middle;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.cart-table-list table thead tr td:first-child {
  width: 50%;
  text-align: left;
}
.cart-table-list table thead tr td:nth-child(2) {
  width: 16.6667%;
}
.cart-table-list .fixtotal td {
  height: auto !important;
}
.cart-table-list table tbody tr td {
  vertical-align: middle;
  font-weight: 500;
  height: 100px;
}
.cart-table-list table tbody tr td:first-child {
  width: 50%;
  text-align: left;
}
.cart-table-list table tbody tr td:nth-child(2) {
  width: 16.6667%;
}
.cart-table-list .price {
  color: #ee4d2d;
}
.add-on-label-gift {
  line-height: 1.5;
  padding: 2px 4px;
  margin-right: 4px;
  vertical-align: bottom;
  border: 1px solid #ee4d2d;
  font-size: 11px;
  color: #ee4d2d;
  border-radius: 2px;
}
.style-gift td {
  border: none;
}
.cart-table-list a {
  color: #111;
}
.cart-table-list .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  border-radius: 20px;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e0e0e0;
}
.cart-table-list .quantity input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
  border: 0;
  background: 0 0;
  text-align: center;
  color: #000;
  font-weight: 600;
}
.cart-table-list .quantity span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #000;
  font-weight: 600;
}
/****** product ********/
.product-extend {
  display: block;
  margin: 15px 0;
}
.product-extend ._block {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.product-extend ._item {
  padding: 5px 10px;
  cursor: pointer;
  margin-right: 7px;
  margin-bottom: 8px;
  border-radius: 8px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  font-size: 12px;
  width: 47%;
}
.product-extend ._htitle {
  font-weight: 600;
  margin-bottom: 8px;
}
.product-extend ._item:hover {
  border: 1px solid #ff5a00;
}
.product-extend ._item a .name {
  font-weight: 600;
  color: #222;
}
.product-extend ._item .price {
  color: #df0000;
}
.wrapper-manufacturer {
  margin-top: -20px;
  margin-bottom: -20px;
}
.brands__content {
  overflow-x: auto;
  display: block;
}
.brands__content .list-brand {
  display: flex;
  flex-wrap: wrap;
}
.brands__content .list-brand .list-brand-item {
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  display: flex;
  height: 34px;
  justify-content: center;
  margin: 0 10px 10px 0;
  padding: 2px 8px;
}
.brands__content .list-brand .list-brand-item span {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.block_tag ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.block_tag .filter_tag {
  font-weight: 500;
}
.block_tag ul li + li::after {
  content: ",";
}
.product-detail {
  padding-top: 40px;
}
.product-detail h1 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
}
.product-detail .box-sku-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.product-detail .box-sku-brand ._brand {
  width: 60px;
  height: 50px;
}
.product-detail .price-product {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
  margin-bottom: 5px;
  color: #999;
  font-size: 13px;
}

.product-slider .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: block;
  overflow: hidden;
  background: #fff url("../imgs/spending.gif") center center no-repeat;
  width: 100%;
  height: 100%;
}
.product-slider .effectLoad {
  animation: circularEffect 1.5s linear infinite;
  -moz-animation: circularEffect 1.5s linear infinite;
  -ms-animation: circularEffect 1.5s linear infinite;
  -o-animation: circularEffect 1.5s linear infinite;
  -webkit-animation: circularEffect 1.5s linear infinite;
}
.slider-for {
  margin: 0 0 10px;
}
.slider-nav .slick-slide img {
  opacity: 0.4;
}
.slider-nav .slick-slide {
  margin: 0 12px 0 0;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.slider-nav .slick-slide.slick-current {
  border: 1px solid #f60;
}
.slider-nav .slick-slide.slick-current img {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  color: #999 !important;
}

.block-row {
  overflow: hidden;
}
.block-row .col1 {
  display: block;
  font-weight: 600;
  padding-bottom: 8px;
}
.block-row .col2 {
  display: block;
}
.product-detail .choose-radio {
  border: 1px solid #ddd;
  opacity: 1;
  border-radius: 6px;
}
.product-detail .choose-radio img {
  border: none !important;
}
.product-detail .choose-radio.checked {
  border: 1px solid #ff5a00;
}
.product-detail .radio label.flex {
  display: flex;
  justify-items: center;
  align-items: center;
  font-size: 13px;
}
.product-detail .choose-radio.checked {
  color: #df0000;
}
.product-detail .radio label.flex .option-item strong {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  font-weight: 600;
}
.product-detail .radio label.flex .option-item span {
  color: #df0000;
}
.product-detail .option-value {
  margin-top: 15px;
}
.product-detail .option-value ul.list-inline > li {
  padding-right: 5px;
  padding-left: 5px;
}
.product-detail .option-value .checkbox label,
.product-detail .radio {
  margin-top: 0;
  margin-bottom: 8px;
}
.product-detail .radio label {
  padding: 0;
  margin: 0;
}
.product-detail .option-value .radio input[type="radio"] {
  display: none;
}
.action_buy .big-button:hover {
  background: #0ba147;
  color: #fff;
}
.big-button {
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2eb135),
    color-stop(100%, #00984a),
    color-stop(100%, #4e930c),
    color-stop(100%, #52c217),
    color-stop(100%, #75a550),
    color-stop(100%, #6eaf40),
    color-stop(100%, #7ac11d),
    color-stop(100%, #b4d985),
    color-stop(100%, #a8d471),
    color-stop(100%, #a2d261),
    to(#b0d666)
  );
  background-image: -webkit-linear-gradient(
    left,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  background-image: -o-linear-gradient(
    left,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  background-image: linear-gradient(
    90deg,
    #2eb135 0,
    #00984a 100%,
    #4e930c 100%,
    #52c217 100%,
    #75a550 100%,
    #6eaf40 100%,
    #7ac11d 100%,
    #b4d985 100%,
    #a8d471 100%,
    #a2d261 100%,
    #b0d666 100%
  );
  border-radius: 30px;
  padding: 11px 20px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}
.choose-buy a {
  color: #fff;
  border-radius: 30px;
  padding: 7px 20px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  background: #fd6e1d;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#fd6e1d),
    to(#f59000)
  );
  background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
  background: -moz-linear-gradient(top, #f59000, #fd6e1d);
  background: -ms-linear-gradient(top, #f59000, #fd6e1d);
  background: -o-linear-gradient(top, #f59000, #fd6e1d);
}
.choose-buy ._btnOne {
  width: 49%;
  float: left;
  font-weight: 600;
}
.choose-buy ._btnTwo {
  width: 49%;
  float: right;
  font-weight: 600;
}
.choose-buy ._btnOne span,
.choose-buy ._btnTwo span {
  display: block;
  font-weight: 300;
  font-size: 12px;
}
.product-detail .price-product .price-new {
  font-size: 25px;
  font-weight: 500;
  color: #f60;
  display: block;
}
.product-detail .giftBox {
  border: 1px solid #0ba147;
  border-radius: 4px 4px 0 0;
  margin-bottom: 10px;
}
.product-detail .giftBox h4 {
  background: #0ba147;
  color: #fff;
  text-align: center;
  padding: 6px 0 9px;
  vertical-align: middle;
}
.product-detail .giftBox i {
  font-size: 22px;
  padding-right: 10px;
  display: inline;
}
.product-detail .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.product-detail .tr span:first-child {
  font-weight: 500;
  color: #999;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
}
.product-detail .tr span:last-child {
  font-weight: 400;
  color: #333;
}
.manufacturer-detail .blockTitle,
.product-detail .blockTitle {
  font-size: 22px;
  font-weight: 700;
  color: #414042;
  text-transform: uppercase;
  margin-bottom: 11px;
  margin-top: 10px;
  display: inline-block;
}
.product-description {
  margin-bottom: 30px;
}
.product-description .content {
  padding: 24px 20px 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  height: auto;
  overflow-y: hidden;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
}
.product-description .content h2 {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 8px;
  font-weight: 700;
}
.product-description .content p {
  margin-bottom: 15px;
}
.product-description .content.active {
  max-height: unset;
  overflow-y: hidden;
  padding-bottom: 20px;
}
.product-description .content p img,
.wrapper-desc p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}
/*
.product-description .content.active:before {
  content: none;
}
.product-description .content:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 150px;
  bottom: 0;
  left: 0;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0.25)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    color-stop(100%, #fff)
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.25) 0,
    rgba(255, 255, 255, 0.8) 25%,
    #fff 50%,
    #fff 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.25) 0,
    rgba(255, 255, 255, 0.8) 25%,
    #fff 50%,
    #fff 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.25)),
    color-stop(25%, rgba(255, 255, 255, 0.8)),
    color-stop(50%, #fff),
    to(white)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.25) 0,
    rgba(255, 255, 255, 0.8) 25%,
    #fff 50%,
    #fff 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.25) 0,
    rgba(255, 255, 255, 0.8) 25%,
    #fff 50%,
    #fff 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.25) 0,
    rgba(255, 255, 255, 0.8) 25%,
    #fff 50%,
    #fff 100%
  );
}
.product-description .content .viewmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 180px;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 39px;
  border-radius: 18px;
  text-transform: uppercase;
  color: #999;
  border: 1px solid #0ba147;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  z-index: 3;
}
*/
.boxProductRelated {
  padding: 0 0 30px;
}
.boxProductLike {
  padding: 30px 0;
}
.box-atribute {
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.box-atribute table {
  margin-bottom: 0;
}
.box-atribute table tr td {
  font-size: 14px;
  padding: 12px 10px;
  color: #333;
}
.box-atribute .specification .table tr td:first-child {
  color: #999;
  width: 43%;
}
.box-atribute .table td {
  border: none;
  border-right: 1px dashed #dfdfdf;
  border-top: 1px dashed #dfdfdf !important;
}
#giftProductTemplate .table {
  padding: 0;
  margin: 0;
}
#giftProductTemplate ._img {
  width: 70px !important;
}
#giftProductTemplate .table tr td {
  vertical-align: middle;
}
#giftProductTemplate ._desc p a {
  font-weight: 400;
  font-size: 14px;
  color: #111;
}
#giftProductTemplate ._desc p a:hover {
  color: #f60;
}
#giftProductTemplate ._desc span {
  color: #333;
  font-weight: 500;
}
#giftProductTemplate ._desc span strong {
  font-weight: 600;
  color: #df0000;
}
._contentGift {
  background: #f2f9f2;
  color: #0b9441;
  text-align: left;
  padding: 10px 10px;
  font-size: 14px;
  margin-bottom: 12px;
}
.red {
  background: #fff3f2 !important;
  color: #ff3c06 !important;
}
._contentGift p {
  display: inline-block;
  padding-right: 5px;
}
._contentGift .btnApply {
  background: #0b9441;
  border-radius: 3px;
  font-weight: 700;
  padding: 5px 8px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
}
.support {
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
aside {
  padding-top: 5px;
}
.support h5 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.support .hotline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.support .hotline span {
  font-size: 16px;
  font-weight: 600;
  color: #f60;
  margin-right: 12px;
  padding-top: 2px;
}
.support .hotline .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.support .hotline .icon a {
  width: 25px;
  margin-right: 10px;
}
.support .hotline .icon a img {
  width: 100%;
}
.support .block-1 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
}
.support .block-2 {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 10px;
  padding-bottom: 6px;
  vertical-align: middle;
}
.support ul {
  margin: 0;
  padding: 0;
}
.support ul li {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}
.support ul li i {
  display: inline-block;
  margin-right: 7px;
  color: #00984a;
  position: relative;
  top: 1px;
}
.support .block-3 {
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0;
}
.support .block-3 a {
  color: #f60;
  font-size: 22px;
  position: relative;
  top: 5px;
}
.support .block-4 {
  padding: 5px 0 0;
}
.support .block-4 a {
  margin-right: 10px;
}
#product-extent {
  margin-bottom: 30px;
}
#product-extent .blockTitle {
  color: #444;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
  display: block;
}
.boxProduct {
  padding: 0 10px;
}
.section-box-review {
  height: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  background-color: #fff;
  margin: 0 0 30px;
}
.show-rating > div + div {
  height: 150px;
  border-left: 1px solid #ddd;
}
.show-rating {
  padding-bottom: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
}
.diem h3 {
  padding-top: 34px;
  font-size: 20px;
}
.averageRatings {
  font-size: 30px;
  color: #fd9727;
  line-height: 32px;
  display: flex;
  margin: 13px auto;
}
.form-box-review {
  margin: 30px 0;
  border-bottom: 1px solid #ddd;
}
.form-box-review input[type="text"] {
  font-size: 14px;
  color: #333;
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
  padding: 10px 10px;
  height: 40px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.form-box-review textarea {
  max-width: 100%;
  height: 120px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.form-box-review .setRate {
  font-size: 14px;
}
.form-box-review .setRate .fa {
  font-size: 22px;
}
.form-box-review .fa-star-o {
  color: #888;
}
.form-box-review .form-group {
  padding: 0 15px;
  margin-bottom: 10px;
}
.title-review {
  text-transform: none !important;
}
#review .table {
  margin-bottom: 0;
}
#review .table + .table {
  border-top: 1px dotted #ddd;
}
.review_top p.meta {
  margin-bottom: 0;
}
.review_top .rating {
  margin-bottom: 0;
}
.review_top p.content,
.review_top h5.content {
  font-size: 15px;
  font-style: none;
  color: #222;
  font-weight: normal;
}
.review_top strong {
  font-weight: 700;
  display: inline-block;
  text-transform: capitalize;
  color: #000;
  margin: 0 10px 0 0;
}
.review_top em.review__verified {
  display: inline-block;
  background: transparent url("../imgs/icon-confirm.png") no-repeat left top;
  padding: 0 0 0 15px;
  background-size: 12px;
  line-height: 1.2;
  color: #52b858;
  font-size: 12px;
  margin: 0 0 5px 0;
}
span.cmtlike {
  background: url("../imgs/cmt-like-icon.png") no-repeat left center;
  background-size: 12px auto;
  -moz-background-size: 12px auto;
  -webkit-background-size: 12px auto;
  padding-left: 15px;
  cursor: pointer;
  color: #288ad6;
}
.action-comment {
  display: block;
  margin-top: 4px;
  font-size: 11px;
}
.pr-0 {
  padding-right: 0 !important;
}

.video {
  margin-bottom: 25px;
  position: relative;
}
.video .item {
  position: relative;
  -webkit-box-shadow: 0 0 4px #939393;
  box-shadow: 0 0 4px #939393;
  margin-bottom: 20px;
}
.video .item span {
  display: block;
  width: 43px;
  height: 45px;
  border: solid 2px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 38px;
  padding-left: 5px;
  color: #fff;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.modal-dialog {
  max-width: 900px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}
.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
.list-detail li + li {
  border-top: 1px solid #eee;
  margin-bottom: 15px;
  padding: 15px 0 0;
}
.list-detail li {
  padding-bottom: 15px;
}
.list-detail .reviewer {
  color: #333;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 5px;
}
.list-detail .reviewer span {
  font-weight: 500;
  display: inline-block;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 3px double #eee;
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.list-detail .review-content {
  font-size: 14px;
}
.list-detail .review-content .fa {
  font-size: 12px;
}
.list-detail .review-content span {
  display: inline-block;
  padding-right: 5px;
}
.section-box-review .diem,
.section-box-review .thongke,
.section-box-review .danhgia {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}
.thongke > div {
  line-height: 20px;
  position: relative;
  width: 100%;
  float: left;
  margin-top: 10px;
}
.side {
  float: left;
  width: 15%;
}
.middle {
  float: left;
  width: 60%;
  padding-top: 7px;
}
.section-box-review .right {
  width: 25%;
  text-align: right;
}
.diem {
  text-align: center;
}
.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}
.section-box-review .num {
  display: inline-block;
  width: 9px;
  text-align: center;
}
.section-box-review .fa {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  width: 18px;
}
.checked {
  color: orange;
}
.bar {
  height: 8px;
}
.bar-1 {
  width: 10%;
  background-color: #f44336;
}
.bar-2 {
  width: 30%;
  background-color: #f44336;
}
.bar-3 {
  width: 60%;
  background-color: #f44336;
}
.bar-4 {
  width: 90%;
  background-color: #f44336;
}
.bar-5 {
  width: 100%;
  background-color: #f44336;
}

.widthWrapperDescripton {
  width: 72%;
  float: left;
  padding-right: 20px;
}
.widthWrapperAttribute {
  width: 28%;
  float: left;
}
.cello-price-match {
  height: auto;
  padding: 15px;
  border: 1px solid #79db87;
  border-radius: 5px;
  text-align: left;
  padding-left: 70px;
  background: #f9f9f9 url("../imgs/tick.png") left 10px no-repeat;
  background-size: 66px;
}
.btn-default.handleModalPriceDown {
  outline: 0;
  border-radius: 8px;
  padding: 8px 25px 8px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #aaa;
  color: #222;
}
.cello-price-match h3 {
  font-size: 14px;
  color: #0b9441;
  font-weight: 700;
  margin-bottom: 7px;
}
.cello-price-match div.txt {
  margin-bottom: 12px;
}
.box-notification {
  padding: 30px 20px;
}
.box-notification p {
  line-height: 1.56;
  font-size: 16px;
}
.box-notification .form-group label {
  margin-bottom: 3px;
}
.box-notification .form-control {
  box-shadow: none;
}
#load_box_modal .btn-default {
  outline: 0;
  border-radius: 6px;
  padding: 10px 25px 8px;
  font-weight: 500;
  font-size: 16px;
}
#sendNotification.btn-success {
  color: #fff;
  background: #cb1c22;
  outline: 0;
  border-radius: 6px;
  border: 1px solid #cb1c22;
  padding: 10px 25px 8px;
  font-weight: bold;
  font-size: 16px;
}
/*menu */
.tab-item.active {
  -webkit-transform: none;
  transform: none;
}
.side-content {
  position: fixed;
  left: 0;
  top: 60px;
  background-color: #f4f4f4;
  height: 100%;
}
.tab-item {
  position: fixed;
  top: 0;
  padding-bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-top: 1px solid #cacaca;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 999999;
}
.side-inr {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.tab-inr {
  position: relative;
  display: inline-block;
  width: 18.2666vw;
  padding: 0 0 22.6666vw 0;
  border: none;
  height: auto;
  max-height: 100%;

  overflow-y: auto;
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #cacaca;
}
.side-nav li {
  position: static;
  text-align: center;
  margin-bottom: 0;
  padding: 3.333vw 2vw 2.66vw 2vw;
}
.side-nav li a,
.nav-inr a {
  font-size: 2.9333vw;
  color: #464646;
  overflow: hidden;
  display: block;
  padding-top: 1px;
}
.side-nav .icon {
  display: block;
  top: 0;
  width: 6.533333vw;
  height: 5.4666vw;
  line-height: 5.4666vw;
  margin: 0 auto 1.6vw auto;
}
.child-items {
  position: fixed;
  left: 240px;
  top: 60px;
  width: 970px;
  height: auto;
  padding: 0 39px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.name-category-box {
  position: relative;
  width: 100%;
  height: 10.666vw;
  line-height: 10.666vw;
  border-bottom: 1px solid #cacaca;
  padding: 0 2.666vw;
}
.box-image-real {
  margin: 40px 0;
}
.box-image-real ._border {
  border-radius: 6px;
  border: 1px solid #dfdfdf;
  padding: 12px;
}
.box-image-real .slick-slide {
  margin: 0 8px;
  cursor: pointer;
  overflow: hidden;
}
.box-image-real .item {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #eee;
}
.box-image-real .item .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 180px;
}
@media (max-width: 767px) {
  .box-image-real {
    margin: 15px 0;
  }
  .box-image-real .slick-slide {
    margin: 0 3px;
  }
  .box-image-real .item .img {
    height: 90px;
  }
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media only screen and (max-width: 767px) {
  .product-slider .slider-for .slider-item {
    height: 300px;
  }
  .product-slider .slider-for .slider-item img {
    display: block;
    margin: 0 auto;
    height: 100%;
  }
  .box-favourite .img {
    height: 120px;
  }
  .box-image-real ._border {
    padding: 5px;
  }
  .product-detail {
    padding-top: 10px;
  }
  .common-home {
    background: #fff;
  }
  .box-product-home .home-title {
    padding: 0 0 5px;
  }
  .box-product-home {
    box-shadow: none;
  }
  .product-item .top-item .image {
    padding: 15px 10px;
  }
  .product-item .bot-item .price .old span {
    font-size: 13px;
  }
  .product-item .bot-item .price .new span {
    font-size: 13px;
  }
  .widthWrapperDescripton {
    width: 100%;
    padding: 0 10px;
    float: initial;
  }
  .product-description .content {
    box-shadow: none;
    padding: 0 10px 5px;
  }
  .product-description .content._extra_content {
    padding: 10px 15px 10px !important;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px;
  }
  .specification .table {
    margin: 0;
  }
  .box-atribute {
    padding: 0;
    box-shadow: none;
  }
  .box-atribute .table-bordered {
    border: none;
    border-right: 1px solid #fff;
  }
  .video .item {
    margin-bottom: 1px;
  }
  .box-search {
    position: initial;
  }
  #results-search {
    top: 114px;
  }
  .product-item .bot-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .col,
  [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .boxProduct {
    padding: 0;
  }
  .product-slider {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .product-detail h1 {
    font-size: 18px;
    text-transform: none;
    font-weight: 600;
    line-height: 1.5;
  }
  .product-detail .box-sku-brand {
    margin-bottom: 10px;
  }
  ._attribute {
    margin: 15px 0;
    display: block;
  }
  .action_buy {
    overflow: hidden;
    display: block;
  }
  .boxProductLike {
    padding: 15px 0;
  }
  .section-box-review .diem,
  .section-box-review .thongke,
  .section-box-review .danhgia {
    display: block;
  }
  .averageRatings {
    display: block;
    margin: 5px auto;
  }
  .diem h3 {
    padding: 0;
    text-align: center;
  }
  .show-rating > div + div {
    height: auto;
    border: none;
  }
  .guiDanhGia {
    margin: 15px auto 0;
  }
  .product-detail .blockTitle {
    font-size: 17px;
    font-weight: 600;
    color: #414042;
    text-transform: none;
    margin-bottom: 6px;
    display: inline-block;
  }
  .boxes {
    margin-top: 15px;
  }
  .boxes .item figure {
    padding: 5px 0 10px;
    text-align: center;
  }
  .boxes .item figure .box-img {
    margin: 0;
  }
  .boxes .item figure figcaption {
    height: 40px;
  }
  .boxes .item figure figcaption h3 {
    font-size: 13px;
    text-transform: none;
    padding: 0 15px;
  }
  .support {
    margin-bottom: 20px;
  }
  .nav-tabs {
    font-weight: 700;
    padding: 4px;
    letter-spacing: 0;
    border-radius: 24px;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: space-around;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    margin: 0 7px -30px 7px;
    z-index: 999;
    position: relative;
  }
  .nav-tabs > li {
    background: none;
    flex: 1;
  }
  .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 20px;
    color: #888;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
    padding: 12px 12px 12px;
    -webkit-transition: 0.4s ease 0s;
    -moz-transition: 0.4s ease 0s;
    -ms-transition: 0.4s ease 0s;
    -o-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
  }
  .nav-tabs > li:hover > a,
  .nav-tabs > li.active > a {
    color: #fff;
    background: #18a0c6;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > li:hover > a,
  .nav-tabs > li:hover > a:hover,
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border: 0 none;
    color: #fff;
    background: #256eff;
  }
  .product-detail .tab-content {
    padding: 45px 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 15px 15px 8px 8px;
  }
  .product-detail .tab-content .video {
    margin: 0;
  }
  .cello-tabList .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin: 0;
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .cello-tabList .item p {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }
  .more-less {
    float: right;
    color: #aaa;
  }
  .footer-content {
    padding: 0;
  }
  .footer-content .panel-default {
    border: none;
    margin-bottom: 0;
    border-top: 1px solid #dfdfdf;
  }
  .footer-content .panel-group .panel + .panel {
    margin-top: 0;
  }
  .footer-content
    .panel-default
    > .panel-heading
    + .panel-collapse
    > .panel-body {
    background: #f1f1f1;
  }
}

.mb-cart {
  background: rgba(0, 0, 0, 0) url(../imgs/shopping.png) no-repeat scroll 0 0 /
    30px auto;
  display: inline-block;
  vertical-align: 0;
  text-align: center;
  color: #000;
  width: 30px;
  font-weight: normal;
  height: 34px;
}
.mb-cart span {
  color: #000;
  display: block;
  margin-top: 10px;
  font-size: 11px;
}
.box-faq-product {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px 15px;
  margin: 0 0 30px;
}
.box-faq-product .panel-group {
  margin: 0;
}
.box-faq-product .panel-body p {
  line-height: 1.456;
}
.blockTitle.faq {
  background: url("../imgs/icon-question.png") left center no-repeat;
  line-height: 37px;
  height: 35px;
  padding-left: 33px;
  font-size: 20px;
  text-transform: none !important;
}
.title-review i {
  color: #ced4da;
  font-size: 30px;
  position: relative;
  display: inline-block;
  top: 2px;
}
.box-faq-product {
  font-size: 16px;
  color: #222;
  line-height: 1.5;
}
.box-faq-product .panel-default {
  border: none;
}
.box-faq-product .panel-default > .panel-heading .panel-title {
  font-weight: 600;
  line-height: 20px;
  border: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.box-faq-product .panel-body h4 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1.468;
  font-size: 14px;
}
.panel-default + .panel-default {
  border-top: 1px solid #ddd;
}
.panel-group .panel + .panel {
  margin: 0;
}
.box-faq-product .panel-body {
  padding: 0 0 15px;
}
.box-faq-product .panel {
  box-shadow: none;
}
.box-faq-product .panel-default > .panel-heading {
  background: transparent;
  padding: 10px 0;
  border-bottom: none;
}
.box-faq-product .panel-default > .panel-heading:hover {
  color: #f60;
}
.box-faq-product .panel-heading {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.box-faq-product .panel-heading .more-less {
  float: right;
  font-size: 20px;
  color: #999;
  text-align: right;
  width: 35px;
}
._attribute {
  padding: 10px 0;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  line-height: 15px;
  margin-bottom: 15px;
}
._attribute .tr span:first-child {
  flex: 0 0 100px;
}

._attribute .tr {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}
._attribute .tr + .tr {
  border-top: 1px dotted #ddd;
  margin-top: 5px;
  padding-top: 5px;
}
.box-viewed,
.box-video,
.box-slide-product-price {
  /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  */
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  padding: 0 10px;
}

.boxBuy {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 15px auto;
  padding: 15px;
  display: none;
}
.boxBuy .flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.boxBuy ._titleh1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.467;
  margin: 10px 0;
}
.boxBuy ._sku {
  margin-bottom: 15px;
  color: #777;
}
.boxBuy .dislay-image {
  background: #fff;
  padding: 10px;
}
.box-accessories {
  margin-top: 40px;
}
.box-accessories a {
  color: #111;
  font-size: 15px;
  font-weight: 500;
}
.box-accessories .img {
  margin-bottom: 15px;
}
.manufacturer-faq .blockTitle,
.manufacturer-review .blockTitle {
  font-size: 22px;
  font-weight: 700;
  color: #414042;
  text-transform: uppercase;
  margin-bottom: 11px;
  margin-top: 10px;
  display: inline-block;
}
#toc_table_wrap {
  background: #f9f9f9;
  border: 1px solid #79db87;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: table;
  margin-bottom: 1em;
  padding: 10px;
  position: relative;
  width: 100%;
}
#toc_table_wrap .toc_title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #0b9441;
}
#toc_table_wrap ol {
  list-style-type: disc;
}
#toc_table_wrap ol li {
  background: 0 0;
  line-height: 1.6;
  z-index: 1;
  margin-left: 20px;
}
#toc_table_wrap ol li a {
  padding-left: 0;
  color: #111;
  font-size: 14px;
  font-weight: 700;
}
.product-description table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #000;
  margin-bottom: 20px;
}
.product-description th,
.product-description td {
  text-align: left;
  padding: 8px;
}
.product-description tr:nth-child(even) {
  background-color: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .boxBuy .dislay-image img {
    height: 200px;
    display: block;
    margin: 0 auto;
  }
  .box-accessories {
    margin-top: 20px;
  }

  .filter-nav .sort {
    display: none;
  }
  .manufacturer {
    margin: 0 10px 15px;
  }
  .manufacturer.product-description .content {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
  }

  .manufacturer-faq,
  .manufacturer-review {
    margin: 0 10px;
  }
  .wrapper-manufacturer {
    margin: inherit;
  }
  .f-block #btnPhoneCall {
    opacity: 1;
  }
  .f-block #btnZaloChat {
  }
}
