﻿.checkout {
	padding-top: 30px;
	padding-bottom: 50px;
}

.checkout .promo-video__decor {
	top: 18%;
}

.checkout-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.checkout-form {
	width: -webkit-calc(100% - 600px) !important;
	width: calc(100% - 600px)
	
}

.checkout-form__item {
	margin-bottom: 21px;
}

.checkout-form__item h4 {
	margin-bottom: 15px;
}

.checkout-form__item .box-field {
	margin-bottom: 10px;
}

.checkout-form__item .box-field:last-of-type {
	margin-bottom: 0;
}

.checkout-form__item .box-field__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.checkout-form__item .box-field__row .box-field {
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
}

.checkout-form__item .jq-selectbox__select {
	height: 60px;
	background: #ffffff;
	border: 1px solid #fcedea;
	color: #999999;
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
	padding: 17px 30px;
}

.checkout-form__item .jq-selectbox.focused .jq-selectbox__select {
	background: #ffffff;
	border: 1px solid #fcedea;
}

.checkout-form__item .jq-selectbox__trigger {
	top: 13px;
	right: 9px;
}

.checkout-form__item .jq-selectbox__dropdown {
	top: -webkit-calc(100% - 10px) !important;
	top: calc(100% - 10px) !important;
	bottom: auto !important;
}

.checkout-form__item .jq-selectbox__dropdown li {
	font-size: 14px;
}

.checkout-form__item textarea {
	height: 120px;
}

.checkout-form__item .checkbox-box {
	margin-top: 34px;
}

.checkout-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 65px;
}

.checkout-buttons .btn {
	margin-right: 10px;
	padding: 0 49px;
}

.checkout-buttons .btn i {
	font-size: 11px;
	font-weight: 700;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-right: 10px;
}

.checkout-buttons .btn-next {
	padding: 0 49px;
}

.checkout-buttons .btn-next i {
	margin-right: 0;
}

.checkout-buttons .btn-next i:before {
	color: #fff;
}

.checkout-buttons .btn-grey i {
	margin-top: 2px;
}

.checkout-buttons .btn-grey i:before {
	color: #222222;
}

.checkout-buttons .btn-grey:hover i:before {
	color: #fff;
}

.checkout-info {
	width: 540px;
	/*padding-top: 55px;*/
}

.checkout-info .cart-bottom__total-num {
	margin-bottom: -2px;
	margin-top: 18px;
}

.checkout-order {
	margin-bottom: 30px;
	padding-top: 35px;
}

.checkout-order h5 {
	padding-bottom: 11px;
	border-bottom: 2px solid #222222;
	margin-bottom: 30px;
}

.checkout-order__item {
	border: 1px solid #eeeeee;
	padding: 20px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	padding-bottom: 13px;
}

.checkout-order__item:last-of-type {
	margin-bottom: 0;
}

.checkout-order__item-img {
	width: 70px;
	height: 70px;
	margin-right: 19px;
}

.checkout-order__item-img:hover {
	opacity: 0.8;
}

.checkout-order__item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.checkout-order__item-info h6,
.checkout-order__item-info .title6 {
	margin-bottom: 10px;
	display: block;
}

.checkout-order__item-info h6 span,
.checkout-order__item-info .title6 span {
	font-size: 16px;
	line-height: 100%;
	margin-left: 3px;
	display: inline-block;
	color: #999999;
	text-transform: initial;
	font-family: "Lato", sans-serif;
}

.checkout-order__item-info h6:hover,
.checkout-order__item-info .title6:hover {
	color: #d05278;
}

.checkout-order__item-price {
	display: block;
	color: #222222;
	font-size: 14px;
	line-height: 100%;
	margin-bottom: 10px;
}

.checkout-order__item-num {
	display: block;
	color: #666666;
	font-size: 10px;
	line-height: 170%;
}

.checkbox-box__sm {
	padding: 0;
	border: none;
	background: none;
	font-size: 16px;
	color: #666666;
}

.checkbox-box__sm .checkmark {
	margin-right: 20px;
}

