@media(max-width: 767px) {
    .theme-product-box-col {
        width: 50%;    
    }
}

html, body {
    width: 100%;
    overflow-x: hidden;
}
body {
    background-image: url(https://cs.cdn-upm.com/themes/8a38e28d-742d-11ea-af2a-525400080321/assets-78/bg1.jpg);
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-position: top center;
    background-attachment: fixed;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #fff;
    width: 100%;
    overflow-x: hidden;
}
p {
	font-family: 'Myriad Pro', sans-serif;	
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}
strong {
	font-weight: 500;
}

h2 {
	font-size: 50px;
}
label.error {
    display: block;
    padding: 0;
}
.widget strong {
    font-weight: 700;
}
.theme-hours .theme-hour {
display: inline-block !important;
}
.btn-upmenu {
	font-size: 17px;
	color: #fff !important;
	font-family: 'Oswald', sans-serif;
	background: #0a7c22;
	border-radius: 0;
	padding: 14px 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.btn-outline {
	background: transparent;
	border: 4px solid #fff;
    color: #fff !important;
	padding: 14px 30px;
}
.btn-outline:hover {
	background: #fff;
	color: #222 !important;
}

.nav {
	margin-bottom: 30px;
	text-align: right;
    background: #c10a28;
}
.nav ul {
	display: inline-block;
	list-style: none;
	margin-bottom: 0;
}
.nav ul li {
	display: inline-block;
}
.nav ul li a {
	font-size: 14px;
	line-height: 130px;
	padding-left: 25px;
	padding-right: 25px;
	display: block;
	font-size: 17px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	border-left: 1px solid rgba(173, 173, 173, 0.28);
}
.nav ul li a:hover {
	color: #0a7c22;
	box-shadow: inset 0 -4px 0 #0a7c22;
	text-decoration: none;
}
.nav .btn-upmenu {
	margin-top: -5px;
}
.nav .logo {
	float: left;
}
.nav .logo img {
	margin-top: 12px;
}

.theme-content {
    background: url(https://cs.cdn-upm.com/themes/8a38e28d-742d-11ea-af2a-525400080321/assets-78/white-bg2.jpg) bottom center repeat;
    /*z-index: 1;*/
position: relative;
}

.brands img {
    height: 120px;
}
@media(max-width: 767px) {
    .brands img {
        height: 40px;
    }
}

.social-box {
	background: #c10a28;
	color: #fff;
	text-transform: uppercase;
	padding: 1px 20px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
    margin-top: 50px;
}
.social-box span {
	margin-right: 15px;
	top: 2px;
	position: relative
}
.social-box a {
	display: inline-block;
	background: transparent;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
.social-box a:hover {
	background: #cd161b;
}
.select-restaurant {
	background-image: url(https://cs.cdn-upm.com/themes/8a38e28d-742d-11ea-af2a-525400080321/assets-78/select-restaurant2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 130px 0 110px;
	text-align: center;
	margin-top: 50px;
    min-height: 340px;
    margin-top: -50px;
    z-index: 0;
}
.select-restaurant h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 30px;
    text-shadow: 
    /* first layer at 1px */
    -1px -1px 0px #fff,
     0px -1px 0px #fff,
     1px -1px 0px #fff,
    -1px  0px 0px #fff,
     1px  0px 0px #fff,
    -1px  1px 0px #fff,
     0px  1px 0px #fff,
     1px  1px 0px #fff,
    /* second layer at 2px */
    -2px -2px 0px #fff,
    -1px -2px 0px #fff,
     0px -2px 0px #fff,
     1px -2px 0px #fff,
     2px -2px 0px #fff,
     2px -1px 0px #fff,
     2px  0px 0px #fff,
     2px  1px 0px #fff,
     2px  2px 0px #fff,
     1px  2px 0px #fff,
     0px  2px 0px #fff,
    -1px  2px 0px #fff,
    -2px  2px 0px #fff,
    -2px  1px 0px #fff,
    -2px  0px 0px #fff,
    -2px -1px 0px #fff;
}
.select-restaurant>.container {
    position: relative;
}
.select-restaurant>.container:before {
    content: '';
    /*background-image: url(https://cs.cdn-upm.com/themes/8a38e28d-742d-11ea-af2a-525400080321/assets-78/bg1.jpg);*/
    background-repeat: repeat;
	/*background-size: contain;*/
	background-position: top center;
    height: 65px;
    width: 120%;
    position: absolute;
    top: -150px;
    left: -10%;
}
.select-restaurant .row {
    display: none;
}
.home .select-restaurant .row {
    display: block;
}
footer {
	background: #0a7c22;
    padding: 25px 25px;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
footer ul li {
	padding: 10px;
	display: inline-block;
}
footer ul li a {
	padding: 15px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
footer ul li a:hover {
	color: #c10a28;
	box-shadow: inset 0 -4px 0 #c10a28;
	text-decoration: none;
}
footer a {
    color: #fff;
    text-decoration: none;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
footer a:hover {
    color: #c10a28;
    text-decoration: none;
}


.slick-arrow {
	width: 63px;
	height: 63px;
	border: none;
	background: transparent;
	font-size: 0;
	top: 50%;
	position: absolute;
	margin-top: -32px;
	z-index: 9;
}
.slick-arrow.slick-prev {
	background-image: url(https://cs.cdn-upm.com/themes/8a38e28d-742d-11ea-af2a-525400080321/assets-78/slider-arrow-left.png);
	left: -80px;
}
.slick-arrow.slick-next {
	background-image: url(https://cs.cdn-upm.com/themes/8a38e28d-742d-11ea-af2a-525400080321/assets-78/slider-arrow-right.png);
	right: -80px;
}
.scroll-bottom {
	display: block;
	margin: -50px auto 30px;
	text-align: center;
	width: 40px;
	z-index: 9;
	position: relative;
}

.home-slider img {
	max-width: 100%;
	height: auto;
}
.social-slider {
	margin-top: 55px;
	width: calc(100% + 2.5px);
	margin-left: -1px;
	height: 361px;
	overflow: hidden;
}
/*.social-slider a {
	height: 190px;
	display: block;
	background: #3d589b;
	border: 1px solid #061320;
	text-align: center;
	color: #fff;
}*/


.social-feed-element {
	width: calc(100% / 6);
	display: inline-block;
	margin: 0;
	height: 180px;
	box-shadow: none;
	border: 1px solid black;
	position: relative;
	overflow: hidden;
	vertical-align:middle;
    margin: 0 !important;
}
.social-feed-element p {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #fff;
}
.social-feed-element a {
	color: #fff;
	word-wrap: break-word;
word-break: break-all;
white-space: normal;
}
.social-feed-element .content {
	padding: 0 !important;
}

.social-feed-text {
	height: 180px;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	padding: 0 10px;
	word-wrap: break-word;
}
.social-feed-element a {
    color: #fff !important;
}
.social-feed-element .fa {
	position: absolute;
	color: #fff;
	bottom: 10px;
	right: 10px;
}
.social-feed-element .attachment {
	min-height: 100%;
	min-width: 100%;
}
.social-feed-element .media-body div {
	display: table;
	position: relative;
}
.social-feed-element .media-body div > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.social-feed-element.facebook {
	background: #3d589b;
}
.social-feed-element.twitter {
	background: #1da1f3;
}
.social-feed-element.instagram {
    background: #333333;
}

.social-feed-element.instagram .text-wrapper, .social-feed-element.facebook .text-wrapper {
	display: none;
}

.social-feed-element.facebook:hover .text-wrapper {
    display: block;
}

.social-feed-element.facebook:hover .attachment {
    display: none;
}
.social-feed-element.instagram:hover .text-wrapper {
    display: block;
}

.social-feed-element.instagram:hover .attachment {
    display: none;
}


a.list-group-item, a.list-group-item .text-muted {
    color: #444;
}


.theme-plus-btn {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 0;
    padding: 10px;
}
.theme-product-center .theme-product-name, .theme-product-center .theme-price {
    font-weight: 700;
}
.theme-product-group-name {
    font-weight: 600;
    letter-spacing: 1px;
}
.theme-product-desc p {
    font-size: 12px;
    line-height: 18px;
}
.theme-product-desc em {
    font-style: normal;
}
.theme-categories-wrapper li a {
    font-family: "Oswald";
    font-weight: 500;
}
.theme-categories .nav {
 /*   border: none;*/
 /*   margin: 0;*/
 /*   background-image: url(https://cs.cdn-upm.com/themes/8a38e28d-742d-11ea-af2a-525400080321/assets-78/bg.jpg);*/
 /*   background-repeat: repeat;*/
	/*background-size: contain;*/
	/*background-position: top center;*/
}

.theme-footer {
    display: none;
}
.form-control {
    height: 54px;
    border-radius: 0;
}
.form-control:focus {
    border-color: rgba(254, 204, 0, 0.16) !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(254, 204, 0, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(254, 204, 0, 0.3);
}
textarea.form-control {
    height: auto;
}
._custom-newsletter-form .form-control {
    margin-top: 5px;
}
#_check-delivery {
    margin-top: 4px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 400px;
}
.bootstrap-select>.dropdown-toggle {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: 300;
    padding: 15px 30px 15px 20px;
    border-radius: 0;
}
.bootstrap-select .dropdown-menu {
    border-radius: 0;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
}



a.list-group-item {
    border: none;
    background: transparent;
    color: #fff;
    border-radius: 0;
}
a.list-group-item:hover, a.list-group-item:focus {
    background: #e31e24;
    color: #ddd;
}
a.list-group-item:hover .text-muted, a.list-group-item:focus .text-muted {
    color: #ddd;
}
a.list-group-item h2 {
    font-size:24px;
}
.delivery-check-restaurants-list h2 {
    color: #fff;
}

a.list-group-item .text-muted {
    color: #ddd;
}

.theme-footer-powered-by {
    font-size: 11px;
    margin-bottom: 0;
}
.theme-footer-powered-by img {
    height: 25px;
}


.theme-product-center .theme-product-desc {
    max-height: 70px
}


.home-slider {
margin-top: -60px;
margin-left: -60px;
width: calc(100% + 120px);
}

.nav .container {
    padding: 0;
}
.smoke-bg {
    /*background: url(https://cs.cdn-upm.com/themes/8a38e28d-742d-11ea-af2a-525400080321/assets-78/smoke.png);*/
    /*background-position: center center;*/
    /*background-size: contain;*/
}

#_shopping-cart .cart .btn-upmenu._start-order {
    margin: 0 -13px 0;
    width: calc(100% + 26px);
}

.context-restaurant {
    padding: 0 15px 15px;
}
.context-restaurant h1 {
    font-size: 52px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.context-restaurant h1 sub {
    bottom: 0;
    font-size: 28px;
}


.addon-group-btn .addon-plus-btn {
    padding: 6px 12px;
}


.btn-default {
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    border-radius: 0;
}
.modal-footer .btn+.btn {
    padding: 6px 12px;
}

.cart .addon p {
    font-size: 12px;
}


.theme-categories-wrapper {
    padding: 0;
}
.theme-product-center {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.theme-gallery a {
    width: 100%;
    height: 280px;
    display: block;
    background-color: black;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


.theme-contact ._start-newsletter-subscribe {
    display: none;
}
.theme-contact textarea.form-control {
    min-height: 120px;
}

.owl-item .theme-product-center .theme-product-types {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
}
.fancybox-skin {
    background: black;
}

.app-buttons {
    position: relative;
}
.app-buttons .button1 {
    position: absolute;
    width: 29%;
    height: 15%;
    /* background: red; */
    top: 78%;
    left: 2%;
    z-index: 1;
}
.app-buttons .button2 {
    position: absolute;
    width: 29%;
    height: 15%;
    /* background: green; */
    top: 78%;
    left: 33%;
    z-index: 1;
}

.modal a.list-group-item, .modal h2, .modal h1, .modal h3, .modal h4 {
    color: #333;
}

.restaurant-box-image {
    height: 195px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
}
.restaurant-box-image h2 {
    font-size: 30px;
}
.delivery-check-restaurants-box-images .restaurant-box-image:hover {
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
}

/*.delivery-check-restaurants-box-images .restaurant-box-image p span {*/
/*    display: none;*/
/*}*/
/*.delivery-check-restaurants-box-images .restaurant-box-image p:after {*/
/*    content: 'Tylko zamówienia online';*/
/*    display: block;*/
/*    font-weight: 500;*/
/*}*/

.check {
    font-size: 16px;
    font-weight: 400;
}
.check img {
    margin-left: 20px;
}

.theme-restaurant-info .modal-body .row .col-sm-6:nth-child(1) > * {
    display: none;
}
.theme-restaurant-info .modal-body .row .col-sm-6:nth-child(1) {
    font-size: 0;
}
.theme-restaurant-info .modal-body .row .col-sm-6:nth-child(1) > div {
    font-size: 14px;
}
.theme-restaurant-info .modal-body .row .col-sm-6:nth-child(1) > *:nth-child(1), .theme-restaurant-info .modal-body .row .col-sm-6:nth-child(1) > *:nth-child(2), .theme-restaurant-info .modal-body .row .col-sm-6:nth-child(1) > *:nth-child(8) {
    display: block;
}

.dropup:not(.open) .dropdown-menu {
    pointer-events: none;
}



/* Temporary for product price grouping into one button */
.menu-prodcut-price-group .dropdown {
    margin-bottom: 10px;
}

#franczyza-form .form-control {
    height: 34px;
}

#franczyza-form2 .form-control {
    height: 34px;
}

._custom-newsletter-form .form-control {
    height: 34px;   
}

.menu-prodcut-price-group .dropdown {
    margin-bottom: 0px;    
}