@font-face {
  font-family: 'RobotoSlab';
  src:url("../css/font/RobotoSlab-Regular.ttf") format("truetype"),
  url("../css/font/RobotoSlab-Light.ttf") format("truetype"),
  url("../css/font/RobotoSlab-Bold.ttf") format("truetype");
  font-weight:normal;
  font-style:normal;
}


html {
	font-family: RobotoSlab;
}

body {
  text-align: center;
}

*, .row {
	margin: 0px;
	padding: 0px;
  font-family: RobotoSlab;
}

a:hover {
  cursor: pointer !important;
}

#container {
	width: 100%;
	text-align: center;
  background:linear-gradient(to bottom, #0c528e 0%,#163a75 37%,#103566 61%,#0a1535 100%);
  /*background:linear-gradient(to bottom, #0a1535 0%,#103566 37%,#163a75 61%,#0c528e 100%);*/
  /*background: #CDCDCD;*/
  /*background: linear-gradient(#005C97,#363795)*/
  /*background: linear-gradient(#e2ebf0,#cfd9df)*/
  /*background: linear-gradient(45deg, #2196F3 0%, darken(#2196F3, 50%) 100%);*/
  /*background-size: 200% 200%;
  animation: background 6s ease infinite;*/
}

@keyframes background { 
  0% {
    background-position: 0% 50%;
  }
  
  50% {
    background-position: 100% 50%;
  }
  
  100% {
    background-position: 0% 50%;
  }
}

.header-top {
	height: auto;
	border:1px solid;
	background-image: url('../images/banner.jpg');
  padding: 5px 5%;
  text-align: left;
}

.header-top .float {
  float: right;
}

.header-top .status {
	/*height: 30px;*/
	/*background-color: #EECC00;*/
	/*padding-right: 5%;*/
  display: inline-block;
  width: 100%;
  float: right;
  position: relative;
}

.header-top .status ul {
  position: absolute;
  list-style-type: none;
  /*float: right;*/
  right: 0;
  text-align: right;
}

.header-top .status ul li {
	display: inline-block;
}

.header-top .status ul a {
	display: block;
	color: #FFFFFF;
	/*font-weight: bold;*/
	line-height: 20px;
	/*width: 120px;*/
	margin-left: 10px;
	text-decoration: underline;
}

.status ul a:hover {
	color: #FFDD22;
  cursor: pointer;
}

/****************************************/
/* Signin Modal*/
#signin-form .modal-header {
  background: linear-gradient(#12Ce55 1%, #4CAF50);
  border-radius: 3px 3px 0 0;
}

#signin-form-left {
  width: 60%;
  padding-right: 10px;
  border-right: 1px solid #CDCDCD;
  display: inline-block;
}

#signin-form-right {
  width: 40%;
  padding-left: 10px;
  float: right;
}


#signin-form .form-horizontal .form-group {
  margin-left: 0px;
}

#signin-form .modal-body h4 {
  color: #1212ED;
  border-bottom: 2px solid #DCDCDC;
  padding-bottom: 5px;
}
#signin-form label {
  text-align: left;
  padding-right: 0px;
}

#signin-form label span {
  color: #ED0000;
}

#signin-form .form-horizontal .form-group > div {
  padding-left: 0px;
}

#signin-form .form-horizontal .clearfix {
  text-align: center;
}

#signin-form .button {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  margin: 8px auto;
  border: none;
  cursor: pointer;
  width: 80%;
  border-radius: 4px;
  outline: none;
}

#signin-form #signin-form-right a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  margin-bottom: 10px;
  border-radius: 4px;
}

#signin-form #signin-form-right a.facebook {
  background-color: #3B5998;
}

#signin-form #signin-form-right a.google {
  background-color: #B32323;
}

#signin-form #signin-form-right a:hover {
  opacity: 0.8;
}

#signin-form #signin-form-right span {
  text-align: center;
  display: inline-block;
  width: 35px;
  font-size: 18px;
}

