@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,700&display=swap&subset=vietnamese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import "responsive.css";
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}
/* 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: #23a1d1;
}
a:hover {
  text-decoration: none;
}
.clearfix::after {
  clear: both;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
*::before,
*::after {
  box-sizing: border-box;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
}
label {
  font-size: 12px;
  font-weight: normal;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: 700;
}
/* 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;
}
#content h1 {
  color: #444;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.wsmenucontainer {
  display: none;
}
#hastag {
  height: 42px;
  display: none;
}
/* top */
#top {
  background-color: #37383a;
  border-bottom: 1px solid #37383a;
  padding: 0;
  margin: 0 0 20px 0;
  min-height: 52px;
}
#topmobile {
  display: none;
  background: #000 none repeat scroll 0 0;
  height: 42px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 98;
}
#top .container {
  padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#top .btn-link,
#top-links li,
#top-links a {
  color: #cccccc;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-weight: 300;
}
#top .btn-link:hover,
#top-links a:hover {
  color: #eee;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  color: #fff;
}
.list-inline > li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.list-inline.policy li + li {
  border-left: 1px solid #5f6061;
}
.list-inline.policy {
  text-transform: uppercase;
}
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
#top-links {
  padding: 16px 0 0;
}
#top-links a + a {
  margin-left: 15px;
}
/* logo */
#logo {
  margin: 0;
}
/* search */
.toggle-overlay-container {
  background-color: #ffffff;
  border-bottom: 2px solid #33c9db;
  display: block;
  position: absolute;
  top: 0;
  transform: rotateX(-90deg);
  transform-origin: 0 0 0;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
}
.toggle-overlay-container.active {
  transform: rotateX(0deg);
  visibility: visible;
  z-index: 99999;
}
.toggle-overlay-container .search-box {
  float: left;
  height: 100%;
  width: calc(100% - 82px);
}
.toggle-overlay-container .search-box .form-control::-moz-placeholder {
  color: #999;
}
.toggle-overlay-container .search-box .input-group {
  margin: 0 auto;
  width: 100%;
}
.toggle-overlay-container .search-box .input-group .form-control {
  border: 1px solid #eaeaea;
  padding-left: 20px;
}
.toggle-overlay-container .search-box button i {
  color: #000000;
  font-size: 18px;
  line-height: 40px;
}
.toggle-overlay-container .dropdown-toggle-button {
  background-color: #f2f2f2;
  color: #666;
  cursor: pointer;
  float: right;
  font-size: 30px;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 80px;
  padding: 14px 0 22px;
}
.pbr-dropdow-search .dropdown-toggle-overlay {
  background-color: transparent;
  padding-top: 20px;
}
#search .form-control {
  font-family: "Open Sans";
  font-size: 23px;
  font-style: italic;
  height: 56px;
  position: relative;
  top: 0;
}
#search .input-group-btn {
  padding: 0;
}
#search .input-group-btn .btn-default {
  background: transparent;
  border: none !important;
  line-height: 13px;
  padding-left: 15px;
}
#search .input-group-btn .btn-default .fa-search {
  color: #ccc;
  font-size: 30px;
  line-height: 36px;
}

/*

#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}*/
.btn-block {
  display: block;
  width: 100%;
}
.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent !important;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}
header .btn-search {
  box-shadow: none;
  font-size: 14px;
  margin-right: 20px;
  padding: 13px 0 0;
  position: absolute;
  right: 60px;
  border: none;
}

