body{
	font-family: 'Roboto-Light';
	font-size:14px;
}

img {
	max-width:100%;
}
a:hover{
	text-decoration:none;
}

ul.padding{
	padding:0px;
	margin:0px;
}
ul.padding li{
	list-style:none;
}
article.top-navigation {
    background: #b1b1b1;
    color: #fff;
	    font-size: 12px;
}
article.top-navigation a{
	color:#fff;
}
.address-top span:first-child {
    position:  relative;
    padding-right: 1.4rem;
}

.address-top span:first-child:after {
    content: "";
    position:  absolute;
    border-right: 2px solid #fff;
    height: 0.8125rem;
    top: 0.125rem;
    right: 0.625rem;
}

.address-top i {
    color: #FF9800;
	padding-right: 0.5rem;
}
.list-menu-top span {
    position:  relative;
    padding-right: 1.5rem;
}



.list-menu-top span:after {
    content: "";
    position:  absolute;
    border-right: 2px solid #fff;
   
    height: 0.8125rem;
    top: 0.125rem;
    right: 0.5625rem;
}

.list-menu-top span:last-child {
    padding-right: 0px;
}

.list-menu-top span:last-child:after {
    content: none;
}
.socical-top span {
    padding-right: 0.3rem;
}

.socical-top span:last-child {
    padding-right: 0px;
}
.search {
    padding: 0px 3.25rem;
}

.search form {
    position:  relative;
    margin-top: 2rem;
}

.search button {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #e95514;
    border-radius: inherit;
    color: #fff;
    font-family: 'Roboto-Regular';
}

.cart-header {
    text-align:  right;
}

.icon-cart {
	margin-top: 1.3rem;
    position: relative;
    margin-bottom: 0.3rem
}
.icon-cart span {
    position:  absolute;
    top: -0.4375rem;
    background: #e95514;
    border-radius:  1rem;
    padding: 0.125rem 0.4375rem;
    color:  #fff;
    font-size: 11px;
    right: -0.5625rem;
}

.cart-header a {
    color: #000;
}
.search button:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -0.5625rem;
    top: 0.8125rem;
    border-top: 0.3125rem solid transparent;
    border-bottom: 0.3125rem solid transparent;
    border-right: 0.5rem solid #e95514;
    /* border-left: 0px solid transparent; */
    z-index: 10000;
}

input#keyword {
    border-radius:  inherit;
    border:  1px solid #d52a33;
    padding: 0.5rem;
	font-size: 16px !important;
}
.information-header {
   
	font-family: 'Roboto-Regular';
}

.information-header p {
    margin: 0px;
}
.infor-ff {
    margin-top: 1rem;
	 padding-left: 3rem;
}

.infor-ff i {
    color: #e95514;
}
article.header-content {
    padding: 0.3rem 0rem;
	background:#f4f4f4;
}
nav.menu a {
    color:  #fff;
}

nav.menu {
    background: #e95514;
    font-family: 'RobotoMedium';
    padding: 0.625rem 0px;
}

nav.menu ul li {
    display:  inline-block;
    font-size:  16px;
    text-transform:  uppercase;
    padding-right: 2.5rem;
	vertical-align: middle;
}

nav.menu ul li:last-child {
    padding-right:  0px;
}
article.content {
    margin: 1.5rem 0rem;
}

.bock-content-news h3 {
    font-size: 18px;
    font-family: 'Roboto-Bold';
    position:  relative;
}

.bock-content-news h3:after {
    border-bottom: 1px solid #dddddd;
    position:  absolute;
    width: calc(100% - 13rem);
    content: "";
    top: 0.5rem;
    margin-left: 3rem;
}
.bock-content-news .title img {
    position:  absolute;
    top: 0px;
    left: 8.3125rem;
    top: -1.1875rem;
}

.bock-content-news h3:before {
    content: "";
    position:  absolute;
    width: 21%;
    border-bottom: 4px solid #e95514;
    margin-left: 10rem;
    top: 0.4375rem;
    z-index:  999;
}
.item-product,.item-product-list {
    background:  #ededed;
    text-align:  center;
    padding-bottom: 0.5rem;
}

.item-product a,.item-product-list a{
    color:  #000;
}

.item-product h4,.item-product-list h4 {
    font-size: 16px;
	font-weight: bold;
}
.item-product a i,.item-product-list a i {
    color: #e95514;
    padding-left: 0.5rem;
}
.image-product {
    margin-bottom: 0.5rem;
	 width: 100%;
    overflow: hidden;

}


.bock-content-news .title ,.title-product-list{
    margin-bottom: 1.3rem;
	    position: relative;
}

.bock-content-news .owl-nav {
    position:  absolute;
    top: -4px;
    right:  0px;
    margin-top: 0px !important;
}

