/******* CSS SHOW CATEGORY *********/
.box-product {margin-bottom:10px;
}
.box-product .box-title {margin-bottom:15px;
  color: #ff8315;
}
.box-product .box-title .titleL {
	float:left;
	text-transform:none;
  font-size: 22px;
}
.box-product .box-title .titleL a {color:#333333;}
.box-product .box-title .titleR {
	float:right;	
}

.box-product .box-content {

}


/************************************* CSS FOR SHOW PRODUCT *******************************/
 
#List_Product { 
	padding:0px; 
}
.floatImgPro {
	margin-top:2px;
	margin-left:120px;
	position:absolute;
}

/*----------------- VIEW 1 ----------------*/
#List_Product .View1 {
  float:left;
	margin-bottom:20px;
	width:100%;
}
#List_Product .last {
	background:none;

}

#List_Product div.View1 div.item{
  float:left;
	margin:0;
  margin-right: 12px;
  width: 48%;
}

#List_Product div.View1 div.item.last {
  margin-right: 0;
}

#List_Product .View1 div.item .boxItem {
  background: #fff;
}


#List_Product .View1 div.item .shadow {

  height: 9px;
}

#List_Product .View1 div.item .info {
  padding: 10px;
  min-height: 69px;
}

#List_Product .View1 div.item .div_price .fr a {
  background: url("../images/icon_detail.gif") no-repeat;
  height: 29px;
  width: 29px;
  display: inline-block;
  text-indent: -9999px;
}

#List_Product .View1 h3 {
	font-weight: normal;
  margin-bottom: 10px;
  height: 30px;
  overflow: hidden;

}
#List_Product .View1 h3 a {}
#List_Product .View1 h3 a:hover { 
  text-decoration:none;
}

#List_Product .View1 .img {
	text-align:center;
	background:#FFF;
  overflow: hidden;
}


#List_Product .View1 .maso {
	font-weight:bold;
	padding-top:5px;
}
#List_Product .View1 .price {
	color:#f3831f ;
	font-weight:bold;
	text-align:left;
  font-size: 16px;

}
#List_Product .View1 .price b {
  color: #999999;
  font-weight: normal;
  text-decoration: underline;
}
#List_Product .View1 .price_old {
	color:#333333;
	font-weight:normal;
	text-decoration:line-through;
}


/*----------------- VIEW 2 ----------------*/

#List_Product .View2 {
  padding:0px 2px;
  margin-bottom:5px;
  
}
#List_Product .col1{
	background:#F7F7F7;
}
#List_Product .col2{
	background:#ffffff;
}
#List_Product .col_select{
	background:#F4EAD2;
}
#List_Product .colTop {
	border-bottom:1px solid #e0e0e0;
	background:#F4F4F4 ;
}

#List_Product .View2 .pro_info {
	text-align:justify;
}
#List_Product .View2 h3 {
	font-weight:bold;
	padding:2px 0px;
}
#List_Product .View2 h3 a{ }
#List_Product .View2 .img{
	border:1px solid #e0e0e0;
	padding:1px;
	text-align:center;
	float:left;
	margin-right:5px;

}
#List_Product .View2 .check{
	float:left;
	width:25px;
	padding-top:80px;
	text-align:center;
	vertical-align:middle;
}

#List_Product .View2 .maso{
	margin:0px;
	padding:0px;
	color:#CC0000;
	font-weight:bold;
}
#List_Product .View2 .price {
	color:#CC0000;
}
#List_Product .View2 .hr{
	height:1px;
	background:url(../images/hr.gif) center repeat-x;
	padding:1px;
}

#List_Product .noProduct {
	padding:50px;

	text-align:center;
	color:#ff0000;
}

.price_old{
	color:#999999;
	text-decoration:line-through;
	font-size:11px;
	font-weight:normal;
}
p.time{
	padding:0px;
	margin:0px;
	text-align:center;
	color:#000000;
}

.line_pro {
	background:url(../images/line_pro.gif) left no-repeat;
}

.font_keyword{
	background-color: yellow; 
	color: red; 
	font-weight: bold;
}
.font_keyword a {
	background-color: yellow; 
	color: red; 
	font-weight: bold;
}
/*********** DETAIL **********/
#divInfo{margin:0px;}
 
