.df-container {
    margin: 1.5rem 0 5rem 0;
}

.df-container.df-floating>.df-ui-next, .df-container.df-floating>.df-ui-prev {
    color: #fff;
    opacity: 0.75;
}
.df-container.df-floating>.df-ui-next:hover, .df-container.df-floating>.df-ui-prev:hover {
    opacity: 1;
}

.gallery {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery img {
    border: 2px solid #bbb;
    width: 31.5%;
    height: auto;
}

.gallery img:last-of-type {
    margin-right: 0;
}

.checkout-container {
    width: 100%;
    min-height: 66rem;
    background: #fff;
    color: #000;
}

.info{
    width: 100%;
    height: 50rem;
}

.wp-block-file a {
    color: #fff;
}
.wp-block-file .wp-block-file__button, .wp-block-file .wp-block-file__button:visited {
    background: #fff;
    border: 2px solid #fff;
    color: #000;
}
.wp-block-file .wp-block-file__button:hover {
    background: transparent;
    color: #fff;
}

.woocommerce {
    text-transform: uppercase;
    padding: 0 4rem;
}

@media screen and (min-width: 800px){
    .product-price {
        width: 10%;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wac-quantity{
    width: auto;
}

.woocommerce table.shop_table {
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-color: #000;
}

.woocommerce-shipping-destination{
    display: none;
}

.woocommerce-shipping-calculator{
    display: none;
}

.woocommerce table.shop_table td {
    border-color: #000;
    padding: .9rem 0;
}

.woocommerce table.shop_table tr th{
    padding: .9rem 0;
}

.woocommerce table.shop_table td button[name = 'update_cart'] {
    display: none!important;
}

.cart_totals {
    width: 100% !important;
}

.woocommerce-cart-form__contents {
    height: 25rem;
}

.coupon {
    width: 100%;
}

.checkout-button, .button {
    background: #000 !important;
    color: #fff;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}

input{
    font-family: "Oswald", sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
}

textarea{
    font-family: "Oswald", sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
}

input[name="coupon_code"] {
    width: 75%!important;
    padding: 2rem !important;
    border: none !important;
    background: #efefef !important;
    font-family: "Oswald", sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
}

button[name="apply_coupon"] {
    padding: 2.4rem !important;
    background: #000 !important;
    color: #fff !important;
    font-family: "Oswald", sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
    width: 20%!important;
}

@media screen and (max-width: 1100px){
    button[name="apply_coupon"], input[name="coupon_code"] {
        width: 100%!important;
        margin: .5rem 0!important;
    }
}

.cart-title {
    font-size: 3.5rem;
    text-transform: uppercase;
}

.product-name a {
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}

.wac-qty-button a {
    text-decoration: none;
}

.woocommerce-message {
    display: none;
}

@media only screen and (max-width: 770px) {
    .woocommerce-shipping-methods{
        margin-top: 10%!important;
        text-align: left;
    }
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
    background: transparent;
    border-color: #000;
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th{
    border-color: #000;
}

.woocommerce .quantity .qty {
    background: #efefef;
    border: none;
    padding: 0;
    width: 3rem !important;
    height: 4rem !important;
}

.woocommerce .quantity{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media only screen and (max-width: 770px) {
    .woocommerce .quantity{
        justify-content: flex-end;
    }
}

.wac-qty-button {
    background: #efefef;
    border-radius: 0;
    height: 4rem !important;
    width: 3rem !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-proceed-to-checkout {
    padding-bottom: 0 !important;
}

.product-thumbnail a img {
    width: 80px !important;
}

.cart-wrap {
    flex-direction: column;
}

.cart-wrap .c-logo-container {
    width: 18%;
    padding: 2rem 0;
}

body.page-template-template-checkout {
    overflow-y: auto !important;
}

.woocommerce form .form-row input.input-text, textarea {
    padding: 1rem 1.5rem;
}

.woocommerce-info {
    border-top-color: #000;
}

.woocommerce-info::before {
    color: #865555;
}

.woocommerce-info a, .form-row a {
    color: #865555;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: none;
}

.woocommerce-thankyou-order-received{
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 700;
}

.woocommerce-order-overview, .wc-bacs-bank-details{
    padding-left: 0;
    padding-top: 1rem;
    border-top: 1px solid #000;
}

.woocommerce .woocommerce-customer-details address{
    color: #000;
    border-color: #000;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding-left: 0;
}

.order-again a{
    color: #fff!important;
    border-radius: 0!important;
    border: 1px solid #000!important;
    padding: 1rem!important;
    transition: .3s!important;
}

.order-again a:hover{
    color: #000!important;
    background: transparent!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: .4rem 1.5rem;
    height: auto;
    border-radius: 0;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    height: auto;
}

.checkout-container{
    padding-bottom: 3rem;
}

.checkout-container-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4rem;
}

@media only screen and (max-width: 600px) {
    .checkout-container-title{
        flex-direction: column;
        margin: 2rem 0;
    }

    .cart-title{
        margin: 1rem 0;
    }
}

.checkout-container-title .btn-primary{
    background:#000;
    text-transform: uppercase;
    text-decoration: none;
    border:2px solid #000;
    color:#fff;
    font-weight: 700;
    transition: .3s;
}

.checkout-container-title .btn-primary:hover{
    background: transparent;
    color: #000;
}

.checkout-container-title .btn{
    margin:1rem 0;
    text-align:center;
    font-size:1.6rem;
    padding:1rem;
}

.form-row {
    overflow: visible;
}

.form-row-wide {
    width: 100%;
}

@media screen and (max-width: 600px){
    .form-row{
        width: 100%;
    }

    .gallery img {
        width: 100%;
        margin-bottom: 2rem;
    }

    .gallery img:last-of-type {
        margin-bottom: 0;
    }
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: .4rem 1.5rem;
    height: auto;
    border-radius: 0;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    height: auto;
}

#billing_address_2_field:after, #shipping_address_2_field:after {
    content: "";
    display: block;
    clear: both;
    padding-bottom: 5rem;
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#billing_address_2_field, #shipping_address_2_field {
    padding-top: 3.5rem;
}

#add_payment_method .checkout .col-2 .notes, .woocommerce-cart .checkout .col-2 .notes, .woocommerce-checkout .checkout .col-2 .notes{
    width: 100%;
}

.select2-results__option{
    color: #000;
}

.form-row.place-order{
    width: 100%;
}

.woocommerce form .form-row{
    box-sizing: border-box;
}