#signin-form #signin-form-right p {
  display: inline-block;
  text-align: center;
  padding: 10px;
  margin: 0;
  border-left: 1px solid;
}

/********************************************/

.header-center {
  display: inline-block;
}

.logo {
  width: 100%;
  height: auto;
  display: inline-block;
}

.search-align {
  text-align: center;
  padding: 3.5% 5% 0 5%;
}

/*.search-bar {
  display: block;
  width: : 100%;
}

.search-bar input[type="text"] {
  border: 1px solid #CCCCCC;
  display: inline-block;
  width: 70%;
  padding: 6px 10px;
  margin: -2%;
}

.search-bar button {
  border: 1px solid #CCCCCC;
  display: inline-block;
  padding: 6px 8px;
  margin: 0;
  z-index: -2;
  }*/

  .cancelbtn {
    padding: 14px 20px;
    background-color: #f44336;
  }

  /* Change styles for cancel button and signup button on extra small screens */


  /* Float cancel and signup buttons and add an equal width */
  .cancelbtn,.signupbtn {
    float: left;
    width: 50%;
  }

  .button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
  }

  .navbar {
   border-radius: 0px;
 }
 .navbar-cover {
   /*background-color: #0055CC;*/
   background-color: #EECA22;
   padding-left: 5%;
	/*position: sticky;
	top: 0;
	z-index: 100;*/
}

.navbar .container-fluid {
  padding-left: 0;
}

.nav.navbar-nav>li>a, .navbar-header .navbar-brand {
	color: #000000;
}

.nav.navbar-nav>li>a span {
  font-size: 28px;
  margin: -8px 0;
}

.navbar-inverse .navbar-brand:hover {
  color: #DD0000;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 11px;
}

.nav>li>a {
  padding: 10px 10px 11px 10px;
}

.dropdown:hover {
  background-color: #1175CC;
  color: #EEEE00;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-nav>li>.dropdown-menu {
  display: none;
  margin-left: -1px;
  border: 1px solid rgba(230, 150, 0, 0.5);
  border-top: 0;
  min-width: 320px;
}

.column-item {
  padding: 0px;
  padding: 0 0.5em;
}

.dropdown-menu>li> .row > ul > li:before {
  content: "";
  padding-left: 0em;
  margin-left: -0.5em;
}

.dropdown-menu>li> .row > ul > li {
  list-style-type: disc;
  list-style-position: inside;
}

.dropdown-menu>li> .row > ul h5 {
  color: #EECC00;
  border-bottom: 1px solid #EECC00;
}

.dropdown-menu>li> .row > ul a {
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 13px;
}

.dropdown-menu>li> .row > ul a:hover {
  color: #FFFF00;
  text-decoration: underline;
}

.home-button {
	margin-left: 5%;
}

.search-nav {
	display: none;
}

.search-nav-show {
  display: inline-block;
}

.search-nav .navbar-form {
  margin-bottom: 0;
}

.dropdown-menu>li>a, .dropdown-menu {
	background-color:#000000;
	color: #EEEE00;
}
/*.dropdown-menu a {
	color: #000000
	}*/