.ad-image {
	text-align:center;
}


#divInfo .picDetail {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}


#divInfo .colInfo1{
	padding:2px;
	font-weight:bold;
	color:#6d6d6d;
	border-bottom:1px solid #f0f0f0;
}
#divInfo .colInfo2{
	padding:2px;
	color:#444444;
	border-bottom:1px solid #f0f0f0;
}

#divInfo .p_name{
	font-weight:bold;
	color:#ff8315;
	margin-bottom:10px;
  font-size: 20px;
  line-height: 32px;
}

#divInfo .btn_addcart {

}

#divInfo .service_pro {
  border-top:1px #d8c8ac solid;
  border-bottom:1px #d8c8ac solid;
  margin-top: 10px;
  margin-bottom: 15px;
}
#divInfo .service-info {
  display:block;
  list-style:none;
  padding:10px 0;
  float:left;
  width:100%;
  font-size: 14px;

}
#divInfo .service-info .hl {
  color: #ff8315;
}
#divInfo .service-info li {
  display:inline-table;
  width:180px;
  padding:0;
  margin:0;
  float:left;
}

#divInfo .service-info li i {
  float:left;
  margin-right:5px;
}

#divInfo .service-info li:first-child {
  width:180px;
}

#divInfo .maso{
	color:#D66161;
	font-weight:bold;
}

#divInfo .price{
	font-weight:bold;
	font-size:22px;
	color:#ff8315;
  line-height: 22px;
}

#divInfo .price b {
  color: #989898;
  font-size: 22px;
  text-decoration: underline;
}
 
#divInfo .poster {
	color:#ff9000;
}
#divInfo .poster a {
	color:#ff9000;
} 
 
#divInfo .toots a {
	 
	text-decoration:none;
}

.content_info img {
  max-width: 449px;

}

.desc img {
  max-width: 745px;
}

.list_size {
  padding-top: 15px;
}

.list_size h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 10px;
}

.list_size ul {
  background: #fff;
  border: 1px solid #e4d2bc;
  border-bottom: none;
}
.list_size li {
  padding: 10px;
  border-bottom: 1px solid #e4d2bc;
}

.list_size li img {
  vertical-align: middle;
  border: 1px solid #e3daca;
  margin-right: 5px;
  padding: 2px;
}

.list_size .name_size {
  text-align: left;
}

.list_size .price_size {
  font-size: 15px;
  font-weight: bold;
  color: #ff8315;
}
.list_size .price_size b {
  color: #989898;
  text-decoration: underline;
}

.list_size  .select {
  border: 1px solid #e3dccf;
  height: 28px;
  width: 50px;
}

.div_cart_price {
  padding-top: 10px;
}
.div_cart_price .fl {padding-top: 10px;
  width: 45%;
}
.div_cart_price .fr {
  width: 50%;
  text-align: right;
}
.info_condition {
  border: 1px solid #f9d1a0;
  margin-top: 25px;
  margin-bottom: 30px;
  position: relative;

}
.info_condition .box1 {
  padding: 15px;
}
.info_condition .view_more_detail {
  position: absolute;
  bottom: -15px;
  left: 435px;
  display: inline-block;
  padding: 5px 15px;
  background: #ff8315;
  text-transform: uppercase;
  color: #fff;
  width: auto !important;
  text-decoration: none;
  border-bottom: 1px solid #c56510;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

}
.box_info_detail {
  padding-bottom: 15px;
}
.tit_detail_p {
  font-size: 20px;
  font-weight: bold;
  color: #ff8315;
  line-height: 22px;
  padding-bottom: 10px;
}

.box_info_support {
  border: 1px solid #f9d1a0;
  padding: 10px;
  margin-bottom: 30px;
}

#divInfo .info_footer_addcart {
  margin: 25px 0;
  background: #73af39;
  padding: 20px;
  color: #fff;
}

#divInfo .info_footer_addcart .btn_addcart {
  background: url("../images/btn_addcart_white.gif") no-repeat;
  color: #5d5d5d;
  cursor: pointer;
}

#divInfo .info_footer_addcart .p_name {
  color: #fff;
  font-size: 27px;
}
#divInfo .info_footer_addcart .fl {
  padding-top: 10px;
}
#divInfo .info_footer_addcart .price {
  font-size: 44px;
  color: #fff;
}
#divInfo .info_footer_addcart .price b {
  color: #fff;
  font-size: 40px;
}

