@font-face {
  font-family: 'djibold';
  src: url("../fonts/dji/Dji-Bold-Bold.eot") format("embedded-opentype"), url("../fonts/dji/Dji-Bold-Bold.woff") format("woff"), url("../fonts/dji/Dji-Bold-Bold.ttf") format("truetype"), url("../fonts/dji/Dji-Bold-Bold.svg#Dji-Bold-Bold") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'djibook';
  src: url("../fonts/dji/Dji-Book.eot") format("embedded-opentype"), url("../fonts/dji/Dji-Book.woff") format("woff"), url("../fonts/dji/Dji-Book.ttf") format("truetype"), url("../fonts/dji/Dji-Book.svg#Dji-Book") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'djidemi';
  src: url("../fonts/dji/Dji-Demi.eot") format("embedded-opentype"), url("../fonts/dji/Dji-Demi.woff") format("woff"), url("../fonts/dji/Dji-Demi.ttf") format("truetype"), url("../fonts/dji/Dji-Demi.svg#Dji-Demi") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'THSarabunNew';
  src: url("../fonts/THSarabunNew.eot") format("embedded-opentype"), url("../fonts/THSarabunNew.woff") format("woff"), url("../fonts/THSarabunNew.ttf") format("truetype"), url("../fonts/THSarabunNew.svg#THSarabunNew") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'fontawesome-webfont';
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesome-webfont") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype"), url("../fonts/roboto/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal
}

header {
  width: 100%
}

img {
  vertical-align: middle
}

form label {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #9c9c9c
}

form label.active {
  font-size: 12px !important;
  color: #9c9c9c !important
}

form label span {
  color: #000;
  font-weight: 400
}

form label b {
  color: #000
}

form textarea {
  max-width: 100%;
  height: 40px;
  border: 1px solid transparent;
  border-bottom: 1px solid #9c9c9c;
  outline: none;
  padding: 10px 0 0 !important
}

form input {
  height: 40px !important
}

form input,
form textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #222;
  font-weight: 400
}

form input:focus,
form textarea:focus {
  border-bottom: 1px solid #00aeef !important;
  -moz-box-shadow: 0 1px 0 0 #00aeef !important;
  box-shadow: 0 1px 0 0 #00aeef !important
}

form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important
}

form input[type="password"] {
  font: small-caption
}

form input[type="checkbox"]+label:before {
  border-color: #9c9c9c
}

form input[type="checkbox"]:checked+label:before {
  border-right-color: #00aeef;
  border-bottom-color: #00aeef;
  border-top-color: transparent;
  border-left-color: transparent
}

form input[type="checkbox"]+label {
  padding-left: 30px;
  font-size: 14px;
  line-height: 22px
}

form [type="radio"]:not(:checked)+label,
form [type="radio"]:checked+label {
  padding-left: 30px;
  line-height: 22px;
  font-size: 14px
}

form .select-wrapper span.caret {
  right: 10px
}

form .dropdown-content li>a,
form .dropdown-content li>span {
  color: #000
}

form .input-select {
  margin-top: 5px;
  position: relative
}

form .input-select label.active {
  top: 10px
}

form [type="radio"]:checked+label:after,
form [type="radio"].with-gap:checked+label:before,
form [type="radio"].with-gap:checked+label:after {
  border: 2px solid #00aeef
}

form [type="radio"]:checked+label:after,
form [type="radio"].with-gap:checked+label:after {
  background-color: #00aeef
}

form .error {
  border-bottom: 2px solid red !important
}

form .error:focus {
  border-bottom: 2px solid red !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important
}

form label.error {
  border: none !important;
  font-size: 10px !important;
  color: red !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  transform: translateY(0) !important;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  top: 40px
}

form .input-field label.active {
  -webkit-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  transform: translateY(-110%)
}

form .input-check {
  position: relative;
  margin-bottom: 10px !important
}

form .input-check label.error {
  position: relative;
  top: -10px !important
}

.select2-container {
  width: 100% !important
}

.select2-container .select2-selection--single {
  height: 40px;
  position: relative;
  top: -5px;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  outline: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #9c9c9c
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #222;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 40px;
  padding: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 4px 0 4px !important;
  border-color: transparent;
  position: relative;
  float: left;
  top: 22px;
  left: 5px;
  margin: 0;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 0;
  color: #222;
  position: absolute;
  top: -3px;
  left: -10px
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #f7f8f9;
  color: #9c9c9c !important
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background: transparent
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow {
  display: none
}

.select2-dropdown {
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #ddd !important;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #222;
  text-transform: uppercase
}

.select2-search--dropdown {
  padding: 0 15px;
  margin: 10px 0 5px
}

.select2-search--dropdown .select2-search__field {
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 5px;
  border: 1px solid #ddd !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #222
}

.select2-search--dropdown input:focus {
  border-bottom: 1px solid #ddd !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important
}

.select2-results__option {
  padding: 5px 15px
}

.select2-results__option:first-child {
  display: none
}

.pc_header {
  width: 100%;
  float: left;
  background: white;
  padding: 0 !important;
  position: relative;
  z-index: 100
}

.pc_header a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #363636;
  font-size: 12px
}

.pc_header a:hover,
.pc_header a.active {
  background: transparent;
  color: #00aeef;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.pc_header .topbar {
  width: 100%;
  height: 38px;
  float: left;
  background: #f7f8f9;
  position: relative;
  z-index: 10;
  padding: 0
}

.pc_header .topbar li {
  padding: 10px 20px;
  float: left;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #363636;
  font-size: 12px
}

.pc_header .topbar li img {
  float: left;
  margin-right: 10px
}

.pc_header .topbar li span.total {
  width: 23px;
  height: 20px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  background: #00aeef;
  float: right;
  margin-left: 10px;
  line-height: 20px;
  color: white
}

.pc_header .topbar ul.left {
  float: left
}

.pc_header .topbar ul.left li:first-child {
  padding-left: 0
}

.pc_header .topbar ul.left li:first-child a {
  font-weight: 700
}

.pc_header .topbar ul.right {
  float: right;
  cursor: pointer
}

.pc_header .topbar ul.right li:after {
  content: "|";
  position: absolute;
  top: 10px;
  left: -2px
}

.pc_header .topbar ul.right li.language {
  width: 110px;
  height: 38px;
  float: left;
  padding: 0;
  position: relative
}

.pc_header .topbar ul.right li.language a {
  width: 100%;
  padding: 10px 20px;
  position: absolute
}

.pc_header .topbar ul.right li.language .icon_lang {
  position: absolute;
  top: 5px
}

.pc_header .topbar ul.right li.language .icon_lang img {
  margin: 0;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #ddd
}

.pc_header .topbar ul.right li.language p {
  margin-left: 35px;
  float: left
}

.pc_header .topbar ul.right li.language:after {
  display: none
}

.pc_header .topbar ul.right li.cartmenu {
  padding: 0;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent
}

.pc_header .topbar ul.right li.cartmenu a {
  width: 100%;
  float: left;
  padding: 10px 20px;
  cursor: pointer
}

