/*-----------------------------------------------------------------------------------

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

1.0.0 Theme Default CSS (body, link color, section etc)
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-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;
}
.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: 20px;}
.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;
}
.block-title h3 a, .block-title .h3 a {color: #fff;}

/*----------------------------------------*/
/* 2.0 Home CSS
/*----------------------------------------*/
/* 2.1.0 Header CSS
/* ====================================== */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0px 3px 0;
  min-height: 40px;
}
#top .container {padding: 0 20px;}
#top .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #ff9900;
  background-image: linear-gradient(to bottom, #ff9900, #ff7d00);
  background-repeat: repeat-x;
}
#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: #e60f1e;
  display: block;
  padding: 14px 15px 13px 45px;
  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;}
.products-grid .product-item-info {
  position: relative;
  background: #fff;
}
.products-grid .product-item-info .product-item-details {
  padding: 10px;
  position: relative;
}
.product-item-details .product-name {
  margin: 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 {
  margin: 0;
  position: absolute;
  width: 110px;
  line-height: 0;
  overflow: hidden;
}
.block-post.block-other-post .block-post-content {
  margin-left: 125px;
  min-height: 74px;
}
.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: 3px;
  right: 0;
  padding: 2px 10px;
  background: transparent;
  border: none;
  color: #e60f1e;
  font-size: 20px;
  cursor: pointer;
}

