@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap&subset=vietnamese");
/*-----------------------------------------------------------------------------------

CSS INDEX
===================

2.0.0 Home CSS
2.1.0 Header CSS
2.2.0 Nav CSS
2.3.0 Slider CSS
2.4.0 Content CSS
2.4.1 Best/Featured Products CSS
2.4.2 New Products CSS
2.4.3 Product By Category CSS
2.4.4 News CSS
2.4.5 Best News CSS
2.4.6 News By Category CSS
2.4.7 Slide News CSS
2.4.8 Partner CSS
2.5.0 Left - Right Sidebar CSS
2.5.1 Nav CSS
2.5.2 Advertisement CSS
2.5.3 Video CSS
2.5.4 Statistic CSS
2.5.5 Search Bar CSS
2.5.6 Viewest Products CSS
2.5.7 Selling Products CSS
2.5.8 Slide Image CSS
2.5.9 News CSS
2.5.10 Exchange Rate CSS
2.5.11 Maps CSS
2.5.12 Download CSS
2.5.13 Link CSS
2.5.14 Newsletter CSS
2.5.15 Google Translate CSS
2.5.16 Register CSS
2.5.17 Support Online CSS
2.5.18 Nav By Category CSS
2.5.19 Facebook Plugin CSS
2.5.20 Focus News CSS
2.5.21 Date Now CSS    
3.0 Footer CSS
4.0 Shop CSS
5.0 Shop Detail CSS
6.0 Blog CSS
7.0 Blog Detail CSS
8.0 Contact CSS
9.0 Cart CSS
10.0 Checkout CSS
11.0 404 CSS

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@charset "utf-8";

/*----------------------------------------*/
/*  1.0  Theme default CSS
/*----------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul,
fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, img, embed {
  margin: 0;
  padding: 0;
  outline: 0;
}
a {
  color: #282828;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0px solid;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  padding: 0;
  margin: 0px 0px 10px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
}
ol, ul {
  list-style: outside none none;
  margin: 0;
  padding: 0
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
body, body.class_body {
  .font-family: "Roboto", "Helvetica Neue", "Arial", sans-serif;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background: #fff;
}
.bg-white {background: #fff;}
.no-padding {padding: 0 !important;}
#content {
  .padding-top: 20px;
}
.widget {clear: both;}
.space-base {
  .margin-bottom: 45px;
}
.aw-blog-read-more {
  display: block;
  color: #282828;
  font: 500 12px/1.55 "Roboto", "Helvetica Neue", "Arial", sans-serif;
  margin-top: 10px;
  text-transform: uppercase;
  text-decoration: underline;
}
.price-box {
  color: #F00;
  font-size: 14px;
  line-height: 1.4;
}
.price-box p {
  margin: 0;
  display: inline-block;
}
.price-box p.old-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 13px;
  margin-right: 10px;
  transition: 0.1s linear all; 
}
.meta-post {
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
}
.block-title, .page-title, .relatived-product-title, .relatived-post-title {
  margin-bottom: 30px;
  font-family: "Alfa Slab One", Bevan!important ;
}
/*.block-title h3, .block-title .h3, .page-title.product-category h2, .page-title.post-category h2, .relatived-product-title .h3, .relatived-post-title .h3 {
background: #2d2d2d;
font-size: 16px;
color: #fff;
text-transform: uppercase;
padding: 18px 25px;
cursor: pointer;
}*/

/*.mm-menu.mm-offcanvas.mm-current {
  z-index:99;
  transition: all 0.2s linear;
}*/

.row {
    margin-left: 0;
    margin-right: 0;
}


.block-title h3 a, .block-title .h3 a {color: #fff;}

/*----------------------------------------*/
/* 2.0 Home CSS
/*----------------------------------------*/
/* 2.1.0 Header CSS
/* ====================================== */
#top {
  background-color: #fff;
  border-bottom:1px solid #e8e8e8;
  min-height: 40px;
}
#top .container {
  padding: 0;
  .display: flex;
}
#top .container > div{
  display: flex;  
}
#top .container > div:not(:last-child){

}
#top .container .search-widget, #top .container #top-links{
  padding: 0 20px;
}
#top .container .banner{
  width: 60%;
  border-right:1px solid #e8e8e8; 
  border-left:1px solid #e8e8e8; 
  transition: 0.1s linear all; 
}
#top .single-widget{
  margin: 0;
}
#top ul.language-grp li, #top-links .btn-viewcart{
  padding: 5px 5px;
  transition: 0.1s linear all; 
}
#top ul.language-grp li:hover, #top-links .btn-viewcart:hover{
  background: #e5e5e5;
  border-radius: 4px;
  transition: 0.1s linear all; 
}
#top ul.language-grp li:hover .language-select {
  font-weight: 700; 
}
#top .btn-link, #top-links li, #top-links a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {color: #444;}
#top-links .dropdown-menu a {text-shadow: none;}
#top-links .dropdown-menu a:hover {
  color: #FFF;
  background-image: linear-gradient(to bottom, #ff9900, #ff7d00);
}
#top-links {padding-top: 6px;}
#top-links a + a {margin-left: 15px;}

/* 2.2.0 Nav CSS
/* ====================================== */
.navbar-container .navbar {
  min-height: 1px;
  margin: 0;
}
.navbar-container .navbar-m { overflow: hidden;}
.navbar-container .navbar-m .header a {
  background: #be2232;
  display: block;
  padding: 14px 40px;
  color: #FFF;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.navbar-container .navbar-m .header a:before {
  position: absolute;
  top: 16px;
  left: 15px;
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  content: "";
}
.navbar-container .navbar-m .header a:after {
  position: absolute;
  top: 22px;
  left: 15px;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
.navbar-container .navbar-m ul {display: none;}

/* 2.3.0 Slider CSS
/* ====================================== */

/* 2.4.0 Content CSS
/* ====================================== */
/* 2.4.1 Best/Featured Products CSS
/* 2.4.2 New Products CSS
/* 2.4.3 Product By Category CSS
/* -------------------------------------- */

.products-grid .product-item {
  margin-bottom: 20px;
  padding-top: 10px;
}
.products-grid .product-item-info {
  position: relative;
  background: #fff;
}
.products-grid .product-item-info .product-item-details {
  padding: 10px;
  position: relative;
  transition: 0.1s linear all; 
}
.product-item-details .product-name {
  margin: 0 0 10px 0;
}
.product-item-details .product-item-description {
  margin-bottom: 10px;
}
.products-grid .item .button-holder {
  padding: 0 10px 15px;
}
.products-grid .item .button-holder button {
  overflow: visible;
  width: auto;
  padding: 0 5px 0 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.products-grid .item .button-holder button i {
  display: inline-block;
  text-align: center;
  width: auto;
  line-height: 34px;
  background-color: #ccc;
  color: #222;
  font-size: 14px;
  padding: 0px 10px;
}

/* 2.4.4 News CSS
/* 2.4.5 Featured News CSS
/* 2.4.6 News By Category CSS
/* 2.4.7 Slide News CSS
/* -------------------------------------- */

.block-post {
  position: relative;
  list-style: none!important;
  background: #fff;
}
.block-post.block-first-post .block-post-img {
  margin-bottom: 20px;
  position: relative;
}
.block-post.block-first-post .block-post-img img {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  opacity: .9;
  width: 100%;
}
.block-post.block-first-post .block-post-content {
  padding-bottom: 20px;
}
.block-post.block-first-post h4 {
  margin: 0 auto 10px auto;
  padding: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
}
.block-post.block-other-post {
  padding-bottom: 19px;
  margin-bottom: 18px;
  border-bottom: 1px solid #DDD;
}
.block-post.block-other-post .block-post-img {

}
.block-post.block-other-post .block-post-content {

}
.block-post.block-other-post h4 {
  margin: 0 auto 10px auto;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
}
.block-post.block-other-post .post-description {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}

/* 2.4.4 News CSS
/* -------------------------------------- */

.news-wrap .block-post.block-other-post {
  padding-bottom: 0;
  margin-bottom: 20px;
  border-bottom: 0px;
}
.news-wrap .block-post.block-other-post:nth-child(2n) {padding-left: 0;}

/* 2.5.0 Left - Right Sidebar CSS
/* ====================================== */

#left-sidebar, #right-sidebar {z-index: 2;}
.single-widget {
  background: #fff;
  margin-bottom: 30px;
}
.single-widget .section-title {
  background: #f90;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  padding: 16px 20px;
  cursor: pointer;
  position: relative;
}
.single-widget .section-title a {color: #fff;}
.single-widget .content-widget {padding: 10px 20px;}

/* 2.5.1 Nav CSS
/* 2.5.18 Nav By Category CSS
/* -------------------------------------- */

.single-widget .content-widget ul {} 
.single-widget .content-widget > ul {} 
.single-widget .content-widget ul li {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  padding: 8px 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 29px;
  color: #313131;
}
.single-widget .content-widget > ul > li {} 
.single-widget .content-widget ul li:last-child {border-bottom: 0px;}
.single-widget .content-widget ul li a {} 
.single-widget .content-widget > ul > li > a {} 
.single-widget .content-widget ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background: #FFF;
}
.single-widget .content-widget ul > li:hover > ul {display: block;}


/* 2.5.2 Advertisement CSS
/*----------------------------------------*/
.qcc1 img { max-width:125px; float:right;}
.qcc2 img { max-width:125px; float:left;}
#floating_banner_left, #floating_banner_right {
  text-align:left; 
  position:absolute; 
  overflow:hidden; 
  top: 0px; 
  left: 0px; 
  width: auto; 
  border: 0px solid #000;
}
#floating_banner_right {text-align: right;}

/* 2.5.3 Video CSS
/*----------------------------------------*/

/* 2.5.4 Statistic CSS
/*----------------------------------------*/

/* 2.5.5 Search Bar CSS
/* 2.5.14 ewsletter CSS
/*----------------------------------------*/

.search-widget form, .newsletter-widget form {position: relative;}
.search-widget input[name="k"], .newsletter-widget input[name="v"] {
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  border-radius: 5px !important;
}
.search-widget button[name="s"], .newsletter-widget button {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 0px 10px;
  background: #e3e3e3;
  border: none;
  color: #064475;
  font-size: 20px;
  cursor: pointer;
  width: 40px;
  height: 100%;
  transition: 0.1s linear all; 
}
.search-widget button[name="s"]:hover{
  background: #c4c3c3; 
  color: #ffffff; 
  transition: 0.1s linear all; 
}

/* 2.5.6 Viewest Products CSS
/* 2.5.7 Selling Products CSS
/* 2.5.9 News CSS
/*----------------------------------------*/

.single-widget .content-widget .product-item,
.single-widget .content-widget .post-item {
  text-transform: none;
}
.product-item .ma-item, .post-item .ma-item {
  margin-bottom: 10px;
}
.ma-item .products-images .product-image img {
  max-width: 63px;
}
.ma-item .post-images .post-image img {
  max-width: 83px;
}
.ma-item .products-des, .ma-item .post-des {
  margin-left: 95px;
}
.ma-item .products-des .product-name, .ma-item .post-des .post-name {
  margin: 0;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
}
.ma-item .products-des .product-name a, .ma-item .post-des .post-name a {
  padding-top: 5px;
  font-size: 14px;
}
.ma-item .products-des .price-box {
  color: #F00;
  font-size: 14px;
  line-height: 1.4;
}
.ma-item .products-des .price-box p {
  margin: 0;
  display: block;
  font-size: 13px;
}
.ma-item .products-des .price-box p.old-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 12px;
}
.ma-item .post-des p {
  font-size: 12px;
  line-height: 1.4;
}

