body {
    font-family: 'Montserrat', Verdana,sans-serif;
}

@font-face {
    font-family: 'title';
    src: url('fonts/title.woff2') format('woff2'),
         url('fonts/title.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

button:active {
    background-color: initial;
}

.warning {
    color:red;
}

.hidden {
    display: none;
}

.dropdown-item:active {
    background: none;
    color: #000;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus {
    background: darkred;
    color:#fff;
}

.desktop-top-bar {
    background-color: #505050;
    color: #b1bcbe;
    font-size: 0.8em;
    height: 3.1em;
}

.desktop-top-bar a {
    color: #b1bcbe;
    text-decoration:none;
    text-transform: uppercase;
}

.desktop-top-bar a:hover {
    color: #FFF;
}

.searchmenu {
    position:relative;
}

.top-cart .price a, .top-cart .items a {
    color: #FFF;
}

.bag-wrapper {
    position: relative;
    display: block;
}

.bag {
    margin: 0 30px 0 0;
    width: 16px;
    height: 18px;
    position: relative;
    background: url(images/sprite.png) no-repeat 0 0;
}

.items {
    background: #eb7765;
    border-radius: 50%;
    color: #FFF;
    padding: 0.250em 0.700em 0.250em 0.700em;
    position: absolute;
    font-size: 0.800em;
}

.desktop-top-bar .bag {
    top: -18px;
    left: 6em;
}

.mobile-top-bar .bag {
    top: 0.3em;
    left: 2.2em;
}

.desktop-top-bar .items {
    top: -18px;
    left: 6em;
}

.mobile-top-bar .items {
    top: 0;
    left: 1em;
}

.top-center-bar {
    background: #f0ece8;
}

.sizebutton {
    position: absolute;
    top: 0.3em;
    right:1.5em;
    width: 0.938em;
    height: 1.125em;
    background: url(images/sprite.png) no-repeat -34px 0;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
}

.searchbutton {
    position: absolute;
    top: 0.3em;
    right:0.9em;
    width: 1.063em;
    height: 1.125em;
    background: url(images/sprite.png) no-repeat -16px 0;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
}

.searchbutton span, .sizebutton span {
    display:none;
}

.dropdown-menu-full {
    width: 100% !important;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: -18px;
}

#navbarResponsiveDesktop .nav-link {
    font-weight:600;
    font-size: 0.9em;
}

#navbarResponsiveDesktop .dropdown-toggle::after {
    font-size:0;
}

#navbarResponsiveDesktop .nav-link:hover {
    color: #eb7765;
}

.dropdown-menu-full .dropdown-item {
    font-size: 0.8em;
}

.dropdown-menu-full a {
    color: #656565;
}

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

.homepage-slider {
    height:255px !important;
    overflow:hidden;
    background:#FFF;
}

.homepage-slider .slick-next {
    right:0;
}

.homepage-slider .slick-prev {
    left:0;
}

.homepage-block {
    position: relative;
    display: inline-block;
}
.homepage-block .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.homepage-block:hover .img-top {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.homepage-footer {
    background: #f2f2f2;
    color: #646464;
    font-size: 0.85em;
}

.homepage-footer h3 {
    text-transform: uppercase;
    font-size: 3.2em;
    font-weight: lighter;
    font-family: 'Montserrat', Verdana, sans-serif;
}

.homepage-footer h4 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    font-family: 'Montserrat', Verdana, sans-serif;
}

.homepage-footer a {
    color:#646464;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 20px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #FFF;
}

.slick-prev {
    left: -35px;
    background: url(images/sprite.png) no-repeat -48px 0;
}

.slick-next {
    right: -35px;
    background: url(images/sprite.png) no-repeat -74px 0;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 27px;
    height: 27px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1;
}

.global-desktop-footer {
    color: #646464;
    font-size: 0.80em;
    font-weight:bold;
}

.global-desktop-footer li {
    padding-bottom:5px;
}

.global-desktop-footer a {
    color: #a6a6a6;
    margin-bottom: 5px;
}

.global-desktop-footer h4, .global-mobile-footer h4 {
    text-transform: uppercase;
    font-size:1em;
    font-weight:bold;
    font-family: 'Montserrat', Verdana, sans-serif;
}

.global-desktop-footer ul {
    list-style:none;
    margin: 0;
    padding: 0;
}