.desc img {
}
.desc ul {
	list-style:inherit;
	margin:0px;
	margin-left:15px;
}
.desc ol{
	list-style:decimal;
	margin:0px;
	margin-left:15px;
}



/* Skin TAB */
#tab-container-1 {
  margin: 15px 0;
}
#tab-container-1-nav {
  list-style: none;
  margin: 0;
  padding: 0px;
}

#tab-container-1-nav :after {
  /* clearing without presentational markup, IE gets extra treatment */
  display: block;
  clear: both;
  content: " ";
}

#tab-container-1-nav li {
  float: left;
  padding-right:5px;
}


#tab-container-1-nav a {
  display: block;
  background:#e2e2e2;
  color: #3e3e3e;
  text-align: center;
  text-decoration: none;
  padding: 0 15px;
  line-height: 36px;
}




#tab-container-1-nav a.active {
  background:#555;
  color: #fff;
}

#tab-container-1-nav a.active {
  position: relative;
  background: #555;
}
#tab-container-1-nav a.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #555;
  border-width: 5px;
  margin-left: -5px;
}


#tab-container-1 .tab {
  padding-top: 15px;
}


/**** OTHER PRO*****/

.other_product {}
.other_product .item_other {
  margin-bottom: 15px;
}

.other_product .boxItem {
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.75);
}

.other_product .boxItem:hover {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow:    0px 0px 4px 0px rgba(0, 0, 0, 0.8);
  box-shadow:         0px 0px 4px 0px rgba(0, 0, 0, 0.8);
}

.other_product .item_other .shadow {
  background: url("../images/shadow_other_pro.png") center no-repeat;
  height: 8px;
}
.other_product .item_other .info {
  padding: 10px;
}
.other_product .item_other .info h3 {
  font-weight: normal;
}
#divInfo .other_product .item_other .price {
  font-size: 25px;
  font-weight: normal;
}
#divInfo .other_product .item_other .price b {font-size: 25px;
  font-weight: normal;
}
.other_product .item_other .img {
  overflow: hidden;
}
.other_product .item_other .img  img{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transition:all .2s ease-out}

.other_product .item_other .img  img:hover{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);transition:all .2s ease-out}


.other_product .item_other .div_price .fr a {
  background: url("../images/icon_detail.gif") no-repeat;
  height: 29px;
  width: 29px;
  display: inline-block;
  text-indent: -9999px;
  margin-top: 10px;
}

/*COMMENT*/
/*COMMENT*/
.boxComment {  
}
.fComment { 
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold; 
	padding-bottom:5px;
	margin-bottom:5px;
} 
.divVotes {
	border-bottom:1px solid #d4d4d4;
	padding:5px 0px;
	margin-bottom:10px;
}
.divWrite { padding:10px;}
.c_textarea  {
	padding:5px 0px;	
}
.c_button {
	padding:2px 0px;
	text-align:right;
}
 
