
/*
 Theme Name:   Ultras Design Shop
 Theme URI:    https://ultrasdesign.co.uk
 Description:  Ultras Design Theme: Storefront Child Theme
 Author:       Strahinja Krstić
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options
 Text Domain:  storefront-child
*/

@font-face {
    font-family: 'star';
    src: url('../../plugins/woocommerce/assets/fonts/star.eot');
    src: url('../../plugins/woocommerce/assets/fonts/star.eot?#iefix') format('embedded-opentype'),
        url('../../plugins/woocommerce/assets/fonts/star.woff') format('woff'),
        url('../../plugins/woocommerce/assets/fonts/star.ttf') format('truetype'),
        url('../../plugins/woocommerce/assets/fonts/star.svg#star') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* GENERAL LAYOUT */ 
.site-main, .storefront-full-width-content.single-product div.product .summary {
    margin-bottom: 0em !important;
}


@media (min-width: 768px) {
    .col-full {
        max-width: 95%;
    }

    
}

/* FONT SETTINGS --- START */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-weight: bold;
    font-size: 30px;
}

h2, h3 {
    font-weight: bold;
    font-size: 2.2906835em;
}


/* FONT SETTINGS --- END */


/* POST CATEGORY ARCHIVE STYLING */ 

h2.alpha{
    font-size: 24px;
}

h2.alpha > a {
    font-weight: bold;
    color: #131315;
    text-decoration: underline;
}

h2.alpha > a:hover {
    text-decoration: none;
}

a.more-link {
    display: none;
}

.hentry .entry-header {
    margin-bottom: 0px;
    border-bottom: none;
}

body, button, input, textarea, ul, input[type=text], textarea, input[type=submit]  {
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: 1.2em;
}

/* SINGLE POST STYLING */
article.post > .entry-header {
    text-align: center;
    padding-top: 25px;
}

span.post-author {
    display: none;
}

@media (min-width: 768px) {
    article.post > div.entry-content {
        padding-left: 20%;
        padding-right: 20%;
    }

    #comments {
        padding-left: 10%;
        padding-right: 10%;
    }

    li.depth-1 > ol.children {
        border-left: 3px solid darkblue;
    }
    
    li.depth-2 > ol.children {
        border-left: 2px solid darkblue;
    }
    
    li.depth-3 > ol.children {
        border-left: 1px solid darkblue;
    }
    
    li.depth-4 > ol.children {
        border-left: 1px dashed darkblue;
    }
    
    #comments .comment-list .comment-content {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    
    div.comment-body {
        padding-top: 10px;
    }


}

@media (max-width: 768px) {
    .hentry .entry-taxonomy {
        margin: 0 0 0 0;
        padding-top: 0;
        padding-bottom: 10px;
        border-top: none;
    }
}

#comments {
    border-top: 2px solid rgba(0,0,0,.05);
}

#comments .comments-title {
    font-size: 1.5em;
    padding-bottom: 1.618em;
    text-align: center;
}

#comments .comment-list .comment-meta .avatar {
    border-radius: 50%;
}

li.comment > div > div.comment-meta.commentmetadata > a {
    display: none;
}

span.agree-comment-policy {
    display: none;
}


/* MENUS: Primary + Secondary --- START */

.menu-item > a {
    padding-right: 0.5em !important;
}

.menu-item > a:hover, .top-menu-item > a:hover {
    text-decoration: underline;
}

.top-menu-item:first-child {
    border: 0;
}

.top-menu-item {
    padding: 0 5px;
    text-align: center;
}

.top-menu-item > a > i {
    padding-bottom: 5px;
    margin-left: 40%;
}

#menu-item-129924 > a {
    color: rgb(212, 33, 39, 0.8);
    border: 1px solid rgb(212, 33, 39, 0.8);
    background-color: white !important;
    font-weight: bold !important;;
    text-align: center;
    padding: 15%;
    font-size: 16px;
    width: 150%;
}

#menu-item-129924 > a:hover {
    color: white;
    border: 0px;
    background-color: rgb(212, 33, 39, 0.8) !important;
}

