@import 'modules/fonts.css';
@import 'modules/common.css';
@import 'modules/template.css';
@import 'modules/header.css';
@import 'modules/footer.css';

/* Extentions */
@import 'modules/alert.css';
@import 'modules/cart.css';
@import 'modules/breadcrumb.css';
@import 'modules/pagination.css';
@import 'modules/bullets.css';
@import 'modules/language.css';
@import 'modules/product-carousel.css';
@import 'modules/product-category.css';
@import 'modules/product.css';
@import 'modules/self-delivery.css';
@import 'modules/customer.css';
@import 'modules/contact.css';
@import 'modules/sort.css';
@import 'modules/additional.css';


.ntcd-simple {
  display: inline-block;
  padding-left: 5px;
  text-align: center;
  line-height: 20px; /* on comparison page */
}
.product-grid .ntcd-simple,
.product-thumb.transition .ntcd-simple /* detect Featured module */
{
  display: block;
  padding: 0;
}
.ntcd-simple__invisible {
  visibility: hidden;
}
.ntcd-simple--text {
  margin: 3px auto 5px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif!important;
  word-spacing: -1px;
}
.ntcd-simple--counter {
  margin: 5px auto 8px;
  font-weight: bold;
  font-stretch: condensed;
  font-size: 18px!important;
      color: #c31a25!important;
  font-family: 'Roboto', sans-serif!important;
  color: #555;
}

.ntcd-simple--text {
	display: none!important;
}
.ntcd-simple {
display: inline-block!important;
}
/*.product-category__text {
	display: block!important;
}*/

#product .ntcd-simple--counter {
	font-size: 30px!important;
	margin-top: 20px;
}
@media all and (min-width: 768px) {
	.product-carousel__item .ntcd-simple{
		transform: translate(0, 10px);
		margin-top: -20px;
		position: relative;
		display: inline-block!important;
		text-align: right!important;
		position: absolute;
		top: 310px;
		right: 40px;
		background-color: #c31a25!important;
		color: white!important;
		padding: 5px 20px!important;
		border-radius: 10px;
	}
	.product-carousel__item .ntcd-simple--counter{
		color: white!important;
	}
	.mobile-only {
		display: none;
	}
}
@media all and (max-width: 768px) {
	.product-carousel__item .ntcd-simple{
		margin-top: 10px;
	}
	.desktop-only {
		display: none;
	}
}
/* Gradent to all drop down menus */

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}


/* top */

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
    height: 30px;
}

#top-links a + a {
    margin-left: 15px;
}


/* logo */

#logo {
    margin: 0 0 10px 0;
    width: 120px;
    margin-top: 20px
}


/* search */

#search {
    margin-bottom: 10px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}


/* cart */
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    width: 350px;
    padding: 10px 10px 60px;
    border: 1px solid #CCC;
	background: url(../image/bg.png);
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: black;
    background-image: url('../image/bg.png') !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: baseline;
    border-top: none;
}

.open >.dropdown-menu {
    display: block;
}

.open-cart {
    max-width: 600px;
    max-height: 500px;
    overflow-y: scroll;
}

.mo-open-cart {
    max-height: 85%;
    overflow-y: scroll;
}

.leftm button {
    background: transparent;
    border: none;
    color: #247719;
    box-shadow: none;
        font-size:18px;
}

#menu .nav > li > a:hover {
    color: #247719;
    cursor: pointer;
}

@media (min-width: 479px) {
    .mo-hide {
        display: none;
    }
    .mobile-menu1 {
        display: none;
    }
    .mobile-menu1 .mo-total,
    .open-cart .mo-total {
        display: none !important;
    }
}

.open-cart .mo-total {
    display: none !important;
}

@media (max-width: 478px) {
    .fixed {
        position: static;
    }
    .open-cart {
        display: none;
    }
    .dropdown-menu {
        width: 220px;
    }
    .dropdown-menu.pull-right {
        right: none !important;
        left: none !important;
    }
    .mobile-menu,
    .mobile-menu1 {
        display: none;
    }
    .mobile-menu1 {
        background: black;
        position: fixed;
        width: 80%;
        float: right;
        height: 100%;
        min-height: 350px;
        z-index: 9999;
        right: 0;
        top: 67px;
        font-size: 12px;
        display: none;
    }
    .mobile-menu1 {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .mobile-menu1 ul > div {
        float: left;
    }
    .leftm {
        float: left;
    }
    .mo-cart-item {
        border-bottom: 1px solid grey;
        overflow-y: scroll;
    }
    .mo-cart-item h2 {
        font-size: 12px;
    }
    .mo-cart-item-1 {
        height: 60px;
    }
    .mo-total {
        margin-top: 15px;
        padding-bottom: 45px;
    }
    .mo-check {
        margin-top: 15px;
    }
    .mo-check a,
    .dis-check {
        background: #247719;
        color: white;
        padding: 10px 20px;
        border-radius: 30px;
        text-transform: uppercase;
    }
}

.mo-cart-item h2 {
    font-size: 12px;
}


#cart > a {
	background: transparent;	
}
.dis-check {
    background: #247719;
    color: white;
	display: block;
    padding: 10px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto;
    width: calc(100% - 20px);
    text-align: center;
}