/*.navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #3344ff;
    color:#000000;
    }*/

    .navbar .brand, .navbar .nav > li > a:hover {
    	background-color:#1175EE;
    	color: #EEEE00;
    }

    .navbar-cover-fixed-top {
    	top: 0;
    	z-index: 1000;
    	position: fixed;
    	width: 100%;
    }


    /*Body*/
    #content {
    	width: 90%;
    	/*border: 1px solid;*/
    	display: block;
    	margin: 5px auto;
    }

    .content-left {
    	padding-left: 10px;
    	padding-right: 0px;
    }

    .content-left .content-left-block {
      /*width: 100%;*/
      display: block;
      margin-bottom: 10px;
    }

    .content-left .content-left-title {
    	background-color: #EEBB22;
    	color: #000000;
    	font-weight: bold;
    	font-size: 16px;
    	line-height: 30px;
    }
    /*Left New*/
    .homenews {
    	width: 100%;
    	overflow: hidden;
    }

    .homenews ul {
    	display: block;
    	list-style-type: none;
    	overflow: hidden;
    	background: #fff;
      margin: 0;
    }

    .homenews li {
    	display: block;
    	border-bottom: 1px solid #ededed;
    	background: #fff;
    	margin: 0 6px;
    	padding: 8px 0;
    }

    .homenews li a {
    	display: block;
    	overflow: hidden;
    	text-decoration: none;
    	color: #000000;
    }

    .homenews li a:hover {
    	color: #0077DD;
    	transition: all 0.2s;
    }

    .homenews li h3 {
    	display: block;
    	overflow: hidden;
    	line-height: 1.3em;
    	font-size: 14px;
    	text-align: left;
    	margin: 0px;
    	color: inherit;
    	font-weight: inherit;
    	transition: 0.2s;
    }
    .homenews li .img-box {
    	display: inline-block;
    	float: right;
    	max-width: 100px;
    	max-height: 70px;
    	margin-left: 10px;
    	vertical-align: middle;
    	overflow: hidden;
    }

    .homenews li  a .img-box img {
    	/*float: right;*/
    	transition: 1.5s;
    	width: 100px;
    	height: 70px;
    	/*margin-left: 10px;*/
    	/*vertical-align: middle;*/

    }

    .homenews li a:hover img {
    	transform: scale(1.5);
    }

    .homenews li a:hover:before {
    	text-align: center;
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	z-index: 2;
    }

    .homenews li span {
    	font-size: 12px;
    	color: #999;
    	margin-right: 10px;
    	float: left;
    	font-weight: normal;
    }

    .content-left .content-left-block .feedback-form {
      display: block;
      padding: 10px;
      background-color: #FFFFFF;
    }

    .content-left .content-left-block .feedback-form .textbox {
      width: 100%;
      padding: 5px;
      border: 1px solid  #288AD6;
      border-radius: 3px;
      margin: 5px 0;
    }

    .content-left .content-left-block .feedback-form textarea {
      width: 100%;
      padding: 5px;
      border: 1px solid  #288AD6;
      border-radius: 3px;
      margin: 5px 0;
    }

    .content-left .content-left-block .feedback-form button.btnSmt {
      padding: 5px 25px;
      /*height: 20px;*/
      font-size: 14px;
      color: #fff;
      text-transform: uppercase;
      border: 1px solid #288ad6;
      border-radius: 4px;
      background: #288ad6;
      margin: 0;
    }

    .content-left .content-left-block .feedback-form a.btnSmt:hover {
      text-decoration: none;
    }

    .content-left .content-left-block .product-related {
      width: 100%;
      overflow: hidden;
    }

    .product-related ul {
      display: block;
      list-style-type: none;
      overflow: hidden;
      background: #fff;
      margin: 0;
    }

    .product-related li {
      display: block;
      border-bottom: 1px solid #ededed;
      background: #fff;
      margin: 0 6px;
      padding: 8px 0;
    }

    .product-related li a {
      display: block;
      overflow: hidden;
      text-decoration: none;
      color: #1334ED;
    }

    .product-related li a:hover {
      color: #0077DD;
      transition: all 0.2s;
    }

    .product-related li h3 {
      display: block;
      overflow: hidden;
      line-height: 1.3em;
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      margin: 0px;
      color: inherit;
      transition: 0.2s;
    }
    .product-related li .img-box {
      display: inline-block;
      float: right;
      max-width: 100px;
      /*max-height: 70px;*/
      margin-left: 10px;
      vertical-align: middle;
      overflow: hidden;
    }

    .product-related li  a .img-box img {
      /*float: right;*/
      transition: 1.5s;
      width: 100%;
      height: auto;
      /*margin-left: 10px;*/
      /*vertical-align: middle;*/

    }

    .product-related li a h4 {
      font-size: inherit;
      font-weight: bold;
      color: #FF0000;
      text-align: left;
    }

    .product-related li a p {
      text-align: left;
      color: #000000;
    }

    /*.product-related li a:hover img {
      transform: scale(1.5);
      }*/

      .product-related li a:hover:before {
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
      }

      .product-related li span {
        font-size: 12px;
        color: #999;
        margin-right: 10px;
        float: left;
        font-weight: normal;
      }