/* 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: 100%;
  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: #3c3f44;
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  padding: 40px 0;
}
#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: #303439;
  color: #989797;
  font-size: 11px;
  line-height: 50px;
}
#site-footer .footer-bottom a {color: #989797;}

/*----------------------------------------*/
/*  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-bottom: 2px;
}
#thumbs_list .thumb_item:hover {border-color: #ec243b;}
#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-size: 11px;
  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 {
  font-size: 24px;
  font-weight: 300;
  color: #F00;
}
.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 {
  padding: 0 5px;
  overflow: hidden;
  background-color: #f9f9f9;
  text-shadow: 1px 1px 1px #fff;
  color: #666;
  border: 1px solid #ddd;
  text-transform: none;
  font-weight: normal;
}
.control-quantity.control-minus:hover, .control-quantity.control-add:hover {
  color: #000;
  background-color: #f1f1f1;
}
.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: #2C9310;
  color: #fff;
  text-transform: capitalize;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #1a6f03;
  margin-bottom: 20px;
  transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}
.product-center-column .adtocart:hover {
  background: #23760d;
}
.product-center-column .adtocart .fa {
  margin-left: 10px;
  margin-right: 0px;
}
.product-center-column #AddToCartText {
  font-size: 16px;
  padding: 0px 10px;
  font-weight: bold;
}
.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.error404 {
  background-image: url("uploads/background/page404bg.jpg") !important;
  background-repeat: no-repeat;
  background-position: center -100px;
  background-size: 100% auto;
  color: #fff;
}
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;}

/** Layout Responsive **/
/* css cua - k  */
/* vung top */
#top .container .pull-left > ul > li {
  float: left;
  padding: 0px 10px;
  transition: background-color .3s;
  border-right: 1px solid #d1d1d1;
  margin-top: 5px;
}
#top .container .pull-left > ul > li:last-child{
  border-right: unset;
}
#top .container .pull-left > ul > li > a {
  color: rgba(102,102,102,0.85);
}
#top .container .pull-left > ul > li.active > a, #top .container .pull-left > ul > li:hover > a {
  color: rgba(17,17,17,0.85);
}
#top-links .list-inline > li, #top-links .list-inline > li:nth-child(1) > a {
  font-size: 14px;
  font-weight: bold;
  color: red;
}
.t-left {
  color: #fff;
  font-weight: bold;
  min-height: 40px;
  border: 1px solid white;
  overflow: hidden;
  width: 15%;
}
.t-left .run {
  text-align: center;
  width: 100%;
}
.t-left .run > a {
  color: #fff;
}
.t-tttop .t-center {
  margin-left: 20px;
  margin-top: 10px;
  border-right: 1px solid #212121;
}
.t-tttop .t-center > p:nth-child(1) {
  color: #ff060a;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.t-tttop .t-center > p:nth-child(2) {
  color: #0e00f9;
  font-weight: bold;
  font-size: 16px;
}
.t-tttop .t-center > p:nth-child(3) {
  color: #0e00f9;
  font-weight: bold;
  font-size: 16px;
}
.t-tttop .t-center > p > span {
  color: #ff0a0e;
  font-weight: bold;
  font-size: 16px;
}
.t-tttop .t-right {
  margin: 15px 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
.t-tttop .t-right .t-phone {
    width: 54%;
}
.t-tttop .t-right .t-phone .t-div1, .t-tttop .t-right .t-phone .t-div2 {
  background: #fd0002;
  overflow: hidden;
  border-radius: 100px;
  padding: 5px;
  width: 45%;
  align-items: center;
  display: flex;
  margin-right: 20px;
}

.t-tttop .t-right .t-phone .t-div1 > i, .t-tttop .t-right .t-phone .t-div2 > i {
  color: #fd0002;
  font-size: 55px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #fff;
  float: left;
  text-align: center;
  padding: 10px;
}
.t-tttop .t-right .t-phone .t-div1 > p, .t-tttop .t-right .t-phone .t-div2 > p {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  margin-left: 15px;
}
.t-tttop .t-right .t-giohang {
  align-items: center;
  display: flex;
  float: right;
  width: auto;
}
.t-tttop .t-right .t-giohang > a {
  text-transform: uppercase;
  letter-spacing: .03em;
  -ms-touch-action: none;
  font-weight: bolder;
  text-align: center;
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 5px 10px;
  transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
  color: #999999;
}
.t-giohang a:hover {
  border-color: #e65e12 !important;
  background-color: #e65e12;
  color: #fff !important;
}
/* k-t vung top */
/* tanh menu main */
.t-menu {
  background: unset;
}
.t-menu .navbar-content {
  background: #e60f1e;
}
.t-menu .navbar-content .container .navbar-d {
  width: 70%;
  float: left;
  align-items: center;
  display: flex;
  padding-top: 7px;
}
.t-menu .navbar-content .container .navbar-d ul > li.active > a, .t-menu .navbar-content .container .navbar-d ul > li:hover > a {
  color: #eeee22;
}
.t-menu .navbar-content .container .navbar-d ul > li > a {
  font-weight: 100;
  text-transform: uppercase;
}
.t-search {
  width: 30%;
  float: right;
  background: unset;
  margin: 0;
}
.t-search .h3.section-title {
  display: none;
}
.navbar-d > ul > li.active > a, .navbar-d > ul > li:hover > a{
  background: unset;
}
.t-menu .navbar-content .container .navbar-d ul ul {
  background: #2C9310;
}
.t-menu .navbar-content .container .navbar-d ul ul > li {
  background: #2C9310;
}
.t-menu .navbar-content .container .navbar-d ul ul > li a {
  color: #fff;
}
.t-menu .navbar-content .container .navbar-d ul ul > li a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.t-menu .navbar-content .container .navbar-d ul ul > li:last-child > a {
  border-bottom: unset;
}
#header .container .widget .space-base {
  margin-bottom: 0;
}
.t-menu{
  z-index: 999999999;
}
/* k-t  tanh menu main */
/* vung san pham  */
.t-sellrun, .t-banner-giua {
  margin-bottom: 20px;
}
.t-sellrun > h3, .t-slide-sp .space-base > h3, .bg-white .cart-wrap.space-base .block-title .h3, .bg-white .relatived-post-title .h3 {
  color: #c9141b;
  line-height: 30px;
  padding-right: 5px;
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
}
.bg-white .cart-wrap.space-base .block-title .h3, .bg-white .relatived-post-title .h3 {
  background: unset;
  padding: 0;
  font-weight: bold;
}
.t-sellrun h3:before, .t-slide-sp .space-base > h3:before, .bg-white .cart-wrap.space-base .block-title .h3:before, .bg-white .relatived-post-title .h3:before {
  background: linear-gradient(90deg, #c9141b 15%, #c9bda5 0);
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: 97%;
}
.t-sellrun .row > li.item {
  max-width: 20%;
  margin-block-start: 20px;
}
.t-sellrun .row > li.item .product-item-info .product-top {
  border: solid 1px #d5d5d5;
}
.t-sellrun .row > li.item .product-item-info .product-item-details .product-name > a, .t-slide-sp .space-base .owl-w-effectt .owl-stage-outer .owl-stage .owl-item li.item .product-item-info .product-item-details h4 > a, .t-sp .products-grid .product-item-info .product-item-details > h4 > a, .data .same-height > li > .product-item-info .product-item-details > h4 > a {
  font-size: 14px;
  font-weight: bold;
  color: #505050;
}
.t-sellrun .row > li.item .product-item-info .product-item-details, .t-slide-sp .space-base .owl-w-effectt .owl-stage-outer .owl-stage .owl-item li.item .product-item-info .product-item-details {
  text-align: center;
}
p.sell-price {
  color: red;
  font-weight: bold;
}
.t-sellrun .row > li a > img, .t-slide-sp .space-base .owl-w-effectt .owl-stage-outer .owl-stage .owl-item > li a > img, .t-dm1 > ul >li > .product-item-info .product-top > a > img, .t-dm2 > ul >li > .product-item-info .product-top > a > img, .t-dm3 > ul >li > .product-item-info .product-top > a > img, .t-dm4 > ul >li > .product-item-info .product-top > a > img, .t-dm5 > ul >li > .product-item-info .product-top > a > img, .t-dm6 > ul >li > .product-item-info .product-top > a > img, .t-dm7 > ul >li > .product-item-info .product-top > a > img, .t-dm8 > ul >li > .product-item-info .product-top > a > img, .t-detail .relatived-product .products-grid .owl-stage-outer .owl-stage .product-item-info .product-top > a > img, .t-sp .category-products li img, .data .same-height > li > .product-item-info .product-top > a > img {
  width: 100%;
  height: 195px;
  object-fit: cover;
}
.t-sellrun .row > li a > img, .t-slide-sp .space-base .owl-w-effectt .owl-stage-outer .owl-stage .owl-item > li a > img, .t-sp .category-products li > .product-item-info .product-top, .data .same-height > li > .product-item-info .product-top {
  border: 1px solid #8a8a8a;
}
.t-sp .category-products li {
  max-width: 25%;
}
.data .same-height > li > .product-item-info .product-item-details {
  text-align: center;
  margin: 0;
}

/* k-t vung san pham  */
/* san pham slider */
.t-slide-sp .space-base .owl-w-effectt .owl-stage-outer .owl-stage .owl-item {
  padding: 0 9.8px 19.6px;
}
.t-slide-sp .space-base .owl-w-effectt .owl-stage-outer .owl-stage .owl-item > li {
  list-style: none;
}
/* k.t san pham slider */
/* san pham - xem tat ca */
.t-dm1, .t-dm2, .t-dm3, .t-dm4, .t-dm5, .t-dm6, .t-dm7, .t-dm8 {
  margin-bottom: 20px;
}
.t-dm1 > ul > li {
  width: 20%;
  border: 1px solid #ddd;
  padding: 10px;
}
.t-dm2 > ul > li, .t-dm3 > ul > li, .t-dm4 > ul > li, .t-dm5 > ul > li, .t-dm6 > ul > li, .t-dm7 > ul > li, .t-dm8 > ul > li, .t-dm9 > ul > li {
  width: 16.66667%;
  border: 1px solid #ddd;
  padding: 10px;
}
.t-dm1 > ul > li .product-item-info .product-item-details > h4 > a, .t-dm2 > ul > li .product-item-info .product-item-details > h4 > a, .t-dm3 > ul > li .product-item-info .product-item-details > h4 > a, .t-dm4 > ul > li .product-item-info .product-item-details > h4 > a, .t-dm5 > ul > li .product-item-info .product-item-details > h4 > a, .t-dm6 > ul > li .product-item-info .product-item-details > h4 > a, .t-dm7 > ul > li .product-item-info .product-item-details > h4 > a, .t-dm8 > ul > li .product-item-info .product-item-details > h4 > a, .t-dm9 > ul > li .product-item-info .product-item-details > h4 > a {
  font-size: 14px;
  font-weight: bold;
  color: #505050;
}
.t-dm1 > ul > li .product-item-info .product-item-details, .t-dm2 > ul > li .product-item-info .product-item-details, .t-dm3 > ul > li .product-item-info .product-item-details, .t-dm4 > ul > li .product-item-info .product-item-details, .t-dm5 > ul > li .product-item-info .product-item-details, .t-dm6 > ul > li .product-item-info .product-item-details, .t-dm7 > ul > li .product-item-info .product-item-details, .t-dm8 > ul > li .product-item-info .product-item-details, .t-dm9 > ul > li .product-item-info .product-item-details,  {
  text-align: center;
}
.t-dm1 > ul > li .product-item-info .product-item-details .price-box > p.sell-price, .t-dm2 > ul > li .product-item-info .product-item-details .price-box > p.sell-price, .t-dm3 > ul > li .product-item-info .product-item-details .price-box > p.sell-price, .t-dm4 > ul > li .product-item-info .product-item-details .price-box > p.sell-price, .t-dm5 > ul > li .product-item-info .product-item-details .price-box > p.sell-price, .t-dm6 > ul > li .product-item-info .product-item-details .price-box > p.sell-price, .t-dm7 > ul > li .product-item-info .product-item-details .price-box > p.sell-price, .t-dm8 > ul > li .product-item-info .product-item-details .price-box > p.sell-price {
  font-weight: bold;
  color: red;
}
.t-dm1 > ul > li .product-item-info .button-holder {
  display: none;
}
.ccc {
  background: #f0f1f1;
  position: relative;
  height: 32px;
  margin-bottom: 10px;
}
.ccc.fa {
  display: flow-root;
}
.ccc:before {
  content: "\f0da";
  position: absolute;
  z-index: 11111;
  color: #fff;
  top: 28%;
  left: 0.7%;
}
.ccc li:nth-child(1) {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding-right: 23px;
  padding-left: 22px;
  background: #c9141b;
  width: max-content;
  list-style: outside none none;
  height: 32px;
  align-items: center;
  display: flex;
  position: relative;
}
.ccc li:nth-child(1):before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #c9141b;
  bottom: 0px;
  left: 100%;
}
.ccc li:nth-child(1):after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #fff;
  left: 97%;
}
.ccc li:nth-child(2) {
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 30px;
  padding-left: 22px;
  width: max-content;
  list-style: outside none none;
  float: right;
  position: absolute;
  right: 0;
  bottom: 25%;
}
.ccc li:nth-child(2) > a {
  color: #334862;
  font-size: 14px;
}
.ccc li:hover:nth-child(2) > a {
  color: #000;
}
.t-banner2 {
  padding: 0 0px 0 10px;
}
.t-banner2 > img {
  width: 100%;
}
/* k-t san pham - xem tat ca */
/* ba vung san pham */
.t-news1 > h3, .t-news2 > h3, .t-news3 > h3 {
  background: #F1F1F1;
  padding: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  color: #334862;
}
.t-news1 > h3:hover, .t-news2 > h3:hover, .t-news3 > h3:hover{
  color:#000;
}
.t-news1 .block-post .row .block-post-img, .t-news2 .block-post .row .block-post-img, .t-news3 .block-post .row .block-post-img {
  width: 30%;
  margin-bottom: 10px !important;
}
.t-news .t-news1 .block-post .row .block-post-content > h4 > a, .t-news .t-news2 .block-post .row .block-post-content > h4 > a, .t-news .t-news3 .block-post .row .block-post-content > h4 > a {
  color: #555;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5em;
  text-rendering: optimizeSpeed;
  font-size: 13px;
  font-weight: 700;
}
.t-news .t-news1 .block-post .row .block-post-content, .t-news .t-news2 .block-post .row .block-post-content, .t-news .t-news3 .block-post .row .block-post-content {
  width: 70%;
}
.t-news .t-news1 .block-post .row .block-post-content > h4, .t-news .t-news2 .block-post .row .block-post-content > h4, .t-news .t-news3 .block-post .row .block-post-content > h4 {
  margin-bottom: 0;
}
.t-news .t-news1 .block-post .row .block-post-content .meta-post, .t-news .t-news2 .block-post .row .block-post-content .meta-post, .t-news .t-news3 .block-post .row .block-post-content .meta-post {
  display: none;
}
.t-news .t-news1 .block-post .row .block-post-content .desc.post-description, .t-news .t-news2 .block-post .row .block-post-content .desc.post-description, .t-news .t-news3 .block-post .row .block-post-content .desc.post-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #777;
  font-size: 11px;
}
.t-news .t-news1 .block-post:hover .row .block-post-content .desc.post-description, .t-news .t-news2 .block-post:hover .row .block-post-content .desc.post-description, .t-news .t-news3 .block-post:hover .row .block-post-content .desc.post-description {
  color: #000;
}
/* k-t ba vung san pham */
/* chi tiết sp */
.single-product-page .col-wrapper-main .product-view .primary_block .product-center-column > h1 {
  color: #555;
  width: 100%;
  margin-top: 0;
  text-rendering: optimizeSpeed;
  font-weight: 700;
}
.single-product-page .product-view .foreign_block .product-detail-tab > ul {
  background: #c9141b;
  padding: 0px 5px 0px 23px;
}