header .btn-search::after {
  background-color: #dddddd;
  content: "";
  height: 19px;
  position: absolute;
  right: -12px;
  top: 12px;
  width: 1px;
}
.btn.active,
.btn:active {
  box-shadow: none;
}
header .btn-search .fa {
  font-size: 17px;
}
/* cart */
#cart {
  padding-top: 0;
  position: relative;
}
#cart .dropdown-menu {
  min-width: 427px;
  padding: 20px;
  z-index: 99999;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0;
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
  box-shadow: none;
}
.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
#cart .dropdown-toggle {
  color: #ffffff;
}
#cart .cart-inner a:hover {
  color: #474747;
}
#cart .cart-inner a i {
  color: #000000;
  font-size: 18px;
  line-height: 45px;
  position: relative;
  text-align: center;
  top: 3px;
  width: 20px;
}
#cart .wrap-cart {
  display: none;
  font-size: 12px;
  margin-bottom: -8px;
  text-transform: uppercase;
  font-family: "Tahoma", Helvetica, Arial, sans-serif;
}
#cart .wrap-cart strong {
  font-weight: normal;
}
#cart .cart-total {
  background-color: #33c9db;
  border-radius: 50%;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  height: 22px;
  left: 13px;
  line-height: 22px;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 22px;
}
.btn-v3 {
  background-color: #33c9db;
  color: #ffffff;
  font-weight: 700;
  transition: all 0.35s ease 0s;
  border: 1px solid #33c9db;
}
.btn-v3:hover {
  background: #222;
  border: 1px solid #222;
}
#cart .cart-total {
  left: auto;
  right: 13px;
}
#cart .dropdown-menu {
  min-width: 427px;
  padding: 20px;
  z-index: 99999;
  -webkit-box-shadow: 2px 1px 6px #ddd;
  -moz-box-shadow: 2px 1px 6px #ddd;
  box-shadow: 2px 1px 6px #ddd;
}
#cart .dropdown-menu table.first tr > td {
  border-top: none;
}
#cart .dropdown-menu table.first tr > td a {
  color: #444;
  font-size: 12px;
}
#cart .dropdown-menu table.first tr > td.image {
  padding-right: 10px;
}
#cart .dropdown-menu table.first tr > td.image {
  padding-left: 10px;
  padding-right: inherit;
}
#cart .dropdown-menu table.first tr > td .btn {
  line-height: 10px;
  padding: 0 0 0 2px;
}
#cart .dropdown-menu table.first tr > td.num {
  min-width: 26px;
}
#cart .dropdown-menu .buttons {
  width: 100%;
}
#cart .dropdown-menu .buttons a span {
  color: #ffffff;
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0;
}
@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
}
#menu .nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  padding-bottom: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .dropdown-inner li a:hover {
  color: #ffffff;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
}

.heading-title {
  color: #444;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
}
.list-unstyled {
  margin: 0;
  padding: 0;
}
.list-unstyled.check,
.list-unstyled.check a {
  color: #999;
  font-size: 13px;
  line-height: 22px;
}
.list-unstyled.check b {
  font-weight: normal;
  color: #333;
}
.check .fa {
  font-size: 12px;
  display: inline-block;
  margin-right: 7px;
}
.text-primary {
  color: #f3652a;
}
#content hr {
  margin-bottom: 10px;
  margin-top: 10px;
}