/* 2.5.8 Slide Image CSS
/*----------------------------------------*/

.single-widget .content-widget.slide-widget ul li {border-bottom: 0px;}

/* 2.5.10 Exchange Rate CSS
/*----------------------------------------*/

.exchange-rate-widget table { width: 100%;}
.exchange-rate-widget table th, .exchange-rate-widget table td {text-align: center;}

/* 2.5.11 Map CSS
/*----------------------------------------*/
.map-responsive {
  overflow: hidden;
  padding-bottom: 73%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* 2.5.12 Download CSS
/*----------------------------------------*/

.download-widget a {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dedede;
}
.download-widget a:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.download-widget a i {margin-right: 7px;}

/* 2.5.13 Link CSS
/*----------------------------------------*/

/* 2.5.15 Google Translate CSS
/*----------------------------------------*/

/* 2.5.16 Register CSS
/*----------------------------------------*/

/* 2.5.17 Support Online CSS
/*----------------------------------------*/

.agent-small {margin: 0px 0px 15px;}
.agent-small-title {margin-bottom: 5px;}
.agent-small-inner {
  display: table;
  width: 100%;
}
.agent-small-image {
  display: table-cell;
  width: 76px;
}
.agent-small-image-inner {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  height: 50px;
  float: left;
  margin: 0px 16px 0px 0px;
  position: relative;
  width: 50px;
  transition: color 0.15s linear 0s;
}
.agent-small-image img {
  border-radius: 50%;
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.agent-small-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: table-cell;
  padding-bottom: 12px;
  vertical-align: top;
}
.agent-small:last-child .agent-small-content {
  border-bottom: 0px;
}
.agent-small-yahoo, .agent-small-skype, .agent-small-tel {
  font-size: 12px;
  line-height: 22px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
}
.agent-small-yahoo {background-image: url("uploads/icon/yahoo2.png");}
.agent-small-skype {background-image: url("uploads/icon/skype.png");}
.agent-small-tel {background-image: url("uploads/icon/Phone.png");}

/* 2.5.19 Facebook Plugin CSS
/*----------------------------------------*/

/* 2.5.20 Focus News CSS
/*----------------------------------------*/

/* 2.5.21 Date Now CSS
/*----------------------------------------*/
.clock {
  cursor: pointer;
  padding: 5px;
  width: 40%;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto", "arial";
}
#clock {
  float: left;
  background-color: #000000;
  color: #00FF33;
  font-size: 20px;
  margin-bottom: 5px;
}
.datetime {
  text-align: center;
  margin: 8px 0;
}

/* 2.5.22 Statistic CSS
/*----------------------------------------*/
.wrap_total {width: 100%;}
.wrap_total .total{
  text-align: center;
  padding: 10px 0;
}
.wrap_total .label{
  display: block;
  position: relative;
  height: 24px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  padding: 0 0 0 10px;
  text-indent: 25px;
  line-height: 1.4;
}
.wrap_total .label:before {
  content: " ";
  width: 16px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 0px;
  background: url(uploads/icon/default-icon-total.png) no-repeat;
}
.wrap_total .online:before {background-position: -192px 0;}
.wrap_total .today:before {background-position: -160px 0;}
.wrap_total .week:before {background-position: -128px 0;}
.wrap_total .month:before {background-position: -96px 0;}
.wrap_total .total:before {background-position: -0 0;}
.wrap_total .value {
  text-align: right;
  padding-right: 10px;
  font-size: 12px;
  vertical-align: top;
}
.vdigit-0, .vdigit-1, .vdigit-2, .vdigit-3, .vdigit-4, .vdigit-5, .vdigit-6, .vdigit-7, .vdigit-8, .vdigit-9 {
  width: 15px;
  height: 20px;
  background: url(uploads/icon/default-digit.png) no-repeat top left;
  text-indent: -999em;
  display: inline-block;
}
.vdigit-0{background-position:0 0;}
.vdigit-1{background-position:-30px 0;}
.vdigit-2{background-position:-60px 0;}
.vdigit-3{background-position:-90px 0;}
.vdigit-4{background-position:-120px 0;}
.vdigit-5{background-position:-150px 0;}
.vdigit-6{background-position:-180px 0;}
.vdigit-7{background-position:-210px 0;}
.vdigit-8{background-position:-240px 0;}
.vdigit-9{background-position:-270px 0;}
.sty_table_rv th {
  height: 28px;
  padding: 5px;
  background: url("uploads/icon/content_box_title.png") repeat-x scroll 0% 0% #EDEDED;
  border: 1px solid #C8C8C8;
  color: #242424;
}

/*----------------------------------------*/
/* 3.0 Footer CSS
/*----------------------------------------*/

#site-footer {
  background: #f9f9f9;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}

#site-footer .footer-top {

}
#site-footer .footer-top .footer-block {margin-bottom: 20px;}
#site-footer .footer-widget-title {
  font-size: 1.384em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