#menu-item-129923 > a {
    background-color: white;
    color: #001742 !important;
    border: 1px solid #001742;
    font-weight: bold !important;
    text-align: center;
    font-size: 16px;
}

#menu-item-129923 > a:hover {
    background-color: #001742 !important;
    color: white !important;
}

ul.sub-menu {
    font-size: 16px;
}


@media (min-width: 768px) {
    .main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a,
    #site-header-cart > li > a.cart-contents {
        padding-top: 0px;
    }

    .secondary-navigation .menu a {
        padding-top: 0.4em;
    }
}


/* Widget Cart */
.site-header-cart .widget_shopping_cart a.button, .site-header-cart .widget_shopping_cart a.button:hover {
    background-color: transparent;
    border-color: transparent;
    color: #383838;
}
.site-header-cart .widget_shopping_cart a.button:hover {
    text-decoration: underline;
}

/* Hamburger */
button.menu-toggle, button.menu-toggle:hover, button.menu-toggle:active, button.menu-toggle:focus, button.menu-toggle:before {
    border: 0px;
}

button.menu-toggle::before, button.menu-toggle::after, button.menu-toggle span::before {
    background-color: #6F6F6F;
}

button.menu-toggle, button.menu-toggle:hover {
    background-color: transparent;
}

/* MENUS: Primary + Secondary --- END */


/* HOMEPAGE --- START */
#post-20 > div > header > h1 { /* ULTRAS DESIGN */
    color: #ffffff !important;
    font-size: 34px;
}

#post-21460 > header > h1 {
    color: #000 !important;
}

#post-21460 > header > span.posted-on, #post-21460 > header > span.post-author {
    display: none;
}

.button.storefront-hero__button-edit {
	display: none;
}

@media (max-width:768px) {
    #post-119830 > div.entry-content > div.wp-block-cover.alignfull {
        width: 120%;
        margin-left: -10%;
    }

    .desktop-spacer {
        display: none;
    }

    h2.home-heading {
        font-size: 30px !important;
    }
}

.wc-block-sort-select {
    display: none;
}

.wc-block-review-list-item__item
 {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
}

.wp-block-columns {
    margin-bottom: 0px;
}


@media (min-width: 768px) {
    .wp-block-cover__inner-container {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    #post-119830 > div.entry-content > div.wp-block-cover.alignfull.has-background-dim.home-cover > div {
        width: calc(6 * (150vw / 12 ));
        max-width: calc(6 * (150vw / 12 ));
    }

    
}

div.jx-handle > div.jx-control > div {
    display: none;
}



div.jx-control {
    color: #d42127 !important;
    width: 7px !important;
}



.home.storefront-align-wide.page-template-template-fullwidth .hentry .entry-content > .wp-block-cover.alignfull, 
.home.storefront-align-wide.page-template-template-fullwidth .hentry .entry-content > .wp-block-image.alignfull {
    margin-top: 0px;
    margin-bottom: 20px;
}







/* HOMEPAGE --- END */

/* SINGLE PRODUCT --- START */

.product > div.summary.entry-summary > h1.product_title {
    margin-bottom: 0px;
    font-size: 26px;
}

.product > div.summary.entry-summary > p.price {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
}



.woocommerce-variation-price .woocommerce-Price-amount {
    font-size: 30px;
    font-weight: bold;
    color: #0F834D;
}

.single-product div.product .variations_button {
    padding-top: 0px;
}

.wcpa_form_outer {
    margin: 0px;
}

@media (min-width: 768px) {
    

    .perks {
        text-align: left;
        font-size: 0.9em;
    }

    div.payment-options-box-cart > img, div.payment-options-box-cart > a > img {
        margin-left: auto;
        margin-right: auto;
    }

    .su-u-trim>:first-child {
        margin-top: 10px !important;
    }
}

@media (max-width: 768px) {
    .perks {
        padding-top: 15px;
        text-align: left !important;
        font-size: 1em;
    }

    .payment-options-img, .security-badge-img {
        margin-left: auto;
        margin-right: auto;
    }

    div.woocommerce-product-details__short-description > p {
        font-size: 14px;
    }
}

