/* ---------------- Init ---------------- */
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf); }

@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto-Bold.ttf); }

@font-face {
  font-family: Roboto-Light;
  src: url(../fonts/Roboto-Light.ttf); }

@font-face {
  font-family: Roboto-LightItalic;
  src: url(../fonts/Roboto-LightItalic.ttf); }

@font-face {
  font-family: Roboto-Italic;
  src: url(../fonts/Roboto-Italic.ttf); }

@font-face {
  font-family: RobotoCondensed-Bold;
  src: url(../fonts/RobotoCondensed-Bold.ttf); }

@font-face {
  font-family: RobotoCondensed-Regular;
  src: url(../fonts/RobotoCondensed-Regular.ttf); }

/* --------  -------- */
* {
  margin: 0px;
  padding: 0px; }

.img-full {
  width: 100%; }

.row-adv {
  margin-left: -5px;
  margin-right: -5px; }

.col-240 {
  width: 240px;
  position: relative;
  min-height: 1px;
  float: left; }

.col-right-240 {
  width: calc(100% - 240px);
  position: relative;
  min-height: 1px;
  float: left; }

.col-185 {
  width: 185px;
  position: relative;
  min-height: 1px;
  float: left; }

.right-185 {
  width: calc(100% - 185px);
  position: relative;
  min-height: 1px;
  float: left; }

.col-275 {
  width: 276px;
  position: relative;
  min-height: 1px;
  float: left; }

.right-275 {
  width: calc(100% - 276px);
  position: relative;
  min-height: 1px;
  float: left;
  border-top: 1px solid #e2e2e2; }

.col33 {
  width: 33.33333%;
  position: relative;
  min-height: 1px;
  float: left; }

/* -------- Editor -------- */
.editor img,
.editor frame {
  max-width: 100%;
  height: auto; }

/* -------- Global -------- */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 18px;
  color: #333333;
  font-family: Roboto;
  font-size: 13px; }

a {
  color: #000;
  outline: none !important;
  text-decoration: none; }

a:hover,
a:active,
a:focus {
  color: #24abe2;
  text-decoration: none; }

ul {
  margin: 0px;
  padding: 0px;
  list-style: inside; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px; }

button {
  outline: none !important; }

input[type='text'] {
  padding-left: 10px; }

input[type='email'] {
  padding-left: 10px; }

input[type='name'] {
  padding-left: 10px; }

/*----------------header--------------------*/
#header #top-header {
  background: #eeeeee;
  padding: 5px 0px;
  color: #666; }
  #header #top-header .left {
    display: inline-block;
    float: left; }
  #header #top-header .right {
    display: inline-block;
    float: right; }
    #header #top-header .right span {
      display: inline-block;
      margin-left: 15px; }
#header #bottom-header {
  padding-top: 10px;
  padding-bottom: 10px; }
  #header #bottom-header .wrap-header {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-top: 15px; }
    #header #bottom-header .wrap-header .form-search {
      display: inline-block;
      float: right;
      padding-top: 5px;
      /*for IE10*/ }
      #header #bottom-header .wrap-header .form-search select {
        height: 37px;
        border: 1px solid #e2e2e2;
        border-right: none;
        background: url(../img/arr-select.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding-left: 15px;
        padding-right: 40px;
        border-radius: 5px 0px 0px 5px;
        display: inline-block;
        float: left; }
        #header #bottom-header .wrap-header .form-search select option {
          padding: 3px 5px; }
      #header #bottom-header .wrap-header .form-search select {
        /*for firefox*/
        -moz-appearance: none;
        /*for chrome*/
        -webkit-appearance: none;
        appearance: none; }
      #header #bottom-header .wrap-header .form-search select::-ms-expand {
        display: none; }
      #header #bottom-header .wrap-header .form-search input {
        height: 37px;
        border: 1px solid #e2e2e2;
        margin-left: -3px;
        width: 270px;
        padding-right: 10px;
        display: inline-block;
        float: left; }
      #header #bottom-header .wrap-header .form-search button {
        padding: 8px 15px;
        color: #fff;
        background: #444;
        border: none;
        font-size: 16px;
        padding-bottom: 11px;
        margin-left: -4px;
        border-radius: 0px 5px 5px 0px;
        display: inline-block;
        float: left; }
    #header #bottom-header .wrap-header .item-head {
      display: inline-block;
      margin-left: 20px;
      float: right; }
      #header #bottom-header .wrap-header .item-head img {
        display: inline-block;
        float: left; }
      #header #bottom-header .wrap-header .item-head .wraper {
        display: inline-block;
        float: right;
        background: url(../img/arr-select-pink-right.png);
        background-repeat: no-repeat;
        background-position: right center;
        border: 1px solid #e2e2e2;
        padding: 3px 25px 3px 0px;
        color: #b00c45;
        text-align: left;
        border-radius: 0px 5px 5px 0px;
        border-left: none; }
      #header #bottom-header .wrap-header .item-head span {
        display: block; }
    #header #bottom-header .wrap-header .custom {
      width: 145px; }
    #header #bottom-header .wrap-header .price {
      width: 125px; }
      #header #bottom-header .wrap-header .price button {
        text-transform: uppercase;
        padding: 12px 15px;
        color: #fff;
        background-color: #b00c45;
        border: none;
        font-size: 14px;
        border-radius: 5px; }
      #header #bottom-header .wrap-header .price img {
        margin-top: -5px; }
