/*
Theme Name: 	Savio Volpe
Theme URI: 		http://www.saviovolpe.com
Description: 	Savio Volpe WordPress Theme
Version: 		2.0
Author: 		Artiom Shostak
Author URI: 	https://artshostak.com
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2e0761");


@font-face {
    font-family: 'FuturaBT-Book';
    src: url('webfonts/2E0761_0_0.eot');
    src: url('webfonts/2E0761_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E0761_0_0.woff2') format('woff2'),url('webfonts/2E0761_0_0.woff') format('woff'),url('webfonts/2E0761_0_0.ttf') format('truetype');}

@font-face {
    font-family: 'FuturaBT-Heavy';
    src: url('webfonts/2E0761_1_0.eot');
    src: url('webfonts/2E0761_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E0761_1_0.woff2') format('woff2'),url('webfonts/2E0761_1_0.woff') format('woff'),url('webfonts/2E0761_1_0.ttf') format('truetype');
}


/* =============================================================================
   WordPress Core CSS Styles
   ========================================================================== */
   
.alignnone {margin:5px 20px 20px 0;}
.aligncenter,div.aligncenter {display:block;margin:5px auto 5px auto;}
.alignright {float:right;margin:5px 0 20px 20px;}
.alignleft {float:left;margin:5px 20px 20px 0;}
.aligncenter {display:block;margin:5px auto 5px auto;}
a img.alignright {float:right;margin:5px 0 20px 20px;}
a img.alignnone {margin:5px 20px 20px 0;}
a img.alignleft {float:left;margin:5px 20px 20px 0;}
a img.aligncenter {display:block;margin-left:auto;margin-right:auto;}
.wp-caption {background:#FFF;border:1px solid #F0F0F0;max-width:96%;padding:5px 3px 10px;text-align:center;}
.wp-caption.alignnone {margin:5px 20px 20px 0;}
.wp-caption.alignleft {margin:5px 20px 20px 0;}
.wp-caption.alignright {margin:5px 0 20px 20px;}
.wp-caption img {border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto;}
.wp-caption p.wp-caption-text {font-size:11px;line-height:17px;margin:0;padding:0 4px 5px;}


/* Add Bootstrap3 media query support in IE10 in Windows 8 and Windows Phone 8 */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


body, html {
	height: 100%;
}

body {	
	padding: 0;
	margin: 0;
    font-family: 'FuturaBT-Book';
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	line-height:24px;
	color:#000;
	background: URL(images/bgd.jpg) repeat;
    overflow-x:hidden;
}

input {
	outline:none;
}

a {
	color: #000;
	text-decoration:underline;
	outline:none;
}
a:hover {
    color: #874529;
	text-decoration:underline;
	outline:none;
}

p {
    font-weight: 400;
	padding-bottom:16px;
}
p strong {
	font-weight: 700;
}
p em {
	
}

h1, h2, h3, h4, h5, h6 {
    margin:0 0 6px 0;
    font-family: 'FuturaBT-Heavy';
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #000;
    text-transform:uppercase;
}

ul, ul li {
	margin:0;
	padding:0;
}


.nav>li>a {
    font-family: 'FuturaBT-Book';
    font-size:13px;
    line-height:13px;
    font-weight:600;
    letter-spacing: 2px;
    color:#874529;
    padding: 20px 12px 50px 0;
    text-transform:uppercase;
    text-decoration: none;
}
.nav>li>a:hover, .nav>li>a:focus {
    color:#000;
    background-color: transparent;
}
.nav>li>a:after {
    content: '|';
    padding-left:12px;
}
.nav>li:last-child>a:after {
    content: '';
}

.navbar-toggle {
    position:relative;
    float: left;
    width:103px;
    margin-top:20px;
}

#toggle-menu {	
	position:fixed;
	z-index:100;
	right:62px;
	top:50px;
	width:70px;
	cursor:pointer;
}

.menutxt {
	position:absolute;
    top:13px;
    right:0;
	color:#000;
    font-family: 'FuturaBT-Book';
	font-weight:600;
	font-size:18px;
	line-height:18px;
    letter-spacing: 1px;
}
.menuicon {
	float:left;
}