.style_des {
  border-bottom: 1px dotted #ccc;
  padding: 0 0;
  line-height: 20px;
}
.dec_inc {
  border-radius: 23px;
  -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);
  overflow: hidden;
  border: 2px solid #f1f1f1;
  width: 118px;
}
.button.inc,
.button.dec {
  background: url("../image/icons_new_31.png") no-repeat scroll 15px -919px;
  border: none;
  cursor: pointer;
  float: left;
  height: 40px;
  text-indent: -999em;
  width: 35px;
}
.button.inc {
  background-position: 17px -962px;
  border-left: 0 none;
}
.dec_inc #quantity {
  border-radius: 0;
  float: left;
  text-align: center;
  width: 37px;
  height: 40px;
  border: 1px solid transparent;
  font-size: 15px;
  border-left: none;
}
.orderbtn {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.orderbtn .dec_inc {
  float: left;
  overflow: hidden;
  width: 120px;
}
.orderbtn .btn-addcard {
  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-color: #28b34b;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  line-height: 18px;
  flex-grow: 1;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 25px;
  padding-right: 10px;
}
.orderbtn .btn-addcard span {
  display: block;
  font-size: 11px;
  font-weight: 300;
  line-height: inherit;
  text-transform: none;
}
.callHotline {
  background: #ff5a00 none repeat scroll 0 0;
  border-radius: 25px;
  font-size: 16px;
  line-height: 16px;
  padding: 9px 0 7px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  flex-grow: 1;
  margin-left: 10px;
}
.callHotline a {
  color: #fff;
}
.callHotline b {
  font-weight: 400;
}
.callHotline span {
  display: block;
  font-size: 11px;
  font-weight: 300;
  margin-top: 3px;
  text-transform: none;
}
._contentGift {
  background: #f2f9f2;
  color: #0b9441;
  text-align: left;
  padding: 10px 10px;
  font-size: 14px;
  margin-bottom: 20px;
}
._contentGift p {
  display: inline-block;
  padding-right: 5px;
}
.red {
  background: #fff3f2 !important;
  color: #ff3c06 !important;
}
.formMobile {
  background: #8f8e8e none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: normal !important;
  padding: 10px;
  text-align: center;
  max-width: 48%;
  max-width: 375px;
}
.formMobile span {
  display: block;
  font-size: 11px !important;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 3px;
  text-transform: none !important;
}
.sendphone {
  position: relative;
}
.sendphone input {
  border: medium none;
  border-radius: 3px;
  color: #333;
  font-size: 11px;
  padding: 7px 4px;
  width: 100%;
}
.sendphone .pd-r {
  padding-right: 5px !important;
}
.sendphone .pd-l {
  padding-left: 5px !important;
}
.sendphone i {
  background: #444 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  margin-top: 8px;
  padding: 7px 0;
  width: 150px;
  text-transform: uppercase;
}
.sendphone i:hover {
  background: #ff5a00;
}
#tab-description img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
  height: auto !important;
}
.nav-tabs {
  border: none;
  font-weight: 700;
  letter-spacing: 0;
}
.nav-tabs > li {
  background: none;
  margin-right: 8px;
}
.nav-tabs > li > a {
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  color: #888;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  padding: 12px 22px 12px;
}
.nav-tabs > li:hover > a,
.nav-tabs > li.active > a {
}
.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: #18a0c6;
}
.tab-content {
  padding: 0;
}
.wrap-cation {
  display: block;
  overflow: hidden;
  margin-top: 50px;
}
#slider {
  display: block;
  margin-bottom: 1px;
}
.banner_home .fixmargin {
  margin-bottom: -35px;
}
.banner_home .row {
  margin-left: -1px;
  margin-right: -1px;
}
.banner_home .fixed-tree-banner img {
  border-radius: 10px !important;
}
.banner_home .fixed-tree-banner {
  padding-left: 1px !important;
  padding-right: 1px !important;
  margin-top: 1px;
}
#slider .slider .item img {
  height: 100%;
  width: 100%;
}
.slider .owl-buttons {
  display: none;
}
.slider .owl-controls {
  bottom: 5px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slider .owl-controls .owl-pagination .owl-page span {
  color: #fff;
  height: 2px;
  width: 80px;
}
.slider .owl-controls .owl-pagination .owl-page span:hover {
  background: #fff none repeat scroll 0 0;
}
.slider .owl-controls .owl-pagination .active span {
  background: #ff5a00 none repeat scroll 0 0;
}
#slider .owl-carousel {
  margin: 0 !important;
}
#pagina {
  border-top: 1px solid #eeeeee;
  display: inline-block;
  margin: 40px 0;
  padding-top: 15px;
  width: 100%;
}
.pagination > li > a,
.pagination > li > span {
  border-radius: 0 !important;
  color: #a3a3a3;
  margin-right: 5px;
  border: 1px solid #eeeeee;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  color: #111;
}
.slide {
  margin-bottom: 30px;
}
.product-filter h1 {
  color: #555;
  font-size: 24px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 5px 0 0;
}
.product-filter {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 8px;
}
.product-filter select {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0;
}
/* Sldier */
#slider_product {
  margin-bottom: 35px;
  overflow: inherit;
}
#slider_product .slider_product {
  padding: 10px 0;
}
#slider_product .slider_product .item {
  text-align: center;
}
#slider_product .slider_product .item img {
  width: 100%;
  padding: 0;
}

#slider_product .slider_product .item a span {
  width: 100%;
  display: table;
  padding-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #444;
}
#slider_product .slider_product .owl-pagination {
  display: none;
}
#slider_product .slider_product .owl-buttons {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
#slider_product .slider_product .owl-buttons .owl-prev {
  left: 0;
}

#slider_product .slider_product .owl-buttons .owl-next {
  right: 0;
}