#site-footer .footer-top .footer-widget-title {
  border-bottom: 2px solid #fff;
  height: 35px;
  margin-bottom: 15px;
  margin-top: 3px;
  padding: 0 0 .67em;
}
#site-footer .footer-top .footer-widget-title>span {
  border-bottom: 2px solid #f90;
  display: inline-block;
  height: 35px;
  padding: 0;
}
#site-footer .footer-bottom {
  min-height: 50px;
  background: #be2232;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 50px;
}
#site-footer .footer-bottom a {
  color: #fff;
  transition: 0.1s linear all; 
}
#site-footer .footer-bottom a:hover {
  color: #ffeb3b;
  transition: 0.1s linear all; 
}
/*----------------------------------------*/
/*  4.0 Shop CSS
/*----------------------------------------*/

.page-title.product-category h2 {}

/*----------------------------------------*/
/*  5.0 Shop Detail CSS
/*----------------------------------------*/

.product-view, .product-view .primary_block {margin-bottom: 30px;}
.product-left-column {min-height: 380px;}
.product-center-column {} 
.product-right-column {} 
.product-left-column #image-block {
  position: relative;
  padding: 0px;
}
.product-left-column #image-block .zoomWrapper, .product-left-column #image-block img {margin: auto;} 
#views_block {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
#thumbs_list {
  position: relative;
  padding: 0px 29px;
}
#thumbs_list #thumblist {
  list-style-type: none;
  padding: 0px 1px;
  margin: 0px;
  overflow: hidden;
  position: static;
}
#thumbs_list .thumb_item {
  border: 1px solid transparent;
  margin: 0 4px;
}