form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
    height: 50px !important;
    width: 100%;
}

label {
    font-weight: normal !important;
}

.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 10px;
}

div.summary.entry-summary > form > table > tbody > tr> td.value.woo-variation-items-wrapper > ul[data-attribute_name*="flag"] > li.variable-item.image-variable-item {
    width: 110px;
    height: 55px;
}

div.summary.entry-summary > form > table > tbody > tr> td.value.woo-variation-items-wrapper > ul[data-attribute_name*="stickers"] > li.variable-item.image-variable-item {
    width: 100px;
    height: 60px;
}

div.summary.entry-summary > form > table > tbody > tr> td.value.woo-variation-items-wrapper > ul[data-attribute_name*="stickers"] > li.variable-item.image-variable-item > img {
    width: auto;
    height: 100%;
}

/* SINGLE PRODUCT --- END */

.btn-choose, .grid-pad .wpc-button, .kad-btn-primary, .wpc-customize-product, .btn-choose.tpl, .wpc-upload-product-design {
    text-transform: none;
    height: 50px;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 600;
    
    margin: 15px 15px 0px 0px;
    vertical-align: top;
}

a.btn-choose.tpl {
    background-color: #001742;
    border: 1px solid #003089;
    color: white;
}

a.wpc-upload-product-design {
    background-color: white;
    border: 1px solid #001742;
    color: #001742;
}

@media (max-width: 768px) {
    .btn-choose.tpl, .wpc-upload-product-design, .wpc-customize-product {
        width: 46% !important;
        margin-left: 2% !important;
        margin-right: 2% !important;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
@media (min-width: 768px) {
    .btn-choose.tpl, .wpc-upload-product-design, .wpc-customize-product {
        width: 47% !important;
    }
}

.wpd-buttons-wrap-variation {
    text-align: left;
}

.quantity .qty {
    width: 3.4em;
    
}

.quantity .minus, .quantity .plus {
    color: #000; 
    background-color: #fff;
}

.quantity > input[type="button"] {
    border: 0px;
}

.quantity > input[type="button"]:hover {
    background-color: #0f834d;
    border-color: #0f834d;
    border-radius: 5px;
    color: #fff;
}

ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.products li.product h3 {
    font-weight: 700;
}

h3.addon-name {
    font-size: 18px;
    font-weight: 600;
}



.form-row label {
    display: inline-block;
    font-size: 16px;
}

div.addon-description p {
    font-size: 14px;
}

dl.product-addon-totals {
    color: #0F834D;
    font-weight: bold;
    font-size: 20px;
}

dd span.amount {
    font-weight: 800;
}

.form-row textarea {
    font-size: 14px;
    height: 88px;
}

.form-row input {
    font-size: 14px;
    height: 44px;
}

.wpc-container {
    font-family: 'Roboto', sans-serif !important;
    color: #00305C;
    font-weight: 400 !important;
    margin-top: 1%;
}

.Accordion .AccordionPanelTab {
    font-size: 18px !important;
}

div.title {
    background-color: #00305C !important;
}

div.AccordionPanelTab {
    color: #00305C !important;
}

div.AccordionPanelTabHover {
    color: #fff !important;
}

div.omodal-body {
    font-family: 'Montserrat', sans-serif;
}

span.total_order {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: #00305C;
}

ul#wpc-parts-bar li{
    font-family: 'Montserrat', sans-serif !important;
    color: #00305C !important;
}

.wpc-custom-right-quantity-input {
    color: #00305C !important;
    font-weight: bold;
}

td.product-thumbnail a.button {
    background-color: transparent;
    color: #00305C;
}

div.wpc_notification {
    font-size: 18px;
    text-align: center;
}

div.wpc_notification a {
    color: #0F834D;
    font-weight: 800;
}

ul.products {
    min-height: 0px; 
}

ul#wpc-parts-bar{
    display: none;
}

/* HurryTimer Mobile Margin Right */
@media (max-width: 425px) {
    .hurrytimer-campaign-95969 .hurrytimer-button-wrap, .hurrytimer-campaign-95969 .hurrytimer-headline {
        margin-right: 10px;
    }
}