.bgaddcard {
  overflow: hidden;
  background: #fafafa;
  border: 1px solid #f1f1f1;
  padding: 12px;
  margin-bottom: 30px;
}
.bgaddcard h3 {
  color: #444;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.bgaddcard .price-old {
  color: #888;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: line-through;
}
.bgaddcard .price,
.bgaddcard .price-new {
  color: #ff5a00;
  display: inline-block;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.bgaddcard button {
  background-color: #28b34b !important;
  border: none;
  border-radius: 4px;
  color: white !important;
  display: block;
  font-size: 20px;
  height: 60px;
  line-height: normal !important;
  margin: 0 0 3px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  width: 300px;
  max-width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bgaddcard button span {
  display: block;
  margin-top: 4px;
  font-size: 12px !important;
  font-weight: 300;
  line-height: inherit;
  text-transform: none !important;
}
/* product layout */
.banner_home {
  margin-bottom: 50px;
}
#product-home {
  margin-bottom: 40px;
}
.category-page .product-layout {
  margin-bottom: 40px;
}
.product-layout {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.product-layout h3.name {
  text-align: center;
  overflow: hidden;
  margin: 15px 0 5px;
  padding: 0;
  height: 54px;
}
.product-layout h3.name:hover a {
  color: #ff5a00;
}
.product-layout h3.name a {
  font-size: 14px;
  font-weight: 400;
  color: #868686;
  line-height: 19px;
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Tahoma", Helvetica, Arial, sans-serif;
}
.product-layout .price {
  text-align: center;
}
.product-layout .price span.price-new {
  color: #f3652a;
  font-size: 17px;
  font-family: "Tahoma", Helvetica, Arial, sans-serif;
}
.product-layout .price span.price-old {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  text-decoration: line-through;
  padding-right: 5px;
}
.product-layout .image {
}
.product-layout .secondary-img {
  left: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.product-layout .primary-img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.product-layout:hover .primary-img {
  /*transform: translate3d(-100%, 0px, 0px);*/
  /*-webkit-transform: translate3d(-100%, 0px, 0px);*/
  /*-moz-transform: translate3d(-100%, 0px, 0px);*/
  /*-ms-transform: translate3d(-100%, 0px, 0px);*/
  opacity: 0;
  visibility: hidden;
}
.product-layout:hover .secondary-img {
  visibility: visible;
  z-index: 9;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* footer */
/* footer ------------------------------------------------------------------------- */

.footer-top {
  padding-bottom: 18px;
  padding-left: 0;
  padding-top: 3px;
}
.footer-top .col-1,
.footer-top .col-2,
.footer-top .col-3 {
  float: left;
  width: 20%;
  padding: 0 10px;
}
.footer-top .col-4 {
  float: left;
  width: 40%;
  padding: 0 10px;
}
.footer-top .text {
  float: left;
}
.footer-top .text h3 {
  margin: 0 0 5px;
}
.footer-top .text h3 img:hover {
  opacity: 1;
}
.footer-top ul {
  padding: 0;
  list-style: none;
  color: #999;
}
.footer-top ul li a {
  font-family: Open Sans;
}
.footer-top ul li:hover a {
  color: #fff;
}
.footerWrap {
  padding: 35px 0 10px;
  margin: 0 !important;
  background-color: #000;
}

.footerWrap .footerSocial h3 {
  margin-bottom: 5px;
}
.footerWrap .footerSocial .newsletter .input-group-field {
  margin: 0px;
}
#socialWrapND {
  padding: 0;
}
.newsletter .input-group-field,
.footerSocial .text {
  display: none;
}

ul.social {
  float: right;
  padding-left: 0;
}
ul.social li {
  display: inline-block;
  margin-right: 0;
}
ul.social li a {
  display: inline-block;
  width: 26px;
  height: 26px;
  text-indent: -999em;
  -webkit-transition: background-position 0s;
  transition: background-position 0s;
}
ul.social li.facebook a {
  background: url(../image/footer_icon_facebook.png) no-repeat;
  width: 36px;
  background-size: 36px 136px;
}
ul.social li.facebook a:hover {
  background-position: 0 -68px;
}
ul.social li.twitter a {
  background: url(../image/footer_icon_twitter.png) no-repeat;
  width: 50px;
  background-size: 50px 136px;
}
ul.social li.twitter a:hover {
  background-position: 0 -68px;
}
ul.social li.google a {
  background: url(../image/footer_icon_google.png) no-repeat;
  width: 46px;
  background-size: 46px 136px;
}
ul.social li.google a:hover {
  background-position: 0 -68px;
}
ul.social li.instagram a {
  background: url(../image/footer_icon_insta.png) no-repeat;
  width: 46px;
  background-size: 46px 136px;
}
ul.social li.instagram a:hover {
  background-position: 0 -68px;
}
ul.social li.rss a {
  background: url(../image/footer_icon_youtube.png) no-repeat;
  width: 50px;
  background-size: 50px 136px;
}
ul.social li.rss a:hover {
  background-position: 0 -68px;
}
ul.social li.pinterest a {
  background: url(../image/footer_icon_pineterst.png) no-repeat;
  width: 36px;
  background-size: 36px 136px;
}
ul.social li.pinterest a:hover {
  background-position: 0 -68px;
}
.footer-top h3,
.footer-top h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  margin-bottom: 16px;
}

.footer-top .footer-top-left {
  float: right;
}
.footer-top .footer-top-left img {
  width: 100%;
}
.footer-top .footer-top-left a {
  padding-left: 10px;
  display: block;
  float: right;
  width: 50%;
}
.footer-top .footer-top-left a:hover img {
  background-color: #999;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 25px;
}
.footer-bottom address {
  color: #969696;
  margin-bottom: 6px;
  line-height: 1.6;
  float: left;
}
#payment-methods {
  float: left;
  margin-right: 15px;
}
.payment-method {
  padding: 0 20px 0 0;
}
.payment-method img {
  height: 13px;
}
.site-footer .footerWrapBottom {
  padding: 15px 10px;
}
.site-footer .footerWrapBottom .footer-top .row {
  margin: 0 !important;
}
.site-footer .footerWrapBottom .footer-top .row li {
  margin-bottom: 7px;
}
.site-footer {
  padding: 0;
  letter-spacing: 0;
  background: #272727;
}
.site-footer a:hover {
  text-decoration: none;
}
.site-footer .footer-line {
  background-color: #7accc8;
  height: 60px;
  padding-top: 5px;
}
.site-footer .footer-line .footer-info {
  display: block;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
}
.site-footer .footer-line .footer-info span,
.site-footer .footer-line .footer-info a {
  font-size: 17px;
  color: #fff;
  font-family: "Roboto";
  letter-spacing: 0;
}
.site-footer .footer-line .footer-info a:hover {
  color: #868686;
}
.site-footer .footer-line .footer-info-left {
  float: left;
  display: none;
}
.site-footer .footer-line .footer-info-left span:first-child {
  font-size: 1.2em;
}
.site-footer .footer-line .footer-info-right {
  margin: 10px auto;
}
.site-footer .footer-line .footer-info-right span {
  margin: 0 4%;
}
.site-footer .footer-line .footer-info-right span:last-child {
  margin-right: 0;
}
.site-footer .footer-line .footer-info-right span.footer-info-cut {
  margin: 0;
}
.site-footer a,
.footer-bottom address {
  font-size: 13px;
  color: #868686;
}
.footer-info > .owl-controls {
  margin: 0 !important;
}
.footer-info.owl-theme .owl-buttons .owl-prev,
.footer-info.owl-theme .owl-buttons .owl-next {
  top: 0 !important;
}
/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  background: #fafafa;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li a {
  color: #999;
  text-transform: uppercase;
}
.breadcrumb > li {
  text-shadow: 0 1px 0 #fff;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagination {
  margin: 0;
}
/* 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;
}
/* product list */
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: auto;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-grid .product-thumb .image {
  float: none;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h4 {
  font-weight: 700;
}
.product-thumb .caption {
  padding: 0 20px;
  min-height: 180px;
}
.product-list .product-thumb .caption {
  margin-left: 230px;
}
@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
.product-thumb .rating {
  padding-bottom: 10px;
}
.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;
}
h2.price {
  margin: 0;
}
.product-thumb .price {
  color: #444;
}
.product-thumb .price-new {
  font-weight: 600;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}
