
.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
    margin-bottom: 30px;
}

.woocommerce table.shop_table th.product-name {
    display: none;
}
.woocommerce table.shop_table th.product-total {
    display: none;
}



.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    display: none;
}
.woocommerce table.shop_table tr.cart_item td.product-total{
    display: none;
}

.woocommerce table.shop_table strong.product-quantity {
    display: none;
}
.woocommerce table.shop_table td{
    border:none;
    border-top:none !important;
}
table.shop_table.woocommerce-checkout-review-order-table{
    border: none !important;
    margin-bottom: 0px !important;
}

.woocommerce h3{
    font-family: 'Canela Thin';
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
}
.woocommerce h3::before{
    content: url('https://boldmagazine.ca/wp-content/themes/Bold/icons/Union.png');
    display: block;
}

.bold_woo_product_title{
    font-family: 'Canela Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #000000 !important;
    display: block;
    margin:10px 0px;
}
.bold_woo_product_price{
    font-family: 'Canela Thin';
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 130%;
    text-align: left;
    letter-spacing: 0.05em;
    color: #000000;
}
.bold_woo_product_short_description{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #000000;
    text-align: left;
    margin:20px 0px 30px 0px;
}

.bold_woo_product_short_description ul{
    list-style-type: none;
    /*use padding to move list item from left to right*/
    padding-left: 1em;
  }
  .bold_woo_product_short_description ul li{
    list-style-type: none;
    padding-left: 1.2em;
}
.bold_woo_product_short_description ul li:before{
  content: "—";
  position: absolute;
  /*change margin to move dash around*/
  margin-left: -2em;
  color: #AA751B;
  white-space: pre;
}


.bold_woo_product_select_button{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #AA751B;
    padding:14px 50px;
    display: inline-block;
}
a.bold_woo_product_select_button {
    color: #fff !important;
}

.checkout_cart_products {
    width: auto;
    text-align: left;
    margin-bottom: 40px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    max-width: 580px;
    margin: 40px auto;
}

.checkout_cart_products .checkout_cart_products_image {
    display: inline-block;
    padding: 20px;
    vertical-align: middle;

}
.checkout_cart_products .checkout_cart_products_text {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;

}

.checkout_cart_products .checkout_cart_products_title {
    font-family: 'Canela Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #000000;
}


.checkout_cart_products .checkout_cart_products_price {
    font-family: 'Canela Thin';
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
}

.woocommerce-billing-fields__field-wrapper label {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    color: #808080;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    font-family: 'Playfair Display';
font-style: normal;
font-weight: 300;
font-size: 10px;
line-height: 140%;
color: #808080;
-webkit-border-radius: 0  !important;
-moz-border-radius: 0  !important;
border-radius: 0  !important;
}
.woocommerce-billing-fields__field-wrapper {
    background: #12161C;
    padding: 40px;
    margin-bottom: 40px;
}
.select2-container--default .select2-selection--single{
    padding: 8px !important;
    height: 44px  !important;
    -webkit-border-radius: 0  !important;
-moz-border-radius: 0  !important;
border-radius: 0  !important;
}
.woocommerce form .form-row input.input-text{
    padding: 8px  !important;
    height: 44px  !important;
}
.woocommerce form .form-row{
    padding: 10px !important;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #fff !important;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info{
    color: #000000 !important;
    font-family: 'Playfair Display' !important;
    font-size:14px !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    background-color: #fff !important;
    -webkit-border-radius: 0  !important;
-moz-border-radius: 0  !important;
border-radius: 0  !important;
}
ul.wc_payment_methods.payment_methods.methods{
    border-bottom: 0px !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    background: #B50305;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 22px;
    width: 100%;
}
.woocommerce #payment #place_order::after, .woocommerce-page #payment #place_order::after,a.button.wc-forward::after,.woocommerce button::after,.woocommerce .button::after{
    display: none !important;
}

a.button.wc-forward,.woocommerce button,.woocommerce .button{
    background: #B50305 !important;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF !important;
    padding: 22px !important;
    width: 100%;
    border: none !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}
.woocommerce button,.woocommerce .button{
    width:auto !important;
    -webkit-border-radius: 0  !important;
    -moz-border-radius: 0  !important;
    border-radius: 0  !important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
    background-color: #12161c !important;
    color: #808080 !important;
}
.payment_method_stripe iframe{
    padding: 8px !important;
    min-height: 35px !important;
}
.payment_method_stripe iframe .CardField.CardField--ltr {
    padding: 8px !important;
    min-height: 35px !important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
    display: none !important;
}