#header #menu {
  background: #333333; }
  #header #menu #max-menu-page {
    width: 100%;
    display: inline-block;
    float: left; }
    #header #menu #max-menu-page .cate {
      display: inline-block;
      position: relative;
      float: left;
      color: #fff;
      width: 240px;
      text-transform: uppercase;
      background: #b00c45;
      height: 38px;
      background-image: url(../img/arr-select-pink-white.png);
      background-repeat: no-repeat;
      background-position: right center; }
      #header #menu #max-menu-page .cate span {
        padding: 10px;
        display: block;
        font-size: 16px; }
        #header #menu #max-menu-page .cate span i {
          margin-right: 5px; }
      #header #menu #max-menu-page .cate .sub-cate {
        position: absolute;
        background: #fff;
        width: 240px;
        z-index: 9;
        list-style: none;
        border-left: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2; }
        #header #menu #max-menu-page .cate .sub-cate > li {
          display: block; }
          #header #menu #max-menu-page .cate .sub-cate > li > a {
            display: block;
            padding: 8.4px 10px; }
            #header #menu #max-menu-page .cate .sub-cate > li > a i {
              margin-right: 10px; }
          #header #menu #max-menu-page .cate .sub-cate > li > a:hover {
            background: #e2e2e2;
            color: #b00c45; }
          #header #menu #max-menu-page .cate .sub-cate > li .lv2 {
            list-style: none;
            position: absolute;
            left: 100%;
            background: #e2e2e2;
            width: 165px;
            top: 0;
            display: none; }
            #header #menu #max-menu-page .cate .sub-cate > li .lv2 li {
              display: block; }
              #header #menu #max-menu-page .cate .sub-cate > li .lv2 li a {
                display: block;
                padding: 6.8px 10px; }
              #header #menu #max-menu-page .cate .sub-cate > li .lv2 li a:hover {
                color: #b00c45; }
        #header #menu #max-menu-page .cate .sub-cate > li:hover .lv2 {
          display: block; }
    #header #menu #max-menu-page .lv1 {
      display: inline-block;
      width: calc(100% - 240px);
      float: left;
      list-style: none;
      text-align: right; }
      #header #menu #max-menu-page .lv1 > li {
        display: inline-block; }
        #header #menu #max-menu-page .lv1 > li > a {
          display: block;
          padding: 10px 15px;
          text-transform: uppercase;
          color: #fff; }
        #header #menu #max-menu-page .lv1 > li > a:hover {
          background: #666666; }
  #header #menu #nav-menu-page {
    padding: 10px 0px;
    color: #fff;
    font-size: 16px; }
  #header #menu #min-menu-page {
    background: #333;
    color: #fff; }
    #header #menu #min-menu-page .title {
      font-size: 18px;
      text-transform: uppercase;
      display: block;
      text-align: center;
      margin-bottom: 20px;
      padding-top: 10px; }
    #header #menu #min-menu-page ul.lv1 {
      list-style: none; }
      #header #menu #min-menu-page ul.lv1 > li {
        display: block; }
        #header #menu #min-menu-page ul.lv1 > li > a {
          display: block;
          padding: 5px 10px;
          color: #fff;
          text-transform: uppercase;
          border-bottom: 1px dotted #eeeeee; }
      #header #menu #min-menu-page ul.lv1 .have-child > a::after {
        content: "\f2f9";
        font-family: 'Material-Design-Iconic-Font';
        position: absolute;
        right: 0;
        line-height: 16px;
        font-size: 16px;
        height: 16px;
        width: 16px;
        font-weight: bold; }
      #header #menu #min-menu-page ul.lv1 li.have-child.expand > a::after {
        content: "\f2fc";
        font-family: 'Material-Design-Iconic-Font';
        font-weight: bold; }
    #header #menu #min-menu-page .lv2 {
      list-style: none;
      display: none; }
      #header #menu #min-menu-page .lv2 li {
        display: block; }
        #header #menu #min-menu-page .lv2 li a {
          padding: 5px 0px;
          color: #fff;
          padding-left: 30px;
          display: block;
          color: #fff; }
          #header #menu #min-menu-page .lv2 li a i {
            margin-right: 10px; }
    #header #menu #min-menu-page .lv3 {
      display: none; }
    #header #menu #min-menu-page .lv3 a {
      padding-left: 60px !important; }
    #header #menu #min-menu-page .exit {
      display: block;
      text-align: center;
      font-size: 30px;
      margin-top: 20px;
      color: #b00c45; }