.single-product-page .product-view .foreign_block .product-detail-tab > ul > li > a {
  color: #fff;
  font-weight: bold;
  text-transform: inherit;
}
.single-product-page .product-view .foreign_block .product-detail-tab > ul > li.active > a, .single-product-page .product-view .foreign_block .product-detail-tab > ul > li:hover > a {
  color: #fff;
  text-transform: uppercase;
  border-bottom: unset;
}
.single-product-page .product-view .foreign_block .product-detail-tab .tab-content {
  border: solid 1px #d5d5d5;
  padding: 10px !important;
  margin-top: 10px;
}
.single-product-page .col-wrapper-main .relatived-product .relatived-product-title .h3 {
  color: #fff;
  background: #c9141b;
  padding: 0px 5px 0px 23px;
  line-height: 36px;
  font-weight: 400;
  margin: 10px 0px;
  font-size: 22px;
}
/* san pham liên quan */
.t-detail .relatived-product .products-grid .owl-stage-outer .owl-stage .product-item-info .product-top {
  border: solid 1px #cecece;
}
.t-detail .relatived-product .products-grid .owl-stage-outer .owl-stage .product-item-info .product-item-details {
  text-align: center;
}
.t-detail .relatived-product .products-grid .owl-stage-outer .owl-stage .product-item-info .product-item-details > h4 > a {
  font-size: 14px;
  font-weight: bold;
  color: #505050;
}
.t-detail .relatived-product .products-grid .owl-stage-outer .owl-stage .product-item-info .product-item-details .price-box {
  font-weight: bold;
  color: red;
}
.t-detail .relatived-product .products-grid .owl-stage-outer .owl-stage .product-item-info button.btnMuaHang {
  display: none;
}
/* k-t chi tiết sp */
/* trang bai viec */
.post-page .posts-list .postWrapper .bg-white .post-image {
  width: 40% !important;
  height: auto;
}

