:root {
  --column-right-aside-width: 400px;
}


body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: rgb(60 28 13);
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
}
/* default font size */
.fa, .fal {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #3c1c0d;
}
a:focus, a:hover {
    color: #6d5200;
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
.bg-white{
    background-color: #fff !important;
}
label {
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 14px;
}
.input-group .input-group-addon {
    font-size: 14px;
    height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:before {
    content: '* ';
    color: #3c1c0d;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
}
#header-top {
  float: right;
  margin: -15px 0px 0px 0px;
}

header {
    background-color: #3c1c0d;
    padding: 30px 0px;
}
body.fixed {
  margin-top: 162px;
}
body.fixed header {
  position: fixed;
  width: 100%;
  top: 0px;
  padding: 0px;
  z-index: 9998;
  height: 60px;
}
body.fixed header #logo {
  margin: 5px 0px 0px 0px;
  height: 45px;
}
body.fixed header #logo img {
  height: 100%;
  width: auto;
}

body.fixed #header-top {
  display: none;
}
body.fixed header .header-button {
  margin-top: 5px;
}
body.fixed #menu {
  position: fixed;
  top: 60px;
  width: 100%;
}





#home-content {
  margin: 10px 0px;
}
aside {
    margin: 25px 0px;
}
/* top */
#top {
    padding: 0px 0 0px 0px;
    background: #210d03;
}
#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: #fff;
    opacity: 0.6;
    text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
#top-links li {
  padding: 0px;
}
#top-links li + li {
  border-left: 1px solid #573c2f;
  margin-left: 5px;
  padding-left: 8px;
}


#top .btn-link:hover, #top-links a:hover {
    color: #f8e4a8;
    opacity: 1;
}
#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;
}
#top-links a + a {
    margin-left: 15px;
}
#top-links ul span {
    color: #fff;
}
/* logo */
#logo {
    margin: 15px 0 15px 0;
    width: 450px;
    height: auto;
}
@media (max-width: 992px){
    #top-links a{
        font-size: 12px;
    }
}
@media (max-width: 767px){
    #logo {
        margin: -20px 0 0px 0;
        height: 9vw;
        overflow: hidden;
    }
    #logo a img {
        margin: auto;
    }
    #top-links {
        text-align: center;
        margin-bottom: 16px;
        border-bottom: 1px solid #f8e4a8;
    }
    #top .btn-link, #top-links li, #top-links a {
        padding: 3px;
    }
    #cart > .btn {
        padding: 3px 20px;
    }
}
/* search */
#search {
  border: 1px solid transparent;
  margin-top: 5px;
}
#search .input-lg {
  height: 46px;
  border-radius: 0px;
  padding: 2px 10px;
  background: transparent;
  color: #fff;
  text-align: right;
  border: 0;
  float: right;
  display: block;
  margin-right: 0px;
  width: 0%;
  border: 1px solid transparent;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#search .input-lg::placeholder {
  color: #d2ba71;
}
#search .btn {
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0px;
}

#search:hover .input-lg,
#search .input-lg:focus,
#search .input-lg:active,
#search .input-lg:hover,
#search .input-lg.focus {
width: calc(100% - 60px);
}
#search:hover .input-lg {
  border: 1px solid #d0b870;
}
#search .form-control:focus {
  box-shadow: none !important;
}
#search:hover .btn {
  border: 1px solid #d0b870;
  border-left: 0px;
}

body.fixed #search {
  margin-top: -5px;
} 


/* cart */




.header-button {
  color: #fff;
  display: inline-block;
  float: right;
  margin: 15px 5px 0px 5px;
}

.header-button,
.header-button .btn {
  color: #fff;
  background: none;
  border: none;
  display: block;
  padding: 10px 5px;
  border: 1px solid transparent;
}
.header-button .icon {
  color: #fff;
  font-size: 22px;
}
.header-button a:hover,
.header-button .btn:hover {
  color: #d2ba71;
}
.header-button:hover .icon {
  color: #d2ba71;
}


.header-button-cart {
  font-size: 25px;
  padding: 0px;
}
.header-button-cart .btn {
  padding: 0px;
  border-radius: 0px;
  padding: 9px 15px;
}

.header-button-cart .icon {
  font-size: 25px;
  float: left;
}
.header-button-cart .cart-total-items {
  position: absolute;
  left: 40px;
  top: 2px;
  font-size: 12px;
  font-weight: 600;
  background: #d0b870;
  color: #3c1c0d;
  min-width: 20px;
  height: 20px;
  line-height: 19px;
  display: inline-block;
  border-radius: 100px;
}
.header-button-cart .cart-total {
  float: left;
  margin: 3px 0px 0px 25px;
}

.header-button-cart.open > .btn {
  color: #d2ba71;
}
.header-button-cart.open > .btn .icon {
  color: #d2ba71;
}



#cart {
    width: auto;
    display: inline-block;
}

#cart .dropdown-menu {
    background: #f8e4a8;
    z-index: 1001;
    border-radius: 0;
    color: #3c1c0d;
}
#cart .dropdown-menu {
    min-width: 100%;
    min-width: 450px;
}




#cart .dropdown-menu .cart-empty {
  padding: 30px 15px;
}

#cart .dropdown-menu .cart-empty .icon {
  display: block;
  float: none;
  text-align: center;
  font-size: 40px;
  color: #dfc883;
}

#cart .dropdown-menu .cart-empty p {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #7a6934;
  margin-top: 20px;
}





@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
@media (max-width: 767px){
    #cart > .btn {
        padding: 3px 20px;
    }
}


#cart table tr td {
  border: none !important;
}
.nowrap {
    white-space: nowrap;
}
/* menu */
#menu {
    min-height: 40px;
    border-radius: 0px;
    background-color: #d2ba71;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 1px 21px -7px rgba(60,28,13,1);
    -moz-box-shadow: 0px 1px 21px -7px rgba(60,28,13,1);
    box-shadow: 0px 1px 21px -7px rgba(60,28,13,1);
    z-index: 999;
    border-bottom: 1px solid #3c1c0d;
}
@media (min-width: 767px){
    #menu .navbar-nav{
        float:none;
        margin: 0 auto;
        display: block;
    }
}

#menu .nav {
  text-align: center;
}
#menu .nav > li {
  display: inline-block;
  float: none;
}

#menu .nav > li > a {
    color: #3c1c0d;
    padding: 15px 7px;
    min-height: 15px;
    font-weight: 500;
    font-size: 15px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}




#menu .nav > li > a:after {
  content: '';
  background: #3c1c0d;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  margin-top: 25px;
  width: 0%;
  height: 1px;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
#menu .nav > li > a:hover:after {
  width: 40px;
}




#menu .nav > li > a .icon {
    margin-left: 10px;
}
#menu .nav > li > a:hover,
#menu .nav > li:hover > a,
#menu .nav > li.open > a {
    background: #d2ba71;
    color: #3c1c0d;
}
#menu .nav > li.open > a,
#menu .nav > li:hover > a,
#menu .nav > li > a:active,
#menu .nav > li > a:focus {
 color: #3c1c0d;
}










#menu .dropdown-menu {
    padding-bottom: 0;
    background-color: #d2ba71;
    border-radius: 0;
    box-shadow: none;
    border: none;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 5px 20px;
    clear: both;
    line-height: 20px;
    color: #3c1c0d;
    font-size: 17px;
}
#menu .dropdown-inner li a:hover {
    color: #000;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 7px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0;
    font-size: 15px;
    color: #fff;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #f8e4a8;
    background-color: #3c1c0d;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 7px 19px;
    float: right;
    background-color: #d2ba71;
    border: 0;
    border-radius: 0;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #d2ba71;
}
@media (min-width: 767px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
}