/* PayPal Checkout Style */

div.payment_method_ppec_paypal p {
    font-size: 14px;
}

a.about_paypal {
    display: none;
}

#payment .payment_methods li p {
    font-size: 12px;
}

p.woocommerce-store-notice {
    background-color: #0F834D;
}

p.woocommerce-store-notice a {
    background-color: #0b5e37;
}

/* Yoast Breadcrumbs Peglanje */

p#breadcrumbs {
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 15px;
}

@media(max-width:768px) {
    p#breadcrumbs{
        display: none;
    }
}

#main > div.breadcrumb.breadcrumbs.woo-breadcrumbs {
    display: none;
}

div.widget-area {
    padding-top: 25px;
}

div.product_meta, div.edit-link {
    display: none;
}

.woocommerce-product-rating {
    margin-bottom: 0px !important;
}

@media(max-width:768px) {
   .product > div.summary.entry-summary > form {
       margin-bottom: 0px;
   }

   .product {
       margin-top: 5%;
   }
}

/* Rounded Buttons + Nav Hover */

a.wpc-customize-product, a.wpc-upload-product-design, a.btn-choose.tpl, a.mg-top-10 {
    border-radius: 5px;
}

.button {
    border-radius: 5px;
}

input[type=submit].button {
    border-radius: 5px;
}

li.menu-item a{
    border-radius: 5px;
}

a.button.transitional-cta {
    background-color: #ffffff !important;
    color: #333333 !important;
}

.direct-cta {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .transitional-cta, .direct-cta {
        width: 100%;
    }
}




/* View Order */

p.woocommerce-OrderUpdate-meta{
    font-weight: bold;
}

div.woocommerce-OrderUpdate-description p {
    font-size: 18px;
    font-family: monospace;
    
}


p.price {
    font-size: 40px;
    color: #0F834D;
  
} 

div.woocommerce-variation-description {
    font-size: 10px;
}

/* Image Flipper */

img.secondary-image {
    height: inherit;
    width: auto;
}

/* Product Designer */
/* Redesign */

.site-header {
    background-color: #F8F8F8;
    margin-bottom: 0px !important;
}

@media(max-width: 782px) {
    .site-header {
        padding-top: 14px;
        height: 60px;
    }
}

.site-header .site-branding img {
    max-width: 150px;
}

@media(min-width: 782px) {
    div.below-header-info {
        padding-left: 10%;
        padding-right: 10%;
        margin-bottom: 0%;
        margin-top: 2%;
    }

    #post-127 > div.entry-content > header.entry-header {
        text-align: center;
    }

    div.below-header-info-right > p {
        
        margin-top: -1.5em;
    }
}

@media(max-width: 782px) {
    div.below-header-info {
        margin-bottom: 3%;
        margin-top: 3%;
}
}

div.below-header-info{
    font-family: 'Roboto', sans-serif;
        font-weight: normal;
}

div.below-header-info-left {
    font-size: 12px;
}

div.below-header-info-left > a{
    text-decoration: none !important;
    color: #4D4D4D;
    text-align: left;
}

div.below-header-info-right > p {
    text-align: right;
    color: #9B9B9B;
    font-size: 12px;
    
}

/* End Redesign */ 

div#wpc-design-btn-box, div#wpc-cart-box {
    border: 0px;
    margin-bottom: 20px;
    padding: 0px;
}

#wpc-design-btn-box > button, #wpc-cart-box button {
    background-image: none !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 18px !important;
}

#add-to-cart-btn {
    background-color: #0D834D !important;
}

#save-btn {
    background-color: white !important;
    border: 2px solid #00305C;
    color: #00305C;
}

#save-btn:hover {
    background-color: #00305C !important;
    border: 0px;
    color: white;
}

div.total-price {
    text-align: center;
}






#wpd-cliparts-wrapper > ul {
    width: 25%;
}


/* Featured Image Page */

div.page > header > img {
    display: none;
}



/* Checkout Shipping */