.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails {
}
.thumbnails > img {
  width: 100%;
}
.thumbnails .thumbnail {
  border: none;
}

@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;
  }
}

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 180px;
  right: 14px;
  display: none;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  width: 50px;
  z-index: 99999999;
}
/*--- News ---*/
body.news-news_category {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.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;
  padding-top: 10px;
}
.icover-news {
  padding: 0 0 30px 0;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}
.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;
}
@media only screen and (max-width: 767px) {
  .top-news {
    margin: 0;
  }
  .icover-news .part-news .item a figure {
    display: block !important;
  }
}
.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;
}
.wrapper-desc {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
}
.wrapper-desc img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.product-slider {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.choose-radio.selected img {
  border: 1px solid #33c9db;
  opacity: 1;
}
.choose-radio img {
  opacity: 1;
}
.choose-radio input[type="radio"] {
  display: none;
}
.product-slider .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000000000;
  display: block;
  overflow: hidden;
  background: #fff url("../image/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 {
  margin: 0 12px 0 0;
  cursor: pointer;
  opacity: 0.6;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.slider-nav .slick-slide.slick-current {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  color: #fff !important;
}
.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;
}
.checkout-success {
  position: relative;
}
.checkout-success .loadingpage {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  top: 0;
  box-sizing: border-box;
  display: block;
}
.checkout-success .textOver {
  top: 20%;
  left: 50%;
  position: absolute;
  margin-top: 60px;
  margin-left: -125px;
  z-index: 999;
  color: #fff;
  background-color: #229ac8;
  border-radius: 4px;
  padding: 8px 15px;
  width: 250px;
  text-align: center;
  line-height: 16px !important;
}
.checkout-success .loadingpage .icon {
  top: 20%;
  left: 50%;
  z-index: 888;
  position: absolute;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  color: #333333;
}
#section-product {
  margin-bottom: 60px;
}
#section-product .b-sku-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#section-product .b-sku-brand .manufacturerImg {
  height: 50px;
  width: 100px;
  background-position: center;
  background-size: cover;
}
#section-product .b-sku-brand .load-sku span {
  color: #333;
}
#section-product .b-sku-brand .load-sku {
  font-size: 14px;
  color: #999;
  padding: 5px 0;
}
#section-product .price-product {
  padding-top: 10px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #999;
  font-size: 13px;
}
#section-product .price-product .price-new {
  font-size: 22px;
  font-weight: 500;
  color: #f60;
  margin-bottom: 10px;
  display: block;
}
.block-row {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  padding: 10px 0;
  font-size: 14px;
}
.block-row .col1 {
  width: 90px;
  color: #999;
}
.block-row .col2 {
  flex: 1;
  color: #333;
}
#section-product .support {
  padding: 0.75rem 12px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-top: 10px;
}
#section-product aside {
  padding-top: 5px;
}
#section-product .support h5 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  display: block;
}
#section-product .support .hotline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#section-product .support .hotline span {
  font-size: 16px;
  font-weight: 600;
  color: #f60;
  margin-right: 10px;
}
#section-product .support .hotline .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#section-product .support .hotline .icon a {
  width: 25px;
  margin-right: 10px;
}
#section-product .support .hotline .icon a img {
  width: 100%;
}
#section-product .support .block-1 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
}
#section-product .support .block-2 {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 10px;
}
#section-product .support ul {
  margin: 0;
  padding: 0;
}
#section-product .support ul li {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}
#section-product .support ul li i {
  display: inline-block;
  margin-right: 7px;
  color: #00984a;
  position: relative;
  top: 1px;
}
#section-product .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;
}
#section-product .support .block-3 a {
  color: #f60;
  font-size: 26px;
  position: relative;
  top: 2px;
}
#section-product .support .block-4 {
  padding: 10px 0;
}
#section-product .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;
}
#product-extent .product-description {
  margin-bottom: 40px;
}
#product-extent h2,
#product-extent h3,
#product-extent h4,
#product-extent h5 {
  font-weight: 700;
  line-height: 1.3;
  font-family: "Noto Sans", sans-serif;
}
#product-extent .product-description .content.active {
  max-height: unset;
  overflow-y: hidden;
  padding-bottom: 0;
}
#product-extent .product-description .content {
  padding: 24px 20px 120px;
  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);
  max-height: 300px;
  overflow-y: hidden;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  color: #222;
}
#product-extent .tab-description-mobile {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  color: #222;
}
#product-extent .product-description .content p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}
#product-extent .product-description .content.active:before {
  content: none;
}
#product-extent .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-extent .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: 35px;
  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;
}
#product-extent .specification {
  padding: 8px;
  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);
}
#product-extent .specification .table {
  margin-bottom: 0;
}
#product-extent .specification .table tr td {
  font-size: 14px;
  padding: 12px 10px;
  color: #333;
}
#product-extent .specification .table tr td:first-child {
  color: #999;
  width: 43%;
}
.specification .table-bordered {
}
.specification .table.table-bordered td {
  border: none;
  border-right: 1px dashed #dfdfdf;
  border-top: 1px dashed #dfdfdf !important;
}
#product-extent ._title {
  color: #444;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
  display: block;
}
.box-form-comment {
  display: flex;
}
.box-form-comment .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  margin-right: 8px;
}
.box-form-comment .form-review {
  flex: 1;
}
#box-review {
  margin-bottom: 50px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