/* end */

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}


/* menu */

#menu {
    padding-left: 8.3%;
}

#menu .nav > li > a {
    color: #fff;
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}


#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    margin-top: 15px;
    font-size: 14px;
    font-stretch: expanded;
    color: #FFF;
    padding: 7px;
    float: right;
    background-color: #247719;
    background-repeat: repeat-x;
    border-radius: 30px;
    box-shadow: none;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 0px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}


/* content */

#content {
    min-height: 600px;
}



.ellis {
    margin-right: 0;
    padding-right: 0;
}

/* list group */

.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}


/* carousel */

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}


/* product list */

.product-thumb {
    border: none;
    margin-bottom: 2px;
    overflow: auto;
}

@media (min-width: 1210px) {
    /*.product-thumb {
        width: 220px;
    }*/
}

@media (min-width: 1600px) {
    /*.product-thumb {
        width: 300px;
    }*/
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
padding: 10px 15px;
    width: 311px;
    }
}

.product-thumb h4 {
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-top: 0;
}

.product-thumb .caption {
    padding: 25px 20px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: white;
    font-size: 20px;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}


/* fixed colum left + content + right*/

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}


/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}


/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
    min-width: 35px;
}


/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}



.line {
    background-image: url('../image/line.png');
    height: 700px;
    background-repeat: repeat-y;
}

.btn-primary:hover {
    background: #247719;
}

.rot {
    transform: rotate(-90deg);
    width: 300px;
    left: -137px;
    top: 130px;
}

span.home-adv {
    margin-left: 10px;
    color: #dbd1bd;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.caption a {
    color: white;
    text-transform: uppercase;
}

h3 {
    text-transform: uppercase;
    color: white;
    font-weight: 300;
    font-size: 36px;
    letter-spacing: 0.3;
}

.top-30 {
    margin-top: 30px;
}

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




/* product */

.thumbnail {
    background: transparent;
    border: none;
}

#wrap {}

#wrap .line {
    height: 400px;
}

#wrap .btn-group > .btn,
#wrap .btn-group >.btn-default {
    background: transparent;
    border: none;
    color: #247719;
    text-shadow: none;
}

.products h1 {
    text-transform: uppercase;
    font-weight: 300;
    color: #247719;
    font-size: 36px;
    margin-top: 0;
}

.products h3 {
    color: #247719;
    font-size: 24px;
    margin-left: 15px;
    margin-bottom: 45px;
}

.products h4 {
    text-transform: uppercase;
    font-weight: 300;
    color: #247719;
}

.products .list-unstyled {
    text-transform: uppercase;
}

.related {
    margin-top: 0px;
    padding-left: 0;
    padding-right: 0;
}

.related img {
    min-width: 100%;
}

.related .btn-buy {
    font-weight: 700;
}

.related p {
    font-weight: 300;
    font-size: 11px;
    color: darkgray;
    line-height: 1.3;
    height: 45px;
    text-transform: lowercase;
}

.related h4 > a {
    font-weight: 400;
    color: #247719;
}


.price {
    color: #247719;
    font-size: 24px;
    font-weight: 700;
}

.price small {
    font-size: 12px;
}

.price span {}


.nav-tabs>li.active>a {
    background: transparent;
    border: none;
    border-bottom: 4px solid white;
    color: #247719;
}

.wishlist {
    background: transparent;
    border: 0;
}

.wishlist .fa {
    font-size: 24px;
    color: #247719;
}

.ads {
    border-left: 1px solid white;
    height: 30px;
    margin-top: 100px;
    font-size: 21px;
}

.ads-border {
    position: relative;
    /* height: 60px; */
    background: white;
    width: 1px;
    left: -1px;
    top: 1px;
}

.descr {
    color: darkgray;
    font-size: 12px;
    margin-top: 45px;
    margin-left: -45px;
}

.descr p {
    letter-spacing: 0.1px;
    font-weight: 300;
}

.category-title {
    margin-left: -15px;
}

.category-title h1 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #247719;
}

.category-title2 h2 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #247719;
}



.owl-carousel .owl-buttons div i {
    margin: -20px 0 0;
    color: #FFF;
    font-size: 40px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    opacity: 1;
    padding-top: 8px;
}

.prodinfo {
    margin-top: 30px;
}

.adi_prods {
    text-align: left;
}