.product-owl {
    position: initial !important;
}
.bock-content-news .owl-prev,.bock-content-news .owl-next {
    background:  none !important;
	    padding: 0px !important;
}
.image-product img {
    backface-visibility: hidden;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
}


.item-product:hover img,.item-product-list:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: scale3d(1.1, 1.1, 1);
}
.bock-content-news .owl-prev i,.bock-content-news .owl-next i {
    color: #e95514;
}
section.content-product {
    position:  relative;
	 margin-bottom: 2rem
}
.title-product-list h3,.title-product-list h2 {
    font-size: 18px;
    font-family: 'Roboto-Bold';
    position:  relative;
}

.title-product-list h3 i,.title-product-list h2 i {
    color: #e95514;
}
.title-product-list h3 span,.title-product-list h2 span {
    z-index: 99;
    position:  relative;
    background: #fff;
    padding-right: 1%;
}
.title-product-list h3:before,.title-product-list h2:before {
    content: "";
    position: absolute;
    width: 21%;
    border-bottom: 4px solid #e95514;
    margin-left: 13rem;
    top: 0.4375rem;
    z-index: 5;
}
h3.product-cat {
    font-size: 14px;
}
.page
 li {
    display:  inline-block;
  
}

.page li a {
    background: #e95514;
    color: #fff;
    padding:  5px 12px;
    border-radius: 3px;
}

.page li a.active {
    color: #231f20;
}

.page {  padding-bottom: 2%;}
.title-product-list h3:after {}

.title-product-list h3:after {
    border-bottom: 1px solid #dddddd;
    position: absolute;
    width: calc(100% - 50%);
    content: "";
    top: 0.5rem;
    margin-left: 3rem;
	    z-index: 1;
}
.title-product-list a {
    position:  absolute;
    top: 0px;
    color: #e95514;
    right:  0px;
    top: -0.1875rem;
    font-weight:  bold;
}

section.product-list {
    position:  relative;
}

.title-product-list a i {
    padding-left: 0.5rem;
}
.item-product-list {
    width: 23%;
    margin-right: 1.375rem;
    margin-bottom: 1.3rem;
}
.title-aside {
    background: #e95514;
    color: #fff;
    text-align:  center;
    padding: 0.625rem 0px;
    font-size: 16px;
}

.title-aside p {
    margin-bottom: 0px;
}

.title-aside i {
    padding-right: 1rem;
}
.bock-aside a {
    color: #000;
}

.bock-aside {
    background:  #dddddd;
    padding: 0.625rem;
}

span.sidebar-title {
    font-family: 'Roboto-Bold';
    font-size: 16px;
}

span.sidebar-icon {
    padding-right: 1rem;
}

.panel-collapse.padding {
    padding-left: 1.6875rem;
}

a.submenu-aside i {
    font-weight:  normal;
    font-size: 12px;
}

.padding.show li {
    line-height: 1.5625rem;
}
li.list-aside {
    margin-bottom: 0.5rem;
}
aside.box-right-bock {
    margin-bottom: 1.4rem;
}
.support-content {
    text-align:  center;
    padding: 0.625rem;
    position: relative;
}

.bock-aside-support {
    border:  1px solid #ccc;
}

