﻿.table-wrapper {
    box-shadow: 0 0 14px rgba(0,0,0,.06);
}
table {
    width: 100%;
    border-collapse: collapse;
    
}
.table-wrapper {
    overflow-x: auto
}
.cart th,
.data-table th,
.forums-table-section th {
    background: #f5f5f5;
    padding: 20px;
    font-size: 14px;
    color: #909090;
    white-space: nowrap;
    font-weight: normal
}

.cart td,
.data-table td,
.compare-products-table td,
.forums-table-section td {
    min-width: 50px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    padding: 20px
}

.cart td:first-child,
.data-table td:first-child,
.forums-table-section td:first-child,
.cart th:first-child,
.data-table th:first-child,
.forums-table-section th:first-child {
    padding-left: 30px
}

.cart td:last-child,
.data-table td:last-child,
.forums-table-section td:last-child,
.cart th:last-child,
.data-table th:last-child,
.forums-table-section th:last-child {
    padding-right: 30px
}

.cart a,
.data-table a,
.compare-products-table a,
.forums-table-section a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.cart a:hover,
.data-table a:hover,
.compare-products-table a:hover {
    color: #cea000
}

.table-wrapper .attributes,
.cart .discount,
.cart .discount-additional-info,
.cart .rental-info {
    border: none;
    padding: 5px 0;
    color: #909090;
    text-transform: none;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Lato', sans-serif
}

.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
    text-align: left
}

.forum-table .topic-details {
    width: 100%
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center
}

.cart .unit-price,
.cart .sku,
.cart .quantity,
.cart .vendor {
    white-space: nowrap;
    color: #909090
}

.cart .qty-input,
.cart .qty-dropdown {
    width: 50px;
    text-align: center
}

.cart .qty-input {
    padding: 0
}

.cart .qty-dropdown {
    width: auto
}

.cart .subtotal span {
    display: inline-block;
    margin: 5px 0;
    color: #cea000;
    white-space: nowrap
}

.cart input[type='checkbox'] {
    position: absolute;
    margin: auto;
    
}

.cart input[type='checkbox']+label {
    display: inline-block;
    padding: 0 0 0 24px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.cart input[type='checkbox']+label:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #d4d4d4;
    background: #fff;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 1px;
    left: 0
}

.cart input[type='checkbox']:checked+label:after {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    position: absolute;
    top: 4px;
    left: 3px;
    background: #cea000
}

.cart .edit-item {
    margin: 5px 0 0;
    color: #cea000
}
.shopping-cart-page .message-error {
    margin: 0 0 20px;
    font-size: 13px
}

.cart-options {
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .06);
    margin: 0 0 30px;
    text-align: center
}

.cart-options .common-buttons {
    font-size: 0
}

.cart-options .common-buttons input {
    min-width: 150px;
    margin: 0 5px 5px
}

.cart-options .checkout-attributes {
    padding: 30px 30px 20px
}

.cart-options .checkout-attributes dt {
    line-height: 32px
}

.cart-options .checkout-attributes dd {
    display: block;
    max-width: 450px;
    margin: 0 auto 20px
}

.cart-options .checkout-attributes li {
    position: relative;
    display: inline-block
}

.cart-options .checkout-attributes li * {
    vertical-align: middle
}

.checkout-attributes .required {
    line-height: 17px
}

.checkout-attributes .option-list input[type='radio'],
.checkout-attributes .option-list input[type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 0
}

.checkout-attributes .option-list input[type='radio']~label,
.checkout-attributes .option-list input[type='checkbox']~label {
    display: inline-block;
    max-width: 100%;
    padding: 9px 9px 9px 25px;
    margin: 0 10px 0 0;
    text-align: left;
    font-family: 'Lato', sans-serif;
    text-transform: none;
    color: #909090;
    position: relative;
    cursor: pointer
}

.checkout-attributes .option-list input[type='radio']~label:before,
.checkout-attributes .option-list input[type='checkbox']~label:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #ededed;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.checkout-attributes .option-list input[type='radio']~label:before,
.checkout-attributes .option-list input[type='radio']:checked~label:after {
    border-radius: 50%
}