.global-mobile-footer {
    background: #f2f2f2;
    color: #212529;
    font-size: 0.8em;
}

.mobile-top-bar .navbar-brand img {
    max-width: 225px; /* find suitable value for you */
    display: block;
    width: 60%;
}

.mobile-top-bar .bg-dark {
    background-color: #505050 !important;
}

.mobile-top-bar .dropdown-menu {
    background: #706e6e;
}

.mobile-top-bar .dropdown-menu a {
    color: #FFF;
    font-size: 0.9em;
}

.mobile-top-bar .dropdown-menu a:hover {
    color: #000;
}

.mobile-top-bar .breadcrumb {
    background: transparent;
    padding: 0;
}

.mobile-search-bar. .mobile-shops {
    background: #f0ece8;
}

.mobile-categories h3, .mobile-shops h3, .desktop-category-blocks h3 {
    font-size: 1.3em;
    color: #505050;
    font-family: 'Montserrat', Verdana, sans-serif;
    font-weight: bold;
}

.mobile-home-products h3 {
    font-size: 1.6em;
    color: #505050;
    font-family: 'Montserrat', Verdana, sans-serif;
    font-weight: bold;
}

.mobile-categories h4 {
    color: #505050;
    font-family: 'Montserrat', Verdana, sans-serif;
    font-size: 1.1em;
}

.product-grid h4, .product-grid .price {
    font-size: 0.9em;
}

.offer {
    color: red;
}

.sizes {
    list-style:none;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    font-weight: bold;
}

ol.sizes, ul.sizes {
    padding-left: 0 !important;
}

.sizes li {
    float: left;
    padding-right: 1em;
}

.fancybox-nav span {
    visibility: visible;
}

.color {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    display: inline-block;
    margin: 1.2em 0.5em 0 0;
}

.color a {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.mobile-shops {
    font-size:0.9em;
}

.mobile-categories a, .mobile-shops a, .product-grid a, .product a {
    color: #505050;
}

.mobile-shops h4 {
    text-transform: uppercase;
    font-size: 1.1em;
    color: #505050;
    font-family: 'Montserrat', Verdana, sans-serif;
    font-weight: bold;
}

.breadcrumb {
    background: none;
    font-size: 0.8em;
}

.breadcrumb a {
    color: #505050;
}

h1 {
    font-family: 'Montserrat', Verdana, sans-serif;
    text-transform: uppercase;
    color: #505050;
}

.product .price {
    color: #505050;
}

.add-to-cart {
    background: #eb7765;
    border:0;
    font-family: 'Montserrat', Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
}

.add-to-cart:hover {
    background: darkred;
}

.product h3 {
    font-size: 1em;
    font-family: 'Montserrat', Verdana, sans-serif;
    text-transform: uppercase;
    color: #505050;
    font-weight:bold;
}

.product p, .product ul, .product ol {
    font-size: 0.9em;
}

.product ul, ol {
    padding: 0 0 0 1.2em;
}

.slick-slide img {
    height: 300px;
    margin: auto;
}

.homepage-mobile-slider .slick-slide img {
    height: auto;
    margin: auto;
}

.video {
    text-align: center;
}

.slick-slide video {
    height: 300px;
    width: 183px;
    margin: auto;
}

h1 {
    font-size: 1.5em;
}

.product .price {
    font-size: 1.2em;
}

.content-description {
    font-size: 0.8em;
    color: #505050;
}

.content-description h3 {
    font-size: 1em;
    font-family: 'Montserrat', Verdana, sans-serif;
    text-transform: uppercase;
    color: #505050;
    font-weight:bold;
}

.content-page {
    font-size:13px;
}

.content-page h3 {
    font-size:1.2em;
    margin-top: 1em;
}

.cart td:nth-child(2) a {
    color: #505050;
}

.cart table, .cart .btn {
    font-size: 0.8em;
}

.cart td:nth-child(5) {
    white-space: nowrap;
}

.cart td:nth-child(3), .cart th:nth-child(3), .cart td:nth-child(4), .cart th:nth-child(4) {
    display: none;
}

.order-form-table {
    font-size: 0.7em;
    color: #505050;
}

.order-form-table h3 {
    font-size: 1.3em;
    font-family: 'Montserrat', Verdana, sans-serif;
    text-transform: uppercase;
    color: #505050;
    font-weight:bold;
}

.order-form-table .form-check {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    padding-left:0;
}

.order-form-table .form-check-label, .order-form-table .form-check-label-small {
    margin-bottom: 0;
    cursor: pointer;
}

.order-form-table .form-check-label label {
    padding-left: 1.5rem;
}

.order-form-table .form-check-label-small label {
    padding-left: 1rem;
}

.order-form-table .delivercheckbox input {
    float: left;
    height: 55px;
    margin-right: 10px;
    display: inline;
    margin-top: -15px;
}

.order-form-table .delivercheckbox label {
    display: inline;
}

.order-form-table a {
    color: #505050;
}

.order-form-table i {
    margin-right: 10px;
}

.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    width:250px !important;
    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
    font-size: .875rem;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .w-xs-100 {
        width: 100% !important;
    }

    .w-xs-75 {
        width: 75% !important;
    }

    .w-xs-50 {
        width: 50% !important;
    }

    .w-xs-25 {
        width: 25% !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }
}