#footer .wrap-partner {
  padding: 20px; }
  #footer .wrap-partner .item {
    padding: 0px 10px; }
  #footer .wrap-partner .owl-prev {
    position: absolute;
    left: -0;
    top: 30%;
    font-size: 30px;
    color: #999999; }
  #footer .wrap-partner .owl-next {
    position: absolute;
    right: -0;
    top: 30%;
    font-size: 30px;
    color: #999999; }
#footer #foot {
  padding-top: 30px;
  border-top: 3px solid #b00c45;
  background: #f2f2f2; }
  #footer #foot .top .email {
    background: url(../img/icon-email.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 50px; }
    #footer #foot .top .email span {
      display: block;
      font-family: Roboto-Bold;
      margin-bottom: 5px; }
    #footer #foot .top .email input {
      height: 32px;
      border: 1px solid #ddd;
      display: inline-block;
      float: left;
      width: calc(100% - 55px);
      border-radius: 5px;
      margin-right: 5px; }
    #footer #foot .top .email button {
      width: 50px;
      height: 32px;
      background: #b00c45;
      color: #fff;
      border-radius: 5px;
      border: none; }
  #footer #foot .top .shipping {
    background: url(../img/icon-shipping.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 75px;
    height: 54px; }
    #footer #foot .top .shipping span {
      display: block; }
  #footer #foot .top .wrap-bank {
    display: inline-block;
    width: 100%; }
    #footer #foot .top .wrap-bank .item {
      display: inline-block;
      width: 24%;
      padding: 5px; }
  #footer #foot .line {
    display: block;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 20px; }
  #footer #foot .bottom {
    padding-bottom: 30px; }
    #footer #foot .bottom .h3-footer {
      display: block;
      border-left: 2px solid #b00c45;
      font-size: 14px;
      text-transform: uppercase;
      font-family: Roboto-Bold;
      padding-left: 5px;
      margin-bottom: 10px; }
    #footer #foot .bottom ul {
      list-style: none; }
      #footer #foot .bottom ul li {
        display: block;
        margin-bottom: 5px; }
    #footer #foot .bottom .keyword a {
      padding: 0px 5px;
      border-right: 1px solid #ddd; }
    #footer #foot .bottom .com .cpname {
      display: block;
      font-family: Roboto-Bold;
      text-transform: uppercase;
      font-size: 16px; }
    #footer #foot .bottom .com .pink {
      font-family: Roboto-Bold;
      color: #b00c45; }
    #footer #foot .bottom .social {
      display: inline-block;
      width: 100%;
      margin-top: 15px; }
      #footer #foot .bottom .social .item {
        display: inline-block;
        float: left;
        width: 36px;
        height: 36px;
        background: #666;
        color: #fff;
        border-radius: 50%;
        font-size: 16px;
        text-align: center;
        padding-top: 8px;
        margin-right: 10px; }
        #footer #foot .bottom .social .item a {
          color: #fff;
          display: block; }
        #footer #foot .bottom .social .item a:hover {
          color: #b00c45; }
#footer #cpr {
  background: #333;
  color: #fff;
  padding: 10px 0px; }
  #footer #cpr span {
    padding: 5px 10px;
    background: #666;
    border-radius: 5px; }