.checkout-attributes .option-list input[type='radio']:checked~label:after,
.checkout-attributes .option-list input[type='checkbox']:checked~label:after {
    content: '';
    display: block;
    background: #cea000;
    position: absolute;
    top: 0;
    width: 11px;
    height: 11px;
    left: 3px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.checkout-attributes select {
    margin: 0 5px 5px
}

.checkout-attributes select:first-child {
    margin-left: 0
}

.checkout-attributes select:last-child {
    margin-right: 0
}

.checkout-attributes select:only-child,
.checkout-attributes input[type="text"],
.checkout-attributes textarea {
    width: 450px;
    max-width: 100%;
    margin: 0
}

.checkout-attributes .qq-upload-button {
    border: none;
    background: #f0f0f0;
    color: #787878;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    padding: 10px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.checkout-attributes .qq-upload-button:hover {
    background: #cea000;
    color: #2c2c2c
}

.light-theme .checkout-attributes.qq-upload-button:hover {
    color: #fff
}

.cart-options .selected-checkout-attributes {
    padding: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 25px;
    text-transform: none;
    color: #909090
}

.cart-options .checkout-attributes~.selected-checkout-attributes {
    border-top: 1px dashed #ccc
}

.remove-discount-button,
.remove-gift-card-button {
    width: 20px;
    height: 20px;
    margin: 0 0 0 5px;
    border: none;
    background: #fff url('../../Themes/Venture/Content/img/clear-cart.svg') center no-repeat;
    cursor: pointer
}

.cart-footer:after {
    content: "";
    display: block;
    clear: both
}

.total-title {
    display: none
}

.cart-footer .totals {
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .06)
}

.cart-footer .total-info {
    width: 560px;
    max-width: 100%;
    padding: 30px;
    margin: auto
}

.cart-total td {
    padding: 8px 0
}

.cart-total .cart-total-left {
    text-align: left
}

.cart-total .cart-total-right {
    color: #909090;
    width: 1px;
    white-space: nowrap;
    text-align: right
}

.cart-total .order-total {
    font-size: 17px
}

.cart-total .order-total .cart-total-right {
    color: #cea000
}

.min-amount-warning {
    padding: 0 30px 30px;
    max-width: 360px;
    margin: auto
}

.terms-of-service {
    padding: 15px 30px;
    border-top: 1px dashed #ccc;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-transform: none;
    color: #909090;
    position: relative
}

.terms-of-service input[type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    opacity: 0
}

.terms-of-service input[type='checkbox']~label {
    display: block;
    max-width: 300px;
    margin: auto;
    padding: 9px 9px 9px 37px;
    text-align: left;
    font-family: 'Lato', sans-serif;
    text-transform: none;
    color: #909090;
    position: relative;
    cursor: pointer
}