.adi_prods h3 {
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #247719;
    font-size: 20px;
}

.adi_prods .button-group {
    background: none;
}

.well {
    background: transparent;
    border: none;
}

.well h2 {
    text-transform: uppercase;
    color: #247719;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px;
}

#column-right .list-group {
    border-left: 1px solid #247719;
}

#column-right,
#column-right a {
    background: transparent;
    border: none;
    color: #247719;
}

#column-right .list-group a:before {
    width: 5px;
    height: 5px;
    background: #247719;
    border-radius: 50%;
}

.costumer .checkout-heading-button a {
    float: left;
    color: white;
}

.payment h3,
.costumer h3 {
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #247719;
    font-size: 20px;
}



.account-title h2 {
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: white;
    font-size: 16px;
}

@media all and (max-width: 434px) {
    .additional_products h4 {
        text-align: center;
    }
    .category-title h1 {
        margin-left: 30px;
    }
    .director {
        display: none;
    }
    .simplecheckout-block-content {
    margin-left: 0px;
}

}

.transition img {
    background: transparent;
    border-radius: 50%;
}

.transition h4 {
    margin-top: 15px;
}

.transition .price {
    font-size: 18px;
    margin-top: 15px;
}


.contacts h3,
.contacts legend {
    color: #247719;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.contacts legend {
    font-weight: 300;
    margin-top: 60px;
    padding-top: 60px;
}

.contacts {
    margin-top: 60px;
}

.contacts h1 {
    color: white;
}

.languages {
    text-transform: uppercase;
}

.languages .btn-link {
    margin-top: 4px;
}

.languages .btn-link span {
    text-transform: uppercase;
    color: white;
}

.panel {
    background: transparent;
}

.panel-default {
    border: none;
}


.img-thumbnail {
    border: none;
    background: transparent;
}

.btn-group i {
    color: #247719;
}
@media only screen and (max-width : 768px) {
	.product-category__text .ntcd-simple .ntcd-simple--counter{
		transform: translate(0, -8px);
    font-size: 24px!important;
	}
}
.popup {
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 100;
}
.popup.active .popup-content {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.popup.show {
    display: block;
}
.popup.show .popup-content {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.popup-table {
    height: 100%;
    table-layout: fixed;
    margin: 0px;
    display: flex;
    justify-content:center;
    align-items:center;

}
.popup-table > .cell {
    height: 100%;
    vertical-align: middle;
    padding: 30px 10px;
    /*display: flex;*/
    justify-content:center;
    align-items:center;
}

.popup-content {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    max-width: 1230px;
    margin: 0px auto;
    background-color: #464646;
}
.popup-form {
    background-color: #464646;
}

.popup-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: url("../image/cross.png") 0 0 no-repeat;
}

.popup-video .popup-close {
    width: 20px;
    height: 20px;
    background-color: #000;
    top: 0;
    right: 0;
}
.popup__title {
    text-align: center;
    font-size: 20px;
    padding: 30px 25px;
}

.container
{
    /*max-width: 800px;*/
    margin: 0 auto;
    padding: 0px 15px;
}
@media (max-width: 1200px) { .container { max-width: 970px; } }
@media (max-width: 992px)  { .container { max-width: 750px; } }
@media (max-width: 767px)  { .container { max-width: none; } }

/*.....................................................header*/
.additive-one__row {
    display: flex;
    margin: 0px -10px;
    flex-wrap:wrap;
    justify-content: center;
}
.additive-one__col {
    flex: 0 1 25%;
    padding: 30px 50px;
    display: flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.additive-one__content  {
    text-align: center;
    width: 80%;
    min-width: 120px;
}
.additive-minus,
.additive-plus {
    flex-basis: 40px;
    width: 40px;
    background: #8e8e8e;
    color: #FFF;
    transition: background 0.5s;
}
.additive-plus:hover,
.additive-minus:hover {
    background: #6b6b6b;
    transition: background 0.3s;
}
.additive-addquantity, .additive-plus, .additive-minus {
    font-size: 20px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border: 0px;
    padding: 0;
}

.quantity-buttons .additive-addquantity {
    flex-basis: 60px;
    height: 50px;
    background: #ababab;
    color: #FFF;
    border: 0px;
    padding: 0;
}
.topnav__pizza {
    color: #F4C20B;
}
.btn---cart-add_pizza {
    background-color: #F4C20B;
}
.btn---cart-add_pizza:hover {
    color: #F4C20B;
}
.product-category__title_pizza:hover {
    color: #F4C20B;
}
.category__title_pizza {
    color: #F4C20B;
}
.product__title_pizza {
    color: #F4C20B;
}
.product__price_pizza {
    color: #F4C20B;
}
.radio input[type="radio"]:checked + span {
    color: #F4C20B;
}
#button-additive {
    background-color: #F4C20B;
}
#button-additive:hover {
    color: #F4C20B;
    background-color: #ffffff;
}