tr.order-total > td {
    font-size: 22px;
    color: #0f834d;
    font-weight: 800 !important;
}

.required {
    color: #00305C;
}

table.shop_table_responsive thead {
    display: contents;
}

table.shop_table_responsive tr td {
    display: revert;
}

@media(max-width:768px) {
    table.woocommerce-checkout-review-order-table .product-name {
    width: 100%;
}
}

#wpmc-back-to-cart, #wpmc-prev {
	background-color: transparent;
	color: black;
	padding-left: 0px;
}

#wpmc-back-to-cart:hover, #wpmc-prev:hover {
	text-decoration:underline;
}

#wpmc-next {
	background-color: #0f834d;
}

#wpmc-next:hover {
	background-color: #12a557;
}


.mc4wp-checkbox-woocommerce label, #customer_details > div.col-1 > div.woocommerce-billing-fields > p > label {
    font-size: 14px;
    font-weight: normal;
}

div.woocommerce-additional-fields {
    margin-top: 20px;
}

div.comment_container {
	padding-top: 10px;
	padding-right: 10px;
	background-color: #f7f7f7;
}

div.comment-text div.star-rating {
    font-size: 23px !important; 
}

.star-rating span:before, .star-rating:before {
    font-weight: bold !important;
}



div.product-rating {
	display: none !important;
}

.woocommerce-tabs {
	padding-top: 0px !important;
    overflow: visible;
}


.tagged_as {
    font-size: 16px;
}



/* Templates Page */
#post-127 > header {
    display: none !important;
}

#wpc-templates-list img {
    width: auto;
}

@media (max-width: 767px) {

header.templates-mobile-header > h1 {
    margin-top: 40px;
    font-size: 20px;
}

[class*='wpc-col-'] {
    width: 47%;
    float: left !important; 
    margin-left: 1%;
    margin-right: 1%;
    padding-right: 0px;
}

.wpc-grid-pad {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}

}

#wpd-cliparts-search {
    display: none;
} 

.clipart-img img {
    width: auto !important;
    height: 100% !important;
}

.wpd-cliparts-container img, #wpd-search-cliparts-results img {
    max-height: none !important;
}

div.storefront-breadcrumb {
    display: none !important;
}

/* UPLOAD ARTWORK FIX */


h4.omodal-title {
    font-size: 16px;
    text-transform: none;
    text-align: center;
}

div.omodal-header {
    border-bottom: none;
}

p#upload-artwork-text {
    color: black;
    font-size: 14px;
}

/* CUSTOM DESIGN TOOL */

#wpc-tools-box-container .drop a {
    text-transform: none !important;
    cursor: pointer;
}

#star6, #star7, #star8, #star9, #star10 {
    display: none !important;
}

div#display_ofb > #form > div > textarea {
    width: 100%;
    height: 80px;
}

.formbuilt div label {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

p.after-form-mobile, p.after-form-desktop {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

@media (min-width: 768px) {
    /* div#display_ofb, p.after-form-mobile {
        display: none;
    } */
}

@media (max-width: 768px) {
    span#grid-btn, span#copy_paste_btn, span#send_to_back_btn, span#bring_to_front_btn {
        display: none !important;
    }
    
    div#shapes, div#my-designs {
        display: none;
    } 
}

/* FOOTER */

.site-footer {
    padding-top: 15px;
    background-color: #ffffff;
}



@media (min-width: 768px) {
.footer-widgets {
    padding-top: 20px; 
}
}
.widget_nav_menu ul li::before {
    content: "\f0c1";
}

/* Archive Page / List / Tag / Category */

span.onsale {
    background-color: #d52026;
    color: #ffffff;
    border: 0px;
}

span.clothing-details {
    color: #333333;
}

  /* .wpc-editor-col.right {
    display: inline-block  !important;
  }
  .wpc-editor-col-2 {
    display: inline-block !important;
  } */
  div.wpc-editor-col {
    display: block  !important;
  }



/* MAX WIDTH 768px */