#thumbs_list .thumb_item img {
  max-width: 100%;
  margin: auto;
}
#thumbs_list .owl-prev, #thumbs_list .owl-next {
  position: absolute;
  top: 50%;
  left: 0px;
  bottom: 0px;
  opacity: 1;
  font-size: 0px;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  background: #FFF;
  border-radius: 50%;
}
#thumbs_list .owl-next {
  right: 0;
  left: auto;
}
#thumbs_list .owl-prev:before, #thumbs_list .owl-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  display: block;
  text-align: center;
  border: 1px solid #b6b6b6;
  border-radius: 100%;
  font-size: 14px;
  line-height: 25px;
  height: 25px;
  color: #000;
  text-shadow: none;
}
#thumbs_list .owl-prev:before {content: "\f104";}
#thumbs_list .owl-next:before {content: "\f105";}
.socialsharing_product {margin-top: 20px;}
.socialsharing_product ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
.socialsharing_product ul li .btn {
  padding: 7px 15px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  font-size: 12px;
  color: #777;
  background: #fff;
}
.socialsharing_product ul li .btn-facebook:hover {
  background-color: #435F9F;
  color: #fff;
}
.socialsharing_product ul li .btn-facebook i {color: #435F9F;}
.socialsharing_product ul li .btn-facebook:hover i {color: #fff;}
.socialsharing_product ul li .btn-twitter:hover {
  background-color: #00AAF0;
  color: #fff;
}
.socialsharing_product ul li .btn-twitter i {color: #00AAF0;}
.socialsharing_product ul li .btn-twitter:hover i {color: #fff;}
.socialsharing_product ul li .btn-google-plus:hover {
  background-color: #E04B34;
  color: #fff;
}
.socialsharing_product ul li .btn-google-plus i {color: #E04B34;}
.socialsharing_product ul li .btn-google-plus:hover i {color: #fff;}
.socialsharing_product ul li .btn-pinterest:hover {
  background-color: #CE1F21;
  color: #fff;
}
.socialsharing_product ul li .btn-pinterest i {color: #CE1F21;}
.socialsharing_product ul li .btn-pinterest:hover i {color: #fff;}
.product-center-column h1 {
  margin: 10px 0px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
}
.product-center-column .category {
  font-weight: bold;
  margin: 0px;
  text-transform: none;
  line-height: 28px;
}
.product-center-column .category a {
  display: inline-block;
  color: #3991DB;
}
.product-center-column .product-description {
  line-height: 16px;
  margin-bottom: 15px;
  padding: 6px 0px;
  font-size: 13px;
}
.product-center-column .old-price {
  font-size: 16px;
  font-weight: 300;
  color: #999;
  text-decoration: line-through;
}
.product-center-column .price {

}
.product-center-column .quantity_wanted_p {
  width: 100%;
  margin: 20px 0;
}
.product-center-column .quantity-selector {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
  font-weight: 300;
  line-height: 30px;
  min-width: 60px;
  font-weight: 600;
}
.js-qty {
  position: relative;
  margin-bottom: 1em;
  max-width: 100px;
  min-width: 75px;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-center-column .js-qty {
  float: left;
  margin-bottom: 0px;
}
.control-quantity {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  border: 0 none;
  background: none;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.control-quantity.control-minus {
  left: 0;
  border-right: 1px solid #E5E5E5;
}
.control-quantity.control-add {
  right: 0;
  border-left: 1px solid #E5E5E5;
}
.control-quantity.control-minus, .control-quantity.control-add {
  background-color: #f90;
  color: #fff;
  font-weight: 600;
  padding: 0 5px;
}
.js-qty input[type="text"] {
  display: block;
  background: #FFF;
  font-size: 12px;
  text-align: center;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0px 25px;
  margin: 0;
  border: 1px solid #E5E5E5;
}
.product-center-column .adtocart {
  display: block;
  float: left;
  margin-left: 15px;
  padding: 0;
  background: #f90;
  color: #fff;
  text-transform: capitalize;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #ff6000;
  margin-bottom: 20px;
}
.product-center-column .adtocart .fa {
  margin-left: 10px;
  margin-right: 0px;
}
.product-center-column #AddToCartText {
  font-weight: 300;
  font-size: 12px;
  padding: 0px 10px;
}
.product-detail-tab {
  background: white;
  .padding: 20px;
}
.nav-tabs {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.nav-tabs, .nav.nav-tabs {
  margin-left: 0;
  margin-right: 0;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}
.nav-tabs .nav-tab-item {
  width: auto;
  margin: 0 5px 0 0;
}
.nav-tabs li a {
  font: 500 14px/1.35 "Helvetica Neue", sans-serif;
  border-color: #999999;
  background: #fbfbfb;
}
.nav-tabs .nav-tab-item .switch {
  display: block;
  position: relative;
  z-index: 2;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  color: #999999;
  border: 0;
  height: 40px;
  padding: 10px 10px 10px 10px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.nav-tabs .nav-tab-item.active .switch {
  border: 0;
  border-bottom: 2px solid;
}
.nav-tabs .nav-tab-item .switch:visited {
  text-decoration: none;
}
.nav-tabs .nav-tab-item:not(.disabled) .switch:active,
.nav-tabs .active.nav-tab-item .switch,
.nav-tabs .active.nav-tab-item .switch:focus,
.nav-tabs .active.nav-tab-item .switch:hover {
  background: transparent;
}
.nav-tabs .active.nav-tab-item .switch,
.nav-tabs .active.nav-tab-item .switch:focus,
.nav-tabs .active.nav-tab-item .switch:hover {
  padding-bottom: 11px;
}
.nav-tabs .active.nav-tab-item .switch {
  font-weight: 700;
  color: #282828;
  background-color: transparent;
  border-color: #282828;
}
.nav-tabs .nav-tab-item.active .switch {
  color: #282828;
}
.nav-tabs .nav-tab-item .switch:visited,
.nav-tabs .nav-tab-item .switch:hover,
.nav-tabs .nav-tab-item .switch:active {
  color: #282828;
  background: #fbfbfb;
}
.nav-tabs .nav-tab-item.active .switch,
.nav-tabs .nav-tab-item.active .switch:focus,
.nav-tabs .nav-tab-item.active .switch:hover {
  color: #282828;
  background: transparent;
  border-bottom-color: black;
}
.nav-tabs .nav-tab-item:not(.disabled).active .switch,
.nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
  background: transparent;
  border-bottom-color: #282828;
  color: #282828;
}
.product-view .nav-tab-content {
  padding: 15px 0 0;
}
.relatived-product-title {}
.relatived-product-title .h3 {}

/*----------------------------------------*/
/*  6.0 Blog CSS
/*----------------------------------------*/

.postWrapper {
  padding-bottom: 25px;
  clear: both;
}
.page-title.post-category h2 {}
.postTitle {margin-bottom: 15px;}
.postTitle .post-title {
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
.postContent {padding-bottom: 10px;}

/*----------------------------------------*/
/*  7.0 Blog Detail CSS
/*----------------------------------------*/

.entry-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
}
.post-meta, .post-author {
  font-size: 14px;
  line-height: 22px;
  margin: 3px 0 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.post-meta i.fa-calendar-o {
  font-size: 12px;
  top: -1px;
  position: relative;
  margin-right: 4px;
}
.post-meta li {
  padding-left: 1px;
  padding-right: 1px;
}
.post-meta li, .post-author {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
}
.post-meta > li {
  display: block;
  white-space: nowrap;
}
.single-post-page .entry-header .post-author {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 0px;
}
.post-author-avatar {
  width: 50px;
  height: 50px;
  max-width: 50px;
  border: none;
}
.post-date a {color: #9B9B9B;}
.entry-header .socialsharing_product {margin-bottom: 30px;}
.entry-content .single-post-image {margin-bottom: 30px;}
.fave_relatived_post {margin-bottom: 30px;}
.relatived-post-title {}
.relatived-post-title .h3 {}
.relatived-post-details .small-title {
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
}
.relatived-post-details .post-small-content {font-size: 13px;}

/*----------------------------------------*/
/* 8.0 Contact CSS
/*----------------------------------------*/

/*----------------------------------------*/
/* 9.0 Cart CSS
/*----------------------------------------*/

/*----------------------------------------*/
/* 10.0 Checkout CSS
/*----------------------------------------*/

.order-result {
  text-align: center;
  font-size: 15px;
}
.order-result .title-m {
  font-size: 30px;
  font-weight: bold;
  color: #f90;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.order-result .str {
  font-size: 18px;
  font-weight: bold;
}
.order-result .info {padding-top: 10px;}
.order-result .info .idcode {
  background: #f90;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 10px 15px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-right: 20px;
  vertical-align: top;
}
.order-result .info .idcode strong {
  font-size: 30px;
  display: block;
  font-weight: normal;
}
.order-result .info .desc {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}
.order-result .button {margin: 30px 0;}
.orderdetail-container {padding: 20px 15px;}
.order-title {
  margin: 0 0 22px;
  font-size: 13px;
}
.headline__label, .headline__value {
  display: inline-block;
  line-height: 1.3;
}
.headline__label {
  margin: 0 0 .3em;
  font-size: .86em;
  text-transform: uppercase;
}
.list-inline__2:before {
  content: "|";
  display: inline-block;
  margin: 0 1.23em;
  color: #e0e0e0;
}
.customer-detail {
  margin: 20px 0 10px;
  text-align: justify;
}
.customer-detail .customer-detail__item {
  font-size: 12px;
  line-height: 1.5;
  color: #6f6f6f;
  padding-right: 20px;
}
.customer-detail__header {
  padding: 0 0 .3em;
  margin: 0 0 .5em;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #111;
}
.product-brief__image {
  max-width: 75px;
  max-height: 75px;
}

/*----------------------------------------*/
/* 11.0.0 404 CSS
/*----------------------------------------*/
body{
  background: #fff!important ; 
}
body *{
  transition: 0.1s linear width; 
  font-family: "Roboto", sans-serif!important ;
}
body.error404 {
  background-image: url("/uploads/background/Screen_404_Error.png") !important;
  background-repeat: no-repeat!important ;
  background-position: center!important ;
  background-size: cover!important ;
  color: #fff;
}
body.error404 .page-404 .search-form {
  display: none;
}
body.error404 .respone {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
body.error404 a {
  color: #fff;
}
body.error404 a:hover {
  color: #f90;
}
body.error404 .page-404 {
  color: #fff;
  float: left;
  margin-top: 495px;
  padding-bottom: 0px;
  text-align: center;
  width: 100%;
}
body.error404 .page-404 h3 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
body.error404 .page-404 label {
  font-size: 18px;
  font-weight: normal;
  line-height: 46px;
  margin: 0;
}
.accordion .section-title:after {
  content: "\f055";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 10px;
  left: auto;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: transparent;
}

/** Ad foot **/
.foot { clear: both }
.chuyende {position: fixed;bottom: -1px;right: 0px;z-index:100;}
.chuyende img {max-width: 250px;}
.chuyende .tenchuyende {font: bold 12px "Tahoma";text-align: center;color:#FFFFFF;height: 15px;cursor: pointer;}
.chuyende .tenchuyende .nut, .chuyende .tenchuyende .NutHien {
  float: right;
  background-image: url("/uploads/others/button.gif");
  background-position: -30px 0;
  height: 15px;
  width: 30px;
}
.chuyende .tenchuyende .NutHien {
  display: none;
  background-image: url("/uploads/others/button.gif");
  background-position: -60px 0;
}
#divchuyende{color:#FFFFFF}
#an {visibility:hidden; display: none; }

/** box language **/
.box_laguage {top: 0px; position: absolute;}
#goog-gt-tt {display: none !important;}
.goog-te-banner-frame {display: none !important;}
.goog-te-menu-value:hover {text-decoration: none !important;}
body {top: 0 !important;}
#google_translate_element2 {display: none!important;}

/** CUSTOM **/
.zoomContainer {z-index: 9;}

/******** hugo ***********/
/* ẨN */
.products-grid .item .button-holder, #top .container .h3.section-title{
  display: none;
}

/* GIỮA TRÊN DƯỚI */
.widget.widget-static-block.cate-product2 .product-by-category-wrap2-auto .title-text, .widget.widget-static-block.cate-product2 .product-by-category-wrap2-auto .content-text, #top .container, #top-links, ul.language-grp{
  display: flex;
  align-items: center;
}

.fixed-menu {
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  transition: 0.1s linear all; 
}
#top > .container{
  background: #fff; 
  transition: 0.1s linear all; 
}
#top > .container.fixed-menu{
  background: #fff; 
  box-shadow: 0px 1px 2px 1px #21212130; 
  transition: 0.2s linear all; 
  z-index: 999999;
}
#top > .container > .search-widget, #top > .container > #top-links{
  width: 25%;
}
#top > .container.fixed-menu .navbar-container .navbar-content .navbar-d > ul{
  padding: 0;
  transition: 0.2s linear all; 
}
/* menu main */
#top > .container > .menu-main{
  width: 100%;
  justify-content: center;
}
.navbar-d li:hover > ul{
  z-index: 1;
}

#top-links .btn-group{
  width: 60%;
}
#top-links .btn-viewcart{
  width: 40%;
}
#top-links .btn-group ul.language-grp{
  margin-right: 10px;
}
#top-links .btn-group ul.language-grp img{
  width: 50%
}
.navbar-d ul ul li:hover > a, .navbar-d ul ul li a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  color: #212121; 
  background: #fff; 
  transition: 0.1s linear all; 
}

/* LOGO */
.banner a{
  width: 100%;
}
.banner img {
  margin: auto;
  width: 25%;
  transition: 0.1s linear all; 
}


/* MENU MAIN */
.navbar-container .navbar-content .navbar-d > ul > li > a, .navbar-d ul ul li a{
  color: #999; 
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  transition: 0.1s linear all; 
}

.navbar-container .navbar-content .navbar-d > ul > li > a:HOVER, .navbar-d ul ul li a:hover{
  color: #000; 
  transition: 0.1s linear all; 
}
.navbar-d ul ul li a {
  padding: 10px 0px;
}
.navbar-container .navbar-content .navbar-d > ul{
  display: flex;
  justify-content: center;
  padding: 20px 0;
  transition: 0.1s linear all; 
}
.navbar-container .navbar-content, .navbar-container{
  background: #fff; 
  border-bottom: 1px solid #e8e8e833;
}

/* SLIDER */
#content-sidebar {
  padding: 0;
}
.slider-wrap.space-base, .product-by-category-wrap2 {
  margin-bottom: 0;
}

/* SẢN PHẨM TRANG CHỦ */
.product-by-category-wrap2{
  display: flex;
}
.product-by-category-wrap2 > div {
  padding: 0;
}
.product-by-category-wrap2 > div:last-child {
  padding: 50px 0;
}
.product-by-category-wrap2 > div .block-content {
  padding: 0 30px;
}
.product-by-category-wrap2 > div:first-child img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-by-category-wrap2 > div .block-content img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  transition: 0.1s linear all; 
}
.product-by-category-wrap2 .product-item-info{
  border:1px solid #e8e8e833; 
  transition: 0.1s linear all; 
}
/* đảo cột */
.widget-static-block.cate-product2.cate-2 .product-by-category-wrap2, .widget-static-block.cate-product2.cate-2 .product-by-category-wrap2-auto {
  flex-flow: row-reverse;
  display: flex;
}
.product-item-info:hover img{

}
.product-item-info:hover .product-item-details{
  background: #f9f9f9; 
  transition: 0.1s linear all; 
}