/* Baner Akce */
.info-banner {
    background-color: #f8e4a8;
}
.info-banner p {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin: 15px 0;
}
.info-banner p a {
    color: #8e7f52;
    font-size: 14px;
    text-decoration: underline;
    margin: 0 15px;
}
/* Slider */
#slider .owl-carousel .owl-wrapper .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#slider .owl-carousel .owl-wrapper .item img{
    width: 100%;
}
#slider {
    background-position: center top;
    background-repeat: no-repeat;
    background-origin: content-box;
    overflow: hidden;
}
#slider .owl-carousel {
    margin: 0 0 30px;
    background: none;
}
#slider .owl-carousel .owl-wrapper-outer {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
#slider .owl-carousel:hover .owl-buttons div {
    opacity: 0.9;
    color: rgb(248, 228, 168);
    box-shadow: none;
}
#slider .slider-image img {
    margin: auto auto;
}
#slider .slider-text {
    padding: 70px 15px 20px 10px;
}
#slider .slider-btn a {
    display: inline-block;
    padding: 15px 25px;
    background-color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 15px 10px;
}
#slider .slider-btn a:hover {
    background-color: #f8e4a8;
    color: #3c1c0d;
}
#slider .slider-text h1, #slider .slider-text h2, #slider .slider-text h3, #slider .slider-text h4, #slider .slider-text h5 , #slider .slider-text p {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    color: #fff !important;
}
@media (min-width: 991px) {
    #slideshow-mobile {
        display: none !important;
    }
    #slideshow0 {
        display: block !important;
    }
}
@media (max-width: 991px) {
    #slideshow0 {
        display: none !important;
    }
    #slideshow-mobile {
        display: block !important;
    }
    #slider .owl-carousel {
        margin: 0 0 0;
    }
    #slider .slider-text {
        padding: 30px 10px 15px 10px;
    }
    #slider .slider-image img {
        margin: 25px auto 25px auto;
    }
}
@media (max-width: 680px) {
    #slider .slider-content .col-xs-6 {
        width: 60%;
    }
    #slider .slider-content .slider-image {
        width: 40%;
    }
    #slider .slider-text {
        padding: 30px 10px 15px 10px;
    }
    #slider .slider-image img {
        margin: 40px auto 25px auto;
    }
}
@media (max-width: 680px) {
    #slider .slider-content .col-xs-6 {
        width: 100%;
    }
    #slider .slider-content .slider-image {
        display: none;
    }
}
/* content */
#content {
    min-height: 600px;
}
body[class*=information-information-] #content a{
    text-decoration: underline;
}
body[class*=information-information-] #content a:hover,
.common-home #content a{
    text-decoration: none;
}

/* footer
footer {
        -webkit-box-shadow: 0px 0px 30px 0px rgba(120,120,120,1);
        -moz-box-shadow: 0px 0px 30px 0px rgba(120,120,120,1);
        box-shadow: 0px 0px 30px 0px rgba(120,120,120,1);
}
*/
.footer-content li a, .footer-content li {
    color: #3c1c0d;
    font-size: 15px;
    line-height: 1.7;
    
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;

}
.footer-content li a:hover {
    color: #c4984f;
}
.footer-content strong {
    font-size: 18px;
    font-weight: bold;
    display: block;
    color: #3c1c0d;
    margin-bottom: 10px;
}
.footer-content {
    padding: 60px 0 30px 0;
    /* margin-top: 30px; */
    background-color: #f2f2f2;
}
.footerDopravaZdarma {
    text-align: center;
    background-color: #c4984f;
    color: #fff;
    padding: 20px 0;
    text-transform: uppercase;
    margin: 30px auto;
    border-radius: 5px;
    line-height: 1.2;
    font-size: 23px;
    max-width: 260px;
}
.footerDopravaZdarma .dz {
    font-weight: 700;
}
.footerIcons i {
    font-size: 40px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.footerIcons > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
@media (min-width: 767px) {
    .footerIcons > div {
        justify-content: space-between;
        gap: 0;
    }
    .footerIcons i {
        padding: 3px;
    }
}
.footerLogo img {
    margin: 20px auto;
}
.footerLeonidasLogo img {
    max-width: 140px;
    margin: 15px auto 30px auto;
}
.footer-copright {
    background-color: #f2f2f2;
}
.footer-copright p {
    margin: 0;
    padding: 15px 0;
    font-size: 13px;
    color: #3c1c0d;
    font-style: Italic;
    border-top: 1px solid #3c1c0d;
    text-align: center;
}
@media (max-width: 767px) {
    .footer-content {
        text-align: center;
    }
}
/* alert */
.alert {
    padding: 12px 20px 12px 20px;
    margin: 10px 0px 10px 0px;
    border-color: whitesmoke;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light {
    color: #3c1c0d;
    background: #fff;
    border: 1px solid #d2ba71;
}
.btn-light:hover, .btn-light:active, .btn-light.active, .btn-light:focus, .btn-light.disabled, .btn-light[disabled] {
    border: 1px solid #3c1c0d;
}


.btn-primary {
    color: #ffffff;
    background-color: #d2ba71;
    border: none;
    border-radius: 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #9e8c55;
    background-position: 0 -15px;
}
.btn-nechci {
    color: #ffffff;
    background-color: #ccc;
    border: none;
    border-radius: 0;
}
.btn-nechci:hover, .btn-nechci:active, .btn-nechci.active, .btn-nechci:focus, .btn-nechci.disabled, .btn-nechci[disabled] {
    background-color: #aaa;
    background-position: 0 -15px;
    color: #ffffff;
}

.btn-more {
    color: #ffffff;
    padding: 3px 6px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #03A9F4;
    background-image: linear-gradient(to bottom, #03A9F4, #2196F3);
    background-repeat: repeat-x;
    border-color: #03A9F4 #03A9F4 #03A9F4;
}
.btn-more:hover {
    color: #fff;
}
.btn-more:hover, .btn-more:active, .btn-more.active, .btn-more.disabled, .btn-more[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
    border: 1px solid #f2f2f2;
    color: #3c1c0d;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #fff;
    background: #d2ba71;
}
/* 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 {
  overflow: auto;
  position: relative;
  margin: 5px;
  transition: box-shadow 0.3s ease-in-out;
  border: 1px solid #ddd;
  cursor: pointer;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.product-thumb:hover{
/*
    -webkit-box-shadow: 0px 0px 12px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(194,194,194,1);
    box-shadow: 0px 0px 12px 0px rgba(194,194,194,1);

*/    
-webkit-box-shadow: 0px 0px 10px -6px rgba(60,28,13,1);
-moz-box-shadow: 0px 0px 10px -6px rgba(60,28,13,1);
box-shadow: 0px 0px 10px -6px rgba(60,28,13,1);
border-color: #3c1c0d;


}
.product-thumb .image {
    text-align: center;
    margin-top: 0px;
    padding: 15px;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a, .product-thumb h4 a {
    cursor: pointer;
}
.product-thumb .image a:hover .single-thumb {
    opacity: 0.9;
}
.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: 0 15px;
    }
}
.product-thumb h2,
.product-thumb h4 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
    min-height: 45px;
    margin-top: 0px;
    min-height: 60px;
}
.product-thumb .caption {
    padding: 10px 15px 10px 15px;
    min-height: 105px;
    text-align: center;
}
@media(max-width: 767px){
    .product-thumb .caption {
        padding: 0;
    }
}

.product-detail .tags,
.product-details .tags,
.product-thumb .caption .tags{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    padding-left: 0;
    pointer-events: none;
}
.product-detail .tags li,
.product-details .tags li,
.product-thumb .caption .tags li{
    background-color: #d2ba71;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: .5rem;
}
.product-detail .tags li.new,
.product-details .tags li.new,
.product-thumb .caption .tags li.new{
    background-color: #3c1c0d;
}
.product-detail .tags li.sugarfree,
.product-details .tags li.sugarfree,
.product-thumb .caption .tags li.sugarfree{
    background-color: #8BC34A;
}
.product-thumb .caption p {
    font-size: 14px;
    /* min-height: 125px;
    margin-bottom: 0; */
}
.product-thumb-mirror{
    position: relative;
    cursor: pointer;
}/*
.product-thumb-mirror .img-top {
        display: none;
    position: absolute;
    top: 25px;
    left: 95px;
    z-index: 99;
}
.product-thumb-mirror .img-top-category {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
}
.product-thumb-mirror .img-top-category-pralinky {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        width: 165px;
        max-width: 100%;
}*/
.napolitans-modal .product-thumb-mirror .img-top-category-pralinky {
    top: 0px;
    max-width: 160px;
}
.napolitans-modal .box-text {
    min-height: 55px;
    line-height: 1.3;
    text-align: center;
}
.napolitans-modal {
    margin-left: 0;
    margin-right: 0;
}
.napolitans-modal a {
    cursor: pointer;
}
.napolitans-modal .col-xs-4:hover {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(194,194,194,1);
    box-shadow: 0px 0px 12px 0px rgba(194,194,194,1);
}
.product-thumb-has-mirror:hover .product-thumb-mirror img{
    opacity: 0;
}

  
.product-thumb-has-mirror .product-thumb-mirror img.img-top-category-pralinky,
.product-thumb-has-mirror .product-thumb-mirror img.img-top-category,
.product-thumb-has-mirror .product-thumb-mirror img.img-top{
    display: none;
    max-width: 100%;
    height: auto;
}
.product-thumb-has-mirror:hover .product-thumb-mirror img.img-top-category-pralinky,
.product-thumb-has-mirror:hover .product-thumb-mirror img.img-top-category,
.product-thumb-has-mirror:hover .product-thumb-mirror img.img-top {
    display: block;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}