.navbar-toggle .icon-bar {
	width:26px;
	height:3px;
	margin-top:3px;
	background:#231f20;
}

.container {
    max-width:920px;
    border: 0px solid #ff0000;
}

#logo {
    margin-bottom:38px;
}

body.home #logo {
    margin-bottom:28px;
}

#tagline {
    padding-right:0!important;
}

#tagline p {
    font-family: 'FuturaBT-Book';
    font-size:18px;
    line-height:24px;
    font-weight:600;
    letter-spacing: 2px;
    color:#874529;
    padding: 0;
    text-transform:uppercase;
}

body.contact #tagline {
    margin-top: 20px;
}
body.contact #tagline p {
    font-family: 'FuturaBT-Book';
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color:#000;
}
body.contact #tagline a {
    font-size:17px;
    text-decoration:none;
}
body.contact #tagline a:hover,
body.contact #tagline a:focus {
    color:#874529;
}

#header {
    position: relative;
}

#osteria {
    position: absolute;
    top: 20px;
    right: 0;
    width:25px;
    height:140px;
    background:URL(images/osteria.png) no-repeat;
}
#map {
    position:relative;
    margin-top:-46px;
    margin-left:50px;
    margin-bottom:20px;
}

#menu-panel {
    position: absolute;
    top: 180px;
    left: 50%;
    margin-left:255px;
    z-index:10;
}

/*
body.foodmenu #menu-panel,
body.about #menu-panel {
    top:100px;
    right:48px;
}
body.foodmenu #menu-panel{
    z-index:10;
    right:72px;
}
*/

#wine-glass {
    position:absolute;
    top:-66px;
    left:-34px;
    width:55px;
    height:95px;
    background:URL(images/wineglass.png) no-repeat;
}

#menu-links {
    padding:20px 25px 15px 25px;
    background:#a8b6bb;
    background:rgba(197,203,200,.95);
}

#menu-links h1,
#menu-links p,
#menu-links li a {
    font-family: 'FuturaBT-Heavy';
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #000;
    padding: 0;
    text-transform: uppercase;
}

#menu-links ul {
    margin:25px 0;
}
body.foodmenu #menu-links ul {
    margin-bottom:0;
}

#menu-links li {
    list-style:none;
}

#menu-links li a {
    font-family: 'FuturaBT-Book';
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 4px;
    padding-bottom: 8px;
    color:#5e5e58;
}
#menu-links li.current_page_item a,
#menu-links li.active a {
    color:#000;
}
#menu-links li a:hover,
#menu-links li a:focus {
    color:#000;
}

#menu-links a {
    text-decoration: none;
}

#menu-links p a:hover,
#menu-links p a:focus {
    color: #874529;
}

#social {
    position:absolute;
    bottom:20px;
    right:90px;
}
#social li {
    float:left;
    margin-left:4px;
    list-style:none;
}
#social li a:hover,
#social li a:focus {
    opacity:.9;
}


#content {
    position:relative;
    margin-bottom:15px;
    padding:10px 56px 0 26px;
    border:1px solid #aba7a0;
}

#content h1 {
    margin-top:18px;
    margin-bottom:22px;
    font-family: 'FuturaBT-Heavy';
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #000;
    text-transform:uppercase;
}

#content p {
    margin-bottom:20px;
    font-family: 'FuturaBT-Book';
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 1px;
}

.glass {
    float:right;
    width:55px;
    height:95px;
    margin-top:60px;
    margin-right:30px;
    background:URL(images/wineglass.png) no-repeat;
}

#fox {
    position:absolute;
    top:75px;
    left:50%;
    margin-left:-870px;
    width:450px;
    height:192px;
    background:URL(images/fox.png) no-repeat;
}

#foxlogs {
    margin-top:100px;
    margin-bottom:20px;
}

body.contact #foxlogs {
    margin-top: 20px;
}

#foxsitting {
    margin-top:10px;
    margin-left: -80px;
}

#foxglass {
    margin-top:50px;
    margin-left:-50px;
}

#foxdinner {
    float:right;
    margin-top:-40px;
}

