body {
  background: #fff;
}

.box_shadow {
  box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
  -webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
}
.cat_service .image {
  margin-bottom: 10px;
}
.cat_service .image img{
  max-width: 120px;
}
.column-first {
}
.column-last {
  padding-left: 5px !important;
}

.price {
  font-size: 16px;
}
.product-base-grid .boxItem .price {
  width: 100%;
}
.product-base-grid .boxItem .price br {
  content:" ";
  padding-right: 5px;
}
.product-base-grid .boxItem .price br:after {
  content:" ";
}
.shareaholic-media-overlay  {
  display: none !important;
}

.mid-title {
  border-bottom: 1px solid #ccc;

}
.mid-title .titleL {
  border: none;
  font-size: 20px;
  padding-left: 0;
}

.mid-title .titleR {
  padding-top: 10px;
}
.gift img {
  float: left;
  margin-right: 7px;
}
/************************CATEGORY ACCESSORIES*********************************/
.box_cat_accessories {
  padding: 10px;
}
.box_cat_accessories .title_cat {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.category_accessories li {
  font-size: 14px;
  padding: 5px 0;
}
.category_accessories li a:hover {
  color: #f1521e;
}


/************SERVICE***************/
.option_search_service {
  display: flex;
  flex-wrap: wrap;
}
.option_search_service a {
  text-align: center;
}
.option_search_service .image img{
  max-width: 75px;
}
@media (max-width:767px) {
  .option_search_service {
    overflow-y: hidden;
    flex-wrap: unset;
    overflow-x: auto;
    -ms-overflow-style: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%,100%);
    -ms-scroll-chaining: chained;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}
.option_search_service a {
  display: block;
    font-weight: bold;
  border: 1px solid #eeeeee;
  padding: 8px 20px;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.option_search_service a.active {
  color: #288ad6;
}
.pagination-more {
  margin-bottom: 15px;
}
/************SERVICE***************/




/***********************ACCESSORIES*******************************/
.list_accessories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  width: calc(100% + 20px);
}
.list_accessories .product-grid-accessories {
  width: 25%;
  padding-left: calc(20px / 2);
  padding-right: calc(20px / 2);
  padding-top: calc(20px / 2);
  padding-bottom: calc(20px / 2);
  max-width: calc(100% / 4);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
}
@media (max-width:767px) {
	.boxProduct {
		padding: 0 10px;
		overflow: hidden;
	}
	.list_accessories .product-grid-accessories {
		width: 50%;
		max-width: calc(100% / 2);
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
	}
}

.list_accessories .product-grid-accessories .boxItem {
  border: 1px solid #eeeeee;
  border-radius: 10px;
}
.list_accessories .product-grid-accessories .boxItem .note {
  background: #a01818;
  text-align: center;
  display: block;
  color: #fff;
  padding: 8px 0;
  margin-bottom: 10px;
  border-radius: 5px;
}
.list_accessories .product-grid-accessories .boxItem .note.warranty {
  background: #0743ad;
}
.product-grid-accessories .boxItem .price {
  display: flex;
  float: none;
  margin-bottom: 10px;
}
.product-grid-accessories .boxItem .price span {
  width: 50%;
}
.product-grid-accessories .boxItem .price span.price_old {
  text-align: right;
}


/**********DETAIL*************/


/*******BOX SEARCH PHU KIEN******/
.title_search_pk {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'xtmobile';
  line-height: 28px;
  color: #383838;
  margin-bottom: 5px;
}
.pksearch-r {
  margin-bottom: 10px;
  position: relative;
}
#txtsearch_pk {
  padding-left: 30px;
}
.pksearch-r .icon-addon {
  position: relative;
  color: #555;
  display: block;
}

.pksearch-r  .glyphicon-search {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 0;
}


.atc-result ul {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  z-index: 9;
  list-style: none;
  display: block;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 220px;
  margin: 0;
}
.atc-result ul li {
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 5px 15px;
  color: #999;
  font-size: 13px;
  border-bottom: 1px dotted #ccc;
}
.atc-result ul li {
  padding: 0;
}

.atc-result ul:before {
  margin-left: -9px;
  border-width: 9px;
  border-color: rgba(218,218,218,0);
  border-bottom-color: #dadada;
}
.atc-result ul:after {
  margin-left: -8px;
  border-width: 8px;
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
}
.atc-result ul:after, .atc-result ul:before {
  position: absolute;
  bottom: 100%;
  left: 80px;
  width: 0;
  height: 0;
  border: solid transparent;
  content: " ";
}
  /****************SERVICE****************************/
.list_service_pro {
}
.list_service_pro .product-grid-accessories {
  float: left;
  width: 16.6666%;
}
.product-grid-accessories:hover {

}

.product-grid-accessories .product-hover .div_more {
  bottom: 95px;
}

.product-grid-accessories:hover .product-hover {
  -ms-opacity:1;
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -webkit-transition-duration:.8s;
  -moz-transition-duration:.8s;
  -o-transition-duration:.8s;
  transition-duration:.8s
}

.product-grid-accessories .boxItem .pic {
  text-align: center;
  position: relative;
  padding: 0;
}
.product-grid-accessories .boxItem h3 {
  margin: 10px 0;
  color: #000;
  padding: 0;
  line-height: 20px;
  overflow: hidden;
}


/**************************DETAIL*****************************/
.box_other_product {
  padding: 20px 0;
}


@media (min-width: 768px){
  .introduce-r {
    border-left: 1px solid #ccc;
    margin: 20px 0;  }

}


/*tab pk*/
#module_Category_accessories {
  margin-bottom: 20px;
  margin-top: 40px;
}
.tab_pk li{
  display: inline-block;
  text-align: center;
  width: 9.090909%;
  vertical-align: top;
}

@media (max-width:992px) {
  .tab_pk li{
    width: 20%;
  }
}

.img-tab-pk-bound{
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 10px;
  background: #EBEBEB;
  width: 50px;
  overflow: hidden;
  border-radius: 50px;
  transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -webkit-transition: all .3s linear 0s;
}

.img-tab-pk-bound:hover, .li-current .img-tab-pk-bound{
  background: #ff4500;
  color: white;
}

.img-tab-pk{

}

.tab_pk li p{
  margin: 0 auto;
}

.tab_pk li p a{
  color: #333;
  font-size: 13px;
}

.tab_pk li p:hover a, .tab_pk li p.li-current a{
  color: #ff4500;
}

@media (max-width:767px) {
  .product-top {
    overflow: hidden;
  }
  .navation {
    display: block;
  }
  .mid-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list_accessories .product-grid-accessories {
    width: 50%;
  }

  .product-grid-accessories .boxItem h3 {
    margin-top: 0;
  }

  .list_service_pro .product-grid-accessories {
    width: 50%;
  }

  .col-left-base-product {
    display: block;
    background: #f7f7f7;
    float: none;
    width: 100%;
  }
  .box_cat_accessories .title_cat {
    display: none;
  }
  .category_accessories li {
    display: inline-block;
    width: 33.33333%;
  }
  .category_accessories li a {
    color: #333;
    display: block;
    margin: 0 5px;
    padding: 5px 10px;
    background: #fff;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0;
  }
  .category_accessories li.active a{
    background: #ff3300;
    color: #fff;
  }
}
