@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all);

body {
  background-color: #f6f6f6;
  font-family: "Open Sans", sans-serif;
  color: #0a0a0a;
  height: 100vh;
}
.main {
  margin-top: 0 !important;
}
a {
  color: #0a0a0a;
}
a:hover {
  text-decoration: none;
  color: #e91a1a;
}
a:focus {
  text-decoration: none;
}

button {
  outline: none;
}
button.btn:focus:not(.btn-cart) {
  color: #fff;
  outline: none;
}
input[type="radio"] {
  margin-right: 10px !important;
  margin-top: 0px !important;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.red {
  color: red;
}
.show {
  display: block;
}
#header {
  margin-top: 0 !important;
}
.banner-top {
  background-color: #fff;
}

.banner-top #logo_wrap img {
  max-height: 100px !important;
}
.btn-hxt {
  background-color: #f05a29;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: 34px;
}
#review_form .btn-hxt {
  width: 100%;
}
.nav > li > a:focus {
  background-color: transparent;
  outline: none;
}
.c-loading {
  min-height: 400px;
  display: grid;
  padding: 0 15px;
  background: #fff;
}

.loading {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
}
.loading div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.loading div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f05a29;
  margin: -3px 0 0 -3px;
}
.loading div:nth-child(1) {
  animation-delay: -0.036s;
}
.loading div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.loading div:nth-child(2) {
  animation-delay: -0.072s;
}
.loading div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.loading div:nth-child(3) {
  animation-delay: -0.108s;
}
.loading div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.loading div:nth-child(4) {
  animation-delay: -0.144s;
}
.loading div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.loading div:nth-child(5) {
  animation-delay: -0.18s;
}
.loading div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.loading div:nth-child(6) {
  animation-delay: -0.216s;
}
.loading div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.loading div:nth-child(7) {
  animation-delay: -0.252s;
}
.loading div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.loading div:nth-child(8) {
  animation-delay: -0.288s;
}
.loading div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.modal-dialog .close {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 24px;
  height: 24px;
  background: #000;
  color: #fff;
  font-size: 11px;
  opacity: 0.8;
  border: 2px solid #ccc;
  border-radius: 12px;
}
/* scroll */
.custom-scrollbar {
  scrollbar-color: #888 transparent;
  scrollbar-width: thin;
  height: 100%;
  overflow: auto;
}
/* width */
.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/** BEGIN SLICK **/

.slick-arrow:before {
  color: #000 !important;
}
.main-slide .slick-slide img {
  width: 100%;
  height: 400px;
}
/** END SLICK **/
.block_limit .block-content > ul.smartmenu-category {
  display: none;
}

.is-home .block_limit .block-content > ul.smartmenu-category {
  display: block;
}
.ddmenu_left:hover:not(.is-home) .block-content > ul.smartmenu-category {
  display: block;
}
.c-menu-pc {
  background-color: #fff;
}
.logo {
  height: 100px;
}

.group-search {
  position: relative;
}

.form-control:focus {
  box-shadow: none;
}
.btn {
  outline: none;
}

.group-search .select-category {
  border: 0;
  width: 160px;
  border: 2px solid #d2d2d2;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right-width: 1px;
  height: 40px;
}

div.group-search input {
  width: calc(99% - 160px) !important;
  left: 0;
  border: 0;
  box-shadow: none;
  height: 40px;
  border-top: 2px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
}

div.group-search input:focus {
  border-color: #d2d2d2;
  box-shadow: none;
}

.group-search .input-group-btn {
  left: -5px;
}

.payment_sum .input-group .input-group-addon {
  padding: 0;
  border: 0;
}

.payment_sum .input-group .input-group-addon button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.payment_sum .input-group input {
  border: 0;
}
.content-coupon {
  margin-bottom: 10px !important;
}
.group-search button {
  border: 0;
  border-left: 1px solid #d2d2d2;
  height: 40px;
}

.group-search .fa {
  font-size: 18px;
}

.right-content {
  height: 100%;
  line-height: 20px;
}
div.form-search-wrap {
  height: 100px;
  padding-top: 33px;
}

.cart-header .circle {
  border: none;
  background: #f05a29;
  color: #fff;
  font-size: 12px;
  padding: 1px 6px;
  margin-left: -12px;
  vertical-align: 8px;
  border-radius: 50%;
  position: relative;
  top: -6px;
  right: -6px;
}

.cart-header .fa {
  font-size: 22px;
  color: #ffffff;
}
.cart-header {
  top: 18px;
  background-color: #fff;
  position: relative;
  text-align: center;
}

.number-of-cart {
  position: relative;
  padding-right: 10px;
}

/** TOP BAR **/
.top-bar {
  height: 35px;
  background-color: #f4f4f4;
}

.top-bar .top-bar-item {
  float: left;
  line-height: 35px;
  color: #444444;
  font-size: 13px;
}

.top-bar .top-bar-item-area-selector button {
  padding: 0 10px;
  height: 23px;
  background-color: #ececec;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
}
.top-bar-item-area-selector {
  border-right: 1px solid #dddddd;
  padding: 0px 17px;
}
.group-register-newsletter {
  border-left: 1px solid #ffffff;
  padding: 0px 17px;
}
.top-bar-item .fa {
  padding-right: 5px;
  color: #aaaaaa;
}
.group-support-online {
  padding: 0 17px;
  border-right: 1px solid #fff;
}

.group-user {
  border-left: 1px solid #dddddd;
  padding: 0 17px;
  position: relative;
}
.group-user span {
  padding: 0 5px;
}

.group-user ul.dropdown-menu {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #fff !important;
}

.group-user ul.dropdown-menu > li > a:hover {
  background: #f5f5f5 !important;
}

.form-search select {
  background-color: #fff !important;
}
.c-login {
  width: 350px;
  position: absolute;
  z-index: 999;
  background: #fff;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  display: none;
}
.c-login h4 {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
}
.c-login .popup-body {
  padding: 10px 15px 0 15px;
}
.c-login .popup-body .input-group-addon {
  background-color: transparent;
  padding: 6px 12px;
}
.c-login .popup-body .form-group:last-child {
  margin-bottom: 5px;
}
.c-login .popup-body .fa {
  font-size: 16px;
  padding-right: 0;
}
.c-login .popup-body button {
  width: 100%;
  margin-right: 0;
}
.c-login .popup-body .register-account {
  display: inline-block;
}
.c-login .popup-body .register-account {
  font-size: 13px;
  color: #666;
}
.c-login .popup-body a {
  color: #3679ad;
  font-size: 13px;
  padding-left: 10px;
}
.c-login .popup-footer {
  background-color: #f4f4f4;
  padding: 10px 15px 5px 15px;
}
.c-login .popup-footer .social-item {
  float: left;
  margin-right: 10px;
}
.c-login .popup-footer .groups-social {
  display: inline-block;
}
/** END TOP BAR **/

/** CART HEADER **/
.group-cart {
  cursor: pointer;
}

/** END CART HEADER **/

/** SLIDE **/

.main-slide {
  margin-left: 235px;
  margin-bottom: 5px;
  width: calc(100% - 235px);
  display: inline-block;
  float: left;
}
.right-slide {
  float: left;
}
.main-slide .sohomepage-slider .so-homeslider {
  border: 0;
}
#home.content {
  margin-bottom: 0;
}
/** END SLIDE **/

/** MENU **/
.ddmenu_left .block_limit .block-content > ul > li img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
}
.ddmenu_wrap .ddmenu > li > ul {
  background: #fff !important;
  min-height: auto;
}
.ddmenu_wrap .ddmenu > li > ul > li {
  list-style-type: none;
}
.ddmenu_wrap .ddmenu > li > ul > li:hover {
  background-color: #f2f2f2 !important;
}
.ddmenu_wrap .ddmenu ul li a {
  color: #222;
}
.ddmenu_wrap .ddmenu > li > ul > li > a {
  position: relative;
  font-size: 13px;
  padding: 10px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
}
.ddmenu_wrap .ddmenu > li > ul > li > a:after {
  background-color: transparent;
}
.container-nav {
  background-color: #f05a29 !important;
  min-height: 40px;
}
.container-nav .block_limit {
  top: 0;
}
#menu_top.ddmenu {
  height: 40px;
}
.container-nav .ddmenu {
  background-color: transparent;
}
.container-nav .ddmenu h2 {
  line-height: 40px;
  font-weight: inherit;
  font-size: inherit;
}
.container-nav .ddmenu > li {
  margin-top: 0;
  border-left: 0;
}
.container-nav .ddmenu > li > a {
  line-height: 40px;
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: normal;
}
.container-nav .block_limit .block-title {
  line-height: 40px;
  background-color: #f05a29;
}
.container-nav .block_limit .block-content > ul > li {
  background-color: #fff;
}
.container-nav .sm-vertical > li > a {
  color: #222222;
}
.container-nav .sm-vertical > li > a > h2,
.sm-vertical > li ul a h2 {
  font-size: inherit;
  font-weight: inherit;
}