#chicken {
    position:absolute;
    top:5px;
    left:50%;
    margin-left:305px;
    width:334px;
    height:437px;
    background:URL(images/chicken.png) no-repeat;
}

#gallery {
    padding:0;
}
#slider {
    margin-left:15px;
}

#promos {
    padding:0;
}

.promo {
    width:100%;
    height:210px;
    border:1px solid #aba7a0;
    text-align:center;
    padding:20px 0;
    margin-bottom:15px;
}

.promo.booking {
    height:auto;
    padding:0;
}

.opentable .booking p,
.promo.booking p {
    color: #874529;
    width: 100%;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1px;
    font-weight:400;
    padding:5px 0;
    text-align:center;
}

.opentable-link {
    cursor:pointer;
}
.row.opentable .booking {
    display:none;
    position:relative;
    margin:15px 0 30px 0;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.row.opentable.active .booking {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.row.opentable .booking .close {
    position:absolute;
    top:10px;
    right:10px;
    width:15px;
    height:15px;
    cursor:pointer;
    z-index:10;
    opacity:1;
    background:URL(images/close.png) no-repeat;
}

.fancybox-overlay {
    background: url('images/fancybox_overlay.png');
}

.teams {
    border-top:1px solid #aba7a0;
    margin-top:30px;
    padding-top:30px;
}

h1.page-title {
    margin-bottom:30px;
    font-family: 'FuturaBT-Heavy';
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform:uppercase;
    color:#892d23;
    text-align:center;
}

.team {
    margin-bottom:40px;
}

.team img {
    width:100%;
}

.team h1 {
    margin:28px 0 16px 0;
    font-family: 'FuturaBT-Heavy';
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform:uppercase;
    color:#4f5c60;
}

div.foodmenu {
    margin-top:30px;
    padding:20px;
    border:1px solid #000;
}

div.foodmenu p {
    max-width:540px;
}

#footer {
    width:100%;
    margin: 20px 0 0 0;
    border-top:1px solid #aba7a0;
}

#footer p {
    padding: 20px 0 14px 0;
    font-family: 'FuturaBT-Book';
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align:center;
    color:#874529;
}

.flexslider,
.video {
    margin:20px 0;
}

.nopadding #slider {
    margin-left:0;
}

.flexslider li img {
    width:100%!important;
}

.nopadding {
    padding-left:0!important;
    padding-right:0!important;
}

a.checkout-button,
button.single_add_to_cart_button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    font-family: inherit;
    padding: .618em 1em;


    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    color:#874529;
    background-color: transparent;
    border: 1px solid #874529;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #874529;
    color: #fff;
    margin-top:10px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #000;
    color: #fff;
}

.woocommerce table.shop_table td.actions {
    padding-right:0
}

#order_review_heading {
    margin-top:30px;
}
.order-total th,
.cart-subtotal th {
    text-transform:uppercase;
    font-weight: 400;
    padding-right:10px;
}
.order-total th {
    font-weight: 600;
}
th.product-thumbnail,
td.product-thumbnail {
    display:none;

}
a.checkout-button {
    margin-top:10px;
}

.woocommerce input.input-text {
    padding:2px;
}
.woocommerce .woocommerce-message {
    border-top-color: #874529;
}

.woocommerce table.shop_table {
    border:0;
    border-bottom: 0px solid #874529;
    margin: 0 -1px 24px 0;
    border-radius: 0;
}

.woocommerce td.product-name dl.variation dd {
    padding: 0 0 10px;
    margin-bottom:0;
}

dd p {
    margin-bottom:0;
    padding-bottom:0;
}


.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    padding-left:10px;
}

.woocommerce,
.product .summary {
    border: 1px solid #aba7a0;
    padding:20px;
}
button.single_add_to_cart_button {
    margin:20px 0;
}

.addon-wrap-118-add-a-message label,
.addon-wrap-96-add-a-message label {
    width:100%;
}
.addon-wrap-118-add-a-message textarea,
.addon-wrap-96-add-a-message textarea {
    width:80%;
    height:150px;
}

a.reset_variations {
    padding-left:10px;
}

input.qty:before {
    content:"Qty: ";
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
}