#slider {
  display: inline-block;
  float: left;
  width: calc(100% - 255px); }
  #slider .sy-box {
    position: relative; }
  #slider .sy-pager {
    position: absolute;
    bottom: 10px;
    z-index: 9;
    width: 100%;
    text-align: right; }
    #slider .sy-pager li {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 1px solid #fff;
      padding: 1px; }
      #slider .sy-pager li a {
        background: transparent; }
    #slider .sy-pager li.sy-active a {
      background: #fff; }
  #slider .sy-pager li a {
    overflow: hidden;
    text-indent: 9999px; }

.deal {
  display: inline-block;
  width: 255px;
  float: left; }
  .deal .tit {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Roboto-Bold;
    color: #b00c45;
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2; }
  .deal .owl-nav {
    position: absolute;
    top: -30px;
    right: 10px;
    width: 60px; }
    .deal .owl-nav > div {
      width: 24px;
      height: 24px;
      display: inline-block;
      background: #dcdcdc;
      border-radius: 3px;
      margin-left: 5px;
      text-align: center;
      font-size: 18px;
      padding-top: 2px;
      transition: all 0.3s; }
    .deal .owl-nav > div:hover {
      background: #eeeeee; }

.item-product {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2; }
  .item-product .img {
    position: relative; }
    .item-product .img img {
      display: block;
      margin: auto;
      width: auto;
      max-width: 100%; }
    .item-product .img .sale {
      position: absolute;
      text-align: center;
      width: 47px;
      height: 40px;
      top: 0;
      right: 10px;
      background: url(../img/icon-sale.png);
      padding-top: 5px;
      color: #fff;
      font-family: Roboto-Bold;
      font-size: 16px; }
    .item-product .img .deal-note {
      position: absolute;
      width: 100%;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      padding: 10px 20px;
      color: #fff;
      text-align: right;
      transition: all 0.3s;
      display: none; }
      .item-product .img .deal-note a {
        display: inline-block;
        padding: 5px 10px;
        background: #b00c45;
        color: #fff;
        text-transform: uppercase;
        border-radius: 3px;
        margin-left: 20px; }
    .item-product .img .deal-note:hover {
      background: rgba(0, 0, 0, 0.7); }
  .item-product .img:hover .deal-note {
    display: block; }
  .item-product .title {
    padding: 10px;
    display: inline-block;
    width: 100%; }
    .item-product .title a {
      display: block;
      font-size: 14px;
      margin-bottom: 5px; }
    .item-product .title .price {
      display: inline-block;
      width: 50%;
      float: left;
      font-family: Roboto-Bold;
      color: #b00c45;
      font-size: 18px; }
    .item-product .title .root {
      color: #999;
      text-align: right;
      display: inline-block;
      width: 50%;
      float: left;
      text-decoration: line-through;
      font-size: 14px; }
  .item-product .bought {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #b00c45;
    font-family: Roboto-Bold;
    padding-top: 0px;
    transition: all 0.3s; }
    .item-product .bought .lock, .item-product .bought .buy {
      display: inline-block;
      float: left;
      width: 50%;
      border-top: 1px solid #b00c45;
      padding-top: 10px; }
    .item-product .bought .buy {
      text-align: right; }

.title-cate-product {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  /*for IE10*/ }
  .title-cate-product > span:first-child {
    display: inline-block;
    float: left;
    width: 200px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #b00c45;
    font-size: 18px;
    border-bottom: 2px solid #ccc; }
  .title-cate-product > span:last-child {
    display: inline-block;
    float: left;
    width: calc(100% - 200px);
    text-align: right;
    border-bottom: 2px solid #b00c45;
    padding-bottom: 8px;
    padding-top: 10px;
    font-family: Roboto-Italic;
    color: #999; }
    .title-cate-product > span:last-child span {
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 1px solid #999;
      border-radius: 3px;
      text-align: center;
      font-size: 16px; }
    .title-cate-product > span:last-child a {
      color: #999999; }
    .title-cate-product > span:last-child a:hover {
      color: #b00c45; }
    .title-cate-product > span:last-child a:hover span {
      border-color: #b00c45; }
  .title-cate-product select {
    background: url(../img/arr-select-pink-agle.png);
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #ddd;
    height: 25px;
    width: 165px; }
    .title-cate-product select option {
      padding: 5px 10px; }
  .title-cate-product select {
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance: none;
    appearance: none; }
  .title-cate-product select::-ms-expand {
    display: none; }

#sale-hot {
  margin-top: 30px; }
  #sale-hot .wrap-item-hot-sale {
    border: 1px solid #e2e2e2;
    border-bottom: none;
    border-right: none; }
    #sale-hot .wrap-item-hot-sale .owl-prev, #sale-hot .wrap-item-hot-sale .owl-next {
      position: absolute;
      top: 35%;
      padding: 10px;
      font-size: 26px;
      color: #fff;
      background: rgba(127, 127, 127, 0.8); }
    #sale-hot .wrap-item-hot-sale .owl-prev {
      left: 0;
      border-radius: 0px 5px 5px 0px; }
    #sale-hot .wrap-item-hot-sale .owl-next {
      right: 0;
      border-radius: 5px 0px 0px 5px; }

.block-cate {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%; }
  .block-cate .owl-prev, .block-cate .owl-next {
    position: absolute;
    top: 40%;
    padding: 10px;
    font-size: 26px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8); }
  .block-cate .owl-prev {
    left: 0;
    border-radius: 0px 5px 5px 0px; }
  .block-cate .owl-next {
    right: 0;
    border-radius: 5px 0px 0px 5px; }
  .block-cate .ul-cate {
    list-style: none;
    background: #fff;
    border: 1px solid #e2e2e2; }
    .block-cate .ul-cate li {
      display: block; }
      .block-cate .ul-cate li a {
        display: block;
        padding: 5px 10px; }
      .block-cate .ul-cate li a:hover {
        color: #fff;
        background: #b00c45; }

#cate-home {
  background: #f7f7f7;
  margin: 30px 0px;
  padding: 30px 0px; }
  #cate-home .item-product {
    background: white; }