.product-thumb-mirror:hover img:last-child{
    opacity: 1;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
.search-row > .col-md-5 > h2 {
    margin-top: 0;
}
.search-row select {
    height: 31px;
}
@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-mirror:hover .img-top-category-pralinky, .product-thumb-mirror:hover .img-top-category, .product-thumb-mirror:hover .img-top {
        display: none;
    }
}
.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: #be8d4d;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
}
.product-thumb .prod-info {
    font-size: 15px;
    color: #3c1c0d;
}
.product-details .price-new,
.product-attributes .price-new,
.product-thumb .price-new {
    font-weight: 600;
}
.product-attributes .price-old,
.product-details .price-old,
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-details .price-old{
    font-size: 12px;
}
.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: 767px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
    #cart {
        max-width: 100%;
    }
    #search {
        margin: auto auto;
    }
    .product-button button {
        width: 100%;
        margin-top: 20px;
    }
    .btn-nechci{
        margin-bottom: 20px;
    }
    .sub-categories .btn-group {
        background-color: whitesmoke;
    }
    .sub-categories .btn-group .btn {
        padding: 10px 10px !important;
        box-shadow: none !important;
    }
    .box {
        margin: 20px auto 20px auto;
    }
}
.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;
    position: relative;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.main-thumbnail {
    margin: 10px 0px 20px 0px;
    padding: 50px 0px;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #d2ba71;
}
.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%;
}

.product-layout{
    max-width: 50%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* 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;
}

/* livesearch */
[name=search] {
    outline: none;
}
#livesearch, #livesearch * {
    margin: 0;
    padding: 0;
    list-style: none;
}
#livesearch {
    position: absolute;
    width: 250px!important;
    top: 0px;
    background: #fff;
    z-index: 100;
    box-shadow: 0px 10px 30px
}
#livesearch li {
    border-top: 1px solid #eee;
}
#livesearch a {
    display: block;
    clear: both;
    overflow: hidden;
    padding: 7px;
    font-size: 14px;
    line-height: 130%;
    text-decoration: none;
}
#livesearch a:hover, #livesearch li.active a {
    background: #dc4e1a;
    color: #fff;
}
#livesearch img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
#livesearch img[src=''] {
    display: none;
}
#livesearch .more {
    text-align: center;
    font-weight: bold;
}

/* EU cookies */
.euc {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #333;
    background: #eee;
    z-index: 1000;
    text-align: center;
    padding: 10px 10px;
    font-size: 14px;
    border-top: 2px solid #ccc;
}
.euc a {
    color: #333;
    text-decoration: underline;
}
.euc a.euc-ok {
    border: 0px;
    background: #ccc;
    color: #333;
    padding: 2px 15px;
    text-decoration: none;
}
.euc a.euc-ok:hover {
    background: #bbb;
}
@media (max-width: 1399px) {
    .euc {
        text-align: left;
        padding-right: 250px;
    }
}
@media (max-width: 991px) {
    .euc a {
        margin-top: 5px;
        display: inline-block;
    }
}
@media (max-width: 699px) {
    .euc {
        font-size: 12px;
        padding-right: 120px;
    }
}

/* Category page */
.category-title {
    text-align: center;
    margin: 35px 0px 15px;
}           
.category-title + div a {
    text-decoration: underline;
}
.category-title + div a:hover {
    text-decoration: none;
}
.category-second-title {
    text-align: center;
    margin: 0px 0px 15px;
}
.row.sub-categories {
    text-align: center;
    margin-bottom: 30px;
    padding: 0px 5px;
}
#filter .btn-group .btn {
    padding: 10px 9px;
    font-size: 13.5px;
}

.sub-categories .btn-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        background-color: whitesmoke;
}
.sub-categories .btn-group .btn {
    font-size: 15px;
    font-weight: 700;
    color: rgb(51, 51, 51);
    background: rgb(245, 245, 245);
    box-shadow: none!important;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 10px 23px;

}
.sub-categories .btn-group .btn:hover {
    color: rgb(165, 146, 89);
}
.sub-categories .btn-group .active {
    color: rgb(210, 186, 113);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 7px inset;
}
/* Product page */
.detail-product-description {
    min-height: 135px;
}
/* Product details */
.product-details {
    border: 1px solid #c4984f;
    border-radius: 5px;
    padding: 15px 35px;
    margin-bottom: 20px;
}
.product-details h1 {
    font-weight: 700;
    margin-bottom: 20px;
}
.product-details .close {
    opacity: 0.6;
    color: #c4984f;
    text-shadow: none;
    border-radius: 100px;
    padding: 0px 5px;
    margin-right: -45px;
    margin-top: -5px;
}
.product-details .close:hover {
    opacity: 1;
}
.product-details .close i {
    font-size: 25px;
}
.product-details .image-main .thumbnail {
    border: 0;
}
.product-details hr {
    border-top: 1px solid #3c1c0d;
    margin: 30px 0;
}
.product-description {
    margin-top: 20px;
}
.product-description, .product-attributes {
    font-size: 16px;
}
.product-description a, .product-attributes a {
    color: #d2ba71;
}
.product-description a:hover, .product-attributes a:hover {
    text-decoration: underline;
}
.product-attributes .discount{
    background-color: #d2ba71;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;

}

@media(max-width: 767px){

    .product-details {
        padding: 15px 15px 0 15px;
        margin-bottom: 20px;
    }
    .product-details h1 {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .product-details .image-additional{
        display: none;
    }
    .product-details p:empty{
        display: none;
    }
    .product-details .image-main .thumbnail{
        margin: 0;
    }
    .product-description {
        margin-top: 5px;
    }
    .product-details hr {
        margin: 10px 0;
    }
    .product-details br + br {
        display: none;
    }
}



.quantity-wrap{
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    vertical-align: middle;
    margin-right: 1rem;
}
.quantity-wrap input{
    font-size: 1.9rem;
    width: 10rem;
    text-align: center;
    display: block;
    float: left;
    padding: 0;
    padding-right: 3rem;
    height: 5.5rem;
    border: 0;
}
.quantity-wrap  .control{
    position: absolute;
    display: block;
    font-size: 1.2rem;
    top: 0;
    right: 0;
    text-align: center;
    border-left: .1rem solid #d2ba71;
}
.quantity-wrap  .control span{
    width: 3rem;
    height: 2.75rem;
    line-height: 3rem;
    display: block;
    cursor: pointer;
    background-color: #d2ba71;
    color: #fff;
}
.quantity-wrap  .control span:hover{
    background-color: #e8d7a3;
}



.product-button {
    text-align: right;
    margin: 20px 0px;
}
.product-button button {
    font-size: 20px;
    padding: 14.5px 50px;
    font-weight: 700;
    border-radius: 5px;
}
.product-button button i {
    font-size: 20px;
    margin-right: 10px;
}
.product-button #input-quantity {
    font-size: 20px;
    padding: 11px 15px;
    border: 1px solid #d2ba71;
    box-shadow: none;
    text-align: center;
    margin-right: 26px;
}
.boboniery-button {
    background-color: #d2ba71;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 25px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media(max-width: 768px){

    .boboniery-button {
        font-size: 13px;
        padding: 5px 10px;
    }

    .product-button {
        margin: 0px 0px;
    }
    .product-button .form-group{
        margin: 0px 0px 5px 0;;
        text-align: center;
    }
    .product-button .form-group .btn{
        font-size: 16px;
        padding: 10px;
        margin: 10px 0;
    }
}
.boboniery-button:focus, .boboniery-button:hover {
    color: #fff;
    background-color: #d2ba7194;
    text-decoration: none;
}

Chtěll jsem Ti věnovat vyhlídkový let, ale přišlo mi to málo.
Nedovol, ať je Tvůj život jenom oním pasivním vyhlídkovým letem, když ho můžeš ty sama pilotovat.

.home-content {
  padding: 15px 00px;
}