.support-content:after {
    content: "";
    position:  absolute;
    border-bottom:  1px solid #ccc;
    width:  90%;
    left:  0px;
    right:  0px;
    margin-left:  0px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

p.name-support {
    font-family: 'RobotoMedium';
    font-size: 15px;
}

.information-support p {
    margin-bottom: 0px;
}

.image-support {
    border-radius: 1.5rem;
    border: 1px solid #ccc;
    overflow:  hidden;
    margin-right: 0.8rem;
}

.information-support img {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

p.phone-support {
    font-family: 'Roboto-Bold';
    color:  red;
    font-size: 16px;
}

p.email {
    margin-top: 0.625rem;
}
.support-content:last-child:after {
    content: none;
}

.support-content:last-child .email {
    margin-bottom: 0px;
}

.support-content:last-child {
    margin-bottom: 0px;
}
.bock-aside-news {
    border:  1px solid #ccc;
    background:  #dddd;
}

.item-news-hot {padding: 0.8125rem;text-align:  center;}

.item-news-hot h4 {font-size: 16px;margin-top: 0.6rem;font-weight:  bold;}

.bock-aside-news a {
    color: #000;
}
.bock-aside-video {
    border:  1px solid #ccc;
    padding: 0.75rem;
}

.item-video-hot h5 {
    font-size:  16px;
}

.bock-aside-video h5 {
    font-size:  16px;
    font-weight:  bold;
}

.bock-aside-video a {
    color: #000;
}
.title-brand {
    background:  #e95514;
    color: #fff;
    padding:  0.625rem;
}

.title-brand h5 {
    margin-bottom: 0px;
    font-size: 18px;
}
article.newsletter {    background: #cdcccc;
    line-height: 2.435rem;
    font-size: 17px;
    padding:0.7rem 0px;}

.form-newsletter form {
    position:  relative;
}

button.btn.btn-newsletter {
    position:  absolute;
    top: 0px;
    right:  0px;
    background: #00a651;
    border-radius:  initial;
    color: #fff;
    padding: .5rem 1.9rem;
}
.txt {
    width: 40%;
}
.form-newsletter {
    width: 60%;
}

.inp-newsletter {
    border-radius: inherit;
    font-size: 14px;
    padding: 0.625rem;
}
.socical-newsletter {
    width: 42%;
    margin-left: 1rem;
}

.socical-newsletter ul li {
    display: inline-block;
}
article.footer a{
	color:#fff;
	word-wrap: break-word;
}
article.footer {
    background:  #555555;
    color:  #fff;
    padding:1.5rem 0rem;
}
article.footer .title-footer {
    font-size: 17px;
    font-family: 'Roboto-Bold';
    margin-bottom: 1.5rem;
}
.detail-product h3:after {
    border-bottom: 1px solid #dddddd;
    position: absolute;
    width: calc(100% - 40%);
    content: "";
    top: 0.5rem;
    margin-left: 3rem;
}
.bread-crumb {
    background-color: #eceeef;
    margin-bottom: 1.8rem;
    border-bottom: 1px solid #ebebeb;
	padding: 0.375rem 0px;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb li>a {
    font-size: 1em;
    color: #898989;
}
.breadcrumb li>a>span {
    color: #898989;
	    display: inline;
}
.breadcrumb li span .fa {
    color: #898989;
    font-size: 1em;
    margin: 0.1875rem;
}
.relative {
    position: relative !important;
}
.details-product .large-image {
    border: 1px solid #ebebeb;
}
.product-image-block .large-image>a {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zoomWrapper {
	width: auto !important;
    height: auto !important;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    overflow: hidden;
}
.zoomWrapper img {
    position: static !important;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}
.details-product .large-image img {
    max-height: 100%;
    max-width: 100%;
}
.details-product #gallery_01 {
    margin-top: 1.25rem !important;
}
.details-product #gallery_01 .item a {
    display: flex;
    height: 4.6875rem;
    align-items: center;
    border: 1px solid #ebebeb;
    justify-content: center;
}
.details-product #gallery_01 .item a img {
    max-height: 100%;
    max-width: 100%;
}
.details-product h1.title-head {
    margin-top: 0;
    font-size: 24px;
    font-weight: 300;
    color: #363636;
    text-transform: capitalize;
}
.details-product .masp, .details-product .vendor {
    color: #0072bc;
}
.details-product span.line {
    margin: 0 5px;
    transform: translateY(-1px);
    display: inline-block;
}
.details-product .details-pro .price-box {
    margin-bottom: 0.9375rem;
    padding-bottom:  0.9375rem;
    border-bottom: 1px solid #ebebeb;
    padding-top:  0.9375rem;
}
.details-product .details-pro .product-price {
    font-size: 1.71429em;
    display: inline-block;
    font-weight: 600;
    color: #fe3232;
    font-family: Arial;
	line-height: 1.25rem;
	letter-spacing: .5px;
}
.details-product .product_description {
    margin-bottom: 0.9375rem;
    padding-bottom: 0.3125rem;
    border-bottom: 1px solid #ebebeb;
}
.details-product .form-detail-action label {
    font-weight: 400;
    min-width: 5.0625rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.625rem;
}
.details-product .custom-btn-number {
    position: relative;
    padding: 0;

    border: none;
    box-shadow: none;
    width: 7.25rem;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.details-product .custom-btn-number .qtyminus {
    position: absolute;
    left: 0px;
    text-align: center;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.4375rem;
    font-size: 1.5625rem;
    cursor: pointer;
    color: #898989;
    border: 1px solid #ebebeb;
    background: #fff;
}
.details-product .custom-btn-number #qty {
    font-size: 1em;
    margin: 0;
    padding: 0 1.4375rem;
    border-radius: 0px;
    text-align: center;
    padding: 0;
    height: 40px;
    width: 100%;
	border: 1px solid #ebebeb;
}
.details-product .form-detail-action button.btn {
    color: #fff;
    height: 2.5rem;
    width: calc(46% - 10px);
    border-radius: 3px;
    font-size: 14px;
    float: left;
    background-color: #fe3232;
    padding: 5px;
    border: none;
}
.details-product .form-detail-action button.btn:before {
    content: "";
    display: inline-block;
    width: 1.4375rem;
    height: 1.25rem;
    margin-right: 0.25rem;
    transform: translateY(3px);
    background: url(../images/btn-cart-icon.png);
}
.details-product .contact {
    margin-top: 0.625rem;
}
.details-product .contact a {
    color: #fe3232;
    font-weight: 600;
}
.details-product .custom-btn-number .qtyplus {
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 20px;
    cursor: pointer;
    color: #898989;
    border: 1px solid #ebebeb;
    background: #fff;
}
.product-tab.e-tabs {
    margin-bottom: 1.5625rem;
}
ul.tabs.tabs-title {
    display: block;
    border-left: 1px solid #e1e1e1;
}
.product-tab .tab-link {
       padding: 0 2.5rem;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #e1e1e1;
    background: #e95514;
    margin: 0 !important;
    color: #fff;
    width: 100%;
}
.product-tab .tab-link {
    float: left;
}
.product-tab .tab-link h3 {
    margin: 10px 0;
    font-size: 1.14286em;
}
.product-tab .tab-link span {
    font-size: 1em;
    text-transform: uppercase;
}
.product-tab .tab-content.current {
    margin-top: -0.4375rem;
}
.product-tab .tab-content.current {
    display: block;
    padding: 1.5rem;
    border: 1px solid #e1e1e1 !important;
    min-height: 12.5rem;
}
#product-reviews {
    font-family: "Arial Regular","Arial";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    float: none;
    border: none;
    width: 100%;
    clear: both;
    display: block;
}
#product-reviews .title-bl {
    border-bottom: 1px solid #ddd;
}
#btnnewreview {
    padding: 0.625rem;
    width: 100%;
    margin-top: 0.625rem;
    border: 0;
    background: #53a1cc;
    color: #fff;
}
#btnnewreview {
    background: #fe3232 !important;
    border-radius: 3px;
}
#product-reviews #bpr-list{
    float: none;
    border: none;
    width: 100%;
    clear: both;
    text-align: left;
	    margin-top: 1rem;
}
#product-reviews #bpr-list>div {
    border-top: 1px solid #e0e0e0;
    padding: 0.9375rem;
	margin-top: 1rem;
	padding-bottom: 0px;
}
#product-reviews .review-header {
    display: block;
}
#product-reviews .review-header>div {
    display: inline-block;
}
#product-reviews .review-header .review-header-img {
    border: 1px solid #000;
    padding: 0.3125rem;
    border-radius: 50%;
    display: block;
    margin-right: 0.9375rem;
}
#product-reviews .review-header .review-header-img img {
    display: block;
    height: 0.9375rem;
    width: 1rem;
}
#product-reviews .review-header .review-header-byline {
    font-size: 13px;
    display: block;
}
#bizweb-product-reviews .bizweb-review-content {
    margin-top: 0.625rem;
    padding-left: 0.9375rem;
}
.margin-top-30 {
    margin-top: 1.875rem !important;
}
.product-tab .tab-content {
    border: 1px solid #e1e1e1 !important;
    display: none;
    clear: left;
}
.zoomWindowContainer>div, .zoomContainer {
    z-index: 100 !important;
}
.bock-content-news .relate-product h3:before{
    content: "";
    position: absolute;
    width: 21%;
    border-bottom: 4px solid #e95514;
    margin-left: 13rem;
    top: 0.4375rem;
    z-index: 999;
}
.bock-content-news .relate-product h3:after {
    border-bottom: 1px solid #dddddd;
    position: absolute;
    width: calc(100% - 17rem);
    content: "";
    top: 0.5rem;
    margin-left: 3rem;
}
.title-product-list.detail-news h3:before{
	content: "";
    position: absolute;
    width: 21%;
    border-bottom: 4px solid #e95514;
    margin-left: 8rem;
    top: 0.4375rem;
    z-index: 999;
}
.title-product-list.detail-news h3:after {
    border-bottom: 1px solid #dddddd;
    position: absolute;
    width: calc(100% - 9rem);
    content: "";
    top: 0.5rem;
    margin-left: 3rem;
}
.image-news {
    width: 28%;
    margin-right: 2%;
    overflow: hidden;
    border: 1px solid #49a969;
    border-radius: 0.3125rem;
}
.news-detail {
    width: 70%;
}
.image-news img {
    width: 100%;
    transition: ease 0.35s;
    -webkit-transition: ease 0.35s;
    -moz-transition: ease 0.35s;
    -ms-transition: ease 0.35s;
    -o-transition: ease 0.35s;
    z-index: 1;
}
.item-news:hover img {
    transform: scale(1.066);
    -webkit-transform: scale(1.066);
    -moz-transform: scale(1.066);
    -o-transform: scale(1.066);
    -ms-transform: scale(1.066);
}
.news-detail h3 {
    font-size: 18px;
    margin-bottom: 4%;
   font-family: 'Roboto-Bold';
}
.news-detail a {
    color: #000;
}
.item-news {
    margin-bottom: 2%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 2%;
}
.title-product-list.detail-news-content h3:before {
    content: "";
    position: absolute;
    width: 21%;
    /* border-bottom: 4px solid #e95514; */
    margin-left: 0;
    top: 0px;
    z-index: 999;
    bottom: 0px;
    left:  0px;
}