#box-review .cm-heading h4 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 5px;
}
#box-review .cm-heading h5 {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
}
#box-review .cm-heading {
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px;
  text-transform: uppercase;
}
#box-review input[type="text"],
#box-review textarea {
  border: 1px solid #d0d0d0;
  border-radius: 0;
  box-shadow: none;
}

#box-review input[type="text"] {
  height: 40px;
  font-size: 14px;
  border-radius: 5px;
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
}
#box-review textarea {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  color: #737d83;
  font-size: 14px;
  height: 120px;
  line-height: 1.2;
  margin: 0 0 15px;
  outline: medium none;
  resize: none;
  width: 100%;
  padding: 8px 10px;
  background: #f5f5f5;
}
#review p {
  font-style: italic;
}
#form-review .btn-action-link {
  align-items: center;
  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: none;
  border-radius: 20px;
  font-weight: 400;
  font-size: 17px;
  padding: 8px 20px;
  text-transform: uppercase;
}
#form-review .btn-action-link:hover {
  background: #37383a !important;
  border: 1px solid #37383a;
}
.modal-header h4 {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
#button-review {
  background: #0094ff;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 16px;
  text-transform: uppercase;
}
#form-review .notice {
  color: #df0000;
  font-style: italic;
  line-height: 25px;
  margin-bottom: 20px;
}
.rating-symbol .symbol {
  display: inline-block;
  border-radius: 50%;
  border: 5px double white;
  width: 30px;
  height: 30px;
}
.rating-symbol .glyphicon {
  font-size: 22px;
  color: #efa600;
}
.rating-symbol .glyphicon-star-empty {
  color: #ccc;
}