.woocommerce-error {
    color:#874529;
    padding:10px;
    margin-bottom:20px;
    border: 1px solid #874529;
}

.woocommerce-error li {
    list-style:none;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}

.label,
label {
    font-weight:400;
    letter-spacing:1px;
    color:#000;
    font-size:16px;
    line-height:24px;
    padding-left:0;
}

div.addon-description p {
    margin-bottom:0;
}
p.form-row {
    margin-bottom:0;
    padding-bottom:0;
}

body.product p.form-row label {
    width:20%;
}
body.product p.form-row input[type="text"] {
    width:60%;
}
p.form-row.addon-wrap-118-shipping-option-0 label,
p.form-row.addon-wrap-118-shipping-option-1 label,
p.form-row.addon-wrap-118-shipping-option-2 label {
    width: 100%!important;
}

.woocommerce table.shop_table td.product-quantity:before {
    content: "QTY";
}


@media (max-width: 1199px) {

    .navbar-toggle {
        margin-left:-12px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .nav>li>a {
        padding: 0px 0px 20px 0;
    }

    .nav>li>a:after {
        content: '';
        padding-left:0;
    }


    #logo {
        margin-top:20px;
    }

    #menu-panel {
        top: 0px;
        margin-left: 210px;
    }
}

@media (max-width: 991px) {

    .row {
        margin-left: 10px;
        margin-right: 10px;
    }

    #menu-panel {
        top: 0;
        right: inherit;
        left: 50%;
        margin-left: 84px;
    }

    #foxglass {
        margin-left: -60px;
    }

    body.about #menu-links {
        height: 52px;
        overflow: hidden;
    }

    body.about #menu-links h1 {
        cursor:pointer;
    }
    body.about #menu-links.active,
    #menu-links.active {
        height: auto;
        overflow: visible;
    }

    #menu-links {
        padding: 18px 25px 15px 25px;
    }
    #menu-links ul {
        margin: 15px 0;
    }

/*
    #wine-glass {
        top: 100px;
        left: 0px;
    }
*/

    #map {
        margin-top: 0px;
    }

    #slider {
        margin-left:0;
    }

    #fox {
        margin-left: -755px;
    }
    #chicken {
        margin-left: 235px;
    }
    #gallery {
        clear:both;
        float:none;
        width:100%;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
    }
    .promo {
        float:right;
        width:49%;
        height:274px;
        padding-top:50px;
    }
    .promo.booking {
        float: left;
    }

    #map {
        margin-bottom:70px;
    }
    body.about #map {
        margin-top:70px;
        margin-bottom:80px;
    }
    body.foodmenu #map {
        margin-bottom:0px;
    }

    #social {
        bottom:-46px;
    }
    #content {
        padding: 10px 120px 0 26px;
    }
}

@media (max-width: 767px) {

    #logo {
        margin-top:30px;
    }

    #menu-panel {
        top: 0px;
        margin-left:-40px;
    }

    #menu-links {
        padding: 18px 25px 15px 25px;
        height:52px;
        overflow:hidden;
        background:rgba(197,203,200,.95);
    }

    body.foodmenu #menu-links,
    body.about #menu-links {
        padding: 20px 25px 15px 25px;
    }

    #menu-links h1 {
        cursor:pointer;
    }
    #menu-links.active {
        height:auto;
    }
    #wine-glass {
        top: -34px;
        left:-36px;
    }

    .promo {
        clear:both;
        float:none;
        width:100%;
        height:auto;
        padding:30px 0;
    }

    #content {
        padding: 10px 26px 0 26px;
    }

    /*.promo img,*/
    #map-pic {
        width: 100%;
    }
    .promo img {
        max-width: initial;
    }

    #social {
        left:50%;
        margin-left:-80px;
        right:inherit;
    }
    #map {
        margin-left:20px;
    }
    body.about #map {
        margin-top:0;
    }

    .glass {
        margin-top: -60px;
    }

    #chicken {
        top: -60px;
        left: inherit;
        right:-290px;
        margin-left: 0;
    }

    #fox {
        top: 45px;
        left: 0;
        margin-left: -430px;
    }

    #foxdinner {
        float:right;
        text-align:right;
        margin-top:0;
    }


    body.product p.form-row label {
        width:30%;
    }
    body.product p.form-row input[type="text"] {
        width:60%;
    }

    .addon-wrap-118-add-a-message textarea, .addon-wrap-96-add-a-message textarea {
        width: 100%;
    }
}