/*h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

ul, ol {
    list-style: none;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.homenews li a {
    display: block;
    overflow: hidden;
}

a {
    text-decoration: none;
}
*/

.content-right {
	padding: 0px;
}

.myslide {
	width: 100%;
	/*height: 300px;*/
	padding: 0px;
}

.myslide img {
  width: 100%;
  height: auto;
}

.carousel-control {
	width: 6%;
}




.p-content {
	display: block;
	/*margin-top: 10px;*/
	border: 1px solid;
	/*height: 500px;*/
	width: 100%;
	background-color: #F9F9F9;
	/*background: linear-gradient(#FFFFFF, #CCCCCC);*/
}

.p-content .top {
	width: 100%;
	height: 35px;
	border-bottom: 3px #EEBB22 solid;
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F3F3F3), to(#DFDFDF));*/
	background: #000000;
  text-align: left;
}

.p-content .top h1 {
	color: #000000;
	background: #EEBB22;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	margin: 0;
	position: relative;
	top: 0px;
	float: left;
}

.p-content .top .arrow-brd {
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-left: 32px solid #EEBB22;
  float: left;
}

.product-left {
	padding-left: 0px;
}

.product-right {
	padding-right: 0px;
}

.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4 {
	padding: 0px;
}

.product {
	display: block;
	width: 100%;
	max-height: 460px;
	/*border: 1px solid #AAAAAA;*/
	/*border-radius: 3px;*/
	/*margin-top: 10px;*/
	padding: 10px 10px 20px 10px;
	color: #000000;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
	position: relative;
}

.p-content a:hover {
	text-decoration: none;
	color: #000000;
}

.product img {
  width: 100%;
  max-width: 380px;
  max-height: 460px;
  margin: 0 auto;
}

.product h1 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000099;
}


/********************************/
/********************************/
/*    Special for Note 8        */



.right_content {
  float: right;
  width: 100%;
  overflow: visible;
  margin: 10px 0;
  text-align: left;
}

.tableparameter {
  display: block;
  overflow: visible;
}

.tableparameter h2 {
  display: block;
  line-height: 1.3em;
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  margin: 0;
}

.parameter {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  /*padding-top: 10px;*/
}

.parameter li {
  display: table;
  background: #fff;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 0px 0;
}

.parameter li span {
  display: table-cell;
  width: 40%;
  vertical-align: top;
  padding: 7px 0;
  font-size: 14px;
  color: #666;
}

.parameter li div {
  display: table-cell;
  width: auto;
  vertical-align: top;
  padding: 7px 5px;
  font-size: 14px;
  color: #333;
}

.parameter li div a {
  color: #288ad6;
}


.viewparameterfull {
  display: block;
  width: 100%;
  padding: 6px 0;
  margin: 10px 0 0;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  color: #288ad6;
  background: #fff;
  border: 1px solid #288ad6;
  border-radius: 4px;
}

.viewparameterfull:hover {
  background: #288ad6;
  color: #fff;
}


/* Full Information*/

#fullinfo .modal-body {
  position: relative;
  padding: 1em 0 1em 1em;
}

.modal-dialog {
  margin: 10px auto;
}

#fullinfo .modal-dialog {
  width: 60%;
  margin: 0px auto;
}

#fullinfo .modal-header {
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #1177DD;
  color: #FFFFFF;
}