/************* TIÊU ĐỀ CSS ******************/
.product-by-category-wrap2 > div > .block-title, .product-by-category-wrap2 > div > .block-title > .h3, .relatived-post-title, .relatived-product-title{
  background: transparent; 
  text-align: center;
}
.relatived-post.space-base, .relatived-product {
  border-top: 1px solid #e8e8e8;
  padding-top: 20px;
}

.product-by-category-wrap2 > div > .block-title > .h3 > a, .home_new .news-wrap .block-title .h3, .contact-wrap .block-title h3, .page-title h2, .relatived-post-title .h3, .entry-header .entry-title, #site-footer .footer-top .h3.section-title, .relatived-product-title .h3, .cart-wrap .h3, .checkout-wrap .h3{
  font-family: "Alfa Slab One", Bevan!important ;
  color: #212121!important ;
  font-size: 25px!important ;
  letter-spacing: 2px;
  font-weight: 100;
  background: transparent;
  padding: 30px 0;
  transition: 0.1s linear all; 
}
.contact-wrap .block-title, .page-title{
  margin-bottom: 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
.relatived-post-title .h3, .relatived-product-title .h3{
  padding: 0;
}
.cart-wrap .block-title, .checkout-wrap .block-title {
  margin-bottom: 0;
}
/* tiêu đề các mục dưới Footer */
#site-footer .footer-top .h3.section-title {
  background: #f9f9f9!important;
  color: #be2232!important;
  text-transform: uppercase;
  font-size: 20px!important;
  padding: 0;
  padding-bottom: 15px
}
#site-footer .descript .h3.section-title {
  background: transparent!important;
  color: #fff!important;
}

.block-title, .page-title{
  text-align: center;
}

/*******************************/
.price-box p.sell-price {
  font-weight: 700;
  font-size: 18px;
  color: #F44336; 
}
p.no-price {
  background: #F44336;
  border-radius: 90px;
  padding: 3px 20px;
  color: #fff;
}
.products-grid .product-item-info{

}


/* MÔ TẢ DANH MỤC */
.widget-static-block.cate-product2 .product-by-category-wrap2-auto{
  display: flex;
}
.product-by-category-wrap2-auto .title-text{
  justify-content: center;
  text-align: center;
}
.widget-static-block.cate-product2 .product-by-category-wrap2-auto .content-text *{
  color: #000; 
}
.widget-static-block.cate-product2 .product-by-category-wrap2-auto .h3 {
  font-family: "Alfa Slab One", Bevan!important;
  color:  #ffffff;
}
.widget-static-block.cate-product2 .product-by-category-wrap2-auto .title-text, .widget-static-block.cate-product2 .product-by-category-wrap2-auto .content-text{
  padding: 70px 30px;
}


.widget-static-block.cate-product2.cate-1 .product-by-category-wrap2-auto .title-text{
  background: #bdd094; 
}
.widget-static-block.cate-product2.cate-1 .product-by-category-wrap2-auto .content-text{
  background: #c7db9c; 
}
.widget-static-block.cate-product2.cate-2 .product-by-category-wrap2-auto{

}
.widget-static-block.cate-product2.cate-2 .product-by-category-wrap2-auto .title-text{
  background: #b2d9c8; 
}
.widget-static-block.cate-product2.cate-2 .product-by-category-wrap2-auto .content-text{
  background: #bce5d3; 
}
.widget-static-block.cate-product2.cate-3 .product-by-category-wrap2-auto .title-text{
  background: #9ebedf; 
}
.widget-static-block.cate-product2.cate-3 .product-by-category-wrap2-auto .content-text{
  background: #a7c8eb; 
}

/* TIN TỨC */
.home_new {
  padding: 70px 50px;
}
.home_new .news-wrap{

}
.home_new .news-wrap .block-title{
  text-align: center;
}
.home_new .news-wrap .block-content{

}
.home_new .news-wrap .block-content .block-post {
  width: calc(33.33% - 40px);
  margin: 0 20px;
  text-align: center;
  border:1px solid #e8e8e800; 
  transition: 0.1s linear all; 
}
.home_new .news-wrap .block-content .block-post:hover{
  border:1px solid #e8e8e833; 
  transition: 0.1s linear all; 
}
.home_new .news-wrap .block-content .block-post .block-post-img{
  overflow: hidden;
}
.home_new .news-wrap .block-content .block-post .block-post-img img{
  width: 100%;
  height: 190px;
  object-fit: cover; 
  transition: 0.2s linear all; 
}

.home_new .news-wrap .block-content .block-post:hover .block-post-img img{
  transform: scale(1.2);
  transition: 0.2s linear all; 
}
.home_new .news-wrap .block-content .block-post .block-post-content{
  padding: 15px;
  transition: 0.1s linear all; 
}
.home_new .news-wrap .block-content .block-post .block-post-content h4.block-post-title a{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  transition: 0.1s linear all; 
}
.home_new .news-wrap .block-content .block-post:hover .block-post-content h4.block-post-title a{
  color: #f44336; 
  transition: 0.1s linear all; 
}

/* FOOTER */
#site-footer .footer-top .row {
  display: flex;
  padding-left: 50px;
}
#site-footer .footer-top .row > div {
  padding-top: 50px;
  padding-bottom: 50px;
}
#site-footer .footer-top .row > div *{
  color: #212121; 
}
#site-footer .footer-top .row .footer-widget-content a:hover{
  color: #be2232; 
  font-weight: 500; 
  transition: 0.1s linear all; 
} 
#site-footer .descript{
  background: url("/uploads/background/living_room_4.jpg"); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0 50px;
}
#site-footer .descript:before {
  background-color: #000;
  opacity: 0.7;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#site-footer .descript *{
  color: #fff!important ; 
  position: relative;
}
#site-footer .footer-top .row > .fanpage .h3.section-title {

}


/* KHUNG XANH KHÓ CHỊU */
button:focus{
  outline: 0!important ;
}

/* TRANG BÀI VIẾT */
.category-posts li {
  width: calc(50% - 30px);
  margin: 0 15px;
  float: left;
  clear: unset;
}
.category-posts li > div {
  background: #f9f9f9; 
  padding: 15px 0!important;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  transition: 0.3s linear all;
}
.category-posts li > div:hover {
  background: #fff9c7; 
  -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 14px 0 rgba(0,0,0,.3);
  -ms-box-shadow: 0 0 14px 0 rgba(0,0,0,.3);
  box-shadow: 0 0 14px 0 rgba(0,0,0,.3);
  transform: translateY(-2px);
  transition: 0.3s linear all;
}
.category-posts li > div .post-details {
  .padding: 20px 0;
}

.category-posts li img {
  height: 180px;
  width: 100%;
  object-fit:  cover;
}

/* tiêu đề bài viết */
.category-posts li > div > .post-details .post-header a{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #8e0102; /* màu đỏ */
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  transition: 0.1s linear all;
}
.category-posts li > div:hover .post-details .post-header a {
  color: #212121;
  transition: 0.1s linear all;
}
/* mô tả bài viết */
.category-posts li > div:hover > .post-details .post-description{
  color: #212121;
  transition: 0.1s linear all; 
}
.post-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* nút xem tiếp */
.category-posts li > div > .post-details .postContent a {
  text-decoration: unset;
  float: right;
  color: #8e0102; /* màu đỏ */
  padding: 5px 20px;
  transition: 0.2s linear all;
}
.category-posts li > div:hover .post-details .postContent a {
  background: #8e0102; /* màu đỏ */
  color: #fff;
  transition: 0.1s linear all;
}

/* TIN LIÊN QUAN */

.relativedpost-container{
  padding: 0 20px;
}
.fave_relatived_post {
  padding: 10px;
  background: #f0f0f0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
  /* box-shadow: 0 0 5px 0 rgba(0,0,0,.1); */
  width: calc(50% - 30px);
  margin: 0 15px 15px;
  transition: 0.1s linear all; 
}
.fave_relatived_post:HOVER{
  background: #fff9c7; 
  transition: 0.1s linear all; 
}
.fave_relatived_post:hover .relatived-post-details *{
  color: #212121; 
  transition: 0.1s linear all; 
}
.fave_relatived_post .relatived-image-wrap {
  padding: 0;
}
.fave_relatived_post img{
  height: 115px;
  width: 100%;
  object-fit: cover; 
}