.title-product-list.detail-news-content h3:after {
    border-bottom: 1px solid #dddddd;
    position: absolute;
    width: calc(100% - 14rem);
    content: "";
    top: 12px;
    margin-left: 3rem;
    bottom: 1px;
    margin-left: 0px;
}

.title-product-list.detail-news-content h3 {padding-bottom: 1rem;}
.relate-news a {
    color:  #000;
}

.relate-news a i {
    color: #e95514;
}

.relate-news li {
    line-height: 1.7;
}
.count-rating .br-widget {
    pointer-events: none;
    opacity: 1;
}

span.inline-block.count-rating {
    display:  inline-block;
}
#box-product-reviews .title-bl {
    border-bottom: 1px solid #ddd;
}
#btnnewreview {
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    border: 0;
    background: #53a1cc;
    color: #fff;
}
#btnnewreview {
    background: #fe3232 !important;
    border-radius: 3px;
}
#box-product-reviews .title-bl
 h4 {
    font-size: 19px;
}

.box-review-header {
    display: block;
}

.box-review-header >div {
    display: inline-block;
}

.box-review-header-img {
    border: 1px solid #000;
    padding: 0.3125rem;
    border-radius: 50%;
    display: block;
    margin-right: 0.9375rem;
}

.box-review-header-img img {
    display: block;
    height: 0.9375rem;
    width: 1rem;
}
span.box-review-header-byline {
    display:  block;
    color: #000;
    font-style: normal;
    font-weight: 700;
    /* padding-left: 15px; */
    padding-top: 0.3125rem;
}