.terms-of-service input[type='checkbox']~label:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.terms-of-service input[type='checkbox']:checked~label:after {
    content: '';
    display: block;
    background: #cea000;
    position: absolute;
    top: 0;
    width: 11px;
    height: 11px;
    left: 3px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.terms-of-service a {
    margin: 0 0 0 3px;
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.terms-of-service a:hover {
    color: #cea000
}

.cart-footer .checkout-buttons {
    padding: 50px 30px;
    border-top: 1px dashed #ccc;
    text-align: center
}

.cart-footer .checkout-buttons button {
    padding: 15px 10px;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #cea000;
    color: #fff;
    width: 100%;
    max-width: 320px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.cart-footer .checkout-buttons button:hover {
    background: #816400
}

.light-theme .cart-footer .checkout-buttons button {
    color: #fff
}

.cart-collaterals {
    max-width: 100%;
    margin: 0 auto 30px
}

.cart-collaterals>div {
    margin: 0 0 5px;
    text-align: center
}

.cart-collaterals .title {
    font-size: 16px;
    padding: 15px 40px;
    position: relative;
    cursor: pointer
}

.cart-collaterals .title.open:after {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.cart-collaterals .title~* {
    display: none
}

.cart-collaterals .title:after {
    font-family: "venture-font";
    text-transform: none;
    content: "c";
    font-size: 8px;
    width: 8px;
    height: 9px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.cart-collaterals .hint {
    padding: 10px 30px;
    text-transform: none;
    color: #909090;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 25px
}

.cart-collaterals .deals>div {
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .06);
    margin: 0 0 5px
}

.cart-collaterals .coupon-code {
    overflow: hidden;
    font-size: 0;
    padding: 10px 30px 30px
}

.cart-collaterals .coupon-code input[type="text"] {
    width: 100%
}

.cart-collaterals .coupon-code input[type="submit"] {
    width: 100%;
    margin: 5px 0 0;
    display: block;
    background: #f0f0f0
}

.cart-collaterals .coupon-code input[type="submit"]:hover {
    background: #cea000
}

.cart-collaterals .message-failure {
    padding: 0 0 30px;
    color: #e75862;
    text-transform: none;
    font-family: 'Lato', sans-serif
}

.cart-collaterals .message-success {
    text-transform: none;
    font-family: 'Lato', sans-serif;
    color: #690;
    padding: 0 30px
}

.cart-collaterals .coupon-code+.current-code {
    margin: -40px 0 0
}

.cart-collaterals .current-code {
    padding: 5px 30px 30px;
    text-transform: none;
    color: #909090;
    font-family: 'Lato', sans-serif;
    line-height: 25px
}

.cart-collaterals .shipping {
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .06)
}

.cart-collaterals .shipping-options {
    padding: 15px 30px 30px
}

.cart-collaterals .shipping-options .inputs label,
.cart-collaterals .deals .inputs label {
    text-align: center
}

.cart-collaterals .shipping-options .buttons {
    margin: 20px 0 0;
    padding: 20px 0 0
}

.cart-collaterals .shipping-options .buttons .button-2 {
    width: 100%;
    margin: 0;
    background: #f0f0f0
}

.cart-collaterals .shipping-options .buttons .button-2:hover {
    background: #cea000
}

.cart-collaterals .shipping-results {
    padding: 0 30px 30px
}

.cart-collaterals .shipping-results li {
    text-transform: none;
    color: #909090;
    font-family: 'Lato', sans-serif;
    line-height: 25px
}

.cart-collaterals .shipping-results strong {
    font-weight: bold
}

.cart-footer+.product-grid {
    margin-top: 80px
}

.shopping-cart-page .product-grid .title strong {
    font-size: 25px
}

.shopping-cart-page .product-grid .item-box input[type="button"] {
    padding: 0
}

.checkout-page .section {
    max-width: none
}

.ship-to-same-address,
.pickup-in-store {
    color: #909090;
    text-transform: none;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    text-align: center
}

.ship-to-same-address .selector,
.pickup-in-store .selector {
    display: inline-block;
    position: relative
}

.ship-to-same-address .selector input[type='checkbox'],
.pickup-in-store .selector input[type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    opacity: 0
}

.ship-to-same-address .selector input[type='checkbox']~label,
.pickup-in-store .selector input[type='checkbox']~label {
    display: block;
    max-width: 300px;
    margin: auto;
    padding: 9px 9px 9px 25px;
    text-align: left;
    font-family: 'Lato', sans-serif;
    text-transform: none;
    color: #909090;
    position: relative;
    cursor: pointer
}

.ship-to-same-address .selector input[type='checkbox']~label:before,
.pickup-in-store .selector input[type='checkbox']~label:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #d4d4d4;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.ship-to-same-address .selector input[type='checkbox']:checked~label:after,
.pickup-in-store .selector input[type='checkbox']:checked~label:after {
    content: '';
    display: block;
    background: #cea000;
    position: absolute;
    top: 0;
    width: 11px;
    height: 11px;
    left: 3px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.pickup-in-store .description {
    margin: 5px 0 0
}

.checkout-page .select-billing-address,
.checkout-page .select-shipping-address {
    text-align: center;
    padding: 0
}

.checkout-page .select-billing-address .title,
.checkout-page .select-shipping-address .title {
    display: none
}

.checkout-page .address-grid {
    overflow: hidden;
    display: inline-block
}

.checkout-page .address-item {
    width: 320px;
    max-width: 100%;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .06);
    margin: 0 0 20px;
    padding: 0 0 90px;
    position: relative
}

.checkout-page .address-box {
    padding: 30px;
    font-family: 'Lato', sans-serif;
    text-transform: none;
    color: #909090
}

.checkout-page .address-item li {
    padding: 3px 0
}

.checkout-page .address-item li.name {
    font: normal 16px 'Fjalla One', sans-serif;
    color: #2c2c2c;
    text-transform: uppercase;
    margin: 0 0 10px
}

.checkout-page .address-item li.country {
    font-weight: bold;
    color: #2c2c2c
}

.checkout-page .address-item .select-button {
    height: 90px;
    padding: 20px 30px;
    text-align: center;
    border-top: 1px dashed #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.checkout-page .address-item input[type="button"] {
    padding: 15px 10px;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #cea000;
    color: #fff;
    width: 100%;
    max-width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .2s ease-in-out
    transition: all .2s ease-in-out
}

.checkout-page .address-item input[type="button"]:hover {
    background: #816400
}

.light-theme .checkout-page .address-item input[type="button"] {
    color: #fff
}

.checkout-page .address-item.enter-new-address {
    padding: 0;
    background: #e2e2e2;
    box-shadow: none;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.checkout-page .address-item.enter-new-address:hover,
.checkout-page .address-item.enter-new-address.open {
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .06)
}

.checkout-page .address-item.enter-new-address:before {
    content: '';
    display: block;
    padding-top: 100%
}

.checkout-page .address-item .enter-new-address-box {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    height: 120px;
    margin-top: -60px;
    padding: 0 30px;
    text-align: center
}

.checkout-page .address-item .enter-new-address-box:before,
.checkout-page .address-item .enter-new-address-box:after {
    content: '';
    display: block;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.checkout-page .address-item .enter-new-address-box:before {
    border: 1px dashed #b2b2b2
}

.checkout-page .address-item .enter-new-address-box:after {
    content: "E";
    font-family: "venture-font";
    text-transform: none;
    line-height: 70px;
    font-size: 18px;
    color: #717171;
    text-align: center
}

.checkout-page .address-item .enter-new-address-box span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.checkout-page .address-item .enter-new-address-box .label-close {
    opacity: 0
}

.checkout-page .address-item.open .enter-new-address-box .label-close {
    opacity: 1
}

.checkout-page .address-item.open .enter-new-address-box .label-open {
    opacity: 0
}

.checkout-page .enter-new-address.open:hover .enter-new-address-box:before {
    top: -5px;
    width: 80px;
    height: 80px;
    border: 1px dashed #ccc
}

.checkout-page .enter-new-address.open .enter-new-address-box:before {
    border-color: transparent
}

.checkout-page .enter-new-address:hover .enter-new-address-box:before {
    top: -5px;
    width: 80px;
    height: 80px
}

.checkout-page .enter-new-address:hover .enter-new-address-box:after,
.checkout-page .enter-new-address.open .enter-new-address-box:after {
    background: #cea000;
    color: #2c2c2c
}

.light-theme .checkout-page .enter-new-address:hover .enter-new-address-box:after,
.light-theme .checkout-page .enter-new-address.open .enter-new-address-box:after {
    color: #fff
}

.checkout-page .enter-new-address.open .enter-new-address-box:after {
    content: "u";
    font-size: 14px
}

.checkout-page .section.new-billing-address,
.checkout-page .section.new-shipping-address {
    /*display: inline-flex;*/
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .06);
    padding: 30px;
    margin: 0 auto 50px;
    max-width: 792px
}

.checkout-page .section.new-billing-address .title {
    max-width: 680px
}

.checkout-page .section.new-billing-address .inputs {
   width:100%;
    text-align:left;
    
}
    .checkout-page .section.new-billing-address .inputs label {
      display: block;
width: 100%;

text-align: left;
font-size: 16px;
color: #777;
    }
.billing-address-page .buttons input[type='submit'],
.shipping-address-page .buttons input[type='submit'],
.section.shipping-method .buttons input[type='submit'],
.section.payment-method .buttons input[type='submit'],
.section.payment-info .buttons input[type='submit'],
.section.confirm-order .buttons input[type='submit'],
.section.order-completed .buttons input[type='button'] {
    border: none;
    display: block;
    background: #cea000;
    font-size: 15px;
    padding: 18px 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 30px auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: bold;
}

.billing-address-page .buttons input[type='submit']:hover,
.shipping-address-page .buttons input[type='submit']:hover,
.section.shipping-method .buttons input[type='submit']:hover,
.section.payment-method .buttons input[type='submit']:hover,
.section.payment-info .buttons input[type='submit']:hover,
.section.confirm-order .buttons input[type='submit']:hover,
.section.order-completed .buttons input[type='button']:hover {
    background: #816400
}

.light-theme .billing-address-page .buttons input[type='submit'],
.light-theme .shipping-address-page .buttons input[type='submit'],
.light-theme .section.shipping-method .buttons input[type='submit'],
.light-theme .section.payment-method .buttons input[type='submit'],
.light-theme .section.payment-info .buttons input[type='submit'],
.light-theme .section.confirm-order .buttons input[type='submit'],
.light-theme .section.order-completed .buttons input[type='button'] {
    color: #fff
}

.checkout-page .section.order-summary .title {
    max-width: none;
    padding: 8px 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    position: relative
}

.checkout-page .section.order-summary .title:before {
    content: '';
    width: 75px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    background: #cea000;
    -o-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg)
}

.checkout-page .section.order-summary .title strong {
    font-size: 25px
}


.section.shipping-method,
.section.payment-method {
    max-width: 450px;
    margin: 0 auto 40px;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .06)
}

.shipping-method .method-list,
.payment-method .method-list {
    padding: 30px
}

.shipping-method .method-list li,
.payment-method .method-list li {
    margin: 0 0 15px
}

.shipping-method .method-list li:last-child,
.payment-method .method-list li:last-child {
    margin: 0
}

.payment-method .payment-logo {
    margin: 0 0 10px
}

.payment-method .payment-logo label {
    display: block;
    cursor: pointer
}

.shipping-method .method-description,
.payment-method .payment-description {
    font-family: 'Lato', sans-serif;
    text-transform: none;
    color: #909090;
    line-height: 25px;
    margin: 0 0 0 30px
}

.shipping-method .buttons,
.payment-method .buttons,
.payment-info .buttons,
.confirm-order .buttons,
.order-completed .buttons {
    margin: 0;
    padding: 20px;
    border-top: 1px dashed #ccc
}

.confirm-order .buttons {
    border: none
}

.confirm-order .terms-of-service~.buttons {
    border-top: 1px dashed #ccc
}

.shipping-method .method-name,
.payment-method .method-name {
    position: relative
}

.section.shipping-method .buttons input[type='submit'],
.section.payment-method .buttons input[type='submit'],
.section.payment-info .buttons input[type='submit'],
.section.confirm-order .buttons input[type='submit'],
.section.order-completed .buttons input[type='button'] {
    margin: 0 auto
}

.shipping-method input[type='radio'],
.payment-method input[type='radio'],
.payment-method input[type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 0
}

.shipping-method input[type='radio']~label,
.payment-method input[type='radio']~label,
.payment-method input[type='checkbox']~label {
    display: inline-block;
    max-width: 100%;
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer
}

.shipping-method input[type='radio']~label:before,
.payment-method input[type='radio']~label:before,
.payment-method input[type='checkbox']~label:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #d4d4d4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.shipping-method input[type='radio']:checked~label:after,
.payment-method input[type='radio']:checked~label:after,
.payment-method input[type='checkbox']:checked~label:after {
    content: '';
    display: block;
    background: #cea000;
    position: absolute;
    top: 0;
    width: 11px;
    height: 11px;
    left: 3px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.shipping-method input[type='radio']~label:before,
.shipping-method input[type='radio']:checked~label:after,
.payment-method input[type='radio']~label:before,
.payment-method input[type='radio']:checked~label:after {
    border-radius: 50%
}

.use-reward-points {
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding: 20px 30px;
    font-family: 'Lato', sans-serif;
    text-transform: none;
    color: #909090
}

.section.payment-info {
    max-width: 750px;
    margin: 0 auto 40px;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .06);
    font-family: 'Lato', sans-serif;
    text-transform: none;
    color: #909090;
    line-height: 25px
}

.payment-info .info {
    padding: 30px
}

.payment-info .info select,
.payment-info .info input[type='text'] {
    margin: 5px 0
    
}

.payment-info .info select {
    width: 48.5%
}

.payment-info .info select:only-child {
    width: 100%
}

.payment-info .info input[type='text'] {
    width: 100% !important
    
}

.section.payment-info .validation-summary-errors {
    text-align: center;
    padding: 30px 30px 0
}

.payment-method .payment-info tr:last-child input[type='checkbox'] {
    position: static;
    opacity: 1
}

.checkout-data .section.order-summary {
    padding: 0;
    margin: 50px 0 30px
}

.section.confirm-order {
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .06);
    padding: 0;
    margin: 0 0 20px
}