@media (max-width: 500px) {
    #chicken {
        display: none;
    }

    #osteria {
        display:none;
        top: 155px;
    }

    #menu-panel {
        top: 0px;
        margin-left: -20px;
    }

    body.product p.form-row label {
        width:100%;
    }
    body.product p.form-row input[type="text"] {
        width:100%;
        margin-bottom:10px;
    }
}

@media (max-width: 400px) {

    #logo img {
        width:100%
    }

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    /*
    body.foodmenu #menu-panel{
        top: -130px;
        border:1px solid red;
    }
    */

    #menu-panel {
        top: 0px;
        margin-left: -50px;
    }

    .menutxt,
    #wine-glass {
        display:none;
    }

    div.foodmenu {
        margin-top: 30px;
        padding: 20px 5px;
    }
    div.foodmenu p {
        max-width:100%;
    }

}


/* START Make the cart table responsive */
/* http://css-tricks.com/responsive-data-tables/ */
@media screen and (max-width: 600px) {

    /* Force table to not be like tables anymore */
    .woocommerce table.shop_table,
    .woocommerce table.shop_table thead,
    .woocommerce table.shop_table tbody,
    .woocommerce table.shop_table th,
    .woocommerce table.shop_table td,
    .woocommerce table.shop_table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .woocommerce table.shop_table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .woocommerce table.shop_table tr {
        /*border: 1px solid #d2d3d3; */
    }

    .woocommerce table.shop_table td {
        /* Behave like a "row" */
        border: 1px solid #d2d3d3;
        position: relative;
        padding-left: 35% !important;
    }

    .woocommerce table.shop_table {
        border: none;
    }

    .woocommerce table.shop_table td.product-spacer {
        border-color: #FFF;
        height: 10px;
    }

    .woocommerce table.shop_table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 25%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
    Label the data
    */
    .woocommerce table.shop_table td.product-remove:before {
        content: "DELETE";
    }

    .woocommerce table.shop_table td.product-thumbnail:before {
        content: "IMAGE";
    }

    .woocommerce table.shop_table td.product-name:before {
        /*content: "PRODUCT";*/
    }

    .woocommerce table.shop_table td.product-price:before {
        content: "PRICE";
    }

    .woocommerce table.shop_table td.product-quantity:before {
        content: "QTY";
    }

    .woocommerce table.shop_table td.product-subtotal:before {
        content: "SUBTOTAL";
    }

    .woocommerce table.shop_table td.product-total:before {
        content: "TOTAL";
    }

    .woocommerce .quantity,
    .woocommerce #content .quantity,
    .woocommerce .quantity,
    .woocommerce #content .quantity {
        margin: 0;
    }

    .woocommerce table.cart td.actions,
    .woocommerce #content table.cart td.actions {
        text-align: left;
        border:0;
        padding:6px 0 0 0 !important;
    }

    .woocommerce table.cart td.actions .button.alt,
    .woocommerce #content table.cart td.actions .button.alt {
        float: left;
        margin-top: 10px;
    }

    .woocommerce table.cart td.actions div,
    .woocommerce #content table.cart td.actions div,
    .woocommerce table.cart td.actions input,
    .woocommerce #content table.cart td.actions input {
        margin-bottom: 10px;
    }

    .woocommerce .cart-collaterals .cart_totals {
        float: left;
        width: 100%;
        text-align: left;
    }

    .woocommerce .shop_table tfoot {
        width:100%;
    }

    .woocommerce .cart-collaterals .cart_totals th,
    .woocommerce .cart-collaterals .cart_totals td {
        border:0 !important;
    }

    .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
    .woocommerce .cart-collaterals .cart_totals table tr.shipping td,
    .woocommerce .cart-collaterals .cart_totals table tr.total td {
        padding-left: 6px !important;
    }

    .woocommerce table.shop_table tr.cart-subtotal td,
    .woocommerce table.shop_table tr.shipping td,
    .woocommerce table.shop_table tr.total td,
    .woocommerce table.shop_table.order_details tfoot th,
    .woocommerce table.shop_table.order_details tfoot td {
        padding-left: 6px !important;
        border:0 !important;
    }

    .woocommerce table.shop_table tbody {
        padding-top: 10px;
    }

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce .col2-set .col-2,
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last {
        float: none;
        width: 100%;
    }

    .woocommerce .order_details ul,
    .woocommerce .order_details ul,
    .woocommerce .order_details,
    .woocommerce .order_details {
        padding:0;
    }

    .woocommerce .order_details li,
    .woocommerce .order_details li {
        clear: left;
        margin-bottom: 10px;
        border:0;
    }

    /* make buttons full width, text wide anyway, improves effectiveness */
    #content table.cart td.actions .button,
    .woocommerce #content table.cart td.actions .input-text,
    .woocommerce #content table.cart td.actions input,
    .woocommerce table.cart td.actions .button,
    .woocommerce table.cart td.actions .input-text,
    .woocommerce table.cart td.actions input,
    .woocommerce #content table.cart td.actions .button,
    .woocommerce #content table.cart td.actions .input-text,
    .woocommerce #content table.cart td.actions input,
    .woocommerce table.cart td.actions .button,
    .woocommerce table.cart td.actions .input-text,
    .woocommerce table.cart td.actions input {
        width: 100%;
    }

    /* keep coupon at 50% */
    #content table.cart td.actions .coupon .button,
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon input,
    .woocommerce #content table.cart td.actions .coupon .button,
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon input {
        width: 48%;
    }

    /* clean up how coupon inputs display */
    #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon {
        margin-top: 1.5em;
    }

    #content table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon .input-text {
        margin-bottom: 1em;
    }

    /* remove cross sells, they interfere with flow between cart and cart totals + shipping calculator */
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce .cart-collaterals .cross-sells {
        display: none;
    }

}
/* END Make the cart table responsive */