@media (max-width:768px) {


    .wpc-editor-col.right {
        display: table-footer-group !important;
      }
      .wpc-editor-col-2 {
        display: table-header-group !important;
      }
      .wpc-editor-col {
        display: table-row-group !important;
      }

    /* Redo and Clear All Remove */
    #clear_all_btn, #redo-btn {
        display: none !important;
    }


    /* Archive Page / List / Tag / Category */

    /* ul.products {
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(132px, 1fr)); 
    } */
    
     ul.products > li {
        /* margin-top: 10px; */
        margin-bottom: 0px !important; 
        
    } 

    a.woocommerce-LoopProduct-link.woocommerce-loop-product__link > picture > img {
        width: 170px;
    }

    a.woocommerce-LoopProduct-link.woocommerce-loop-product__link > img {
        width: 170px;
    }
	
	ul.product_list_widget {
		display: none;
	}
    
    

   
     ol.flex-control-nav > li:nth-child(1n+5) {
        display:none;
    } 
    
    p#breadcrumbs {
        font-size: 11px !important;
    } 
	
	.custom-logo {
		width: 120px;
		height: auto;
	}
	
	.woocommerce-currency-selector {
    margin-left: 20px;
    }   
    
   
    
    
    /* CUSTOM DESIGN TOOL 
    
    span#copy_paste_btn, span#redo-btn, div#shapes-panel {
        display: none !important;
    }
    
    #text-panel > div.AccordionPanelContent > div > div:nth-child(n + 6) {
        display: none !important;
    }
    
    #uploads-panel > div.AccordionPanelContent > div:nth-child(4) {
        display: none !important;
    }

    */
    
    /* REMOVE UPDATE BASKET BUTTON ON MOBILE */
    #post-51 > div.entry-content > div > form > table > tbody > tr:nth-child(2) > td > button {
        display: none;
    }

    a.instagram-link-desktop {
        display:none;
    }

}

/* CHECKOUT AND BASKET OPTIMIZATION */

.wc-proceed-to-checkout .button.checkout-button, #place_order {
    background-color: #0f834d;
}

.wc-proceed-to-checkout .button {
    margin-bottom: 10px;
} 

div.wc-proceed-to-checkout {
    margin-bottom: 0px;
}

div.cart-review {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
}

div.security-badge {
    margin-bottom: 10px;
}

div.security-badge > a > img {
    padding-top: 5px; 
    margin-left: auto;
    margin-right: auto;
}

.cross-sell-cta {
    font-weight: bold;
    color: #002B50;
}

.free-shipping-mobile p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    
}

@media (min-width: 768px) {
    .free-shipping-mobile, .cross-sell-mobile {
        display: none;
    } 
    
}



/* CART PAGE */

/* Redesign */

dl.variation{
    display: none;
}

.cart-header-checkout {
    float: right;
    margin-right: 5%;
    font-weight: 400;
    height: 30px;
    padding-top: 3px;
    font-size: 14px;
}
div.storefront-handheld-footer-bar.cart-sticky{
    text-align: center;
}

a.cart-handheld-checkout {
    width: 50%;
    background-color: #0D834D;
    color: white;
    font-weight: bold;
    text-decoration: none !important;
    display: block;
    padding-top: 10px;
    /* margin: auto; */
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .cart-above-the-fold-left {
        width: 60%;
        float: left;
    }
    .cart-above-the-fold-right {
        width: 39%;
        float: right;  
        
    }
    #post-51 > div.woocommerce {
        margin-bottom: 20% !important;
    }

    div.cart_totals {
    position:fixed; 
    margin-right: 5%;
    
    }
    
}

@media (max-width: 768px) {
    .cart-above-the-fold-left {
        width: 100%;
    }
    .cart-above-the-fold-right {
      
    }

    .below-header-info-left {
        width: 39%;
        float: left;
    }
    .below-header-info-right{
        width: 59%;
        float: right;  
    }
}

a.edit-link {
    margin-left: 40%;
    margin-top: 10%;
}

table.cart .product-thumbnail img {
    max-width: 200px;
    padding-bottom: 5%;
}

table.cart .product-thumbnail img:hover {
    cursor: zoom-in;
}

