


.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {

    background:darkslategray !important;

    background-color:darkslateblue !important;

    color:white !important;

    text-shadow: transparent !important;

    box-shadow: none;

    border-color:#ca0606 !important;

}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {

    background: darkslategray !important;

    color:white !important;

    text-shadow: transparent !important;

    border-color:#ca0606 !important;

}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {

    background: darkslategray !important;

    box-shadow: none;

    background-color:darkslategray !important;

    color:white !important;

    text-shadow: transparent !important;

    border-color:#ca0606 !important;

}

@media only screen and (max-width: 767px) {
    .site-header {
        background-image: none !important;
    }

    /* Landing COLORBOX*/
    .cb-landing-content {
        width: 100%;
        height: 100%;
        overflow: overlay;
        /*min-height: 290px;*/
        /*!*min-width: 576px;*!*/
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        /*transform:translate(0, 70%);*/
        /*border-radius: 10px;*/
    }
    .colorbox-body {
        height: 100%;
    }

    .container {
        padding-top: 30%;
    }
}

@media only screen and (min-width: 768px) {
    /* Landing Colorbox */
    .cb-landing-content {
        width: 100%;
        height: auto;
        min-height: 290px;
        min-width: 576px;
        margin-left: auto;
        margin-right: auto;
        transform:translate(0, 7em);
        border-radius: 10px;
    }
    .colorbox-body {
        height: 100%;
    }
}

/* Landing COLORBOX*/
.cb-landing-content {
    background-color: #fffffc;
    /*font-family: RobotoCondensed !important;*/
    text-transform: initial !important;
    color: #2f4f4f;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0 !important;
}

.colorbox-body {
    background-color: rgba(47, 79, 79, 0.8);
    overflow: auto;
}

.cb-landing-method-container {
    line-height: normal;
    text-align: left;
    text-transform: none;
    border: none;
    width: auto;
    height: auto;
    display: block;
    text-transform: none;
    letter-spacing: normal;
    padding: 0;
    max-width: none;
    width: auto;
    height: 200px;
    border: 1px solid #2f4f4f;
    background-size: cover;
    position: relative;
    transition: border-color .1s linear,box-shadow .1s linear;
    opacity: .8;
    background-color: #D6CCC5;
    margin: 0 15px 30px 15px !important;
    border-radius: 10px;
}

.cb-landing-method-container .cb-landing-icon-image {
    position: relative;
    transition: box-shadow .1s linear;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    border-bottom: 1px solid #2f4f4f;
}
.cb-landing-method-container i {
    font-size: 82px!important;
    transition: color .1s linear;
    /*color: #6f001d;*/
    color: #2f4f4f;
}

.cb-landing-method-container:hover i {
    font-size: 82px!important;
    transition: color .1s linear;
    /*color: #6f001d;*/
    color: #D6CCC5;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cb-landing-method-container .cb-landing-icon-title {
    /* height: 100%; */
    display: flex;
    justify-content: center;
    -webkit-flex-align: flex-start;
    /* align-items: flex-start; */
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding-top: 1em;
}

.cb-landing-method-container .cb-landing-icon-title h2 {
    color: #2f4f4f;
    font-size: 30px!important;
    /* border-bottom: 1px solid grey; */
    padding-bottom: 5px;
    margin: 0 0 10px 0!important;
    transition: color .1s linear,border-color .1s linear;
}

.cb-landing-method-container .cb-landing-icon-title p {
    color: #2f4f4f;
    font-size: 18px!important;
    font-weight: 400;
    line-height: 1.1!important;
    padding: 0!important;
    margin: 0 !important;
}
.site-header {
    border-bottom-color: #f0f0f0;
    position: unset;
}

img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: 90%;
}

.cb-landing-method-container .cb-landing-icon, .cb-landing-method-container:hover .cb-landing-icon-hover {
    display: block;
}

.cb-landing-method-container:hover .cb-landing-icon, .cb-landing-method-container .cb-landing-icon-hover {
    display: none;
}

.cb-landing-method-container:hover {
    background-color: #2f4f4f;
}

.cb-landing-method-container:hover .cb-landing-icon-title h2, .cb-landing-method-container:hover .cb-landing-icon-title p {
    color: #D6CCC5;
}

.cb-landing-title {
    padding: 10px 0;
}
.cb-landing-title > h2 {
    font-size: 1.5em;
    color: #2f4f4f;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 100% !important;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 100% !important;
}

#cb-landing-postcode-row {
    padding-bottom: 2em !important;
}