#breadcrumb {
  background: #eee; }
  #breadcrumb ul {
    list-style: none; }
    #breadcrumb ul li {
      display: inline-block; }
      #breadcrumb ul li a {
        display: block;
        padding: 10px 5px; }
      #breadcrumb ul li a:hover {
        color: #b00c45; }
    #breadcrumb ul li:first-child i {
      font-size: 16px;
      color: #b00c45;
      margin-right: 5px; }

#about-page {
  padding-top: 30px; }

.menu-sidebar {
  margin-bottom: 20px; }
  .menu-sidebar .title-sidebar {
    display: block;
    background: #eee;
    border: 1px solid #ddd;
    font-size: 16px;
    font-family: Roboto-Bold;
    color: #b00c45;
    padding: 10px; }
  .menu-sidebar ul {
    list-style: none;
    background: #f6f4f4;
    border: 1px solid #ddd;
    border-top: none; }
    .menu-sidebar ul li {
      display: block; }
      .menu-sidebar ul li a {
        display: block;
        padding: 7px 10px; }
      .menu-sidebar ul li a:hover {
        background: #fff;
        color: #b00c45; }

.h1-title {
  display: block;
  font-size: 18px;
  font-family: Roboto-Bold;
  margin-bottom: 10px; }

.comment {
  margin-top: 30px; }

.block-form {
  padding: 10px;
  background: #f6f4f4;
  border: 1px solid #ddd;
  border-top: none; }
  .block-form h4 {
    font-size: 15px;
    font-family: Roboto-Bold;
    margin-bottom: 10px; }
  .block-form .input {
    display: block;
    padding: 7px 0px; }
    .block-form .input > span {
      width: 15px;
      height: 15px;
      display: inline-block;
      padding: 2px;
      border: 1px solid #ddd;
      margin-bottom: -3px;
      margin-right: 5px; }
      .block-form .input > span span {
        display: block;
        background: #b00c45;
        width: 100%;
        height: 100%;
        display: none; }
    .block-form .input input {
      visibility: hidden; }
  .block-form .input:hover {
    color: #b00c45; }
  .block-form .input.active {
    color: #b00c45; }
  .block-form .input.active .check {
    display: block; }

#product {
  margin-top: 30px;
  margin-bottom: 30px; }
  #product .item-product {
    width: 25%;
    float: left;
    margin-bottom: 10px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-left: -1px; }
  #product .title-cate-product > span:last-child {
    padding-top: 5px; }
  #product .filter {
    display: none;
    padding: 5px 10px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px; }
    #product .filter i {
      margin-right: 5px;
      color: #b00c45; }

.paging {
  display: inline-block;
  width: 100%;
  text-align: center; }
  .paging a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 3px; }
  .paging .active {
    background: #b00c45;
    border-color: #b00c45;
    color: white; }
  .paging a:hover {
    background: #b00c45;
    border-color: #b00c45;
    color: white; }