.btn-next i {
	margin-left: 10px;
	margin-right: 0px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.checkout-step2 {
	padding-bottom: 10px;
}

.checkout-step2 .promo-video__decor {
	top: 18.5%;
}

.checkout-payment h4 {
	margin-bottom: 15px;
}

.checkout-payment__item {
	margin-bottom: 30px;
	border: 1px solid #eeeeee;
	padding: 42px 39px;
	padding-bottom: 36px;
}

.checkout-payment__item-content {
	display: none;
	padding-top: 40px;
	border-top: 1px solid #eeeeee;
	margin-top: 16px;
}

.checkout-payment__item-content .box-field span {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 170%;
	color: #666666;
}

.checkout-payment__item-content .box-field__row {
	margin-top: 30px;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-left: -15.5px;
	margin-right: -15.5px;
}

.checkout-payment__item-content .box-field__row .box-field {
	margin-left: 15.5px;
	margin-right: 15.5px;
	width: -webkit-calc(33.3% - 31px);
	width: calc(33.3% - 31px);
}

.checkout-payment__item.active {
	background: #faf9ff;
	padding-bottom: 42px;
}

.checkout-payment__item.active .checkout-payment__item-content {
	display: block;
}

.checkout-payment .checkout-buttons {
	margin-top: 58px;
}

.radio-box {
	position: relative;
	padding-left: 34px;
	cursor: pointer;
	color: #222222;
	font-family: "Tenor Sans";
	font-size: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: capitalize;
}

.radio-box__info {
	margin-left: 8px;
	position: relative;
}

.radio-box__info i {
	font-size: 16px;
}

.radio-box__info-content {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 27px 29px;
	padding-left: 30px;
	background: #fcedea;
	font-size: 12px;
	line-height: 145%;
	text-transform: initial;
	font-family: "Lato", sans-serif;
	color: #999999;
	width: 250px;
	left: 43px;
	bottom: 15px;
}

.radio-box__info-content:after {
	position: absolute;
	left: -8px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fcedea;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	content: "";
}

.radio-box__info:hover .radio-box__info-content {
	opacity: 1;
	visibility: visible;
	z-index: 11;
}

.radio-box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.radio-box .checkmark {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #999999;
}

.radio-box .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.radio-box input:checked ~ .checkmark:after {
	display: block;
}

.radio-box .checkmark:after {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #d05278;
}

.checkout-purchase h4 {
	margin-bottom: 15px;
}

.checkout-purchase__list {
	margin-top: 40px;
}

.checkout-purchase__list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	line-height: 170%;
	color: #999999;
	padding: 5.3px 29px;
	border: 1px solid #faf9ff;
	background: #fff;
}

.checkout-purchase__list li:nth-of-type(odd) {
	background: #faf9ff;
}

.checkout-purchase__list li span {
	color: #222222;
	width: 290px;
}

.checkout-purchase__link {
	margin-top: 60px;
	font-size: 14px;
	line-height: 170%;
	text-transform: uppercase;
	color: #d05278;
	display: block;
}

.checkout-purchase__link:hover {
	opacity: 0.8;
}

.checkout-step3 .promo-video__decor {
	top: 17.3%;
}

.checkout-step3 .cart-bottom__total .btn {
	margin-top: 62px;
}

.checkout-step3 .checkout-info {
	padding-top: 97px;
}
.btn {
	height: 60px;
	line-height: 59px;
	outline: none;
	border: none;
	background: #a65527;
	padding: 0 50px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-family: "Lato";
}

.btn:hover {
	background: #545454;
	color:#ffffff;
}

.btn-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-icon i {
	margin-right: 12px;
	font-size: 17px;
}

.btn-grey {
	background: #faf9ff;
	border: 1px solid #eeeeee;
	color: #222222;
}

.btn-grey:hover {
	color: #eee;
	background: #222222;
	border-color: #222222;
}

#checkout-review-table {
  background: #fff none repeat scroll 0 0;
  border-width: 1px;
  border-style: solid;
  border-color: #f2f2f2 #f2f2f2 #d9dde3;
  width: 100%;
}
#checkout-review-table thead {
  text-align: center;
}
#checkout-review-table thead tr:first-child {
  font-size: 16px;
}
#checkout-review-table thead tr th {
  border-right: 1px solid #f2f2f2;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}
#checkout-review-table thead tr th:first-child {
  width: 40%;
}
#checkout-review-table tbody tr {
  border-top: 1px solid #f2f2f2;
}
#checkout-review-table tbody tr:first-child {
  font-size: 16px;
}
.login-info .buttons-set {
  margin-top: 30px;
}
#checkout-review-table tbody tr td {
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
  padding: 6px 10px;
}
#billing-form li.control label, #payment-form li.control label{
  line-height: 30px;
}
#checkout-review-table tbody tr td:first-child {
  text-align: left;
}
#checkout-review-table tbody tr td .product-name {
  font-size: 16px;
  margin: 7px 0 5px;
}
#checkout-review-table tfoot tr {
  font-weight: normal;
  text-align: right;
}
#checkout-review-table tfoot tr td {
  border-right: 1px solid #f2f2f2;
  vertical-align: top;
  padding: 6px 10px;
}
.data-table {
	border-color: #f2f2f2 #f2f2f2;
	border-image: none;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	width: 100%;
}
.data-table tr.first {
  font-size: 12px;
}
.data-table th {
  font-weight: normal;
  padding: 5px;
}
#product-review-table thead th {
  font-size: 11px;
  font-weight: 300;
  text-transform: capitalize;
}
.data-table thead th {
  background-color: #a65527;
  border-right: 1px solid #eaeeef;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.nobr {
  white-space: nowrap !important;
}
.data-table tbody th, .data-table tbody td {
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

@media only screen and (max-width: 767px) {
  /*.checkout-form {
	width: 100% !important;
	float:left !important; 
	display:table !important;
}
.checkout-info{
width: 100% !important;
float:left !important;
display:table !important;
}*/
.checkbox-box__sm {
	font-size: 14px !important;
}
.checkout-form {
	width: 100% !important;
}
.checkout-info {
	width: 100% !important;
}
.checkout-buttons .btn-next {
  padding: 0 29px !important;
}
}