.nav.main-nav > li {
  float: left;
}
.nav.main-nav > li > a {
  display: block;
  float: left;
  height: 42px;
  padding: 0 15px;
  line-height: 42px;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
}
.nav.main-nav > li > a:hover {
  background-color: #ca181f;
}
.btn-category {
  height: 42px;
  line-height: 42px;
  width: 225px;
  background-color: #ca181f;
  padding: 0 15px;
  cursor: pointer;
}
.btn-category:hover .branding-menu {
  display: block;
}
.btn-category > .fa {
  color: #fff;
  font-size: 22px;
}
.btn-title {
  color: #fff;
  font-weight: 400;
  padding-left: 10px;
}
.branding-menu {
  position: absolute;
  left: 0;
  top: 34px;
  width: 225px;
  padding: 0;
  /* display: none; */
  margin-top: 8px;
  border: 1px solid #efefef;
  background: white;
  z-index: 99;
  display: none;
}
.nav > li > a > img.icon-menu {
  max-width: 22px;
  margin-right: 5px;
}
.title-menu {
  font-size: 13px;
  color: #0a0506;
}
.branding-menu .nav > li > a {
  padding: 0 15px 0 10px;
  height: 41px;
  line-height: 40px;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #eeeeee;
  font-size: 13px;
  color: #222222;
  position: relative;
}
.branding-menu .nav > li > a:hover {
  background: transparent;
}
.branding-menu .nav > li > a:hover > .title-menu {
  color: #f05a29;
}
.sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  width: -webkit-fill-available;
  border-left: 1px solid #eeeeee;
  min-width: 250px;
}
.sub-menu > li {
  list-style: square;
  color: #fe9705;
  padding-right: 15px;
}
.branding-menu li.has-child > a:after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
}
.branding-menu .has-child:hover a {
  margin-right: -1px;
}
.branding-menu .has-child:hover .sub-menu {
  display: block;
}
.block_limit .block-content > ul > li:hover,
.block_limit .block-content > ul > li > a:hover {
  background-color: #f2f2f2 !important;
  color: #222222 !important;
}
.sm-clean-vertical a span.sub-arrow,
.sm-clean ul a span.sub-arrow {
  border-color: transparent transparent transparent #222222 !important;
}
/** END MENU **/
/** USER **/
#home .users-menu {
  float: left;
  width: 200px;
  display: block;
}
#home .users-menu.nav-pills > li {
  clear: both;
  width: 100%;
  border-top: 1px solid #000;
  margin-top: 0;
  margin-left: 0;
  padding: 7px 15px;
}
#home .detail-content {
  margin-left: 200px;
}
#home .users-menu.nav-pills > li > a {
  display: inline-block;
}
.detail-content .tab-pane .form-detail {
  display: flow-root;
}
/** END USER **/
/** HOME **/

.home-slide li {
  position: relative;
}

.home-slide .promo-slider .control-dots {
  position: relative;
  top: 0px;
  text-align: right;
  margin-top: 0;
}

.home-slide .promo-slider .carousel.carousel-slider {
  overflow: initial;
}

.home-slide .carousel .control-dots .dot:last-child {
  margin-right: 0;
}

.home-slide .carousel .control-dots .dot {
  background-color: #cbcbcb;
}

.home-slide .carousel .control-dots .dot.selected {
  background-color: #70be10;
}

.home-slide .promo-slider .carousel img {
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  object-position: 50% 50%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.promo-banner-bottom {
  border: 1px solid #ddd;
}
.promo-banner-bottom .item {
  width: 20%;
  float: left;
}
.promo-banner-bottom .item:last-child img {
  float: right;
}
.promo-banner img {
  max-width: 100%;
  height: auto;
}

.home-slide .carousel-slider {
  height: 335px;
}
.home-slide .slider-wrapper,
.home-slide .slider-wrapper ul {
  height: 100%;
}
.home-slide .item {
  height: 375px;
}
.sohomepage-slider .so-homeslider {
  border-top: 0;
}
.sohomepage-slider .so-homeslider img {
  height: 100% !important;
}
.promo-banner {
  margin-left: 10px;
  width: 240px;
}

.promo-banner img {
  margin-bottom: 5px;
}

.home-slide .promo-banners-bottom {
  border: 1px solid #ddd;
  height: 132px;
  background-color: #fff;
  margin-top: 25px;
}
.home-slide .promo-banners-bottom .promo-banners-bottom-item {
  float: left;
  width: 20%;
}
.home-slide .promo-banners-bottom .promo-banners-bottom-item img {
  max-width: 100%;
}

.promo-slider .promo-banners-bottom .promo-banners-bottom-item .banner-title {
  font-size: 14px;
  margin-top: 4px;
  text-align: center;
}

.tab-content {
  padding-top: 30px;
  text-align: center;
}
.tab-content button + button {
  margin-left: 10px;
}
.tab-content button {
  letter-spacing: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  background: #f7f7f7;
  padding-bottom: 5px;
  border-radius: 4px;
  border: 1px solid #65c400;
  font-size: 17px;
  font-weight: bold;
}

.tab-content button.active {
  color: rgb(254, 151, 5);
  text-transform: uppercase;
  border: 1px solid;
  display: inline-block;
  box-shadow: none;
}
.slide-products {
  margin: 30px 0;
}

.product-item {
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}
.product-item .product-title {
  height: 50px;
  margin: 0 15px;
  padding-top: 10px;
}
.product-item .product-info {
  text-align: left;
  padding: 10px 15px 5px 15px;
  height: 60px;
}
.product-item .product-title .product-name {
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  text-overflow: ellipsis;
  color: #414141;
  font-size: 15px;
  font-weight: 400;
  height: 44px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.product-item .product-title a:hover {
  color: #fe9705;
  text-decoration: none;
}
.product-item .box-content {
  text-align: center;
}

.product-item .btn-add-to-cart {
  background-color: #f05a29;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 15px;
}
.product-price.price-sale {
  padding-top: 0px;
}

.product-item .wholesale {
  overflow: hidden;
  position: absolute;
  z-index: 99;
}
.product-item .label-wholesale {
  background: #4caf50;
  color: #fff;
  position: absolute;
  z-index: 1;
  padding: 9px 42px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  padding-top: 22px;
  right: -46px;
  top: -7px;
  text-transform: uppercase;
  font-size: 12px;
}
.product-item .label-wholesale-note {
  position: absolute;
  z-index: 99;
  bottom: 5px;
  background: #4caf50;
  color: #fff;
  padding: 3px 5px 3px 15px;
  font-size: 12px;
  left: -5px;
}

.product-item .label-wholesale-note:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 5px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: solid 4px #4caf50;
  border-left: solid 5px transparent;
  border-right: solid 0px transparent;
}

.product-price .price-discount {
  color: #f05a29 !important;
  font-size: 38px !important;
  width: 28.6% !important;
  margin-right: 2%;
  float: left;
  line-height: 37px;
}
.right-product-block {
  margin-top: 20px;
}
.right-product-block .product-price .price-discount {
  margin-right: 20px;
}
.right-product-block .right-title {
  background-color: #f05a29;
  padding: 10px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 15px;
}
.right-product-block .right-title .fa {
  font-size: 18px;
  padding-right: 10px;
}

.c-flash-sale .price-discount {
  width: 12.3% !important;
}

.c-btn-view-more {
  text-align: center;
  margin-bottom: 30px;
}
.btn-view-more {
  background: #fff;
  color: #f05a29 !important;
  white-space: nowrap;
  padding: 10px 59px 10px 59px;
  font-size: 14px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  font-family: "OpenSans", arial;
  display: inline-block;
  vertical-align: 0;
  border: 1px solid #f05a29;
  margin-top: 15px;
}
.list-deal-info-ce {
  float: left;
  white-space: nowrap;
  width: 24.52%;
  margin-right: 2%;
}

.product-count-down {
  /** float: left;
    width: 33.4%;
    **/
  margin-right: 2%;
  color: #3a3a3a;
  font-size: 15px;
  font-weight: 700;
  padding-top: 18px;
  padding-left: 50px;
}

.product-count-down .fa {
  display: inline-block;
  color: #858585;
  font-size: 16px;
  font-weight: 300;
  vertical-align: -1px;
  margin-right: 4px;
}

.product-price .percent {
  font-size: 22px;
}

.product-price .trueprice {
  color: #858585;
  font-size: 12px;
  line-height: 20px;
  padding-top: 0;
  text-decoration: line-through;
}
span.trueprice1 {
  color: #858585;
  font-size: 12px;
  line-height: 20px;
  padding-top: 0;
}
.product-price .price-value {
  font-size: 15px;
  font-weight: bold;
  line-height: 13px;
  color: #3a3a3a;
}

.product-views {
  float: right;
  font-weight: 400;
  line-height: 16px;
  font-size: 16px;
  color: #858585;
}
.c-flash-sale .product-views {
  padding-top: 0px;
}
.product-views .fa {
  padding-right: 10px;
}
.box-image {
  position: relative;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  max-height: 310px;
}
.box-image img {
  transform: translateZ(0);
  margin: 0 auto;
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
  width: 100%;
  padding: 0;
  object-fit: cover;
  height: 301px;
}

.section-product {
  display: inline-block;
  width: 100%;
  background-color: #fff;
}
.section-product:first-child {
  padding-top: 15px;
}
.section-product .content-products {
  padding: 0 10px;
}
.c-home .c-view-more + .section-product {
  padding-top: 0;
}
.section-product .section-header {
  height: 44px;
  border-bottom: 1px solid #f05a29;
  margin-bottom: 10px;
}
.section-product .section-title,
.c-category .section-title {
  margin: 0;
  font-size: 17px;
  line-height: 34px;
  display: inline-block;
  padding: 0;
}
.section-product .floor-title {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  background: #f05a29;
  text-align: center;
  width: 65px;
  height: 44px;
  display: block;
  float: left;
  margin-right: 10px;
}

.section-product .section-title a,
.c-category .section-title {
  font-size: 32px;
  color: #333;
  text-transform: uppercase;
  background: #fff;
  white-space: nowrap;
  font-weight: 300;
  display: inline-block;
  line-height: 39px;
}
.section-product .product {
  text-align: center;
}

.section-product .header-right,
.c-category .header-right {
  float: right;
  line-height: 34px;
  padding-right: 10px;
}

.section-product .header-right ul {
  list-style-type: none;
}

.section-product .header-right ul > li {
  float: left;
}

.section-product .header-right ul > li > a {
  padding: 0 10px;
  border-right: 1px solid #d2d2d2;
  color: #111 !important;
}

.section-product .header-right ul > li:last-child > a {
  border-right: 0;
}

.section-product .header-right ul > li > a > .fa {
  padding-left: 10px;
  font-size: 20px;
  color: #f05a29;
}

.category-image a {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.category-image a:hover {
  text-decoration: none;
}
.category-title {
  padding-right: 0;
  line-height: 50px;
  text-align: center;
  margin: 0;
  margin-right: -16px;
}

.c-home .section-product .section-header,
.c-category .section-header {
  border-bottom: 1px solid #f05a29;
  height: 44px;
  margin: 0px 0px 0 0px;
  position: relative;
  border-top: 0;
  border-right: 0;
}
.c-home .section-product {
  padding-bottom: 20px;
  background-color: #fff;
  padding-top: 10px;
}
.c-home .product-item,
.product-item {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.c-view-more {
  text-align: center;
  margin-top: -180px;
  background: #fff;
  position: relative;
  height: 110px;
  margin-bottom: 0;
  box-shadow: 0 -7px 11px -7px #333;
}
.view-more {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #000;
  opacity: 0.8;
  position: relative;
  top: -23px;
  cursor: pointer;
}
.view-more .fa {
  color: #fff;
  font-size: 22px;
  position: relative;
  top: 13px;
}
.c-view-more .number-product-sale {
  text-transform: uppercase;
  position: relative;
  top: -13px;
}

.c-filter {
  position: relative;
  bottom: -9px;
}
.c-filter .item-filter {
  text-transform: uppercase;
  cursor: pointer;
  padding: 4px 13px;
  display: inline-block;
}
.c-filter .item-filter .fa {
  display: none;
}
.c-filter .item-filter.active {
  border: 1px solid #e8e8e8;
  color: #f05a29;
  display: inline;
  text-decoration: none;
  border-bottom: 0;
}
.c-filter .item-filter.active .fa {
  display: inherit;
}

.section-banner img {
  width: 100%;
  margin-bottom: 15px;
  max-height: 395px;
}
/** END HOME**/

/** FOOTER **/
.banner-footer .nivoSlider {
  height: 150px;
}
.banner-footer .home-slide {
  height: 150px;
}
.footer-payment {
  margin: 20px 0;
  display: inline-block;
  width: 100%;
}
.footer-payment .redit-card h4,
.footer-payment .logo-shiper h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  padding: 0 0 10px 0;
  font-weight: normal;
}
.footer-payment .logo-social h4 {
  font-weight: normal;
  margin-bottom: 10px;
}
.footer-payment .logo-shiper img {
  max-width: 100%;
  height: auto;
  margin-right: 25px;
}

.footer-payment .logo-social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.footer-payment .logo-social a .fa {
  color: #fff !important;
  line-height: 30px;
}

.footer-payment .logo-social a.face {
  background-color: #3b5998;
}

.footer-payment .logo-social a.youtube {
  background-color: #bb0000;
}
.footer-payment .logo-social a.google {
  background-color: #dd4b39;
}

p.logo_footer {
  padding-top: 10px;
  padding-left: 10px;
}
.L {
  float: left;
}
.logo_footer img {
  height: 70px;
}

p.footer_text {
  color: #5a5a5a;
  text-align: left;
  line-height: 24px;
  padding-left: 30px;
  padding-top: 10px;
  padding-right: 5px;
}
p.footer_text .supportEmail {
  color: #414141;
}
p.footer_text a {
  color: #858585;
}
.index_footer_info h6.colorW {
  color: #414141;
  font-size: 24px;
  display: inline-block;
  font-weight: normal;
}
.R {
  float: Right;
}
#myBtn {
  background-color: #191919 !important;
}
.page-footer a > span {
  padding-left: 5px;
}
.page-footer p {
  margin-bottom: 20px;
  font-size: 16px;
}
.footer-primary {
  background-color: #e2e2e2;
  padding: 10px 0;
}
.footer-primary .container {
  padding: 0 15px;
}
.footer-title {
  font-weight: bold;
}
.menu-bottom-list-ul > li li > h5 {
  font-weight: normal;
}
.menu-bottom-list-ul > li li > h5 > a {
  color: #f05a29;
  border-bottom: 1px dashed #eaeaea;
  display: block;
}
.menu-bottom-list-ul > li li > h5 > a i {
  margin: 0 5px 0 3px;
}
/** END FOOTER **/

/** DETAIL PRODUCT **/
#detail_info .product-information .count span:not(.star-icon) {
  width: auto;
}
#detail_info .product-information .count span.star-icon {
  width: 17px;
}
#detail_info .product-information .info span,
.product-content span {
  font-family: inherit !important;
}