#product-detail {
  margin: 30px 0px; }
  #product-detail .images {
    display: inline-block;
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    height: 415px; }
    #product-detail .images img {
      max-width: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  #product-detail .thumbs .thumb {
    border: 1px solid #dddddd; }
  #product-detail .thumbs .active {
    border-color: #b00c45; }
  #product-detail .thumbs .owl-prev, #product-detail .thumbs .owl-next {
    position: absolute;
    top: 40%;
    width: 10px;
    height: 20px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 3px; }
  #product-detail .thumbs .owl-next {
    right: -13px; }
  #product-detail .thumbs .owl-prev {
    left: -13px; }
  #product-detail .title-cate-product > span:last-child {
    padding-bottom: 10px;
    color: white; }
  #product-detail .title-product {
    display: block;
    font-family: Roboto-Bold;
    font-size: 18px;
    margin-bottom: 5px; }
  #product-detail .price {
    font-size: 20px;
    font-family: Roboto-Bold;
    color: #b00c45;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px; }
  #product-detail .root {
    color: #999;
    font-size: 16px;
    text-decoration: line-through; }
  #product-detail .star {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 18px;
    color: #e1e3e6;
    text-shadow: 1px 1px 1px #888; }
    #product-detail .star .active {
      color: #ffbd00; }
  #product-detail .info-detail {
    margin-bottom: 15px; }
    #product-detail .info-detail .left {
      display: inline-block;
      width: 150px; }
    #product-detail .info-detail .right {
      font-family: Roboto-Bold; }
  #product-detail .booking {
    background: #ebebeb;
    padding: 10px 20px;
    margin-bottom: 10px; }
    #product-detail .booking select {
      width: 130px;
      height: 28px;
      border: 1px solid #ddd;
      padding-left: 10px; }
      #product-detail .booking select option {
        padding-left: 10px; }
    #product-detail .booking button {
      background: #b00c45;
      padding: 7px 10px;
      color: #fff;
      text-transform: uppercase;
      border: none;
      border-radius: 3px;
      margin-left: 30px;
      font-family: Roboto-Bold; }
    #product-detail .booking span {
      display: block;
      font-family: Roboto-Italic;
      color: #b00c45;
      margin-top: 10px; }
      #product-detail .booking span a {
        color: #b00c45;
        text-decoration: underline; }
  #product-detail .note {
    display: block;
    font-family: Roboto-Italic; }
  #product-detail .shipping {
    border: 2px dotted #b00c45;
    padding: 5px 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    background: url(../img/icon-ship-small.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 50px;
    color: #b00c45;
    font-family: Roboto-Bold; }
  #product-detail .wrap-item-right {
    padding: 10px;
    background: #f6f4f4;
    border: 1px solid #ddd; }
  #product-detail .item-right {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    line-height: 22px; }
  #product-detail .item-right:last-child {
    border: none;
    color: #b00c45; }
  #product-detail .ship-moto .title {
    display: block;
    text-align: right;
    font-size: 18px;
    font-family: Roboto-Bold;
    color: #b00c45; }
    #product-detail .ship-moto .title img {
      float: left; }
  #product-detail .wrap-ship {
    padding: 10px 20px;
    background: #b00c45;
    color: #fff;
    line-height: 22px; }
  #product-detail .relate {
    margin: 30px 0px; }
    #product-detail .relate .wrap-item-hot-sale {
      border-top: 1px solid #ddd;
      border-left: 1px solid #ddd; }
    #product-detail .relate .title-cate-product span:last-child {
      padding-bottom: 7px; }
    #product-detail .relate .owl-prev, #product-detail .relate .owl-next {
      position: absolute;
      top: 35%;
      padding: 10px;
      font-size: 26px;
      color: #fff;
      background: rgba(127, 127, 127, 0.8); }
    #product-detail .relate .owl-prev {
      left: 0;
      border-radius: 0px 5px 5px 0px; }
    #product-detail .relate .owl-next {
      right: 0;
      border-radius: 5px 0px 0px 5px; }
    #product-detail .relate .price {
      margin-right: 0px; }