.home-content .col-md-4 {
  padding: 10px;
}
.home-category {
    width: 100%;
    overflow: hidden;
  	-webkit-transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-o-transition: all .25s ease-in-out;
  	transition: all .25s ease-in-out;
}
.home-category .image {
    overflow: hidden;
}
.home-category:hover {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(194,194,194,1);
    box-shadow: 0px 0px 12px 0px rgba(194,194,194,1);
}
.home-category:hover img {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(130, 130, 130);
    -moz-box-shadow: 0px 0px 12px 0px rgba(130, 130, 130);
    box-shadow: 0px 0px 12px 0px rgba(130, 130, 130);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.home-category img {
    width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.home-category .category-text {
    text-align: center;
    padding: 20px 10px;
    background-color: rgba(60,28,13,0.7);
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
  	-webkit-transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-o-transition: all .25s ease-in-out;
  	transition: all .25s ease-in-out;
}
.home-category:hover .category-text {
    background-color: rgba(60,28,13,0.9);
}
.home-category .category-text h2, .home-category .category-text h3 {
    margin: 10px 0;
    color: #fff;
}

/* Pralinky category aside */
.choose-box-form{
    margin: 0px -5px !important;
}
.choosen-box table img {
    max-width: 75px;
    margin-right: 15px;
}
.choosen-box table .text-left {
    vertical-align: middle;
}
.choosen-box table .text-left p {
    margin: 5px 0;
    font-size: 15px;
}
.box {
    background: #3c1c0d;
    text-align: center;
    padding: 15px 15px;
    margin: 0px auto 20px auto;
    border-radius: 15px;
    border: 2px solid #d2ba71;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
    
-webkit-box-shadow: inset 0px 0px 15px 9px rgba(26,10,3,1);
-moz-box-shadow: inset 0px 0px 15px 9px rgba(26,10,3,1);
box-shadow: inset 0px 0px 15px 9px rgba(26,10,3,1);
}

.delete-all-pralines {
    width: auto;
    display: block;
    margin-top: -28px;
    cursor: pointer;
    text-align: center;
}
.delete-all-pralines a {
    display: inline-block;
    background: #3c1c0d;
    color: #d2ba71;
    border-bottom: 2px solid #d2ba71;
    font-size: 12px;
    border-radius: 10px;
    padding: 2px 10px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
  
  
-webkit-box-shadow: inset 0px 0px 15px 9px rgba(26,10,3,1);
-moz-box-shadow: inset 0px 0px 15px 9px rgba(26,10,3,1);
box-shadow: inset 0px 0px 15px 9px rgba(26,10,3,1);
}
.delete-all-pralines a:hover {
    background: #d2ba71;
    color: #3c1c0d;
    box-shadow: none;
}
.delete-all-pralines i {
    font-size: 13px;
    margin: 0px 5px 0px 0px;
}


.box > div {
    background: #3c1c0d;
    color: #fff;
    float: left;
    margin: 3px 3px;
    padding: 0 0;
}
.box > div > span {
    background: #fff;
    padding: 0;
    border-radius: 25px;
    width: 30px;
    height: 30px;
    display: block;
}
x.box > div > .full {
    background: #fff;
    color: #fff !important;
    cursor: pointer;
    position: relative;
}
.box > div > .full:hover {
    background: #fff;
}
.box > div > .full > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: none;
}
.box > div > .full:hover > i {
    display: inherit;
}
.aside-grey {
    padding: 0px;
    margin: 0px;
}
.aside-grey hr {
  border-top: 1px solid #ddd !important;
}
.aside-grey.floating {
    position: fixed;
    top: 0;
    margin-top: 0;
    z-index: 10;
}



.choosen-box-frame .praline,
.choosen-box-frame .praline:before,
.choosen-box-frame .praline img {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100px;
}
.choosen-box-frame .praline:before {
  content: '\f00d';
  position: absolute;
  font-family: FontAwesome;
  background: rgba(0,0,0,0.4);
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.choosen-box-frame .praline:hover:before {
  opacity: 1;
}


.choosen-box-frame .praline-empty {
  background: #fff;
}
.choosen-box-frame .praline-empty:hover:before {
  display: none;
}










.choosen-box-frame button {
    font-size: 20px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 5px;
}
.choosen-box-frame button i {
    font-size: 20px;
    margin-right: 10px;
}
.choosen-box-frame p {
    margin: 10px 0;
}
.aside-grey hr {
    margin: 10px 0;
    border-top: 1px solid #333;
}
.choose-box-form h3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.choose-box-form .form-inline {
    margin: 15px 0;
    display: flex;
    align-items: center;
}
.choose-box-form .form-group {
    width: 41%;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
}
.choose-box-form .form-group .form-control {
    width: 100%;
}
.choose-box-form .btn {
    margin-top: 24px;
    width: calc(18% - 5px);
}
.all-boxes {
    font-size: 15px;
    margin: 5px 0;
}
.all-boxes .btn:hover{
    text-decoration: underline;
}
/* Boxes slides */
#boxesCarousel .box-image {
  margin-bottom: 10px;
}
#boxesCarousel .box-image img, #bows .box-image img, #complements .box-image img {
    width: 100%;
    height: auto;
    margin: auto;
}
#boxesCarousel .box-image .img-top-category-pralinky, #bows .box-image .img-top-category-pralinky, #complements .box-image .img-top-category-pralinky {
    top: 0px;
}
#boxesCarousel .item > div:hover .box-image .img-top-category-pralinky {
    display: inline;
}
#boxesCarousel .box-text {
    text-align: center;
}
.boxes .boxes-info-text {
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.boxes .col-xs-12{
  padding-left: 0px;
  padding-right: 0px;
}
.boxes .item .col-xs-6 {
  padding: 5px !important;
}
.boxes .item a {
  border: 1px solid #f4f4f4;
  padding: 5px;
  display: block;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.boxes .item a:hover {
  -webkit-box-shadow: 0px 0px 10px -6px rgba(60,28,13,1);
  -moz-box-shadow: 0px 0px 10px -6px rgba(60,28,13,1);
  box-shadow: 0px 0px 10px -6px rgba(60,28,13,1);
  border-color: #3c1c0d;
}
#boxesCarousel {
  margin: 0px -15px;
}
.boxesCarouselNav {
    text-align: center;
    margin-top: 10px;
}
.boxesCarouselNav > a > i {
    font-size: 33px;
    margin: 0px 10px;
}
.kompliment {
    padding: 0;
}
.kompliment a {
    cursor: pointer;
}
.kompliment [type="radio"] {
    display: none;
}
.kompliment label {
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
}
.kompliment [type="radio"]:checked + label {
    webkit-box-shadow: 0px 0px 12px 0px rgba(196, 152, 79);
    -moz-box-shadow: 0px 0px 12px 0px rgba(196, 152, 79);
    box-shadow: 0px 0px 12px 0px rgb(196, 152, 79);
}



/* --------------------------------

Main components

-------------------------------- */
#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #c4984f;
}
@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}
.cd-timeline-block::after {
    clear: both;
    content: "";
    display: table;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #c4984f;
}
.cd-timeline-img img {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    left: 40%;
    top: 40%;
    margin-left: -15px;
    margin-top: -15px;
    background-color: #fff;
}
.cd-timeline-img {
    background: #ffff;
    overflow: hidden;
    z-index: 9999;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #f2f2f2;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
    webkit-box-shadow: 0px 0px 12px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(194,194,194,1);
    box-shadow: 0px 0px 12px 0px rgba(194,194,194,1);
}
.cd-timeline-content::after {
    clear: both;
    content: "";
    display: table;
}
.cd-timeline-content h2 {
    margin-top: 10px;
    font-weight: 700;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 13px;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
}
.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #ffffff;
    border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
    font-weight: 700;
}
.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #f2f2f2;
}
@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
    }
    .cd-timeline-content p {
        font-size: 16px;
    }
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #f2f2f2;
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #f2f2f2;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.nase-kavarna-gallery > div {
    height: 260px;
}
.nase-kavarna-gallery > div > a {
    border: none;
    margin-bottom: 10px;
}
.input-captcha {
    padding-top: 0px !important;
    line-height: 1.2;
}
.captcha-img {
    width: 100%;
    height: 33px;
    border-radius: 3px;
    border: 1px #000 solid;
}
.shipping-date,.shipping-date2,.shipping-date3,.shipping-date4 {
    max-width: 189px;
    margin: 10px 0 5px 0px;
}
.fade.in {
    overflow-x: hidden;
    overflow-y: auto;
}
video::-internal-media-controls-download-button {
    display:none;
}
.product-container {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 20px;
}
#content .row > .product-container ~ *{
    clear: none!important;
}
.product-layout {
  padding: 0px !important;
}

.box-in-cart{
    margin: 8rem 0;
}
.box-in-cart h1{
    text-align: center;
    margin: 4rem;
}

#box-list h3{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#box-list.hl h3{
    background-color: #d2ba71;
    color: #fff;
    padding: 1rem;
    border-radius: 5px;
}

/* page shipping */
.information-information-25,
.product-category-12,
.information-information-43 {
    background-color: #f3d4a6;
    background-image: url("../image/page-bcg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 180px;
}
.information-information-25 #content > h1,
:is(.product-category-12, .information-information-43) #content > h1{
    display: none;
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: nowrap;
}
.header-flex h1 {
    width: 50%;
    font-size: 48px;
    color: #613825;
    margin-right: 60px;
    text-align: right;
}
.header-flex p {
    width: 50%;
    padding-left: 60px;
    margin-top: 14px;
    text-align: left;
}
.header-flex img {
    display: block;
}
@media (max-width: 991px) {
    .header-flex {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
        flex-wrap: wrap;
    }
    .header-flex h1 {
        width: 100%;
        margin-right: 0px;
        text-align: center;
    }
    .header-flex p {
        width: 100%;
        padding-left: 0px;
        margin-top: 14px;
        text-align: center;
    }
    .header-flex img {
        display: none;
    }
}