#ext_comment {} 
.divCommentList{ }
.list_comment {
 	padding:5px 0px;	 
	display:block;	
	border-bottom:1px dotted #d4d4d4;
}
.list_comment .c-title {
	padding-bottom:5px;	
}
.list_comment .ctitle {font-weight:bold;	color:#882106;}
.list_comment .c-name {font-weight:bold; color:#0067b1; }
.list_comment .c-email	{color:#7c7c7c; font-weight:normal; font-size:11px;}
.list_comment .c-name a {color:#0067b1;}
.list_comment .c-desc {
	text-align:justify;
	padding:5px 0px;
	font-size:11px;
	font-family:Tahoma;
}
.list_comment .c-date	{color:#7c7c7c; font-weight:normal; font-size:11px;}

.list_comment .close{
	width:18px; height:16px; background:url(../images/icon_action.gif) no-repeat left -87px;  position:absolute;
	margin-left:620px;
	 
}
.list_comment	.close:hover, .closecom:hover{background:url(../images/icon_action.gif) no-repeat right -87px}

.vk-menu {padding:2px 0px;}
 

/*SEARCH*/
.formSearch {
	background:#FAFAFA;
	padding:5px;
	border:1px solid #ccc;
}
p.mess_result {
	font-size:12px;
	margin-bottom:10px;
	text-align:center;
}
p.mess_result span {
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}


/********************* CSS BoxShopping ****************************/
#BoxShopping {
	padding:0px;
	line-height:18px;
}

#BoxShopping .price {
  font-size: 18px;
}

.fCart {
	font-size:16px;
	color:#FF0000;
	text-transform:uppercase;
	font-weight:bold;
}
#BoxShopping .navShopping{
	padding:3px;
	border:1px solid #e0e0e0;
	margin-bottom:10px;
	text-align:center;
}
.border_cart {

}

.border_cart .price {
  font-weight: bold;
  color: #ff8315;
  font-size: 20px;
}

.border_cart .price b {
  color: #989898;
  text-decoration: underline;
}

.row_title_cart {
	color:#333333;
	height:25px;
	font-weight:bold;
}
.row_total_cart {
	padding-right:5px;
	font-weight:bold;
	color:#000;
}


.div_total_cart {
  padding-top: 10px;
  margin-bottom: 15px;
}


.img_cart img {
  border: 1px solid #c9bda4;
  padding: 2px;
  vertical-align: middle;
  margin-right: 10px;
}

.row_items {
  border-bottom: 1px solid #e9d7b6;
  padding: 10px 0;
}
.row_items:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.row_item_cart {
	height:25px;
}

.shopping_title{
	background:url(../images/bg_title_cart.gif) repeat-x;
	border:1px solid #e0e0e0;
	color:#FF753E;
}
.box_shopping {
	padding:2px;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
.mess_comment {
	margin-top:10px;
	padding:5px;
	border:1px solid #e0e0e0;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}

table.tbl_from { padding:0px; border-spacing:1px; }
table.tbl_from .td1 { font-weight:bold; background:#F8F8F8;padding:3px;}
table.tbl_from .td1 { padding:3px;}



 /*************Box cart**************/
.box_info_cart {}
.box_info_cart .title_info_cart {
  font-size: 20px;
  color: #73af39;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d6c9b0;

}


.box_address_delivery {}
.box_address_delivery td {
  padding: 5px 0;
}

.box_address_delivery .textfiled {
  border: 1px solid #cbbb9c;
  height: 28px;
  line-height: 28px;
  background: none;
}

.box_address_delivery .select {
  border: 1px solid #cbbb9c;
  background: none;
  height: 28px;

}

.box_address_delivery .textarea {
  border: 1px solid #cbbb9c;
  background: none;
  height: 85px;
}

.btn_cart {
  background: #ff8403;
  border: none;
  padding: 5px 7px;
  border-bottom: 1px solid #c16402;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
}

.note_cart {
  padding: 15px;
  background: #ff8315;
  color: #fff;
  border-bottom: 1px solid #d26c11;
  margin-bottom: 15px;
}


.title_cart {
  color: #322f29;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.box_cart {
  border: 1px solid #e8dbbb;
  padding: 10px;
}

/************************LIST ORDER*******************************/
#content-search {}
#content-search td {
  border: 1px solid #d8c8ac;
  padding: 8px;
  text-align: left;
}




#buynow {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: block;
  height: 48px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 90;
  left: 0px;
}

#buynow .fl {
  color: #ff840c;

  margin-left: 10px;
  padding: 13px 0 5px;

}
#buynow .fl .price {
  font-size: 30px;
}
#buynow .fl .price b {
  font-size: 30px;
}
#buynow  .btn_addcart {
  background: #60a90a;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  margin: 5px 5px 0 0;
  padding: 0 16px;

}













