/*Global Styles*/

ul.products.columns-3 {
    padding: 0;
}

.woocommerce table.my_account_orders .button {
margin-right: 5px;
}

.button {
    border: 0px!important;
}

img {
    border-radius: 0px!important;
}

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

li a {
	text-decoration: none;
}

.woocommerce div.product .jupiterx-product-badges .jupiterx-out-of-stock {
	border-radius: 0px;
	margin-bottom: 5px;
	display:inline-block;
}

/*Additional Info Tabs Below Fold PDP*/

.woo_toggle_item_body ul br {
    display: none!important;
}

.woo_toggle_item_wrap .woo_toggle_item_btnz {
font-size: inherit!important;
}

a.woo_toggle_item_btnz {
    text-decoration: none!important;
}

.type-product .summary .cc-cross-sell-wrapper h3 {
    font-size: x-large;
    margin-top: 20px;
}

.type-product .summary .cc-cross-sell-wrapper .cc-cross-sell-body > div .product.woocommerce.add_to_cart_inline a {
	line-height: 25px;
	margin-top: 10px;
}

.single-product div.product .single_add_to_cart_button {
    text-transform: uppercase;
}

input#coupon_code {
    text-transform: lowercase;
}

.yotpo .text-m {
    font-size: 13px;
    color: #000!important;
}



.wt-coupon-content, .wt-coupon-code code {
    color: #fecc75!important;
}

.wt-used-coupons, .wt-expired-coupons, .wt-mycoupons {
    display: inline-block!important;
	  float: none!important;
	  margin-bottom: 50px!important;
}


woocommerce .col2-set, .woocommerce-page .col2-set {
    margin-top: 20px;
}


p#billing_postcode_field {
    display: block!important;
}

/*My Account*/

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.yotpo-widget-loyalty-page.yotpo-widget-override-css {
    padding-top: 25px!important;
	  padding-bottom: 25px!important;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
    text-transform: capitalize;
}

/*Mobile Styling*/
@media only screen and (max-width: 600px) {
  .jupiterx-wc-steps {
    display: none;
	}
}

@media only screen and (max-width: 768px) {
	.type-product .summary .cc-cross-sell-wrapper .cc-cross-sell-body > div {
    margin-bottom: 20px;
    width: 50%;
    margin-right: 0;
    padding: 5px;
}
}

/*composite products*/

.wooco_component_product .woocommerce-Price-amount.amount {
    display: none!important;
}

.wooco_component_product {
    align-items: baseline;
}

.yotpo-widget-checkout-redemptions-widget .yotpo-redemption-options-dropdown .vs__search {
    color: inherit !important;
    border: none !important;
    background: none !important;
}

a.dd-selected, a.dd-option {
    display: flex;
}

.dd-selected-text, .wooco_component_product_selection .dd-option-text {
    display: flex!important;
    align-items: center!important;
}