#mapa-desk {
    display: block;
    margin: 0 auto;
}
#mapa-mob {
    display: none;
    margin: 0 auto;
}
@media (max-width: 991px) {
    #mapa-desk {
        display: none;
    }
    #mapa-mob {
        display: block;
    }
}
.list-block {
    transform: translateY(-70px);
}
@media (max-width: 991px) {
    .list-block {
        margin-bottom: 40px;
        transform: translateY(0px);
    }
}
.list-block::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #291005 transparent;
    top: -20px;
    right: 100px;
    position: absolute;
}
@media (max-width: 991px) {
    .list-block::before {
        content: none;
    }
}
.list-block > div {
    color: white;
    background-color: #3c1c0d;
    padding: 1px;
    text-align: center;
}
.list-block h3 {
    color: #fef2ca;
    font-size: 26px;
    background-color: #291005;
    padding: 30px 45px;
    margin: 0;
}
.list-block a{
    cursor: pointer;
}
@media (max-width: 550px) {
    .list-block h3 {
        text-align: center;
    }
}
.list-block-flex {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 20px 45px;
    text-align: left;
}
@media (max-width: 550px) {
    .list-block-flex {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
}

.list-block-flex + p {
    padding: 0 20px 20px 20px;
}
@media (min-width: 551px) {
    .list-block-flex + p {
        padding-left: 40px;
    }
}

.list-block-flex p{
    margin-top: 10px;
    font-size: 15px;
}
.list-block-flex .right-item{
    right: 45px;
    position: absolute;
    font-size: 25px;
    color: #fef2ca;
    margin: 0;
}
@media (max-width: 550px) {
    .list-block-flex .right-item{
        right: 0;
        position: unset;
        font-size: 25px;
        color: #fef2ca;
        flex-basis: 100%;
    }
}
.list-block-flex .icons {
    width: 45px;
    margin-right: 20px;
}
.list-block-flex a {
    position: relative;
}
.list-block-flex a::after, .info-text a::after {
    content: "i";
    background-color: #fef2ca;
    width: 19px;
    height: 19px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    font-size: 15px;
    color: #3c1c0d;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    line-height: 1.2;
    font-style: italic;
    font-weight: bold;
}

.list-block.light-back::before {
    border-color: transparent transparent #ffffff transparent;
    top: -20px;
    left: 100px;
    position: absolute;
}

.list-block.light-back > div {
    background-color: #faf6e8;
    color: #3a1c0f;
}
.list-block.light-back h3 {
    color: #3a1c0f;
    background-color: #ffffff;
}
/*.list-block.light-back .list-block-flex{
    margin: 25px;
}*/
@media (max-width: 550px) {
    .list-block.light-back .list-block-flex{
        padding: 12.5px 45px;
    }
    .list-block-flex .icons {
        width: 45px;
        margin: 0 14px;
    }
}
.list-block.light-back .list-block-flex .right-item{
    color: #3a1c0f;
}
.list-block.light-back .list-block-flex a::after, .info-text a::after {
    background-color: #3c1c0d;
    color: #fef2ca;
}

.wide-block-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #291005;
    padding: 20px 40px;
}
@media (max-width: 1199px) {
    .wide-block-flex {
        padding: 0 20px;
    }
    .wide-block-flex .first-item {
        display: none;
    }
}
@media (max-width: 991px) {
    .wide-block-flex {
        display: block;
        text-align: center;
        padding: 20px 40px;
    }
}
@media (min-width:992px) {
    .wide-block-flex .second-item {
        flex-basis: 17%;
    }
    .wide-block-flex .third-item {
        flex-basis: 75%;
    }
}
@media (min-width:1200px) {
    .wide-block-flex .second-item {
        flex-basis: 15%;
    }
    .wide-block-flex .third-item {
        flex-basis: calc(100% - 32% - 50px);
    }
}
.wide-block-flex .first-item {
    width: 50px;
}
.wide-block-flex .second-item h3 {
    color: #fef2ca;
    font-size: 26px;
    margin-bottom: 20px;
}
.wide-block-flex .third-item p {
    font-size: 15px;
    color: #ffffff;
    margin-top: 10px;
}

.info-text {
    text-align: center;
    padding: 35px 0;
    color: #3c1c0d;
    font-size: 14px;
}


.product-slider-wrap{
    margin: 50px 0;
}
.product-slider-wrap h3{
    text-align: center;
    position: relative;
}
.product-slider-wrap h3 span{
    font-size: 40px;
    font-weight: 500;
    margin: 40px 0;
    color: #613825;
    display: inline-block;
    background-color: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.product-slider-wrap h3:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d2ba71;
    z-index: 0;
}
.product-slider-wrap .owl-wrapper-outer{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-box-shadow:none !important;
    -o-box-shadow:none !important;
}

.product-slider-wrap .owl-prev,
.product-slider-wrap .owl-next{
    width: 2rem;
    height: 2rem;
    display: block;
    border-top: 3px solid #613825;
    border-left: 3px solid #613825;
    left: -2rem!important;
    text-shadow: none!important;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 1!important;
    color: transparent!important;
    overflow: hidden;
}
.product-slider-wrap .owl-next{
    left: auto !important;
    right: -2rem !important;
    transform: translateY(-50%) rotate(-225deg);
}

.product-slider-wrap .product-layout{
    max-width: none;
}

@media(max-width: 1000px){

    .product-slider-wrap .owl-prev{
        left: 0rem!important;
    }
    .product-slider-wrap .owl-next{
        right: 0rem!important;
    }
}



/* page for firms */



:is(.product-category-12, .information-information-43) .header-flex {
    width: 90%;
    justify-content: flex-start;
}
:is(.product-category-12, .information-information-43) .header-flex h1{
    width: auto;
    text-align: center;
    margin-left: 60px;
}
:is(.product-category-12, .information-information-43) .header-flex p{
    width: auto;
    position: relative;
    align-self: flex-start;
}
:is(.product-category-12, .information-information-43) .header-flex p .btn{
    position: absolute;
    bottom: -75px;
    left: 60px;
    margin-left: 0;
}
@media (max-width: 1199px) {
    :is(.product-category-12, .information-information-43) .header-flex {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 50px;
    }
    :is(.product-category-12, .information-information-43) .header-flex h1 {
        width: 100%;
        margin-right: 0px;
        margin-left: 0;
        text-align: center;
    }
    :is(.product-category-12, .information-information-43) .header-flex p {
        width: 100%;
        margin-left: 0px;
        margin-top: 14px;
        text-align: center;
    }
    :is(.product-category-12, .information-information-43) .header-flex img {
        display: none;
    }
    :is(.product-category-12, .information-information-43) .header-flex p .btn{
        left: 50%;
        transform: translateX(-50%);
    }
}
:is(.product-category-12, .information-information-43) #content .btn {
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    color: #3c1c0d;
    background-color: #f8e4a8;
    border: 1px solid #f8e4a8;
    border-radius: 0;
    padding: 17px 20px;
    box-shadow: none;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background-clip: padding-box;
}

:is(.product-category-12, .information-information-43) .btn.btn-dark  {
    color: #f0ddbc;
    background-color: #291005;
    border: 1px solid #291005;
}

:is(.product-category-12, .information-information-43) .btn:hover {
    color: #f0ddbc;
    background-color: #291005;
    border: 1px solid #f0ddbc;
    box-shadow: none;
}

:is(.product-category-12, .information-information-43) .btn.btn-dark:hover {
    color: #291005;
    background-color: #f0ddbc;
    border: 1px solid #291005;
}

:is(.product-category-12, .information-information-43) .btn:focus {
    outline: none;
}
.product-category-12 .list-block {
    transform: translateY(0);
    margin-top: 220px;
}
.information-information-43 .list-block {
    transform: translateY(0);
    margin-top: 280px;
}
:is(.product-category-12, .information-information-43) .list-block h3{
    font-size: 25px;
}
:is(.product-category-12, .information-information-43) .list-block-flex p{
    text-transform: uppercase;
}
:is(.product-category-12, .information-information-43) .list-block::before {
    content: "";
    margin-left: -150px;
    left: 50%;
    position: absolute;
    width: 300px;
    height: 150px;
    background-color: #291005;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: -120px;
    z-index: -10;
}
:is(.product-category-12, .information-information-43) .list-block.light-back::before {
    background-color: #ffffff;
    top: -120px;
    left: 50%;
    margin-left: -150px;
    position: absolute;
}

:is(.information-information-43) .list-block-img {
    position: absolute;
    top: -211px;
    left: 50%;
    transform: translateX(-50%);
}

