.widget-intro {
    margin-bottom: 0 !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery 
{
opacity:1!important;
}

.lstn {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.product-listing {
    margin: 4rem 0;
}


.woocommerce-loop-product__title, .woocommerce-loop-category__title {
    border-top: 4px solid #313131;
    border-bottom: 4px solid #313131;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.woocommerce-LoopProduct-link img {
    width: 100%;
    margin-bottom: 1.5rem;
}

.price {
    color: #313131;
    display: inline-block;
    font-size: 20px;
}

.add_to_cart_button {
    display: block;
    max-width: 200px;
}

.product {
    margin-bottom: 4rem;
}

.product p {
    color: #313131;
    margin-top: 1rem;
}

.variations .label {
    background-color: transparent;
    padding: 0;
    margin-right: 1rem;
}

.product_title {
    line-height: 1.2;
}

.reset_variations {
    display: none;
}

.variations_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.variations {
    flex: 100% 0 1;
    margin-bottom: 1.5rem;
}

.quantity input[type="number"] {
    max-width: 150px;
}

.single_variation_wrap {
    flex: 50% 0 1;
}

.value select {
    margin-bottom: 0;
}

.qty {
    font-weight: bold;
    flex: 39% 0 1;
}

.woocommerce .quantity .qty {
    margin-bottom: 0;
    width: 4em;
    margin-left: 1rem;
}

.woocommerce div.product .product_title {
    font-size: 2rem;
}

@media screen and (min-width: 768px) {

    .woocommerce .quantity .qty {
        margin-left: 0;
    }

}

.woocommerce-variation-description {
    display: none;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    flex: 50% 0 1;
}


/* Messages on Product page */

.woocommerce-notices-wrapper {
    margin: 0 auto 2rem;
    padding-left: 16px;   
    padding-right: 16px;
}

.woocommerce-message {
    display: flex;
    flex-wrap: wrap;    
    flex-direction: row-reverse;
    background-color: #cdd6ab;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 4px;
    border-top-color: #cdd6ab;
}

.woocommerce-error {
    background-color: #e46363;
    color: white;
    padding-bottom: 1rem;
    padding-top: 1rem;
    list-style-type: none;
    margin: 0;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 4px;
    border-top-color: #e46363;
}

.woocommerce-message .wc-forward {
    margin-top: 0;
}

.woocommerce-message .restore-item {
    margin-right: 2rem;
}

.wc-tabs {
    display: none;
}

.woocommerce .woocommerce-message .button {
    background-color: transparent;
    border: 1px solid #313131;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.woocommerce .woocommerce-message .button:hover {
    background-color: #313131;
    color: white;
}

/* Tabs */

.woocommerce-Tabs-panel {
    padding: 0 16px;
    margin-top: 3rem;
}


/* Overrides */

.woocommerce main {
    margin-bottom: 4rem;
}

.woocommerce div.product p.price {
    color: #313131;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 4rem 0;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    padding-left: 32px !important;
    color: white;
}

.woocommerce ul.products li.product .price {
    color: #313131;
    font-size: 1.1rem;
}

ul.products li.product .woocommerce-loop-product__title, ul.products li.product .woocommerce-loop-category__title {
    padding: 32px 0 !important;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top: auto;
}

.woocommerce div.product form.cart .button {
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #313131;
    color: #313131;
}

.woocommerce button.button {
    background-color: transparent;
    border: 1px solid #313131;
    color: #313131;
    font-size: 1.2rem;
    font-weight: normal;
    border-radius: 0px;
}

.coupon {
    display: flex;
    flex-direction: column;
}



.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 14rem;
    margin-bottom: .5rem;
}

.woocommerce table.shop_table_responsive tr td.product-quantity {
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 600px) {
    .coupon {
        flex-direction: row;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        margin-bottom: 0;
    }
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #c00d7d;
    color: white;
    border-radius: 0;
    font-weight: normal;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #a71871;
}

/* Buttons */

.woocommerce .cta-menu a.button.tertiary {
    border: 1px solid white;
    color: white;
}

.single-product.woocommerce .cta-menu a.button.tertiary, .tax-product_cat.woocommerce .cta-menu a.button.tertiary {
    border: 1px solid #313131;
    color: #313131;
}

.single-product.woocommerce .cta-menu a.button.tertiary:hover, .tax-product_cat.woocommerce .cta-menu a.button.tertiary:hover {
    color: white;
}

.woocommerce .cta-menu a.button.tertiary:hover {
    color: #313131;
}

.woocommerce .cta-menu a.button.tertiary:after {
    background-color: white;
    
}

.woocommerce a.button, .woocommerce button.button {
    padding: .75em 1em;
    font-size: 1.25rem;
    border-radius: 0;
    font-weight: normal;
    overflow: hidden;
}

.woocommerce a.button.wc-backward {
    background-color: transparent;
    border: 1px solid #313131;
}

.woocommerce a.button.wc-backward:hover {
    background-color: #313131;
    color: white;
}

.woocommerce a.button.tertiary, .woocommerce button.button.tertiary {
    background-color: transparent;
    border: 1px solid #313131;
}

.woocommerce a.button.tertiary:after, .woocommerce button.button.tertiary:after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #313131;
    height: 120%;
    left: -10%;
    transform: skewX(15deg);
    z-index: -1;
}