#detail_info .product-information .fa-twitter,
#detail_info .product-information .fa-pinterest,
#detail_info .product-information .fa-linkedin {
  font-size: 36px;
  margin-left: 10px;
}
.add-success {
  background: #265832;
  color: #fff;
  text-align: center;
  display: none;
}
.add-success .modal-icon .fa {
  font-size: 70px;
}
.add-success .modal-icon {
  margin-bottom: 15px;
}
.add-success .main-text {
  text-align: left;
  margin: auto;
  font-size: 15px;
}
.add-success .main-text .modal-label {
  line-height: 28px;
}
.add-success .btn-footer {
  margin-top: 20px;
}
.add-success .btn-footer button {
  font-size: 13px;
  width: 140px;
  height: 40px;
}
.add-success .btn-footer button .fa:first-child {
  padding-right: 10px;
  font-size: 18px;
  margin-right: 0;
  margin-left: 0;
}
.add-success .btn-footer button .fa:last-child {
  padding-left: 10px;
  font-size: 18px;
}
.detail-product .parent-breadcrum {
  padding-top: 0;
  margin-top: 0;
  background: #fff;
  padding-bottom: 20px;
}
.detail-product .breadcrumb {
  border-bottom: 1px solid #acadad;
  display: inline-block;
  padding: 0;
  margin-left: 15px;
  padding-bottom: 5px;
}
.detail-product .breadcrumb > li > a {
  color: #f05a29;
  white-space: nowrap;
}
.detail-product .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #858585;
}
.detail-product .breadcrumb > li > a .fa {
  font-size: 16px;
  padding: 5px 7px;
}
.filter_product .row {
  margin-top: 10px;
}
.itemsgroup .label_group .fa {
  color: blue;
  padding-right: 10px;
  font-size: 16px;
}
.container-select-quantity {
  height: 150px;
  overflow: hidden;
  position: relative;
  padding-bottom: 15px;
}
.container-select-quantity .view_more {
  box-shadow: 0 -5px 5px -5px #333;
  text-align: -webkit-center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5f5f5;
}
.container-select-quantity .view-more-dow {
  width: 30px;
  height: 30px;
  background: #000;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-radius: 50%;
  color: #fff;
  top: -15px;
  position: relative;
}
.filter_product table > tbody > tr > td:nth-child(1) {
  width: 60px;
}

.filter_product table > tbody > tr > td:nth-child(2) {
  width: 100px;
}
.filter_product .order-quantity {
  font-size: 20px;
  color: #07a;
}
.footer-total {
  border-top: 1px solid #ddd;
}
.footer-total table > tbody > tr > td {
  border-top: 0;
  vertical-align: middle;
}
.footer-total .title-footer {
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
}
.unit-detail-amount-control {
  position: relative;
  width: 126px;
  height: 28px;
  line-height: 28px;
  zoom: 1;
}
.unit-detail-amount-control a {
  float: left;
  width: 26px;
  height: 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  overflow: hidden;
  color: #222 !important;
}
.unit-detail-amount-control input {
  float: left;
  width: 62px;
  height: 26px;
  line-height: 22px;
  padding: 2px 0 2px 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: 0;
}
.table .price {
  color: #ff7300;
}
.table-wholesale {
  background: #fff5ec;
}
.table-wholesale > tbody > tr > td {
  border: 0;
  padding-top: 10px;
  padding-bottom: 8px;
  vertical-align: middle;
}
.table-wholesale > tbody > tr > td .money-unit {
  font-size: 18px;
}
.table-wholesale > tbody > tr > td.price {
  font-size: 30px;
}
.table-wholesale > tbody > tr:first-child > td {
  color: #ff7300;
}
#group-quantity-available {
  margin-top: 20px;
}
#group-quantity-available .quantity-type {
  color: blue;
  padding: 0 10px;
  padding-right: 20px;
  font-weight: bold;
}
#group-quantity-available .quantity-title {
  font-weight: bold;
}
#group-quantity-available .total-quantity .quantity-title {
  padding-left: 20px;
}
#group-quantity-available .total-quantity .quantity {
  padding-left: 10px;
}
#group-quantity-available .quantity {
  color: green;
  font-weight: bold;
}
.c-product-info {
  padding: 20px 0;
}
.c-product-info .item-info {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  padding-right: 10px !important;
}
.c-product-info .item-info:last-child {
  border-bottom: 0;
}
.c-product-info .product-description {
  padding: 10px 0;
}
.product-content img {
  text-align: center;
}
.product-content .panel {
  border: 1px solid #f05a29;
}
.product-content ul {
  list-style: inherit;
  padding-left: 15px;
}
.product-content li {
  list-style: inherit;
}
.product-basic {
  background-color: #ffffff;
  border: 1px solid #dedede;
  padding: 15px;
}
.product-info .product-basic {
  padding-right: 0;
}
.product-info .product-information {
  padding-right: 0;
}
.c-product-info .product-name {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0;
  padding-right: 10px;
}
.child-slide {
  margin-top: 15px;
  padding: 0 30px;
  position: relative;
}
.child-slide .c-prev {
  position: absolute;
  top: 8px;
  left: 3px;
}