#fullinfo .modal-header .close {
  /* margin-top: -2px; */
  display: inline-block;
  float: right;
  width: 5%;
  color: #EEEE00;
  height: inherit;
  opacity: 1;
  top: 0px;
}

.fullparameter {
  /*position: fixed;*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*z-index: 99;*/
  /*z-index: 1200;*/
  display: none;
  padding: 0;
  /*width: 630px;*/
  width: auto;
  margin: 0 auto;
}

.fullparameter .scroll {
  height: 89vh;
  width: auto;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}

.fullparameter .scroll h4, .fullparameter .scroll h3 {
  display: block;
  font-size: 18px;
  color: #666;
  font-weight: 600;
  margin-top: 15px;
  line-height: 1.3em;
}

.fullparameter .scroll img {
  display: block;
  margin: 0 auto;
  width: 90%;
  /*max-width: 400px;*/
  height: auto;
}

/* Format for ul*/
.fullparameter ul {
  /*padding: 10px 30px 10px 30px;*/
  width: auto;
}

.parameterfull {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  list-style-type: none;
}

.parameterfull li {
  display: table;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #dadada;
}

.parameterfull li label {
  display: block;
  background: #f2f2f2;
  font-size: 16px;
  font-weight: 600;
  color: #c0392b;
  padding: 8px;
}

.parameterfull li span {
  display: table-cell;
  width: 35%;
  vertical-align: top;
  padding: 6px 5px;
  font-size: 13px;
  color: #666;
  font-weight: 600;
}

.parameterfull li div {
  display: table-cell;
  width: auto;
  vertical-align: top;
  padding: 6px 5px;
  font-size: 14px;
  color: #117744;
}

.parameterfull li div a {
  color: #288ad6;
}

/************ Order Area ************/
.area_order {
  display: block;
  overflow: hidden;
  margin: 10px;
}


.area_order .buy_now {
  display: inline-block;
  width: 47.5%;
  overflow: hidden;
  padding: 9px;
  margin-right: 4%;
  border-radius: 4px;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
}

.area_order .buy_ins {
  width: 47.5%;
  line-height: normal;
  display: inline-block;
  overflow: hidden;
  padding: 9px;
  text-align: center;
  margin: 10px 0 0;
  background: #009822;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
}

.area_order span {
  display: block;
  font-size: 12px;
  color: #fff;
  text-transform: none;
}

article {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin: 15px auto;
  max-width: 750px;
  text-align: left;
}

.article-content-small {
  height: 610px;
  overflow: hidden;
}

.article-content-full {
  height: auto;
}

article h2, article h3 {
  /*text-align: center;*/
  display: block;
  overflow: hidden;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.3em;
  font-weight: bold;
}

article p {
  display: block;
  margin: 10px 0;
}

article p img {
  width: 100%;
  height: auto;
}