.symbol-filled {
  background-color: black;
}
.comment_title {
  color: #999;
  margin: 20px 0 20px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
}
.comment_title h4 {
  border-bottom: 1px solid #ddd;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
  padding: 0 0 5px;
}
.comment_title h4 span {
  color: #db0000;
}
.row_comment {
  display: flex;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  padding-bottom: 15px;
}
.row_comment + .row_comment {
  padding-top: 15px;
  border-top: 1px dotted #d4d4d4;
}
.row_comment .b_left {
  width: 50px;
  height: 50px;
}
.row_comment .b_right {
  float: left;
  padding-left: 15px;
  flex: 1;
}
.row_comment .b_right .desc {
  margin-bottom: 12px;
}
.row_comment .b_right .title {
  font-weight: 600;
  margin-bottom: 5px;
}
.b_right .title span {
  font-size: 11px;
  color: #7c7c7c;
  font-weight: normal;
}
.admin_comment {
  background: #f5f5f5;
  display: block;
  overflow: hidden;
  color: #333;
  font-size: 13px;
  padding: 10px;
  border-radius: 5px;
  font-style: italic;
}
.admin_comment .a_left {
  float: left;
  width: 5%;
}
.admin_comment .a_right .title {
  margin-bottom: 8px;
}
.admin_comment .a_right em {
  background: #ff5a00;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  padding: 2px 4px 1px;
  border-radius: 3px;
  font-size: 11px;
  display: inline-block;
  margin-right: 5px;
}
.admin_comment .a_right {
  width: 95%;
  float: left;
  padding-left: 10px;
}
.linefix {
  height: 1px;
  width: 100%;
  background: #ddd;
  margin-bottom: 50px;
}
.choose-radio img {
  opacity: 0.6;
}
.choose-radio.checked img {
  border: 1px solid #ff5a00;
  opacity: 1;
}
body[class*="product-product"] .option-value ul.list-inline > li {
  padding: 0 8px 0 0;
}
body[class*="product-product"] .option-value .checkbox label,
body[class*="product-product"] .radio label {
  padding: 0;
  margin: 0;
}
.block-option-link {
  display: block;
  height: 30px;
  margin-top: 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: 20px;
  width: 20px;
  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);
}
@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;
}
