﻿@charset "UTF-8";
/*----------------------------------------------------
    THEME COLORS -STARTS-
------------------------------------------------------*/
/*@Header_Background: #f8f8f8;*/
/*@Header_Text: #2c2c2c;*/
/*@Cart_Background: #777;*/
/*@Cart_Background_Hover: #000;*/
/*@View_Link_Background: #f8f8f8;*/
/*@View_Link_Color: #2c2c2c;*/
/*@View_Link_Hover_Background: #2c2c2c;

@View_Link_Hover_Color: #fff;*/
/*@Button_Black_Background: #fff;*/
/* New Palette */
/*@Theme_Color_22: #51c96d;*/
/*@Theme_Color_10: #e83b4f;*/
/*----------------------------------------------------
    THEME COLORS -ENDS-
------------------------------------------------------*/
/** 6.7.4. Checkout **/
.checkout-page {
  padding-top: 30px;
}
.checkout-page .title-block {
  margin-bottom: 40px;
}
.checkout-page .title-block h2 {
  font-size: 22px;
}
.checkout-page .checkout-right .checkout-right-ul {
  padding-top: 30px;
}
.checkout-page .checkout-right .checkout-right-ul li {
  list-style: none;
  line-height: 35px;
}
.checkout-page .checkout-right .checkout-right-ul li a {
  color: #222222;
  font-weight: 400;
}
.checkout-left-content {
  margin: 30px 0;
}
.checkout-left-content .panel-heading span {
  background: #eee;
  color: #222222;
  padding: 8px 16px;
  margin-right: 20px;
}
.checkout-left-content .panel-heading span:hover {
  background: #222222;
  color: #fff;
}
.checkout-left-content .panel-heading {
  padding: 30px 0;
}
.checkout-left-content .panel-heading a {
  font-size: 18px;
  font-weight: 500;
}
.checkout-left-content .panel-heading:hover span {
  background: #222222;
  color: #fff;
}
.checkout-left-content .panel-group .panel {
  border-left: none;
  box-shadow: none;
  border-right: none;
  border-bottom: none;
}
.checkout-left-content #headingSix {
  border-bottom: 1px solid #cdcdcd !important;
}
.checkout-left-content #headingOne {
  border-top: none !important;
}
.checkout-left-content .panel-body {
  background: #f4f4f4;
  margin-bottom: 60px;
}
.checkout-left-content .panel-body .panel-body-left {
  padding-left: 0;
  margin-bottom: 20px;
}
.checkout-left-content .panel-body .panel-body-left h3 {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 20px;
}
.checkout-left-content .panel-body .panel-body-left .form-register {
  padding-top: 30px;
}
.checkout-left-content .panel-body .panel-body-left p {
  line-height: 35px;
}
.checkout-left-content .panel-body .panel-body-left p span {
  color: #fff;
}
.checkout-left-content .panel-body .panel-body-left a.button {
  background: #222222;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  margin-top: 45px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.checkout-left-content .panel-body .panel-body-left a.button:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.checkout-left-content .panel-body .panel-body-left a.button:hover {
  background: #408fde;
  opacity: 1;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.checkout-left-content .panel-body .panel-body-left a.button:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.checkout-left-content .panel-body .panel-body-left .checkbox-login label {
  font-size: 14px;
  color: #333;
  font-weight: 300;
  padding: 6px 0;
  box-shadow: none;
}
.checkout-left-content .panel-body .panel-body-left .checkbox-login input {
  margin: 10px 15px 0 0;
}
.checkout-left-content .panel-body .panel-body-left .form-resgister-text {
  margin-bottom: 55px;
}
.checkout-left-content .panel-body .panel-body-right {
  padding-left: 15px;
  padding-right: 0;
}
.checkout-left-content .panel-body .panel-body-right .form-login {
  padding-top: 30px;
}
.checkout-left-content .panel-body .panel-body-right .form-login-text {
  margin-bottom: 25px;
}
.checkout-left-content .panel-body .panel-body-right p {
  line-height: 35px;
}
.checkout-left-content .panel-body .panel-body-right p span {
  color: #fff;
}
.checkout-left-content .panel-body .panel-body-right label {
  font-size: 14px;
  color: #333;
  font-weight: 300;
  padding: 6px 0;
  box-shadow: none;
}
.checkout-left-content .panel-body .panel-body-right .input-post {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  height: 50px;
}
.checkout-left-content .panel-body .panel-body-right a.button {
  background: #222222;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  margin-top: 45px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  margin-top: 18px;
}
.checkout-left-content .panel-body .panel-body-right a.button:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.checkout-left-content .panel-body .panel-body-right a.button:hover {
  background: #408fde;
  opacity: 1;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.checkout-left-content .panel-body .panel-body-right a.button:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.payment-information {
  text-align: center;
}
.payment-information .table {
  width: 100%;
}
.payment-information .table > thead > tr > td,
.payment-information .table > tbody > tr > td,
.payment-information .table > tfoot > tr > td {
  border-top: medium none;
}
.payment-information .table-v4 > tbody > tr > th,
.payment-information .table-v4 > tbody > tr td,
.payment-information .table-v4 > tfoot > tr > th,
.payment-information .table-v4 > tfoot > tr td {
  border-top: 1px solid #e5e5e5;
}
.payment-information .table-v4 > tbody > tr > th:first-child,
.payment-information .table-v4 > tbody > tr td:first-child,
.payment-information .table-v4 > tfoot > tr > th:first-child,
.payment-information .table-v4 > tfoot > tr td:first-child {
  text-align: left;
}
.payment-information .table-v4 > tbody > tr > th:last-child,
.payment-information .table-v4 > tbody > tr td:last-child,
.payment-information .table-v4 > tfoot > tr > th:last-child,
.payment-information .table-v4 > tfoot > tr td:last-child {
  text-align: right;
}
.payment-information .table-v4 > tbody > tr > th p,
.payment-information .table-v4 > tbody > tr td p,
.payment-information .table-v4 > tfoot > tr > th p,
.payment-information .table-v4 > tfoot > tr td p {
  font-weight: 500;
}
.payment-information .table .tr1 td,
.payment-information .table .tr2 td,
.payment-information .table .tr3 td {
  border: none;
}
.payment-information .table .tr1 td {
  padding-top: 20px;
}
.payment-information .table .tr3 td {
  padding-bottom: 20px;
}
.payment-information .table .tr-two td,
.payment-information .table .tr-three td,
.payment-information .table .tr-child td {
  padding: 20px 0;
}
.order-review-six .text-order {
  text-align: center;
}
.order-review-six .text-order .top-order {
  width: 100%;
  float: none;
  border-bottom: 1px solid #E9E9E9;
  display: inline-block;
}
.order-review-six .text-order .top-content .top-input {
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  float: left;
  padding: 20px 0;
}
.order-review-six .text-order .list-product {
  border-bottom: 1px solid #E9E9E9;
  width: 100%;
  display: inline-block;
}
.order-review-six .text-order .sub-totar {
  padding: 15px 0;
  border-bottom: 1px solid #E9E9E9;
  width: 100%;
  display: inline-block;
}
.order-review-six .text-order .list-product p {
  font-size: 14px;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #999;
}
.order-review-six .top-content .top-input input {
  cursor: pointer;
  margin-right: 5px;
}
.order-review-six .sub-totar .top-input {
  float: left;
}
.order-review-six .sub-totar .top-input input {
  cursor: pointer;
  margin-right: 5px;
}