.box-product-reviews-star {
    display:  inline-block;
    padding-top: 0.3125rem;
}

span.box-review-header-time {
    display: inline-block;
    margin-left: 0.25rem;
    color:  #999;
}
.product-review {
    border-top: 1px solid #ccc;
    padding-top: 1%;
}
.frm-rating {
    margin: 0.9375rem 0px;
	display:none;
	opacity:0;
	 transition: opacity 300ms;
}
.open {
    display:  block !important;
    opacity:  1 !important;
}
.title-frm-rating {
    font-weight: bold;
    font-size: 13px;
    margin-bottom:  0.625rem;
}
.frm-rating form {
    background: #ebebeb;
    padding: 0.625rem;
    position: relative;
}

.frm-rating .frm-title {
    font-size: 13px;
    margin-top: 0.9375rem;
    margin-bottom: 0.3125rem;
}
.frm-rating .btn-sub-rating {
    margin: 0.9375rem 0px 0.3125rem 0px;
}
.frm-rating .btn-sub-rating input {
    color: #fff;
    text-transform: uppercase;
    padding: 1rem 0.625rem;
    background: #f0814a;
    border: none;
}
.form-control {
    font-size: 14px;
}
 .col-main {
    /* float: none; */
    width: auto;
}
 .col-main .cart .bg-scroll {
    border-top: none;
    margin-top: 1.25rem;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none;
}
.cart-thead {
    font-weight: bold;
    font-size: 13px;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: none;
    display: flex;
    min-width: 600px;
    -webkit-display: flex;
}
.col-main .cart .cart-tbody .item-cart div .input_qty_pr {
    height: auto;
    border-right: none;
    width: calc(100% - 30px);
    min-width: 105px;
}
 .col-main .cart .cart-tbody .item-cart .number-sidebar {
    min-height: 0;
    position: static;
    display: inline-block;
    float: none;
    margin-bottom: 0;
    border: 1px solid #e1e1e1;
    height: 40px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
    line-height: 15px;
    border-radius: 0px
}
.cart-tbody {
    width: 100%;
   
    border-left: 1px solid #ebebeb;
}
.col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item {
background-color: #fff;
    background-image: url(../images/bin.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 22px;
    height: 26px;

    color: #333;
    cursor: pointer;
    padding: 0px;
    -moz-border-radius: 0px;
 
    cursor: pointer;
 
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: none;
}
.col-main .cart .cart-tbody .item-cart div .product-name a {color:  #000;}
.col-main .cart .cart-tbody .item-cart div a.remove-item span {
    display: none;
}
.col-main .cart .cart-tbody .item-cart div .price {
    line-height: 6;
    color: #fe3232;
    font-weight: 600;
}
.item-cart {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    display: flex;
    -webkit-display: flex;
}
.col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count.btn-plus {
    left: auto;
    right: 00px;
}
.col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
 left: 0;
    top: 0;
    outline: none;
    background: #fff;
    font-weight: 700;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
    line-height: 41px;
    color: #333;
    display: inline-block;
    position: absolute;
    margin: 0;
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
    height: 40px;
    width: 40px;
    vertical-align: baseline;
    text-align: center;
    padding: 0;

}
.col-main .cart .cart-tbody .item-cart div {
    line-height: 20px;
    vertical-align: top;
    height: 155px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    border-right: 1px solid #ebebeb;
}
.col-main .cart .cart-tbody .item-cart div .product-name {
    margin: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    padding: 0 15px;
    width: 100%;
}
 .col-main .cart .cart-thead div {
    float: left;
    padding: 10px 0px 10px;
    color: #333;
    font-weight: 400;
    border-right: 1px solid #e1e1e1;
    text-align: center;
    font-size: 15px;
}
.col-main .cart #shopping-cart-totals-table {
    margin-top: 15px;
    width: 500px;
    clear: left;
    float: right;
    padding-bottom: 8px;
    background: #fff;
    border: 1px solid #e1e1e1;
}
.col-main .cart #shopping-cart-totals-table tr td {
    border: none;
    padding: 10px 30px;
    line-height: 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600px;
    letter-spacing: .5px;
}
.col-main .cart #shopping-cart-totals-table tr td.a-right {
    border-left: 1px solid #ebebeb;
    font-size: 16px;
}
.col-main .cart #shopping-cart-totals-table tr td strong {
    padding-left: 20px;
}
.col-main .cart ul.checkout {
    clear: left;
    padding-top: 0;
    margin-bottom: 30px;
    margin-top: 14px;
    width: 100%;
float:right
}
.inner {
    margin-top: 1rem;
}
.col-main .cart ul.checkout li{
   float:right
}
.col-main .cart .btn-proceed-checkout {
    background: #fe3232;
    line-height: 35px;
    color: #fff;
    height: 45px;
    padding: 0 50px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    z-index: 99999;
    width: 100%;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
@media (max-width:767px){
	.cart-mobile {
		padding: 10px 0px 0px 0px;
		display:block !important;
	}
	.header-cart {
		padding: 10px 15px 0px;
		margin-top: -10px;
	}
	.header-cart-content .content-product-list {
		min-height: 110px;
	}
	.content-product-list .item-product {
		padding: 15px 15px;
		min-height: 110px;
		border-bottom: solid 1px #ebebeb;
		overflow: hidden;
	}
	.item-product-cart-mobile {
		max-width: 115px;
		margin-right: 1.8rem;
	}
	.title-product-cart-mobile h3 {
		line-height: 1;
		margin: 0;
		    font-size: 16px;
	}
	.title-product-cart-mobile span {
		color: #fe3232;
	}
	.select-item-qty-mobile {
		float: right !important;
		text-align: center;
	}
	.select-item-qty-mobile>div {
		position: relative;
		width: 68px;
		height: 25px;
	}
	.select-item-qty-mobile a
		{
		line-height: 3;
		color: #363636;
		font-family: 'Open Sans', sans-serif;
	}
	.select-item-qty-mobile .txt_center input {
		height: 25px;
		width: 24px;
		text-align: center;
		margin: 0px;
		padding: 0;
		position: absolute;
		left: 22px;
		min-height: 0;
		border: 1px solid #cccccccf;
	}
	.select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 100;
		margin: 0;
		padding: 0;
		line-height: 1;
		height: 25px;
		border-style: hidden;
		background: #fff;
		min-width: 23.19px !important;
		max-width: 23.19px !important;
		width: 23.19px !important;
		text-align: center;
		color: #000;
		border: solid thin #ddd;
	}
	.select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
		position: absolute;
		right: 0;
		top: 0;
		margin: 0;
		padding: 0;
		background: #fff;
		text-align: center;
		height: 25px;
		min-width: 23.19px !important;
		max-width: 23.19px !important;
		width: 23.19px !important;
		display: block;
		line-height: 1;
		border-style: hidden;
		color: #fff;
		color: #000;
		border: solid thin #ddd;
	}
	.header-cart-price {
		padding: 18px 15px;
	}
	.title-cart h3 {
		font-family: Arial, sans-serif;
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
	}
	.title-cart a {
		float: right;
		margin-top: -28px;
		color: #fe3232 !important;
		font-size: 16px;
		line-height: 27px;
		font-family: Arial, sans-serif;
	}
	.cart.page_cart.hidden-xs {
		display: none;
	}
	.item-product-cart-mobile, .title-product-cart-mobile, .select-item-qty-mobile {
		float: left;
	}
	.btn-proceed-checkout-mobile {
		width: 100%;
		line-height: 27px;
		color: #fff;
		height: 40px;
		font-size: 14px;
		border: none;
		background: #fe3232;
	}
}
/* 
// Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 
	.logo {
		text-align:  center;
	}
	.item-product .title-product-cart-mobile {
		max-width: 110px !important;
	}
	.txt {
		width: 100%;
	}
	.image-news {
		margin-right: 0%;
		width: 100%;
		margin-bottom: 4%;
	}
	.news-detail {
		width: 100%;
	}
	.form-newsletter {
		width: 100%;
	}
	.item-news {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.txt1 {
		width: 100%;
	}

	.socical-newsletter {
		width:  100%;
		margin-left: 0px;
	}
	.search {
		padding: 0rem 1rem;
	}

	.infor-ff {
		padding: 0px;
	}

	.information-header {
		display:none
	}

	.cart-header {
		display:none
	}

	.search form {
		margin-top: 0.5rem;
	}
	nav.menu {
		display:  none;
	}

	div#responsive-menu {
		display:  block !important;
	}
	.address-top span:first-child:after {
		content: none;
	}
	.list-menu-top span:after{content:none}
	.list-menu-top span {
		
		padding-right: 0.5rem;
	}
	.bock-content-news h3:before,.bock-content-news .relate-product h3:before {
		content: "";
		position: absolute;
		width: 21%;
		border-bottom: 4px solid #e95514;
		margin-left: 0px;
		top: 0px;
		z-index: 999;
		bottom: -1px;
		left: 0px;
	}
	.bock-content-news h3:after,.bock-content-news .relate-product h3:after {
		border-bottom: 1px solid #dddddd;
		position: absolute;
		width: 100%;
		content: "";
		bottom: 0px;
		left: 0px;
		    margin-left: 0px;
	}
	.details-product #gallery_01 .item a{
		height:auto;
	}
	.product-image-block .large-image>a {
		height: auto;
	}
	.zoomWindowContainer>div, .zoomContainer{
		display:none;
	}
	.bock-content-news h3 {
		
		padding-bottom: 0.5rem;
	}
	.icon-cart-mobile {
		position: absolute;
		right: 0.5rem;
		top: 0.75rem;
	}

	.icon-cart-mobile span {
		position: absolute;
		top: -0.4375rem;
		background: #fff;
		border-radius: 1rem;
		padding: 0.125rem 0.4375rem;
		color: black;
		font-size: 11px;
		right: 0px;
		line-height: 0.875rem;
	}
	article.top-navigation {
		display:  none;
	}
	.title-product-list a {
		top: 0px;
		right: 0px;
		top: 0px;
		font-size: 12px;
	}
	.title-product-list h3:before {
		content: "";
		position: absolute;
		width: 27%;
		border-bottom: 4px solid #e95514;
		margin-left: 0px;
		top: 0px;
		z-index: 999;
		bottom: 0px;
	}.title-product-list h3 {
		padding-bottom: 0.5rem;
	}
	.title-product-list h3:after {
		position: absolute;
		width: 100%;
		top: 0px;
		margin-left: 0px;
		left: 0px;
		bottom: 1px;
	}
	.item-product-list {
		width: 100%;
		margin-right: 0px;
	}

	.image-product img {
		width: 100%;
	}
}
@media (min-width: 500px) and (max-width: 576px) {
	.item-product-list {
		width:  49%;
		margin-right: 0.5625rem;
	}
	
	.item-product-list:nth-child(2n+2) {
		margin-right:  0px;
		clear:  both;
	}
		.item-product-list {
		width: 49%;
		margin-right: 0.5rem;
	}

	.item-product-list:nth-child(2n+2) {
		margin-right:  0px;
	}
}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
	nav.menu {
		display:  none;
	}
	.txt {
		width: 100%;
	}
	.item-product .title-product-cart-mobile {
		max-width: 150px;
	}
	.form-newsletter {
		width: 100%;
	}

	.txt1 {
		width: 100%;
	}

	.socical-newsletter {
		width:  100%;
		margin-left: 0px;
	}
	div#responsive-menu {
		display:  block !important;
	}
	.search {
		padding: 0px 1.25rem;
	}
	.address-top span:first-child:after {
		content: none;
	}
	.list-menu-top span:after{content:none}
	.list-menu-top span {
		
		padding-right: 0.5rem;
	}
	.bock-content-news h3:before {
		content: "";
		position: absolute;
		width: 21%;
		border-bottom: 4px solid #e95514;
		margin-left: 0px;
		top: 0px;
		z-index: 999;
		bottom: -1px;
		left: 0px;
	}
	.bock-content-news h3:after {
		border-bottom: 1px solid #dddddd;
		position: absolute;
		width: 100%;
		content: "";
		bottom: 0px;
		left: 0px;
		    margin-left: 0px;
	}
	.bock-content-news h3 {
		
		padding-bottom: 0.5rem;
	}
	.icon-cart-mobile {
		position: absolute;
		right: 0.5rem;
		top: 0.75rem;
	}

	.icon-cart-mobile span {
		position: absolute;
		top: -0.4375rem;
		background: #fff;
		border-radius: 1rem;
		padding: 0.125rem 0.4375rem;
		color: black;
		font-size: 11px;
		right: 0px;
		line-height: 0.875rem;
	}
	article.top-navigation {
		display:  none;
	}
	.information-header {
		display:none
	}

	.cart-header {
		display:none
	}
	.title-product-list h3:before {
		content: "";
		position: absolute;
		width: 27%;
		border-bottom: 4px solid #e95514;
		margin-left: 0px;
		top: 0px;
		z-index: 999;
		bottom: 0px;
	}
	.title-product-list h3 {
		padding-bottom: 0.5rem;
	}
	.title-product-list h3:after {
		position: absolute;
		width: 100%;
		top: 0px;
		margin-left: 0px;
		left: 0px;
		bottom: 1px;
	}
	.item-product-list {
		width:  49%;
		margin-right: 0.5625rem;
	}

	.item-product-list:nth-child(2n+2) {
		margin-right:  0px;
		clear:  both;
	}
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	nav.menu ul li {
		font-size: 12px;
		padding-right: 0.6875rem;
	}
	.search {
		padding: 0px 1.25rem;
	}
	.item-product-list {
		width:  49%;
		margin-right: 0.5625rem;
	}

	.item-product-list:nth-child(2n+2) {
		margin-right:  0px;
		clear:both;
	}.txt {
		width: 100%;
	}

	.form-newsletter {
		width: 100%;
	}

	.txt1 {
		width: 100%;
	}

	.socical-newsletter {
		width:  100%;
		margin-left: 0px;
	}
	.details-product .form-detail-action button.btn {
		width: 100%;
		margin-top: 3%;
	}
	.form-group.form-groupx.form-detail-action {
		-webkit-flex: inherit;
		flex: inherit;
		flex-wrap:  wrap;
		-webkit-flex-wrap: wrap;
	}
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
	.cart-header a {
		font-size: 12px;
	}
	nav.menu ul li {
		
		padding-right: 1.125rem;
	}
	.item-product-list {
		width: 32%;
		margin-right: 0.8125rem;
	}

	.item-product-list:nth-child(3n+3) {
		margin-right:  0px;
		clear:  both;
	}
	.txt {
		width: 100%;
	}

	.form-newsletter {
		width: 100%;
	}

	.txt1 {
		width: 100%;
	}

	.socical-newsletter {
		width:  100%;
		margin-left: 0px;
	}
	
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.item-product-list:nth-child(4n+4) {
		margin-right:  0px;
		clear:  both;
	}
 }
 @media (max-width: 1300px) { 
	
 }

/* // Small devices (landscape phones, 34em and up) */
.menu .ddsmoothmenu ul li ul.scrollbar-inner {
    overflow-y: scroll !important;
    height: 500px;
}
.box-reviewby {
    color: #ccc;
}