/*===========BEGIN: COMMENT=============*/
#boxComment * {
  box-sizing: border-box;
}
.comment{
  margin-bottom: 20px;
}
.comment .title{
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #333333;
}
.formComment .form-control{
  height: 38px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.formComment textarea.form-control{
  resize: vertical;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.formComment .input-group-btn{
  padding-left: 5px;
  vertical-align: top;
}
.formComment button.btn{
  height: auto;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 7px 20px;
  text-transform: uppercase;
  background: #f58320;
  font-weight: 700;
  border: 0px;
}
.formComment button.btn span{
  color: #ffffff;
}
.formComment .w_content{
  display: table-cell;
  width: 100%;
}
.formComment .w_content .content-info{
  padding: 15px;
  clear: both;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  display: none;
}
.formComment .w_content .content-info .info-title{
  margin-bottom: 10px;
}
.formComment .w_content .content-info .form-control{
  float: none;
  margin-bottom: 10px;
}



.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.formComment .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.formComment .input-group-btn {
  display: table-cell;
  width: 1%;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

/*=================================*/
.grid-comment{
  padding-top: 20px;
}

.grid-comment .node-commnet{
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.grid-comment .node-commnet .avatar{
  width: 55px;
  float: left;
}
.grid-comment .node-commnet .avatar img{
  width: 100%;
}
.grid-comment .node-commnet .info-comment{
  margin-left: 70px;
}
.grid-comment .node-commnet .info-comment .info-preson{
  font-size: 12px;
  line-height: 25px;
  color: #7c7c7c;
}
.grid-comment .node-commnet .info-comment .info-preson .name{
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.grid-comment .node-commnet .info-comment .linkanswer{
  margin-bottom: 10px;
  text-align: right;
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  color: #263415;
}
.grid-comment .node-commnet .info-comment .linkanswer a{
  position: relative;
  display: inline-block;
  padding-right: 12px;
  color: #263415;
}
.grid-comment .node-commnet .info-comment .linkanswer a:hover{
  text-decoration: underline;
}
.grid-comment .node-commnet .info-comment .linkanswer a:after{
  position: absolute;
  font-family:"fontawesome";
  content:"\f054";
  top:2px;
  right: 0px;
  color: #263415;
  font-size: 7px;
}


.comment_reply {}
.comment_reply .form_reply {
  margin-bottom: 10px;
}
.comment_reply .reply-com {
  margin-bottom: 5px;
}
.comment_reply .reply-info {
  overflow: hidden;
}
.comment_reply .reply-info .reply-name  {
  width: calc(100% - 110px)
}
.comment_reply .reply-info .reply-button {
  width:100px;
  text-align: right;
}

.comment_reply .reply-info .reply-button .btn {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  padding: 6px 20px;
  text-transform: uppercase;
  background: #f58320;
  font-weight: 700;
  border: 0px;
}

.comment_reply .nodeanswer{
  background-color: #dddddd;
  margin-bottom:1px;
  padding: 10px;
  min-height: 75px;
}

.comment-facebook{
  margin-bottom: 20px;
}
/*==============END: COMMENT===================*/









.fixed-footer {  
  bottom: 0;
  display: block; 
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 90;
  left: 0px;
}

.div-quick-order{
  padding: 10px 7px; 
  position: relative; 
  color: #fff;
  background: #f59231;
}


.div-quick-order * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}    



.div-quick-order .quickcart-content {
  display: block;
  /*background: url(../images/icon-lighthing.png) -2px no-repeat;*/
  background-size: auto 80%;
  padding-left: 25px;
}


.div-quick-order .qc-text {
 
  text-transform: uppercase;
  line-height: 35px;
  font-size: 12px; 
}

.div-quick-order .qc-input {
   padding: 0px 5px; 
}
.div-quick-order .qc-input  .form-control {
 border-radius: 0;
  padding: 0 3px;
  height: 35px;
  font-size: 12px;
  width: 100%;
}
.div-quick-order .qc-button { 
  width: 50px;  
}

.div-quick-order .qc-button .btn-quick-order {
  height: 35px;
  width: 100%;
  border-radius: 4px; 
  background: #d81c22;
  font-size: 16px;  
  line-height: 25px;
  color: #ffffff;
  padding: 5px 10px;
  text-transform: uppercase;  
  font-weight: 700;
  border: 0px;

}

.div-quick-order .qc-button .btn-quick-order:hover {
   background: #000000;
   color: #ffffff 
}





.videoWrapper video {
  width: 100%;
}

.tool-show {
  margin: 10px -10px;
  position: relative;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tool-show a {
  width: 50%;
  padding: 0px 10px;
  text-decoration: none;
  text-align: center;
}
.tool-show a span {
  display: block;
  background: #000;
  color: #ffffff;
  position: relative;
  line-height: 30px;

}
.tool-show a:hover span
{
  color: #fff;
  background: #f58320;
}