.pink-bold {
  font-family: Roboto-Bold;
  color: #b00c45; }

#main-items {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  #main-items a:hover {
    color: #b00c45; }
  #main-items .main img {
    margin-bottom: 5px; }
  #main-items .main a {
    display: block;
    font-size: 18px;
    font-family: Roboto-Bold;
    margin-bottom: 5px; }
  #main-items .main span {
    display: block;
    font-family: Roboto-Italic;
    color: #b00c45;
    margin-bottom: 10px; }
  #main-items .second {
    padding-bottom: 10px; }
    #main-items .second img {
      margin-bottom: 5px; }
    #main-items .second a {
      display: block;
      font-family: Roboto-Bold;
      font-size: 16px; }
      #main-items .second a span {
        color: #b00c45;
        font-family: Roboto-Italic;
        font-size: 13px;
        display: inline-block;
        margin-left: 10px; }
  #main-items .third {
    display: block;
    border-top: 1px solid #eee;
    padding: 10px 0px; }
    #main-items .third span {
      display: inline-block;
      margin-left: 10px;
      font-family: Roboto-Italic;
      color: #b00c45; }

.item-news {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd; }
  .item-news .left {
    display: inline-block;
    float: left;
    width: 250px; }
  .item-news .right {
    display: inline-block;
    float: left;
    width: calc(100% - 250px);
    padding-left: 15px; }
    .item-news .right a {
      display: block;
      font-size: 14px;
      font-family: Roboto-Bold;
      margin-bottom: 5px; }
    .item-news .right span {
      font-family: Roboto-Italic;
      color: #b00c45;
      display: block;
      margin-bottom: 10px; }

.day {
  display: block;
  font-family: Roboto-Italic;
  color: #b00c45;
  margin-bottom: 10px; }

.relate-news {
  margin-top: 20px; }
  .relate-news .title-cate-product span:last-child {
    padding-bottom: 10px; }
  .relate-news .wrap-relate-news {
    line-height: 24px; }
    .relate-news .wrap-relate-news a {
      display: block;
      font-size: 14px; }
      .relate-news .wrap-relate-news a span {
        display: inline-block;
        margin-left: 15px;
        font-family: Roboto-Italic;
        color: #b00c45; }
    .relate-news .wrap-relate-news a:hover {
      color: #b00c45; }

.popup .note {
  color: #fff;
  margin-bottom: 10px;
  display: block;
  font-size: 14px; }
.popup .modal-content {
  border-radius: 0px;
  position: relative; }
.popup .close {
  position: absolute;
  right: -15px;
  top: -15px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #b00c45;
  opacity: 1; }
.popup .title-popup {
  padding: 10px 20px;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  color: #b00c45;
  margin-bottom: 10px; }
.popup .product-popup {
  display: inline-block;
  width: 100%;
  padding-top: 5px; }
  .popup .product-popup .left {
    display: inline-block;
    float: left;
    width: 115px; }
  .popup .product-popup .right {
    display: inline-block;
    float: left;
    width: calc(100% - 115px);
    line-height: 22px; }
    .popup .product-popup .right a {
      display: block;
      font-size: 16px;
      font-family: Roboto-Bold; }
    .popup .product-popup .right .price {
      font-size: 16px;
      font-family: Roboto-Bold;
      color: #b00c45;
      margin-right: 20px; }
    .popup .product-popup .right .root {
      color: #999;
      color: #999;
      text-decoration: line-through;
      font-size: 14px; }
.popup .form-popup {
  background: #e6e4e4;
  padding: 10px 20px; }
  .popup .form-popup .title-form {
    display: block;
    font-size: 14px;
    color: #b00c45;
    font-family: Roboto-Italic;
    margin-bottom: 10px; }
  .popup .form-popup .item {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; }
    .popup .form-popup .item span {
      width: 100px;
      display: inline-block;
      float: left;
      font-family: Roboto-Bold; }
    .popup .form-popup .item input {
      width: calc(100% - 100px);
      height: 34px;
      border: 1px solid #ddd; }
    .popup .form-popup .item textarea {
      width: calc(100% - 100px);
      border: 1px solid #ddd; }
  .popup .form-popup button {
    background: #b00c45;
    color: #fff;
    padding: 7px 20px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px; }
  .popup .form-popup .italic {
    float: right; }
.popup .giasi-note {
  padding: 10px 20px;
  padding-top: 0px; }
.popup .success {
  background: url(../img/icon-success.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 15px 20px;
  padding-left: 70px;
  font-family: Roboto-Italic; }
  .popup .success span {
    display: block;
    color: #b00c45;
    font-size: 16px;
    font-family: Roboto-Bold; }
