/*-[ABOUT CSS PAGE]---------------------------------------------------------------------------------

	* THEME NAME: 03 A03 1_003
	* DESCRIPTION: Themes of familala
	* AUTHOR: Member
	* VERSION: 1.0
	* CRATE DATE: 4-7-2017 10:40 AM
	* LAST UPDATE: Going
	
---[ABOUT CSS PAGE]-------------------------------------------------------------------------------*/
.cart-store .row {
  margin-left: -0px;
  margin-right: -0px; }

.cart-store .col-sm-3 {
  padding-left: 0px;
  padding-right: 0px; }

@font-face {
  font-family: 'lato-regular';
  src: url("../fonts/lato/Lato-regular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'lato-bold';
  src: url("../fonts/lato/Lato-bold.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'lato-italic';
  src: url("../fonts/lato/Lato-italic.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'lato-bolditalic';
  src: url("../fonts/lato/Lato-bolditalic.ttf");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: lato-regular;
  font-size: 14px;
  color: #333333; }

a {
  color: inherit; }
  a:focus {
    outline: none;
    text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #10bcc2; }

img {
  max-width: 100%; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }



h1, h2, h3, h4, h5 {
  margin-top: 0px;
  margin-bottom: 0px; }

textarea {
  resize: none;
  min-height: 150px; }

button {
  outline: none; }

@media (min-width: 1210px) {
  .container {
    width: 1200px; } }
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: none; }

.container-fluid {
  max-width: 1400px;
  padding-left: 0px;
  padding-right: 0px; }

.form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #BDBDBD; }
.form-control:-moz-placeholder {
  font-style: italic;
  color: #BDBDBD; }
.form-control::-moz-placeholder {
  font-style: italic;
  color: #BDBDBD; }
.form-control:-ms-input-placeholder {
  font-style: italic;
  color: #BDBDBD; }

.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff; }

.pagination {
  margin-bottom: 0px;
  margin-top: 0px; }

.form-control:focus {
  box-shadow: none;
  border-color: #10bcc2; }

.modal-backdrop {
  z-index: 2019; }

.modal {
  z-index: 2020; }

.slick-slide {
  outline: none; }

.not-active {
  display: none !important; }

.pay-store .left-mod .form-group:after, .pay-method .list-tab-mod:after {
  display: block;
  clear: both;
  content: ""; }

.cart-store .footer-cart .list-mod .btn-order, .cart-store .footer-cart .btn-out-cart, .pay-store .btn-pay-submit {
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: roboto-bold;
  font-size: 17px;
  color: #fff;
  display: inline-block;
  text-align: center; }

.cart-store .crt-delete-cart {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%); }

.login-modal .modal-content:before {
  background: -webkit-linear-gradient(left, #c4de8a 0%, #c4de8a 12.5%, #f5fdd4 12.5%, #f5fdd4 25%, #ffd084 25%, #ffd084 37.5%, #f27a6b 37.5%, #f27a6b 50%, #df9db9 50%, #df9db9 62.5%, #c09cdd 62.5%, #c09cdd 75%, #5f9cd9 75%, #5f9cd9 87.5%, #5ebee3 87.5%, #5ebee3 87.5%, #5ebee3 100%);
  background: linear-gradient(to right, #c4de8a 0%, #c4de8a 12.5%, #f5fdd4 12.5%, #f5fdd4 25%, #ffd084 25%, #ffd084 37.5%, #f27a6b 37.5%, #f27a6b 50%, #df9db9 50%, #df9db9 62.5%, #c09cdd 62.5%, #c09cdd 75%, #5f9cd9 75%, #5f9cd9 87.5%, #5ebee3 87.5%, #5ebee3 87.5%, #5ebee3 100%);
  /* W3C */ }

.cart-store {
  padding-top: 50px;
  padding-bottom: 50px; }
  .cart-store .crt-delete-cart {
    cursor: pointer;
    color: #555555;
    cursor: pointer;
    font-size: 25px; }
    .cart-store .crt-delete-cart:hover {
      color: #10bcc2; }
    @media screen and (max-width: 991px) {
      .cart-store .crt-delete-cart {
        position: static;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        display: table;
        margin-left: auto;
        margin-right: auto; } }
  .cart-store .head-cart {
    background: #f8f8f8;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #ededed; }
    .cart-store .head-cart li {
      border-right: 1px solid #ededed; }
      .cart-store .head-cart li:last-child {
        border-right: none; }
    .cart-store .head-cart .item-mod {
      height: 45px;
      line-height: 45px;
      overflow: hidden;
      font-size: 17px;
      position: relative; }
      .cart-store .head-cart .item-mod:last-child {
        border-right: none; }
      @media screen and (max-width: 767px) {
        .cart-store .head-cart .item-mod {
          display: none; }
          .cart-store .head-cart .item-mod.img-mod {
            width: 100%;
            display: block; } }
    .cart-store .head-cart .img-mod {
      width: 17%; }
    .cart-store .head-cart .name-mod {
      width: 29%; }
    .cart-store .head-cart .price-mod {
      width: 15%; }
    .cart-store .head-cart .quarty-mod {
      width: 16%; }
    .cart-store .head-cart .sum-mod {
      width: 13%; }
    .cart-store .head-cart .delete-mod {
      width: 10%; }
    @media screen and (max-width: 991px) {
      .cart-store .head-cart {
        display: none; } }
  .cart-store .content-cart {
    border: 1px solid #ededed;
    border-top: none; }
    .cart-store .content-cart .item-product-cart {
      position: relative;
      border-bottom: 1px solid #ededed; }
      .cart-store .content-cart .item-product-cart li {
        border-right: 1px solid #ededed; }
        .cart-store .content-cart .item-product-cart li:last-child {
          border-right: none; }
        @media screen and (max-width: 991px) {
          .cart-store .content-cart .item-product-cart li {
            border: none; } }
      .cart-store .content-cart .item-product-cart:last-child {
        border-bottom: none; }
        @media screen and (max-width: 991px) {
          .cart-store .content-cart .item-product-cart:last-child {
            border-bottom: 1px solid #ededed; } }
      .cart-store .content-cart .item-product-cart .img-mod {
        width: 17%;
        min-height: 100px;
        padding: 20px;
        display: flex;
        justify-content: center; }
        @media screen and (max-width: 991px) {
          .cart-store .content-cart .item-product-cart .img-mod {
            width: 100%; } }
      .cart-store .content-cart .item-product-cart .name-item-cart {
        position: absolute;
        top: 50%;
        left: 17%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 100%;
        overflow-x: hidden;
        width: 29%; }
        .cart-store .content-cart .item-product-cart .name-item-cart .def-mod {
          position: absolute;
          padding-left: 20px;
          width: 100%;
          text-align: center;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media screen and (max-width: 991px) {
            .cart-store .content-cart .item-product-cart .name-item-cart .def-mod {
              position: static;
              -webkit-transform: translateY(0);
                      transform: translateY(0);
              padding-left: 10px;
              padding-right: 10px;
              height: 70px;
              overflow-x: hidden; } }
        .cart-store .content-cart .item-product-cart .name-item-cart h3 {
          font-size: 17px; }
        @media screen and (max-width: 991px) {
          .cart-store .content-cart .item-product-cart .name-item-cart {
            width: 100%;
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            height: auto;
            position: static; } }
      .cart-store .content-cart .item-product-cart .price-mod {
        position: absolute;
        width: 15%;
        top: 50%;
        left: 46%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 100%;
        font-size: 16px; }
        .cart-store .content-cart .item-product-cart .price-mod .price-item-cart {
          position: absolute;
          display: inline-block;
          width: 100%;
          text-align: center;
          padding-left: 15px;
          padding-right: 15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media screen and (max-width: 991px) {
            .cart-store .content-cart .item-product-cart .price-mod .price-item-cart {
              position: static;
              -webkit-transform: translateY(0);
                      transform: translateY(0); } }
        @media screen and (max-width: 991px) {
          .cart-store .content-cart .item-product-cart .price-mod {
            width: 100%;
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            height: auto;
            position: static; } }
      .cart-store .content-cart .item-product-cart .quarty-mod {
        position: absolute;
        width: 16%;
        top: 50%;
        left: 61%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 100%; }
        .cart-store .content-cart .item-product-cart .quarty-mod .input-group {
          position: absolute;
          width: 100%;
          text-align: center;
          padding-left: 10px;
          padding-right: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          .cart-store .content-cart .item-product-cart .quarty-mod .input-group .form-control {
            height: 35px;
            box-shadow: none;
            text-align: center; }
          @media screen and (max-width: 991px) {
            .cart-store .content-cart .item-product-cart .quarty-mod .input-group {
              position: static;
              -webkit-transform: translateY(0);
                      transform: translateY(0); } }
        .cart-store .content-cart .item-product-cart .quarty-mod .alert-mod {
          color: red;
          position: absolute;
          bottom: 5px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          white-space: nowrap;
          font-style: italic; }
        @media screen and (max-width: 991px) {
          .cart-store .content-cart .item-product-cart .quarty-mod {
            width: 100%;
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            height: auto;
            position: static; } }
      .cart-store .content-cart .item-product-cart .sum-mod {
        position: absolute;
        width: 13%;
        top: 50%;
        left: 77%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 100%;
        font-size: 16px; }
        .cart-store .content-cart .item-product-cart .sum-mod .sum-item-cart {
          position: absolute;
          display: inline-block;
          width: 100%;
          text-align: center;
          padding-left: 15px;
          padding-right: 15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media screen and (max-width: 991px) {
            .cart-store .content-cart .item-product-cart .sum-mod .sum-item-cart {
              position: static;
              -webkit-transform: translateY(0);
                      transform: translateY(0); } }
        @media screen and (max-width: 991px) {
          .cart-store .content-cart .item-product-cart .sum-mod {
            width: 100%;
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            height: auto;
            position: static; } }
      .cart-store .content-cart .item-product-cart .delete-mod {
        position: absolute;
        width: 10%;
        top: 50%;
        left: 90%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 100%; }
        @media screen and (max-width: 991px) {
          .cart-store .content-cart .item-product-cart .delete-mod {
            width: 100%;
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            height: auto;
            position: static; } }
      @media screen and (max-width: 991px) {
        .cart-store .content-cart .item-product-cart {
          border: 1px solid #ededed;
          margin-bottom: 20px;
          width: calc(50% - 10px);
          float: left; }
          .cart-store .content-cart .item-product-cart:nth-child(even) {
            float: right; } }
    @media screen and (max-width: 991px) and (max-width: 550px) {
      .cart-store .content-cart .item-product-cart:nth-child(even) {
        float: none; } }
      @media screen and (max-width: 991px) {
          .cart-store .content-cart .item-product-cart .col-sm-3 {
            padding-top: 20px;
            padding-bottom: 20px;
            border-bottom: 1px dashed #E0E0E0;
            position: static;
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            display: block;
            width: 100%;
            height: auto; }
            .cart-store .content-cart .item-product-cart .col-sm-3.delete-mod {
              border-bottom: none; }
            .cart-store .content-cart .item-product-cart .col-sm-3.quarty-mod {
              padding-top: 30px;
              padding-bottom: 30px; }
            .cart-store .content-cart .item-product-cart .col-sm-3.img-mod img {
              margin-left: auto;
              margin-right: auto;
              display: block; } }
      @media screen and (max-width: 550px) {
        .cart-store .content-cart .item-product-cart {
          width: 100%;
          max-width: 400px;
          margin-left: auto;
          margin-right: auto;
          float: none; }
          .cart-store .content-cart .item-product-cart .col-sm-3.img-mod {
            height: auto; }
            .cart-store .content-cart .item-product-cart .col-sm-3.img-mod img {
              max-height: none;
              height: auto;
              position: static;
              -webkit-transform: translate(0, 0);
                      transform: translate(0, 0); } }
    @media screen and (max-width: 991px) {
      .cart-store .content-cart {
        border: none; }
        .cart-store .content-cart:after {
          content: "";
          clear: both;
          display: block; } }
  .cart-store .footer-cart {
    position: relative;
    margin-top: 30px;
    padding-left: 245px; }
    .cart-store .footer-cart .list-mod {
      display: block;
      border: 1px solid #ebebeb;
      padding-bottom: 50px;
      width: 370px; }
      .cart-store .footer-cart .list-mod .cap-mod {
        text-transform: uppercase;
        border-bottom: 1px solid #ebebeb;
        background: #f8f8f8;
        font-size: 15px;
        padding: 15px; }
      .cart-store .footer-cart .list-mod .all-sum-mod {
        font-size: 24px;
        color: #10bcc2;
        padding: 15px; }
      .cart-store .footer-cart .list-mod .btn-mod {
        padding: 15px; }
      .cart-store .footer-cart .list-mod .btn-order {
        height: 48px;
        width: 225px;
        text-transform: uppercase;
        background: #10bcc2;
        line-height: 48px;
        border-radius: 5px; }
      .cart-store .footer-cart .list-mod .alert-mod {
        color: #999999;
        padding-left: 15px; }
      @media screen and (max-width: 767px) {
        .cart-store .footer-cart .list-mod {
          width: 100%; } }
    .cart-store .footer-cart .btn-out-cart {
      background: #ebebeb;
      width: 215px;
      height: 48px;
      line-height: 48px;
      font-size: 15px;
      text-transform: uppercase;
      color: #333333;
      font-family: roboto-regular;
      border-radius: 5px;
      position: absolute;
      left: 0px;
      top: 0px; }
      .cart-store .footer-cart .btn-out-cart:hover {
        background: #10bcc2;
        color: #fff; }
      @media screen and (max-width: 767px) {
        .cart-store .footer-cart .btn-out-cart {
          position: static;
          margin-top: 20px;
          display: table;
          margin-left: auto;
          margin-right: auto; } }
    @media screen and (max-width: 767px) {
      .cart-store .footer-cart {
        padding-left: 0px; } }

.input-group-addon {
  border-radius: 0px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 33px;
  background: none;
  cursor: pointer;
  border-color: #BDBDBD;
  padding: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: roboto-regular; }
  .input-group-addon:hover {
    background: #10bcc2;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.pay-store {
  padding-top: 50px;
  padding-bottom: 50px; }
  .pay-store .left-mod {
    width: 66%;
    float: left;
    border: 1px solid #e0e0e0; }
    .pay-store .left-mod > .head-mod,
    .pay-store .left-mod .form-order > .head-mod {
      border-bottom: 1px solid #e0e0e0;
      padding: 10px 15px;
      position: relative;
      margin-bottom: 50px; }
      .pay-store .left-mod > .head-mod .text-mod1,
      .pay-store .left-mod .form-order > .head-mod .text-mod1 {
        font-family: roboto-bold; }
      .pay-store .left-mod > .head-mod .text-mod2,
      .pay-store .left-mod .form-order > .head-mod .text-mod2 {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .pay-store .left-mod > .head-mod .text-mod2,
          .pay-store .left-mod .form-order > .head-mod .text-mod2 {
            position: static;
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            margin-top: 5px; } }
      .pay-store .left-mod > .head-mod .login-btn-order,
      .pay-store .left-mod .form-order > .head-mod .login-btn-order {
        display: block;
        cursor: pointer;
        color: #2899b8; }
        .pay-store .left-mod > .head-mod .login-btn-order:hover,
        .pay-store .left-mod .form-order > .head-mod .login-btn-order:hover {
          color: #10bcc2; }
    .pay-store .left-mod .head-mod.style2 {
      margin-bottom: 0px; }
    .pay-store .left-mod .footer-mod {
      border-top: 1px solid #e0e0e0;
      padding: 30px 70px;
      margin-top: 30px; }
      .pay-store .left-mod .footer-mod .text-mod1 {
        font-family: roboto-bold;
        margin-bottom: 5px; }
      .pay-store .left-mod .footer-mod .text-mod2 {
        margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .pay-store .left-mod .footer-mod {
          padding-left: 15px;
          padding-right: 15px; } }
    .pay-store .left-mod .form-group {
      padding-right: 290px;
      position: relative; }
      .pay-store .left-mod .form-group .text-mod {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 280px;
        right: 0px;
        font-family: roboto-italic; }
        @media screen and (max-width: 1199px) {
          .pay-store .left-mod .form-group .text-mod {
            position: static;
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            width: 100%;
            float: left;
            padding-left: 47%; } }
        @media screen and (max-width: 767px) {
          .pay-store .left-mod .form-group .text-mod {
            width: 100%;
            padding-right: 0px;
            text-align: left;
            margin-bottom: 5px;
            max-width: 420px;
            margin-left: auto;
            margin-right: auto;
            float: none;
            padding-left: 0px; } }
      @media screen and (max-width: 1199px) {
        .pay-store .left-mod .form-group {
          padding-right: 140px; } }
      @media screen and (max-width: 767px) {
        .pay-store .left-mod .form-group {
          padding-right: 15px;
          padding-left: 15px; } }
    .pay-store .left-mod .label-mod {
      width: 47%;
      float: left;
      padding-right: 15px;
      font-family: roboto-bold;
      text-align: right; }
      @media screen and (max-width: 767px) {
        .pay-store .left-mod .label-mod {
          width: 100%;
          padding-right: 0px;
          text-align: left;
          margin-bottom: 5px;
          max-width: 420px;
          margin-left: auto;
          margin-right: auto;
          float: none; } }
    .pay-store .left-mod .ctr-mod {
      width: 53%;
      float: left; }
      @media screen and (max-width: 767px) {
        .pay-store .left-mod .ctr-mod {
          width: 100%;
          max-width: 420px;
          margin-left: auto;
          margin-right: auto;
          float: none; } }
    @media screen and (max-width: 991px) {
      .pay-store .left-mod {
        width: 100%;
        margin-bottom: 30px; } }
  .pay-store .btn-pay-submit {
    width: 225px;
    height: 48px;
    background: #10bcc2;
    color: #fff;
    line-height: 48px;
    border: 1px solid #10bcc2;
    border-radius: 5px;
    text-transform: uppercase; }
    .pay-store .btn-pay-submit:hover {
      color: #10bcc2;
      background: none; }
  .pay-store .right-mod {
    width: calc(34% - 30px);
    float: right; }
    @media screen and (max-width: 991px) {
      .pay-store .right-mod {
        width: 100%; } }
  .pay-store .form-pick-address {
    padding-left: 30px;
    padding-right: 30px; }
  .pay-store .item-address {
    border: 1px solid #e0e0e0;
    padding: 15px 30px;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative; }
    .pay-store .item-address .check-mod {
      position: absolute;
      left: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #10bcc2;
      display: none; }
    .pay-store .item-address.active {
      border-color: #10bcc2; }
      .pay-store .item-address.active .check-mod {
        display: block; }
  .pay-store.style2 .left-mod .footer-mod {
    padding: 30px 0px 55px; }

.table-cart-checkout {
  border: 1px solid #e0e0e0; }
  .table-cart-checkout > .cap-mod {
    padding: 10px 15px;
    font-family: roboto-bold; }
    .table-cart-checkout > .cap-mod span {
      font-family: roboto-regular;
      color: #10bcc2; }
  .table-cart-checkout .item-mod {
    width: 100%;
    display: block; }
    .table-cart-checkout .item-mod li {
      float: left;
      text-align: center; }
      .table-cart-checkout .item-mod li.name-mod {
        width: 52%;
        text-align: left;
        padding-left: 15px; }
      .table-cart-checkout .item-mod li.number-mod {
        width: 16%; }
      .table-cart-checkout .item-mod li.price-mod {
        width: 32%; }
      .table-cart-checkout .item-mod li.cap-mod {
        width: 50%;
        text-align: left;
        padding-left: 15px; }
      .table-cart-checkout .item-mod li.sum-mod {
        width: 50%;
        text-align: right;
        padding-right: 15px; }
    .table-cart-checkout .item-mod:after {
      content: "";
      display: block;
      clear: both; }
  .table-cart-checkout .head-mod {
    background: #F2F2F2;
    text-transform: uppercase; }
    .table-cart-checkout .head-mod li {
      padding-top: 10px;
      padding-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .table-cart-checkout .head-mod li {
          display: none; }
          .table-cart-checkout .head-mod li:first-child {
            width: 100%;
            padding-right: 10px;
            text-align: center;
            display: block; } }
  .table-cart-checkout .content-mod .item-mod {
    border-top: 1px solid #E0E0E0;
    padding-top: 10px;
    padding-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .table-cart-checkout .content-mod li.name-mod,
    .table-cart-checkout .content-mod li.number-mod,
    .table-cart-checkout .content-mod li.price-mod {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px; } }
  .table-cart-checkout .footer-mod {
    background: #F2F2F2;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #E0E0E0; }
    .table-cart-checkout .footer-mod .item-mod.style2 {
      color: #10bcc2; }
    .table-cart-checkout .footer-mod.style2 {
      font-family: roboto-bold;
      font-size: 18px; }
      .table-cart-checkout .footer-mod.style2 .sum-mod {
        color: #f46008; }

.pay-address-title {
  margin-bottom: 35px;
  margin-top: 24px;
  cursor: pointer; }
  .pay-address-title i {
    font-size: 17px;
    background: #E0E0E0;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 26px; }
  .pay-address-title span {
    margin-left: 5px; }
  .pay-address-title:hover i {
    background: #10bcc2; }
  .pay-address-title:hover span {
    color: #10bcc2; }

.active-address-title .fa-plus::before {
  content: "\f00c"; }
.active-address-title i {
  background: #10bcc2; }
.active-address-title span {
  color: #10bcc2; }

.pay-address-content {
  display: none; }
  .pay-address-content.style2 {
    display: block; }

.pay-content {
  display: block; }

.pay-title {
  font-family: roboto-bold;
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 12px; }

.pay-alert span {
  color: #333333; }
.pay-alert span:first-child {
  font-family: roboto-bold;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%; }

.profiles-user {
  padding-bottom: 50px;
  padding-top: 50px; }

.profiles-user-content {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto; }
  .profiles-user-content textarea {
    min-height: 90px; }
  .profiles-user-content .col-sm-9 {
    width: 70%; }
  .profiles-user-content .col-sm-3 {
    width: 30%; }
  .profiles-user-content .text-mod {
    font-style: italic;
    color: #828282; }
  .profiles-user-content .control-label {
    color: #333333;
    font-weight: 100;
    text-align: left; }

.profiles-user-content-btn {
  background: #10bcc2 none repeat scroll 0 0;
  border-color: #10bcc2;
  color: #fff;
  display: block;
  font-size: 15px;
  height: 37px;
  line-height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  width: 100%; }
  .profiles-user-content-btn:hover, .profiles-user-content-btn:focus, .profiles-user-content-btn:active, .profiles-user-content-btn:active:focus {
    background: #fff none repeat scroll 0 0;
    border-color: #10bcc2;
    color: #10bcc2; }

.profiles-user-combox {
  position: relative; }
  .profiles-user-combox select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    left: 0px;
    top: 0px;
    border: none;
    padding-right: 50px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    z-index: 100; }
    .profiles-user-combox select option[value=""][disabled] {
      display: none; }
  .profiles-user-combox:before {
    content: "\f078";
    display: inline-block;
    width: 20px;
    height: 20px;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    z-index: 99;
    font: normal normal normal 18px/1 FontAwesome;
    text-align: center;
    line-height: 20px; }
  .profiles-user-combox:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 25px;
    right: 33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    z-index: 99;
    font: normal normal normal 18px/1 FontAwesome;
    text-align: center;
    line-height: 20px;
    background: #E0E0E0; }

.pay-btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: 0px;
  display: block; }
  @media screen and (max-width: 767px) {
    .pay-btn {
      margin-right: auto; } }

@media screen and (max-width: 991px) {
  .profiles-user-content .col-sm-6 {
    width: 67%; }
  .profiles-user-content .control-label.col-sm-3 {
    width: 30%; } }
@media screen and (max-width: 767px) {
  .profiles-user-content .row-12 .col-sm-4 {
    width: 33.3333333333333%;
    float: left; }
  .profiles-user-content .col-sm-6 {
    width: 100%; }
  .profiles-user-content .control-label.col-sm-3 {
    width: 100%; } }
@media screen and (max-width: 640px) {
  .profiles-user-content {
    padding: 15px; } }
@media screen and (max-width: 360px) {
  .profiles-user-content {
    padding: 15px; }
    .profiles-user-content .row-12 .col-sm-4 {
      width: 100%;
      margin-top: 5px; } }
.pay-store {
  padding-top: 50px;
  padding-bottom: 50px; }
  .pay-store .left-mod {
    width: 66%;
    float: left;
    border: 1px solid #e0e0e0; }
    .pay-store .left-mod > .head-mod,
    .pay-store .left-mod .form-order > .head-mod {
      border-bottom: 1px solid #e0e0e0;
      padding: 10px 15px;
      position: relative;
      margin-bottom: 50px; }
      .pay-store .left-mod > .head-mod .text-mod1,
      .pay-store .left-mod .form-order > .head-mod .text-mod1 {
        font-family: roboto-bold; }
      .pay-store .left-mod > .head-mod .text-mod2,
      .pay-store .left-mod .form-order > .head-mod .text-mod2 {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .pay-store .left-mod > .head-mod .text-mod2,
          .pay-store .left-mod .form-order > .head-mod .text-mod2 {
            position: static;
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            margin-top: 5px; } }
      .pay-store .left-mod > .head-mod .login-btn-order,
      .pay-store .left-mod .form-order > .head-mod .login-btn-order {
        display: block;
        cursor: pointer;
        color: #2899b8; }
        .pay-store .left-mod > .head-mod .login-btn-order:hover,
        .pay-store .left-mod .form-order > .head-mod .login-btn-order:hover {
          color: #10bcc2; }
    .pay-store .left-mod .head-mod.style2 {
      margin-bottom: 0px; }
    .pay-store .left-mod .footer-mod {
      border-top: 1px solid #e0e0e0;
      padding: 30px 70px;
      margin-top: 30px; }
      .pay-store .left-mod .footer-mod .text-mod1 {
        font-family: roboto-bold;
        margin-bottom: 5px; }
      .pay-store .left-mod .footer-mod .text-mod2 {
        margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .pay-store .left-mod .footer-mod {
          padding-left: 15px;
          padding-right: 15px; } }
    .pay-store .left-mod .form-group {
      padding-right: 290px;
      position: relative; }
      .pay-store .left-mod .form-group .text-mod {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 280px;
        right: 0px;
        font-family: roboto-italic; }
        @media screen and (max-width: 1199px) {
          .pay-store .left-mod .form-group .text-mod {
            position: static;
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            width: 100%;
            float: left;
            padding-left: 47%; } }
        @media screen and (max-width: 767px) {
          .pay-store .left-mod .form-group .text-mod {
            width: 100%;
            padding-right: 0px;
            text-align: left;
            margin-bottom: 5px;
            max-width: 420px;
            margin-left: auto;
            margin-right: auto;
            float: none;
            padding-left: 0px; } }
      @media screen and (max-width: 1199px) {
        .pay-store .left-mod .form-group {
          padding-right: 140px; } }
      @media screen and (max-width: 767px) {
        .pay-store .left-mod .form-group {
          padding-right: 15px;
          padding-left: 15px; } }
    .pay-store .left-mod .label-mod {
      width: 47%;
      float: left;
      padding-right: 15px;
      font-family: roboto-bold;
      text-align: right; }
      @media screen and (max-width: 767px) {
        .pay-store .left-mod .label-mod {
          width: 100%;
          padding-right: 0px;
          text-align: left;
          margin-bottom: 5px;
          max-width: 420px;
          margin-left: auto;
          margin-right: auto;
          float: none; } }
    .pay-store .left-mod .ctr-mod {
      width: 53%;
      float: left; }
      @media screen and (max-width: 767px) {
        .pay-store .left-mod .ctr-mod {
          width: 100%;
          max-width: 420px;
          margin-left: auto;
          margin-right: auto;
          float: none; } }
    @media screen and (max-width: 991px) {
      .pay-store .left-mod {
        width: 100%;
        margin-bottom: 30px; } }
  .pay-store .btn-pay-submit {
    width: 225px;
    height: 48px;
    background: #10bcc2;
    color: #fff;
    line-height: 48px;
    border: 1px solid #10bcc2;
    border-radius: 5px;
    text-transform: uppercase; }
    .pay-store .btn-pay-submit:hover {
      color: #10bcc2;
      background: none; }
  .pay-store .right-mod {
    width: calc(34% - 30px);
    float: right; }
    @media screen and (max-width: 991px) {
      .pay-store .right-mod {
        width: 100%; } }
  .pay-store .form-pick-address {
    padding-left: 30px;
    padding-right: 30px; }
  .pay-store .item-address {
    border: 1px solid #e0e0e0;
    padding: 15px 30px;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative; }
    .pay-store .item-address .check-mod {
      position: absolute;
      left: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #10bcc2;
      display: none; }
    .pay-store .item-address.active {
      border-color: #10bcc2; }
      .pay-store .item-address.active .check-mod {
        display: block; }
  .pay-store.style2 .left-mod .footer-mod {
    padding: 30px 0px 55px; }

.table-cart-checkout {
  border: 1px solid #e0e0e0; }
  .table-cart-checkout > .cap-mod {
    padding: 10px 15px;
    font-family: roboto-bold; }
    .table-cart-checkout > .cap-mod span {
      font-family: roboto-regular;
      color: #10bcc2; }
  .table-cart-checkout .item-mod {
    width: 100%;
    display: block; }
    .table-cart-checkout .item-mod li {
      float: left;
      text-align: center; }
      .table-cart-checkout .item-mod li.name-mod {
        width: 52%;
        text-align: left;
        padding-left: 15px; }
      .table-cart-checkout .item-mod li.number-mod {
        width: 16%; }
      .table-cart-checkout .item-mod li.price-mod {
        width: 32%; }
      .table-cart-checkout .item-mod li.cap-mod {
        width: 50%;
        text-align: left;
        padding-left: 15px; }
      .table-cart-checkout .item-mod li.sum-mod {
        width: 50%;
        text-align: right;
        padding-right: 15px; }
    .table-cart-checkout .item-mod:after {
      content: "";
      display: block;
      clear: both; }
  .table-cart-checkout .head-mod {
    background: #F2F2F2;
    text-transform: uppercase; }
    .table-cart-checkout .head-mod li {
      padding-top: 10px;
      padding-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .table-cart-checkout .head-mod li {
          display: none; }
          .table-cart-checkout .head-mod li:first-child {
            width: 100%;
            padding-right: 10px;
            text-align: center;
            display: block; } }
  .table-cart-checkout .content-mod .item-mod {
    border-top: 1px solid #E0E0E0;
    padding-top: 10px;
    padding-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .table-cart-checkout .content-mod li.name-mod,
    .table-cart-checkout .content-mod li.number-mod,
    .table-cart-checkout .content-mod li.price-mod {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px; } }
  .table-cart-checkout .footer-mod {
    background: #F2F2F2;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #E0E0E0; }
    .table-cart-checkout .footer-mod .item-mod.style2 {
      color: #10bcc2; }
    .table-cart-checkout .footer-mod.style2 {
      font-family: roboto-bold;
      font-size: 18px; }
      .table-cart-checkout .footer-mod.style2 .sum-mod {
        color: #f46008; }

.pay-address-title {
  margin-bottom: 35px;
  margin-top: 24px;
  cursor: pointer; }
  .pay-address-title i {
    font-size: 17px;
    background: #E0E0E0;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 26px; }
  .pay-address-title span {
    margin-left: 5px; }
  .pay-address-title:hover i {
    background: #10bcc2; }
  .pay-address-title:hover span {
    color: #10bcc2; }

.active-address-title .fa-plus::before {
  content: "\f00c"; }
.active-address-title i {
  background: #10bcc2; }
.active-address-title span {
  color: #10bcc2; }

.pay-address-content {
  display: none; }
  .pay-address-content.style2 {
    display: block; }

.pay-content {
  display: block; }

.pay-title {
  font-family: roboto-bold;
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 12px; }

.pay-alert span {
  color: #333333; }
.pay-alert span:first-child {
  font-family: roboto-bold;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%; }

.pay-method.pay-block .left-mod .head-mod {
  margin-bottom: 0px; }
.pay-method .list-tab-mod {
  border-bottom: 1px solid #e5e7e4;
  margin-bottom: 40px; }
  .pay-method .list-tab-mod li {
    float: left; }
    .pay-method .list-tab-mod li.active .arrow_box {
      background: #fdfef0;
      color: #10bcc2; }
      .pay-method .list-tab-mod li.active .arrow_box .check-mod.ion-ios-circle-outline::before {
        content: "\f400"; }
    .pay-method .list-tab-mod li.active .arrow_box:after, .pay-method .list-tab-mod li.active .arrow_box:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .pay-method .list-tab-mod li.active .arrow_box:after {
      border-color: rgba(253, 254, 240, 0);
      border-top-color: #fdfef0;
      border-width: 10px;
      margin-left: -10px; }
    .pay-method .list-tab-mod li.active .arrow_box:before {
      border-color: rgba(229, 231, 228, 0);
      border-top-color: #e5e7e4;
      border-width: 11px;
      margin-left: -11px; }
    .pay-method .list-tab-mod li:last-child a {
      border-left: none; }
.pay-method .arrow_box {
  border-right: 1px solid #e5e7e4;
  width: 115px;
  height: 140px;
  display: block;
  position: relative;
  padding: 10px;
  text-align: center; }
  .pay-method .arrow_box .icon-mod {
    display: block;
    text-align: center;
    font-size: 40px; }
  .pay-method .arrow_box .check-mod {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 19px;
    color: #10bcc2; }
.pay-method .tab-pay-content {
  padding: 0px 20px 40px; }
  .pay-method .tab-pay-content .text-mod1 {
    margin-bottom: 30px; }
  .pay-method .tab-pay-content .text-mod2 span {
    text-decoration: underline; }
  .pay-method .tab-pay-content .text-mod3 {
    margin-bottom: 20px; }
.pay-method .tab-pay-content2 {
  padding: 0px 20px 40px; }
  .pay-method .tab-pay-content2 .text-mod1 {
    margin-bottom: 20px; }
  .pay-method .tab-pay-content2 .text-mod2 {
    margin-bottom: 20px;
    font-family: roboto-bold; }
  .pay-method .tab-pay-content2 .text-mod3 span {
    text-decoration: underline; }
  .pay-method .tab-pay-content2 .text-mod4 {
    margin-bottom: 20px; }
  .pay-method .tab-pay-content2 .list-bank-number {
    margin-bottom: 20px; }
    .pay-method .tab-pay-content2 .list-bank-number .head-mod {
      font-family: roboto-bold; }
.pay-method .right-mod .item-address {
  padding-left: 15px;
  padding-right: 15px; }
.pay-method .right-mod > .head-mod {
  border: 1px solid #e0e0e0;
  border-bottom: none;
  font-family: roboto-bold;
  padding: 10px 15px;
  position: relative; }
  .pay-method .right-mod > .head-mod li {
    display: inline-block; }
  .pay-method .right-mod > .head-mod .text-mod2 {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: roboto-regular; }
    .pay-method .right-mod > .head-mod .text-mod2 a {
      color: #3a84df; }
      .pay-method .right-mod > .head-mod .text-mod2 a:hover {
        color: #10bcc2; }

.login-modal {
  color: #ED6663; }
  .login-modal .modal-dialog {
    max-width: 360px; }
    @media screen and (max-width: 767px) {
      .login-modal .modal-dialog {
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px; } }
    @media screen and (max-width: 480px) {
      .login-modal .modal-dialog {
        max-width: none;
        margin: 10px; } }
  .login-modal .footer-mod {
    margin-bottom: 30px; }
  .login-modal .alert-mod {
    width: 100%;
    max-width: 323px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .login-modal .alert-mod.style-error {
      color: red; }
    .login-modal .alert-mod.style-end {
      padding-bottom: 15px; }
  .login-modal .show-modal-fogetpass {
    cursor: pointer; }
    .login-modal .show-modal-fogetpass:hover {
      color: #F2C94C; }
  .login-modal button.close {
    position: absolute;
    z-index: 100;
    top: -15px;
    right: -15px;
    width: 37px;
    height: 37px;
    background: none;
    text-align: center;
    line-height: 37px;
    opacity: 1;
    font-size: 18px;
    color: #ED6663;
    background: #fff;
    border-radius: 50%; }
    .login-modal button.close:hover {
      color: #F27A6B; }
    @media screen and (max-width: 480px) {
      .login-modal button.close {
        top: 20px;
        right: 50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); } }
  .login-modal .modal-content {
    background: #fff;
    border: none;
    border-radius: 5px;
    position: relative;
    overflow: hidden; }
    .login-modal .modal-content:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 10px;
      left: 0px;
      top: -2px; }
    @media screen and (max-width: 480px) {
      .login-modal .modal-content {
        padding-left: 15px;
        padding-right: 15px; } }
  .login-modal .logo-img {
    margin-left: auto;
    margin-right: auto;
    width: 65px;
    display: block; }
  .login-modal .title-mod {
    font-size: 17px;
    color: #ED6663;
    text-align: center;
    padding-top: 15px;
    background: #f7f7f7;
    font-size: 25px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 480px) {
      .login-modal .title-mod {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 65px; } }
  .login-modal .text-mod {
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-bottom: 53px;
    margin-top: 5px; }
  .login-modal .form-group {
    max-width: 323px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .login-modal .form-group .form-control {
      height: 53px;
      border-color: #ebebeb;
      border-bottom: 5px solid #ebebeb;
      box-shadow: none;
      outline: none;
      padding-left: 50px; }
      .login-modal .form-group .form-control:focus {
        border-color: #10bcc2; }
    .login-modal .form-group .icon-mod {
      position: absolute;
      left: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #dfdfdf;
      font-size: 25px; }
    .login-modal .form-group::-webkit-input-placeholder {
      font-style: italic; }
    .login-modal .form-group:-moz-placeholder {
      font-style: italic; }
    .login-modal .form-group::-moz-placeholder {
      font-style: italic; }
    .login-modal .form-group:-ms-input-placeholder {
      font-style: italic; }
  .login-modal .login-btn, .login-modal .btn-send, .login-modal .singin-btn {
    max-width: 323px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .login-modal .singin-btn {
    height: 70px;
    background: #10bcc2;
    font-size: 25px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    border: #10bcc2 1px solid;
    border-bottom: #4fba8c 5px solid; }
    .login-modal .singin-btn:hover {
      background: #fff;
      color: #10bcc2; }
  .login-modal a.singin-btn {
    line-height: 64px;
    padding-top: 0px;
    padding-bottom: 0px; }
  .login-modal .face-btn {
    height: 37px;
    line-height: 37px;
    max-width: 323px;
    display: block;
    padding: 0px;
    text-align: center;
    width: 100%;
    background: #4267B2;
    color: #fff;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-family: roboto-bold;
    line-height: 100%; }
    .login-modal .face-btn:hover {
      background: #203F7E; }
    .login-modal .face-btn .fa {
      position: absolute;
      left: 6px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #fff;
      width: 27px;
      height: 27px;
      border-radius: 50%;
      color: #4267B2;
      text-align: center;
      line-height: 27px;
      font-size: 18px; }
  .login-modal .google-btn {
    height: 37px;
    line-height: 37px;
    max-width: 323px;
    display: block;
    padding: 0px;
    text-align: center;
    width: 100%;
    background: #4285F4;
    color: #fff;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-family: roboto-bold;
    line-height: 100%; }
    .login-modal .google-btn:hover {
      background: #2C68CB; }
    .login-modal .google-btn:before {
      position: absolute;
      left: 6px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #fff;
      width: 27px;
      height: 27px;
      border-radius: 50%;
      color: #4267B2;
      text-align: center;
      line-height: 27px;
      content: "";
      background-image: url(../img/Group.png);
      background-repeat: no-repeat;
      background-size: 18.5px;
      background-position: center center; }
  .login-modal .btn-white {
    height: 37px;
    line-height: 37px;
    max-width: 323px;
    display: block;
    padding: 0px;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    background: #fff;
    color: #fff;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    color: #333333; }
  .login-modal .link-mod {
    display: table;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
    color: #10bcc2;
    cursor: pointer; }
    .login-modal .link-mod:hover {
      color: #F2C94C; }
  .login-modal .form-group {
    margin-bottom: 11.5px; }
  .login-modal .fix-mg-botom {
    margin-bottom: 40px; }
  .login-modal.style-resetpass .text-mod1 {
    margin-top: 30px; }
  .login-modal.style-resetpass p {
    max-width: 323px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .login-modal.style-complate {
    text-align: center;
    font-family: roboto-bold; }
    .login-modal.style-complate .btn {
      width: 100%;
      margin-bottom: 30px; }
    .login-modal.style-complate .text-mod2 {
      font-style: italic; }
      .login-modal.style-complate .text-mod2 span {
        color: #4267B2;
        cursor: pointer; }
    .login-modal.style-complate img {
      margin-top: 60px;
      margin-bottom: 50px;
      max-width: calc(100% - 30px);
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .login-modal.style-complate p {
      margin-bottom: 20px;
      padding-left: 15px;
      padding-right: 15px; }

.modal-content-login {
  margin-bottom: 35px; }
  .modal-content-login span:first-child {
    color: #ED6663; }
  .modal-content-login span:last-child {
    font-style: italic;
    cursor: pointer; }

.dieukhoan {
  width: 100%;
  max-width: 320px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .dieukhoan span {
    color: #ED6663; }
  .dieukhoan a {
    color: #10bcc2;
    font-style: italic;
    text-decoration: underline; }
    .dieukhoan a:hover {
      color: #F2C94C; }

.user-store {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .user-store .col-sm-4 {
      width: 50%;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .user-store .col-sm-4 {
      width: 100%; } }
  .user-store .item-user {
    padding: 15px;
    background: #f9f9f9; }
    .user-store .item-user h4 {
      margin-bottom: 20px;
      font-family: roboto-bold; }
    .user-store .item-user .info-mod {
      height: 120px;
      overflow-x: hidden; }
      .user-store .item-user .info-mod p {
        line-height: 25px; }
    .user-store .item-user a {
      margin-top: 20px;
      color: #10bcc2; }
      .user-store .item-user a:hover {
        text-decoration: underline; }

.add-address-block {
  margin-top: 50px;
  margin-bottom: 50px; }

.add-address > .head-mod,
.add-address .form-order > .head-mod {
  padding: 10px 15px;
  position: relative;
  margin-bottom: 50px;
  font-size: 17px;
  text-transform: uppercase;
  border-bottom: 1px solid #bdbdbd; }
  .add-address > .head-mod .text-mod2,
  .add-address .form-order > .head-mod .text-mod2 {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .add-address > .head-mod .login-btn-order,
  .add-address .form-order > .head-mod .login-btn-order {
    display: block;
    cursor: pointer; }
.add-address .content-mod {
  padding-right: 290px;
  display: block; }
  @media screen and (max-width: 991px) {
    .add-address .content-mod {
      padding-right: 180px; } }
  @media screen and (max-width: 767px) {
    .add-address .content-mod {
      padding-left: 15px;
      padding-right: 15px;
      max-width: 450px;
      margin-left: auto;
      margin-right: auto; } }
.add-address .form-group {
  position: relative; }
  .add-address .form-group:after {
    content: "";
    display: block;
    clear: both; }
  .add-address .form-group .text-mod {
    font-style: italic; }
.add-address .label-mod {
  width: 47%;
  float: left;
  padding-right: 15px;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .add-address .label-mod {
      width: 100%;
      text-align: left;
      margin-bottom: 5px;
      font-size: 16px; } }
.add-address .ctr-mod {
  width: 53%;
  float: left; }
  @media screen and (max-width: 767px) {
    .add-address .ctr-mod {
      width: 100%; } }
.add-address .footer-mod {
  padding: 30px 70px;
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .add-address .footer-mod {
      padding-left: 15px;
      padding-right: 15px; } }
  .add-address .footer-mod .text-mod1 {
    margin-bottom: 5px; }
  .add-address .footer-mod .text-mod2 {
    margin-bottom: 30px; }
  .add-address .footer-mod .btn-pay-submit {
    background: #f2c94c none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 45px;
    left: 0;
    line-height: 45px;
    min-width: 233px;
    padding: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.title-block {
  display: block;
  text-align: left;
  margin-bottom: 30px;
  font-size: 16px;
  border-bottom: 1px solid #ebebeb; }
  .title-block a, .title-block span {
    text-transform: uppercase;
    position: relative;
    font-family: roboto-bold;
    display: inline-block;
    min-width: 150px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-bottom: 15px; }
    .title-block a:after, .title-block span:after {
      content: "";
      width: 100%;
      height: 2px;
      background: #10bcc2;
      position: absolute;
      left: 0;
      top: 100%;
      margin-top: -1px; }
  .title-block.style2 a, .title-block.style2 span {
    background: #ed6663; }
    .title-block.style2 a:after, .title-block.style2 span:after {
      border-color: transparent #ed6663; }
  @media screen and (max-width: 550px) {
    .title-block {
      margin-bottom: 40px; } }

.order-block .col-mod {
  width: 33.3333%;
  float: left; }
  .order-block .col-mod.style2 {
    width: 50%; }
  @media screen and (max-width: 500px) {
    .order-block .col-mod {
      width: 100%; }
      .order-block .col-mod.style2 {
        width: 100%;
        text-align: center; } }
.order-block ul {
  width: 100%;
  display: table;
  padding-left: 15px;
  padding-right: 15px; }
  .order-block ul li {
    text-align: center; }
    .order-block ul li:first-child {
      text-align: left; }
      @media screen and (max-width: 500px) {
        .order-block ul li:first-child {
          text-align: center; } }
    .order-block ul li:last-child {
      text-align: right; }
      @media screen and (max-width: 500px) {
        .order-block ul li:last-child {
          text-align: center; } }
.order-block .head-caption-mod {
  background: #F2F2F2; }
  .order-block .head-caption-mod .col-mod {
    height: 45px;
    line-height: 45px;
    text-transform: uppercase; }
    @media screen and (max-width: 500px) {
      .order-block .head-caption-mod .col-mod {
        height: 30px;
        line-height: 30px; } }
@media screen and (max-width: 767px) {
  .order-block {
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px; } }

.order-item {
  border: 1px solid #E0E0E0;
  margin-top: 10px; }
  .order-item .head-mod {
    cursor: pointer; }
    .order-item .head-mod .col-mod {
      height: 45px;
      line-height: 45px; }
      .order-item .head-mod .col-mod:first-child, .order-item .head-mod .col-mod:last-child {
        font-family: roboto-bold; }
      @media screen and (max-width: 500px) {
        .order-item .head-mod .col-mod {
          height: 30px;
          line-height: 30px; } }
    .order-item .head-mod.active, .order-item .head-mod:hover {
      background: #F2F2F2; }
  .order-item .content-mod {
    display: none; }
    .order-item .content-mod .col-mod:first-child {
      text-transform: uppercase; }
    .order-item .content-mod .row-mod {
      border-top: 1px solid #E0E0E0;
      padding-top: 15px;
      padding-bottom: 15px; }
      .order-item .content-mod .row-mod.style2 {
        color: #10bcc2;
        font-style: italic;
        border-top: none;
        padding-top: 0px; }
  .order-item.open .content-mod {
    display: block; }

.titleql {
  font-family: roboto-bold;
  font-size: 17px;
  margin-bottom: 40px;
  margin-left: 15px; }

.titleql-1 {
  font-family: roboto-bold;
  font-size: 17px;
  margin-bottom: 40px; }

.noidungtk {
  min-height: 80px; }

.dhcb-t {
  margin-top: 85px; }
  .dhcb-t li {
    display: inline-block; }

.talbedh-t {
  padding: 15px;
  background: #F2F2F2;
  border-radius: 5px;
  color: #333333;
  margin-bottom: 10px; }
  .talbedh-t ul li {
    float: left; }
    .talbedh-t ul li:last-child {
      text-align: right; }
  .talbedh-t ul:after {
    content: "";
    clear: both;
    display: block; }

.col-1-dh {
  width: 33.3333%; }
  .col-1-dh.name-mod {
    text-transform: uppercase; }

.col-2-dh {
  width: 33.3333%; }

.col-3-dh {
  width: 33.3333%;
  text-transform: uppercase; }

.talbedh-t-1 {
  padding: 15px;
  cursor: pointer; }
  .talbedh-t-1:hover {
    background: #F2F2F2; }

.font-dam {
  font-family: roboto-bold;
  text-transform: capitalize; }

.talbe-ct-t {
  display: none; }
  .talbe-ct-t ul {
    border-top: 1px solid #E0E0E0; }
  .talbe-ct-t .ht-thanhtoan {
    text-transform: none; }

.active-t {
  background: #F2F2F2; }

.open-t {
  display: block; }

/* ------------------------------------------------------------------------------------------------------------------- */
@charset "UTF-8";
/* payment-store */
.payment-store {
  @import url("https://fonts.googleapis.com/css?family=Roboto:500");
  font-family: 'Roboto', sans-serif;
  padding-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
  color: #333333; }
  .payment-store a {
    color: inherit; }
    .payment-store a:focus {
      outline: none;
      text-decoration: none; }
    .payment-store a:hover {
      text-decoration: none; }
  .payment-store img {
    max-width: 100%; }
  .payment-store ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .payment-store p {
    margin-bottom: 0px; }
  .payment-store h1, .payment-store h2, .payment-store h3, .payment-store h4, .payment-store h5 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .payment-store button {
    outline: none; }
  .payment-store .img-box {
    height: auto; }
  .payment-store .val-mod {
    font-weight: bold; }
  .payment-store .btn-mod1 {
    background: #66cc00;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #66cc00; }
    .payment-store .btn-mod1:hover {
      color: #66cc00;
      background: none; }
  .payment-store .btn-mod1-2 {
    background: #66cc00;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000;
    border: 1px solid #66cc00; }
  .payment-store .btn-mod2 {
    background: #515151;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #515151;
    color: #fff; }
    .payment-store .btn-mod2:hover {
      color: #fff;
      background: #66cc00;
      border-color: #66cc00; }
  .payment-store .btn-mod3 {
    background: #fff;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #333; }
    .payment-store .btn-mod3:hover {
      color: #ff7430;
      border-color: #ff7430; }
  .payment-store .def-header-paymen {
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 0px 2px 2px rgba(0, 0, 0, 0.098), 0px 0px 5px 1px rgba(0, 0, 0, 0.084);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .payment-store .def-header-paymen {
        padding-bottom: 0px;
        padding-top: 0px; } }
  .payment-store .header-payment {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative; }
    .payment-store .header-payment .logo-mod {
      width: 170px;
      height: 90px;
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%); }
      .payment-store .header-payment .logo-mod img {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .payment-store .header-payment .logo-mod {
          width: 90px;
          height: 70px; } }
    @media screen and (max-width: 767px) {
      .payment-store .header-payment .wrap-mod {
        position: relative;
        height: 70px; } }
    .payment-store .header-payment .info-mod {
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      text-align: center;
      border: 1px solid #ddd;
      padding-left: 50px;
      padding-right: 20px;
      padding-top: 3px;
      padding-bottom: 3px;
      border-radius: 25px; }
      .payment-store .header-payment .info-mod span {
        display: block; }
      .payment-store .header-payment .info-mod .phone-mod {
        font-weight: bold;
        color: #66cc00; }
      .payment-store .header-payment .info-mod .icon-mod {
        position: absolute;
        left: 3px;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: #66cc00;
        border-radius: 50%;
        color: #fff; }
        .payment-store .header-payment .info-mod .icon-mod .fa {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
    .payment-store .header-payment .step-payment {
      width: 100%;
      max-width: 615px;
      position: relative;
      height: 35px;
      margin-left: auto;
      margin-right: auto; }
      .payment-store .header-payment .step-payment li {
        text-align: center;
        position: absolute;
        width: 100%;
        left: 0px;
        top: 0px; }
        .payment-store .header-payment .step-payment li.active span {
          background: #66cc00; }
        .payment-store .header-payment .step-payment li span {
          width: 35px;
          height: 35px;
          background: #66cc00;
          color: #fff;
          border-radius: 50%;
          text-align: center;
          line-height: 35px;
          display: inline-block;
          position: relative; }
          .payment-store .header-payment .step-payment li span i {
            font-style: normal;
            position: absolute;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
            color: #333;
            white-space: nowrap; }
            @media screen and (max-width: 767px) {
              .payment-store .header-payment .step-payment li span i {
                display: none; } }
        .payment-store .header-payment .step-payment li:first-child {
          text-align: left; }
        .payment-store .header-payment .step-payment li:nth-of-type(2).active:before {
          background: #66cc00; }
        .payment-store .header-payment .step-payment li:nth-of-type(2):before {
          width: 50%;
          height: 5px;
          content: "";
          background: #66cc00;
          right: 50%;
          top: 50%;
          margin-top: -2.5px;
          display: block;
          z-index: -1;
          position: absolute; }
        .payment-store .header-payment .step-payment li:last-child {
          text-align: right; }
          .payment-store .header-payment .step-payment li:last-child.active:before {
            background: #66cc00; }
          .payment-store .header-payment .step-payment li:last-child:before {
            width: 50%;
            height: 5px;
            content: "";
            background: #979797;
            right: 0px;
            top: 50%;
            margin-top: -2.5px;
            display: block;
            z-index: -1;
            position: absolute; }
      .payment-store .header-payment .step-payment:after {
        content: "";
        display: block;
        clear: both; }
      @media screen and (max-width: 1199px) {
        .payment-store .header-payment .step-payment {
          max-width: 406px; } }
      @media screen and (max-width: 991px) {
        .payment-store .header-payment .step-payment {
          max-width: 320px; } }
    @media screen and (max-width: 767px) {
      .payment-store .header-payment {
        margin-top: 0px; } }
  .payment-store .title-store {
    color: #66cc00;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .payment-store .title-store {
        font-size: 16px;
        margin-bottom: 15px; } }
  .payment-store .show-cart-block {
    display: block;
    width: 100%; }
    .payment-store .show-cart-block .list-mod:after {
      content: "";
      display: block;
      clear: both; }
    .payment-store .show-cart-block .col-mod {
      float: left; }
    .payment-store .show-cart-block .head-mod,
    .payment-store .show-cart-block .main-mod {
      display: block; }
      .payment-store .show-cart-block .head-mod .col-mod,
      .payment-store .show-cart-block .main-mod .col-mod {
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px; }
        @media screen and (max-width: 991px) {
          .payment-store .show-cart-block .head-mod .col-mod,
          .payment-store .show-cart-block .main-mod .col-mod {
            padding: 10px;
            width: 100% !important;
            border-bottom: 1px dashed #ddd; }
            .payment-store .show-cart-block .head-mod .col-mod:last-child,
            .payment-store .show-cart-block .main-mod .col-mod:last-child {
              border: none; } }
      .payment-store .show-cart-block .head-mod .name-mod,
      .payment-store .show-cart-block .main-mod .name-mod {
        width: 25.64103%; }
      .payment-store .show-cart-block .head-mod .quantity-mod,
      .payment-store .show-cart-block .main-mod .quantity-mod {
        width: 16.75214%; }
        .payment-store .show-cart-block .head-mod .quantity-mod:before,
        .payment-store .show-cart-block .main-mod .quantity-mod:before {
          content: "Số lượng: ";
          display: none; }
          @media screen and (max-width: 991px) {
            .payment-store .show-cart-block .head-mod .quantity-mod:before,
            .payment-store .show-cart-block .main-mod .quantity-mod:before {
              display: block; } }
      .payment-store .show-cart-block .head-mod .price-mod,
      .payment-store .show-cart-block .main-mod .price-mod {
        width: 17.09402%; }
        .payment-store .show-cart-block .head-mod .price-mod:before,
        .payment-store .show-cart-block .main-mod .price-mod:before {
          content: "Giá chưa thuế: ";
          display: none; }
          @media screen and (max-width: 991px) {
            .payment-store .show-cart-block .head-mod .price-mod:before,
            .payment-store .show-cart-block .main-mod .price-mod:before {
              display: inline-block; } }
      .payment-store .show-cart-block .head-mod .vat-mod,
      .payment-store .show-cart-block .main-mod .vat-mod {
        width: 17.09402%; }
        .payment-store .show-cart-block .head-mod .vat-mod:before,
        .payment-store .show-cart-block .main-mod .vat-mod:before {
          content: "Thuế GTGT: ";
          display: none; }
          @media screen and (max-width: 991px) {
            .payment-store .show-cart-block .head-mod .vat-mod:before,
            .payment-store .show-cart-block .main-mod .vat-mod:before {
              display: inline-block; } }
      .payment-store .show-cart-block .head-mod .sum-mod,
      .payment-store .show-cart-block .main-mod .sum-mod {
        width: 23.4188%; }
        .payment-store .show-cart-block .head-mod .sum-mod:before,
        .payment-store .show-cart-block .main-mod .sum-mod:before {
          content: "Giá đã có thuế GTGT: ";
          display: none; }
          @media screen and (max-width: 991px) {
            .payment-store .show-cart-block .head-mod .sum-mod:before,
            .payment-store .show-cart-block .main-mod .sum-mod:before {
              display: inline-block; } }
    .payment-store .show-cart-block .head-mod {
      font-weight: bold;
      text-transform: uppercase;
      border-bottom: 1px solid #979797 }
      @media screen and (max-width: 991px) {
        .payment-store .show-cart-block .head-mod {
          display: none; } }
    .payment-store .show-cart-block .main-mod:after {
      content: "";
      display: block;
      clear: both; }
    .payment-store .show-cart-block .main-mod .list-mod {
        border-bottom: 1px solid #979797;
      position: relative; }
      @media screen and (max-width: 991px) {
        .payment-store .show-cart-block .main-mod .list-mod {
          border: 1px solid #ddd;
          margin-bottom: 15px; } }
      @media screen and (max-width: 320px) {
        .payment-store .show-cart-block .main-mod .list-mod {
          width: 100%; } }
    .payment-store .show-cart-block .main-mod .col-mod {
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .payment-store .show-cart-block .main-mod .col-mod {
          font-size: 14px; } }
    .payment-store .show-cart-block .main-mod .name-mod .img-box {
      width: 75px;
      float: left;
      border: 1px solid #ddd; }
      .payment-store .show-cart-block .main-mod .name-mod .img-box .img-mod {
        display: block;
        position: relative;
        width: 100%;
        padding-bottom: 113.33333%; }
        .payment-store .show-cart-block .main-mod .name-mod .img-box .img-mod img {
          position: absolute;
          max-width: 100%;
          max-height: 100%;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
    .payment-store .show-cart-block .main-mod .name-mod .detail-box {
      width: calc(100% - 75px);
      padding-left: 30px;
      float: left;
      font-size: 14px;
      line-height: 18px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .payment-store .show-cart-block .main-mod .name-mod .detail-box {
          font-size: 14px;
          padding-left: 15px;
          padding-right: 15px; } }
    .payment-store .show-cart-block .main-mod .quantity-mod .input-group {
      width: 120px; }
      @media screen and (max-width: 991px) {
        .payment-store .show-cart-block .main-mod .quantity-mod .input-group {
          width: 100%;
          max-width: 250px; } }
    .payment-store .show-cart-block .main-mod .quantity-mod .input-group-addon {
      border-radius: 0px;
      width: 35px;
      height: 35px;
      background: none;
      cursor: pointer; }
      .payment-store .show-cart-block .main-mod .quantity-mod .input-group-addon:hover {
        background: #66cc00;
        color: #fff; }
    .payment-store .show-cart-block .main-mod .quantity-mod .form-control {
      height: 35px;
      text-align: center;
      box-sizing: none;
      border-right: none; }
    .payment-store .show-cart-block .main-mod .quantity-mod .alert-mod {
      width: 100%;
      display: block;
      color: red;
      font-style: italic; }
    .payment-store .show-cart-block .main-mod .sum-mod .ctr-delete {
      position: absolute;
      right: 15px;
      top: 15px;
      cursor: pointer; }
      @media screen and (max-width: 991px) {
        .payment-store .show-cart-block .main-mod .sum-mod .ctr-delete {
          width: 30px;
          height: 30px;
          right: 0px;
          top: 0px;
          border: 1px solid #ddd;
          border-top: none;
          border-right: none;
          background: #fff; }
          .payment-store .show-cart-block .main-mod .sum-mod .ctr-delete .fa {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); } }
    .payment-store .show-cart-block .footer-mod {
      font-size: 18px; }
      .payment-store .show-cart-block .footer-mod .row-mod1 {
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px; }
        .payment-store .show-cart-block .footer-mod .row-mod1 .col-mod {
          display: inline-block;
          float: none;
          margin-left: 65px;
          margin-right: 65px; }
          @media screen and (max-width: 991px) {
            .payment-store .show-cart-block .footer-mod .row-mod1 .col-mod {
              margin-left: 0px;
              margin-right: 0px;
              display: block;
              width: 100%; } }
        @media screen and (max-width: 991px) {
          .payment-store .show-cart-block .footer-mod .row-mod1 {
            text-align: left;
            padding-top: 10px;
            padding-bottom: 10px; } }
      .payment-store .show-cart-block .footer-mod .row-mod2 {
        border-top: 1px solid #ddd;
        padding-top: 15px; }
        .payment-store .show-cart-block .footer-mod .row-mod2 .col-mod {
          width: 100%;
          text-align: right; }
          .payment-store .show-cart-block .footer-mod .row-mod2 .col-mod .cap-mod {
            padding-right: 100px; }
            @media screen and (max-width: 991px) {
              .payment-store .show-cart-block .footer-mod .row-mod2 .col-mod .cap-mod {
                padding-right: 0px; } }
          .payment-store .show-cart-block .footer-mod .row-mod2 .col-mod .val-mod {
            display: inline-block;
            text-align: left; }
          @media screen and (max-width: 991px) {
            .payment-store .show-cart-block .footer-mod .row-mod2 .col-mod {
              text-align: left; } }
        .payment-store .show-cart-block .footer-mod .row-mod2 .sum-mod2 .val-mod {
          color: #66cc00;
          font-size: 20px; }
      .payment-store .show-cart-block .footer-mod .row-mod3 {
        padding-top: 18px; }
        .payment-store .show-cart-block .footer-mod .row-mod3 .col-mod {
          margin-left: 15px;
          float: right; }
          @media screen and (max-width: 991px) {
            .payment-store .show-cart-block .footer-mod .row-mod3 .col-mod {
              float: left;
              margin-left: 0px;
              margin-right: 15px;
              font-size: 14px; } }
          @media screen and (max-width: 767px) {
            .payment-store .show-cart-block .footer-mod .row-mod3 .col-mod {
              width: 100%;
              margin-bottom: 15px;
              margin-right: 0px; } }
      @media screen and (max-width: 767px) {
        .payment-store .show-cart-block .footer-mod {
          font-size: 15px; } }
  .payment-store .show-address-block p {
    margin-bottom: 10px; }
  .payment-store .show-address-block .item-mod {
    border: 1px solid white;
    padding: 30px 25px;
    margin-bottom: 15px;
    background: white;
    border-radius: 10px; }
    .payment-store .show-address-block .item-mod .title-mod {
      text-transform: uppercase;
      font-size: 16px;
      margin-bottom: 5px;
      color: #000; }
    .payment-store .show-address-block .item-mod div.text-mod {
      overflow: hidden;
      line-height: 1.5em;
      height: 2em; }
    .payment-store .show-address-block .item-mod .ctr-box button {
      margin-right: 30px; }
      @media screen and (max-width: 991px) {
        .payment-store .show-address-block .item-mod .ctr-box button {
          margin-right: 10px; } }
      @media screen and (max-width: 767px) {
        .payment-store .show-address-block .item-mod .ctr-box button {
          margin-bottom: 10px; } }
    @media screen and (max-width: 991px) {
      .payment-store .show-address-block .item-mod {
        padding: 10px; } }
    @media screen and (max-width: 767px) {
      .payment-store .show-address-block .item-mod {
        margin-bottom: 15px; } }
  .payment-store .ctr-open-add-address {
    color: #2793E6;
    font-weight: bold;
    cursor: pointer; }
  .payment-store .add-address-form {
    margin-top: 30px; }
    .payment-store .add-address-form .title-mod {
      margin-bottom: 15px; }
    .payment-store .add-address-form .form-mod {
      max-width: 740px;
      width: 100%;
      display: none; }
      .payment-store .add-address-form .form-mod .form-group {
        position: relative;
        margin-bottom: 25px; }
        .payment-store .add-address-form .form-mod .form-group .label-mod {
          width: 300px;
          float: left;
          padding-right: 15px;
          font-size: 18px;
          color: #000; }
          @media screen and (max-width: 767px) {
            .payment-store .add-address-form .form-mod .form-group .label-mod {
              width: 100%;
              margin-bottom: 10px; } }
        .payment-store .add-address-form .form-mod .form-group .control-mod {
          width: calc(100% - 300px);
          float: left; }
          .payment-store .add-address-form .form-mod .form-group .control-mod .form-control {
            height: 43px;
            padding-left: 40px; }
            .payment-store .add-address-form .form-mod .form-group .control-mod .form-control.area-mod {
              height: 80px;
              resize: none; }
          .payment-store .add-address-form .form-mod .form-group .control-mod .alert-mod {
            display: none; }
          .payment-store .add-address-form .form-mod .form-group .control-mod.error-show .form-control {
            border-color: #66cc00; }
          .payment-store .add-address-form .form-mod .form-group .control-mod.error-show .alert-mod {
            display: block;
            color: #66cc00;
            font-style: italic; }
            .payment-store .add-address-form .form-mod .form-group .control-mod.error-show .alert-mod .fa {
              position: absolute;
              right: 15px;
              top: 15px; }
              @media screen and (max-width: 767px) {
                .payment-store .add-address-form .form-mod .form-group .control-mod.error-show .alert-mod .fa {
                  top: 50px; } }
          @media screen and (max-width: 767px) {
            .payment-store .add-address-form .form-mod .form-group .control-mod {
              width: 100%; } }
        .payment-store .add-address-form .form-mod .form-group:after {
          content: "";
          display: block;
          clear: both; }
        @media screen and (max-width: 767px) {
          .payment-store .add-address-form .form-mod .form-group {
            margin-bottom: 15px; } }
      .payment-store .add-address-form .form-mod .btn-form-mod {
        text-align: right; }
        .payment-store .add-address-form .form-mod .btn-form-mod button {
          margin-left: 15px; }
  .payment-store .checkout-block .left-mod {
    width: calc(100% - 470px);
    float: left;
    padding-right: 25px; }
    .payment-store .checkout-block .left-mod .title-mod {
      font-weight: bold; }
    .payment-store .checkout-block .left-mod .cap-mod {
      text-transform: uppercase; }
    .payment-store .checkout-block .left-mod .item-mod {
      padding: 15px;
      border: 1px solid white;
      border-radius: 5px;
      margin-top: 10px;
      margin-bottom: 15px; }
      .payment-store .checkout-block .left-mod .item-mod .btn-mod3 {
        display: table;
        margin-left: auto;
        margin-right: 0px; }
    @media screen and (max-width: 991px) {
      .payment-store .checkout-block .left-mod {
        width: calc(100% - 400px); } }
    @media screen and (max-width: 767px) {
      .payment-store .checkout-block .left-mod {
        width: 100%;
        padding-right: 0px; } }
  .payment-store .checkout-block .right-mod {
    width: 470px;
    float: left; }
    .payment-store .checkout-block .right-mod .title-mod {
      text-transform: uppercase;
      margin-bottom: 10px; }
    .payment-store .checkout-block .right-mod .show-outcart {
      border: 1px solid white; }
      .payment-store .checkout-block .right-mod .show-outcart .head-mod {
        padding: 15px;
        border-bottom: 1px solid white;
        position: relative;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold; }
        .payment-store .checkout-block .right-mod .show-outcart .head-mod li:last-child {
          position: absolute;
          right: 15px;
          top: 50%;
          transform: translateY(-50%);
          color: #66cc00; }
      .payment-store .checkout-block .right-mod .show-outcart .main-mod .item-mod {
        padding: 15px;
        border-bottom: 1px solid white;
        font-weight: bold; }
        .payment-store .checkout-block .right-mod .show-outcart .main-mod .item-mod li {
          float: left;
          text-align: center; }
          .payment-store .checkout-block .right-mod .show-outcart .main-mod .item-mod li:first-child {
            text-align: left; }
          .payment-store .checkout-block .right-mod .show-outcart .main-mod .item-mod li:last-child {
            text-align: right;
            color: #66cc00; }
        .payment-store .checkout-block .right-mod .show-outcart .main-mod .item-mod .col-mod1 {
          width: 40%; }
          .payment-store .checkout-block .right-mod .show-outcart .main-mod .item-mod .col-mod1 span {
            display: block;
            width: 100%; }
          .payment-store .checkout-block .right-mod .show-outcart .main-mod .item-mod .col-mod1 .vat-mod {
            color: #66cc00;
            font-weight: normal;
            margin-top: 10px; }
        .payment-store .checkout-block .right-mod .show-outcart .main-mod .item-mod .col-mod2 {
          width: 30%; }
        .payment-store .checkout-block .right-mod .show-outcart .main-mod .item-mod .col-mod3 {
          width: 30%; }
        .payment-store .checkout-block .right-mod .show-outcart .main-mod .item-mod:after {
          content: "";
          display: block;
          clear: both; }
      .payment-store .checkout-block .right-mod .show-outcart .footer-mod .row-mod1 {
        position: relative;
        border-bottom: 1px solid white;
        padding: 15px; }
        .payment-store .checkout-block .right-mod .show-outcart .footer-mod .row-mod1 li {
          display: inline-block; }
          .payment-store .checkout-block .right-mod .show-outcart .footer-mod .row-mod1 li:last-child {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%); }
          .payment-store .checkout-block .right-mod .show-outcart .footer-mod .row-mod1 li:first-child {
            text-transform: uppercase;
            font-weight: bold; }
      .payment-store .checkout-block .right-mod .show-outcart .footer-mod .row-mod2 {
        position: relative;
        padding: 15px;
        color: #66cc00; }
        .payment-store .checkout-block .right-mod .show-outcart .footer-mod .row-mod2 li {
          display: inline-block; }
          .payment-store .checkout-block .right-mod .show-outcart .footer-mod .row-mod2 li:last-child {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 18px; }
          .payment-store .checkout-block .right-mod .show-outcart .footer-mod .row-mod2 li:first-child {
            text-transform: uppercase;
            font-weight: bold; }
    .payment-store .checkout-block .right-mod .btn-mod1 {
      padding-left: 40px;
      padding-right: 40px;
      margin-top: 15px;
      display: table;
      margin-left: auto;
      margin-right: auto; }
    @media screen and (max-width: 991px) {
      .payment-store .checkout-block .right-mod {
        width: 400px; } }
    @media screen and (max-width: 767px) {
      .payment-store .checkout-block .right-mod {
        width: 100%;
        margin-top: 30px; } }
  .payment-store .form-hoadon {
    width: 100%;
    max-width: 350px;
    display: none; }
  .payment-store .bank-list {
    display: none;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ddd; }
    .payment-store .bank-list .title-mod {
      text-transform: uppercase;
      margin-bottom: 15px; }
    .payment-store .bank-list .name-mod {
      font-weight: bold; }
    .payment-store .bank-list .text-mod {
      margin-bottom: 10px; }
  .payment-store .shipper-list {
    display: none;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ddd; }
    .payment-store .shipper-list .title-mod {
      text-transform: uppercase;
      margin-bottom: 15px; }
    .payment-store .shipper-list .name-mod {
      font-weight: bold; }
    .payment-store .shipper-list .text-mod {
      margin-bottom: 10px; }

.show-cart-block .sum-mod * {
  display: block; }

.show-cart-block .price-old-mod span {
  text-decoration: line-through;
  font-size: 12px; }
.show-cart-block .down-percen-mod span {
  color: #fff;
  background: #66cc00;
  padding: 3px 6px;
  font-size: 11px;
  display: inline-block; }

/* End payment-store */
/* order-success-store */
.order-success-store {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'Roboto', sans-serif; }
  .order-success-store a {
    color: inherit; }
    .order-success-store a:focus {
      outline: none;
      text-decoration: none; }
    .order-success-store a:hover {
      text-decoration: none; }
  .order-success-store img {
    max-width: 100%; }
  .order-success-store ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .order-success-store p {
    margin-bottom: 0px; }
  .order-success-store h1, .order-success-store h2, .order-success-store h3, .order-success-store h4, .order-success-store h5 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .order-success-store button {
    outline: none; }
  .order-success-store .img-box {
    height: auto; }
  .order-success-store .val-mod {
    font-weight: bold; }
  .order-success-store .content-mod {
    position: relative;
    padding: 15px 115px 15px 240px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff; }
    .order-success-store .content-mod .logo-mod {
      position: absolute;
      left: 15px;
      top: 15px; }
      .order-success-store .content-mod .logo-mod img {
        max-width: 200px;
        max-height: 180px; }
        @media screen and (max-width: 991px) {
          .order-success-store .content-mod .logo-mod img {
            display: block;
            margin-left: auto;
            margin-right: auto; } }
      @media screen and (max-width: 991px) {
        .order-success-store .content-mod .logo-mod {
          position: static;
          margin-bottom: 20px; } }
    .order-success-store .content-mod p {
      margin-bottom: 10px; }
    .order-success-store .content-mod .title-mod {
      color: #b70017;
      font-size: 16px; }
    .order-success-store .content-mod .text-code-order {
      padding: 9px;
      color: #fff;
      background: #66cc00;
      text-align: center;
      font-size: 19px; }
    .order-success-store .content-mod .text-mod3 .img-mod {
      max-width: 26px; }
    .order-success-store .content-mod .text-mod4 a {
      color: #66cc00; }
    .order-success-store .content-mod .text-mod2 a {
      color: #007FF0; }
    .order-success-store .content-mod .alert-mod-box {
      position: relative;
      padding-left: 70px;
      padding-top: 20px;
      padding-bottom: 20px;
      background: #F7F7F7;
      border: 1px solid #ddd;
      border-radius: 4px; }
      .order-success-store .content-mod .alert-mod-box p {
        margin-bottom: 0px; }
      .order-success-store .content-mod .alert-mod-box .icon-mod {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #66cc00;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #66cc00; }
        .order-success-store .content-mod .alert-mod-box .icon-mod .fa {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
    .order-success-store .content-mod .footer-mod {
      margin-top: 15px;
      padding-top: 20px;
      border-top: 1px solid #ddd; }
      .order-success-store .content-mod .footer-mod ul {
        display: block; }
        .order-success-store .content-mod .footer-mod ul li {
          display: block; }
      .order-success-store .content-mod .footer-mod a {
        color: #007FF0; }
    @media screen and (max-width: 1199px) {
      .order-success-store .content-mod {
        padding-right: 15px; } }
    @media screen and (max-width: 991px) {
      .order-success-store .content-mod {
        padding: 15px; } }
  .order-success-store .show-cart-block {
    display: block;
    width: 100%;
    padding: 0px;
    background: #fff; }
    .order-success-store .show-cart-block .list-mod:after {
      content: "";
      display: block;
      clear: both; }
    .order-success-store .show-cart-block .col-mod {
      float: left; }
    .order-success-store .show-cart-block .head-mod,
    .order-success-store .show-cart-block .content-mod2 {
      display: block; }
      .order-success-store .show-cart-block .head-mod .col-mod,
      .order-success-store .show-cart-block .content-mod2 .col-mod {
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px; }
        @media screen and (max-width: 991px) {
          .order-success-store .show-cart-block .head-mod .col-mod,
          .order-success-store .show-cart-block .content-mod2 .col-mod {
            padding: 10px;
            width: 100% !important;
            border-bottom: 1px dashed #ddd; }
            .order-success-store .show-cart-block .head-mod .col-mod:last-child,
            .order-success-store .show-cart-block .content-mod2 .col-mod:last-child {
              border: none; } }
      .order-success-store .show-cart-block .head-mod .name-mod,
      .order-success-store .show-cart-block .content-mod2 .name-mod {
        width: 35%; }
      .order-success-store .show-cart-block .head-mod .quantity-mod,
      .order-success-store .show-cart-block .content-mod2 .quantity-mod {
        width: 20%; }
        .order-success-store .show-cart-block .head-mod .quantity-mod:before,
        .order-success-store .show-cart-block .content-mod2 .quantity-mod:before {
          content: "Số lượng: ";
          display: none; }
          @media screen and (max-width: 991px) {
            .order-success-store .show-cart-block .head-mod .quantity-mod:before,
            .order-success-store .show-cart-block .content-mod2 .quantity-mod:before {
              display: block; } }
      .order-success-store .show-cart-block .head-mod .price-mod,
      .order-success-store .show-cart-block .content-mod2 .price-mod {
        width: 20%; }
        .order-success-store .show-cart-block .head-mod .price-mod:before,
        .order-success-store .show-cart-block .content-mod2 .price-mod:before {
          content: "Giá chưa thuế: ";
          display: none; }
          @media screen and (max-width: 991px) {
            .order-success-store .show-cart-block .head-mod .price-mod:before,
            .order-success-store .show-cart-block .content-mod2 .price-mod:before {
              display: inline-block; } }
      .order-success-store .show-cart-block .head-mod .vat-mod,
      .order-success-store .show-cart-block .content-mod2 .vat-mod {
        width: 10%; }
        .order-success-store .show-cart-block .head-mod .vat-mod:before,
        .order-success-store .show-cart-block .content-mod2 .vat-mod:before {
          content: "Thuế GTGT: ";
          display: none; }
          @media screen and (max-width: 991px) {
            .order-success-store .show-cart-block .head-mod .vat-mod:before,
            .order-success-store .show-cart-block .content-mod2 .vat-mod:before {
              display: inline-block; } }
      .order-success-store .show-cart-block .head-mod .sum-mod,
      .order-success-store .show-cart-block .content-mod2 .sum-mod {
        width: 15%;
        text-align: right;
        padding-right: 0px; }
        .order-success-store .show-cart-block .head-mod .sum-mod:before,
        .order-success-store .show-cart-block .content-mod2 .sum-mod:before {
          content: "Giá đã có thuế GTGT: ";
          display: none; }
          @media screen and (max-width: 991px) {
            .order-success-store .show-cart-block .head-mod .sum-mod:before,
            .order-success-store .show-cart-block .content-mod2 .sum-mod:before {
              display: inline-block; } }
        @media screen and (max-width: 991px) {
          .order-success-store .show-cart-block .head-mod .sum-mod,
          .order-success-store .show-cart-block .content-mod2 .sum-mod {
            text-align: left; } }
    .order-success-store .show-cart-block .head-mod {
      font-weight: bold;
      text-transform: uppercase;
      border-bottom: 1px solid #ddd; }
      @media screen and (max-width: 991px) {
        .order-success-store .show-cart-block .head-mod {
          display: none; } }
    .order-success-store .show-cart-block .content-mod2:after {
      content: "";
      display: block;
      clear: both; }
    .order-success-store .show-cart-block .content-mod2 .list-mod {
      border-bottom: 1px solid #ddd;
      position: relative; }
      @media screen and (max-width: 991px) {
        .order-success-store .show-cart-block .content-mod2 .list-mod {
          border: 1px solid #ddd;
          margin-bottom: 15px; } }
      @media screen and (max-width: 320px) {
        .order-success-store .show-cart-block .content-mod2 .list-mod {
          width: 100%; } }
    .order-success-store .show-cart-block .content-mod2 .col-mod {
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .order-success-store .show-cart-block .content-mod2 .col-mod {
          font-size: 14px; } }
    .order-success-store .show-cart-block .content-mod2 .name-mod .img-box {
      width: 75px;
      float: left;
      border: 1px solid #ddd; }
      .order-success-store .show-cart-block .content-mod2 .name-mod .img-box .img-mod {
        display: block;
        position: relative;
        width: 100%;
        padding-bottom: 113.33333%; }
        .order-success-store .show-cart-block .content-mod2 .name-mod .img-box .img-mod img {
          position: absolute;
          max-width: 100%;
          max-height: 100%;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
    .order-success-store .show-cart-block .content-mod2 .name-mod .detail-box {
      width: calc(100% - 75px);
      padding-left: 30px;
      float: left;
      font-size: 14px;
      line-height: 18px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .order-success-store .show-cart-block .content-mod2 .name-mod .detail-box {
          font-size: 14px;
          padding-left: 15px;
          padding-right: 15px; } }
    .order-success-store .show-cart-block .content-mod2 .quantity-mod .input-group {
      width: 120px; }
      @media screen and (max-width: 991px) {
        .order-success-store .show-cart-block .content-mod2 .quantity-mod .input-group {
          width: 100%;
          max-width: 250px; } }
    .order-success-store .show-cart-block .content-mod2 .quantity-mod .input-group-addon {
      border-radius: 0px;
      width: 35px;
      height: 35px;
      background: none;
      cursor: pointer; }
      .order-success-store .show-cart-block .content-mod2 .quantity-mod .input-group-addon:hover {
        background: #66cc00;
        color: #fff; }
    .order-success-store .show-cart-block .content-mod2 .quantity-mod .form-control {
      height: 35px;
      text-align: center;
      box-sizing: none;
      border-right: none; }
    .order-success-store .show-cart-block .content-mod2 .quantity-mod .alert-mod {
      width: 100%;
      display: block;
      color: red;
      font-style: italic; }
    .order-success-store .show-cart-block .content-mod2 .sum-mod {
      color: #ee402f; }
      .order-success-store .show-cart-block .content-mod2 .sum-mod .ctr-delete {
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer; }
        .order-success-store .show-cart-block .content-mod2 .sum-mod .ctr-delete:hover {
          color: #ee402f; }
        @media screen and (max-width: 991px) {
          .order-success-store .show-cart-block .content-mod2 .sum-mod .ctr-delete {
            width: 30px;
            height: 30px;
            right: 0px;
            top: 0px;
            border: 1px solid #ddd;
            border-top: none;
            border-right: none;
            background: #fff; }
            .order-success-store .show-cart-block .content-mod2 .sum-mod .ctr-delete .fa {
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); } }
    .order-success-store .show-cart-block .footer-mod2 {
      font-size: 18px;
      padding-top: 20px; }
      .order-success-store .show-cart-block .footer-mod2 .row-mod1 {
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px; }
        .order-success-store .show-cart-block .footer-mod2 .row-mod1 .col-mod {
          display: inline-block;
          float: none;
          margin-left: 65px;
          margin-right: 65px; }
          @media screen and (max-width: 991px) {
            .order-success-store .show-cart-block .footer-mod2 .row-mod1 .col-mod {
              margin-left: 0px;
              margin-right: 0px;
              display: block;
              width: 100%; } }
        @media screen and (max-width: 991px) {
          .order-success-store .show-cart-block .footer-mod2 .row-mod1 {
            text-align: left;
            padding-top: 10px;
            padding-bottom: 10px; } }
      .order-success-store .show-cart-block .footer-mod2 .row-mod2 .col-mod {
        width: 100%;
        text-align: right; }
        .order-success-store .show-cart-block .footer-mod2 .row-mod2 .col-mod .cap-mod {
          padding-right: 100px; }
          @media screen and (max-width: 991px) {
            .order-success-store .show-cart-block .footer-mod2 .row-mod2 .col-mod .cap-mod {
              padding-right: 0px; } }
        .order-success-store .show-cart-block .footer-mod2 .row-mod2 .col-mod .val-mod {
          display: inline-block;
          text-align: left; }
        @media screen and (max-width: 991px) {
          .order-success-store .show-cart-block .footer-mod2 .row-mod2 .col-mod {
            text-align: left; } }
      .order-success-store .show-cart-block .footer-mod2 .row-mod2 .sum-mod2 .val-mod {
        color: #66cc00;
        font-size: 20px; }
      .order-success-store .show-cart-block .footer-mod2 .row-mod3 {
        padding-top: 18px; }
        .order-success-store .show-cart-block .footer-mod2 .row-mod3 .col-mod {
          margin-left: 15px;
          float: right; }
          @media screen and (max-width: 991px) {
            .order-success-store .show-cart-block .footer-mod2 .row-mod3 .col-mod {
              float: left;
              margin-left: 0px;
              margin-right: 15px;
              font-size: 14px; } }
          @media screen and (max-width: 767px) {
            .order-success-store .show-cart-block .footer-mod2 .row-mod3 .col-mod {
              width: 100%;
              margin-bottom: 15px;
              margin-right: 0px; } }
      @media screen and (max-width: 767px) {
        .order-success-store .show-cart-block .footer-mod2 {
          font-size: 15px; } }
  .order-success-store .btn-back-mod {
    margin-top: 20px; }
    .order-success-store .btn-back-mod a {
      padding: 10px 15px;
      background: #66cc00;
      color: #fff;
      display: inline-block;
      border-radius: 5px;
      border: 1px solid #66cc00; }
      .order-success-store .btn-back-mod a:hover {
        background: #fff;
        color: #66cc00; }

/* End order-success-store */
/* user-store */
.user-store {
  font-family: 'Roboto', sans-serif;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F4F4F4; }
  .user-store a {
    color: inherit; }
    .user-store a:focus {
      outline: none;
      text-decoration: none; }
    .user-store a:hover {
      text-decoration: none; }
  .user-store img {
    max-width: 100%; }
  .user-store ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .user-store p {
    margin-bottom: 0px; }
  .user-store h1, .user-store h2, .user-store h3, .user-store h4, .user-store h5 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .user-store button {
    outline: none; }
  .user-store .img-box {
    height: auto; }
  .user-store .pagination-mod {
    margin-left: auto;
    margin-right: auto;
    display: table; }
    .user-store .pagination-mod.style2 {
      margin-top: 30px; }
    .user-store .pagination-mod li {
      display: block;
      float: left;
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 5px; }
      .user-store .pagination-mod li.active a, .user-store .pagination-mod li:hover a {
        background: #ddd;
        color: #66cc00; }
      .user-store .pagination-mod li:first-child a:before {
        content: "\f060";
        font-family: FontAwesome; }
      .user-store .pagination-mod li:last-child a:before {
        content: "\f061";
        font-family: FontAwesome; }
      .user-store .pagination-mod li a {
        height: 30px;
        min-width: 30px;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        background: #66cc00;
        display: block;
        position: relative; }
  .user-store p {
    margin-bottom: 10px; }
  .user-store .select-mod {
    position: relative; }
    .user-store .select-mod select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none;
      position: absolute;
      width: 100%;
      height: 100%;
      background: none;
      left: 0px;
      top: 0px;
      border: none;
      padding-right: 50px;
      padding-top: 3px;
      padding-bottom: 6px;
      padding-left: 12px;
      z-index: 100; }
      .user-store .select-mod select option[value=""][disabled] {
        display: none; }
    .user-store .select-mod:before {
      content: "\f078";
      display: inline-block;
      width: 20px;
      height: 20px;
      right: 7px;
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      z-index: 99;
      font: normal normal normal 18px/1 FontAwesome;
      text-align: center;
      line-height: 20px; }
    .user-store .select-mod:after {
      content: "";
      display: inline-block;
      width: 1px;
      height: 25px;
      right: 33px;
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      z-index: 99;
      font: normal normal normal 18px/1 FontAwesome;
      text-align: center;
      line-height: 20px;
      background: #E0E0E0; }
  .user-store .widget-mod {
    width: 270px;
    float: left; }
    .user-store .widget-mod .name-mod {
      padding: 15px;
      background: #66cc00;
      color: #fff; }
    @media screen and (max-width: 767px) {
      .user-store .widget-mod {
        width: 100%; } }
  .user-store .main-mod {
    width: calc(100% - 300px);
    float: right; }
    @media screen and (max-width: 767px) {
      .user-store .main-mod {
        width: 100%;
        float: left;
        margin-top: 30px; } }
  .user-store .title-mod {
    padding: 15px;
    background: #66cc00;
    color: #fff; }
    .user-store .title-mod.style2 {
      background: none;
      border: 1px solid #66cc00;
      color: #66cc00; }
    .user-store .title-mod.style3 {
      background: #fff;
      color: #66cc00; }
  .user-store .menu-user {
    border: 1px solid #66cc00;
    border-top: none;
    padding: 15px; }
    .user-store .menu-user a {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      position: relative;
      padding-left: 30px; }
      .user-store .menu-user a .fa {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        opacity: 0.7; }
      .user-store .menu-user a:hover, .user-store .menu-user a.active {
        color: #66cc00; }
        .user-store .menu-user a:hover .fa, .user-store .menu-user a.active .fa {
          opacity: 1; }
  .user-store .form-edit-mod {
    border: 1px solid #66cc00;
    border-top: none;
    padding: 30px; }
    .user-store .form-edit-mod .form-group .lb-mod {
      width: 200px;
      float: left; }
      @media screen and (max-width: 991px) {
        .user-store .form-edit-mod .form-group .lb-mod {
          width: 100%; } }
    .user-store .form-edit-mod .form-group .ctr-mod {
      width: calc(100% - 200px);
      float: left;
      padding-left: 30px; }
      @media screen and (max-width: 991px) {
        .user-store .form-edit-mod .form-group .ctr-mod {
          width: 100%;
          padding-left: 0px; } }
    .user-store .form-edit-mod .form-group:after {
      content: "";
      display: block;
      clear: both; }
    .user-store .form-edit-mod .btn {
      background: #66cc00;
      color: #fff; }
      .user-store .form-edit-mod .btn:hover {
        color: #66cc00;
        background: #fff;
        border: 1px solid #66cc00; }
    @media screen and (max-width: 767px) {
      .user-store .form-edit-mod {
        padding: 15px; }
        .user-store .form-edit-mod .col-sm-4 {
          margin-bottom: 10px; } }
  .user-store .order-history-list {
    background: #fff;
    padding: 15px; }
    .user-store .order-history-list .row-mod li[class^="col-mod"] {
      float: left;
      padding: 15px 10px; }
      @media screen and (max-width: 1199px) {
        .user-store .order-history-list .row-mod li[class^="col-mod"] {
          border-bottom: 1px dashed #ddd; }
          .user-store .order-history-list .row-mod li[class^="col-mod"]:last-child {
            border-bottom: none; } }
    .user-store .order-history-list .row-mod .col-mod-1 {
      width: 14.36782%; }
    .user-store .order-history-list .row-mod .col-mod-2 {
      width: 14.36782%; }
    .user-store .order-history-list .row-mod .col-mod-3 {
      width: 40.22989%; }
    .user-store .order-history-list .row-mod .col-mod-4 {
      width: 14.36782%; }
    .user-store .order-history-list .row-mod .col-mod-5 {
      width: 16.66667%;
      text-align: right; }
    .user-store .order-history-list .row-mod:after {
      content: "";
      display: block;
      clear: both; }
    @media screen and (max-width: 1199px) {
      .user-store .order-history-list .row-mod .col-mod-1 {
        width: 100%; }
      .user-store .order-history-list .row-mod .col-mod-2 {
        width: 100%; }
      .user-store .order-history-list .row-mod .col-mod-3 {
        width: 100%; }
      .user-store .order-history-list .row-mod .col-mod-4 {
        width: 100%; }
      .user-store .order-history-list .row-mod .col-mod-5 {
        width: 100%;
        text-align: left; } }
    .user-store .order-history-list .head-mod {
      color: #787878;
      font-weight: bold;
      padding-bottom: 15px; }
      @media screen and (max-width: 1199px) {
        .user-store .order-history-list .head-mod {
          display: none; } }
    .user-store .order-history-list .content-mod .row-mod {
      border-top: 1px solid #ddd; }
      @media screen and (max-width: 1199px) {
        .user-store .order-history-list .content-mod .row-mod {
          border: 1px solid #ddd;
          margin-bottom: 20px; } }
    .user-store .order-history-list .content-mod .rp-cap-mod {
      display: none; }
      @media screen and (max-width: 1199px) {
        .user-store .order-history-list .content-mod .rp-cap-mod {
          display: inline-block;
          font-weight: bold;
          color: #787878; } }
    .user-store .order-history-list .content-mod .col-mod-1 .val-mod {
      color: #66cc00; }
      .user-store .order-history-list .content-mod .col-mod-1 .val-mod:hover {
        text-decoration: underline; }
    .user-store .order-history-list .footer-mod {
      border-top: 1px solid #ddd;
      padding-top: 30px;
      padding-bottom: 15px; }
  .user-store .show-cart-block {
    display: block;
    width: 100%;
    padding: 15px;
    background: #fff; }
    .user-store .show-cart-block .list-mod:after {
      content: "";
      display: block;
      clear: both; }
    .user-store .show-cart-block .col-mod {
      float: left; }
    .user-store .show-cart-block .head-mod,
    .user-store .show-cart-block .content-mod {
      display: block; }
      .user-store .show-cart-block .head-mod .col-mod,
      .user-store .show-cart-block .content-mod .col-mod {
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px; }
        @media screen and (max-width: 991px) {
          .user-store .show-cart-block .head-mod .col-mod,
          .user-store .show-cart-block .content-mod .col-mod {
            padding: 10px;
            width: 100% !important;
            border-bottom: 1px dashed #ddd; }
            .user-store .show-cart-block .head-mod .col-mod:last-child,
            .user-store .show-cart-block .content-mod .col-mod:last-child {
              border: none; } }
      .user-store .show-cart-block .head-mod .name-mod,
      .user-store .show-cart-block .content-mod .name-mod {
        width: 25.64103%; }
      .user-store .show-cart-block .head-mod .quantity-mod,
      .user-store .show-cart-block .content-mod .quantity-mod {
        width: 16.75214%; }
        .user-store .show-cart-block .head-mod .quantity-mod:before,
        .user-store .show-cart-block .content-mod .quantity-mod:before {
          content: "Số lượng: ";
          display: none; }
          @media screen and (max-width: 991px) {
            .user-store .show-cart-block .head-mod .quantity-mod:before,
            .user-store .show-cart-block .content-mod .quantity-mod:before {
              display: block; } }
      .user-store .show-cart-block .head-mod .price-mod,
      .user-store .show-cart-block .content-mod .price-mod {
        width: 17.09402%; }
        .user-store .show-cart-block .head-mod .price-mod:before,
        .user-store .show-cart-block .content-mod .price-mod:before {
          content: "Giá chưa thuế: ";
          display: none; }
          @media screen and (max-width: 991px) {
            .user-store .show-cart-block .head-mod .price-mod:before,
            .user-store .show-cart-block .content-mod .price-mod:before {
              display: inline-block; } }
      .user-store .show-cart-block .head-mod .vat-mod,
      .user-store .show-cart-block .content-mod .vat-mod {
        width: 17.09402%; }
        .user-store .show-cart-block .head-mod .vat-mod:before,
        .user-store .show-cart-block .content-mod .vat-mod:before {
          content: "Thuế GTGT: ";
          display: none; }
          @media screen and (max-width: 991px) {
            .user-store .show-cart-block .head-mod .vat-mod:before,
            .user-store .show-cart-block .content-mod .vat-mod:before {
              display: inline-block; } }
      .user-store .show-cart-block .head-mod .sum-mod,
      .user-store .show-cart-block .content-mod .sum-mod {
        width: 23.4188%;
        text-align: right;
        padding-right: 0px; }
        .user-store .show-cart-block .head-mod .sum-mod:before,
        .user-store .show-cart-block .content-mod .sum-mod:before {
          content: "Giá đã có thuế GTGT: ";
          display: none; }
          @media screen and (max-width: 991px) {
            .user-store .show-cart-block .head-mod .sum-mod:before,
            .user-store .show-cart-block .content-mod .sum-mod:before {
              display: inline-block; } }
        @media screen and (max-width: 991px) {
          .user-store .show-cart-block .head-mod .sum-mod,
          .user-store .show-cart-block .content-mod .sum-mod {
            text-align: center; } }
    .user-store .show-cart-block .head-mod {
      font-weight: bold;
      text-transform: uppercase;
      border-bottom: 1px solid #ddd; }
      @media screen and (max-width: 991px) {
        .user-store .show-cart-block .head-mod {
          display: none; } }
    .user-store .show-cart-block .content-mod:after {
      content: "";
      display: block;
      clear: both; }
    .user-store .show-cart-block .content-mod .list-mod {
      border-bottom: 1px solid #ddd;
      position: relative; }
      @media screen and (max-width: 991px) {
        .user-store .show-cart-block .content-mod .list-mod {
          border: 1px solid #ddd;
          margin-bottom: 15px; } }
      @media screen and (max-width: 320px) {
        .user-store .show-cart-block .content-mod .list-mod {
          width: 100%; } }
    .user-store .show-cart-block .content-mod .col-mod {
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .user-store .show-cart-block .content-mod .col-mod {
          font-size: 14px; } }
    .user-store .show-cart-block .content-mod .name-mod .img-box {
      width: 75px;
      float: left;
      border: 1px solid #ddd; }
      .user-store .show-cart-block .content-mod .name-mod .img-box .img-mod {
        display: block;
        position: relative;
        width: 100%;
        padding-bottom: 113.33333%; }
        .user-store .show-cart-block .content-mod .name-mod .img-box .img-mod img {
          position: absolute;
          max-width: 100%;
          max-height: 100%;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
    .user-store .show-cart-block .content-mod .name-mod .detail-box {
      width: calc(100% - 75px);
      padding-left: 30px;
      float: left;
      font-size: 14px;
      line-height: 18px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .user-store .show-cart-block .content-mod .name-mod .detail-box {
          font-size: 14px;
          padding-left: 15px;
          padding-right: 15px; } }
    .user-store .show-cart-block .content-mod .quantity-mod .input-group {
      width: 120px; }
      @media screen and (max-width: 991px) {
        .user-store .show-cart-block .content-mod .quantity-mod .input-group {
          width: 100%;
          max-width: 250px; } }
    .user-store .show-cart-block .content-mod .quantity-mod .input-group-addon {
      border-radius: 0px;
      width: 35px;
      height: 35px;
      background: none;
      cursor: pointer; }
      .user-store .show-cart-block .content-mod .quantity-mod .input-group-addon:hover {
        background: #66cc00;
        color: #fff; }
    .user-store .show-cart-block .content-mod .quantity-mod .form-control {
      height: 35px;
      text-align: center;
      box-sizing: none;
      border-right: none; }
    .user-store .show-cart-block .content-mod .quantity-mod .alert-mod {
      width: 100%;
      display: block;
      color: red;
      font-style: italic; }
    .user-store .show-cart-block .content-mod .sum-mod {
      color: #ee402f; }
      .user-store .show-cart-block .content-mod .sum-mod .ctr-delete {
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer; }
        .user-store .show-cart-block .content-mod .sum-mod .ctr-delete:hover {
          color: #ee402f; }
        @media screen and (max-width: 991px) {
          .user-store .show-cart-block .content-mod .sum-mod .ctr-delete {
            width: 30px;
            height: 30px;
            right: 0px;
            top: 0px;
            border: 1px solid #ddd;
            border-top: none;
            border-right: none;
            background: #fff; }
            .user-store .show-cart-block .content-mod .sum-mod .ctr-delete .fa {
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); } }
    .user-store .show-cart-block .footer-mod {
      font-size: 18px; }
      .user-store .show-cart-block .footer-mod .row-mod1 {
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px; }
        .user-store .show-cart-block .footer-mod .row-mod1 .col-mod {
          display: inline-block;
          float: none;
          margin-left: 65px;
          margin-right: 65px; }
          @media screen and (max-width: 991px) {
            .user-store .show-cart-block .footer-mod .row-mod1 .col-mod {
              margin-left: 0px;
              margin-right: 0px;
              display: block;
              width: 100%; } }
        @media screen and (max-width: 991px) {
          .user-store .show-cart-block .footer-mod .row-mod1 {
            text-align: left;
            padding-top: 10px;
            padding-bottom: 10px; } }
      .user-store .show-cart-block .footer-mod .row-mod2 {
        border-top: 1px solid #ddd;
        padding-top: 15px; }
        .user-store .show-cart-block .footer-mod .row-mod2 .col-mod {
          width: 100%;
          text-align: right; }
          .user-store .show-cart-block .footer-mod .row-mod2 .col-mod .cap-mod {
            padding-right: 100px; }
            @media screen and (max-width: 991px) {
              .user-store .show-cart-block .footer-mod .row-mod2 .col-mod .cap-mod {
                padding-right: 0px; } }
          .user-store .show-cart-block .footer-mod .row-mod2 .col-mod .val-mod {
            display: inline-block;
            text-align: left; }
          @media screen and (max-width: 991px) {
            .user-store .show-cart-block .footer-mod .row-mod2 .col-mod {
              text-align: left; } }
        .user-store .show-cart-block .footer-mod .row-mod2 .sum-mod2 .val-mod {
          color: #66cc00;
          font-size: 20px; }
      .user-store .show-cart-block .footer-mod .row-mod3 {
        padding-top: 18px; }
        .user-store .show-cart-block .footer-mod .row-mod3 .col-mod {
          margin-left: 15px;
          float: right; }
          @media screen and (max-width: 991px) {
            .user-store .show-cart-block .footer-mod .row-mod3 .col-mod {
              float: left;
              margin-left: 0px;
              margin-right: 15px;
              font-size: 14px; } }
          @media screen and (max-width: 767px) {
            .user-store .show-cart-block .footer-mod .row-mod3 .col-mod {
              width: 100%;
              margin-bottom: 15px;
              margin-right: 0px; } }
      @media screen and (max-width: 767px) {
        .user-store .show-cart-block .footer-mod {
          font-size: 15px; } }
  .user-store .list-info-mod {
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px; }
    .user-store .list-info-mod .col-sm-4 {
      padding-left: 5px;
      padding-right: 5px; }
      @media screen and (max-width: 991px) {
        .user-store .list-info-mod .col-sm-4 {
          width: 100%;
          float: left;
          margin-bottom: 20px; } }
    .user-store .list-info-mod .title-mod2 {
      text-transform: uppercase; }
      .user-store .list-info-mod .title-mod2 .fa {
        padding-right: 5px;
        color: #66cc00; }
      @media screen and (max-width: 1199px) {
        .user-store .list-info-mod .title-mod2 {
          line-height: 1.5em;
          height: 3em; } }
      @media screen and (max-width: 991px) {
        .user-store .list-info-mod .title-mod2 {
          height: auto; } }
    .user-store .list-info-mod .item-mod {
      background: #fff;
      padding: 10px;
      min-height: 150px; }
      .user-store .list-info-mod .item-mod span {
        font-weight: bold; }
  .user-store .btn-back-mod {
    margin-top: 20px; }
    .user-store .btn-back-mod a {
      padding: 10px 15px;
      background: #66cc00;
      color: #fff;
      display: inline-block;
      border-radius: 5px;
      border: 1px solid #66cc00; }
      .user-store .btn-back-mod a:hover {
        background: #fff;
        color: #66cc00; }
  .user-store .user-like-product-list {
    margin-top: 20px; }
    .user-store .user-like-product-list .item-mod {
      background: #fff;
      padding: 15px;
      border-radius: 5px;
      position: relative;
      margin-bottom: 15px; }
      .user-store .user-like-product-list .item-mod .img-box {
        width: 170px;
        float: left; }
        .user-store .user-like-product-list .item-mod .img-box .img-mod {
          display: block;
          position: relative;
          width: 100%;
          padding-bottom: 80%; }
          .user-store .user-like-product-list .item-mod .img-box .img-mod img {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            max-width: none;
            max-height: none; }
        @media screen and (max-width: 400px) {
          .user-store .user-like-product-list .item-mod .img-box {
            width: 100%; } }
      .user-store .user-like-product-list .item-mod .detail-box {
        width: calc(100% - 170px);
        padding-left: 20px;
        float: left; }
        .user-store .user-like-product-list .item-mod .detail-box .name-mod {
          font-weight: bold;
          margin-bottom: 10px;
          display: inline-block;
          overflow: hidden;
          line-height: 1.4em;
          max-height: 2.8em;
          padding-right: 20px; }
          .user-store .user-like-product-list .item-mod .detail-box .name-mod:hover {
            color: #66cc00; }
          @media screen and (max-width: 400px) {
            .user-store .user-like-product-list .item-mod .detail-box .name-mod {
              padding-right: 0px; } }
        .user-store .user-like-product-list .item-mod .detail-box .sum-mod {
          overflow: hidden;
          line-height: 1.4em;
          max-height: 4.2em; }
        .user-store .user-like-product-list .item-mod .detail-box .price-mod .new-mod {
          font-weight: bold;
          color: #66cc00;
          padding-right: 20px; }
        .user-store .user-like-product-list .item-mod .detail-box .price-mod .old-mod {
          font-size: 12px;
          text-decoration: line-through;
          color: #999; }
        @media screen and (max-width: 400px) {
          .user-store .user-like-product-list .item-mod .detail-box {
            width: 100%;
            padding-left: 0px;
            margin-top: 15px; } }
      .user-store .user-like-product-list .item-mod .ctr-remove-product {
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
        color: #999;
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 50%;
        border: 1px solid #ddd; }
        .user-store .user-like-product-list .item-mod .ctr-remove-product .fa {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
        .user-store .user-like-product-list .item-mod .ctr-remove-product:hover {
          color: red; }
      .user-store .user-like-product-list .item-mod:after {
        content: "";
        display: block;
        clear: both; }

/* End user-store */
/* #picture-store */
.mfp-bottom-bar .fa {
  padding-left: 10px;
  padding-right: 10px; }

.picture-store {
  padding-bottom: 50px;
  padding-top: 50px; }
  .picture-store a {
    color: inherit; }
    .picture-store a:focus {
      outline: none;
      text-decoration: none; }
    .picture-store a:hover {
      text-decoration: none; }
  .picture-store img {
    max-width: 100%; }
  .picture-store ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .picture-store p {
    margin-bottom: 0px; }
  .picture-store h1, .picture-store h2, .picture-store h3, .picture-store h4, .picture-store h5 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .picture-store button {
    outline: none; }
  .picture-store .img-box {
    height: auto; }
  .picture-store .main-store {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px; }
    .picture-store .main-store .pagination {
      margin-bottom: 30px; }
  .picture-store .pagination-mod {
    margin-left: auto;
    margin-right: auto;
    display: table; }
    .picture-store .pagination-mod.style2 {
      margin-top: 30px; }
    .picture-store .pagination-mod li {
      display: block;
      float: left;
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 5px; }
      .picture-store .pagination-mod li.active a, .picture-store .pagination-mod li:hover a {
        background: #ddd;
        color: #66cc00; }
      .picture-store .pagination-mod li:first-child a:before {
        content: "\f060";
        font-family: FontAwesome; }
      .picture-store .pagination-mod li:last-child a:before {
        content: "\f061";
        font-family: FontAwesome; }
      .picture-store .pagination-mod li a {
        height: 30px;
        min-width: 30px;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        background: #66cc00;
        display: block;
        position: relative; }
  .picture-store .row-mod {
    background: #ececec;
    margin-right: -5px;
    margin-left: -5px;
    padding-top: 10px;
    padding: 10px 5px;
    margin-bottom: 30px; }
    .picture-store .row-mod:after {
      content: "";
      display: block;
      clear: both; }
    .picture-store .row-mod .col-mod {
      float: left;
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 30px; }
      .picture-store .row-mod .col-mod .item-mod .img-box {
        background: #fff;
        width: 100%;
        position: relative;
        padding-bottom: 100%; }
        .picture-store .row-mod .col-mod .item-mod .img-box .img-mod {
          width: 100%;
          padding-bottom: 100%;
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0; }
          .picture-store .row-mod .col-mod .item-mod .img-box .img-mod:first-child {
            z-index: 100;
            opacity: 1; }
          .picture-store .row-mod .col-mod .item-mod .img-box .img-mod:after {
            content: "";
            position: absolute;
            width: calc(100% - 16px);
            height: calc(100% - 16px);
            max-width: none;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(0, 0, 0, 0.3);
            opacity: 0;
            transition: all 0.3s ease; }
          .picture-store .row-mod .col-mod .item-mod .img-box .img-mod img {
            position: absolute;
            max-width: calc(100% - 16px);
            max-height: calc(100% - 16px);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          .picture-store .row-mod .col-mod .item-mod .img-box .img-mod .crt-mod {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 50px;
            line-height: 100%;
            color: #fff;
            opacity: 0;
            transition: all 0.3s ease;
            z-index: 100; }
        .picture-store .row-mod .col-mod .item-mod .img-box:hover .img-mod:after {
          opacity: 1; }
        .picture-store .row-mod .col-mod .item-mod .img-box:hover .img-mod .crt-mod {
          opacity: 1; }
      .picture-store .row-mod .col-mod .item-mod .detail-box {
        text-align: center;
        text-transform: uppercase;
        padding-top: 15px;
        padding-bottom: 15px; }
        .picture-store .row-mod .col-mod .item-mod .detail-box .title-mod {
          white-space: nowrap;
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          display: block;
          font-size: 16px; }
          @media screen and (max-width: 767px) {
            .picture-store .row-mod .col-mod .item-mod .detail-box .title-mod {
              font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .picture-store .row-mod .col-mod {
          width: 50%;
          float: left; } }

/* End picture-store */
/* #job-store */
.job-store {
  padding-bottom: 50px;
  padding-top: 50px; }
  .job-store a {
    color: inherit; }
    .job-store a:focus {
      outline: none;
      text-decoration: none; }
    .job-store a:hover {
      text-decoration: none; }
  .job-store img {
    max-width: 100%; }
  .job-store ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .job-store p {
    margin-bottom: 0px; }
  .job-store h1, .job-store h2, .job-store h3, .job-store h4, .job-store h5 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .job-store button {
    outline: none; }
  .job-store .img-box {
    height: auto; }
  .job-store .sum-mod * {
    display: none; }
  .job-store .sum-mod p {
    display: block; }
  .job-store .pagination-mod {
    margin-left: auto;
    margin-right: auto;
    display: table; }
    .job-store .pagination-mod.style2 {
      margin-top: 30px; }
    .job-store .pagination-mod li {
      display: block;
      float: left;
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 5px; }
      .job-store .pagination-mod li.active a, .job-store .pagination-mod li:hover a {
        background: #ddd;
        color: #66cc00; }
      .job-store .pagination-mod li:first-child a:before {
        content: "\f060";
        font-family: FontAwesome; }
      .job-store .pagination-mod li:last-child a:before {
        content: "\f061";
        font-family: FontAwesome; }
      .job-store .pagination-mod li a {
        height: 30px;
        min-width: 30px;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        background: #66cc00;
        display: block;
        position: relative; }

.widget-store-job {
  width: 270px;
  float: left; }
  .widget-store-job .widget-block1 .title-mod {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold; }
  .widget-store-job .widget-block1 .list-mod {
    border: 1px solid #ddd; }
    .widget-store-job .widget-block1 .list-mod .item-mod {
      border-bottom: 1px solid #ddd; }
      .widget-store-job .widget-block1 .list-mod .item-mod a {
        display: block;
        padding: 10px;
        position: relative;
        color: #666666; }
        .widget-store-job .widget-block1 .list-mod .item-mod a:after {
          position: absolute;
          content: "\f069";
          font-family: FontAwesome;
          right: 15px;
          top: 50%;
          transform: translateY(-50%); }
        .widget-store-job .widget-block1 .list-mod .item-mod a:hover {
          color: #66cc00; }
      .widget-store-job .widget-block1 .list-mod .item-mod:last-child {
        border-bottom: none; }
  @media screen and (max-width: 767px) {
    .widget-store-job {
      width: 100%;
      margin-bottom: 20px; } }

.main-store-job {
  width: calc(100% - 300px);
  float: right; }
  .main-store-job .list-item-job .item-job {
    display: block;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd; }
    .main-store-job .list-item-job .item-job .title-mod {
      text-transform: capitalize;
      font-size: 17px;
      font-weight: bold; }
      .main-store-job .list-item-job .item-job .title-mod a:hover {
        color: #66cc00; }
    .main-store-job .list-item-job .item-job .where-mod {
      font-size: 13px;
      color: #666666;
      margin-top: 10px;
      margin-bottom: 10px; }
    .main-store-job .list-item-job .item-job .price-mod {
      font-size: 16px;
      font-weight: bold;
      color: red;
      margin-bottom: 10px; }
    .main-store-job .list-item-job .item-job .sum-mod {
      margin-bottom: 30px;
      color: #666666;
      line-height: 1.3em;
      max-height: 5.2em;
      overflow: hidden; }
      .main-store-job .list-item-job .item-job .sum-mod * {
        display: none; }
      .main-store-job .list-item-job .item-job .sum-mod p {
        display: block; }
    .main-store-job .list-item-job .item-job .link-mod {
      display: inline-block;
      padding: 10px 25px;
      background: #333333;
      color: #fff;
      text-transform: capitalize; }
      .main-store-job .list-item-job .item-job .link-mod:hover {
        background: #66cc00; }
    @media screen and (max-width: 767px) {
      .main-store-job .list-item-job .item-job {
        padding-bottom: 20px;
        margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .main-store-job {
      width: 100%; } }

.detail-job-store {
  padding-bottom: 50px;
  padding-top: 50px; }
  .detail-job-store a {
    color: inherit; }
    .detail-job-store a:focus {
      outline: none;
      text-decoration: none; }
    .detail-job-store a:hover {
      text-decoration: none; }
  .detail-job-store img {
    max-width: 100%; }
  .detail-job-store ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .detail-job-store p {
    margin-bottom: 0px; }
  .detail-job-store h1, .detail-job-store h2, .detail-job-store h3, .detail-job-store h4, .detail-job-store h5 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .detail-job-store button {
    outline: none; }
  .detail-job-store .img-box {
    height: auto; }
  .detail-job-store .main-store-job .title-mod {
    font-size: 25px;
    line-height: 1.2em; }
  .detail-job-store .main-store-job .sum-mod {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 15px; }
  .detail-job-store .main-store-job .content-mod img {
    max-width: 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  .detail-job-store .main-store-job .content-mod iframe {
    max-width: 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important; }

.job-store .item-job .img-box {
  width: 320px;
  float: left; }
  .job-store .item-job .img-box .img-mod {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 60.9375%; }
    .job-store .item-job .img-box .img-mod:before {
      content: ""; }
    .job-store .item-job .img-box .img-mod img {
      position: absolute;
      left: 0;
      top: 0;
      max-height: 100%; }
.job-store .item-job .detail-box {
  width: calc(100% - 320px);
  padding-left: 20px;
  float: left; }
  .job-store .item-job .detail-box .sum-mod {
    margin-top: 15px; }
.job-store .item-job:after {
  content: "";
  display: block;
  clear: both; }

@media screen and (max-width: 991px) {
  .job-store .item-job .img-box {
    width: 100%; }

  .job-store .item-job .detail-box {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px; } }
@media screen and (max-width: 767px) {
  .job-store .item-job .img-box {
    width: 250px; }

  .job-store .item-job .detail-box {
    width: calc(100% - 250px);
    padding-left: 10px;
    padding-top: 0px; } }
@media screen and (max-width: 480px) {
  .job-store .item-job .img-box {
    width: 100%; }

  .job-store .item-job .detail-box {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px; } }
/* End job-store */
/* #shop-store */
.shop-store {
  padding-bottom: 50px;
  padding-top: 50px; }
  .shop-store a {
    color: inherit; }
    .shop-store a:focus {
      outline: none;
      text-decoration: none; }
    .shop-store a:hover {
      text-decoration: none; }
  .shop-store img {
    max-width: 100%; }
  .shop-store ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .shop-store p {
    margin-bottom: 0px; }
  .shop-store h1, .shop-store h2, .shop-store h3, .shop-store h4, .shop-store h5 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .shop-store button {
    outline: none; }
  .shop-store .img-box {
    height: auto; }
  .shop-store .banner-store img {
    width: 100%; }
  .shop-store .header-shop-store:after {
    content: "";
    display: block;
    clear: both; }
  .shop-store .header-shop-store .detail-box {
    width: 50%;
    float: left;
    padding-right: 30px;
    color: #666666; }
    .shop-store .header-shop-store .detail-box .title-mod {
      text-transform: uppercase;
      margin-bottom: 15px; }
    .shop-store .header-shop-store .detail-box .sum-mod {
      line-height: 24px;
      font-size: 16px;
      margin-bottom: 40px; }
    .shop-store .header-shop-store .detail-box .form-control {
      border-radius: 0px; }
    .shop-store .header-shop-store .detail-box .btn-mod {
      padding: 10px 30px;
      color: #fff;
      background: #66cc00;
      border-color: #66cc00;
      border-radius: 0px; }
    @media screen and (max-width: 767px) {
      .shop-store .header-shop-store .detail-box {
        width: 100%;
        padding-right: 0px; } }
  .shop-store .header-shop-store .img-box {
    width: 50%;
    float: left; }
    .shop-store .header-shop-store .img-box .img-mod {
      position: relative;
      width: 100%;
      padding-bottom: 100%;
      overflow: hidden;
      border: 1px solid #ddd;
      background: #fff;
      display: block; }
      .shop-store .header-shop-store .img-box .img-mod img {
        max-width: calc(100% - 20px);
        max-height: calc(100% - 20px);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    @media screen and (max-width: 767px) {
      .shop-store .header-shop-store .img-box {
        width: 100%;
        margin-top: 20px; } }
  .shop-store .title-shop-shore {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px; }
    .shop-store .title-shop-shore:after {
      content: "";
      width: 150px;
      height: 3px;
      background: #66cc00;
      position: absolute;
      left: 50%;
      margin-left: -75px;
      bottom: 0px;
      margin-bottom: -1px; }
      @media screen and (max-width: 767px) {
        .shop-store .title-shop-shore:after {
          left: 0px;
          margin-left: 0px; } }
    @media screen and (max-width: 767px) {
      .shop-store .title-shop-shore {
        font-size: 16px;
        text-align: left; } }
  .shop-store .item-shop-store {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #ddd; }
    .shop-store .item-shop-store:after {
      content: "";
      display: block;
      clear: both; }
    .shop-store .item-shop-store .detail-box {
      width: 60%;
      float: left;
      padding-right: 30px;
      color: #002b5a; }
      .shop-store .item-shop-store .detail-box .title-mod {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 20px; }
      .shop-store .item-shop-store .detail-box .name-mod {
        font-weight: bold; }
      .shop-store .item-shop-store .detail-box .text-mod {
        margin-top: 10px;
        font-style: italic; }
        .shop-store .item-shop-store .detail-box .text-mod .fa {
          color: #CFB17B;
          padding-right: 10px; }
      .shop-store .item-shop-store .detail-box .link-mod {
        color: #CFB17B;
        font-style: italic;
        text-decoration: underline;
        margin-top: 5px;
        display: inline-block; }
        .shop-store .item-shop-store .detail-box .link-mod:hover {
          color: #66cc00; }
      @media screen and (max-width: 991px) {
        .shop-store .item-shop-store .detail-box {
          width: 50%; } }
      @media screen and (max-width: 550px) {
        .shop-store .item-shop-store .detail-box {
          width: 100%;
          padding-right: 0px;
          margin-bottom: 20px; } }
    .shop-store .item-shop-store .img-box {
      width: 20%;
      float: right; }
      .shop-store .item-shop-store .img-box .img-mod {
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        overflow: hidden;
        border: 1px solid #ddd;
        background: #fff;
        display: block; }
        .shop-store .item-shop-store .img-box .img-mod img {
          max-width: calc(100% - 20px);
          max-height: calc(100% - 20px);
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
      @media screen and (max-width: 991px) {
        .shop-store .item-shop-store .img-box {
          width: 50%; } }
      @media screen and (max-width: 550px) {
        .shop-store .item-shop-store .img-box {
          width: 100%; } }

.slider-shop:hover .slick-arrow {
  visibility: visible;
  opacity: 1; }
.slider-shop .slick-arrow {
  width: 35px;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  background: #66cc00;
  z-index: 100;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.3s; }
.slider-shop .slick-prev {
  left: 15px; }
  .slider-shop .slick-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 20px; }
.slider-shop .slick-next {
  right: 15px; }
  .slider-shop .slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px; }

/* End shop-store */
/* update 16-10-2017 */
@media screen and (min-width: 991px) {
  .order-success-store .show-cart-block .head-mod .sum-mod,
  .order-success-store .show-cart-block .content-mod2 .sum-mod {
    padding-right: 15px; }

  .show-cart-block .footer-mod .row-mod2 .col-mod .cap-mod,
  .show-cart-block .footer-mod2 .row-mod2 .col-mod .cap-mod {
    padding-right: 0px !important; }

  .show-cart-block .footer-mod .row-mod2 .col-mod .val-mod,
  .show-cart-block .footer-mod2 .row-mod2 .col-mod .val-mod {
    display: inline-block;
    width: 275px;
    text-align: right !important;
    padding-right: 15px; } }
/* End update 16-10-2017 */