.pc_header .topbar ul.right li.cartmenu .cartpop {
  visibility: hidden;
  opacity: 0;
  width: 400px;
  height: auto !important;
  background: white;
  position: absolute;
  z-index: 1000;
  padding-bottom: 50px;
  border: 1px solid #ddd;
  border-top-color: transparent;
  top: 39px;
  right: -1px;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.pc_header .topbar ul.right li.cartmenu .cartpop .product {
  display: table;
  width: 220px
}

.pc_header .topbar ul.right li.cartmenu .cartpop .tex,
.pc_header .topbar ul.right li.cartmenu .cartpop .pic {
  display: table-cell;
  vertical-align: middle
}

.pc_header .topbar ul.right li.cartmenu .cartpop .tex .name,
.pc_header .topbar ul.right li.cartmenu .cartpop .tex .des,
.pc_header .topbar ul.right li.cartmenu .cartpop .pic .name,
.pc_header .topbar ul.right li.cartmenu .cartpop .pic .des {
  float: left;
  text-align: left
}

.pc_header .topbar ul.right li.cartmenu .cartpop .pic {
  width: 50px
}

.pc_header .topbar ul.right li.cartmenu .cartpop .pic img {
  width: 100%;
  margin: 0
}

.pc_header .topbar ul.right li.cartmenu .cartpop .name {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  width: 100%;
  float: left;
  padding-left: 10px;
  text-align: left
}

.pc_header .topbar ul.right li.cartmenu .cartpop .total,
.pc_header .topbar ul.right li.cartmenu .cartpop .price {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #9c9c9c;
  line-height: 1.3em
}

.pc_header .topbar ul.right li.cartmenu .cartpop .total {
  color: #000;
  width: 70px;
  text-align: center
}

.pc_header .topbar ul.right li.cartmenu .cartpop .price {
  color: #00aeef;
  width: 100px;
  text-align: right
}

.pc_header .topbar ul.right li.cartmenu .cartpop a.btn {
  width: auto !important;
  background: #00aeef;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #fff;
  line-height: 20px !important
}

.pc_header .topbar ul.right li.cartmenu .cartpop a.btn:hover {
  background: #4dc9f8
}

.pc_header .topbar ul.right li.cartmenu .cartpop tr {
  border-bottom: 1px solid #f7f8f9
}

.pc_header .topbar ul.right li.cartmenu .cartpop tbody {
  max-height: 340px;
  overflow-y: scroll;
  padding: 10px 10px 0;
  float: left
}

.pc_header .topbar ul.right li.cartmenu .cartpop tfoot {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #f7f8f9
}

.pc_header .topbar ul.right li.cartmenu .cartpop tfoot td {
  width: 220px;
  padding: 7px 10px
}

.pc_header .topbar ul.right li.cartmenu .cartpop tfoot .total,
.pc_header .topbar ul.right li.cartmenu .cartpop tfoot .price {
  font-weight: 400
}

.pc_header .topbar ul.right li.cartmenu .cartpop tfoot .price {
  font-size: 16px
}

.pc_header .topbar ul.right li.cartmenu .cartpop tfoot tr {
  border-bottom: none
}

.pc_header .topbar ul.right li.cartmenu:hover {
  background: white;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd
}

.pc_header .topbar ul.right li.cartmenu:hover .cartpop {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.pc_header .topbar ul.right li.social {
  padding: 10px 10px 0
}

.pc_header .topbar ul.right li.social a img {
  height: 20px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 0
}

.pc_header .topbar ul.right li.social:last-child {
  padding-left: 0
}

.pc_header .topbar ul.right li.social:last-child:after {
  content: ""
}

.pc_header .topbar ul.right li.havelogin {
  padding: 0;
  padding-bottom: 1px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent
}

.pc_header .topbar ul.right li.havelogin a {
  width: 100%;
  float: left;
  padding: 10px 20px;
  cursor: pointer
}

.pc_header .topbar ul.right li.havelogin ul.account {
  visibility: hidden;
  opacity: 0;
  width: auto;
  height: auto !important;
  background: white;
  position: absolute;
  z-index: 1000;
  border: 1px solid #ddd;
  border-top-color: transparent;
  top: 39px;
  right: -1px;
  padding: 0 15px 5px;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.pc_header .topbar ul.right li.havelogin ul.account li {
  padding: 0;
  width: 100%;
  float: left;
  border-bottom: 1px solid #f7f8f9
}

.pc_header .topbar ul.right li.havelogin ul.account li:after {
  display: none
}

.pc_header .topbar ul.right li.havelogin ul.account li:last-child {
  border-bottom: none
}

.pc_header .topbar ul.right li.havelogin:hover {
  background: white;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd
}

.pc_header .topbar ul.right li.havelogin:hover ul.account {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.pc_header .mainmenu {
  width: 100%;
  float: left;
  background: white;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 5
}

.pc_header .mainmenu .menuarea {
  width: 100%;
  display: table;
  height: 70px
}

.pc_header .mainmenu .logo {
  width: 275px;
  height: 30px;
  display: table-cell;
  vertical-align: middle
}

.pc_header .mainmenu .logo img {
  width: 100%
}

.pc_header .mainmenu nav {
  background: transparent;
  -moz-box-shadow: none;
  box-shadow: none
}

.pc_header .mainmenu nav ul {
  margin-left: 50px;
  float: left
}

.pc_header .mainmenu nav li {
  float: left
}

.pc_header .mainmenu nav li a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #363636;
  padding: 24px 20px 25px
}

.pc_header .mainmenu nav li a i {
  float: right;
  height: auto;
  line-height: 20px;
  margin-left: 5px;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.pc_header .mainmenu nav li a:hover,
.pc_header .mainmenu nav li a.active {
  color: #00aeef;
  background: transparent
}

.pc_header .mainmenu nav li.showcat .menu_product {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  float: left;
  height: auto !important;
  padding: 40px 0 50px;
  background: white;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.pc_header .mainmenu nav li.showcat .menu_product .submenu {
  width: 100%;
  float: left;
  position: relative
}

.pc_header .mainmenu nav li.showcat .menu_product .submenu:before {
  content: "Products";
  position: absolute;
  top: -30px;
  left: 10px;
  font-weight: 700;
  color: #9a9a9a
}

.pc_header .mainmenu nav li.showcat .menu_product ul {
  margin-left: 0 !important
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category {
  width: 220px;
  float: left
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category a {
  padding: 10px;
  position: relative
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category a:after {
  font-family: 'fontawesome-webfont';
  content: "\f105";
  position: absolute;
  top: 10px;
  right: 10px
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category li {
  width: 100%;
  float: left
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category li ul.product {
  width: 968px;
  position: absolute;
  display: none;
  right: 0;
  top: -10px
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category li ul.product li {
  width: 20%;
  float: left;
  padding-left: 20px;
  margin: 10px 0;
  cursor: pointer
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category li ul.product li * {
  width: 100%;
  float: left;
  padding: 0 !important
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category li ul.product li .pic {
  max-height: 115px;
  overflow: hidden;
  float: none;
  display: inline-block;
  background: transparent;
  border: 1px solid transparent
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category li ul.product li .pic img {
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category li ul.product li p {
  margin: 10px 0;
  text-align: center;
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category li ul.product li.more {
  width: 100%;
  margin: 30px 0 0;
  text-align: right
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category li ul.product li.more i {
  float: right;
  width: auto;
  line-height: 20px;
  margin-left: 10px
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category li ul.product li.more a {
  width: auto;
  float: right
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category li ul.product li.more a:hover {
  color: #00aeef !important
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category li ul.product li a:after {
  display: none
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category li ul.product li a:hover .pic {
  border-color: #000;
  background: #000
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category li ul.product li a:hover .pic img {
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.8
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category li ul.product li:hover {
  background: transparent !important
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category li:hover,
.pc_header .mainmenu nav li.showcat .menu_product ul.category li.active {
  background: #f7f8f9
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category li:hover a,
.pc_header .mainmenu nav li.showcat .menu_product ul.category li.active a {
  color: #000
}

.pc_header .mainmenu nav li.showcat .menu_product ul.category li:hover ul.product,
.pc_header .mainmenu nav li.showcat .menu_product ul.category li.active ul.product {
  display: block
}

.pc_header .mainmenu nav li.showcat:hover .menu_product {
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.pc_header .mainmenu nav form.search {
  width: 200px;
  height: 20px !important;
  margin-top: 24px;
  float: right
}

.pc_header .mainmenu nav form.search input {
  width: 180px;
  padding: 0;
  height: 20px !important;
  float: left
}

.pc_header .mainmenu nav form.search input:focus {
  border-bottom: 1px solid #00aeef;
  -moz-box-shadow: 0 1px 0 0 #00aeef;
  box-shadow: 0 1px 0 0 #00aeef
}

.pc_header .mainmenu nav form.search a.search {
  width: 18px;
  height: 20px;
  border: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  float: right
}

.pc_header .mainmenu nav form.search a.search i {
  font-size: 20px;
  height: 20px
}

.pc_header .mainmenu nav form.search a.search:hover i {
  color: #00aeef
}

.pc_header .producthome {
  display: none;
  width: 100%;
  float: left;
  background: white
}

.pc_header .producthome ul {
  width: 100%;
  height: 100px;
  display: table
}

.pc_header .producthome ul li {
  vertical-align: middle;
  text-align: center;
  display: table-cell
}

.pc_header .producthome ul li a {
  width: 100%;
  float: left
}

.pc_header .producthome ul li img {
  width: 70px
}

.pc_header .producthome ul li p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #363636;
  margin-top: 10px
}

.pc_footer {
  background: #fff;
  border-top: 1px solid #ddd
}

.pc_footer .areabox {
  margin: 0
}

.pc_footer .areabox nav {
  width: 18.75%;
  float: left;
  background: transparent;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 15px
}

.pc_footer .areabox nav .btn {
  background: #00aeef
}

.pc_footer .areabox nav * {
  width: 100%;
  float: left
}

.pc_footer .areabox nav:first-child {
  width: 25%;
  padding: 0
}

.pc_footer .areabox nav:first-child ul {
  width: 50%
}

.pc_footer .areabox nav .title {
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px
}

.pc_footer .areabox nav li {
  list-style: none;
  padding: 7px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #959595
}

.pc_footer .areabox nav li a {
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #959595;
  padding: 0
}

.pc_footer .areabox nav li a:hover {
  color: #00aeef;
  background: transparent
}

.pc_footer .areabox nav li input {
  height: 35px;
  padding: 0 10px;
  border: 1px solid #959595
}

.pc_footer .areabox nav li input[type="button"] {
  width: 100px;
  background: #00aeef;
  margin-top: 10px;
  color: white;
  border: none
}

.pc_footer .areabox nav li input[type="button"]:hover {
  background: #4dc9f8
}

.pc_footer .areabox nav .pic {
  width: 50%
}

.pc_footer .areabox nav .pic img {
  width: auto
}

.footerbot {
  background: #ebebeb;
  width: 100%;
  float: left;
  padding: 15px 0
}

.footerbot .logo {
  width: 275px;
  height: 30px;
  float: left
}

.footerbot .logo img {
  width: 100%
}

.footerbot .copyright {
  float: left;
  margin-left: 30px
}

.footerbot .copyright li {
  width: auto;
  float: left;
  padding: 5px 20px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #959595
}

.footerbot .copyright li a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #959595
}

.footerbot .copyright li a:hover {
  color: #00aeef
}

.footerbot .copyright li:before {
  content: "|";
  position: absolute;
  top: 5px;
  left: 0
}

.footerbot .copyright li:first-child:before {
  display: none
}

.fixed {
  position: fixed;
  z-index: 10000
}

nav.breadcrumb {
  width: 100%;
  float: left;
  padding: 20px 0;
  background: transparent;
  -moz-box-shadow: none;
  box-shadow: none
}

nav.breadcrumb a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #9c9c9c;
  float: left
}

nav.breadcrumb a:before {
  content: "/";
  position: relative;
  float: left;
  margin: 0 10px
}

nav.breadcrumb a:first-child:before {
  display: none
}

nav.breadcrumb a:last-child {
  color: #222 !important
}

nav.breadcrumb a:hover {
  color: #00aeef
}

.warp {
  width: 100%;
  float: left;
  min-height: 50vh
}

section {
  width: 100%;
  float: left;
  padding: 40px 0;
  background: #f8f8f8
}

.mycart {
  background: #fff
}

.checkout {
  background: #fff
}

.checkout .row {
  margin-top: 20px
}

.securepay {
  background: #fff
}

a.btn {
  height: 40px;
  line-height: 38px !important;
  font-weight: 400 !important;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  box-shadow: none
}

a.btn:hover {
  -moz-box-shadow: none;
  box-shadow: none
}

.btn {
  -moz-border-radius: 0;
  border-radius: 0
}

ul.tagpro {
  width: 100%;
  float: left;
  text-align: center;
  margin: 20px 0
}

ul.tagpro li {
  width: auto;
  padding: 3px 12px;
  margin-left: 5px;
  display: inline-block;
  border: 1px solid #000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  font-weight: 700
}

ul.tagpro li:first-child {
  margin-left: 0
}

.title {
  width: 100%;
  float: left;
  text-align: center;
  font-family: 'djidemi';
  font-size: 36px;
  line-height: 1.1em;
  color: #00aeef;
  text-transform: uppercase;
  color: #00aeef;
  margin-bottom: 30px
}

.intit {
  font-family: 'djibook';
  margin-bottom: 0;
  margin-top: 30px;
  text-align: left;
  color: #000
}

.nopad {
  padding: 0
}

.areabox {
  width: 100%;
  float: left;
  margin: 40px 0
}

.box {
  width: 100%;
  float: left;
  padding: 0 15px;
  margin-bottom: 20px;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease
}

.box .pic {
  width: 100%;
  float: left;
  background: white;
  text-align: center;
  overflow: hidden;
  display: table
}

.box .pic .img {
  display: table-cell;
  vertical-align: bottom
}

.box .pic img {
  display: inline-block
}

.box .info {
  width: 100%;
  float: left;
  text-align: center
}

.box .info .name {
  width: 100%;
  float: left;
  overflow: hidden;
  display: table;
  padding: 0 10px;
  margin: 10px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  font-weight: 400
}

.box .info .name p {
  display: table-cell;
  vertical-align: middle
}

.box .info .price {
  width: 100%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #00aeef;
  font-weight: 400
}

.box:hover {
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease
}

.banner {
  width: 100%;
  float: left;
  padding-top: 0;
  padding-bottom: 10px
}

.banner .areabaner {
  width: 1920px;
  height: 800px;
  position: relative
}

.banner .areabaner img {
  width: 100%
}

.banner .areabaner .ls-wrapper {
  z-index: 200
}

.banner .areabaner .ls-layers {
  overflow: inherit !important
}

.drones .box {
  width: 33.33%;
  float: left;
  padding: 0 5px
}

.drones .picdrones {
  width: 100%;
  float: left;
  height: 270px;
  position: relative;
  background: #fff
}

.drones .bgproduct {
  width: 100%;
  height: 200px;
  float: left;
  -moz-background-size: cover !important;
  background-size: cover !important
}

.drones .pic {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: transparent !important
}

.drones .pic img {
  vertical-align: bottom
}

.drones .info {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 10px 20px;
  background: #fff
}

.drones .info h1 {
  width: 100%;
  float: left;
  margin: 0px;
  font-family: 'djibold';
  font-size: 30px;
  color: #000;
  text-transform: uppercase
}

.drones .info h1 span {
  font-family: 'djibook';
  color: #ecc270
}

.drones .info p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  width: 100%;
  float: left;
  height: 42px
}

.drones .info .price {
  width: 100%;
  float: left;
  margin: 20px 0;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #00aeef;
  font-weight: 400;
  position: relative
}

.drones .info .price small {
  color: red;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%)
}

.drones .info a.buy {
  background: #00aeef;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #fff
}

.drones .info a.buy:hover {
  background: #4dc9f8
}

.productall .title_cat {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-family: 'djibook';
  font-size: 22px;
  line-height: 1.1em;
  color: #363636;
  text-transform: capitalize
}

.productall .title_cat a {
  float: right;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #00aeef;
  line-height: 32px
}

.productall .title_cat a i {
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.productall .title_cat a:hover i {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  transform: translateX(5px);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.productall .row {
  margin-bottom: 0
}

.productall .bghead {
  width: 100%;
  float: left
}

.productall .bghead img {
  width: 100%
}

.productall .boxpro {
  width: 20%;
  padding: 0 15px
}

.productall .box {
  padding: 5px;
  border: 1px solid transparent;
  width: 20%;
  margin-bottom: 0px
}

.productall .box a {
  width: 100%;
  float: left;
  background: white;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.productall .box a:hover {
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.productall .box .pic {
  background: #fff;
  max-height: 225px;
  overflow: hidden;
  display: block
}

.productall .box .pic img {
  width: 100%
}

.productall .box .info {
  background: #fff;
  padding-bottom: 20px;
  position: relative
}

.productall .box .info .name {
  height: 70px;
  overflow: hidden;
  padding: 0 10px
}

.productall .box .info .price small {
  color: red;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%)
}

.infoship {
  background: #f3f3f3;
  padding: 20px 0
}

.infoship .areabox {
  margin: 0;
  background: white;
  padding: 20px 0
}

.infoship .areabox .box {
  width: 33.33%;
  float: left
}

.infoship .areabox .box .info {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000
}

.menushow .areabox {
  margin: 0
}

.menushow .box {
  width: 33.33%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative
}

.menushow .box .pic {
  display: block
}

.menushow .box .pic img {
  width: 105%;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1)
}

.menushow .box .info {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: 'djibold';
  font-size: 30px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: white
}

.menushow .box .info:before {
  content: "PHANTOM THAILAND";
  font-family: 'djibook';
  font-size: 20px;
  color: #898989;
  width: 100%;
  float: left;
  position: relative;
  top: 10px
}

.menushow .box:hover .pic img {
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3)
}

.half {
  width: 50%;
  float: left
}

.confirmshop {
  height: 300px !important;
  top: 30% !important
}

.confirmshop .modal-content {
  background: white;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
  color: #27ae60;
  font-weight: 400 !important;
  padding-top: 60px;
  font-weight: 100
}

.confirmshop .modal-content .btnstep {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 50px
}

.confirmshop .modal-content .btnstep a.btn {
  font-size: 16px;
  background: #00aeef;
  border: 1px solid #00aeef;
  margin: 0 10px
}

.confirmshop .modal-content .btnstep a.btn.border {
  background: transparent;
  color: #00aeef
}

form.total {
  width: 100px;
  float: left;
  margin: 20px 0
}

form.total .quantity {
  position: relative;
  height: 40px;
  overflow: hidden
}

form.total input[type=number]::-webkit-inner-spin-button,
form.total input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

form.total input[type=number] {
  -moz-appearance: textfield
}

form.total .quantity input {
  width: 100%;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 0;
  text-align: center;
  padding-right: 20px;
  border: 1px solid #eee
}

form.total .quantity input:focus {
  outline: 0
}

form.total .quantity-nav {
  float: left;
  position: relative;
  height: 38px
}

form.total .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}

form.total .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee
}

form.total .quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%
}

form.total .input-field {
  margin-top: 0
}

.prodetail {
  background: transparent;
  padding-top: 0
}

.prodetail p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  font-weight: 700
}

.prodetail .mycart {
  width: 100px;
  padding: 0;
  margin: 20px 0;
  margin-right: 20px;
  float: left
}

.boxtab {
  display: none
}

.detailpic {
  position: relative;
  text-align: center
}

.detail_picmain {
  width: 100%;
  height: 450px;
  float: left;
  display: table
}

.detail_picmain .owl-item {
  display: table;
  height: 450px
}

.detail_picmain .itempic {
  display: table-cell;
  vertical-align: middle
}

.detail_thumb {
  width: 350px;
  display: inline-block !important;
  text-align: center
}

.detail_thumb .item {
  width: 60px;
  display: inline-block;
  border: 1px solid #f7f8f9;
  cursor: pointer
}

.detail_thumb .item img {
  width: 100%
}

.detail_thumb .item:hover,
.detail_thumb .item.active {
  border: 1px solid #00aeef
}

.slider-controls {
  width: 95%;
  position: absolute;
  top: 240px;
  left: 15px;
  z-index: 1;
  font-size: 50px
}

.slider-controls .right {
  position: relative;
  right: 0
}

.slider-controls .left,
.slider-controls .right {
  color: #ddd
}

.slider-controls .left:hover,
.slider-controls .right:hover {
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #9c9c9c
}

.detail_thumb .owl-item.active.center .item {
  border: 1px solid #00aeef
}

.des_product {
  width: 50%;
  float: left;
  padding-left: 30px
}

.des_product ul {
  width: 100%;
  float: left;
  padding-left: 30px
}

.des_product ul li {
  list-style-type: disc
}

.des_titleinfo {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd
}

.des_titleinfo * {
  text-align: left
}

.des_titleinfo h1 {
  font-family: 'djidemi';
  font-size: 36px;
  line-height: 1.1em;
  color: #000;
  text-align: left;
  font-size: 42px
}

.des_titleinfo p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #9c9c9c;
  line-height: 2em
}

.des_titleinfo p span {
  font-size: 28px;
  color: #000
}

.des_titleinfo p b {
  color: #000
}

.des_titleinfo p img {
  position: relative
}

.des_descript {
  width: 100%;
  float: left;
  padding: 20px 0;
  border-bottom: 1px solid #ddd
}

.des_tex {
  width: 100%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  margin-bottom: 10px
}

.des_tex h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  color: #00aeef;
  font-weight: 400
}

.des_tex p {
  line-height: 1.8em
}

.des_tex p a {
  color: #00aeef
}

.des_tex p a:after {
  content: "/";
  color: #00aeef;
  position: relative;
  margin: 0 5px
}

.des_tex p a:last-child:after {
  display: none
}

.des_tex p a:hover {
  color: #4dc9f8
}

.des_option {
  width: 50%;
  float: left;
  margin: 5px 0
}

.des_option:before {
  content: "";
  position: relative;
  width: 55px;
  height: 55px;
  float: left
}

.des_option[data-id="flight_time"]:before {
  background: url("../images/product/flight_time.png") no-repeat;
  -moz-background-size: cover;
  background-size: cover
}

.des_option[data-id="control_range"]:before {
  background: url("../images/product/control_range.png") no-repeat;
  -moz-background-size: cover;
  background-size: cover
}

.des_option[data-id="speed"]:before {
  background: url("../images/product/speed.png") no-repeat;
  -moz-background-size: cover;
  background-size: cover
}

.des_option[data-id="video_resolution"]:before {
  background: url("../images/product/video_resolution.png") no-repeat;
  -moz-background-size: cover;
  background-size: cover
}

.des_option[data-id="sensor_range"]:before {
  background: url("../images/product/sensor_range.png") no-repeat;
  -moz-background-size: cover;
  background-size: cover
}

.des_option[data-id="obstacle_sensing"]:before {
  background: url("../images/product/obstacle_sensing.png") no-repeat;
  -moz-background-size: cover;
  background-size: cover
}

.des_option[data-id="gimbal"]:before {
  background: url("../images/product/gimbal.png") no-repeat;
  -moz-background-size: cover;
  background-size: cover
}

.des_option[data-id="camera"]:before {
  background: url("../images/product/camera.png") no-repeat;
  -moz-background-size: cover;
  background-size: cover
}

.des_option[data-id="sensory"]:before {
  background: url("../images/product/sensory.png") no-repeat;
  -moz-background-size: cover;
  background-size: cover
}

.des_option[data-id="live_view"]:before {
  background: url("../images/product/live_view.png") no-repeat;
  -moz-background-size: cover;
  background-size: cover
}

.des_des {
  width: auto;
  display: table;
  float: left;
  position: relative;
  top: 9px;
  margin-left: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #9c9c9c;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle
}

.des_ans {
  width: 100%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  color: #000;
  margin-top: 5px
}

a.des_buynow {
  background-color: #00aeef;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 20px 0;
  margin-left: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
  color: #fff
}

a.des_buynow:hover,
a.des_buynow:focus {
  background-color: #4dc9f8;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.infodescript {
  background: transparent;
  padding-bottom: 0
}

.infodescript .tab {
  width: 100%;
  float: left
}

.infodescript .tab a {
  width: 33.33%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
  color: #000;
  position: relative;
  text-align: center;
  padding-bottom: 10px
}

.infodescript .tab a:after {
  content: "";
  border-bottom: 2px solid #ddd;
  width: 100%;
  position: absolute;
  float: left;
  z-index: 1;
  bottom: -2px;
  left: 0;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.infodescript .tab a:hover,
.infodescript .tab a.active {
  color: #00aeef;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.infodescript .tab a:hover:after,
.infodescript .tab a.active:after {
  border-color: #00aeef;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.infodescript p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #9c9c9c;
  line-height: 1.8em
}

.infodescript a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #00aeef;
  text-transform: uppercase
}

.infodescript a:hover {
  color: #4dc9f8
}

.infodescript .areainfo {
  width: 100%;
  min-height: 50vh;
  padding: 20px 10px 50px;
  float: left
}

.infodescript .detail {
  width: 75%;
  float: left;
  border-right: 1px solid #ddd;
  padding-right: 15px
}

.infodescript .detail img {
  width: 100%;
  margin-bottom: 20px
}

.infodescript .etc {
  width: 100%;
  float: left;
  text-align: center
}

.infodescript .line {
  width: 100%;
  float: left;
  height: 1px;
  background: #ddd;
  margin: 50px 0 10px
}

.infodescript .videobox {
  width: 25%;
  float: left;
  padding: 0 0 0 15px
}

.infodescript .videobox .title {
  margin-bottom: 15px
}

.infodescript .videobox .title h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
  color: #000;
  font-weight: 400;
  float: left;
  text-transform: none;
  margin: 0
}

.infodescript .videobox .title a {
  float: right;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px)
}

.infodescript .videobox .box {
  position: relative;
  padding: 0;
  height: 210px;
  cursor: pointer;
  overflow: hidden
}

.infodescript .videobox .box img {
  width: 100%
}

.infodescript .videobox .box .info {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 45px;
  text-align: left;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  padding-left: 10px;
  padding-right: 10px;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.infodescript .videobox .box .info p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #fff;
  line-height: 1.3em;
  display: table-cell;
  vertical-align: middle
}

.infodescript .videobox .box:before {
  font-family: 'fontawesome-webfont';
  content: "\f04b";
  color: white;
  position: absolute;
  top: 70px;
  left: 43%;
  font-size: 20px;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.3);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-top: 15px;
  padding-left: 5px;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.infodescript .videobox .box:hover .info {
  background: #000;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.infodescript .videobox .box:hover:before {
  background: #00aeef;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.infodescript .boxpop {
  width: 1000px;
  height: 610px;
  overflow: inherit;
  top: 10% !important
}

.infodescript .boxpop button {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 3;
  color: white;
  border: none;
  background: transparent
}

.infodescript .boxvdo {
  position: relative
}

.infodescript .vdopop {
  width: 100% !important;
  height: 100% !important;
  padding: 5px 10px;
  position: relative
}

.modal-overlay {
  opacity: 0.7 !important
}

.modal {
  max-height: 100%
}

.recommended {
  padding: 40px 0 0
}

.recommended .areabox {
  margin-top: 10px
}

.recommended h1 {
  width: 100%;
  float: left;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
  color: #000
}

.recommended .box {
  width: 25%;
  padding: 5px;
  border: 1px solid transparent;
  margin-bottom: 0
}

.recommended .box img {
  width: 100%;
  height: auto
}

.recommended .box a {
  width: 100%;
  float: left;
  background: white;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.recommended .box a:hover {
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.recommended .box .name {
  height: 70px;
  overflow: hidden;
  background: #fff;
  margin: 0
}

.recommended .box .price {
  background: #fff;
  padding: 10px 0 20px
}

.titlecart {
  width: 100%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
  color: #9c9c9c;
  font-weight: 400;
  text-transform: uppercase;
  margin: 20px 0
}

.titlecart span {
  font-size: 12px;
  color: #00aeef;
  margin: 20px
}

.mycart {
  padding-bottom: 50px
}

.mycart .shopitem {
  width: 100%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000
}

.mycart .shopitem tr {
  border-bottom: 1px solid #ddd
}

.mycart .shopitem thead td {
  text-align: center
}

.mycart .product {
  display: table
}

.mycart .product .pic {
  width: 150px;
  float: left
}

.mycart .product .pic img {
  width: 100%
}

.mycart .product .tex {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  font-weight: 700;
  padding-left: 15px
}

.mycart .product .tex .des {
  color: #9c9c9c;
  font-weight: 300
}

.mycart .price {
  color: #00aeef
}

.mycart .select {
  width: 100px;
  margin: 0
}

.mycart .select input {
  height: 40px;
  text-align: right;
  border: 1px solid #000;
  position: relative;
  margin-bottom: 0;
  padding-right: 35px
}

.mycart .select:after {
  content: "QTY";
  position: absolute;
  top: 10px;
  left: 10px;
  color: #9c9c9c
}

.mycart a.delete {
  width: 40px;
  background: #ed1c24;
  padding: 0 10px;
  color: white;
  -moz-box-shadow: none;
  box-shadow: none;
  float: right
}

.mycart a.delete:hover {
  background: #d00d15;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.mycart .total {
  color: #00aeef;
  text-align: right
}

.mycart .total span {
  color: #000;
  text-transform: uppercase
}

.mycart .total img {
  vertical-align: baseline
}

.mycart .coupon span {
  color: #000
}

.mycart .btnstep {
  float: right
}

.mycart .btnstep a {
  width: auto;
  border: 1px solid #00aeef;
  color: #00aeef;
  margin-left: 10px;
  padding: 0 20px;
  background-color: white
}

.mycart .btnstep a.checkout {
  background-color: #00aeef;
  color: white
}

.mycart .btnstep a:hover {
  background: #4dc9f8;
  border-color: #4dc9f8;
  color: white
}

.mycart .nobor {
  border-bottom: none !important
}

.checkout .areabox {
  margin: 0;
  padding: 0 15px 15px;
  border: 1px solid #ebebeb;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #9c9c9c
}

.checkout .areabox b {
  font-weight: 400
}

.checkout .user_input span {
  width: 100%;
  float: left;
  margin: 3px 0;
  color: #363636
}

.checkout .user_input span.fullname {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px
}

.checkout .user_input span.shipping {
  color: #00aeef
}

.checkout .titlecart a {
  float: right;
  font-size: 12px;
  color: #9c9c9c;
  position: relative;
  top: 2px
}

.checkout .titlecart a:hover {
  color: #00aeef
}

.checkout .titstep {
  width: 100%;
  float: left;
  background: #ebebeb;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  font-weight: 400;
  padding: 10px 10px 10px 50px
}

.checkout .titstep span {
  padding: 2px 8px;
  color: white;
  background: #00aeef;
  position: absolute;
  top: 7px;
  left: 15px
}

.checkout .titstep a.edit {
  float: right;
  color: #00aeef !important
}

.checkout .titlebox {
  margin: 20px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  font-weight: 700
}

.checkout .titlebox span {
  width: 100%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  font-weight: 700
}

.checkout .checklogin {
  width: 320px;
  margin: auto;
  position: relative;
  right: 15px
}

.checkout .checklogin:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 380px;
  background: #ddd;
  top: 20px;
  right: -65px
}

.checkout a.forgotpass {
  float: right;
  margin-top: 20px;
  position: relative
}

.checkout a.forgotpass:after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  background: #00aeef;
  bottom: -2px;
  left: 0;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.checkout a.forgotpass:hover:after {
  width: 100%;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.checkout button {
  width: 100%;
  height: 40px;
  margin: 30px 0;
  background-color: #00aeef;
  -moz-box-shadow: none !important;
  box-shadow: none !important
}

.checkout button:hover,
.checkout button:focus {
  background-color: #4dc9f8
}

.checkout button.pass {
  display: none
}

.checkout .guest {
  width: 320px
}

.checkout .row {
  margin-bottom: 0
}

.checkout .line {
  width: 95%;
  height: 1px;
  float: left;
  margin: 20px 10px 0;
  background: #ddd
}

.checkout .etc {
  color: red;
  font-size: 12px
}

.checkout a.ship {
  width: 150px;
  float: left;
  height: 65px;
  padding: 10px;
  margin-right: 15px;
  border: 1px solid #ddd;
  position: relative;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.checkout a.ship img {
  width: 100%
}

.checkout a.ship:last-child {
  margin-right: 0
}

.checkout a.ship.active {
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-color: #00aeef
}

.checkout .shippingcost {
  color: #000;
  font-weight: 400;
  margin: 30px 0 0
}

.checkout .shippingcost span {
  color: #00aeef;
  margin-left: 10px;
  font-size: 20px
}

.checkout table.ordersummary {
  color: #000
}

.checkout table.ordersummary tr {
  border-bottom: 1px solid #ddd
}

.checkout table.ordersummary .product {
  display: table
}

.checkout table.ordersummary .product .pic {
  width: 100px;
  float: left
}

.checkout table.ordersummary .product .pic img {
  width: 100%
}

.checkout table.ordersummary .product .name {
  display: table-cell;
  vertical-align: middle
}

.checkout table.ordersummary .price {
  float: right
}

.checkout table.ordersummary .price .total,
.checkout table.ordersummary .price .price {
  width: auto;
  float: left
}

.checkout table.ordersummary .price .total:after {
  content: "x";
  position: relative;
  margin: 0 5px
}

.checkout table.ordersummary .coupon {
  color: #00aeef;
  float: right
}

.checkout table.ordersummary tfoot {
  color: #00aeef;
  font-size: 20px
}

.checkout table.ordersummary tfoot tr:last-child {
  border-bottom: none
}

.checkout .disabled .titstep,
.checkout .disabled .titlebox,
.checkout .disabled label span,
.checkout .disabled label b,
.checkout .disabled a {
  color: #a1a4a5 !important
}

.checkout .disabled .titstep span {
  background: #d5d5d5
}

.securepay {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #00aeef;
  font-weight: 400
}

.securepay span {
  width: 160px;
  float: left;
  color: #000
}

.securepay .areabox {
  border: 1px solid #ddd;
  margin: 0;
  padding: 30px 0;
  padding-left: 90px;
  position: relative
}

.securepay .areabox:before {
  content: "";
  width: 40px;
  height: 45px;
  float: left;
  position: absolute;
  top: 35px;
  left: 30px;
  background: url("../images/securepay.png");
  -moz-background-size: cover;
  background-size: cover
}

.securepay .areabox .title {
  text-align: left;
  margin: 10px 0;
  font-size: 20px
}

.securepay .areabox .item {
  color: #000
}

.securepay .areabox .slide {
  width: 100%;
  float: left
}

.securepay .areabox .col {
  padding-top: 5px;
  padding-bottom: 5px
}

.securepay .areabox a {
  margin: 10px 0 0;
  float: left
}

.securepay .areabox a:before {
  font-family: 'fontawesome-webfont';
  content: "\f107";
  float: right;
  position: relative;
  top: -2px;
  margin-left: 10px
}

.securepay .areabox a.active:before {
  font-family: 'fontawesome-webfont';
  content: "\f106"
}

.securepay .paymethod {
  width: 100%;
  float: left;
  color: #000;
  margin-top: 30px
}

.securepay .paymethod .col {
  margin: 10px 0
}

.securepay .paymethod a {
  text-transform: uppercase;
  margin: 10px 0;
  margin-right: 10px;
  background-color: transparent;
  border: 2px solid #ddd;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000
}

.securepay .paymethod a.btn {
  height: 45px
}

.securepay .paymethod a img {
  position: relative
}

.securepay .paymethod a:hover {
  border-color: #00aeef
}

.securepay .paymethod a.holder {
  height: 40px;
  width: 300px;
  background: #00aeef;
  color: white;
  border: none
}

.securepay .paymethod a.holder:hover {
  background: #4dc9f8
}

.account {
  height: 100vh;
  background: #f7f8f9;
  position: relative
}

.account .logodji {
  margin: 30px 0 10px
}

.account .logodji img {
  width: 300px
}

.account .logodji p {
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000
}

.account .areabox {
  background: white;
  border: none;
  width: 1200px;
  height: auto;
  min-height:700px;
  padding: 20px 0 0 60px;
  background: url("../images/ticwatchse-design-watch02.png") no-repeat top right white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.account .accountbox {
  padding-right: 60px
}

.account .titlebox {
  margin-bottom: 10px
}

.account .piccode img {
  width: 100%
}

.flytoday .bghead {
  width: 100%;
  margin: 30px 0
}

.flytoday .bghead img {
  width: 100%
}

.flytoday .title {
  text-align: center;
  color: #000
}

.flytoday .title span {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
  color: #000;
  font-weight: 400
}

.flytoday .box {
  margin-bottom: 15px;
  padding: 30px;
  background: #f7f8f9
}

.flytoday .box .pic img {
  width: 70%;
  margin: auto
}

.flytoday .box .info {
  height: 100px;
  display: table;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center
}

.flytoday .box .info a {
  color: #00aeef
}

.flytoday .box .info b {
  color: #ecc270
}

.flytoday .box .info p {
  display: table-cell;
  vertical-align: middle
}

.flytoday .btnrow {
  text-align: center
}

.flytoday a.btn {
  margin: 20px 0;
  background-color: #00aeef;
  height: 50px;
  line-height: 48px !important;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
  color: #fff
}

.bannerpic {
  width: 100%;
  float: left
}

.bannerpic img {
  width: 100%;
  vertical-align: middle
}

.news {
  padding: 0
}

.news .banner {
  padding: 0;
  margin-bottom: 30px
}

.news .catnews {
  width: 100%;
  float: left;
  background: white;
  text-align: center;
  position: relative;
  z-index: 10;
  top: 0
}

.news .catnews ul.menunews {
  top: 6px;
  background-color: transparent;
  display: inline-block !important;
  width: auto;
  overflow-x: hidden
}

.news .catnews ul.menunews li {
  width: auto;
  float: left;
  cursor: pointer;
  margin: 0 20px
}

.news .catnews ul.menunews .indicator {
  height: 3px;
  background-color: #00aeef
}

.news .catnews ul.menunews a {
  float: left;
  padding: 15px 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #9c9c9c;
  text-transform: none
}

.news .catnews ul.menunews a.active,
.news .catnews ul.menunews a:hover {
  color: #00aeef
}

.news .fixed {
  position: fixed;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.news .areabox {
  background: #f7f8f9;
  margin: 0;
  padding: 30px 0
}

.news .areabox .newsbox {
  width: 70%;
  float: left
}

.news .areabox .box {
  margin-bottom: 30px;
  padding: 30px;
  background: white
}

.news .areabox .box .pic {
  overflow: hidden
}

.news .areabox .box .pic img {
  width: 100%;
  vertical-align: middle;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease
}

.news .areabox .box .pic:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease
}

.news .areabox .catbar {
  width: 27.5%;
  float: right
}

.news .areabox .listcat {
  width: 100%;
  float: left;
  margin-bottom: 10
}

.news .areabox .listcat a img {
  width: 100%
}

.news .title {
  width: 100%;
  float: left;
  margin: 30px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
  color: #000
}

.news .des {
  width: 100%;
  float: left;
  padding: 30px 0;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #9c9c9c
}

.news .shear {
  width: auto;
  float: left
}

.news .shear a {
  font-size: 18px;
  color: #9c9c9c;
  margin-left: 20px
}

.news .shear a:hover {
  color: #00aeef
}

.news .btnrow {
  width: 100%;
  float: left;
  margin: 20px 0
}

.news .btnrow p {
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #9c9c9c;
  margin-top: 5px;
  margin-right: 5px
}

.news a.btn {
  background: transparent;
  float: right;
  border: 1px solid #9c9c9c;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #9c9c9c;
  line-height: 36px !important
}

.news a.btn:hover {
  color: #000;
  border-color: #000
}

.news .prev {
  float: left !important
}

.news .date {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #9c9c9c;
  text-align: center;
  font-weight: 400;
  padding: 20px 0;
  position: relative
}

.news .date span {
  color: #00aeef;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #e5e5e5
}

.news .date:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #00aeef;
  position: absolute;
  bottom: 0px;
  left: 46%
}

.news .titlere {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 50px
}

.news .titlere p {
  float: left;
  font-family: 'djidemi';
  font-size: 20px;
  line-height: 1.1em;
  color: #000
}

.news .titlere span {
  width: 80%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 13px;
  left: 130px
}

.pagenews {
  padding: 40px 0;
  background: white
}

.detailpage .date {
  float: left
}

.detailpage .date:after {
  left: 0
}

.detailpage .title {
  text-align: left
}

.detailpage .detail {
  width: 100%;
  float: left
}

.detailpage .detail p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #6d6d6d;
  line-height: 1.9em
}

.detailpage .detail p b,
.detailpage .detail p strong {
  font-weight: 700;
  color: #000
}

.detailnews {
  width: 100%;
  float: left;
  padding: 20px 0 30px
}

.detailnews .shear {
  float: right;
  margin-top: 0
}

.detailnews .shearrow {
  margin: 0;
  padding: 10px;
  margin: 60px 0 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}

.newrelease {
  width: 100%;
  float: left;
  position: relative
}

.newrelease .box {
  padding: 0
}

.newrelease .pic img {
  width: 100%
}

.newrelease .date {
  float: left
}

.newrelease .date:after {
  display: none
}

.newrelease .des {
  padding: 0 0 10px
}

.newrelease .btnrow {
  margin: 10px 0;
  text-align: center
}

.newrelease .btnrow a.btn,
.newrelease .btnrow .shear {
  display: inline-block;
  float: none
}

.newrelease .btnrow .shear a:first-child {
  margin-left: 0
}

.newrelease .title {
  margin: 0 0 15px;
  text-align: left
}

.newrelease .owl-controls {
  width: auto;
  position: absolute;
  top: -90px;
  right: 0
}

.newrelease .owl-theme .owl-nav [class*=owl-] {
  padding: 5px 10px;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #000;
  border: 1px solid #000;
  background-color: transparent;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.newrelease .owl-theme .owl-nav [class*=owl-]:hover {
  color: #00aeef;
  border: 1px solid #00aeef;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.newrelease .owl-next {
  margin-right: 0 !important
}

.pageing {
  width: 100%;
  float: left;
  padding: 0 10px;
  margin: 20px 0
}

.jplist-label {
  display: none
}

.jplist-panel button {
  border: 1px solid #9c9c9c !important;
  background: white;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #9c9c9c;
  margin-top: 10 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 5px 7px !important;
  text-shadow: none !important
}

.jplist-current {
  border: 1px solid #000 !important;
  background: #000 !important;
  color: white !important
}

.contact h1 {
  width: 100%;
  float: left;
  margin: 20px 0;
  height: 62px;
  font-family: 'djidemi';
  font-size: 24px;
  line-height: 1.1em;
  color: #000;
  line-height: 1.3em
}

.contact .boxform {
  width: 40%;
  float: left;
  padding-right: 1%
}

.contact .boxadd {
  width: 30%;
  float: right;
  padding: 0 1%
}

.contact a.btn {
  float: right;
  margin-top: 30px;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.contact a.btn:hover {
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #000;
  color: white
}

.contact ul {
  width: 100%;
  float: left;
  margin-top: 10px
}

.contact li {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  width: 100%;
  float: left;
  padding: 7px 0
}

.contact li span {
  font-weight: 700;
  margin-right: 10px
}

.contact li img {
  width: 100%
}

.confirmsend {
  width: 30%;
  top: 25% !important
}

.confirmsend .modal-content {
  height: 250px !important;
  padding-top: 50px;
  background: white;
  text-align: center;
  font-family: 'djibook';
  font-size: 22px;
  line-height: 1.1em;
  color: #27ae60
}

.confirmsend .btnrow {
  width: 100%;
  float: left;
  margin-top: 10px
}

.confirmsend .btnrow a.btn {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  display: inline-block;
  margin-top: 30px;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.confirmsend .btnrow a.btn:hover {
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #000;
  color: white
}

.service {
  padding: 0
}

.service .maparea {
  width: 100%;
  float: left;
  height: 400px
}

.service .listadd {
  width: 100%;
  float: left;
  padding: 40px 0;
  text-align: center
}

.service .listadd .boxadd {
  width: auto;
  display: inline-block
}

.service .listadd .box {
  width: 380px;
  height: 450px;
  float: left;
  padding: 10px 0;
  margin: 10px
}

.service .listadd .box:nth-child(3n+1) {
  clear: both
}

.service .listadd .info {
  padding-top: 20px
}

.service .listadd .pic {
  position: relative
}

.service .listadd .pic img {
  width: 100%;
  vertical-align: bottom
}

.service .listadd .pic .branch {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 10px;
  padding-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'djidemi';
  font-size: 24px;
  line-height: 1.1em;
  color: #fff
}

.service .listadd .pic .branch span {
  width: 100%;
  float: left;
  margin-top: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #fff;
  text-transform: none
}

.service .listadd .inforow {
  width: 100%;
  float: left;
  margin: 5px 0;
  text-align: left
}

.service .listadd .inforow .tit {
  width: 30%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #9c9c9c;
  text-indent: 10px;
  font-weight: 400
}

.service .listadd .inforow .des {
  width: 70%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  font-weight: 400
}

.service .btnrow {
  width: 100%;
  float: left;
  text-align: center
}

.service .btnrow a.btn {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  display: inline-block;
  margin-top: 20px;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.service .btnrow a.btn i {
  font-size: 15px;
  margin-right: 5px
}

.service .btnrow a.btn:hover {
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #000;
  color: white
}

.payresult {
  height: 100vh;
  background: #f7f8f9;
  position: relative
}

.payresult .box {
  width: 900px;
  height: 400px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  background: white;
  padding-top: 90px;
  text-align: center;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05)
}

.payresult .box img {
  width: 230px
}

.payresult .box h1,
.payresult .box p {
  width: 100%;
  float: left
}

.payresult .box h1 {
  margin: 40px 0 20px;
  font-family: 'djidemi';
  font-size: 36px;
  line-height: 1.1em;
  color: #a7ce45;
  text-transform: uppercase
}

.payresult .box p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #9c9c9c
}

.payresult .box .rowbtn {
  margin: 50px 0 0
}

.payresult .box a.btn {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #fff;
  background: #00aeef;
  border: 1px solid #00aeef;
  margin-left: 20px
}

.payresult .box a.btn:hover {
  background: #4dc9f8;
  border-color: #4dc9f8
}

.payresult .box a.btn.home {
  background: transparent;
  margin-left: 0;
  color: #00aeef
}

.payresult .box a.btn.home:hover {
  background: #4dc9f8;
  color: white
}

.payresult .box.failed h1 {
  color: red
}

.payresult .box.failed a.btn {
  border-color: red;
  color: red
}

.payresult .box.failed a.btn:hover {
  background: red
}

.accountpage {
  background: white;
  padding-top: 0
}

.accountpage .menu {
  width: 277px;
  float: left;
  padding: 25px 20px 25px 25px;
  background: #f7f8f9
}

.accountpage .menu ul {
  border-top: 1px solid #ddd;
  width: 100%;
  float: left;
  padding-top: 10px
}

.accountpage .menu ul li a {
  width: 100%;
  float: left;
  padding: 15px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #363636
}

.accountpage .menu ul li a:hover,
.accountpage .menu ul li a.active {
  background: whitesmoke
}

.accountpage h1 {
  font-family: 'djibook';
  font-size: 18px;
  line-height: 1.1em;
  color: #363636;
  padding-bottom: 15px;
  text-align: left;
  margin: 0
}

.accountpage .content {
  width: -moz-calc(100% - 300px);
  width: calc(100% - 300px);
  min-height: 50vh;
  float: right;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #222;
  font-weight: 400
}

.accountpage .content img.picprofile {
  width: 120px
}

.accountpage .content h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #000;
  margin: 20px 0 0
}

.accountpage .content .row {
  margin: 0
}

.accountpage .content a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #00aeef;
  font-weight: 400
}

.accountpage .content a:hover {
  color: #4dc9f8
}

.accountpage .content a.btn,
.accountpage .content button {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #fff;
  background: #00aeef;
  border: 1px solid #00aeef;
  margin: 0 5px;
  -moz-box-shadow: none;
  box-shadow: none
}

.accountpage .content a.btn:hover,
.accountpage .content button:hover {
  background: #4dc9f8;
  border-color: #4dc9f8
}

.accountpage .content a.btn.border,
.accountpage .content button.border {
  background: transparent;
  color: #00aeef
}

.accountpage .content a.btn.border:hover,
.accountpage .content button.border:hover {
  background: #4dc9f8;
  color: white
}

.accountpage .content .panel {
  padding: 15px 0
}

.accountpage .content .right {
  float: right
}

.accountpage .content .userinfo {
  border: 1px solid #ebebeb;
  padding: 20px
}

.accountpage .content .userinfo .colum {
  padding-top: 35px
}

.accountpage .content .userinfo .edit {
  margin-top: 10px
}

.accountpage .content .userinfo .edit i {
  margin: 0 10px
}

.accountpage .content .userorder {
  border: 1px solid #ebebeb;
  margin-top: 20px
}

.accountpage .content .head {
  background: #f7f8f9
}

.accountpage .content .orderinfo {
  border: 1px solid #ebebeb;
  border-top: none
}

.accountpage .content .orderinfo table {
  margin: 20px 0
}

.accountpage .content .orderinfo th {
  padding-left: 30px
}

.accountpage .content .orderinfo tr {
  border-bottom: 1px solid #ebebeb
}

.accountpage .content .orderinfo tr.head {
  border-bottom: none
}

.accountpage .content .orderinfo tr:last-child {
  border-bottom: none
}

.accountpage .content .orderinfo td {
  position: relative;
  padding-left: 30px
}

.accountpage .content .orderinfo td:before {
  content: "";
  position: relative;
  width: 1px;
  height: 50px;
  position: absolute;
  top: 42px;
  left: 0;
  background: #ebebeb
}

.accountpage .content .orderinfo td.first {
  padding-left: 10px
}

.accountpage .content .orderinfo td.first:before {
  display: none
}

.accountpage .content .orderinfo .ordernum img {
  width: 100px;
  margin-right: 20px
}

.accountpage .content .orderinfo .status button {
  width: 90px;
  height: 40px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px
}

.accountpage .content .orderinfo .status button.border {
  margin-left: 20px
}

.accountpage .content .orderitem {
  width: 100%;
  float: left;
  padding-top: 40px
}

.accountpage .content .orderitem:first-child {
  padding-top: 0
}

.accountpage .content .ordernum {
  position: relative;
  margin-bottom: 10px
}

.accountpage .content .ordernum p {
  font-family: 'djibook';
  font-size: 18px;
  line-height: 1.1em;
  color: #00aeef;
  font-weight: 700;
  float: left
}

.accountpage .content .ordernum .status {
  position: absolute;
  bottom: 0;
  right: 0
}

.accountpage .content .ordernum .status button {
  width: 100px;
  height: 40px;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px
}

.accountpage .content .ordernum .status button.border {
  margin-right: 0
}

.accountpage .content .listorder {
  border: 1px solid #ebebeb;
  font-weight: 300;
  padding-bottom: 10px;
  color: #9c9c9c
}

.accountpage .content .listorder ul {
  width: auto;
  border-top: 1px solid #9c9c9c;
  margin: 40px 10px 20px
}

.accountpage .content .listorder li {
  width: 19%;
  display: inline-block;
  list-style: none;
  text-align: center;
  vertical-align: middle
}

.accountpage .content .listorder li .icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #cccccc;
  color: white;
  top: -12px;
  padding-top: 2px;
  text-align: center
}

.accountpage .content .listorder li .status {
  position: relative;
  top: -5px
}

.accountpage .content .listorder li.active .icon {
  background: #00aeef
}

.accountpage .content .listorder table.tablestatus tr {
  border-top: 1px solid #ebebeb
}

.accountpage .content .listorder table.tablestatus th {
  width: 20%;
  text-align: right;
  padding: 8px
}

.accountpage .content .listorder table.tablestatus td {
  padding: 8px;
  font-weight: 300
}

.accountpage .content .listorder table.itemorder tr {
  border-top: 1px solid #ebebeb
}

.accountpage .content .listorder table.itemorder tr.head {
  background: whitesmoke
}

.accountpage .content .listorder table.itemorder th {
  text-align: right;
  padding: 5px
}

.accountpage .content .listorder table.itemorder img {
  width: 60px;
  margin-right: 10px
}

.accountpage .content .listorder table.itemorder td {
  text-align: right;
  padding: 5px;
  font-weight: 300
}

.accountpage .content .listorder table.itemorder td.product {
  padding-left: 20px;
  text-align: left
}

.accountpage .content .listaddress {
  margin-top: 20px
}

.accountpage .content .listaddress tr {
  border-bottom: 1px solid #ddd
}

.accountpage .content .listaddress .btnrow {
  width: 100px;
  text-align: center
}

.accountpage .content .listaddress .btnrow a.btn {
  width: 80px;
  padding: 0;
  font-size: 12px;
  height: 35px;
  line-height: 33px !important;
  display: inline-block;
  float: none
}

.accountpage .content .addressform {
  margin-top: 20px;
  float: left
}

.accountpage .content .addressform .btnrow {
  margin-top: 40px
}

.accountpage .content .addressform .btnrow .btn {
  display: inline-block;
  float: left
}

.accountpage .content .addressform label,
.accountpage .content .addressform select {
  color: #222;
  font-weight: 300
}

.accountpage .content .addressform .sec {
  margin-top: 20px
}

.accountpage .content .changepass_form {
  margin-top: 20px;
  float: left;
  padding: 0
}

.accountpage .content .changepass_form .btnrow {
  margin-top: 40px
}

.accountpage .content .changepass_form .btnrow .btn {
  margin: 0
}

.accountpage .avatar label {
  width: 100%;
  float: left;
  margin: 5px 0
}

.accountpage .avatar input {
  height: 20px !important;
  font-size: 12px
}

.accountpage .avatar i {
  width: 100%;
  float: left;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  color: #9c9c9c;
  font-size: 12px
}

.accountpage form.profile .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 300
}

.accountpage form.profile label {
  color: #222
}

.accountpage form.profile button {
  margin: 20px 0
}

#remove .btnstep a.btn {
  width: 120px
}

.search_result {
  width: 100%;
  position: relative;
  float: left;
  font-family: 'djidemi';
  font-size: 36px;
  line-height: 1.1em;
  color: #00aeef
}

.search_result:before {
  content: "Search Result for";
  color: #363636;
  position: relative;
  margin-right: 10px;
  float: left;
  top: 0;
  left: 0
}

.checkstatus {
  width: 100%;
  min-height: 80vh;
  float: left;
  position: relative;
  background: url(../images/checkstatus.png) no-repeat top right #fafafa;
  -moz-background-size: contain;
  background-size: contain
}

.checkstatus .checkinput {
  width: 100%;
  float: left;
  margin: 60px 0
}

.checkstatus .checkinput p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #363636
}

.checkstatus .title {
  width: 100%;
  float: left;
  text-align: left;
  color: #363636
}

.checkstatus .title span {
  width: 100%;
  float: left;
  margin-top: 10px;
  font-family: 'djidemi';
  font-size: 24px;
  line-height: 1.1em;
  color: #9c9c9c
}

.checkstatus form {
  width: 50%;
  float: left
}

.checkstatus form .input-field {
  width: 100%;
  float: left;
  background: white;
  height: 50px !important;
  border: 1px solid #00aeef;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0
}

.checkstatus form input {
  width: 70%;
  height: 50px !important;
  border: none;
  padding: 0 20px;
  margin: 0
}

.checkstatus form input:focus {
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: none !important
}

.checkstatus form button {
  width: auto;
  background: #00aeef;
  position: absolute;
  top: 6px;
  right: 7px;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.checkstatus form button:hover,
.checkstatus form button:focus {
  background: #4dc9f8;
  -moz-box-shadow: none;
  box-shadow: none
}

.checkstatus form button:visited {
  background: #00aeef
}

.checkstatus .order_number {
  width: 100%;
  float: left;
  font-family: 'djidemi';
  font-size: 24px;
  line-height: 1.1em;
  color: #00aeef
}

.checkstatus .order_number:before {
  content: "Order Number:";
  float: left;
  margin-right: 10px
}

.checkstatus .order_number .status {
  width: auto;
  float: right
}

.checkstatus .order_number a.btn,
.checkstatus .order_number button {
  height: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #fff;
  background: #00aeef;
  border: 1px solid #00aeef;
  margin: 0 5px;
  -moz-box-shadow: none;
  box-shadow: none;
  float: left
}

.checkstatus .order_number a.btn:hover,
.checkstatus .order_number button:hover {
  background: #4dc9f8;
  border-color: #4dc9f8
}

.checkstatus .order_number a.btn.border,
.checkstatus .order_number button.border {
  background: white;
  color: #00aeef
}

.checkstatus .order_number a.btn.border:hover,
.checkstatus .order_number button.border:hover {
  background: #4dc9f8;
  color: white
}

.checkstatus .accountpage {
  width: 100%;
  float: left;
  margin: 30px 0;
  text-align: center
}

.checkstatus .accountpage .content {
  width: 900px;
  float: none;
  display: inline-block;
  border: none;
  min-height: auto;
  margin: 30px 0
}

.checkstatus .accountpage .content .listorder {
  border: none
}

.whowe {
  background: white
}

.whowe .content {
  width: 100%;
  min-height: 90vh;
  float: left;
  padding: 60px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #9c9c9c
}

.whowe .content b,
.whowe .content strong {
  font-weight: 400;
  color: #363636
}

.support {
  width: 100%;
  float: left
}

.support .namepage {
  width: 100%;
  float: left;
  background: #f7f8f9
}

.support .title {
  padding: 60px 0;
  text-align: left;
  margin: 0;
  float: left
}

.support .areaquest {
  width: 100%;
  float: left;
  background: white;
  padding: 60px 0;
  min-height: 80vh;
  position: relative
}

.support .arealist {
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
  float: left;
  display: none
}

.support .arealist.active {
  display: block
}

.support .arealist .content {
  width: 100%;
  float: left
}

.support .arealist .content p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #363636;
  line-height: 1.8em
}

.support .arealist .content p strong {
  font-size: 18px;
  color: #363636
}

.support .arealist li {
  width: 100%;
  float: left
}

.support .arealist li .que,
.support .arealist li .ans {
  width: 100%;
  float: left;
  padding: 15px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #9c9c9c
}

.support .arealist li .que {
  font-weight: 400;
  padding-top: 30px;
  cursor: pointer;
  color: #00aeef;
  border-bottom: 1px solid #ddd
}

.support .arealist li .ans {
  display: none
}

.support .arealist li:first-child .que {
  padding-top: 0
}

.support .arealist li:first-child .ans {
  display: block
}

.support ul.typequest {
  width: 400px;
  float: left
}

.support ul.typequest li {
  width: 100%;
  float: left;
  cursor: pointer
}

.support ul.typequest li a {
  width: auto;
  float: left;
  padding: 15px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
  color: #363636;
  font-weight: 400;
  position: relative
}

.support ul.typequest li a:after {
  content: '';
  width: 0;
  height: 2px;
  background: #00aeef;
  position: absolute;
  bottom: 5px;
  left: 0;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.support ul.typequest li:first-child a {
  padding-top: 0
}

.support ul.typequest li.active a:after,
.support ul.typequest li:hover a:after {
  width: 100%;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.dealer {
  font-family: 'Prompt', sans-serif
}

.dealer h1 {
  width: 100%;
  float: left;
  margin: 20px 0;
  font-family: 'Prompt', sans-serif;
  font-size: 30px;
  line-height: 1.1em;
  color: #000;
  line-height: 1.3em
}

.dealer h2 {
  width: 100%;
  float: left;
  margin: 0px 0px 20px 0;
  font-family: 'Prompt', sans-serif;
  font-size: 24px;
  line-height: 1.1em;
  color: #000;
  line-height: 1.3em
}

.dealer h3 {
  width: 100%;
  float: left;
  margin: 20px 0px 20px 0;
  font-family: 'Prompt', sans-serif;
  font-size: 24px;
  line-height: 1.1em;
  color: #000;
  line-height: 1.3em
}

.dealer h4 {
  width: 100%;
  float: left;
  margin: 0px 0px 10px 0;
  font-family: 'Prompt', sans-serif;
  font-size: 20px;
  line-height: 1.1em;
  color: #000;
  line-height: 1.3em
}

.dealer h5 {
  width: 100%;
  float: left;
  margin: 10px 0px 20px 0;
  font-family: 'Prompt', sans-serif;
  font-size: 20px;
  line-height: 1.1em;
  color: #000;
  line-height: 1.3em
}

.dealer .tabs {
  background: none;
  margin-bottom: 20px
}

.dealer .tabs .indicator {
  background: transparent
}

.dealer .tabs li:first-child a {
  background: #eaeaea;
  color: #7f7f7f;
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border: 0px solid #000000
}

.dealer .tabs li:nth-child(2) a {
  background: #eaeaea;
  color: #7f7f7f;
  border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border: 0px solid #000000
}

.dealer .tabs .tab a.active {
  color: #fff;
  background: #02aeee;
  border-bottom: 0px
}

.dealer .col .input-field.no-pad-right {
  padding-right: 0px
}

.dealer .col .input-field.no-pad-right div {
  background: #f6f6f6;
  width: 100%
}

.dealer .col .input-field.no-pad-right div::before {
  content: "1";
  background: #000;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  position: absolute;
  text-align: center;
  margin-left: 10px;
  margin-top: 10px
}

.dealer .col .input-field.no-pad-right div::after {
  content: "|";
  position: absolute;
  right: 0px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ccc
}

.ticwatchse-header .ticwatchse-nav{
  background: transparent;
  box-shadow: none;
}

.ticwatchse-header .ticwatchse-logo{
  vertical-align: top;
}

.dealer .col .input-field.no-pad-right div input {
  border-bottom: 0px;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border: 0px solid #000000;
  font-family: 'Prompt', sans-serif;
  margin-left: 40px;
  padding-left: 10px;
  margin-bottom: 0px;
  width: 89%
}

.dealer .col .no-pad-left {
  padding-left: 0px
}

.dealer .col .no-pad-left>div {
  background: #f6f6f6
}

.dealer .col .no-pad-left::before {
  content: "2";
  background: #000;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  position: absolute;
  text-align: center;
  margin-left: 10px;
  margin-top: 10px;
  z-index: 1
}

.dealer .col .no-pad-left input {
  border-bottom: 0px;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border: 0px solid #000000;
  font-family: 'Prompt', sans-serif;
  margin-bottom: 0px;
  margin-left: 30px
}

.dealer .col .no-pad-left .file-field {
  margin-top: 0px
}

.dealer .col .no-pad-left .file-field .btn {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  float: right;
  background-color: #606060;
  border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  height: 26px;
  line-height: 1.6rem;
  padding: 0px 10px;
  cursor: pointer
}

.dealer .col .no-pad-left .file-field .btn span {
  margin-top: 10px;
  font-size: 10px
}

.dealer .dealer_form {
  background: #fff;
  padding: 15px
}

.dealer .dealer_form .g-recaptcha {
  display: inline-block;
  margin: 0 auto
}

.dealer .dealer_form ul li::before {
  content: "- ";
  margin-right: 5px
}

.dealer .dealer_form form [type="radio"]:not(:checked)+label {
  font-family: 'Prompt', sans-serif
}

.dealer .dealer_form form [type="radio"]:checked+label {
  font-family: 'Prompt', sans-serif
}

.dealer .dealer_form form [type="radio"]:checked+label::after {
  background-color: #000;
  border-color: #000
}

.dealer .dealer_form form label {
  font-family: 'Prompt', sans-serif;
  color: #000
}

.dealer .dealer_form form .input-field label {
  font-family: 'Prompt', sans-serif;
  top: 0rem
}

.dealer .dealer_form form .input-field label.active {
  color: #000 !important;
  font-size: 14px !important
}

.dealer .dealer_form form .input-field input {
  background: #f6f6f6;
  border-bottom: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 0px solid #000000;
  font-family: 'Prompt', sans-serif;
  padding-left: 10px;
  margin-bottom: 0px
}

.dealer .dealer_form form .input-field textarea.materialize-textarea {
  background: #f6f6f6;
  height: 150px;
  border-bottom: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 0px solid #000000;
  font-family: 'Prompt', sans-serif;
  padding-left: 10px
}

.dealer .dealer_form form .file-field {
  margin-top: 0px
}

.dealer .dealer_form form .file-field .btn {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  float: right;
  background-color: #606060;
  border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  height: 26px;
  line-height: 1.6rem;
  padding: 0px 10px;
  cursor: pointer
}

.dealer .dealer_form form .file-field .btn span {
  margin-top: 10px;
  font-size: 10px
}

.preloader-overlay {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  display: none
}

.preloader-overlay.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  margin: 0 0 5px 0
}

.modal {
  background: transparent;
  border: none;
  -moz-box-shadow: none;
  box-shadow: none
}

label {
  font-family: 'THSarabunNew';
  font-size: 22px;
  font-weight: 100;
  color: #333
}

.table td {
  text-align: center;
  margin: auto;
  width: auto
}

input[type=search] {
  margin: 0 0 5px 0;
  height: auto;
  padding: 0 5px
}

ul.box-img {
  overflow: hidden;
}

ul.box-img li {
  display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    width:50%;
    float:left;
}

ul.box-text {
  margin-top:30px;
  
}
ul.box-text li{
  width:50%;
    float:left;
    text-align: center;
}

ul.box-img img{
  width:38%;
}

.table-web tr:nth-child(odd){
  background-color: #f6f6f6;
}

.table-web .pro-name{
  font-weight:bold;
  text-align: center;
}

.faq-list {
  font-size: 14px;
  line-height: 21px;
  color: #444;
  text-align: left;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 130px;
  -webkit-column-gap: 130px;
  column-gap: 135px;
  column-break-after: always;
}

/* .faq-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 50%;
  float: left;

} */

.faq-list .question-txt span {
  color: #3487dc;
  margin-right: 10px;
}

.faq-list .question-txt{
  font-weight: bold;
  margin-bottom: 12px;
}

.faq-list li {
  margin-bottom: 50px;
  display: inline-block;
}


.spec-table-title {
  font-size: 22px;
  color: #444;
  padding: 35px 0 25px;
  text-align: center;
}


.spec-table-intro{
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 50px;
  clear: both;
  overflow: hidden;
}
.spec-table-title{
  font-size: 22px;
  color: #444;
  padding: 35px 0 25px;
  text-align: center;
}
 .table-left{
  width: 50%;
  float: left;
  text-align: left;
  height: auto;
  overflow: hidden;
  border-left: 1px solid #dfdfdf;
}
.table-right{
  height: auto;
  overflow: hidden;
  text-align: left;
  border-right: 1px solid #dfdfdf;
}
.table-left li,
.table-right li{
  border-bottom: 1px solid #d6d6d6;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.table-left li{
  border-right: 1px solid #dfdfdf;
}
.table-left li:first-child,
.table-right li:first-child{
  border-top: 1px solid #d6d6d6;
}
.table-name{
  float: left;
  font-size: 18px;
  color: #444;
}
.table-left .table-name{
  width: 195px;
  text-indent: 25px;
}
.table-left .table-intro{
  width: 335px;
}
.table-right .table-intro{
  width: 280px;
}

@media screen and (max-width: 800px){
  .ticwatchse-sport .sport-woman-m{
    max-width:100%;
  }

}