.confirm-order .terms-of-service {
    max-width: 450px;
    margin: auto;
    border: none
}

.confirm-order .terms-of-service label {
    max-width: 100% !important
}

.confirm-order .button-1 {
    margin: 0 0 20px;
    font-size: 18px
}

.checkout-page.order-confirm-page .section.order-summary .title {
    border: none;
    margin: 0 0 15px
}

.checkout-page.order-confirm-page .section.order-summary .title:before {
    display: none
}

.checkout-page.order-confirm-page .section.order-summary .title strong {
    font-size: 16px;
    letter-spacing: 2px
}

.section.order-completed {
    padding: 0;
    max-width: 750px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .06)
}

.section.order-completed .title {
    border: none;
    margin: 0;
    padding: 30px 30px 15px;
    max-width: none
}

.order-completed .details {
    padding: 0 30px 30px;
    text-transform: none;
    color: #909090;
    font-family: 'Lato', sans-serif;
    line-height: 25px
}

.order-completed .details a {
    display: block;
    text-decoration: underline
}

.order-completed .details a:hover {
    color: #cea000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
    height: 50px;
    border: none;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 15px;
    color: #909090;
    font-family: 'Lato', sans-serif;
    background: #f0f0f0
}
@media (min-width: 1201px) {
    .checkout-page .address-item:nth-child(3n+1) {
        margin-left: 0;
        clear: both;
    }
}
@media (min-width: 1201px) {
    .checkout-page .address-item {
        width: 386px;
        text-align: left;
    }
    .order-list-page .recurring-payments td label,
    .downloadable-products-page .data-table td label {
        display: none
    }
    .billing-info,
    .shipping-info {
        padding: 60px 60px 40px
    }
    .shipment-details-page .order-info,
    .shipment-details-page .shipping-info {
        padding: 60px
    }
    .payment-method-info,
    .shipping-method-info {
        padding: 0 60px 40px
    }
    .order-details-page .data-table th,
    .order-details-page .data-table td,
    .shipment-details-page .data-table th,
    .shipment-details-page .data-table td {
        padding: 30px
    }
    .order-details-page .section.options>div,
    .order-details-page .section.totals {
        padding: 50px
    }
    .order-details-page .data-table label {
        display: none
    }
    .section.order-completed .title {
        padding: 50px 50px 15px
    }
    .order-completed .details {
        padding: 0 50px 50px
    }
 
    .shopping-cart-page .common-buttons {
        overflow: hidden;
        margin: 10px 0 40px;
        max-width: 100%
    }
    .shopping-cart-page .button-2.clear-cart-button,
    .shopping-cart-page .button-2.update-cart-button {
        margin: 0 5px 0 0;
        width: auto;
        padding: 15px 30px 15px 50px
    }
    .shopping-cart-page .button-2.continue-shopping-button {
        float: right;
        width: auto;
        margin: 0 0 0 5px;
        clear: none;
        padding: 15px 30px
    }
    .cart-options .checkout-attributes {
        padding: 50px 60px 30px;
        text-align: left
    }
    .cart-options .checkout-attributes dd {
        margin: 0 0 20px
    }
    .checkout-attributes .qq-upload-button {
        margin: 0
    }
    .cart-options .selected-checkout-attributes {
        padding: 30px 50px;
        text-align: left
    }
    .cart-options .checkout-attributes {
        margin: 0 0
    }
    .cart-footer:after {
        content: '';
        display: block;
        clear: both
    }
    .shopping-cart-page .totals {
        float: right;
        width: 32%;
        margin: 0
    }
    .cart-collaterals {
        float: left;
        width: 66%;
        margin: 0
    }
    .cart-collaterals>div,
    .cart-collaterals .shipping-options .inputs label,
    .cart-collaterals .deals .inputs label,
    .cart-collaterals .shipping-options .buttons {
        text-align: left
    }
    .checkout-page .address-grid {
        max-width: 1200px
    }
    /*.checkout-page .cart-footer .total-info {
        padding: 30px 70px;
        width: 430px
    }*/
    .checkout-page .address-item {
        width: 386px;
        text-align: left
    }
    .checkout-page .address-box {
        padding: 45px 50px 40px
    }
    .checkout-page .address-item li {
        text-align: left
    }
    .checkout-page .address-item:nth-child(3n+1) {
        margin-left: 0;
        clear: both
    }
    .checkout-page .section.new-billing-address,
    .checkout-page .section.new-shipping-address {
        padding: 50px
    }
    .checkout-page .section.pickup-points {
        padding: 30px 50px
    }
    .shipping-method .method-list,
    .payment-method .method-list {
        padding: 50px
    }
}
@media (min-width: 768px) {
    .checkout-page .address-item {
        float: left;
        margin: 0 0 20px 20px;
    }
      .payment-method .payment-logo,
    .payment-method .payment-details {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        max-width: calc(100% - 80px)
    }
    .payment-method .payment-logo {
        margin: 0 20px 0 0
    }
    .checkout-page.order-confirm-page .section.order-summary .title {
        text-align: left
    }
    .order-review-data,
    .order-details-area,
    .shipment-details-area {
        margin: 0 0 50px;
        display: table;
        width: 100%
    }
}