/* Tiêu đề H3 trong nội dung */
.single-post-page .entry-content h3, .product-detail-tab h3{
  border-left: 5px solid #ffc20f;
  padding-left: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #0a4ca0;
  margin: 10px 0;
}


/* TRANG LIÊN HỆ */
.contact-wrap{

}

.contact-wrap .block-content{
  background: url("/uploads/background/dining_room_2.jpg"); 
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 35%;
  transition: 0.1s linear all; 
}
.contact-wrap .block-content:before {
  background-color: #000;
  opacity: 0.5;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* Bản đồ */
.contact-wrap .maps-widget .section-title{
  display: none;
}
.single-widget.maps-widget {
  background: transparent;
}
.map-responsive{
  border-radius: 3px;
}
.maps-widget .content-widget {
  padding: 0;
  border-radius: 5px;
  .height: 290px;
  overflow: hidden;
}

/* Form Liên hệ - trang liên hệ  */
.contact-form p {
  width: 100%;
}
.form-control-wrap.fc-captcha input[type="text"] {
  width: 100%;
}
.contact-form div:last-child > p:first-child{
  width: 65%;
  display: flex;
}
.contact-form div:last-child > p:last-child {
  width: 35%;
}
.contact-form input[type="submit"]{
  background: #ff9800!important ;
  transition: 0.1s linear all; 
}
.contact-form input[type="submit"]:hover{
  background: #bc2030!important ; 
  transition: 0.1s linear all; 
}
.contact-form input.form-control, .contact-form textarea.form-control, .contact-form input[type="submit"]{
  border-radius: 0!important ;
}
.captcha-test img{
  height: 34px!important ;
  border: 1px solid #ffffff;
  transition: 0.1s linear all; 
}


/* TRANG SẢN PHẨM */
.products-grid .product-item-info{
  text-align: center;
}
.product-top {

}
.product-page .category-products{
  padding: 10px 20px;
}
.products-grid .product-item-info .product-top img {
  HEIGHT: 290PX;
  width: 100%;
  object-fit: cover;
}

/* TRANG CHI TIẾT SẢN PHẨM */
.product-view {
  PADDING: 50PX;
}
.product-view .primary_block{

}
.product-view .primary_block .product-left-column {
  padding-left: 0;
}

.product-view #thumbs_list{

}
.product-view .primary_block .owl-item.active .thumb_item img {
  border: 1px solid #f0f0f0;
  border-radius: 4px!important;
  padding: 5px;
}
#thumbs_list .thumb_item:hover {
  border-color: #00BCD4;
  border-radius: 4px;
}
#thumbs_list .owl-nav [class*=owl-]:hover{
  background: #be2232; 
  transition: 0.1s linear all; 
}
#thumbs_list .owl-nav [class*=owl-]:hover:before{
  color: #fff;
  font-weight: 700; 
  border:1px solid #be2232; 
  transition: 0.1s linear all; 
}

.product-view .product-center-column h1 {
  width: fit-content;
  border-left: 5px solid #00BCD4;
  padding-left: 10px;
  font-weight: 700;
  color: #212121;
  transition: 0.1s linear all; 
}
.entry-content img {
  margin: 20px 0;
}
.nav-tabs .nav-tab-item {
  width: auto;
  margin: 0 5px 0 0;
  flex-grow: 1;
}
.nav-tabs .nav-tab-item:last-child{
  margin-right: 0;
}
.product-detail-tab ul.nav.nav-tabs {
  border-bottom: 2px solid #be2232;
  background: #f9f9f9;
  display: flex;
  overflow: hidden;
}
.nav-tabs .nav-tab-item:not(.disabled).active .switch, .nav-tabs .nav-tab-item:not(.disabled) .switch:focus {
  background: #be2232;
  color: #fff;
  border-radius: 0px;
  padding: 10px;
  line-height: 1.5;
  border: 0px solid #e8e8e8;
}
.nav-tabs .nav-tab-item .switch:visited, .nav-tabs .nav-tab-item .switch:hover, .nav-tabs .nav-tab-item .switch:active {
  color: #fff!important ;
  background: #d2d2d2!important ;
  border-radius: 0px;
}
.nav-tabs .nav-tab-item:not(.active) .switch:hover {
  margin: -1px;
}
.nav-tabs>li>a {
  margin-right: 0px;
}
.nav-tabs .nav-tab-item:not(:last-child) {
  margin-right: 2px;
}
.nav-tabs .nav-tab-item .switch{
  color: #212121; 
}

/* nút số lượng */
.quantity_wanted_p .js-qty {
  width: 100%!important;
  position: relative;
  margin-bottom: 1em;
  max-width: 150px;
  min-width: 75px;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-center-column .js-qty {
  float: left;
  margin-bottom: 0px;
}
.control-quantity.control-minus {
  border-radius: 3px 0 0 3px;
}
.control-quantity.control-add {
  border-radius: 0 3px 3px 0;
  right: 0;
  border-left: 1px solid #E5E5E5;
}

.control-quantity.control-minus, .control-quantity.control-add {
  background-color: #ffffff;
  color: #000000;
  border:1px solid #e8e8e8; 
  font-weight: 600;
  padding: 0 5px;
  width: 40px;
  transition: 0.1s linear all;
}
.control-quantity.control-minus:hover, .control-quantity.control-add:hover {
  background: #00BCD4;
  border:1px solid #00BCD4;
  color: #fff;
  transition: 0.1s linear all;
}

.js-qty input[type="text"] {
  display: block;
  background: #FFF;
  font-size: 12px;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 32px;
  padding: 0px 25px;
  border-radius: 5px!important;
  margin: 0;
  border: 1px solid #E5E5E5;
}
/* nút Thêm vào giỏ */
.product-center-column .adtocart {
  display: block;
  float: left;
  margin-left: 15px;
  padding: 0 10px;
  background: #F44336;
  color: #fff;
  text-transform: capitalize;
  height: 50px;
  line-height: 32px;
  margin-bottom: 20px;
  border-radius: 3px;
  transition: 0.1s linear all;
}
.product-center-column .adtocart:hover {
  background: #f5766c;
  transition: 0.1s linear all;
}
.product-center-column .adtocart .fa {
  margin-left: 10px;
  margin-right: 0px;
}
.product-center-column #AddToCartText {
  font-size: 14px;
  padding: 0px 10px;
  font-weight: 700;
}

/* share Mạng xã hội */
.product-center-column .socialsharing_product ul li .btn{
  width: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: 0.1s linear all; 
}

/* mô tả sản phẩm */
.single-product-page .product-center-column .product-description > p{
  position: relative;
  font-size: 14px!important;
  margin-bottom: 5px;
}
.single-product-page .product-center-column .product-description > p:before{
  content: "\f00c";
  font-size: 14px!important;
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
  color: #ff2020;
  transition: 0.1s linear all;
}




/* SẢN PHẨM LIÊN QUAN */
.relatived-product {
  padding-bottom: 70px;
}
.product-view .nav-tab-content {
  border: 1px solid #e8e8e8;
  padding: 20px;
}
.relativedslider-container {
  padding: 0 35px;
}

/* đổi dấu slider */
.relatived-product .owl-nav [class*=owl-]{
  color: transparent;
  padding: 0;
  background: transparent; 
  line-height: 0;
  justify-content: center;
  display: flex;
  height: 35px;
  .width: 100%;
  font: normal normal normal 14px/1 FontAwesome!important ;
  position: absolute;
}
.relatived-product .owl-nav [class*=owl-]:before{
  color: #212121; 
  font-size: 60px;
  font-weight: 700; 
  font: normal normal normal 14px/1 FontAwesome!important ;
  transition: 0.1s linear all; 
  opacity: 0.5
}
.relatived-product .owl-nav .owl-prev{
  left: 47%;
}
.relatived-product .owl-nav .owl-prev:before{
  content: "\f104";  
  position: absolute;
  left: 30%;
  font-size: 30px!important;
}
.relatived-product .owl-nav .owl-next{
  right: 47%;
}
.relatived-product .owl-nav .owl-next:before{
  content: "\f105";  
  position: absolute;
  right: 30%;
  font-size: 30px!important;
}

.relatived-product .owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent;
  color: transparent;
}

.relatived-product .owl-nav [class*=owl-]:hover:before{
  color: #01378b; 
  opacity: 1;
  transition: 0.1s linear all; 
}