.button-cart_pizza {
    background-color: #F4C20B;
}
.button-cart_pizza:hover {
    color: #F4C20B;
    background-color: #ffffff;
}
.home-page__row {
    display: flex;
    /*margin: 0px -10px;*/
    min-width: 100%;
}
.home-page__col {
    padding: 0px 10px;
}
/*.home-page__col_one {*/
/*    flex: 0 1 10%;*/
/*    max-width: 10%;*/
/*}*/
.home-page__col_two {
    flex: 0 1 100%;
    max-width: 100%;
}
.home-page {
    max-width: 100%;
}
.slideshow {
    min-width: 100%;
}
.owl-wrapper-outer {
  border: none;
}
.image_mobile {
    width:100%;
    height:100%;
    object-fit:cover;
}
.item {
    min-height: 100%;
}
/*.slideshow-module, .slideshow-item, .slideshow-image, .slideshow-image__mobile {*/
/*    min-height: 570px;*/
/*}*/
/*.slideshow-image__img {*/
/*    display: block;*/
/*    max-width: 100%;*/
/*    height: 100%;*/
/*    margin: auto;*/
/*    min-height: 480px;*/
/*    background-size: 100%;*/
/*}*/
/*.slideshow-image {*/
/*    min-height: 480px;*/
/*    display: block;*/
/*}*/
/*.owl-item {*/
/*    width: 100%;*/
/*}*/
/*.slideshow-image__mobile {*/
/*    min-height: 100%;*/
/*    display: block;*/
/*}*/
@media (max-width: 1024px) {
    .home-page__col_one {
        display: none;
    }
    .home-page__col_two {
        flex: 0 1 100%;
        min-width: 100%;
    }

}

.slideshow-module {
    position: relative;
}

.owl-nav {

}
.owl-next{
    position: absolute;
    bottom: 60%;
    margin: auto;
    right: 0px;
}
.owl-next span {
    font-size: 100px;
    color: white;
    opacity: 0.5;
}
.owl-prev{
    position: absolute;
    bottom: 60%;
    margin: auto;
    left: 0px;
}
.owl-prev span {
    font-size: 100px;
    color: white;
    opacity: 0.4;
}

.owl-prev:focus {
    outline: none;
    color: white;
    opacity: 1;
}
.owl-next:focus {
    outline: none;
}

.phone-header {
    display: flex;
    align-items:center;
    color: #cccccc;
}

.phone-header .phone-header__col_left {
    flex: 0 1 30%;
    height: 48px;
}
.phone-header .phone-header__col_left img {
    width: 75%;
}
.phone-header .phone-header__col_right {
    flex: 0 1 70%;
    font-weight: bold;
    font-size: 13px;
}
.phone-header .phone-header__col_right p {
    padding-top: 5px;
    text-align: center;
}

@media (max-width: 768px) {
    .phone-header {
        display: none;
    }
}

.wrap-bootom {
    display: none;
    text-align: right;
    color: #cccccc;
}
.wrap-bootom .wrap-bootom__img {
    width: 7%;
}
.wrap-bootom .wrap-bootom__phone {
    padding-right: 8px;
}
.wrap-bootom .wrap-bootom__text {
    padding-right: 8px;
}

@media (max-width: 768px) {
    .wrap-bootom {
        display: block;
    }
    .wrap .logo {
        display: inline-block;
        height: 72px;
        width: 150px;
    }
    .logo-span {
        display: inline-block !important;
        position: relative;
    }
    .logo-span img {
        position: absolute;
        left: 0;
        top: 10px;
    }
	.wrap-bootom .wrap-bootom__phone, .wrap-bootom__img{
		display:none
	}
}


.self-delivery{
	display:none;
}
.newsblog_articles_title a{
	text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 36px;
}

.not-show.product__img {
    position: relative;
}
.product-category-img__link {
    position: relative;
}
.not-show .product-category__comment {
    position: absolute;
    background-color: rgba(255,255,255,0.8);

    top: 0;
    left: 0;
    color: #00d95a;
    width: 100%;
    height: 100%;
}
.not-show .product-category__comment-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.not-show .product-category__comment-message {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    height: 50%;
    line-height: 20px;
    text-align: center;
    border: #00d95a 2px solid;
    color: #2c2827;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
}

.not-show .product-category__comment-text {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5px;
}

.not-show .product-category__comment-time {
    margin-top: 5px;
    color: #CC3518;
}
.product-category .product-category__desc {
    height: 106px;
    overflow: hidden;
}

@media (max-width: 750px){
.product-category .product-category__desc {
    height: 55px;
    overflow: hidden;
}
}

.product-carousel__desc{
	    display: none;
}