table > tbody > tr > td.product-name > a, a.edit-link {
    text-decoration: none !important;
    font-weight: normal;
}

table > tbody > tr > td.product-name > a:hover, a.edit-link:hover {
    text-decoration: underline !important;
}

ul#shipping_method > li {
    display: inline-block;
}

a.remove::before {
    color: #C4C4C4;
    font-weight: 400;
}

a.remove {
    color: #C4C4C4;
}

div.cross-sell-mobile >  ul > li > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link > img {
    max-width: 76px;
    margin-left: -65%;
    margin-top: 5%;
    display: inline-block;
}

/* STEPS */

#post-51 > header > h1 {
    display: none;
} 

@media (min-width:768px) {
    #post-51 > header {
    margin-bottom: 25px;
}
}
@media (max-width:768px) {
    #post-53 > header > h1, .cross-sells, .checkout-review {
        display: none;
    }
    
    table.cart {
        margin-bottom: 0px;
    }

    .cross-sell-mobile {
        padding-bottom: 15px;
        border-bottom: 1px solid lightgray;
    }
    .woocommerce-cart-form {
        margin-bottom: 0px;
    }
}
#msform {
    text-align: center;
    position: relative;
    width: 110%;
    right: 5%;
}

#progressbar {
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    width: 100%;
    font-family: Roboto, sans-serif;
    margin-left: 0px;
    margin-top: 5%;
}

#progressbar li {
    list-style-type: none;
    color: #383838;
    font-size: 12px;
    width: 33.3%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 14px;
    color: #383838;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: rgb(224, 224, 224);
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.completed:before, #progressbar li.completed:after {
    background: #0F834D;
    color: white;
}

#progressbar li.current:before {
    background: white;
}

/* CART TABLE */

button[name="apply_coupon"] {
    background: #E5E5E5;
    font-weight: 400;
    color: #383838;
    width: 100%;
}

@media (max-width:768px) {

#post-51 > div > div > form > table > tbody > tr > td.product-thumbnail {
    display: inline-block !important;
}

#post-51 > div > div > form > table > tbody > tr > td.product-name {
    font-size: 12px;
}

#post-51 > div > div > form > table > tbody > tr >td.product-name, td.product-quantity, td.product-subtotal {
    display: inline-block !important;
}

#post-51 > div > div > form > table > tbody > tr > td.product-price {
    display: none !important;
}



td.actions {
    text-align: center !important;
}



table.cart td.actions .coupon {
    padding-bottom: 0px;
    border-bottom: 0px;
}



.wc-proceed-to-checkout .button.checkout-button {
    font-size: 20px;
    
}

/* CHECKOUT PAGE */

@media (max-width:768px) {
    .woocommerce-info {
        font-size: 14px;
    }
}

#order_review > table > tbody > tr > td.product-name > span > a.button,
#order_review > table > tbody > tr > td.product-name > a.button.alt,
#post-51 > div > div > form > table > tbody > tr > td.product-name > span > a.button,
#post-51 > div > div > form > table > tbody > tr > td.product-name > a.button.alt {
    display: inline;
    background: white;
    color: #383838;
    text-decoration: underline;
}




#wc_gateway_bluesnap_cc-cc-form > div > table > tbody > tr:nth-child(1) > td:nth-child(1),
#wc_gateway_bluesnap_cc-cc-form > div > table > tbody > tr:nth-child(2) > td:nth-child(1),
#wc_gateway_bluesnap_cc-cc-form > div > table > tbody > tr:nth-child(3) > td:nth-child(1)
{
    display:none;
}

#wc_gateway_bluesnap_cc_exp_month, #wc_gateway_bluesnap_cc_exp_year {
    width: 45%;
    display: inline-block;
}

}

@media (min-width:768px) { 

    .col-1 {
        float: left;
        width: 40%;
    }
    .col-2 {
        float: right;
        width: 55%;
    }

    

    #progressbar {
        display: none;
    }
    
    div.wpmc-steps-wrapper {
        width: 50%;
        margin-left: 25%;
    }

    div.cart-checkout-first {
        display: none;
    }

    a.instagram-link-mobile {
        display:none;
    }

}