.cb-landing-title-error {
    color: red !important;
}

.cb-landing-cp-error {
    color: red !important;
}

.hide {
    display: none !important;
}

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0 !important; left:0; z-index:9999; overflow:hidden;}

#cb-landing-btn {
    float: right;
    background-color: #2f4f4f;
    color: #D6CCC5 !important;
}

#cb-landing-btn:hover {
    background-color: #D6CCC5;
    color: #2f4f4f !important;
}

.checkout-landing-btn {
    /*float: right;*/
    background-color: #2f4f4f;
    color: #FFFFFF !important;
    padding: 1em;
    margin-bottom: 1em;
}

.checkout-landing-btn:hover {
    background-color: #D6CCC5;
    color: #2f4f4f !important;
}

#cboxClose {
    display: none !important;
}
#cb-landing-cp-valid {
    display: none;
}

#cb-landing-cp-error {
    display: none;
    color: red;
}

.cb-landing-cp-error-row {
    padding-top: 2em;
}

#cb-landing-cp {
    outline-color: #2f4f4f;
}

#order_review_heading {
    margin-bottom: 2em;
}

.ics-landing-checkout-row-btn {
    margin: 2em 0 2em 0;
}
.woocommerce-additional-fields {
    display: none;
}

.ics_timeout_table_orders {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.ics_timeout_preparacion {
    background-color: #1163F5 !important;
}
.ics_timeout_preparado {
    background-color: #00EA3E !important;
}
.ics_timeout_engregado {
    background-color: #F0960D !important;
}
.woocommerce-loop-category__title, .woocommerce-loop-product__title{
    position: relative;
    margin-bottom: auto;
    flex-grow: 1;
    text-align: left;
    width: calc(100% - 100px);
    float: left;
}

/** Posicionamiento de la imagen */
.woocommerce-LoopProduct-link>img {
    float: right;
    display:inline-block;
    vertical-align:middle;
    margin-right: 3px;
}
.ics-image-left>.woocommerce-LoopProduct-link>img {
    float: none;
}
.ics-image-left>.woocommerce-LoopProduct-link>.woocommerce-loop-product__title {
    float: right;
}
.ics-image-top>.woocommerce-LoopProduct-link>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    padding-right: 15px;
    background-color: transparent;
    margin-bottom: 5px;
}
.ics-image-top>.woocommerce-LoopProduct-link>.woocommerce-loop-product__title {
    float: none;
    width: 100%;
}

li {
    height: 100%;
    margin-bottom: 0px !important;
    justify-content: center;
    text-align: center;
    background-color: white;
    border-bottom: none;
    border-top: solid 1px lightgray;
}
li.loop_category_name {
    width: 100%;
    height: 100%;
    justify-content: center;
    text-align: left;
    background-color: transparent;
    border-top: none;
    border-bottom: none;
    border-top: solid 1px lightgray;
    clear: both !important;
    padding-top: 10px;
    padding-bottom: 10px !important;
    font-weight: bold;
}
.woocommerce-LoopProduct-link .woocommerce-loop-product__link{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: stretch;
    padding-left: 15px;
}
.hidden {
    display: none;
}
.wpml-ls-slot-shortcode_actions {
    background: transparent;
    border: none;
    margin-top: -20px !important;
}
.wpml-ls-statics-shortcode_actions{
    padding-top: 0px;
    padding-bottom: 0px;
}
.wpml-ls .wpml-ls-native {
    display: none;
}
.wpml-ls .wpml-ls-display {
    display: none;
}