/* =============================================================================
   Artiom's Styles
   ========================================================================== */
/* Modal */
#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 650px;
    z-index: 99;
}

#popup.active {
/*     display: block; */
}

#popup .x-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 10;
}

#popup .wrapper {
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: #DAAD62;
    color: #000;
    max-height: 80vh;
    overflow: auto;
}

/* Reopening Popup */
#popup .columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

#popup .columns .left {
    text-align: center;
    white-space: pre-line;
}

#popup .columns .left h1 {
    font-size: 30px;
    line-height: 1.25;
    font-family: 'FuturaBT-Book';
}

#popup .buttons {
	margin-top: 30px;
	margin-bottom: 10px;
}

#popup .buttons > a {
	display: inline-block;
    background: #9A4222;
    border-radius: 0;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'FuturaBT-Book';
    padding: 10px 35px;
}

#popup .buttons a:first-child {
    margin-right: 20px;
    margin-bottom: 20px;
}

/* Open table custom UI */
#ot-reservation-widget {
    max-width: 600px;
}

#ot-reservation-widget > .ot-dtp-picker {
	width: 100%;
	background: transparent;
	padding: 20px 0;
}

#ot-reservation-widget .ot-dtp-picker-form {
	background: transparent;
}

#ot-reservation-widget .ot-dtp-picker .ot-dtp-picker-selector {
	font-weight: normal;
	background: transparent;
    border: 1px solid black;
    box-shadow: none;
    border-radius: 0;
}

#ot-reservation-widget .ot-dtp-picker-selector-link {
	text-decoration: none;
}

#ot-reservation-widget .ot-dtp-picker .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link {
	outline: none;
	color: #874529;
}

#ot-reservation-widget .ot-title,
#ot-reservation-widget .ot-powered-by {
	display: none;
}

#ot-reservation-widget > .ot-dtp-picker input[type="submit"] {
	font-family: 'FuturaBT-Heavy';
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
	background: black;
	border: none;
	box-shadow: none;
}

#ot-reservation-widget > .ot-dtp-picker input[type="submit"]:hover {
	background: #874529;
}