/* ACCOUNT PAGE OPTIMIZATION */

th.order-status > span.nobr {
    font-weight: bold;
    text-transform: uppercase;
}

div.woocommerce-privacy-policy-text {
    display:none;
}

#product-22841 > div.summary.entry-summary > form > table > tbody > tr > td.value > div.tawcvs-swatches > span {
    width: 150px !important;
    height: auto;
    box-shadow: none;
    pointer-events: none;
}

#product-69393 > div.summary.entry-summary > form > table > tbody > tr > td.value > div.tawcvs-swatches > span.swatch-label {
    width: 150px !important;
    height: auto;
}

/* CONTACT PAGE */

.su-spoiler-title {
    font-size: 18px !important; 
}

/* BADGES */

span.badge-x, span.badge-question-mark {
    background-color: #333333 !important;
}

span.badge-check, span.count-green {
    background-color: #0f834d !important;
}


/* HANDHELD */ 

.storefront-handheld-footer-bar {
    height: 72px;
    padding-top: 10px;
}

.storefront-handheld-footer-bar ul li > a {
    text-indent: 0px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    
}

.storefront-handheld-footer-bar ul li.account > a:before {
	content: ' ';
    
    display: block;
    background-size: 26px 26px;
    height: 26px;
    width: 26px;
    margin-left:40%;
    margin-top: 3%;

    background-color: #777777;
    -webkit-mask-image: url(icons/designs.svg);
    mask-image: url(icons/menu.svg);
    
}



.storefront-handheld-footer-bar ul li.home > a:before {
	content: ' ';
    
    display: block;
    background-size: 26px 26px;
    height: 26px;
    width: 26px;
    margin-left:40%;
    margin-top: 3%;

    background-color: #777777;
    -webkit-mask-image: url(icons/home.svg);
    mask-image: url(icons/home.svg);
}

.storefront-handheld-footer-bar ul li.cart > a:before {
	content: ' ';
   
    display: block;
    background-size: 26px 26px;
    height: 26px;
    width: 26px;
    margin-left:40%;
    margin-top: 3%;

    background-color: #777777;
    -webkit-mask-image: url(icons/cart.svg);
    mask-image: url(icons/cart.svg);
    
}

.storefront-handheld-footer-bar ul li.basket > a:before {
	content: ' ';
   
    display: block;
    background-size: 26px 26px;
    height: 26px;
    width: 26px;
    margin-left:40%;
    margin-top: 3%;

    background-color: #777777;
    -webkit-mask-image: url(icons/basket.svg);
    mask-image: url(icons/basket.svg);
    
}


.storefront-handheld-footer-bar ul li.menu > a:before {
	content: ' ';
    /* background-image: url('icons/menu.svg'); */
    display: block;
    background-size: 26px 26px;
    height: 26px;
    width: 26px;
    margin-left:40%;
    margin-top: 3%;

    background-color: #777777;
    -webkit-mask-image: url(icons/menu.svg);
    mask-image: url(icons/menu.svg);
    
}

.storefront-handheld-footer-bar ul li > a > span {
    font-size: 11px;
    position: fixed;
    margin-right: 10%;
    margin-top: 8%;
    text-indent: -95%;
    color: #777777;
}

.storefront-handheld-footer-bar ul li.stickers > a:before {
    content: "\f075";
}

.storefront-handheld-footer-bar ul li .count,
.storefront-handheld-footer-bar ul li .count-green,
.storefront-handheld-footer-bar ul li .badge-x,
.storefront-handheld-footer-bar ul li .badge-check,
.storefront-handheld-footer-bar ul li .badge-question-mark {
    color: #ffffff;
    border-color: #ffffff;
    text-indent: 0;
    display: block;
    width: 1.85em !important;
    height: 1.85em !important;
    line-height: 2;
    box-sizing: content-box;
    font-size: .65em !important;
    position: absolute;
    top: .875em;
    left: 50%;
    border-radius: 100%;
    border: 1px solid;
}