/* GIÁ TRONG TRANG CHI TIẾT SẢN PHẨM */
.product-center-column > div:nth-child(4) >div:first-child {
  width: 20%;
}
.product-center-column > div:nth-child(4) >div:last-child{
  width: 30%;
}
.product-center-column > div:nth-child(4) >div:first-child, .product-center-column > div:nth-child(4) >div:last-child {
  display: inline-block;
  .vertical-align: middle;
}
.product-center-column .price {
  font-size: 24px;
  color: #F44336;
  font-weight: 700;
}

/* THANH SEARCH WEB CODE https://www.dzinewatch.com/2013/09/free-css-search-forms/ */
/*.search-widget input[name="k"], .newsletter-widget input[name="v"],.newsletter-widget input[name="n"],.newsletter-widget input[name="p"] {
border: 1px solid #f9e44b;
box-shadow: 0px 0px 5px 0px #f9e44b;
color: #0a427d;
padding: 6px 10px;
display: table-cell;
vertical-align: middle;
margin-bottom: 10px;
width: 100%;
border-radius: 30px !important;
}*/

/* THANH TÌM KIẾM TRANG CHỦ */
/*css input placeholder */
#top ::-webkit-input-placeholder { /* Chrome */
  color: #b8b8b8;
}
#top #top :-ms-input-placeholder { /* IE 10+ */
  color: #b8b8b8;
}
#top ::-moz-placeholder { /* Firefox 19+ */
  color: #b8b8b8;
  opacity: 1;
}
#top :-moz-placeholder { /* Firefox 4 - 18 */
  color: #b8b8b8;
  opacity: 1;
}

/* css focus input*/
#top .content-widget{
  padding: 0;
  width: 100%;
}
#top form#searchform{
  border:1px solid #e8e8e8; 
  border-radius: 4px; 
}
#top input[type=text] {
  background: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  padding: 2px 5px;
  margin-bottom: 0;
  height: 35px;
  transition: 0.1s linear all; 
}
#top input[type=text]:focus{
  border-bottom: 1px solid #fff !important;
  outline:unset;
}
#top i.fa.fa-search{
  height: 100%;
}

/* fix khung sản phẩm - Trang chi tiết sản phẩm */
.product-left-column #image-block {
  position: relative;
  padding: 10px;
}
#image-block {
  border: 1px solid #e8e8e8;
}
#image-block > div{
  position: relative;
}
.product-left-column #image-block img {
  padding: 0px!important;
  object-fit: cover;
  width: 100%;
  height: auto;
  left: 0;
  top:0;
}
.product-left-column #image-block .zoomWrapper{
  margin: auto;
}

/* TRANG CHI TIẾT BÀI VIẾT */
.col-wrapper-main h1 {
  font-size: 30px;
  line-height: 35px;
}
.col-wrapper-main .entry-content img {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}