.product-category-12 .list-block::after {
    content: "";
    position: absolute;
    background-image: url("../image/box-dark.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 334px;
    height: 260px;
    top: -211px;
    left: 50%;
    margin-left: -167px;
}
.product-category-12 .list-block.light-back::after {
    background-image: url("../image/box-light.png");
    top: -234px;
}
:is(.product-category-12, .information-information-43) .list-block .btn {
    margin-top: 5px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    :is(.product-category-12, .information-information-43) .list-block {
        margin-top: 180px;
    }
    :is(.product-category-12, .information-information-43) .list-block {
        margin-bottom: 0;
    }
    :is(.product-category-12, .information-information-43) .list-block .info-text {
        padding-top: 20px;
    }
    :is(.product-category-12, .information-information-43) .list-block::before {
        content: none;
    }
    :is(.information-information-43) .list-block-img {
        width: 240px;
        height: 187px;
        top: -153px;
    }
    :is(.product-category-12, .information-information-43) .list-block::after {
        width: 240px;
        height: 187px;
        top: -153px;
        margin-left: -120px;
    }
    :is(.product-category-12, .information-information-43) .list-block.light-back::after {
        top: -175px;
    }
}

:is(.product-category-12, .information-information-43) .wide-block-flex {
    justify-content: flex-start;
}
:is(.product-category-12, .information-information-43) .wide-block-flex #first-item {
    width: 70px;
    margin-right: 50px;
}
:is(.product-category-12, .information-information-43) .wide-block-flex #second-item {
    margin-right: 150px;
}
:is(.product-category-12, .information-information-43) .wide-block-flex #third-item .btn {
    width: 120px;
    height: 60px;
    margin: 0 8px;
}
@media (max-width: 1199px) {
    :is(.product-category-12, .information-information-43) .wide-block-flex #second-item {
        margin-right: 80px;
    }
}
@media (max-width: 991px) {
    :is(.product-category-12, .information-information-43) .wide-block-flex #second-item {
        margin-right: 0px;
    }
    :is(.product-category-12, .information-information-43) .wide-block-flex #third-item .btn {
        width: 100px;
        height: 50px;
        margin: 0 8px;
        margin-bottom: 16px;
    }
}

:is(.product-category-12, .information-information-43) .contact {
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
}
body.common-home #slider .owl-carousel {
    margin-bottom: 0;
}
.ikony-vyhody {
    padding: 30px 0 20px;
    background-color: #fbf7ea;
}
.ikony-vyhody .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ikony-vyhody .row .vyhody-flex{
    flex-basis: 100%;
}
@media (min-width: 350px) {
    .ikony-vyhody .row .vyhody-flex{
        flex-basis: 50%;
    }
}
@media (min-width: 1200px) {
    .ikony-vyhody .row {
        flex-wrap: nowrap;
    }
    .ikony-vyhody .row .vyhody-flex{
        flex-basis: 20%;
    }
}
.ikony-vyhody *,
.ikony-vyhody *:focus {
    outline: none;
}

.ikony-vyhody .vyhody-flex{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: column;
}
.ikony-vyhody .vyhody-flex p{
    font-size: 16px;
    margin-bottom: 0;
    padding: 15px;
    padding-top: 40px;
    transform: translateY(-30px);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}
.ikony-vyhody .vyhody-flex:hover p{
    background-color: #f8e4a8;
}
.ikony-vyhody .vyhody-flex .vyhoda-ikona{
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background: -moz-linear-gradient( 40deg, #f4d065 0%, #fff0c5 19%, #f4d064 49%, #fff0c5 73% , #f4d065 100%);
    background: -webkit-linear-gradient( 40deg, #f4d065 0%, #fff0c5 19%, #f4d064 49%, #fff0c5 73% , #f4d065 100%);
    background: -ms-linear-gradient( 40deg, #f4d065 0%, #fff0c5 19%, #f4d064 49%, #fff0c5 73% , #f4d065 100%);
    background: linear-gradient( 40deg, #f4d065 0%, #fff0c5 19%, #f4d064 49%, #fff0c5 73% , #f4d065 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-left: 20px;
}
.ikony-vyhody .vyhody-flex .vyhoda-ikona::before{
    content: '';
    position: absolute;
    display: block;-webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background: -moz-linear-gradient( -124deg, rgb(93,54,30) 0%, rgb(162,125,102) 29%, rgb(128,88,63) 49%, rgb(86,47,23) 100%);
    background: -webkit-linear-gradient( -124deg, rgb(93,54,30) 0%, rgb(162,125,102) 29%, rgb(128,88,63) 49%, rgb(86,47,23) 100%);
    background: -ms-linear-gradient( -124deg, rgb(93,54,30) 0%, rgb(162,125,102) 29%, rgb(128,88,63) 49%, rgb(86,47,23) 100%);
    background: linear-gradient( -124deg, rgb(93,54,30) 0%, rgb(162,125,102) 29%, rgb(128,88,63) 49%, rgb(86,47,23) 100%);
    width: 50px;
    height: 50px;
    z-index: 2;
}

.ikony-vyhody .vyhody-flex .vyhoda-ikona img {
    width: 20px;
    z-index: 3;
}

@media (max-width: 685px) {
    .ikony-vyhody .vyhody-flex .vyhoda-ikona {
        margin-left: 0;
    }
}

@media (min-width: 685px) {
    .ikony-vyhody .vyhody-flex {
        flex-direction: row;
    }
    .ikony-vyhody .vyhody-flex p{
        padding-left: 40px;
        padding: 15px;
        padding-left: 40px;
        transform: translateX(-30px) translateY(0);
        text-align: left;
    }
    .ikony-vyhody .vyhody-flex .vyhoda-ikona{
        width: 80px;
        height: 80px;
    }
    .ikony-vyhody .vyhody-flex .vyhoda-ikona::before{
        width: 70px;
        height: 70px;
    }

    .ikony-vyhody .vyhody-flex .vyhoda-ikona img {
        width: 40px;
    }
}


@media (min-width: 992px) {
    .ikony-vyhody .vyhody-flex p{
        font-size: 16px;
    }

    .ikony-vyhody .vyhody-flex .vyhoda-ikona{
        width: 70px;
        height: 70px;
    }
    .ikony-vyhody .vyhody-flex .vyhoda-ikona::before{
        width: 60px;
        height: 60px;
    }

    .ikony-vyhody .vyhody-flex .vyhoda-ikona img {
        width: 30px;
    }
}
/*komplimentka popup*/
#komplimentka-popup textarea {
    background-color: #f7e7d2;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 10px;
    height: 120px;
    border: none;
    resize: none;
    box-shadow: none;
    padding: 10px;
    color: #000;
    font-size: 14px;
}
#komplimentka-popup textarea::placeholder {
    font-size: 14px;
}
#komplimentka-popup label {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
#komplimentka-popup p > small {
    margin-left: 5px;
    color: rgb(119, 119, 119);
}
#komplimentka-popup .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
#komplimentka-popup .buttons .btn.komplimentka-modal-dismiss {
    background-color: #b5b5b5;
}
#komplimentka-popup .buttons .btn:hover {
    background-color: #d2ba71;
}
#komplimentka-popup .nahled {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
}
#komplimentka-popup .nahled p {
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 0 17.2147117%;
    line-height: 1.5;
    font-family: 'Playfair Display', serif;
}

#komplimentka-popup .form-group {
  margin-left: 0px;
  margin-right: 0px;
}


.alert-success-added {
  width: 100%;
  margin: -10px 0px 15px 0px;
  padding: 5px 10px;
  font-size: 12px;
  display: block;
}

.alert-success-added i {
  margin-right: 5px;
}



#cart-table td {
  border-bottom: 1px solid #ddd !important;
}
#cart-table thead td {
  font-weight: 600;
}
#cart-table tr td,
#cart tr td {
  vertical-align: middle !important;
}
#cart-table .btn-update {
  background: none;
  height: 34px;
  line-height: 34px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#cart-table .btn-remove {
  background: #d27171;
  text-shadow: none !important;
  box-shadow: none !important;
}
#cart-table .btn-remove:hover {
  background: #b34747;
}

.display-none {
  display: none;
}

.btn-cart-continue {
  background: #9e8c55;
  color: #fff;
}
.btn-cart-continue:hover {
  background: #3c1c0d;
  color: #fff;
}
.btn-cart-remove {
  background: none;
  border: none;
  box-shadow: none;
}

.alert-success a {
  text-decoration: underline;
  color: #3c763d;
  font-weight: 600;
}
.nav > li > a:focus {
  background: none !important;
}


.btn {
  box-shadow: none !important;
  border-radius: 3px;
  white-space: normal;
}
.btn-default {
  background: none;
  border: 1px solid #ddd;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background-color: #9e8c55;
}


#button-coupon {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 34px !important;
  line-height: 34px !important;
}
.modal-title-right {
  float: right;
  margin-top: 3px;
  font-size: 12px;
  color: #333;
}


  .choose-box-form .search-text {
    display: none;
  }


  
  .btn-cart-responsive {
    display: none;
  }
  
  #cart .cart-total-items {
    font-style: normal;
  }
  #search-responsive {
    display: none;
  }



.column-right-aside .buttons {
  margin: 0px;
}

.aside-box {
  margin-bottom: 76px;
}