.woocommerce a.button:hover:after, .woocommerce button.button:hover:after {
    left: -10%;
    width: 120%;
}

.woocommerce a.button.primary {
    color: white;
    border: 0;
}

.woocommerce a.button.primary:hover {
    border: 1px solid #313131;
}

.woocommerce div.product form.cart .button {
    border: 1px solid #313131;
    margin-top: 2rem;
}

.woocommerce #payment #place_order {
    background-color: #c00d7d;
}

.woocommerce #payment #place_order:hover {
    background-color: #880c5a;   
}

.woocommerce div.product form.cart .button:after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #313131;
    height: 120%;
    left: -10%;
    transform: skewX(15deg);
    z-index: -1;
}

.woocommerce div.product form.cart .button:hover {
    color: white;
}

.woocommerce div.product form.cart .button:hover:after {
    left: -10%;
    width: 120%;
}

.woocommerce .cart .button:hover {
    background-color: #313131;
    color: white;
}

.woocommerce-info {
    border-top-color: #c00d7d;
}

.woocommerce-info::before {
    color: #c00d7d;
}

.woocommerce input.button.secondary {
    font-size: 1.25rem;
    border-radius: 0;
    font-weight: normal;
    padding: .75em 1em;
    margin-top: 5px;
}

/* Product page */

.woocommerce-LoopProduct-link img {
    transition: all .3s;
}

.woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title {
    border-top-color: #c00d7d;
    border-bottom-color: #c00d7d;
}

.product-category:hover .woocommerce-loop-category__title {
    border-top-color: #c00d7d;
    border-bottom-color: #c00d7d;
}

.woocommerce ul.products li.product a:hover img {
    box-shadow: 5px 5px 4px rgba(187, 187, 187, 0.9);
}

/* Basket Page */

.woocommerce-cart .woocommerce-notices-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-cart .woocommerce-notices-wrapper ul {
    margin-left: 0;
}

/* General Spacing */

#order_review_heading {
    margin-top: 2rem;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
}

.woocommerce-checkout #payment {
    background-color: transparent;
}

.woocommerce-checkout #payment div.form-row {
    padding-right: 0;
}

/* Stripe */

.wc-stripe-elements-field {
    min-height: 2.75rem;
}

/* Basket */

.product-name a {
    color: #313131;
}

/* Tags */

.tagged_as {
    position: absolute;
    right: 0;
    color: white;
    padding: .5rem .75rem;
    text-transform: uppercase;
}

.tagged_as.evening {
    background-color: rgba(245, 189, 21, 0.9);
}

.tagged_as.daytime {
    background-color: rgba(34, 96, 147, 0.9);
}

.tagged_as.taster {
    background-color: rgba(0, 131, 125, 0.9);
}

.tagged_as.weekend-adult, .tagged_as.weekend-young-people  {
    background-color: rgba(241, 91, 93, 0.9);
}
.product p.course-full {
    background-color:#c00d7d;
    padding: .25rem .5rem;
    color: white;
    text-transform: uppercase;
    display: inline-block;
}

/* Product columns */

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%;
}

@media screen and (min-width: 640px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 46%;
    }
}

@media screen and (min-width: 1024px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 21%;
    }
}

.variable-prices {
    display: flex;
    flex-wrap: wrap;
}

.variation-attributes {
    margin-right: 8px;
}