/* TRANG GIỎ HÀNG */
.table.MOBILE{
  display: none;
}
.khongcosanpham{ /* thêm class này */
  padding: 10px;
  margin: 0 20px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.cart-wrap {
  padding: 0 50px;
}
.table>thead>tr>th {
  background: #fdd400;
  font-weight:  700;
  color: #000;
  text-transform: uppercase;
}
.table>thead>tr>th, .table>tbody>tr>td{
  border-right:1px solid #e8e8e8; 
}
.table>thead>tr>th{
  border-bottom: unset;
}
.cart-wrap .table-responsive{
  border-radius: 5px 5px 0 0; 
}
.table>thead>tr>th:first-child{
  border-radius: 5px 0 0 0; 
}
.table>thead>tr>th:last-child{
  border-radius: 0 5px 0 0; 
}

.shopping-cart-table .table-responsive .table td {
  vertical-align: middle;
  border: 1px solid #e8e8e8;
  border-top: 0!important;
  box-shadow: unset;
}
.shopping-cart-table .form-control{
  background-color: #f8f8f8;
  background-image: none;
  border: 0px solid #ccc;
  border: unset;
  box-shadow: unset;
}

.shopping-cart-table .table>tfoot > tr:first-child > td:nth-child(4), .shopping-cart-table .table>tfoot > tr:first-child > td:last-child{
  text-align: right;
  background: #F44336;
  color: #fff;
}
.shopping-cart-table .table>tfoot > tr:first-child > td:nth-child(4){
  border-radius: 0 0 0 5px;
}
.shopping-cart-table .table>tfoot > tr:first-child > td:last-child{
  border-radius: 0 0 5px 0;
}

.shopping-cart-table .table>tfoot > tr:last-child > td:nth-child(4){
  padding: 10px 5px 0 0;
}
.shopping-cart-table .table>tfoot > tr:last-child > td:last-child{
  padding: 10px 0 0 5px;
}

/* nút TRANG GIỎ HÀNG */
.shopping-cart-table .table>tfoot > tr:last-child > td .btn, .checkout-wrap .btn {
  padding: 10px 25px;
  border-radius: 5px;
}
.shopping-cart-table .table>tfoot > tr:last-child > td .btn{
  width: 100%;
}
.shopping-cart-table .table>tfoot > tr > td {
  border: unset!important;
}
.shopping-cart-table .btn-danger{
  background-color: #f44336
}
.shopping-cart-table span.fa.fa-play {
  font-size: 10px;
  margin-left: 5px;
  transition: 0.1s linear all; 
}
.shopping-cart-table .table>tfoot > tr:last-child > td .btn-success:hover span.fa.fa-play{
  margin-left: 15px;
  transition: 0.1s linear all;
}


/* TRANG ĐẶT HÀNG */
.checkout-wrap{

}
.checkout-wrap .btn{

}
.checkout-wrap .checkout-content form > div:first-child{

}
.checkout-wrap img {
  .max-width: 50%;
}
.checkout-wrap .checkout-content form > div:first-child .panel-info .form-group {
  margin-bottom: 0;
  padding: 0;
}
.checkout-wrap .text-note {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.checkout-wrap .panel-body .form-group:nth-last-child(3), .checkout-wrap .panel-body .form-group:nth-last-child(2){
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-wrap .panel-body .form-group:nth-last-child(2) h5{
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.checkout-wrap .desc {
  background-color: transparent;
}
.checkout-wrap .panel-body .form-group:nth-last-child(2) .blank-slate {
  border-top: 1px solid #bce8f1;
  padding: 1em !important;
  color: #31708f;
  background-color: #d9edf7;
  margin: 5px 0;
  border-radius: 5px;
}

/* TRANG THÔNG BÁO ĐẶT HÀNG THÀNH CÔNG */
.order-result{

}

.main-widget{
  right: 20px;
  bottom: 20px!important ;
}
.def-content .item svg, .def-content .item svg g path {
  fill: #fff!important;
}


/** Layout Responsive **/
@media (min-width: 1920px){
  .contact-wrap .block-content{
    padding: 50px 40%;
    transition: 0.1s linear all; 
  }
}
@media (min-width: 768px) {
  .navbar-container .navbar-m {display: none;}
}
@media (min-width: 991px) {

}
@media (min-width: 1200px) {

}
@media (max-width: 1024px) {

} 
@media (max-width: 768px) {
  .navbar-container .navbar-m, .table.PC {display: block;}
  .navbar-container .navbar-d, .table.MOBILE{display: none;}

  .navbar-container .navbar-m .header a{
    background: #fff; 
    border: 1px solid #e8e8e8; 
    color: #212121; 
    padding-left: 41px;
    padding-right: 20px;
    transition: 0.1s linear all; 
  }
  .navbar-container .navbar-m .header a:hover{
    background: #212121; 
    color: #fff; 
    transition: 0.1s linear all; 
  }
  .navbar-container .navbar-m .header a:before{
    background: #212121; 
    transition: 0.1s linear all; 
  }
  .navbar-container .navbar-m .header a:hover:before{
    background: #fff; 
    transition: 0.1s linear all; 
  }
  .navbar-container .navbar-m .header a:after{
    border-top: 2px solid #212121;
    border-bottom: 2px solid #212121;
    transition: 0.1s linear all; 
  }
  .navbar-container .navbar-m .header a:hover:after{
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: 0.1s linear all; 
  }
  #top .container .banner {
    width: 40%;
    transition: 0.1s linear all; 
  }
  #top .container .search-widget, #top .container #top-links {
    width: 30%;
    padding: 0 5px;
  }
  #top > .container > .menu-main {
    width: 40%;
  }
  .banner img {
    width: 50%;
    transition: 0.1s linear all; 
  }

  .products-grid .product-item {
    width: calc(33.33% - 10px);
    margin: 0 5px;
    padding: 0;
  }

  .relatived-product .products-grid .product-item {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
  .relatived-product .products-grid .owl-item.active{

  }
  .products-grid .product-item-info .product-item-details {
    padding: 10px 5px;
    transition: 0.1s linear all; 
  }
  .price-box{
    height: 45px;
    transition: 0.1s linear all; 
  }
  .products-grid .product-item-info {
    margin-bottom: 30px;
  }
  .products-grid .product-item-info .product-top img {
    HEIGHT: 150PX;
    transition: 0.1s linear all; 
  }
  .home_new {
    padding: 70px 20px;
  }
  .home_new .news-wrap .block-content .block-post {
    width: calc(33.33% - 10px);
    margin: 0 5px;
    float: left;
  }


  #site-footer .footer-top .row {
    display: block;
  }
  #site-footer .footer-top .row > div {
    width: 50%;
  }
  #site-footer .fanpage {
    padding-bottom: 0!important;
    padding-top: 0!important;
  }
  #site-footer .footer-top .row {
    padding: 0 50px;
  }
  .contact-form form#form_contact > div:last-child {
    display: flex;
  }
  .contact-wrap .block-content{
    padding: 50px 28%;
  }
  .product-view {
    PADDING: 30PX;
  }
  .relatived-product .owl-nav .owl-next {
    right: 45%;
  }
  .relatived-product .owl-nav .owl-prev {
    left: 45%;
  }
  .relativedslider-container {
    padding: 0 15px;
  }
  .map-responsive {
    padding-bottom: 43%;
    transition: 0.1s linear all; 
  }
}
@media (max-width: 480px) {
  .navbar-container .navbar-d {display: none;}
  .navbar-container .navbar-m {display: block;}
  .widget-static-block.cate-product2 .product-by-category-wrap2-auto .title-text, .widget-static-block.cate-product2 .product-by-category-wrap2-auto .content-text {
    padding: 30px 20px;
  }

  .contact-wrap .block-content{
    padding: 50px 5%;
  }
  #top{
    height: auto;
  }
  #top .container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #top .container > .search-widget{
    width: 100%!important ;
    padding: 5px 15px;
    border-bottom: 1px solid #e8e8e8; 
  }
  #top > .container > .menu-main{    
    width: 30%;
  }
  #top > .container > .menu-main {
    padding: 5px 0 5px 20px;
    display: flex;
    justify-content: center;
  }
  .menu-main .navbar-container .navbar-m .header a{
    border-radius: 5px;
    background: #be2232;
    color: #fefdfd;
  }
  .navbar-container .navbar-m .header a:before {
    background: #ffffff;
    transition: 0.1s linear all;
  }
  .navbar-container .navbar-m .header a:hover{
    background: #212121; 
    transition: 0.1s linear all; 
  }
  .navbar-container .navbar-m .header a:after {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transition: 0.1s linear all;
  }
  .navbar-container .navbar-m .header a:hover:before{
    background: #fff; 
    transition: 0.1s linear all; 
  }
  .navbar-container .navbar-m .header a:hover:after{
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: 0.1s linear all; 
  }
  #top .container > #top-links{    
    width: 70%;
  }
  #top-links .btn-group ul.language-grp {
    margin-right: 0px;
    margin-left: 10px;
  }



  #top .container .banner {
    width: 40%;
    float: left;
    padding: 5px;
    border: none; 
  }
  #top .container .banner img{
    width: 100%;
  }
  #top .container #top-links{

  }

  nav.navbar-container, nav.navbar-container .container, .navbar.navbar-m {
    padding: 0!important ;
    border: none!important ; 
  }

  .products-grid .product-item {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .widget-static-block.cate-product2 .product-by-category-wrap2-auto .h3{
    line-height: 1.5;
  }
  .home_new {
    padding: 70px 0;
  }
  .home_new .news-wrap .block-content .block-post {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .block-post.block-other-post .post-description{
    font-size: 14px;
  }

  #site-footer .footer-top .row {
    padding: 0;
  }
  #site-footer .footer-top .row > div {
    width: 100%;
    padding: 50px 40px;
    padding-bottom: 0;
  }
  #site-footer .descript{
    padding: 50px!important ;
  }
  #site-footer .footer-top .footer-block {
    margin-bottom: 0;
  }
  .widget-copyright {
    line-height: 1.5;
  }
  #site-footer .footer-bottom{
    display: flex;
    align-items: center;
  }
  .category-posts li {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .category-posts li > div .post-details {
    padding: 10px 10px;
  }
  .entry-header .entry-title{
    padding: 0;
  }
  .fave_relatived_post{
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .product-view {
    PADDING: 10PX;
  }
  .relatived-product .owl-nav .owl-next {
    right: 38%;
  }
  .relatived-product .owl-nav .owl-prev {
    left: 38%;
  }
  .relativedslider-container {
    padding: 0 10px;
  }

  /* TRANG GIỎ HÀNG */
  .table.MOBILE{
    display: block;
  }
  .table.PC{
    display: none;
  }
  .cart-wrap {
    padding: 0;
  }
  .khungtt {
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 10px;
  }

  .cart-wrap .table-responsive{
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-radius: 0;
  }
  .avatar {
    margin-right: 10px;
  }
  h4.media-heading a.text-info {
    font-size: 14px;
    font-weight: 700;
    border-left: 5px solid #00BCD4;
    color: #00BCD4;
    padding-left: 5px;
  }
  .dongia strong {
    color: #212121;
  }
  .thongtin > div:not(:last-child){
    margin-bottom: 10px;
  }
  .thongtin .soluong > input {
    border: 1px solid #e8e8e8;
    border-radius: 0;
    padding: 3px;
    height: auto;
    max-width: 150px;
    transition: 0.1s linear all; 
  }

  .thanhtien strong {
    color: #F44336;
  }
  .khungtt > div:first-child {
    width: 40%;
  }
  .khungtt > div:last-child {
    width: 60%;
  }
  .khungtt a.thumbnail {
    width: 100%;
    height: 100%;
  }
  .khungtt img.media-object {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%!important;
  }
  .thongtin .NUTCAPNHAT button#addcart {
    margin-right: 10px;
  }

  .TOTAL {
    display: flex;
    .position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    box-shadow: 0px 1px 2px 1px #21212130;

    z-index: 9999999;
  }
  .TOTAL > div {
    width: 50%;
  }
  .TOTAL > div:first-child{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    padding: 10px 0;
    background: #fff;
  }
  .TOTAL > div:first-child h3{
    font-size: 14px;
  }
  .TONGTIEN h3 {
    color: #f44336; 
    font-size: 16px!important;
  }
  .TOTAL > div:first-child > div{
    width: 100%;
  }

  .TOTAL > .CHOT > div > a.btn {
    width: 100%;
    border-radius: 0;
    font-weight:  700;
    border: 0px solid #e8e8e8;
  }
  .TOTAL > .CHOT > div > a.btn:hover{
    background: #212121; 
    color: #fff!important ; 
    transition: 0.1s linear all; 
  }
  .NUT-TTMUA > a.btn {
    background: #00BCD4;
    color: #fff;
    transition: 0.1s linear all; 
  }
  .NUT-DH > a.btn {
    background: #f44336;
    color: #fff;
    transition: 0.1s linear all; 
  }
}
@media (max-width: 320px) {
  #top .container #top-links {
    padding-top: 0;
    transition: 0.1s linear all; 
  }

}

/* HU Outline Outward */

.product-item-info {
  .display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.product-item-info:before {
  content: "";
  position: absolute;
  border: #e1e1e100 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.2s linear all; 
  z-index: -1;
}

.product-item-info:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  border: #e1e1e1 solid 4px;
  transition: 0.3s linear all; 
}
.fa{
  font: normal normal normal 14px/1 FontAwesome!important ;
}

/*-----------hieu ung lac qua lac lai------------------*/
@keyframes shake2 {
  0%, 100% {
    -webkit-transform: translate3d(0,0,0);
    -moz-animation: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  25%, 75% {
    -webkit-transform: translate3d(-10px,0,0);
    -moz-animation: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  50% {
    -webkit-transform: translate3d(10px,0,0);
    -moz-animation: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}

.banner img:hover{  
  animation: 0.8s shake2 ease-in-out;
  -webkit-animation: 0.8s shake2 ease-in-out;
  -moz-animation: 0.8s shake2 ease-in-out;
}