.box-reviewby span {
    font-weight:  bold;
}

.box-reviewby p {
    margin: 0px;
}
.reply-rating {
    margin-top: 1%;
}
.reply-admin {
    padding-left: 7%;
}

.reply-admin .box-review-header-byline {
    margin-bottom: 4%;
}
.reply-admin .box-review-header {
    padding-bottom: 1%;
}
.button-social ul {
    padding: 0px;
}

.button-social ul li {
    list-style:  none;
    display:  inline-block;
}
.item-video-hot {
    margin-bottom: 4%;
}
.xemthemdetail a {
    color: #e95514;
    font-size:  16px;
    font-weight:  bold;
}

.xemthemdetail {
    float:  right;
}
.info-footer {
    border-top:  1px solid;
    padding-top:  15px;
    margin-top: 2%;
	text-align: center;
}
.box-aside-newsletter {
    background:  url('../images/backnews.png') no-repeat;
    text-align:  center;
	    background-size: cover;
    padding: 35px 10px
}

.box-aside-newsletter input {
    border: 1px solid #e95514;
}

.box-aside-newsletter button {background:  #f26522;padding: 8px 24px;border: 1px solid #fff;}
.box-aside-newsletter p {
    font-family: 'RobotoMedium';
    font-size: 18px;
    color: #e95514;
}
.box-aside-newsletter .form-group {
    margin-bottom:  1.5rem;
}
.box-aside-newsletter .form-group{
	margin-bottom:1.5rem
}
.box-aside-newsletter p {
    font-size:  18px;
    font-family: 'RobotoMedium';
    color: #e95514;
}