.column-right-aside {
  width: var(--column-right-aside-width);
  position: fixed;
  right: calc(-1 * var(--column-right-aside-width));
  left: auto;
  margin: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 9990;
  background: #f8e4a8;
  background: #fff;
}

body.aside-open {
  overflow: hidden;
}
body.aside-open .column-right-aside {
  right: 0px;
-webkit-box-shadow: -5px 0px 17px -5px rgba(60,28,13,1);
-moz-box-shadow: -5px 0px 17px -5px rgba(60,28,13,1);
box-shadow: -5px 0px 17px -5px rgba(60,28,13,1);
}

.modal.fade {
  z-index: 9998;
  top: 0px;
  padding: 20px !important;
  background: rgba(0,0,0,0.8);
}
.modal-dialog {
  z-index: 9999;
  margin: 15px auto;
}


.modal-dialog .modal-header {
  background: #d2ba71;
  color: #3c1c0d;
  font-weight: 700;
  border-bottom: 1px solid #3c1c0d;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-dialog .modal-header .modal-title {
  color: #3c1c0d;
  font-size: 15px;
  font-weight: 600;
}

.modal-dialog .modal-header .modal-title .icon {
  font-size: 20px;
  float: left;
  margin: 0px 10px 0px 0px;
}
.modal-dialog .modal-header .modal-title .fal-ribbon {
  margin-top: 4px;
}
.modal-dialog .modal-header .close {
  text-shadow: none;
  margin: -7px -7px 0px 0px;
  opacity: 0.3;
  width: 35px;
  height: 35px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.modal-dialog .modal-header .close:after {
  content: '\f00d';
  color: #3c1c0d;
  font-weight: 300;
  font-size: 20px;
  font-family: "Font Awesome 6 Pro";
}
.modal-dialog .modal-header .close:hover {
  opacity: 1;
}
.modal-dialog .modal-header span {
  display: none;
}

.modal-dialog .modal-body p {
  margin: 0px;
}
  
  
#aside-buttons {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: #fff;
  display: none;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #f4f4f4;
  width: var(--column-right-aside-width);
  text-align: center;
}
  
body.aside-open #aside-buttons {
  display: block;
}


#aside-buttons .col-btn-left,
#aside-buttons .col-btn-right {
  float: left !important;
}
#aside-buttons .col-btn-left {
  width: calc(40% - 5px);
  padding: 10px 5px 10px 10px;
}
#aside-buttons .col-btn-right {
  width: calc(60% - 5px);
  padding: 10px 10px 10px 5px;
}



#aside-buttons .btn {
  display: block;
  padding: 0px 15px !important;
  height: 45px !important;
  line-height: 45px !important;
  font-size: 15px;
  width: 100%;
  margin: 0px !important;
  text-align: left;
  border-radius: 5px;
}

.column-right-aside .btn .btn-icon {
  margin-right: 10px;
  font-size: 18px;
  width: 20px;
  text-align: center;
}


.column-right-aside .btn-close-aside {
  background: #d2ba71;
  color: #3c1c0d;
}


.column-right-aside .btn-cart {
  background: #3c1c0d;
  border: 1px solid 3c1c0d;
  color: #d2ba71;
  font-weight: 500;
}

.column-right-aside .btn-cart .btn-icon {
  font-weight: 600;
}
.column-right-aside .btn-cart:hover,
.column-right-aside .btn-cart.disabled:hover,
.column-right-aside .btn-cart.disabled:focus,
.column-right-aside .btn-cart.disabled:active {
  background: #291207;
  color: #d2ba71;
}

.column-right-aside .btn-cart.disabled {
  opacity: 0.9;
}






.btn-show-hide-aside {
  display: block;
  position: fixed;
  text-align: left;
  right: 15px;
  bottom: 30px;
  padding: 10px 30px 10px 10px;
  background: #3c1c0d;
  color: #d2ba71;
  border-radius: 100px;
  cursor: pointer;
  z-index: 9997;
  border: 3px solid #fff;
  opacity: 0.8;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
  
  -webkit-box-shadow: 0px 0px 13px -6px rgba(60,28,13,1);
  -moz-box-shadow: 0px 0px 13px -6px rgba(60,28,13,1);
  box-shadow: 0px 0px 13px -6px rgba(60,28,13,1);
}
.btn-show-hide-aside:hover {
  background: #d2ba71;
  color: #3c1c0d;
  opacity: 1;
}
body.aside-open .btn-show-hide-aside {
  display: none;
}

.btn-show-hide-aside img {
  height: 50px;
  width: auto;
  float: left;
  margin: 0px 10px 0px 0px;
  border-radius: 100px;
}
.btn-show-hide-aside .content > span {
  display: block;
  margin-left: 65px;
}
.btn-show-hide-aside a.delete-box {
  position: absolute;
  right: 0px;
  margin: -17px -7px 0px 0px;
  border-radius: 100px;
  border: 3px solid #b39e73;
  width: 30px;
  height: 30px;
  line-height: 25px;
  padding: 0px;
  display: block;
  text-align: center;
  background: #63493d;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 13px -6px rgba(60,28,13,1);
  -moz-box-shadow: 0px 0px 13px -6px rgba(60,28,13,1);
  box-shadow: 0px 0px 13px -6px rgba(60,28,13,1);
}
.btn-show-hide-aside a.delete-box .icon {
  font-size: 15px;
  color: #fff;
}
.btn-show-hide-aside span.box-name {
  font-weight: 600;
  margin-top: 3px;
}
.btn-show-hide-aside span.pralines-selected {
  font-weight: 400;
  font-size: 12px;
}
.btn-show-hide-aside span.pralines-full {
  padding-right: 100px;
}
.btn-show-hide-aside span.pralines-full span {
  background: #d2ba71;
  color: #3c1c0d;
  padding: 5px 10px;
  float: right;
  border-radius: 10px;
  margin: -13px -100px 0px 0px;
}
.btn-show-hide-aside:hover span.pralines-full span {
  background: #3c1c0d;
  color: #d2ba71;
}

body.aside-open .btn-show-hide-aside {
  right: calc(var(--column-right-aside-width) + 15px);
}



.btn-show-hide-aside.changed {
   animation: pulse 2s 1;
   opacity: 1;
}
.btn-show-hide-aside.full {
   animation: pulse 2s infinite;
   opacity: 1;
}



@-webkit-keyframes pulse {
   0% {
      -webkit-box-shadow: 0 0 0 0 rgba(210, 186, 113, 0.4);
   }
   70% {
      -webkit-box-shadow: 0 0 0 10px rgba(210, 186, 113, 0);
   }
   100% {
      -webkit-box-shadow: 0 0 0 0 rgba(210, 186, 113, 0);
   }
}
@keyframes pulse {
   0% {
      -moz-box-shadow: 0 0 0 0 rgba(210, 186, 113, 0.4);
      box-shadow: 0 0 0 0 rgba(210, 186, 113, 0.4);
   }
   70% {
      -moz-box-shadow: 0 0 0 10px rgba(210, 186, 113, 0);
      box-shadow: 0 0 0 40px rgba(210, 186, 113, 0);
   }
   100% {
      -moz-box-shadow: 0 0 0 0 rgba(210, 186, 113, 0);
      box-shadow: 0 0 0 0 rgba(210, 186, 113, 0);
   }
}



@-webkit-keyframes pulse2 {
   0% {
      -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
   }
   70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
   }
   100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
   }
}
@keyframes pulse2 {
   0% {
      -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
      box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
   }
   70% {
      -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 60px rgba(204, 169, 44, 0);
   }
   100% {
      -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
   }
}


















/*
body.aside-open header,
body.aside-open #menu{
  margin-left: 33.33%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
body.aside-open .column-right-aside {
  right: 0px;
}
body.aside-open .container {
  padding: 0px 15px;
}
*/













.sub-categories {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
}
.sub-categories .col-md-pralinky {
  width: calc(100% / 7);
}
.sub-categories .col-md-bomboniery-hotove {
  width: calc(100% / 5);
}
.sub-categories .col-md-bomboniery-na-prani {
  width: calc(100% / 5);
}