.single-product .variation-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.single-product .variation-container .variable-prices span.price {
    color: #c00d7d;
    font-size: 1rem;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link p {
    display: none;
}

.woocommerce ul.order_details li {
    margin-bottom: 1rem;
}

/* Product Tags */

.post-type-archive .tag {
    color: white;
    text-transform: uppercase;
    display: inline-block;
    padding: .5em .75em;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.evening {
    background-color: rgba(245, 189, 21, 0.9);
}

.daytime {
    background-color: rgba(34, 96, 147, 0.9);
}

.taster {
    background-color: rgba(0, 131, 125, 0.9);
}

.weekend-adult, .weekend-young-people  {
    background-color: rgba(241, 91, 93, 0.9);
}

/* Variation Block */

.woocommerce div.product span.price {
    color: #313131;
}

.woocommerce div.product p.stock {
    display: inline-block;
    background-color: #c00d7d;
    color: white;
    padding: .5em .75em;
}

.woocommerce div.product form.cart .variations td {
    max-width: 50%;
    display: block;
    margin-top: .75rem;
}

/* Stripe */

.wc-stripe-elements-field {
    min-height: 1.75rem;
}

/* Basket */

.woocommerce-cart-form {
    overflow: auto;
}

/* Other source field */

.woocommerce form .form-row.d-none {
    display: none;
}

.d-block {
    display: block !important;
}

.footer-logos h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.footer-logos {
    max-width: none;
    margin-top: 3rem;
}

.footer-logos img {
    /*max-width: 180px;*/
}

@media screen and (min-width: 48em) {
    .footer-logos img {
        max-width: 100%;
        margin-bottom: 1rem;
    }
    .footer-logos {
        margin-top: 0;
    }
}

@media screen and (min-width: 64em) {
    .footer-logos img {
        margin-bottom: 0;
    }
}

/* Hero CTA fix - hero PHP won't allow update to secondary button */
.hero-content a.button {
    color: #fff !important;
    border-color: #fff !important;
}
.hero-content a.button:hover {
    color: #313131 !important;
}
.hero-content a.button:after {
    background-color: #fff !important;
}
/* Bookings / Workspaces */
.product_cat-workspaces .woocommerce-product-gallery__wrapper .attachment-Teaser {
    margin-bottom: 8px;
}
.product_cat-workspaces p.stock, .product_cat-workspaces .qty {
    display: none !important;
}
.product_cat-workspaces .ph-calendar-month {
    background: #c00d7d !important;
}
.product_cat-workspaces .ph-calendar-weekdays {
    background: #ddd !important;
}
.product_cat-workspaces .ph-calendar-weekdays li {
    color: #777 !important;
}
.product_cat-workspaces .timepicker-selected-date, .product_cat-workspaces .selected-date,
.product_cat-workspaces li.ph-calendar-date.mouse_hover, .product_cat-workspaces li.ph-calendar-date:hover {
    background: #c00d7d !important;
    border: 0px solid #c00d7d !important;
}
.product_cat-workspaces .booking-info-wraper {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    padding: 0;
    background: #c00d7d !important;
    color: #fff !important;
}
.product_cat-workspaces .booking-info-wraper span {

}
.product_cat-workspaces .booking-info-wraper, .product_cat-workspaces .booking-info-wraper p {
    color: #fff !important;
}
.product_cat-workspaces p#booking_info_text {

}
.product_cat-workspaces .booking-info-wraper span.not-available-msg {
    background: #c00d7d !important;
    color: #fff !important;
}
.product_cat-workspaces .extra-resources {
    /*border-top: 4px solid #313131;
    border-bottom: 4px solid #313131;
    #c00d7d*/
    padding: 15px;
    background: #eee !important;
}
.product_cat-workspaces .extra-resources.participant_section {

}
.product_cat-workspaces input.input-person {
    height: inherit;
}
.product_cat-workspaces .input-person-minus, .product_cat-workspaces .input-person-plus {
    color: #c00d7d !important;
    border: 1px solid #c00d7d !important;
}
.product_cat-workspaces div.participant_count_error {
    color: #c00d7d !important;
    padding: 4px 0;
}
.product_cat-workspaces .label-resources,
.product_cat-workspaces .extra-resources.asset-section label {
    font-size: 1rem;
    margin-bottom: 4px;
}
.product_cat-workspaces .label-resources {
    text-transform: uppercase;
}

/* Workspaces Product Page adjustments (apply globally? TBC) */
@media screen and (min-width: 48.07em) and (max-width: 86em){
    .woocommerce-page main > .row {
        width: 90%;
    }
    .woocommerce-page div.product.product_cat-workspaces div.images {
        width: 43% !important;
    }
    .woocommerce-page div.product.product_cat-workspaces div.summary {
        width: 53% !important;
    }
    .product_cat-workspaces h1, .product_cat-workspaces h2 {
        font-size: 1.7rem !important;
        margin-bottom: 0.4rem !important;
    }
    .product_cat-workspaces p, .product_cat-workspaces li, .product_cat-workspaces label  {
        font-size: .9375rem !important;
    }
    .product_cat-workspaces .resources-wraper [type=checkbox]+label  {
        font-size: .85rem !important;
        margin-right: 0;
    }
}


	/* =========================================================
	GiveWP & WooCommerce Checkout Styles 
    */
    /*
	[id*=give-form] fieldset.give-checkout-section {
		margin: 1rem 0 2rem;
		padding-bottom: 2rem;
		border-bottom: solid 1px #00a19b;
	}
	.thwmsc-tab-panel-wrapper .form-row.form-row-last,
	#wc_checkout_add_ons .form-row {
		margin-bottom: 2rem;
		padding-bottom: 2.6rem;
		border-bottom: solid 1px #00a19b;
	}
	.woocommerce form .form-row .required {
	    color: #a00;
	    font-weight: 400;
	    border: 0 !important;
	    text-decoration: none;
	}
	.thwmsc-tab-panel-wrapper .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		height: 1px;
		width: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
	}
	form.give-form .give-checkout-section .form-row input[type=email], 
	form.give-form .give-checkout-section .form-row input[type=password], 
	form.give-form .give-checkout-section .form-row input[type=tel], 
	form.give-form .give-checkout-section .form-row input[type=text], 
	form.give-form .give-checkout-section .form-row input[type=url], 
	form.give-form .give-checkout-section .form-row select, 
	form.give-form .give-checkout-section .form-row textarea, 
	form[id*=give-form] .give-checkout-section .form-row input[type=email], 
	form[id*=give-form] .give-checkout-section .form-row input[type=password], 
	form[id*=give-form] .give-checkout-section .form-row input[type=tel], 
	form[id*=give-form] .give-checkout-section .form-row input[type=text], 
	form[id*=give-form] .give-checkout-section .form-row input[type=url], 
	form[id*=give-form] .give-checkout-section .form-row select, 
	form[id*=give-form] .give-checkout-section .form-row textarea,
	form.woocommerce-checkout input[type=email], 
	form.woocommerce-checkout input[type=password], 
	form.woocommerce-checkout input[type=tel], 
	form.woocommerce-checkout input[type=text], 
	form.woocommerce-checkout input[type=url], 
	form.woocommerce-checkout select, 
	form.woocommerce-checkout textarea {
		border: .0625rem solid #f0f1f0;
	    background-color: #f0f1f0;
	    box-shadow: none;
	}
    /* Add GiveWP styles to WC */
    /*
	form.give-form .give-checkout-section .form-row textarea,
	form[id*=give-form] .give-checkout-section .form-row textarea,
	form.woocommerce-checkout textarea {
		min-height: 9rem;
	}
	form[id*=give-form] legend,
	#dc7a08c_field label,
	#e7035ba_field .description {
		font-size: 1.1875rem;
	    line-height: 1.4;
	    margin: 0 0 1.5rem;
    	font-weight: 600;
    	padding: 0;
    	color: #606060;
    	border-bottom: none;
	}

@media print, screen and (min-width: 40em){
    [id*=give-form] fieldset legend,
    .thwmsc-tab-content h4,
    #dc7a08c_field label,
    #e7035ba_field .description  {
        font-size: 1.375rem;
    }
}
@media print, screen and (min-width: 64em){
    [id*=give-form] fieldset legend,
    .thwmsc-tab-content h4,
    #dc7a08c_field label,
    #e7035ba_field .description {
        font-size: 1.5rem;
    }
}
[id*=give-form] .give-form-title {
    margin-bottom: 2rem;
}
.give-checkout-section h3 {
    font-size: 1em;
    font-weight: 700;
    margin: 10px 0 0;
    color: #606060;
}
.give-checkout-section p {
    font-size: .875rem;
       font-weight: 400;
    margin-bottom: 1rem;
   }
   #wc_checkout_add_ons span.description {
       margin: 1rem 0;
       display: block;
   }
   #wc_checkout_add_ons #dc7a08c_field {

   }
   #wc_checkout_add_ons label.checkbox {
       display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .25rem;
    padding: 0.5rem 0;
   }
   #dc7a08c_field label.checkbox {
    text-indent: 3rem;
    background: #f0f1f0;
    padding: 0.5rem;
    width: 60%;
   }
   #wc_checkout_add_ons input.input-checkbox {
       display: inline-block;
    margin: 0 0.5rem 0.5rem 0;
    z-index: 10;
    position: relative; 		
   }
   #wc_checkout_add_ons input[type=radio].input-checkbox {
    margin-right: -3rem;		
    margin: 0 -3rem 0.5rem 0.5rem;
   }
.give-checkout-choose-project {

}
.give-checkout-gift-prefs {

}
.give-checkout-mail-address {

}
.give-checkout-instructions {

}
#give_purchase_form_wrap,
.woocommerce-checkout-payment {
    background: #e1e1e1;
    padding: 2rem;
}
#give_purchase_form_wrap fieldset {
    margin-bottom: 1rem;
}
.give-btn:hover,.give-btn:active,.give-btn:focus {
    background: #00a19b;
}


.add_fees_wrapper input[type=checkbox] { /* Match GiveWP styles *//*
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: -4px 15px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: border-color .05s ease-in-out;
    transition: border-color .05s ease-in-out;
}

body .give_wc_donation_section table {
    border: none;
    margin-top: 17px;
    width: 100%;
}
body .give_wc_donation_section table tr td.give-wc-intro-row {
    padding: 0;
}
body span.give_wc_intro_text {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    margin-bottom: 1.5rem;
    display: inline-block;
    padding: 0;
}
.give-wc-give-form-row .give-wc-donation-inside {
    background: #f0f1f0;
    padding: 6px 24px 24px;
}
.give-wc-give-form-head {
    display: block;
    min-height: 60px;
    padding: 19px 0;
    cursor: pointer;
    background: #fff;
}
.give-wc-give-form-head.active, .give-wc-give-form-head:hover {
    background: #fff;
}
.give-wc-donation-inside.give-wc-hidden {
    /*display: block !important;*//*
}
.give_wc_donation_section tbody,  .give_wc_donation_section tfoot,  .give_wc_donation_section thead {
    border: none;
    background-color: #fff;
}
body .give_wc_donation_section table tr td {
    border: none;
}
body .give_wc_donation_section table tr:last-child td.give-wc-give-form-row {
    border: none;
}
body .give_wc_donation_section table tr td.give-wc-give-form-row.give-wc-active-row {
    background-color: #f0f1f0;
}
.give-wc-donation-amount-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
.give-wc-give-form-row .give-wc-donation-inside .give-wc-donation-amount-wrap {
    display: inline-block;
    max-width: inherit;
    width: 50%;
    text-align: left;
    vertical-align: middle;
}
.give-wc-give-form-row .give-wc-donation-inside .give-wc-donation-amount-wrap .give-text-input {
    width: auto;
    padding: .5em;
    border-radius: 0;
    display: inline-block;
    border: .0625rem solid #fff;
    background-color: #fff;
    box-sizing: border-box;
    outline: none;
    color: #333;
    margin: 0;
    margin-left: 6px;
}*/
/* GiveWP overrides */
.give-btn {
    border: 0;
    cursor: pointer;
    line-height: 1;
    font-family: Ropa Sans,sans-serif;
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
    background-color: #c00d7d;
    color: white;
    border-radius: 0;
    font-weight: normal;
    text-transform: uppercase;
}
.give-btn:hover {
    background-color: #a71871;
}
@media screen and (min-width: 64em){
    .give-btn {
        min-width: 13.75rem;
    }
}
button.mfp-arrow, button.mfp-close {
    min-width: inherit !important;
}
.form-row .give-stripe-cc-field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    font-size: .875rem;
    outline: none;
    color: #333;
    background-color: #fdfdfd;
    border: 1px solid #ccc;
    font-family: Ropa Sans,sans-serif;
    margin: 0;
    padding: .5em;
    box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    transition: box-shadow .5s,border-color .25s ease-in-out;
}
input[type=text].card-name {
    font-family: sans-serif;
    font-size: 16px;
    height: 35px;
}

.shop-btn__link {
    display: inline-block !important;
    position: relative;
}

.shop-btn__link:hover:after {
    display: none;
}

.shop-btn__icon {
    fill: #fff;
    margin-right: 0 !important;
    width: 25px;
    height: 25px;
    position: relative;
    top: -3px;
}

.shop-btn__count {
    display: inline-block;
    background-color: #c00d7d;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    text-indent: 2px;
    text-align: center;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.main-header.default .shop-btn__icon {
    fill: #313131;
}

.main-header.default .shop-btn__link:hover:after {
    display: none;
}

@media screen and (max-width: 74.9375em) {
    .membership-page .main-nav li .fa {
        color: #fefefe;
    }

    .hidden-sm {
        display: none !important;
    }

    .shop-btn {
        display: inline-block;
        margin-left: 10px;
        position: relative;
        top: 7px;
    }

    .shop-btn__icon {
        top: 0;
    }

    .shop-btn__count {
        right: -10px;
    }
}