.post-page .posts-list .postWrapper .bg-white .post-image > a > img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.post-page .posts-list .postWrapper .bg-white .post-details .post-header .postTitle > h3 > a {
  color: #555;
  font-weight: bold;
  font-size: 16px;
}
.post-page .posts-list .postWrapper .bg-white .post-details .postContent .post-description {
  color: #767577;
}
.post-page .posts-list .postWrapper:hover .bg-white .post-details .postContent .post-description {
  color: #000;
}
/* k-t trang bv */
.t-br .row .breadcrumb-list > ul > li, .t-br .row .breadcrumb-list > ul > li > a {
  color: #fff !important;
}
.t-br {
  margin-bottom: 20px;
}
@keyframes shake2 {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-animation: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-animation: scale(1.5);
    transform: scale(1.5);
  }
}
.widget {
  margin-bottom: 1.5em;
}
aside {
  border: solid 1px #d5d5d5;
}
.price_slider_wrapper {
  padding: 10px;
}
.widget_price_filter .ui-slider-horizontal {
  height: 5px;
  border-radius: 99px;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .price_slider {
  margin-bottom: 1em;
  background: #f1f1f1;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  opacity: .5;
  border-radius: 99px;
  z-index: 1;
  font-size: 10px;
  display: block;
  border: 0;
  background-color: #666;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: pointer;
  outline: none;
  top: -5px;
  border-radius: 999px;
  background-color: #666;
}
.widget_price_filter span {
  font-weight: bold;
}
#site-footer{
  background: #ebebeb;
}
#site-footer .t-ft1 h3{
  color: #555;
  font-size: 14pt;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#site-footer .t-ft1 li a{
  color: #337ab7;
  font-size: 14px;
  line-height: 1.6;
}
#site-footer .t-ft1 li{
  transform: translatex(20px);
}
.t-tin-moi h3{
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background: #c9141c;
  padding: 5px 10px;
}
.t-tin-moi{
  border: 1px solid #d5d5d5;
  margin-top: 15px;
}
.t-tin-moi ul li{
  padding: 5px 20px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #d5d5d5;
}
.t-tin-moi ul li a{
  font-size: 16px;
}
.t-tin-moi ul li:last-child{
  border-bottom: none;
}
.t-loc{
  margin-top: 20px;
  border: solid 1px #d5d5d5;
}
.t-sp-nb h3, .t-loc > h3{
  padding: 5px 10px;
  background: #c9141c;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  padding-left: 12%;
}
.t-sp-nb img{
  width: 100%;
  margin: 10px 0;
}
.t-sp-nb .product-top{
  padding: 0;
}
.t-sp-nb .product-item-info{
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
}
.t-sp-nb .product-item-details .product-name{
  margin: 0;
}
.t-sp-nb .product-item-details{
  padding: 10px 0px;
  margin-left: 5px;
}
.t-sp-nb {
  border: 1px solid #d5d5d5;
  margin-top: 20px;
}
.t-sp-nb .old-price,.t-sp-nb .sell-price span{
  display: none;
}
.t-sp-nb .product-name{
  font-size: 14px;
}
.t-sp-nb li:last-child .product-item-info{
  border-bottom: none;
}
.t-menu-left h3{
  padding: 5px 10px;
  background: #c9141c;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  padding-left: 12%;
}
.t-menu-left{
  border: 1px solid #d5d5d5;
}
.t-menu-left > ul > li{
  margin: 0 10px;
  padding: 10px 10px;
  border-bottom: 1px solid #d5d5d5;
}
.t-menu-left ul li a{
  padding: 5px 10px;
}
.t-menu-left ul li:last-child{
  border-bottom: none;
}
.t-menu-left ul li i{
  color: #ff8400;
}
.breadcrumb-list{
  margin-bottom: 0!important;
  margin-top: 15px;
  background: #c9141c;
}
.breadcrumb-list ul > li.home a{
  color: #fff;
  font-size: 14px!important;
  text-transform: uppercase;
}
.breadcrumb-list ul > li.current-p a{
  color: #fff!important;
  font-size: 14px;
  text-transform: uppercase;
}
#content{
  padding-top: 0;
}
.t-news .page-title, .t-sp .page-title, .t-lh h3{
  display: none;
}
.t-sp{
  margin-top: 15px;
}
.t-sp .category-products li .product-name{
  color: #505050;
  text-align: center;
  margin: 0;
}
.t-sp .category-products li .price-box{
  text-align: center;
}
/* css them */
.t-br .row .breadcrumb-list > ul {
  margin-left: 15px;
}
.t-br .row .breadcrumb-list {
  position: relative;
}
.t-br .row .breadcrumb-list:before {
  content: ">>";
  position: absolute;
  z-index: 11111;
  color: #fff;
  top: 17%;
  left: 0.7%;
}
.t-menu-left h3:before, .t-sp-nb h3:before, .t-loc > h3:before {
  content: ">>";
  position: absolute;
  z-index: 11111;
  color: #fff;
  top: 13%;
  left: 3%;
}
.t-loc .slider-container.theme-blue {
  width: 100% !important;
  padding: 10px;
}
.t-dm1 > ul > li{
  border-left: none;
}
.t-dm1 > ul > li{
  border-left: 1px solid #ddd;
}
.t-news1 .block-post .block-post-img > a >img, .t-news2 .block-post .block-post-img > a >img, .t-news3 .block-post .block-post-img > a >img, .t-news4 .block-post .block-post-img > a >img  {
  width: 100%;
  height: 86px;
  object-fit: cover;
}
.widget.widget-static-block .new-product-wrap.space-base .block-title h3 {
  background: #c9141c;
}
.data .same-height > li {
  width: 20%;
}
.t-slide-sp .owl-nav > div{
  position: absolute;
  top: 25%;
}
.t-slide-sp{
  position: relative;
}
.t-slide-sp .owl-nav .owl-prev{
  left: 6px;
  display: none;
}
.t-slide-sp .owl-nav .owl-next{
  right: 6px;
  display: none;
}
.t-slide-sp:hover .owl-nav .owl-prev, .t-slide-sp:hover .owl-nav .owl-next {
  display: block;
  background: unset;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  transition: all 0.3s;
  -ms-transform: translate(-50%, -50%);
  border-radius: 100%;
  border: 2px solid currentColor;
  width: 40px;
  height: 40px;
}
.t-slide-sp .owl-nav .owl-prev:hover, .t-slide-sp .owl-nav .owl-next:hover {
  border-color: #e65e12;
  background: #e65e12;
  color: #fff;
}
#k-button-to-top {
  display: inline-block;
  background-color:#ffffffdb;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 2%;
  right: 2%;
  transition: background-color .3s,opacity .5s,visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: 1px solid #000;
}
  content: "\f077";
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
#k-button-to-top:hover {
  cursor: pointer;
  background-color: #181510;
}
#k-button-to-top:active {
  background-color: #555;
}
#k-button-to-top.show {
  opacity: 1;
  visibility: visible;
}
.t-menu-left > ul > li > ul{
  line-height: 0;
  transition: .5s;
  transform: scale(1,0);
  opacity: 0;
  width: 100%;
}
.t-menu-left > ul > li > ul > li{
  padding: 0;
}
.t-menu-left > ul > li > a{
  width: 100%;
}
.t-menu-left > ul > li:hover > ul{
  line-height: 1;
  display: block;
  transition: .5s;
  transform: scale(1,1);
  opacity: 1;
}
.t-menu-left > ul > li:hover > ul > li{
  padding: 10px 0 5px 0;
}
.t-menu-left > ul > li > ul > li{
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.t-menu-left > ul > li > ul > li > ul{
  padding-left: 10px;
}
.t-menu-left > ul > li:hover > ul > li > ul{
  padding-top: 5px;
}
.t-detail .product-detail-tab{
  padding-left: 0;
  padding-right: 0;
}
.t-sp-nb {
  margin-bottom: 20px;
}
.t-order .h3{
  display: none;
}
#searchform input, #searchform button{
  outline: none;
}
.t-br .row .breadcrumb-list{
  margin-left: 15px;
  margin-right: 15px;
}
.t-giohang a{
  margin: 0 auto;
}
.t-banner-giua{
  text-align: center;
}
.t-banner-giua iframe{
  width: 24%;
}
.run{
  width: 40%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .navbar-container .navbar-m {display: none;}
}
@media (min-width: 991px) {

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

}
@media (max-width: 1024px) {
  .t-banner-giua iframe{
    width: 45%;
  }
} 
@media (max-width: 768px) {
  .navbar-container .navbar-d {display: none;}
  .navbar-container .navbar-m {display: block;}
  /* css vung top */
  .t-left {
    width: 34%;
    float: left;
  }
  .t-left .run > a {
    font-size: 12px;
  }
  .t-menu .navbar-content .container .navbar-m {
    display: none;
  }
  .t-search {
    width: 60%;
  }
  .t-menu .navbar-content .container .navbar-d {
    width: 100%;
  }
  .t-sellrun .row > li {
    width: 33.333% !important;
    max-width: 33.33% !important;
  }
  .t-dm1 .t-banner2 {
    width: 28%;
    float: right;
  }
  .t-dm1 > ul {
    width: 72%;
    float: left;
  }
  .t-dm1 > ul > li {
    width: 33.33%;
  }
  .t-dm2 > ul > li, .t-dm3 > ul > li, .t-dm4 > ul > li, .t-dm5 > ul > li, .t-dm6 > ul > li, .t-dm7 > ul > li, .t-dm8 > ul > li {
    width: 33.333%;
  }
  .t-ft1, .t-ft2, .t-ft3, .t-ft4 {
    width: 50%;
    float: left;
  }
  .t-sp .t-col-left {
    width: 30%;
    float: left;
    padding-left: 0;
  }
  #content .row #content-sidebar {
    padding: 0;
  }
  .t-sp .category-products {
    width: 70%;
    float: right;
  }
  .t-sp .category-products .products-grid > ul > li {
    width: 33.33% !important;
    max-width: 33.33%;
  }
  .t-menu-left h3, .t-sp-nb h3, .t-loc > h3 {
    font-size: 14px;
    padding-left: 13%;
  }
  .t-sp-nb .product-top {
    width: 40%;
  }
  .t-sp-nb > ul > li {
    padding: 0;
  }
  .t-news .category-posts {
    width: 70%;
    float: left;
  }
  .t-news .t-menu-right {
    width: 30%;
    float: right;
  }
  .post-page .posts-list .postWrapper .bg-white .post-image > a > img {
    height: 170px;
  }
  p.col-md-6.captcha-test {
    width: 82%;
    float: left;
  }
  .t-detail .col-wrapper-main .product-view .primary_block > div > .t-menu-left, .t-detail .col-wrapper-main .detail-right {
    display: none;
  }
  .t-news1 .block-post .block-post-img > a >img, .t-news2 .block-post .block-post-img > a >img, .t-news3 .block-post .block-post-img > a >img, .t-news4 .block-post .block-post-img > a >img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }
  .data .same-height > li {
    width: 25%;
  }
  .t-news .t-news1, .t-news .t-news2, .t-news .t-news3, .t-news .t-news4, .t-news .t-news5 {
    padding: 0;
  }
  .t-dm1 > ul > li {
    border-left: 1px solid #ddd;
  }
  .t-tttop .t-right .t-phone .t-div1, .t-tttop .t-right .t-phone .t-div2 {
    width: 100%;
  }
  .t-tttop .t-center {
    width: 70%;
    float: left;
    border-right: unset;
    border-left: 1px solid #212121;
  }
  .t-tttop .t-right {
    margin-top: 15px;
    width: 100%;
    float: left;
  }
  .t-left .run {
    width: 100%;
  }
  .t-tttop .t-right .t-phone {
    float: left;
  }
  .t-tttop .t-right .t-giohang {
    float: left;
    margin-left: 20px;
  }
  .t-tttop .t-right .t-phone .t-div1 > i, .t-tttop .t-right .t-phone .t-div2 > i {
    font-size: 43px;
    width: 60px;
    height: 60px;
  }
  .t-tttop .t-right .t-phone .t-div1 > p, .t-tttop .t-right .t-phone .t-div2 > p {
    font-size: 21px;
  }
  .t-tttop .t-right .t-phone .t-div1 {
    margin-bottom: 5px;
  }

}
@media (max-width: 480px) {
  .t-menu .navbar-content .container .navbar-m {
    display: block !important;
    width: 30%;
    float: left;
    padding-top: 5px;
  }
  .t-banner-giua iframe{
    width: 100%;
  }
  .t-tttop .t-center {
    display: none;
  }
  .t-left {
    width: 50%;
    left: 0;
    transform: unset;
  }
  .t-tttop .t-right .t-phone {
    display: none;
  }
  .t-tttop .t-right .t-phone > p {
    font-size: 14px;
  }
  .t-tttop .t-right .t-phone > i {
    font-size: 25px;
    width: 40px;
    height: 40px;
  }
  .t-tttop .t-right .t-giohang > a {
    font-size: 10px;
  }
  .t-tttop .t-right .t-giohang {
    margin-left: 20px;
    width: 50%;
    margin: 0;
    bottom: 26%;
    position: absolute;
    right: 0;
  }
  .t-dm1 > ul {
    padding: 0;
  }
  .t-menu .navbar-content .container .navbar-d {
    display: none;
  }
  .t-search {
    width: 69%;
  }
  .mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar>*, .mm-menu.mm-theme-dark em.mm-counter {
    text-transform: uppercase;
  }
  .mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
    text-transform: uppercase;
  }
  #content .row #content-sidebar {
    padding: 10px;
  }
  .t-sellrun .row > li, .t-sp .category-products .products-grid > ul > li {
    width: 50% !important;
    max-width: 50% !important;
  }
  .t-dm1 > ul > li {
    width: 50%;
  }
  .t-dm1 .t-banner2, .t-sp .t-col-left, .t-news .t-menu-right {
    display: none;
  }
  .t-dm1 > ul, .t-sp .category-products, .t-news .category-posts {
    width: 100%;
  }
  .t-dm2 > ul > li, .t-dm3 > ul > li, .t-dm4 > ul > li, .t-dm5 > ul > li, .t-dm6 > ul > li, .t-dm7 > ul > li, .t-dm8 > ul > li {
    width: 49.555%;
  }
  .t-ft1, .t-ft2, .t-ft3, .t-ft4 {
    width: 100%;
  }
  .ccc li:nth-child(1) {
    width: calc(65% - 22px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .ccc li:nth-child(1), .ccc li:nth-child(2) > a {
    font-size:10px;
  }
  .ccc li:nth-child(2) {
    padding-right: 10px;
    padding-left: 0px;
  }
  .ccc:before {
    left: 1.7%;
  }
  .ccc li:nth-child(1):before, .ccc li:nth-child(1):after {
    display: none;
  }

  .t-br .row .breadcrumb-list:before {
    display: none;
  }
  .t-br .row .breadcrumb-list > ul {
    margin-left: 0;
  }
  .product-detail-tab {
    padding: 0;
  }
  .post-page .posts-list .postWrapper .bg-white .post-image {
    width: 65% !important;
    height: auto;
  }
  .bg-white .relativedpost-container .row .fave_relatived_post {
    width: 100%;
  }
  .t-news1 .block-post .block-post-img > a >img, .t-news2 .block-post .block-post-img > a >img, .t-news3 .block-post .block-post-img > a >img, .t-news4 .block-post .block-post-img > a >img {
    width: 100%;
    height: 84px;
    object-fit: cover;
  }
  .t-news1, .t-news2, .t-news3, .t-news4, .t-news5 {
    padding: 0;
  }
  .entry-title {
    font-size: 25px;
  }
  .data .same-height > li {
    width: 50%;
  }
  .t-ft1, .t-ft2, .t-ft3, .t-ft4{
    margin-bottom: 10px;
  }
  .t-news .t-news1 .block-post .row .block-post-content, .t-news .t-news2 .block-post .row .block-post-content, .t-news .t-news3 .block-post .row .block-post-content {
    width: 99%;
  }
  .t-news1 .block-post .row .block-post-img, .t-news2 .block-post .row .block-post-img, .t-news3 .block-post .row .block-post-img {
    width: 30%;
    margin-bottom: 10px !important;
    float: left;
    padding: 0;
    margin-right: 10px
  }
  .t-news .block-post.block-first-post .row, .t-sellrun .same-height.row {
    margin-left: 0;
    margin-right: 0;
  }
  .t-sellrun .row > li.item {
    padding: 3px;
  }
  .t-tttop .t-right {
    margin-top: 6px;
    width: 100%;
  }
  .single-product-page .col-wrapper-main .detail-left{
    padding: 0;
  }
  .single-product-page .col-wrapper-main .detail-left .relatived-product .relatived-product-title .h3{
    font-size: 16px;
  }
  .t-order .checkout-content > form > div{
    padding: 0;
  }
  .t-tttop .t-right {
    margin: 0;
    align-items: unset;
    display: unset;
    justify-content: unset;
  }
}
@media (max-width: 320px) {

}