.child-slide .c-next {
  position: absolute;
  top: 8px;
  right: 3px;
}

.child-slide .custom-arrow .fa {
  font-size: 32px;
  cursor: pointer;
  padding: 0 5px;
}
.child-slide .slick-list .slick-slide {
  width: 20% !important;
}
.slick-slide .item.active > img {
  border: 3px solid rgba(113, 190, 15, 0.75);
}

.slick-slide .item:focus {
  outline: none;
}

.child-slide img {
  width: 50px;
  height: 50px;
}
.buy-product {
  display: inline-block;
  padding: 10px 0;
  position: relative;
}
.buy-product .add-success {
  position: absolute;
  padding: 15px;
  top: -220px;
  bottom: auto;
  width: 350px;
  right: 0;
}
.buy-product .select-product {
  width: 65px;
  margin: 0 10px;
  margin-top: 8px;
}
.title-quantity {
  line-height: 50px;
}
.buy-product .select-product,
.buy-product .btn-buy-now,
.buy-product .btn-cart,
.title-quantity {
  float: left;
}
.buy-product .btn-buy-now {
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.buy-product .btn {
  height: 50px;
  font-size: 25px;
}
.btn-buy-now {
  margin-right: 10px;
  min-width: 200px;
  padding: 5px;
  border-bottom: 4px solid #1f2f59;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgb(40 54 91);
  background-color: #f05a29;
  border-color: #d0613d;
  height: 50px;
}
.btn-buy-now a {
  color: #fff;
  line-height: 40px;
}
.btn-buy-now:hover {
  background-color: #f05a29;
  border-color: #a0534f;
  color: #fff;
}
.buy-product .btn-cart {
  border-color: #f05a29;
  background-color: #ffffff;
  color: #f05a29;
  padding: 8px 15px 7px 15px;
  min-width: 140px;
  font-size: 16px;
  line-height: 38px;
}
.buy-product .fa {
  margin: 0 10px;
}
.c-preview {
  clear: both;
  padding-bottom: 10px;
  margin-top: 20px;
}
.c-preview .number-purchase {
  font-size: 18px;
}
.c-preview .number-purchase > i {
  border-radius: 100%;
  border: 1px solid #999;
  padding: 5px 8px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  margin-right: 10px;
}
.c-preview .first-purchase {
  font-size: 14px;
}
.c-preview .share-product {
  float: right;
  display: inline-flex;
}
.c-share {
  position: relative;
  top: -5px;
  left: 10px;
}
.share-title {
  float: left;
}
.item-social {
  vertical-align: top;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
}
.product-content {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #ffffff;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    padding: 15px;
    font-size: 17px;
    line-height: 1.8;
}
.product-keywords {
  margin-top: 30px;
  border-top: 1px solid #d2d2d2;
  padding-top: 15px;
  margin-bottom: 15px;
}
.title-keyword {
  font-size: 14px;
  font-weight: 600;
}
.product-keywords a,
.product-keywords em {
  text-decoration: underline;
  color: #333333;
  font-style: normal;
}
.main .main-content > .detail-product .count {
  display: inline-block;
  width: 100%;
}
.c-comments {
  margin-top: 25px;
}
.comment-avatar {
  float: left;
  margin-right: 20px;
  border: 1px solid #d2d2d2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
}
.comment-avatar .fa-user {
  font-size: 30px;
  color: #7e7c7c;
  position: relative;
  top: 7px;
}

.comment {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
}
.c-comments h4 {
  margin-bottom: 15px;
}
.comment-content {
  overflow: hidden;
}
.comment-info {
  color: #acacac;
  font-size: 12px;
}
.comment-author {
  color: #3a3a3a;
}
.comment-time {
  margin-left: 10px;
}
.comment-reply:first-child {
  margin-top: 20px;
}
.comment-reply {
  padding-top: 20px;
  border-top: 1px solid #dadada;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 0;
}
.comment .comment-text p > span {
  padding-right: 10px;
}
.form-rating {
  border: 2px solid #f05a29;
  padding: 15px;
  margin-top: 30px;
}
.rating-title {
  font-weight: bold;
  margin-bottom: 15px;
}
.form-rating label {
  font-weight: 400;
}
.form-rating button:not(.close),
.form-rating button:hover {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
}
.c-i-barcode {
  padding: 0 10px 0 5px;
}
.fw600 {
  font-weight: 600;
}
.product-information .product-price {
  color: #f05a29;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}

.product-information .product-price:not(.price-sale) .price-value {
  color: #f05a29;
  font-size: 36px;
  font-weight: 700;
  white-space: nowrap;
}

.product-information .product-price:not(.price-sale) .price-symbol {
  font-size: 28px;
}

.product-information .price-symbol {
  vertical-align: super;
  font-size: 16px;
  color: #f05a29;
  font-weight: 700;
}

.product-information .price-discount {
  left: 20px !important;
  display: inline-block !important;
  width: 50px !important;
  height: 24px !important;
  padding: 0 2px 0 7px !important;
  line-height: 25px !important;
  background: #f05a29 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  vertical-align: text-top !important;
  margin-left: 10px !important;
  vertical-align: 4px !important;
  border-radius: 6px !important;
  position: relative !important;
  float: none !important;
}
.product-information .price-discount:before {
  content: "\A";
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #f05a29 transparent transparent;
  position: absolute;
  left: -10px;
  top: 5px;
}

.product-information .price-sale .price-value {
  text-decoration: line-through;
  font-size: 18px;
  font-weight: normal;
}
.product-information .price-sale .price-symbol {
  color: #333;
  font-weight: normal;
}
.product-information .price-label {
  color: #333;
  font-size: 18px;
  padding-right: 10px;
}
.product-information .price-sale {
  font-weight: normal;
  margin-bottom: 10px;
}
.main .main-content > .detail-product .info {
  border-bottom: 1px solid #f4f4f4;
}
.main .main-content > .detail-product .info ul,
.main .main-content > .detail-product .info li {
  list-style: inherit;
}
.main .main-content > .detail-product .info ul {
  padding-left: 15px;
}
.main .main-content > div.detail-product {
  margin-left: 0;
  margin-right: 0;
}
.rating-medium {
  color: #ffa500;
  padding: 0 2px;
}
.rating-content {
  padding-left: 10px;
}
.c-product-related {
  display: inline-block;
}
h2.like_text {
  font-size: 20px;
}
.views-product {
  padding-right: 10px;
  color: #898989;
}
.views-product .fa {
  padding-right: 5px;
}
.c-questions a {
  border: 1px solid #e2e2e2;
  padding: 5px 8px;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 7px;
}
.c-questions h2 {
  display: inline-block;
  font-weight: normal;
  font-size: inherit;
}
.c-questions h4 {
  margin: 15px 0;
}
.related-product {
  display: inline-block;
  width: 100%;
}
.related-product .block__header {
  border-bottom: 1px solid #d2d2d2;
  display: inline-block;
  width: 100%;
}
.related-product .block__title {
  float: left;
  display: inline-block;
  margin: 0 25px 5px 0;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 15px;
  font-weight: normal;
}
.related-product .block__content {
  padding-top: 20px;
}
.related-product .block__nav {
  padding-bottom: 10px;
  float: right;
}
.related-product .block__nav li {
  float: left;
  padding: 0 8px;
  font-size: 13px;
  line-height: 1;
}
.related-product .block__nav li > a {
  color: #666;
}
.related-product .block__nav li + li {
  border-left: 1px solid #999999;
}
.related-product .slick-arrow {
  display: none !important;
}
.related-product .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}
/** END DETAIL PRODUCT **/

/** CATEGORY **/
.main#page_product_category {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#page_product_category .breadcrumb > li > a {
  color: #f05a29;
}
#page_product_category .breadcrumb > li + li:before {
  color: #ccc;
}
.c-category {
  background-color: #fff;
}
.lst-products {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
}

.c-category .cat-products {
  padding-top: 20px;
  padding-bottom: 30px;
}
#category.c-category {
  margin-bottom: 0;
}
.cat-products .view_more {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #fe9705;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fe9705;
  cursor: pointer;
}
.cat-products .view_more .fa {
  position: relative;
  top: -4px;
  font-size: 20px;
  padding-left: 10px;
}