.sub-categories .sub-category{
  display: block;
  margin: 0px;
  padding: 5px;
}
.sub-categories .sub-category a {
  display: block;
  padding: 10px;
  color: #3c1c0d;
  border: 1px solid #f4f4f4;
  text-align: left;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.sub-categories .sub-category a:hover {
  color: #3c1c0d;
  background: #fff;
  border: 1px solid #d2ba71;
}



.sub-categories .sub-category a:before {
  content: '';
  content: '\f111';
  font-weight: 300;
  font-size: 15px;
  left: 0px;
  margin-right: 10px;
  color: #f4f4f4;
  font-family: "Font Awesome 6 Pro";
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.sub-categories .sub-category a:hover:before {
  color: #d2ba71;
}

.sub-categories .sub-category.active a {
  background: #d2ba71;
  border: 1px solid #3c1c0d;
}
.sub-categories .sub-category.active a:before {
  content: '\f058';
  color: #3c1c0d;
}



#logo-responsive {
  display: none;
}







.row {
  margin-left: 0px;
  margin-right: 0px;
}
.column-right-aside {
  padding-top: 15px;
  overflow: auto;
}
.aside-box .choosen-box,
.aside-box .choosen-box-frame {
  padding-left: 0px;
  padding-right: 0px;
}
.aside-box {
  padding: 5px;
}
.aside-box + .aside-box {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #d2ba71;
}
.aside-box h3 {
  padding: 0px 0px 5px 0px;
  margin: 5px 0px 10px 0px;
  color: #3c1c0d;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}
.aside-box h3:after {
  content: '';
  background: #d2ba71;
  height: 2px;
  width: 50px;
  display: block;
  position: absolute;
  margin: 5px 0px 0px 0px;
  left: 50%;
  margin-left: -25px;
}









#cart .dropdown-menu {
  padding: 15px;
}
#cart .dropdown-menu .btn {
  color: #3c1c0d;
}

#cart .dropdown-menu .btn {
  color: #3c1c0d;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
#cart .dropdown-menu .btn:hover {
  color: #d0b870;
}
#cart .dropdown-menu .btn-primary {
  padding: 10px 15px;
  border: 1px solid #3c1c0d;
}
#cart .dropdown-menu li p {
  margin: 10px 0;
}
#cart .alert-warning {
  color: #8a6d3b;
  background: none;;
  border: 2px dashed #d0b870;
  font-size: 12px;
  padding: 10px 10px;
  font-weight: 400;
}

table.choosen-box {
  width: 100%;
  margin-top: 15px;
}
table.choosen-box tr td {
  padding: 5px;
  vertical-align: top;
}
table.choosen-box .image {
  width: 60px;
  vertical-align: middle;
  padding-right: 5px;
}
table.choosen-box .image img {
  border-radius: 5px;
}
table.choosen-box table {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
table.choosen-box table tr td {
  padding: 3px;
}
table.choosen-box table tr + tr td {
  border-top: 1px dashed #d2ba71;
}
table.choosen-box table tr td.value {
  font-weight: 500;
  text-align: right;
}
.form-control:focus {
  border-color: #3c1c0d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(60,28,13,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(60,28,13,.6);
}
.btn-left {
  text-align: left;
}


.modal-item {
  float: left;
  width: 25%;
}
.modal-item label,
.modal-item a {
  border: 1px solid #eee;
  display: block;
  margin: 5px;
  text-align: center;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.modal-item .box-image {
  padding: 5px;
}
.modal-item label:hover,
.modal-item a:hover {
  box-shadow: 0px 0px 10px -6px rgba(60,28,13,1);
  border-color: #3c1c0d;
}
.modal-item label p,
.modal-item a p,
.modal-item .box-text {
  margin: 15px;
  min-height: 50px;
}
.compliment-error {
  font-size: 14px;
  font-weight: 500;
}
.compliment-error .btn-icon {
  margin-right: 8px;
}
.tooltip {
  z-index: 9998;
  opacity: 0.9;
}
.tooltip .tooltip-inner {
  background: #d2ba71;
  color: #3c1c0d;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 10px;
}
.display-none {
  display: none;
}



#cart .dropdown-menu {
overflow-y: auto;
max-height: calc(100vh - 130px);
}
.cancel-cart-edit .btn-icon {
font-size: 12px !important;
padding: 0px !important;
width: auto !important;
margin: 0px 5px 0px 0px !important;
}
.checkout-normal {
  display: block;
}
.checkout-normal img {
  max-width: 75px;
}
.checkout-responsive {
  display: none;
}
.clear {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 5px;
  }
}
.order-review + .order-review {
  border-top: 1px solid #f2f2f2 !important;
  padding-top: 30px;
  margin-top: 30px;
}
.order-reviews .panel-title {
  font-size: 16px;
  font-weight: 400;
}
.order-reviews {
  margin-top: 30px;
  margin-bottom: 30px;
}
.order-review .image {
  width: 150px;
}
.order-review .product .name {
  font-size: 15px;
  display: block;
  margin: 0px 0px 15px 0px;
  font-weight: 600;
}
.order-review .product .description {
  font-size: 13px;
  font-weight: 500;
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 15px 0px;
  border-bottom: 1px solid #f2f2f2;
}
.order-review .product .review-title {
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  float: left;
  margin: 0px 10px 0px 0px;
}
.order-reviews  .rating {
  display: inline-block;
}
.order-reviews .rating label {
  cursor: pointer;
  float: left;
  margin: 0px 3px 0px 3px;
}
.order-reviews .rating label:before {
  content: '\f005';
  font-weight: 300;
  font-size: 19px;
  font-family: "Font Awesome 6 Pro";
}
.order-reviews .rating label.active:before {
  content: '\f005';
  font-weight: 600;
}
.order-reviews .rating label input{
  display: none;
}
.order-reviews textarea {
  margin-top: 10px;
  resize: vertical;
}


.order-reviews-alert {
  margin: 60px 0px;
  color: #3c1c0d;
  text-align: center;
}
.order-reviews-alert h1 {
  color: #3c1c0d;
}
.order-reviews-alert .icon {
  font-size: 80px;
  margin-bottom: 15px;
}
#store-reviews {
  background: #d2ba71;
  padding: 30px 0px 60px 0px;
}
#store-reviews h3 {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  color: #3c1c0d;
  font-size: 22px;
  font-weight: 600;
}
#store-reviews-slideshow,
#store-reviews-slideshow .owl-wrapper-outer {
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
#store-reviews-slideshow {
  padding: 0px 50px;
}

#store-reviews .review-item {
  padding: 30px;
  background: #c0a85e;
  border-radius: 5px;
  margin: 5px;
}
#store-reviews .review-item .quote {
  font-size: 22px;
  display: block;
  font-size: 16px;
  opacity: 0.3;
}
#store-reviews .review-item .fa-quote-right {
  display: block;
  text-align: right;
  margin-top: -10px;
}
#store-reviews .review-item p.review {
  font-size: 17px;
  text-align: justify;
  font-style: Italic;
}
#store-reviews .review-item .rate,
#store-reviews .review-item .author {
  margin-top: 10px;
  font-weight: 500;
}
#store-reviews .review-item .author {
  float: right;
}

#store-reviews .review-item .rate .icon {
  font-size: 14px;
  margin-right: 3px;
  opacity: 0.8;
}
#store-reviews .owl-carousel .owl-buttons div i {
  color: #3c1c0d;
}


.aside-open-shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
}
.header-phone {
  position: absolute;
  right: 0px;
  font-style: Italic;
  font-size: 16px;
  margin: 130px 0px 0px 0px;
  color: #d0b870;
}
body.fixed .header-phone {
  display: none;
}


.container-fluid-slider {
  padding-left: 0px !important;
  padding-right: 0px !important;
}




.blog-posts {
  display: block;
  margin: 30px 0px;
}
.blog-posts .blog-post {
  display: block;
  padding: 15px;
}
.blog-posts .blog-post + .blog-post {
  border-top: 1px dashed #d2ba71;
}
.blog-posts .blog-post .image a {
  border: 1px solid #dedede;
  padding: 10px;
  display: block;
  border-radius: 5px;
}
.blog-posts .blog-post .image a:hover {
  border: 1px solid #d2ba71;
}
.blog-posts .blog-post h3 {
  display: block;
  margin: 0px;
  padding: 0px;
}
.blog-posts .blog-post h3 a {
  margin: 0px 0px 15px 0px;
  padding: 10px 0px;
  display: block;
  border-bottom: 1px solid #dedede;
}
.blog-posts .blog-post p {
  font-weight: 300;
}

#category-contact-form {
  width: 600px;
  margin: 0 auto;
}
#category-contact-form h3 {
  text-align: center;
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin: 0px 0px 30px 0px;
}
#category-contact-form .form-control {
  margin: 5px 0px;
  border-radius: 0px;
  background: #faf6e8;
  border: none;
}
#category-contact-form textarea {
  min-height: 300px;
  resize: none;
}
#category-contact-form .form-control:hover,
#category-contact-form .form-control:focus {
  box-shadow: none;
  background: #fff;
}
#category-contact-form .form-control.error {
  border: 1px solid red;
  color: red;
}

#category-contact-form .error-text {
  color: red;
  font-size: 12px;
  display: block;
  margin: 5px 0px;
}
#category-contact-form .success {
  text-align: center;
  display: block;
  color: #000;
  font-size: 18px;
  padding-bottom: 40px;
}
#category-contact-form .success .icon {
  display: block;
  font-size: 30px;
  margin: 0px 0px 15px 0px;
}
.product-category-12 ul {
  list-style: none;
}