.article .show-more::before {
  height: 55px;
  margin-top: -45px;
  content: -webkit-gradient(linear,0% 100%,0% 0%,from(#fff),color-stop(.2,#fff),to(rgba(255,255,255,0)));
  display: block;
}

.article .readmore {
  width: 90px;
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  color: #288ad6;
  margin: 10px auto;
  cursor: pointer;
}

.article .readmore:hover, .article .readmore-hide:hover {
  color: #288ad6;
  font-weight: bold;
}

.article .readmore:after {
  content: '';
  width: 0;
  right: 0;
  border-top: 6px solid #288ad6;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}

.article .readmore-hide:after {
  content: '';
  width: 0;
  right: 0;
  border-bottom: 6px solid #288ad6;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}


/******************************/
/*      Comment Edit Form     */
/******************************/
.wrap_comment .edtCmt {
  border-radius: 4px;
  border: 1px solid #dadada;
  box-shadow: 5px 5px 10px;
  margin-bottom: 10px
}

.wrap_comment .edtCmt .title {
  display: block;
  margin: 0;
  padding: 10px;
  text-align: left;
  background: linear-gradient(#33CCEF,#288AD6);
  border-radius: 4px 4px 0 0;
  color: #FFFFFF;
}

.wrap_comment .edtCmt .title i {
  font-size: 26px;
}

.wrap_comment .edtCmt textarea {
  width: 100%;
  border: none;
  border: 1px solid #288AD6;
  border-radius: 4px 4px 0 0;
  padding: 10px;
  box-sizing: border-box;
  line-height: 20px;
  height: 75px;
}

.wrap_comment .boxemotion {
  overflow: visible;
  position: relative;
  padding: 5px 5px 9px 5px;
}

.wrap_comment a.btnSend {
  padding: 5px 25px;
  height: 20px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #288ad6;
  border-radius: 4px;
  background: #288ad6;
  margin: 0;
}

.confirm-form {
  display: block;
  overflow: hidden;
  background: #fff;
  /*padding: 10px;*/
  text-align: left;
}

.confirm-form .textbox {
  display: block;
  padding: 8px;
  width: 100%;
  margin: 10px 0;
  height: 35px;
  border: 1px solid #ABABAB;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

.confirm-form > button {
  display: block;
  width: 80%;
  margin: 0 auto 10px;
  padding: 8px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #4a90e2;
  border-radius: 4px;
  background: #4a90e2;
  cursor: pointer;
}

#confirm-form .modal-header {
  background: linear-gradient(#33CCEF,#288AD6);
  border-radius: 5px 5px 0px 0px;
  color: #FFFFFF;
}

/*confirm-form for buy-form*/
.confirm-form div {
  overflow: hidden;
}
.confirm-form div #qty {
  display: inline-block;
  max-width: 30%;
  min-width: 20%;
  text-align: right;
  padding: 5px;
  margin-right: -5px;
  font-weight: bold;
  color: #0000DD;
}

.confirm-form div .plus {
  margin-right: -5px;
  /*background-color: #22AA66;
  color: #FFFFFF;
  border: 1px solid #CDCDCD;*/
}

.confirm-form div .sub {
  margin-right: -5px;
 /* background-color: #AA2211;
  color: #FFFFFF;
  border: 1px solid #CDCDCD;*/
}

.confirm-form div button {
  display: inline-block;
  width: 34px;
  padding: 5px;
  overflow: hidden;
}

.confirm-form .price-title {
  margin-top: 20px;
  margin-bottom: 0px;
}

.confirm-form #price {
  font-size: 20px;
  font-weight: bold;
  color: #DD0000;
}

.confirm-form .cus-info {
  border-top: 1px solid #acacac;
  clear: both;
  font-size: 24px;
  color: #000000;
}

.confirm-form h5 p {
  display: inline-block;
  color: #1256DE;
  font-weight: bold;
  font-size: 20px;
}

.confirm-form h6 p {
  display: inline-block;
  color: #EE3939;
  font-weight: bold;
}



/*    Special for Note 8        */
/********************************/
/********************************/


.product .price {
	padding: 0px 0px 10px 0px;
}

.product .newprice {
	color: #EE0000;
	font-weight: bold;
	padding: 0px 10px 10px 0px;
}

.product .moreinfo {
	/*width: ;
	height: ;*/
	position: absolute;
	top: -200px;
	/*left: px; */
	margin-left: -3.3%;
	background: #000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;

	padding-left: 8%;
	display: block;
  color: #FFAA00;
  /*font-weight: bold;*/
  text-align: left;
  height: 240px;
  width: 100%;
  overflow: hidden;
}

.acc .moreinfo {
  height: 220px;
}

.moreinfo ul {
  margin: 0;
  padding: 10px 6px;
  list-style-type: disc;
  /*height: 145px;*/
}

.moreinfo ul li {
  padding-bottom: 5px;
  font-family: inherit;
  /*list-style: none;*/
}

.p-content a:hover .moreinfo {
	transition: all 0.6s;
	top: 0px;
	opacity: 0.85;
	z-index: 0;
}

.product .buy {
	width: 100%;
}

.product .buy button {
	border: 0px;
	border-radius: 5px;
	width: 35%;
	margin: 0 5%;
}

.product .love {
	background: linear-gradient(#FF6666, #DD3333);
}

.product .pay {
	background: linear-gradient(#DDDD00, #dd8811);
}

/*******************************************/
/***************  Footer 1 *****************/
/*******************************************/

.footer {
  width: 100%;
  color: #FFFFFF;
  background-color: #000000;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
}

.footer .footer-left {
  text-align: left;
  display: inline-block;
}

.footer .footer-center {
  text-align: left;
  display: inline-block;
  /*width: 100%;*/
}

.footer .footer-right {
  text-align: left;
  display: inline-block;
  padding-top: 10px;
  color: #FFFF00;
}

.footer .footer-right a {
  text-decoration: none;
}

.footer .footer-bottom {
  /*border-top: 1px solid #FFFFFF;*/
  display: inline-block;
  padding: 10px 0;
}

.footer hr {
  width: 90%;
  margin: 0px auto;
  height: 2px;
  background: #FFFFFF;
  border: 0;
}

.footer .footer-left img {
  margin-top: 10px;
  display: block;
  max-width: 100%;
  max-height: 100px;
}

.footer .footer-center i {
  background-color: #EE9900;
  color: #000000;
  font-size: 22px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin: 10px 15px;
  vertical-align: middle;
  display: inline-block;
}

.footer .footer-center p {
  display: inline-block;
}

.footer .footer-right span {
  font-size: 50px;
  opacity: 1;
}


.footer .footer-right a:hover span {
  opacity: 0.6;
}

.footer .footer-right .icon-facebook {
  color: #3B5998;
}

.footer .footer-right .icon-twitter {
  color: #55ACEE;
}
.footer .footer-right .icon-googleplus {
  color: #dd4b39;
}
.footer .footer-right .icon-skype {
  color: #00aff0;
}
.footer .footer-right .icon-linkedin {
  color: #007bb5;
}
.footer .footer-right .icon-youtube {
  color: #bb0000;
}


@media (max-width: 425px) {
  .smartphone h1 {
    height: 32px;
    /*color: #DD22DD;*/
  }
}

@media (min-width: 1400px) {
  #container {
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
  }

  .navbar-cover-fixed-top {
    width: 1360px;
  }
}

@media (min-width: 330px) {
  #container {
    min-width: 350px;
    margin: 0 auto;
    position: relative;
  }
}

@media (max-width: 1080px) {
  .search-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .search-nav {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .content-left {
    margin-top: 10px;
    padding-right: 0px;
  }
}

@media (max-width: 944px) {
  .acc .product h1 {
    height: 28px;
  }
}

@media (min-width: 992px) {
  .acc .product h1 {
    height: 28px;
  }
}

@media (max-width: 329px) {
  .product h1 {
    font-size: 13px;
  }
}


@media (max-width: 460px) {
  .area_order .buy_now {
    margin-right: 0px;
    width: 90%;
  }
  .area_order .buy_ins {
    margin-right: 0px;
    width: 90%;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .product-related ul li {
    display: inline-block;
    width: 46%;
    border: 2px solid #DEDEDE;
    border-radius: 5px;
    margin: 8px 5px;
    padding: 5px;
  }

  .product-related ul li a h3 {
    height: 33px;
  }
}

@media (max-width: 991px) {
  #content {
    width: 100%;
    padding: 5px;
  }
  .content-left {
    margin-top: 10px;
    padding-left: 0px;
  }

  #fullinfo .modal-dialog, .modal-dialog {
    width: 90%;
  }
  .navbar-cover {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px){
  #signin-form .modal-dialog {
    width: 768px;
    margin: 30px auto;
  }
}

@media (max-width: 767px){
  #signin-form #signin-form-left, #signin-form #signin-form-right {
    width: 100%;
  } 
}