/** END CATEGORY **/

/** CART **/
#cart_shops .header-cart {
  position: absolute;
  top: 35px;
  right: 50%;
  height: 36px;
  width: 36px;
  background: #ec008c;
  text-align: center;
  line-height: 38px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1110;
  overflow: hidden;
  color: #fff;
}
.dropdown-cart {
  left: auto;
  right: 0;
  padding: 0;
  margin: 0;
  width: 415px;
  border: 0;
  top: 70px;
}
.mini-cart-item {
  position: relative;
  display: flex;
  padding: 17px 20px;
  margin: 0 0;
  background: #fff;
  line-height: 20px;
}
.mini-cart-wrapper {
  overflow: auto;
  max-height: 320px;
}
.mini-cart-item img {
  float: left;
  margin-right: 10px;
  max-width: 60px;
  max-height: 60px;
}
.mini-cart-item .product-info {
  display: block;
  overflow: hidden;
  font-size: 14px;
}
.mini-cart-price {
  display: inline-block;
  color: #f05a29;
  font-size: 14px;
}
.mini-cart-price .price-symbol {
  vertical-align: super;
  font-size: 80%;
}
.dropdown-cart .minicart-summary {
  border-top: 1px solid #dfdfdf;
  padding: 9px 10px 12px;
  text-align: right;
  line-height: 20px;
  text-transform: uppercase;
}
.dropdown-cart .minicart-summary .price {
  font-size: 16px;
}
.price-highlight {
  color: #f05a29;
  font-weight: 500;
}
.product-info > a {
  display: block;
}
.minicart-actions {
  border-top: 1px solid #dfdfdf;
  padding: 15px;
  background-color: #f4f4f4;
  line-height: 20px;
  display: table;
  width: 100%;
}
.minicart-actions .btn {
  float: right;
  line-height: 40px;
}
/** END CART **/

/** CATEGORY **/
.cate-banner {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}
.cate-banner .container {
  position: relative;
}
.c-menu {
  height: 50px;
  background: #f05a29;
  opacity: 0.6;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 150px;
}
.cate-menu {
  position: relative;
  top: 73px;
  padding-left: 0;
  list-style-type: none;
}
.cate-menu li {
  float: left;
}
.cate-menu li h2 {
  font-weight: normal;
  font-size: inherit;
  margin-top: 0;
}