@font-face{
    font-family:'YellowDesignStudio-Regular';src:url('/wp-content/themes/ics-basic/assets/fonts/skins/timeout/YellowDesignStudio-ThirstyRoughReg.otf') format('opentype');
}
@font-face{
    font-family:'YellowDesignStudio-Bold';src:url('/wp-content/themes/ics-basic/assets/fonts/skins/timeout/YellowDesignStudio-ThirstyRoughBol.otf') format('opentype');
}
@font-face{
    font-family:'Franklin-Gothic';src:url('/wp-content/themes/ics-basic/assets/fonts/skins/timeout/Franklin-Gothic-Std-Extra-Condensed_18537.ttf') format('opentype');
}
@font-face{
    font-family:'ITCFranklinGothicStd';src:url('/wp-content/themes/ics-basic/assets/fonts/skins/timeout/ITCFranklinGothicStd-Book.otf') format('opentype');
}
nav.secondary-navigation {
    display: none;
}
.site-search {
    display: none;
}
.woocommerce .hidden {
    display: block;
}
.storefront-breadcrumb {
    display: none;
}
footer#colophon {
    display: none;
}
.page-id-6 .site-header .custom-logo-link img,.page-id-534 .site-header .custom-logo-link img,.page-id-519 .site-header .custom-logo-link img {
    width: 100%;
    max-width: 210px;
}
a.added_to_cart.wc-forward {
    display: none;
}
.site-content::before, .site-content::after {
    display: none !important;
}
.storefront-primary-navigation{
    display:none;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions {
    display: none;
}
.cart-collaterals table.shop_table.shop_table_responsive, .cart-collaterals h2{
    display: none;
}

body {
    background-color: #ffe600;
    max-width: 800px;
    margin: auto;
}
.site-header .custom-logo-link img {
    width: 100%;
    max-width: 160px;
}
header#masthead {
    background: none;
    border: none;
    margin-bottom: 5%;
}
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none;
}
div#ics_category_nav_div {
    display:none
}
td.product-subtotal span.woocommerce-Price-amount.amount {
    display: none;
}
.page-id-6 header.entry-header,.page-id-519 header.entry-header,.page-id-534 header.entry-header, .page-id-15750 header.entry-header, .page-id-16880 header.entry-header, .page-id-17010 header.entry-header {
    display: none;
}
.page-id-15750 p, .page-id-16880 p, .page-id-17010 p {
    color: black;
    font-family: 'ITCFranklinGothicStd';
    text-decoration: none;
    text-transform: none;
    font-weight: 600;
    font-size: 20px;
}
body.page.page-id-6,body.page.page-id-534,body.page.page-id-519 {
    background-image: url(/wp-content/uploads/2025/01/Foto_Home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
p.homepage_title {
    color: white;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    width: 80%;
    margin: auto;
    text-align: center;
    font-weight: 100;
    font-size: 30px;
    margin-top: 0%;
    font-family: Franklin-Gothic;
}
p.homepage_text {
    color: white;
    font-style: normal;
    text-decoration: none;
    width: 80%;
    margin: auto;
    text-align: center;
    font-weight: normal;
    font-size: 19px;
    text-transform: none;
    margin-top: 10%;
    font-family: 'ITCFranklinGothicStd';
}
p.homepage_cta {
    color: black;
    font-style: normal;
    text-decoration: none;
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 15%;
    text-transform: none;
    font-size: 24px;
    font-family: 'YellowDesignStudio-Regular';
}
p.homepage_button {
    color: white;
    text-decoration: none;
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 10%;
    text-transform: uppercase;
    font-size: 22px;
    font-style: normal;
    background: black;
    padding: 20px;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.homepage_button a {
    color: white;
}
.site-branding {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}
img.custom-logo {
    margin: auto;
}
h1.entry-title {
    color: #000000;
    font-size: 36px;
    text-decoration: none;
    font-family: 'YellowDesignStudio-Bold';
    text-transform: none;
    line-height: 50px;
}
li.loop_category_name {
    display: none;
}
li.ics-image-right.product.type-product {
    width: 100% !important;
    margin-right: 0 !important;
    background: #ffe600;
    height: auto;
    border-top: 0;
    border-bottom: black 2px solid;
    padding-bottom: 10px;
    min-height: 140px;
}
.woocommerce-LoopProduct-link {
    text-align: left;
    width: 100%;
    padding-left: 15px;
}
h2.woocommerce-loop-product__title {
    float: left;
    color: #FFF !important;
    font-weight: 600 !important;
    width: 40%;
    margin-left: 43%;
    position: absolute;
    height: 90px;
    overflow: hidden;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #000000 !important;
    float: right;
    width: 34px;
    height: 34px;
    border-radius: 100px;
    overflow: hidden;
    bottom: 6px;
    position: absolute;
    right: 0;
    padding: 0 !important;
    font-size: 24px;
    padding-top: 0px !important;
}
a.button.product_type_variable {
    background: #000000 !important;
    float: right;
    border-radius: 100px;
    overflow: hidden;
    bottom: 6px;
    position: absolute;
    right: 0;
    font-size: 24px;
}
.product-type-simple span.price, .product-type-composite span.price  {
    position: absolute;
    right: 0;
    width: auto !important;
    color: #000000 !important;
    font-weight: 500 !important;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    float: left;
    position: absolute;
    left: 0;
    width: 40%;
    height: auto;
    display: block;
    position: relative;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    padding: 0;
}
span.loop-short-description {
    text-transform: none;
    color: #FFF;
    font-weight: 100;
    font-family: 'ITCFranklinGothicStd';
}
tr.woocommerce-cart-form__cart-item.cart_item a.remove, tr.woocommerce-cart-form__cart-item.cart_item .product-remove {
    display: none;
}
table.shop_table_responsive tr td[data-title]::before{
    content:none
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
    background: none;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    display: none;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
    background: none;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100%;
    max-width: 100% !important;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-thumbnail {
    float: left;
    left: 0;
    width: 33%;
    height: auto !important;
    position: relative;
    padding: 0 !important;
    min-width: 33%;
    min-height: 70px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-name {
    color: #FFF !important;
    font-weight: 100 !important;
    width: 34%;
    margin-left: 3%;
    height: 50px;
    overflow: hidden;
    text-align: left !important;
    padding: 0 !important;
    display: inline-block !important;
    position: relative;
    text-transform: uppercase;
    font-family: Franklin-Gothic;
    font-size: 20px;
    height: auto;
    max-height: 50px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-name a {
    color: white;
}
tr.woocommerce-cart-form__cart-item.cart_item {
    border-bottom: black 2px solid;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-price {
    height: auto;
    overflow: hidden;
    text-align: left !important;
    padding: 0 !important;
    display: inline-block !important;
    margin-left: 3%;
    margin-top: 0%;
    color: black !important;
    font-weight: 300 !important;
    top: -30px;
    width: 36% !important;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-quantity {
    color: #FFF !important;
    font-weight: 600 !important;
    height: auto;
    overflow: hidden;
    text-align: left !important;
    padding: 0 !important;
    display: inline-block !important;
    margin-top: -40px;
    width: 27%;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-quantity input {
    float: right;
    background: none;
    color: white;
    padding: 0 !important;
}
a.checkout-button.button.alt.wc-forward {
    position: fixed;
    bottom: 0px;
    margin: 10%;
    background-color: black !important;
    border-radius: 100px;
}


.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
.product_meta {
    display: none;
}
.product-type-simple h1.product_title.entry-title, .product-type-composite h1.product_title.entry-title {
    width: 72%;
    float: left;
    color: white;
    line-height: 36px;
    text-transform:uppercase;
    font-family: Franklin-Gothic;
    letter-spacing: 0.1px;
}
.product-type-simple p.price, .product-type-composite p.price {
    display: inline-block;
    float: right;
    width: auto;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    color: black;
    text-decoration: none;
    font-weight: 600;
    font-family: 'ITCFranklinGothicStd';
    padding-right: 9px;
}
.product-type-simple .woocommerce-product-details__short-description, .product-type-composite .woocommerce-product-details__short-description, .product-type-variable .woocommerce-product-details__short-description {
    float: left;
    color: white;
}
.product-type-simple .woocommerce-product-details__short-description p, .product-type-composite .woocommerce-product-details__short-description p, .product-type-variable .woocommerce-product-details__short-description p {
    text-decoration: none;
    text-transform: none;
    font-family: 'ITCFranklinGothicStd';
    font-weight: 100;
    font-size: 20px;
}
.product-type-simple button.single_add_to_cart_button.button.alt, .product-type-composite button.single_add_to_cart_button.button.alt {
    position: fixed;
    bottom: 0;
    margin: 10%;
    width: 80%;
    left: 0;
    background-color: black !important;
    border-radius: 100px;
    text-transform: uppercase;
    font-family: Franklin-Gothic;
    font-weight: 100;
    font-size: 30px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 5%;
}
.product-type-simple nav.storefront-product-pagination, .product-type-composite nav.storefront-product-pagination {
    display: none;
}
.product-type-simple .product_meta, .product-type-composite .product_meta {
    display: none;
}
.product-type-simple .woocommerce-tabs.wc-tabs-wrapper, .product-type-composite .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
.product-type-simple a.woocommerce-product-gallery__trigger, .product-type-composite a.woocommerce-product-gallery__trigger {
    display: none !important;
}
.product-type-simple input, .product-type-composite input {
    background: none;
    color: white;
    padding: 0 !important;
    /*width: 30px !important;*/
    margin: 5%;
    display: inline-block;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 6%;
}
.product-type-simple form.cart .quantity, .product-type-composite form.cart .quantity {
    width: 100%;
    margin-right: 0 !important;
}
input[type="number"]:focus{
    background: none;
    box-shadow:none !important;
    outline-color: transparent !important;
}

.col-resurants {
    width: 46%;
    padding: 2%;
    float: left;
    display: inline-block;
    margin: auto;
}
figure.restaurant-image img {
    border-radius: 10px;
    height:auto;
}
span.restaurant_text {
    color: white;
    padding: 11px;
    float: left;
    width: 100%;
    font-family: 'Franklin-Gothic';
    padding-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
}
span.restaurant_subtext {
    color: black;
    padding-left: 11px;
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: 'ITCFranklinGothicStd';
}
p.intro-restaurants {
    color: white;
    text-decoration: none;
    text-transform: none;
    font-size: 22px;
    font-weight: 100;
    font-family: 'ITCFranklinGothicStd';
}

.input-group-button {
    float: left;
    display: inline-block;
    margin-left: 30%;
    margin-top: 2%;
}
button.button.hollow.circle {
    border-radius: 50%;
    height: 30px !important;
    background-color: black !important;
    line-height: 21px;
    width: 30px;
    padding: 0;
    text-align: center;
}
button.button.hollow.circle p {
    text-decoration: none;
    font-size: 42px;
    margin-bottom: 0;
    width: 30px;
    height: 30px;
}
img.map_icon_top, img.back_icon_top, img.restaurants_icon_top {
    width: 45px;
    position: absolute;
    top: 1.618em;
    height: 45px;
    left: 1.41575em;
    /*margin-left: 1.41575em;*/
}
img.lang_icon_top, img.cart_icon_top {
    width: 45px;
    position: absolute;
    top: 1.618em;
    height: 45px;
    right: 1.41575em;
    /*margin-right: 1.41575em;*/
}

span.leyenda_list_item {
    display: block;
}
figure.wp-block-image.size-large.is-resized.mapa_market {
    margin-left: -1.41575em;
    width: calc(100% + 1.41575em + 1.41575em);
}
.leyenda_column {
    width: 49%;
    color: white;
    display: inline-block;
}
.leyenda_container {
    width: 113%;
    margin-left: 6%;
    border: 2px solid black;
    padding: 9px;
    padding-right: 12%;
}
.page-id-16838 h1.entry-title, .page-id-16901 h1.entry-title,.page-id-16904 h1.entry-title{
    display: none;
}
.language_selector {
    background: black;
    width: 70px;
    display: inline-block;
    border-radius: 6%;
    top: 5.3em;
    position: absolute;
    right: 1.618em;
    display: none;
}
.dropdown-triangle {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid black;
    top: -7px;
    position: absolute;
    right: 10px;
}
.language_selector p {
    text-align: center;
    color: white;
    text-decoration: none;
    width: 80%;
    margin: auto;
    font-size: 22px;
    border-bottom: 2px solid white;
}
.language_selector a {
    color: white;
}
tr.woocommerce-cart-form__cart-item.cart_item .input-group-button {
    margin: 0;
    width: auto;
}
.summary .plus_side {
    margin-right: 33%;
    float: right;
    margin-left: 0;
}
form.woocommerce-cart-form td.product-quantity {
    float: right;
    width: 24% !important;
    margin-top: -75px !important;
}
.woocommerce-cart-form .input-group-button {
    margin: 0%;
}
tr.woocommerce-cart-form__cart-item.cart_item .input-group-button .circle p {
    font-size: 25px;
    width: 20px;
    height: 20px;
    padding-top: 2px;
}
.woocommerce-cart-form input.qty {
    width: 30px !important;
    display: inline-block;
    float: left !important;
    margin-top: -2px;
}
tr.woocommerce-cart-form__cart-item.cart_item .input-group-button .circle {
    width: 20px;
    height: 20px !important;
    line-height: 12px;
}
.blockUI.blockOverlay{
    display:none !important
}
.wc-forward::after, .woocommerce-Button--next::after{
    display:none;
}
.woocommerce-message {
    display: none;
}
.page-id-8 h1.entry-title, .page-id-532 h1.entry-title, .page-id-547 h1.entry-title{
    color: white;
    font-family: Franklin-Gothic;
    text-transform: uppercase;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 30px;
}
.woocommerce-billing-fields h3 {
    color: white;
    font-size: 22px;
    font-family: ITCFranklinGothicStd;
}
.woocommerce-billing-fields label {
    color: white;
    font-size: 22px;
    font-family: ITCFranklinGothicStd;
    text-transform: none;
    font-weight: 100 !important;
}
.woocommerce-billing-fields abbr.required, .required{
    /*display:none*/
    color:white;
    text-decoration: none;
}
.woocommerce-billing-fields input {
    background-color: #595959 !important;
    color: white;
    border-radius: 5px;
}
h3#order_review_heading {
    padding-right: 15px;
    padding-left: 15px;
    color: white;
    font-family: ITCFranklinGothicStd;
    font-size: 22px;
    margin-bottom: 11px;
    float: left;
}
div#order_review thead, tr.cart-subtotal, ul.wc_payment_methods.payment_methods.methods {
    display: none;
}
#order_review tbody {
    background-color: #595959;
    border-radius: 10px;
}
div#order_review td {
    color: white;
    background: transparent;
    width: 10%;
    padding-left: 0;
    padding-bottom: 15px;
    padding-top: 0;
}
div#order_review {
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    width: 92%;
    background: transparent;
}
#order_review td.product-name {
    width: 90%;
    padding-right: 0;
    padding-left: 0.6180469716em;
}
span.woocommerce-Price-amount.amount {
    color: black;
}
tr.order-total {
    background-color: #595959;
}
tr.order-total th {
    background-color: #595959;
    border-top: 2px solid black;
    color: white;
}
tr.order-total td {
    border-top: 2px solid black;
    padding-top: 1em !important;
}
div#order_review table {
    margin-bottom: 0;
    padding-top: 15px;
    background-color: #595959;
}
#payment .place-order {
    margin-top: 0;
    background-color: #ffe600;
    color: white;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce-privacy-policy-text p {
    text-decoration: none;
    font-weight: 100;
    font-family: 'ITCFranklinGothicStd';
    font-size: 14px;
}
.woocommerce-privacy-policy-text a {
    color: white;
}
button#place_order {
    width: 80%;
    background-color: black !important;
    border-radius: 100px;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.input-group-button {
    float: left;
    display: inline-block;
    width: 40%;
    margin-top: 2%;

    margin-left: 0;
}
.minus_side button.button.hollow.circle {
    float: right;
}
.product-type-simple input.qty, .product-type-composite input.qty {
    width: 20%;
    margin: 0;
}

.summary .plus_side {
    float: right;
    margin-left: 0;
    margin-right: 0;
}

.custom_woocommerce-message {
    position: fixed;
    z-index: 10;
    width: 50%;
    background-color: #959595;
    border: none;
    margin: 25%;
    font-family: 'ITCFranklinGothicStd';
    text-align: center;
    top: 10%;
    padding: 5%;
    border-radius: 10px;
}
p#custom_woocommerce-text {
    font-family: 'ITCFranklinGothicStd';
    text-align: center;
    color: white;
    text-decoration: none;
    margin-bottom: 0;
}
tr.woocommerce-cart-form__cart-item.cart_item .product-price {
    margin: 0;
    width: auto;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-price {
    width: auto !important;
}
article#post-15750 .row, article#post-16880 .row, article#post-17010 .row{
    display:inline-block;
}
div#order_review td.product-total {
    text-align: right;
}
p.form-row.validate-required {
    text-decoration: none;
    font-family: 'ITCFranklinGothicStd';
    font-size: 14px;
}
a.woocommerce-terms-and-conditions-link {
    text-decoration: none !important;
    color: white;
    text-transform: uppercase;
}
div#customer_details {
    width: 100%;
}
.woocommerce-order p, label.ics_timeout_title, h2.woocommerce-order-details__title {
    color: white;
    text-transform: none;
    text-decoration: none;
    font-family: 'ITCFranklinGothicStd';
    font-weight: 100;
}
h2.woocommerce-order-details__title {
    font-family: 'Franklin-Gothic';
    font-size: 24px;
    text-transform: uppercase;
}
.wooopenclose-countdown-wrapper {
    color: #ffffff;
}
.woocommerce-checkout #order_review {
    background: transparent;
}
.woocommerce-privacy-policy-text a {
    font-weight: bold;
    text-decoration: underline;
    color: #ffffff;
}
.woocommerce-newsletter-text {
    text-decoration: none !important;
}
.woocommerce-newsletter-text label {
    text-decoration: none !important;
    font-weight: 100;
    font-family: 'ITCFranklinGothicStd';
    font-size: 14px;
}
.woocommerce-terms-and-conditions-checkbox-text a {
    font-weight: bold;
    text-decoration: underline !important;
    color: #ffffff;
}
.stock.out-of-stock {
    margin: 2em 0;
}
.woocommerce > p {
    color: #ffffff;
}