@media (min-width: 700px) {

    .cart td:nth-child(3), .cart th:nth-child(3) {
        display: table-cell;
    }
}

@media (min-width: 576px) {
    .slick-slide img {
        height: auto;
    }

    .slick-slide video {
        width:379px;
        height: 600px;
    }

    h1 {
        font-size: 1.6em;
    }

    .product .price {
        font-size: 1.5em;
    }

    .cart td:nth-child(3), .cart th:nth-child(3), .cart td:nth-child(4), .cart th:nth-child(4) {
        display: table-cell;
    }

}

.cc-grower{
	 display: none;
	 overflow: hidden;
	 z-index:999999999;
	 max-width: 718px;
	 border-radius: 8px;
	 top:50%;
	 left: 50%;
	 position: fixed;
	 height:auto;
	 overflow:hidden;
	 transform: translate(-50%,-50%);
	 width: calc(100% - 16px);
	 max-height: calc(100% - 16px);
	 background-color: #eff0f1;
	-wekbit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.50);
     box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.50);
	 padding:10px;
 }

.cc-grower label {
	cursor: pointer;
}

 .cc-grower .cookietitle {
	font-size:28px;
	padding: 0 0 10px 0;
	font-family: 'title';
 }

.cc-window {
	padding-top: 20px;
	font-size:14px;
	padding-bottom: 35px;
	opacity: 1;
	transition: opacity 1s ease;
}

.cc-window .cc-link {
	font-weight: bold;
	padding: 5px 15px 8px 15px;
	margin: 0px 15px;
}

.cc-window .form-group{
	margin-bottom: 5px;
}

.cc-window .form-group {
	display:block;
	margin: 0 15px 0 0;
}

.cc-window .btn-secondary {
    background: #AFCFBA;
    border:0;
}

.cc-window .btn-success {
    background: #000;
    color: #FFF;
    border:0;
}

.cc-window.cc-invisible {
	opacity: 0
}

.cc-animate.cc-revoke {
	display: none;
	visibility: hidden;
}

.cc-close:focus,
.cc-close:hover {
	opacity: 1
}

.cc-popover{
	z-index: 99999;
	max-width: 450px;
	border-radius: 0;
}

.cc-window button {
    font-size:14px;
    margin: 0 10px 0 0;
}

@media print {
	.cc-revoke,
	.cc-window {
		display: none
	}
}

@media screen and (max-width:900px) {
	.cc-btn {
		white-space: normal
	}
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
	.cc-window.cc-top {
		top: 0
	}

    .cc-window button {
        float: none;
        width:100%;
        margin: 10px 0 0 0;
    }

	.cc-window.cc-bottom {
		bottom: 0
	}

	.cc-window.cc-banner,
	.cc-window.cc-left,
	.cc-window.cc-right {
		left: 0;
		right: 0
	}

	.cc-window.cc-banner {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.cc-window.cc-banner .cc-compliance {
		-ms-flex: 1;
		flex: 1
	}

	.cc-window.cc-floating {
		max-width: none
	}

	.cc-window .cc-message {
		margin-bottom: 1em
	}

	.cc-window.cc-banner {
		-ms-flex-align: unset;
		align-items: unset
	}
}

.tww_popup__image {
	height: 80% !important;
}