.cate-menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px 15px;
  text-decoration: none;
  height: 50px;
}
.cate-menu li a:hover {
  background: #000;
}
.cate-menu li.active a {
  background: #fe9705;
  position: relative;
}
.cate-menu li.active a:before {
  top: 31px;
  left: calc(50% - 10px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #fff;
  border-width: 10px;
  transform: rotate(180deg);
}
.breadcrumb {
  background: transparent;
}
.breadcrumb > li > a {
  color: #fff;
}
.breadcrumb > li > a {
  font-size: 14px;
}
.breadcrumb > li > a:hover {
  text-decoration: underline;
}
.breadcrumb > li + li:before {
  content: "\203A";
  color: #fff;
}

.c-category .cat-title {
  text-transform: uppercase;
  border-bottom: 2px solid #4caf50;
  padding-bottom: 10px;
}
/** END CATEGORY **/

/** SHIPPING **/
.container-shipping {
  padding: 15px;
  border-top: 1px solid #e8e8e8;
}

.container-shipping .shipping-title {
  text-align: center;
}
.container-shipping .shipping-item {
  text-align: center;
  padding: 10px 0;
}
/** END SHIPPING **/

/** CHECK OUT **/
.section-content {
  padding: 15px 0;
}
.check-out-mobile {
  background-color: #fff;
}
.c-checkout {
  margin: 20px 0;
}

.table-checkout {
  border: 1px solid #e8e8e8;
}
.table-checkout > thead > tr > th {
  background: #3d3d3d;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
}

.table-checkout > tbody > tr:not(.end) > td {
  line-height: 20px;
  padding: 15px 20px 15px 20px;
}

.table-checkout > thead > tr > th:nth-child(1) {
  width: 53%;
}
.table-checkout > thead > tr > th:nth-child(2) {
  width: 12%;
}
.table-checkout > thead > tr > th:nth-child(3) {
  width: 20%;
}
.table-checkout > thead > tr > th:nth-child(4) {
  width: 15%;
}

p.title_inside2 {
  margin: 0 auto;
  overflow: hidden;
  padding: 7px 0 5px 0;
  clear: both;
  font-size: 32px;
  color: #414141;
  font-weight: 300;
  text-transform: uppercase;
}

p.title_buy {
  background: #f05a29;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  height: 45px;
}

.col-step {
  padding: 0;
}

.pay-ment-form {
  border: 1px solid #e8e8e8;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0px;
  width: 100%;
}

.pay-ment-form .col-step:nth-child(2) {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
ul.payment-2-list-products {
  list-style: none outside none;
  color: #414141;
  overflow: auto;
  padding-left: 0;
  max-height: 350px;
}

.payment-2-list-products li {
  float: left;
  padding: 15px 20px;
  position: relative;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
}

.payment-2-list-products img {
  float: left;
  margin-right: 13px;
  width: 57px;
  height: 57px;
}

.payment-2-list-products .title {
  font-size: 13px;
  line-height: 20px;
  color: #414141;
  overflow: hidden;
  cursor: default;
}
.payment-2-list-products .product-name {
  font-size: 14px;
  font-weight: 500;
}
.pay-ment-form .total-product {
  font-weight: 600;
  padding-right: 15px;
}
.pay-ment-form .total-product .text-total {
  padding-right: 30px;
}

.payment-2-list-products .title .product-price {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
}
.payment-2-list-products .title .remove-product {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.payment-2-list-products .show .text-muted {
  font-size: 11px;
}
.pay-ment-form p.change_cart {
  text-align: right;
  padding: 10px 10px;
}
.pay-ment-form p.change_cart a {
  color: #f05a29;
  font-size: 13px;
}

.pay-ment-form p.change_cart a:hover {
  text-decoration: underline;
}

.pay-ment-form .form-horizontal .control-label {
  text-align: left;
  padding-right: 0;
  font-weight: normal;
}
.pay-ment-form .tab-content,
.pay-ment-form .tab-content .tab-pane {
  padding: 0;
}
.pay-ment-form .nav-tabs,
.pay-ment-form .nav-tabs li a,
.pay-ment-form .nav-tabs li a:hover,
.pay-ment-form .nav-tabs li.active a:focus {
  border: 0;
  background-color: transparent;
}
.pay-ment-form .nav-tabs {
  margin-top: 0;
}
.pay-ment-form .nav-tabs li {
  width: 50%;
}
.pay-ment-form .tab-content {
}
.pay-ment-form #customer-member {
  padding: 10px 20px;
}
.pay-ment-form .choose_item .note {
  font-size: 13px;
  color: #858585;
  line-height: 16px;
  margin-top: 5px;
}
.btn.btn-primary {
  background: #f05a29;
  color: #fff;
}
.btn.btn-primary:hover {
  background: #329d42;
  text-decoration: none !important;
}
.btn-order {
  background: #f05a29;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 2px;
  color: #fff;
}
.btn-order:hover {
  color: #fff;
}
.btn-empty {
  background: transparent;
  color: #f05a29 !important;
  font-weight: 500;
  border-radius: 2px;
}
.pay-ment-form .container-button {
  margin-top: 15px;
}
.content-register {
  padding-top: 20px;
}
.content-register .form-group {
  display: inline-block;
  width: 100%;
}
.content-register .note {
  padding: 10px 15px;
  font-weight: 500;
  font-size: 12px;
}
.content-register .register-check {
  padding: 5px 15px;
  margin-bottom: 15px;
}
.content-register .register-check label:first-child {
  padding-right: 50px;
}

.container-ship .container-shops {
  padding: 15px;
  border-bottom: 1px solid #e8e8e8;
}
.container-ship .container-home {
  padding: 15px;
}
.container-ship .container-home a {
  color: #f05a29;
}
.container-ship .container-home .address-name {
  margin-top: 5px;
  font-weight: 600;
}
.container-ship .container-home .select-address {
  margin-top: 5px;
}
.container-ship .container-home .select-address a {
  color: #f05a29;
  font-size: 13px;
}
.container-ship .container-home .change-address {
  float: right;
}
.container-ship .container-home .customer-address {
  margin: 5px 0;
}
p.title_inside1 {
  margin: 0 auto;
  overflow: hidden;
  padding: 7px 0 5px 10px;
  clear: both;
  font-size: 22px;
  color: #303030;
  margin-top: 20px;
  font-weight: bold;
}
.delivery-info .delivery-label {
  width: 100px;
  float: left;
  line-height: 34px;
}

.delivery-info .delivery-form {
  margin-left: 100px;
}

.delivery-info {
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
}
.delivery-info .form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
.btn-payment {
  background: #f05a29;
  color: #fff !important;
  white-space: nowrap;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 20px;
}

ul.choose_item {
  list-style: none;
  padding-left: 0;
}

ul.choose_item li {
  padding: 17px 15px 17px 15px;
  border-bottom: 1px solid #e8e8e8;
}

ul.choose_item li .fa {
  display: inline-block;
  width: 34px;
  color: #858585;
  font-size: 30px;
  position: relative;
  top: -5px;
}

ul.choose_item li .payment-label {
  position: relative;
  top: -10px;
  left: 10px;
  font-size: 13px;
  line-height: 23px;
  color: #414141;
  margin-top: 10px;
}

div.border-bank {
  border: 1px solid #e8e8e8;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 25px;
  font-size: 12px;
  padding: 7px;
  background: #fff;
  color: #414141;
  margin-top: 10px;
}

div.payment_sum {
  background: #eee;
  border: 1px solid #e8e8e8;
  border-top: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  margin-top: -5px;
}

.payment_sum .promotion-code {
  padding: 10px;
}

p.buy_note textarea,
.promotion-code .form-control {
  border: 1px solid #e8e8e8;
  border-radius: 2px 2px 2px 2px;
  font-size: 13px;
  margin: 0;
  color: #858585;
  font-family: "OpenSans", arial;
  padding: 10px 10px;
  width: 100%;
  margin-top: 10px;
  height: 57px;
  background: #fff;
  margin-bottom: 10px;
}
p.buy_note textarea {
  margin-bottom: 0;
}
.promotion-code input.form-control {
  height: 34px;
}
p.buy_note {
  padding: 10px 10px 0 10px;
  font-size: 13px;
  margin-bottom: 0;
}

.promotion-code .form-group {
  padding: 0 10px;
}

.promotion-code .btn-group,
.complete-buttons .btn-group {
  background: #f05a29;
  border: 0;
  color: #fff;
  font-size: 13px;
  padding: 9px 20px;
  height: 34px;
  position: relative;
  top: 1px;
  text-transform: uppercase;
}

.complete-buttons {
  margin-top: 40px;
}
.complete-buttons a + a {
  margin-left: 50px;
}
.input-group-addon .btn-group {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.summary-order {
  width: 90% !important;
  padding: 6px 0 6px 0;
  margin: 20px auto 10px auto;
  font-size: 15px;
}

.summary-order .sum-item {
  clear: both;
  line-height: 25px;
}

div.sum-item span.row_L:not(.uppercase) {
  width: 125px;
  display: block;
  float: left;
  margin-top: 2px;
  font-size: 13px;
}
div.sum-item span.row_L.uppercase {
  font-size: 15px;
}
div.sum-item span.row_R {
  color: #414141;
  font-weight: bold;
  margin-top: 3px;
  float: right;
  text-align: right;
  display: block;
  font-size: 14px;
}
div.sum-item span.row_R.total_sum {
  color: #f05a29;
  font-size: 20px;
  font-weight: bold;
}

p.bg_btn_buy {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 20px;
}
.btn-checkout {
  background: #f05a29;
  border: 0;
  font-weight: bold;
  color: #fff !important;
  white-space: nowrap;
  padding: 15px 0 15px 0;
  width: 90%;
  font-size: 21px;
text-transform: uppercase;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  font-family: "OpenSans", arial;
  display: inline-block;
  vertical-align: 0;
}

.buttonload .fa {
  margin-right: 10px;
}
.table-checkout > tbody > tr > td > img {
  float: left;
  width: 52px;
  height: 52px;
  margin-right: 20px;
}
.table-checkout .end {
  background: #eee;
  border-bottom: 1px solid #e8e8e8;
}
.table-checkout .end td {
  line-height: 20px;
  padding: 15px 20px 15px 20px;
  vertical-align: top;
}
.table-checkout p.row_L {
  font-size: 15px;
  display: block;
  float: left;
  width: 58%;
  text-align: left;
  padding-bottom: 10px;
}
.table-checkout p.row_R {
  color: #f05a29;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.btn-trash {
  background: transparent;
}

.btn-trash:hover {
  border: 1px solid #666;
  opacity: 1;
}

.section-content .box-body {
  margin-left: -15px;
  margin-right: -15px;
  border-top: 1px solid #d2d2d2;
  padding: 20px 20px 20px;
}
.section-content .box-title {
  margin-top: 0;
}
.order-summary {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: -4px;
}
.order-summary li {
  list-style-type: none;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
}
.order-summary li .k {
  float: left;
  color: #999999;
  font-size: 13px;
}
.order-summary li .v {
  float: right;
}
.order-summary li.sep {
  margin: 10px 0;
  padding: 0;
  height: 1px;
  background-color: #d2d2d2;
}
.order-summary li.total .v {
  color: #f05a29;
  font-size: 20px;
  font-weight: 500;
}
.box-footer {
  padding: 10px;
  background-color: #fff;
  display: flow-root;
  margin-left: -15px;
  margin-right: -15px;
  line-height: 50px;
}
.box-footer .btn {
  line-height: 40px;
}
.c-checkout .section-content {
  padding-bottom: 0;
}
.form-checkout h4 {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.form-checkout label {
  color: #999999;
  font-weight: 400;
  font-size: 13px;
}
.back {
  cursor: pointer;
}
.c-alert {
  padding-left: 15px;
  padding-right: 15px;
}
.select-product {
  border: 1px solid #e8e8e8;
  color: #414141;
  width: 60px;
  height: 32px;
  padding-left: 5px;
  display: inline-block;
}
.num_money {
  color: #f05a29;
  font-weight: bold;
  font-size: 18px;
}
.remove-product {
  font-size: 21px;
  color: #cacaca;
  margin-left: 5px;
  cursor: pointer;
}
.continue-buy {
  font-size: 16px;
  color: #f05a29;
  margin-right: 10px;
}
.continue-buy .fa {
  font-size: 16px;
  color: #f05a29;
  padding-right: 10px;
  vertical-align: middle;
}
.continue-buy .fa:before {
  padding-right: 5px;
}
/** END CHECK OUT **/

/** SEARCH **/
.list-search {
  width: calc(100% - 5px);
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
}
.suggestions-list {
  max-height: 400px;
  overflow-y: auto;
}
.suggestions-list img {
  width: 40px;
  border-radius: 99px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
}
.suggestions-list .product-item {
  padding: 10px 0.75em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.suggestions-list .search-name {
  flex: 1;
  padding-right: 10px;
}
.suggestions-list .price-search {
  white-space: nowrap;
  color: #111;
  font-weight: bold;
}
.form-search {
  border: 0.3px solid #f05a29;
}
.form-search button.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f05a29;
}
.form-search button.btn:hover,
.form-search button.btn:focus {
  background-color: #f05a29;
}

.product-item.not-found {
  text-align: center;
}
/** HOME SEARCH **/

/** TOP BAR **/
.top-bar .login,
.top-bar .register {
  cursor: pointer;
}
.table-history-order {
  background-color: #fff;
}
/** END TOP BAR **/

/** LAYOUT CART **/
div.header_main {
  background: #ffffff;
  height: 49px;
  clear: both;
}
div.header_main img {
  height: 45px;
}
ul.intro_menu {
  margin-left: 22px;
  margin-top: 0;
}
ul.intro_menu li {
  float: left;
  list-style: none;
  margin-right: 28px;
}
ul.intro_menu span.intro_menu_L {
  font-size: 24px;
  font-family: "Times New Roman", Times, serif !important;
  width: 30px;
  height: 30px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #f05a29;
  color: #f05a29;
  display: block;
  text-align: center;
  float: left;
  line-height: 30px;
}
ul.intro_menu a.intro_menu_ce {
  float: left;
  padding: 5px 0 0 10px;
  color: #f05a29;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  cursor: default !important;
}
ul.intro_menu span.intro_menu_R {
  width: 16px;
  height: 35px;
  float: left;
  display: block;
  margin-left: 40px;
}

ul.intro_menu span.intro_menu_R .fa {
  font-size: 24px;
  color: #007600;
}

ul.intro_menu li.actived span.intro_menu_L {
  border: 1px solid #f05a29;
  color: #f05a29;
}

ul.intro_menu li.actived a.intro_menu_ce {
  color: #f05a29;
  cursor: default !important;
}
.index_header {
  display: inline-block;
  width: 100%;
}
.container-complete {
  background-color: #fff;
  text-align: center;
  height: 100vh;
  padding-top: 50px;
  margin-top: -5px;
}
.container-complete p {
  line-height: 40px;
}
.container-complete .msg-congratulation {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
}
.container-complete .msg-note {
  font-size: 20px;
}
.icon-success {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #f05a29;
}
.icon-success .fa {
  font-size: 120px;
  color: #f05a29;
}
.main-content {
  /** height: 100vh; **/
}
/** END LAYOUT CART **/

/** blog **/
#page_product_category {
  padding: 0 15px;
}
.c-news .item-news {
  background-color: #ffffff;
  border: 1px solid #dedede;
  padding: 15px;
  margin-top: 20px;
  position: relative;
}

.c-news .item-news img {
  width: 300px;
  float: left;
}

.c-news .item-news .news-description {
  margin-left: 200px;
  padding-left: 15px;
}

.c-news .item-news .content {
  display: inline-block;
  width: 100%;
}
.c-news .btn-news {
  background-color: #f05a29;
  color: #fff;
  border-radius: 0;
  margin-top: 10px;
}

.c-news .btn-news:hover {
  background-color: #3aa2fd;
}
.c-news .star-icon {
  width: 17px;
  height: 17px;
  background: url(../images/shops/rate/rate-btn3-hover.png) no-repeat;
  float: left;
}
.c-news .list-unstyled .total-rating {
  position: relative;
  top: 4px;
}
.c-page {
  background-color: #fff;
  padding-bottom: 20px;
}
.c-page .item-news .date-create {
  background-color: #f05a29;
  padding: 5px 10px;
  color: #fff;
  position: absolute;
  top: -12px;
  left: 25px;
  font-size: 13px;
}
.c-page .item-news .date-create:before {
  content: "\A";
  border-style: solid;
  border-width: 11px 15px 0px 0;
  border-color: transparent #f05a29 transparent transparent;
  position: absolute;
  left: -15px;
  top: 0px;
}
.content-post {
  background: #fff;
  padding: 15px;
  margin-top: 20px;
}
.content-post .entry-title {
  margin-top: 0;
}
.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 11px;
}
.entry-content {
  margin-top: 30px;
}
.panel {
  margin-top: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 0;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  padding: 12px 10px;
  border-bottom: 1px solid #d2d2d2;
  font-weight: bold;
}
.panel-body {
    padding: 0 !important;
    font-size: 17px !important;
    line-height: 1.8;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #1d1d1f;
    font-style: normal;
    font-weight: 400;
}
.c-news .panel-body {
  padding: 0;
}
.c-news .panel-body .post-item {
  padding: 10px;
}
.c-news .panel-body .post-item:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}
.recent-posts {
  padding-left: 0;
}

.recent-posts .post-item img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  object-fit: cover;
  object-position: 50% 50%;
}
.recent-posts .post-item a {
  display: inline-block;
}
.recent-posts .post-title > a {
  overflow: hidden;
  float: left;
  margin-left: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.recent-price {
  color: #d60000;
  font-size: 16px;
  font-weight: bold;
}
.recent-posts .post-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  padding: 10px 0px;
  margin: 0 0;
  background: #fff;
  line-height: 20px;
}
.recent-posts .post-title {
  display: block;
  overflow: hidden;
  font-size: 14px;
}
.recent-posts .recent-price {
  padding-left: 15px;
  line-height: 30px;
}
.c-content-post {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.row-post {
  display: flex;
  flex-wrap: wrap;
}
.news_column ul,
.news_column li {
  list-style: inherit;
}
.news_column ul {
  padding-left: 15px;
}
/** end blog **/

/** RESPONSIVE **/
.menu-mobile {
  display: none;
}
.menu-mobile .navbar {
  background: #fff;
  border-color: transparent;
}
.menu-mobile .logo {
  height: 40px;
  display: initial;
}
.menu-mobile .navbar-header {
  float: left;
  text-align: center;
  width: 100%;
  margin: auto;
}
.mene-mobile .navbar-header button {
  position: absolute;
  left: 15px;
  color: #000;
  border: 0;
}
.menu-mobile .navbar-header button > .icon-bar {
  background-color: #000;
}
.menu-mobile button.navbar-toggle {
  position: absolute;
  left: 7px;
  border: 0;
}
.menu-mobile .cart-mobile {
  position: absolute;
  right: 20px;
  top: 10px;
}
.menu-mobile .cart-mobile .circle {
  top: -30px;
  right: -25px;
}
.menu-mobile .dropdown-cart {
  top: 40px;
  right: -38px;
}
.menu-mobile .navbar-brand {
  float: none;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}
.menu-mobile .search-mobile .select-category {
  display: none;
}
.menu-mobile .search-mobile {
  width: 100%;
  margin: 10px 0;
  padding-right: 10px;
}
.menu-mobile .search-mobile input {
  background: none 0% 0% / auto repeat scroll padding-box border-box
    rgb(243, 243, 243);
  width: 100% !important;
  border-width: 1px;
  border-left: 1px solid #d2d2d2;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.container-loading {
  background-color: transparent;
}
#cart_shops .cart-mobile {
  display: none;
}
.view-mobile,
.price-mobile {
  display: none;
}
@media (max-width: 767px) {
  #cart_shops .cart-mobile {
    display: block;
  }

  .c-menu-pc {
    display: none;
  }
  .home-slide {
    margin-left: 0;
  }
  .menu-mobile {
    display: block;
  }
  .c-home {
    padding-right: 0;
    padding-left: 0;
  }
  .section-product .product {
    padding: 0 5px;
  }
  .product-item {
    margin-bottom: 10px;
  }
  .product-item .product-info {
    min-height: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  /**
    .section-content > .row {
        display: flex;
        flex-wrap: wrap;
    }
	**/
  .c-home .section-product {
    margin-bottom: 0;
  }
  .c-home .section-content {
    border-top: 0;
  }
  .product-basic {
    padding: 0;
  }
  .c-product-info .product-name {
    margin-top: 15px;
    border-top: 20px solid #f6f6f6;
    padding: 15px 10px;
    font-weight: 400;
    font-size: 14px;
  }
  .c-product-info .product-description {
    display: none;
  }
  .c-product-info .product-price {
    padding-left: 25px;
  }
  .buy-product {
    padding: 10px;
  }
  .buy-product .btn-buy-now {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .buy-product .btn-cart {
    width: 100%;
    height: 35px;
    line-height: 20px;
  }
  div.share-product {
    display: none !important;
  }
  .c-product-info .item-info:last-child {
    border-bottom: 0;
  }
  .c-preview {
    padding: 0 10px;
    margin-top: 0;
    text-align: center;
  }
  .product-content {
    padding: 25px;
    padding-top: 10px;
  }
  .main-slide .item img {
    width: 100% !important;
  }
  .product-content img {
    max-width: 100%;
    height: auto;
  }
  .product-content h2 {
    font-size: 22px;
  }
  .list-search {
    width: calc(100% - 13px);
  }
  .c-product-info {
    padding-top: 0;
  }
  .navbar {
    margin-bottom: 0;
  }
  .product-info .product-price {
    padding: 0 10px;
  }
  .product-info .price-discount {
    left: 10px;
  }
  .mini-cart-item {
    padding-left: 56px;
    padding-right: 10px;
  }
  .mini-cart-item .product-info {
  }
  .table-checkout > thead > tr > th:not(:first-child) {
    display: none;
  }
  .table-checkout > thead > tr > th:first-child {
    display: block;
    border-bottom: 1px solid #d2d2d2;
  }
  .table-checkout > tbody > tr > td {
    display: block;
    border-top: 0;
  }
  .table-checkout > tbody > tr {
    position: relative;
    display: block;
    padding: 10px 0 10px 75px;
  }
  .table-checkout > tbody > tr > td.image {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 10px 10px;
    width: 60px;
  }
  .c-checkout {
    margin-left: -15px;
    margin-right: -15px;
    display: initial;
    margin-top: 0;
    border-top: 0;
  }
  .c-checkout .section-content {
    padding: 0;
  }
  .table-checkout > tbody > tr > td:last-child {
    position: absolute;
    padding: 0;
    right: 10px;
    top: 10px;
  }
  .table-checkout > tbody > tr > td .select-product {
    max-width: 60px;
  }
  .table-checkout > tbody > tr > td:nth-child(5) {
    display: none;
  }
  .c-checkout .section-content.right-content {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 0;
  }
  .c-checkout .right-content .box-body {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .c-checkout .right-content .box-title {
    display: none;
  }
  .order-summary li .k,
  .order-summary li .v {
    line-height: 25px;
  }
  .order-summary li {
    list-style-type: none;
    padding: 5px 0;
    display: block;
    width: 100%;
    clear: both;
  }
  .order-summary li.total .k {
    color: #000;
    font-size: 15px;
  }
  .check-out-mobile {
    padding: 0;
  }
  .container-loading {
    padding: 0;
  }
  .product-price .price-value {
    padding-left: 0px;
  }
  .product-item .product-price .price-value:not(.price-mobile) {
    color: #f05a29;
  }

  .cate-menu {
    top: 54px;
    display: -webkit-inline-box;
    width: 100%;
    height: 50px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .cate-menu li {
    float: none;
  }
  .cate-menu li a {
    height: 40px;
    padding: 10px 15px;
  }
  .c-menu {
    top: 70px;
    left: 0;
    right: 0;
    height: 40px;
  }
  .cate-menu li.active a:before {
    border-width: 8px;
    top: 24px;
  }
  .lst-products {
    padding: 0 15px;
  }
  .lst-products .product-cat {
    padding: 0 5px;
  }
  .cat-products {
    padding: 0;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }
  div.form-search-wrap {
    position: absolute;
    top: 55px;
    padding: 0 10px;
    background: #fff;
    display: block;
  }
  div.form-search-wrap .form-search {
    border: 0;
  }
  .content#home,
  .main {
    position: relative;
    top: 40px;
  }
  div.form-search-wrap #select_module {
    display: none;
  }
  div.form-search-wrap #search {
    display: none;
  }
  div.form-search-wrap .form-search input {
    padding-left: 10px;
  }
  div.form-search-wrap .form-search > form {
    font-size: 13px;
    background-color: #f3f3f3;
    border-radius: 4px;
  }
  #logo_wrap {
    margin-left: 33.3333%;
  }
  #logo_wrap img {
    height: 50px;
    margin: auto;
  }
  div.cart-mod-wrap {
    display: block;
  }

  .block:first-child {
    margin-top: 0 !important;
  }
  #cart_shops {
    text-align: right;
    padding-right: 0px;
    top: 10px;
  }
  #home {
    margin-top: 0;
  }
  .section-product:first-child {
    padding-top: 0;
  }
  .section-product:first-child .section-content {
    padding-top: 0;
  }
  .product-count-down {
    display: none;
    margin-right: 0;
  }
  .box-image img {
    max-width: 100%;
  }

  .c-view-more {
    margin-top: -130px;
  }
  .product-item .price-discount,
  .product-item .trueprice1,
  .product-item .trueprice {
    display: none !important;
  }
  .price-value.price-mobile {
    font-weight: normal;
    text-decoration: line-through;
    margin-top: -15px;
    margin-bottom: 5px;
  }
  .product-item .product-info {
    height: 60px;
  }
  .section-product .content-products {
    padding-left: 20px;
    padding-right: 20px;
  }
  #cart_shops div.cart-mobile {
    display: none !important;
  }
  .section-title .floor-title {
    display: none;
  }
  .header-right li:not(:last-child) {
    display: none;
  }
  .view-mobile,
  .price-mobile {
    display: block;
  }
  .section-product .header-right ul > li:last-child > a {
    display: flex;
  }
  .section-product .header-right .view-mobile {
    position: relative;
    top: -8px;
    color: #f05a29;
    font-size: 14px;
    text-transform: uppercase;
  }
  .section-product .section-title {
    padding-left: 10px;
  }
  .cate-banner {
    height: 110px;
  }
  .breadcrumb {
    display: none;
  }
  .lst-products {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lst-products .product {
    padding: 0 5px;
  }
  .c-category .c-filter {
    text-align: center;
  }
  .c-category ul.sort_menu .item-filter {
    width: 100%;
    display: inline-block !important;
    text-align: center;
    padding: 6px 0;
    background: #fff;
    color: #414141;
    font-size: 14px;
  }
  .c-category ul.sort_menu li {
    float: left;
    width: 50%;
    margin-top: 0;
  }

  ul.sort_menu {
    border: 1px solid #414141;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    list-style: none;
    overflow: hidden;
    clear: both;
    margin: 0 auto 25px auto;
    width: 85%;
    text-transform: uppercase;
    font-weight: 300;
  }
  .c-category .c-filter .item-filter.active {
    border: 0;
    color: #fff;
    background: #414141;
  }
  .main .main-content > .detail-product {
    padding: 0 !important;
    padding-top: 10px !important;
  }
  .detail-product .product-price .price-value {
    padding-left: 0;
  }
  .detail-product .btn-hxt {
    margin-left: 0;
    margin-right: 0;
  }
  .filter_product > .row:nth-last-child(2) .itemsgroup {
    clear: both;
    width: 100%;
    margin-top: 15px;
  }
  div.ddmenu_btn {
    display: block;
    z-index: 999;
    right: -10px;
    box-shadow: none;
    background: transparent;
  }
  .ddmenu_toggle div.ddmenu_btn {
    right: 0;
    /**
        top: 5px;
        position: absolute;    
        **/
  }
  .ddmenu_toggle div.ddmenu_btn .fa {
    color: #fff;
  }
  .container-nav .block_limit .block-title {
    line-height: 55px;
  }
  #menu_top.ddmenu {
    display: none !important;
  }
  div.ddmenu_left {
    display: block;
    width: 100%;
  }
  .ddmenu_left .block_img {
    display: none;
  }
  .smartmenu-category .has-submenu {
    position: relative;
  }
  .smartmenu-category .has-submenu .sub-arrow {
    position: absolute;
    right: 15px;
    top: 20px;
    left: auto;
    background: transparent;
  }
  .smartmenu-category .has-submenu .sub-arrow:first-child {
    display: none;
  }
  .smartmenu-category .has-submenu .sub-arrow .fa {
    color: #fff;
  }
  .smartmenu-category .has-submenu.highlighted ~ .sm-nowrap {
    /* background: #1a1a1a;  */
  }
  .block_limit .block-content > ul.smartmenu-category {
    display: block;
  }
  .container-nav .block_limit .block-title,
  div.container-nav {
    background: #333 !important;
  }
  .container-nav .block_limit .block-content > ul > li {
    border-top: 1px solid #444;
    background: #fff;
  }
  .sm-vertical > li ul a h2 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 35px;
  }
  .container-nav .sm-vertical > li > a > h2 {
    color: #333;
    font-size: 14px !important;
    font-weight: 600;
  }
  .block_limit .block-content > ul > li:first-child {
    border-top-width: 1px;
  }
  .block_limit .block-content > ul > li:hover,
  .block_limit .block-content > ul > li > a:hover {
    /* background-color: #333 !important; */
    color: #fff !important;
  }
  .smartmenu-category.sm-vertical > li ul a {
    color: #333;
    font-size: 14px !important;
  }
  .smartmenu-category.sm-clean-vertical a:active {
    background-color: transparent;
  }
  #home .header-right .c-filter {
    display: none;
  }
  .ddmenu_wrap {
    float: none !important;
  }
  .left_col img {
    width: 85px;
    height: auto;
  }
  .table-mobile {
    background: #fff;
  }
  .table-mobile .product-quantity {
    width: 100px;
    display: inline-block;
  }
  .table-mobile.table > tbody > tr > td {
    border-top: 0;
  }
  .remove_cart {
    float: right;
    cursor: pointer;
  }
  .remove_cart .fa {
    font-size: 20px;
  }
  .back-to-buy {
    font-size: 14px;
    background: #f05a29;
    color: #fff;
    padding: 7px 15px;
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 15px;
  }
  .container-back {
    margin-left: 10px;
    margin-right: 10px;
  }
  .btn-cart-update,
  .btn-cart-order {
    width: 49%;
  }
  ul.intro_menu {
    display: none;
  }
  div.header_main img {
    margin: auto;
  }
  .pay-ment-form .form-horizontal .control-label {
    display: inline-block;
    width: 100%;
  }
  .main-content {
    margin-top: -11px;
  }
  .count .star-icon {
    display: inline-block !important;
    width: 5% !important;
  }
  .section-product .section-title a {
    font-size: 14px;
    position: relative;
    top: 7px;
    background: transparent;
  }
  .banner-top > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .main-slide {
    margin-left: 0;
    width: 100%;
  }
  .promo-banner-bottom,
  .right-slide {
    display: none;
  }
  .home-slide .item {
    height: auto;
  }
  .owl2-nav {
    display: none;
  }
  .section-product .content-products {
    padding-left: 5px;
    padding-right: 0px;
    margin-left: 0;
    margin-right: 5px;
  }
  .product-views {
    font-size: 14px;
  }
  .product-content,
  .sale-stage {
    overflow-x: auto;
  }
  .detail-product .breadcrumb {
    max-width: calc(100% - 30px);
    overflow: hidden;
  }
  .icon-success {
    margin: auto;
  }
  .complete-buttons a + a {
    margin-left: 0;
  }
  .container-complete {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-category .cat-products {
    margin-left: 0px;
    margin-right: 0px;
  }
  .related-product .block__content {
    padding-top: 10px;
  }
  .related-product .block__header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-product-info .related-product .product-name {
    margin-top: 0;
    border-top: 0px solid #f6f6f6;
    padding: 5px 0px;
    font-weight: 400;
    font-size: 14px;
  }
  /**
    div.menu-top {
        position: absolute;
    }
    **/
  #detail_info .count span {
    display: inline-block !important;
  }
  .c-news .item-news img {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-news .item-news .news-description {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  iframe {
    width: 100%;
  }
  .product-item .product-title {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-item .product-title h3 {
    margin-top: 0;
    line-height: inherit;
  }
  .c-category .cat-products > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .c-category .lst-products {
    padding-left: 5px;
    padding-right: 5px;
  }
  div.menu-top {
    position: absolute;
  }
}

/** END RESPONSIVE **/
ul#menu_top > li {
  display: inline-block;
}

ul#menu_top > li h2 {
  margin-top: 0;
}
figcaption {
display: block;
    margin-top: 1rem;
    position: relative;
    font-weight: 400;
    padding-bottom: 10px;
    color: #888;
text-align: center;
}
.zalo-chat {
    position: fixed;
    bottom: 70px;
    left: 15px;
    z-index: 2;
}
.messenger-chat {
    position: fixed;
    bottom: 120px;
    left: 15px;
    z-index: 2;
}
.messenger-chat a:after {
    content: "1";
    display: block;
    color: #fff;
    background-color: #f04c28;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    position: absolute;
    top: 3px;
    right: -3px;
    font-size: 10px;
    text-align: center;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
}
.call-button {
    position: fixed;
    bottom: 26px;
    left: 18px;
    z-index: 2;
}
.call-button i {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    background-color: #ffc107;
    color: #fff;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 35px;
    animation: d 2s ease infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s;
}
@keyframes d{
    0% {
        transform: scale(1);
    }

    15% {
        box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.4);
    }

    25% {
        box-shadow: 0 0 0 6px rgba(255, 193, 7, 0.4), 0 0 0 12px rgba(255, 193, 7, 0.2);
    }

    25% {
        box-shadow: 0 0 0 9px rgba(255, 193, 7, 0.4), 0 0 0 18px rgba(255, 193, 7, 0.2);
    }
}
.margin-bottom-lg h2{
    font-size: 22px !important;
}
.margin-bottom-lg h3{
    font-size: 20px !important;
}