html, body {
    width: 100%;
    min-width: 340px;
}
body {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    color: #313131;
    font-size: 13px;
    line-height: 20px;
    background: url(../image/bg-ravlyk.png) left top repeat;
}
*:focus {outline: none !important;}
h1, h2, h3, h4, h5, h6 {
    color: #313131;
}
img {
    max-width: 100%;
}

.default-title {
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
    text-align: left;
    font-size: 30px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 12px;
}
.default-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #ff6666;
}

#text-block-liqpay {
    background: #ffe8e8;
    color: #b14949;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 2px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* default font size */
.fa {
    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: 10px;
}
a {
    color: #313131;
}
a:hover {
    text-decoration: none;
    color: #00948f;
}
legend {
    font-size: 16px;
    padding: 7px 0
}
label {
    font-size: 12px;
    font-weight: normal;
}
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: 12px;
}

/* --- Owl Carousel --- */
.owl-carousel, .common-home .owl-carousel {
    margin-top: 10px;
    padding: 0;
    border: 0;
}
.owl-carousel .owl-wrapper-outer {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.owl-carousel .owl-buttons .owl-prev, .owl-carousel .owl-buttons .owl-next {
    width: 41px;
    height: 50px;
    top: 35% !important;
    color: #fff;
    text-indent: -9999px;
}
.owl-carousel .owl-buttons .owl-prev {
    background: url(../image/prev.png) center no-repeat, #353535;
}
.owl-carousel .owl-buttons .owl-next {
    background: url(../image/next.png) center no-repeat, #353535;
}
@media (max-width: 991px) {
    .owl-carousel .owl-buttons .owl-prev, .owl-carousel .owl-buttons .owl-next {
        display: none;
    }
}

.form-control {
    height: 42px;
    font-size: 15px;
}
textarea.form-control {
    min-height: 90px;
}
.checkout-cart .form-control {
    padding: 6px 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

#payment_address_form .form-control {
    height: 42px;
    padding: 10px;
}

#payment_view {
    display: none;
}

/* Tabs categories */
.category-filter{display: none;}
.filter-all{display: block;}
.filter-item-bg-image-wrapper {
    position: relative;
    height: 200px;
    border-radius: 25px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e1e1e1;
}
.filter-item-bg-image-wrapper .tab-item-working-hours {
    position: absolute;
    top: 10px;
    right: 20px;
    background: #fff;
    color: #313131;
}
.filter-item-bg-image-wrapper .tab-label-closed {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 21px;
}
.filter-item-bg-image-wrapper .tab-label-closed.has-working-hours {
    top: 45px;
}
.filter-item-bg-image-wrapper .tab-label-closed .label-default {
    background: #313131;
    padding: 6px 15px;
    border-radius: 6px;
}
.filter-item-bg-link::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.category-filter-set, .categories-main {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    padding-top: 15px;
    padding-bottom: 15px;
}
.category-filter-set {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}
.category-filter-set .img-fset {
    margin-bottom: 6px;
}
.category-filter-set .img-fset-active {
    display: none;
}
.set-filter.active .img-fset {
    display: none;
}
.set-filter.active .img-fset-active {
    display: inline-block;
    margin-bottom: 6px;
}
.set-filter{
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.set-filter.active {
    color: #00948f;
}
.set-filter:hover{
    color: #00948f;
    background: #F7F7F7;
}
.set-filter img {
    max-width: 100%;
}
.airSticky {z-index: 2;}
#filter-block {margin-top: 20px; min-height: 700px;}
#filter-block .tabs-btn {
    float: none;
}
#filter-block .filter-title{
    margin-left: 15px;
    margin-right: 15px;
}
#filter-block .filter-title, #filter-block .filter-title-categories {
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 12px;
}
#filter-block .filter-title::after, #filter-block .filter-title-categories::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #ff6666;
}
#count-items {
    color: #959595;
    padding-left: 5px;
}
#filter-block .tab-item {
    font-size: 15px;
    margin-bottom: 15px;
    padding: 0 0 20px;
    border: 1px solid #e4e4e4;
    border-radius: 25px;
}
#filter-block .img-item {
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.tab-item .tab-item-desc-wrapper {
    padding: 0 20px;
}
h2.tab-title-item {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
    color: #313131;
}
h2.tab-title-item a {color: #313131;}
h2.tab-title-item a:hover, h2.tab-title-item a:focus {color: #00948f;}
.tab-item-working-hours {
    color: #959595;
    font-size: 15px;
    border: 1px solid #ebebeb;
    padding: 3px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
a.tab-menu-button {
    display: block;
    background: #ff6565;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border: 2px solid #ff6060;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 6px 15px;
}
a.tab-menu-button:hover, a.tab-menu-button:focus {
    color: #fff;
    border-color: #00948f;
    background: #00948f;
}
.tab-item-type, .tab-item-packing {
    color: #959595;
    margin-bottom: 5px;
}
.tab-item-desc {
}
.tab-item-info {
    display: inline-block;
    vertical-align: text-bottom;
    min-height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-left: 40px;
    font-weight: 600;
}
.tab-item-info:last-child {
    margin-right: 0;
}
.tab-item-min-total {
    background: url(../image/min-order.png) left center no-repeat;
}
.tab-item-time {
    background: url(../image/time.png) left center no-repeat;
}
.tab-item-smile {
    background: url(../image/smile.png) left center no-repeat;
}
.tab-item-shipping {
    background: url(../image/delivery.png) left center no-repeat;
    padding-left: 45px;
}
.tab-item-info-desc {
    font-size: 12px;
    font-weight: 400;
    color: #959595;
}
.tab-item-info.tab-item-gift {
    padding-left: 0;
    min-height: 40px;
}
.tab-item-gift a.tab-link-gift {
    display: inline-block;
    background: url(../image/gift.png) center no-repeat;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.tab-item-gift a.tab-menu-button.tab-gift-link {
    display: inline-block;
    margin-top: 4px;
    padding: 3px 8px;
    font-size: 13px;
    cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
    .set-filter {padding-top: 0; padding-bottom: 0;}
}
/* Category */
.category-info {
    background: #fff;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    padding: 15px;
    margin-bottom: 20px;
}
.c-image {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #e4e4e4;
}
.c-image img {
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 100%;
}
h1.category-title {
    font-size: 20px;
    margin-bottom: 0;
    padding: 0;
}
.c-type {
    color: #959595;
    margin-bottom: 5px;
}
.c-desc {
    margin-bottom: 5px;
}
.c-desc p {
    margin: 0;
}
.c-address, .c-time, .c-smile, .c-packing, .c-min-total, .c-delivery-time, .c-shipping, .c-gift {
    padding-left: 30px;
    padding-top: 2px;
    min-height: 22px;
    margin: 10px 0;
}
.c-address {background: url(../image/c_icon_address.png) left center no-repeat;}
.c-time {background: url(../image/c_icon_time.png) left center no-repeat;}
.c-smile {background: url(../image/c_icon_smile.png) left center no-repeat;}
.c-packing {background: url(../image/c_icon_packing.png) left center no-repeat;}
.c-min-total {background: url(../image/c_icon_min_total.png) left center no-repeat;}
.c-delivery-time {background: url(../image/c_icon_d_time.png) left center no-repeat;}
.c-shipping {background: url(../image/c_icon_delivery.png) left center no-repeat;}
.c-gift {background: url(../image/c_icon_gift.png) left top no-repeat;}

.left-category-menu {
    background: #fff;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    padding: 15px 15px 0;
    margin-bottom: 20px;
}
.category-sub-title {
    margin-top: 0;
    margin-bottom: 20px;
}
.c-total {
    color: #959595;
    padding-left: 10px;
}
.cm-title, .category-sub-title {
    position: relative;
    text-align: left;
    font-size: 20px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 12px;
}
.cm-title::after, .category-sub-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #ff6666;
}
a.cm-item {
    display: block;
    min-height: 40px;
    line-height: 40px;
    padding-left: 14px;
    border-bottom: 1px solid #e4e4e4;
    background: url(../image/mci.png) left center no-repeat;
    text-decoration: none;
}
a.cm-item:last-child{border-bottom: 0;}
a.cm-item:hover, a.cm-item:focus, a.cm-item.active:hover, a.cm-item.active:focus {
    padding-left: 24px;
    background: url(../image/mci.png) 10px center no-repeat, #f7f7f7;
    color: #00948f;
}
a.cm-item.active {
    color: #959595;
    padding-left: 24px;
    background: url(../image/mci-active.png) 10px center no-repeat;
}

/* 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: #F00;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #00948f, #1f90bb);
    background-repeat: repeat-x;
}
/* top */
#top {
    background: #ff6666;
    padding: 20px 0 20px 0;
    margin: 0;
    min-height: 74px;
    color: #fff;
}
#top.yizhak {
    background: #ff661b;
    padding: 10px 0;
}
#top a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
    padding-bottom: 2px;
}
#top a:hover, #top a:focus {
    color: #fff;
}
#top a.telephone {
    border-bottom: 0;
}
#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, #00948f, #1f90bb);
    background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
    color: #444;
}
#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: #FFF;
}
#top .btn-link strong {
    font-size: 14px;
        line-height: 14px;
}
#top-links {
    padding-top: 6px;
}
#top-links a + a {
    margin-left: 15px;
}
#top .hb-hours {
    background: url('../image/clock.png') left center no-repeat;
    padding-left: 30px;
    min-height: 64px;
    padding-top: 10px;
}
#top .hb-phone {
    background: url(../image/phone.png) left center no-repeat;
    padding-left: 30px;
    min-height: 64px;
    padding-top: 23px;
}
#top.yizhak .hb-phone {
    padding-top: 11px;
}
#top .hddbt {
    min-height: 64px;
    padding-top: 15px;
}
#top .hddbt {
    min-height: 90px;
    padding-top: 25px;
    margin-bottom: -10px;
    border-left: 1px solid #FF8585;
}
#top.yizhak .hddbt {
    border-left: 1px solid #f97535;
}
#top .hb-reg a.dropdown-toggle {
    display: inline-block;
    padding: 3px 0 5px;
    min-height: 29px;
}
#top .hb-reg .fa {
    margin-right: 5px;
}
#top .caret{
    background: url(../image/st-w.png) no-repeat center;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
#top .hb-reg .dropdown-menu a {
    color: #313131;
    border-bottom: 1px solid #ECECEC;
}
#top .hb-reg .dropdown-menu li:last-child a {
    border-bottom: 0;
}
#top .hb-reg .dropdown-menu a:hover {
    background: #F8F8F8;
    color: #00948F;
}
#top ul.dropdown-menu {
    border-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 200px;
}
#top ul.list-inline {
    text-align: center;
}
#top .mindh {display: none;}
#top.yizhak .glogo {
    margin: 0 auto;
    max-height: 130px;
}
#top.yizhak .yht {
    margin-top: 25px;
}

.h-gift-text {
    font-size: 12px;
    font-weight: bold;
    color: #03948e;
    margin-top: 5px;
    margin-bottom: 10px;
}

@media (min-width: 1200px){
    #top .rhb {margin-left: 0;}
}
@media (max-width: 1199px){
    #top .caret{display: none;}
    #top .hb-reg .fa {margin-right: 0;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    /*#top .glogo{display: none;}*/
    #top.yizhak .glogo{display: block;}
    #top .mindh {display: block; max-height: 60px; margin: 0 auto;}
}
@media (min-width: 992px) and (max-width: 1469px) {
    #top .glogo {margin-top: 10px;}
    #top.yizhak .glogo {margin-top: 0;}
}
@media (min-width: 992px){
    #top .hb-reg{border-right: 1px solid #FF8585;}
    #top .hddbt:hover, #top .hddbt:focus {background: #F26161;}
    #top .hddbt {margin-top: -10px;}
    #top.yizhak .hb-reg{border-right: 1px solid #f97535;}
    #top.yizhak .hddbt:hover, #top .hddbt:focus {background: #ef5e17;}
}
@media (min-width: 768px) and (max-width: 991px){
    #top .rhb {border-top: 1px solid #FF8585; margin-top: 5px;}
    #top .hb-hours {padding-top: 15px;border-right: 1px solid #FF8585; margin-bottom: -10px; min-height: 74px;}
    #top .hb-phone{padding-top: 27px;min-height: 74px; margin-bottom: -10px;padding-left: 45px;
    background: url(../image/phone.png) 10px center no-repeat;}
    #top .hddbt {min-height: 74px;padding-top:20px;}
    #logo img {margin: 0 auto;}
    #top.yizhak .rhb {border-top: 1px solid #f97535; margin-top: 5px;}
    #top.yizhak .hb-hours {padding-top: 15px;border-right: 1px solid #f97535; margin-bottom: -10px; min-height: 74px;}
    #top.yizhak .hb-phone{padding-top: 16px;min-height: 74px; margin-bottom: -10px;padding-left: 45px;
        background: url(../image/phone.png) 10px center no-repeat;}


}
@media (max-width: 767px){
	#cart {width: 320px !important; right: 0 !important;}
	#cart .mc-btn-total {
	    min-width: 170px!important;
	    width: 170px!important;
	    height: 100%!important;
	    min-height: 50px!important;
	}
    #cart-total {font-size: 10px;}
	a.btn-nc-checkout {
	    max-width: 150px!important;
	    padding: 10px 5px!important;
	}
    #filter-block .img-item {display: block; margin: 0 auto 20px;}
    #top .trb {position: static;}
    #top .hb-reg, #top .hb-city {
        min-height: 10px;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        border-left: 0;
        position: absolute;
        top: 5px;
    }
    #top .hb-reg {right: 5px;}
    #top .hb-city {right: 45px;}
    #top .hb-reg .fa {font-size: 18px; margin: 5px 0;}
    #top .hb-reg a.dropdown-toggle{padding: 0; min-height: 5px; height: 29px; width: 22px;}
    #top .tlb {margin-top: 30px;}
    #logo img {margin: 0 auto;}
    #search {max-width: 380px; margin-left: auto; margin-right: auto;}
    #top .hb-hours, #top .hb-phone {background: none; padding-left: 10px; padding-right: 10px;}
    #top .hb-hours {text-align: right;border-right: 1px solid #FF8585;padding-top: 15px; min-height: 78px;}
    #top.yizhak .hb-hours {border-right: 1px solid #f97535;}
    #top a.telephone {margin-bottom: 5px; display: inline-block;}
}

/* logo */
#logo {margin: -15px 0 0 0;}
#top.yizhak #logo {margin: 0;}
/* search */
#search {
    margin-top: 15px;
    margin-bottom: 10px;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    background: #d95757;
    border: 1px solid #d45454;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.yizhak #search .input-lg {
    background: #f57b3f;
    border: 1px solid #ef5e17;
}
#search .input-lg::-moz-placeholder{color:#fff;opacity:1}
#search .input-lg:-ms-input-placeholder{color:#fff}
#search .input-lg::-webkit-input-placeholder{color:#fff}
#search .btn-lg {
    font-size: 15px;
    line-height: 15px;
    padding: 10px;
    text-shadow: none;
    background: #d95757;
    border: 1px solid #d45454;
    border-left: 0;
    box-shadow: none;
    color: #fff;
}
#search .btn-lg:focus {
    border: 1px solid #d45454;
    border-left: 0;
    outline: none;
}
#search .btn-lg .fa {
    font-size: 17px;
}
/* cart */
#cart {
    position: fixed;
    width: 420px;
    bottom: 0;
    right: 5%;
    max-height: 50px;
    font-size:0;
    line-height:0;
    letter-spacing:-1px;
    z-index: 999;
}
#cart .mc-btn-total {
    background: url(../image/mc_icon.png) 6px center no-repeat, #00948f;
    border: 0;
    padding-left: 50px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    min-width: 230px;
    text-align: left;
    vertical-align: text-bottom;
    margin: 0;
    box-shadow: -5px 0 30px rgba(0,0,0,.4);
}
a.btn-nc-checkout {
    background: #ff6666;
    height: 50px;
    width: 180px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: text-bottom;
    padding: 10px;
    margin: 0;
    line-height: 30px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    box-shadow: 5px 0 30px rgba(0,0,0,.4);
}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #ececec;
    margin-bottom: 10px;
    z-index: 1001;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.35);
    box-shadow: 0 0 20px rgba(0,0,0,.35);
}
#cart .dropdown-menu {
    min-width: 100%;
}
#cart .dropdown-menu::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50px;
    width: 26px;
    height: 26px;
    background: #ececec;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1;
}
.mc-pp {
    color: #00948f;
    font-weight: 600;
}
.mc-tb-totals {
    background: #00948f;
    border: 0;
    color: #fff;
    font-size: 15px;
}
#cart .dropdown-menu table.mc-tb-tci {
    background: #e2eaea;
    color: #386160;
    margin-bottom: 0;
    border: 0;
}
#cart .dropdown-menu table.mc-tb-tci>tbody>tr>td {
    padding: 4px 8px;
}
.mc-tb-tci .mc-tci-row {
    display: inline-block;
    vertical-align: text-bottom;
}
.mc-tb-tci .mc-tci-title {
    min-width: 115px;
}

span.mc-ts {
    font-weight: 600;
    padding-left: 7px;
}
.mc-link-cart a {
    color: #f66;
}
button.mc-btn-delete {
    background: #cac4c4;
    width: 22px;
    height: 22px;
    border: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-weight: 400;
}
button.mc-btn-delete .fa {
    font-size: 12px;
}
button.mc-btn-delete:hover, button.mc-btn-delete:focus {background: #ff6666; outline: none;}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #00948f, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}
#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}
#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #00948f, #1f90bb);
    background-repeat: repeat-x;
}
#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: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #00948f, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* content */
#content, .featured-block {
    background: #fff;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    padding: 15px;
}
#content {
    min-height: 450px;
    margin-bottom: 20px;
}
/* footer */
footer {
    margin-top: 30px;
    padding-top: 30px;
    background: #fff;
}
.phone-block {
    padding: 0 10px;
    text-align: center;
}
.phone-block .telephone {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    margin-right: 10px;
    color: #08716d;
}
.powered-block {
    position: relative;
    text-align: center;
    padding: 10px 5px;
    border-top: 1px solid #f2f2f2;
    margin-top: 5px;
}
a.blg-cr {
    position: absolute;
    left: 0;
    font-size: 11px;
    color: #8c8c8c;
    text-decoration: none;
}
a.blg-cr:hover, a.blg-cr:focus {
    color: #00948f;
}
.footer-social {
    text-align: right;
}
a.fs-item {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin: 3px;
    background: #00948f;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    line-height: 30px;
}
a.fs-item:hover, a.fs-item:focus {
    background: #ff6666;
}
.fs-item .fa {
    font-size: 12px;
}
.footer-menu-block {
    padding-bottom: 15px;
}
a.fm-link {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 2px;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
}
a.fm-link:hover, a.fm-link:focus {
    background: #f8f8f8;
}
img.tlgm-min {
    width: 18px;
}
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.brdc-full {
    background: #fff;
    margin-bottom: 20px;
}
.breadcrumb {
    margin: 0;
    padding: 8px 0;
    background-color: #fff;
    font-size: 15px;
    overflow: hidden;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 30px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li:last-child, .breadcrumb > li:last-child a {
    color: #959595;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -18px;
    width: 32px;
    height: 26px;
    background: url(../image/seperator.png) center no-repeat;
}
.breadcrumb > li:last-child:after{content: none;}
.pagination {
    margin: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 1;
    color: #fff;
    cursor: default;
    background-color: #00948f;
    border-color: #00948f;
}
.pagination>li>a, .pagination>li>span {
    color: #00948f;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #00948f;
    background-color: #eee;
    border-color: #ddd;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 8px 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: 10px;
}
.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: 10px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-primary, .btn-default {
    background-color: #fff;
    color: #313131;
    text-shadow: none;
    box-shadow: none;
    border: 2px solid #bfe4e3;
    padding: 6px 15px;
    text-align: center;
    min-height: 34px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-default:hover, .btn-default:focus, .btn-default:active {
    color: #fff !important;
    border-color: #00948f !important;
    background-color: #00948f !important;
    outline: none !important;
    box-shadow: none !important;
}

.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;
    background-color: #ff6666;
    background-image: none;
    border-color: #fd6060;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: none;
    background-color: #e04b4b;
    border-color: #e04b4b;
}
.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-info {
    background: #0cccc5;
    border: 2px solid #09c7c1;
    text-shadow: none;
    box-shadow: none;
    padding: 6px 15px;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #00948F !important;
    border-color: #00948F !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.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 #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome, sans-serif;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome, sans-serif;
}
/* product list */
.product-item {
    position: relative;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
}
.product-item:hover, .product-item:focus {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.cart-added {
    display: none;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 30px;
    height: 30px;
    background: #00948f;
    color: #fff;
    padding-top: 5px;
    text-align: center;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.cart-added .fa {
    font-size: 19px;
}
.product-item .prod-category {
    position: absolute;
    top: 0;
    left: 0;
    background: #f66;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    z-index: 1;
}
.product-item .prod-category a {color: #fff;}
.product-thumb {
    position: relative;
    height: 250px;
    cursor: pointer;
    overflow: hidden;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
/* List view*/
.product-list .product-thumb {
    height: auto;
}
.product-list .product-thumb .image  {
    max-height: 100%;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}
.product-list .product-thumb .image img {
    width: 120px;
    height: 120px;
}
.product-list .product-thumb .caption {
    position: relative;
    border-top: 0;
    background: none;
}
.product-list .product-thumb .caption .prod-desc {
    display: block;
    padding-bottom: 5px;
}
.product-list .product-item .price {
    background: none;
    text-align: right;
    padding-right: 0;
}
.product-list .prod-title-wrapper,
.product-list .prod-desc-wrapper {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}
.product-list .prod-title-wrapper .prod-title,
.product-list .prod-title-wrapper .price,
.product-list .product-thumb .prod-desc-wrapper .caption .prod-desc,
.product-list .prod-desc-wrapper .button-group {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    flex: 1;
}
.product-list .prod-desc-wrapper .button-group .col-button {
    margin: 0;
}
.product-list .prod-title-wrapper .price {
    font-weight: bold;
    line-height: 1.3em;
}
.product-list .prod-desc-wrapper .button-group {
    min-width: 120px;
    text-align: right;
}

.product-thumb h4 {
    font-weight: bold;
}
.product-thumb .caption {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 0 10px;
    bottom: 0;
    border-top: 1px solid #e1e1e1;
}
h3.prod-title {
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
}
h3.prod-title:hover {
    color: #00948F;
}
.prod-desc {
    display: none;
}
.prod-desc.show-desc, .product-item:hover .prod-desc {
    display: block;
    padding-bottom: 5px;
}
.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-item .price {
    color: #313131;
    height: 46px;
    min-width: 100px;
    text-align: center;
    background: url(../image/price-bg.png) right center no-repeat, #fff3b5;
    font-size: 18px;
    line-height: 46px;
    padding-left: 8px;
    padding-right: 16px;
}
.product-item .price-new {
    font-weight: 600;
}
.product-item .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-item .button-group {
    margin-bottom: 10px;
}
.col-price, .col-button {
    display: inline-block;
    vertical-align: top;
}
.col-button {
    margin-left: 1%;
    margin-right: 5%;
}
.input-quantity {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 60px;
    max-height: 46px;
    margin-top: 6px;
}
.input-quantity .form-control {
    width: 37px;
    height: 34px;
    padding: 10px 5px;
    text-align: center;
    background: #F2F2F2;
    border-color: #F2F2F2;
    box-shadow: none;
}
.btn-plus {
    background: url(../image/nav-up.png) center no-repeat, #00948f;
    width: 30px;
    height: 20px;
    border-bottom: 1px solid #40afab;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: absolute;
    top: -3px;
    right: 0;
    cursor: pointer;
}
.btn-plus:hover, .btn-plus:focus {
    background: url(../image/nav-up.png) center no-repeat, #03827d;
    outline: none;
}
.btn-minus {
    background: url(../image/nav-down.png) center no-repeat, #00948f;
    width: 30px;
    height: 20px;
    position: absolute;
    bottom: -3px;
    right: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
}
.btn-minus:hover, .btn-minus:focus {
    background: url(../image/nav-down.png) center no-repeat, #03827d;
    outline: none;
}
.product-item .btn-add {
    display: inline-block;
    font-size: 40px;
    color: #33a9a5;
    width: 40px;
    height: 40px;
    line-height: 39px;
    margin-top: 4px;
    border: 2px solid #bfe4e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.product-item .btn-add:hover, .product-item .btn-add:focus {
    background: #00948f;
    border-color: #00948f;
    color: #fff;
}
.product-item .btn-add.btn-rvi,
.modal-product-item .btn-add.btn-rvi {
    background: none;
    border: 0;
}

.modal-product-item .btn-rvi.btn-add:hover,
.modal-product-item .btn-rvi.btn-add:focus {
    background: none;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

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

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

    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 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;
}

/* Modal */
.modal-header .close {
    font-size: 25px;
    color: #ff5959;
    opacity: 1;
}
.modal-product-item {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    padding: 5px 20px 20px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}
.modal-prod-title {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 23px;
    font-weight: 600;
    margin-right: 10px;
}
.modal-price {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 20px;
    margin-right: 10px;
    color: #00948f;
    font-weight: 600;
}
.modal-product-item .input-quantity {
    vertical-align: middle;
    margin-top: 0;
    width: 77px;
}
.modal-product-item .btn-add {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    color: #33a9a5;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border: 2px solid #bfe4e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.modal-product-item .btn-add:hover, .modal-product-item .btn-add:focus {
    background: #00948f;
    border-color: #00948f;
    color: #fff;
}
.btn-add .fa {
    font-size: 22px;
    vertical-align: top;
    margin-top: 7px;
}

.modal-product-item input.form-control {
    width: 50px;
    text-align: center;
}
.modal-checkbox-group {text-align: left;}
.modal-body .checkbox, .modal-body .radio {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 15px;
    width: 250px;
    text-align: left;
}
.modal-body .control-label {
    font-size: 17px;
    display: block;
    background: #f3f3f3;
    padding: 10px 5px;
    text-align: center;
    font-weight: 600;
    color: #00948f;
    margin-bottom: 10px;
}
.modal-body div.required .control-label::before {content: none;}
input.search-width, input.search-width:focus {
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e1e1e1;
}
.search-subtitle {
    color: #f66;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
}
.search-category-block, .search-product-block {
    margin-top: 30px;
    margin-bottom: 30px;
}
.search-category-block .tab-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.search-no-result {
    margin: 20px auto;
    padding: 20px 5px;
    text-align: center;
    color: #f66;
    font-size: 16px;
    font-weight: 600;
}

#back-top{
    display: none;
    position: fixed;
    bottom: 55px;
    left: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    z-index: 11;
}
#back-top i{
    font-size: 18px;
    display: block;
    line-height: 40px;
}
#back-top:hover{
    border-color: #f08c84;
    background: #f08c84;
    color: #fff;
}
.box-buttom-info {
    width: 200px;
}
.error-404 {
    font-size: 160px;
    text-align: center;
    line-height: 150%;
    color: #505050;
}
.error-404-desc {
    font-size: 21px;
    text-align: center;
    margin-top: 10px;
}
.gc-all-bc #content {
    background: none;
    border: 0;
}
#content.success-block {
    min-height: 500px;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
}
.sc-title {
    background: url(../image/line.png) top left no-repeat;
    padding-top: 40px;
}
.sc-wrapper {
    position: relative;
    vertical-align: top;
    margin-top: 30px;
    text-align: center;
}
.sc-wrapper .sc-image-block {
    display: inline-block;
    width: 290px;
    height: 264px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sc-wrapper .sc-image-default {
    background-image: url("../image/we-call-you.png");
}
.sc-wrapper .sc-image-confirmed {
    background-image: url("../image/courier.png");
}

.sc-wrapper .sc-sub-desc {
    display: inline-block;
    max-width: 780px;
    vertical-align: top;
    padding-top: 30px;
    padding-left: 15px;
    font-size: 18px;
    box-sizing: border-box;
}

.sc-second-message {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-top: 35px;
    padding-top: 20px;
    min-height: 100px;
    font-size: 24px;
    line-height: 125%;
}
.sc-second-message:after {
    content: '';
    width: 350px;
    height: 168px;
    position: absolute;
    top: -105px;
    right: -380px;
    background: url(../image/reting-bg.png) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sc-button {
    display: inline-block;
    vertical-align: text-bottom;
    margin: 6px;
    font-size: 18px;
    background: #db6866;
    color: #fff;
    padding: 10px 15px;
    border: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.sc-button:hover, .sc-button:focus {
    background-color: #e84947;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sc-second-message:after {
        width: 220px;
        height: 106px;
        right: -235px;
    }
}

@media (max-width: 991px) {
    .sc-second-message:after {
        content: none;
    }
}
@media (max-width: 500px) {
    #content.success-block {
        padding-left: 15px;
        padding-right: 15px;
    }
}
select#select-city {
    padding: 13px 10px;
    height: 42px;
}

/* Team */
.team {
    text-align: center;
    vertical-align: top;
    margin-bottom: 40px;
}
.team .team-block {
    margin-top: 40px;
    margin-bottom: 40px;
}
.team .team-member {
    margin-bottom: 15px;
}
.team .team-photo {
    max-width: 220px;
}
.team .team-name {
    color: #ff6565;
}
.team .team-role {
    color: #8c8c8c;
    margin-bottom: 20px;
}
.team .team-info {
    font-size: 16px;
}
.product-search #button-search {
    height: 42px;
}
/* Chat block */
.chat-position {
    position: fixed;
    right: 15px;
    bottom: 55px;
    z-index: 99;
}
.chat-buttons {
    position: relative;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.chat-buttons a {
    color: #fff;
}
.chat-buttons .chat-block {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.2s ease-out;
}
.chat-buttons .show-block {
    display: block;
    opacity: 1;
    visibility: visible;
    height: 100%;
    transition: all 0.2s ease-in;
}
.chat-buttons .chat-button {
    height: 50px;
    width: 50px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    transition-timing-function: ease;
    transition: 0.2s;
}
.chat-buttons .chat-start {
    background: #ff6565;
    transition: all 0.3s ease-out;
    margin-top: 10px;
}
.chat-buttons .chat-button-telegram {
    position: relative;
    margin-bottom: 5px;
}

.chat-buttons .chat-button-telegram a {
    color: #35ace1;
}
.chat-buttons .chat-button-fb {
    margin-bottom: 5px;
}
.chat-buttons .chat-button-viber {
    margin-bottom: 10px;
}
.chat-button.chat-button-phone {
    display: none;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}
@media  (max-width: 767px) {
    .chat-button.chat-button-phone {
        display: block;
    }
}

.chat-buttons .chat-start:hover, .chat-buttons .chat-start:focus {
    background: #00948e;
    font-size: 25px;
    transition: all 0.2s ease-in;
}
.chat-buttons .chat-button-telegram:hover a, .chat-buttons .chat-button-telegram:focus a {
    color: #1c93d2;
}
.chat-buttons .chat-button-fb:hover, .chat-buttons .chat-button-fb:focus {
}

/* Phones Modal */
a.phone-number-popup {
    font-size: 20px;
    display: inline-block;
    margin: 6px auto;
    padding: 8px 0;
    color: #00948d;
    text-decoration: none;
}
a.phone-number-popup:hover, a.phone-number-popup:focus {
    text-decoration: none;
}
.modal.pp-bottom {
    top: auto;
}

/* Viber Modal */
.viber-info-block {
    text-align: center;
    margin: 15px auto 10px;
}
.viber-info-block .viber-info {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 1%;
    box-shadow: 0 0 15px rgba(47, 47, 47, 0.4);
}
.viber-info-block .viber-qr {
    margin: 15px auto;
}
.viber-link-block {
    text-align: center;
}
.viber-link-block a.button-viber-chat {
    display: inline-block;
    vertical-align: top;
    background: #665cab;
    margin: 10px 2px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #5f56a9;
    border-radius: 6px;
}
.viber-link-block a.button-viber-chat:hover,
.viber-link-block a.button-viber-chat:focus {
    background: #53499a;
}
@media (max-width: 767px){
    .viber-info-block .viber-info {
        width: 100%;
        margin: 15px auto;
    }
}

/* Reviews */
#content.reviews-page {
    background: url(../image/hand-1.png) left top no-repeat,
                url(../image/hand-2.png) left center no-repeat,
                url(../image/hand-3.png) left bottom no-repeat,
                url(../image/hand-4.png) right top no-repeat,
                url(../image/hand-5.png) right center no-repeat,
                url(../image/hand-6.png) right bottom no-repeat,
                #fff;
    padding-top: 70px;
}
#content.reviews-page .info-desc-block {
    padding-left: 12%;
    padding-right: 12%;
}
.reviews-info {
    color: #525252;
    text-align: center;
    margin-bottom: 20px;
}
.reviews-info a.phone-number {
    display: inline-block;
    vertical-align: top;
    margin: 10px auto;
    font-size: 16px;
    font-weight: 600;
}
.reviews-links {
    position: relative;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.reviews-links .reviews-link {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}
.reviews-links .reviews-link a {
    display: block;
    min-width: 200px;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.reviews-links .link-facebook a {
    background: #3b5997;
}
.reviews-links .link-google a {
    background: #ea4336;
}
.reviews-block {
    position: relative;
    margin: 10px 20px 30px;
}
.reviews-block .reviews {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
}
.reviews-block .reviews-header div {
    display: inline-block;
    vertical-align: middle;
}
.reviews-block .reviews-header .reviews-image img {
    width: 80px;
}
.reviews-block .reviews-header .reviews-name {
    font-size: 23px;
    font-weight: 600;
    padding-left: 20px;
}
.reviews-block .reviews-body {
    padding-left: 105px;
    color: #525252;
}
@media (max-width: 767px){
    #content.reviews-page {
        background: #fff;
        padding-top: 15px;
    }
    #content.reviews-page .info-desc-block {
        padding-left: 0;
        padding-right: 0;
    }
}

.header-slogan {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
    color: #fff;
    text-align: center;
}
/*.glogo, .mindh {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}*/
.modal button.close {
    font-size: 40px;
}

/* Flowers theme */
body.flowers_theme {
    background: url(../image/bg-flowers.png) left top repeat;
}
.flowers_theme #top {
    background: #00af85;
}
.flowers_theme #top .hddbt {
    border-left: 1px solid #0da076;
}
.flowers_theme #top .hddbt:hover,
.flowers_theme #top .hddbt:focus
{
    background: #0da076;
}
.flowers_theme #search .input-lg,
.flowers_theme #search .btn-lg
{
    background: #09a578;
    border: 1px solid #0da076;
}
.flowers_theme #recall_form .mycol {
    background: #00af85;
}
.flowers_theme .chat-buttons .chat-start {
    background: #00a974;
}
.flowers_theme .chat-buttons .chat-start:hover,
.flowers_theme .chat-buttons .chat-start:focus
{
    background: #00948e;
}
.flowers_theme .cm-title::after,
.flowers_theme .category-sub-title::after
{
    background: #00b382;
}
.flowers_theme .product-item:hover,
.flowers_theme .product-item:focus
{
    border: 1px solid #79d4bb;
}
.flowers_theme .c-address {background: url(../image/c_icon_address_green.png) left center no-repeat;}
.flowers_theme .c-time {background: url(../image/c_icon_time_green.png) left center no-repeat;}
.flowers_theme .c-smile {background: url(../image/c_icon_smile_green.png) left center no-repeat;}
.flowers_theme .c-packing {background: url(../image/c_icon_packing_green.png) left center no-repeat;}
.flowers_theme .c-min-total {background: url(../image/c_icon_min_total_green.png) left center no-repeat;}
.flowers_theme .c-delivery-time {background: url(../image/c_icon_d_time_green.png) left center no-repeat;}
.flowers_theme .c-shipping {background: url(../image/c_icon_shipping_green.png) left center no-repeat;}
.flowers_theme .c-gift {background: url(../image/c_icon_gift_green.png) left top no-repeat;}
.flowers_theme a.fs-item:hover, .flowers_theme a.fs-item:focus {background: #00b382;}
@media (min-width: 992px) {
    .flowers_theme #top .hb-reg {
        border-right: 1px solid #0da076;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .flowers_theme #top .rhb {
        border-top: 1px solid #0da076;
    }
    .flowers_theme #top .hb-hours {
        border-right: 1px solid #0da076;
    }
}

/* Sendpulse */
a.sp-brand-link {
    display: none !important;
}

/* Rating module */
.c-rating {
    padding-top: 8px;
    min-height: 22px;
    margin: 10px 0;
    border-top: 1px solid #ececec;
}

span.rating-metrics-box {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    margin-left: 10px;
}

.c-rating .rating-likes,
.c-rating .rating-dislikes,
.c-rating .rating-comments,
.rating-metrics-box .rating-likes,
.rating-metrics-box .rating-dislikes,
.rating-metrics-box .rating-comments
{
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    padding-left: 30px;
    padding-right: 2px;
    min-height: 22px;
    color: #797979;
    font-size: 15px;
}
.c-rating .rating-likes, .rating-metrics-box .rating-likes {
    background: url('../image/like.png') 3px center no-repeat;
}
.c-rating .rating-dislikes, .rating-metrics-box .rating-dislikes {
    background: url('../image/dislike.png') 3px center no-repeat;
}
.c-rating .rating-comments, .rating-metrics-box .rating-comments {
    background: url('../image/comments.png') 2px center no-repeat;
    padding-left: 28px;
}
.c-rating a, .c-rating a:hover, .c-rating a:focus {
    text-decoration: none;
}
.c-rating-review-box .add-review {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.rating-item {
    position: relative;
    background: #f1f1f1;
    margin: 25px 20px;
    padding: 15px 22px;
    border-radius: 12px;
    -webkit-box-shadow: 4px 8px 22px 0 rgba(107,107,107,0.5);
    -moz-box-shadow: 4px 8px 22px 0 rgba(107,107,107,0.5);
    box-shadow: 4px 8px 22px 0 rgba(107,107,107,0.5);
}
.rating-item:before {
    content: '';
    width: 24px;
    height: 24px;
    background: #f1f1f1;
    position: absolute;
    left: -10px;
    top: 40%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rating-item .rating-review-text {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.rating-item .rating-review-info .rating-review-date {
    color: #a0a0a0;
    padding: 0 5px;
    font-size: 12px;
}
textarea.rating-comment-field {
    max-width: 450px;
    margin: 10px auto;
    border: 1px solid #d0dedd;
}
textarea.rating-comment-field:focus {
    -webkit-box-shadow: 0 0 6px rgba(118, 202, 179, 0.7);
    box-shadow: 0 0 6px rgba(118, 202, 179, 0.7);
    border-color: rgba(114, 175, 147, 0.7);
}
.rating-pagination {
    margin-top: 25px;
}
.rating-button-box {
    margin-top: 15px;
}
.error-message-box {
    padding: 5px 15px;
    color: #82000a;
}
.success-message-box {
    padding: 5px 15px;
    color: #185d10;
}
.rating-buttons-box {
    text-align: center;
}
.rating-btn-label {
    margin: 15px 5px;
}
.label-like, .label-dislike {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.label-like > input, .label-dislike > input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.label-like > i, .label-dislike > i {
    display: inline-block;
    vertical-align: middle;
    width:  74px;
    height: 74px;
    transition: 0.2s;
}
.label-like > i {
    background: url("../image/like-silver-74.png") center no-repeat;
}
.label-like:hover > i {
    background: url("../image/like-74.png") center no-repeat;
}
.label-like > input:checked + i{
    background: url("../image/like-74.png") center no-repeat;
}
.label-dislike > i {
    background: url("../image/dislike-silver-74.png") center no-repeat;
}
.label-dislike:hover > i {
    background: url("../image/dislike-74.png") center no-repeat;
}
.label-dislike > input:checked + i{
    background: url("../image/dislike-74.png") center no-repeat;
}
/* End - Rating module */

.grecaptcha-badge {
    display: none !important;
}
.important-message {
    color: #ec6e6e;
    font-weight: 600;
}
.link-paymment {
    cursor: pointer;
    font-size: 12px;
    color: #00948e;
    text-decoration: underline;
}

.payments-logo-block {
    margin: 0 0 15px;
    text-align: center;
}
.payment-logo {
    height: 25px;
}

.img-thumbnail, .thumbnail {
    border: 0;
}

.blog-categories-list {
    margin-bottom: 30px;
}
.blog-page .product-thumb .caption {
    max-height: 130px;
    background: rgba(255, 255, 255, 0.9);
}

.blog-page .article-info-box {
    margin-bottom: 10px;
    color: #a2a2a2;
}
.blog-page .article-date,
.blog-page .article-author {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.btn-google, .btn-fb {
    margin-bottom: 10px;
}
.qc-info-wrapper {
    color: #00948f;
    font-weight: 600;
    padding: 0 15px;
    margin-bottom: 10px;
}
/* Login popup */
.modal-login-popup .modal-content {
    background: #ff6666;
    color: #fff;
}

.login-popup-block .btn-primary,
.modal-login-popup input:focus,
.modal-login-popup input {
    background: #fe6665;
    color: #fff;
    border-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.modal-login-popup input::-webkit-input-placeholder {
    color: #fff;
}
.modal-login-popup input:-ms-input-placeholder {
    color: #fff;
}
.modal-login-popup input::placeholder {
    color: #fff;
}
.login-popup-block .lp-social-block {
    margin-top: 10px;
    text-align: center;
}
.lp-skip-block {
    margin-top: 10px;
}
.login-popup-block {
    position: relative;
}
.login-popup-block .btn-lp-full {
    width: 100%;
}
.login-popup-block .btn-lp-half {
    width: 49%;
    box-sizing: border-box;
}
.login-popup-block a.lp-link {
    color: #fff;
}
.login-popup-block .lp-logo {
    margin-bottom: 20px;
    text-align: center;
}
.login-popup-block .lp-info {
    text-align: center;
    margin-bottom: 20px;
}
.login-popup-block button.close {
    float: none;
    position: absolute;
    right: 0;
}
.bonus-amount {
    font-size: 19px;
    font-weight: bold;
    color: #00948f;
    padding-left: 5px;
}
a.bonus-update-link {
    font-size: .9em;
    padding-left: 5px;
    color: #8c8c8c;
}
a.bonus-update-link:hover,
a.bonus-update-link:focus {
    color: #00948f;
}
.label-closed, .tab-label-closed {
    font-size: 18px;
    margin: 5px 0 10px;
}
.restaurant-closed {
    filter: grayscale(1);
}

@media (max-width: 991px) {
    a.tab-menu-button {
        margin: 15px 0;
    }
    .tab-item-info.tab-item-gift {
        display: block;
        margin-top: 5px;
    }
}

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

    .footer-menu {text-align: center;}
    .footer-social {margin-top: 5px; text-align: center;}
    a.blg-cr {position: relative; display: block;}

    .flowers_theme #top .hb-hours {
        border-right: 1px solid #0da076;
    }

    .product-list .product-thumb .image img {
        width: 70px;
        height: 70px;
    }
}

.modal.modal-gift .modal-body {
    font-size: 1.5rem;
    padding: 25px 20px;
}
/* Bootstrap modal gift vertical center */
@media screen and (min-width: 768px) {
    .modal.modal-gift {
        text-align: center;
    }
    .modal.modal-gift:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    .modal.modal-gift .modal-dialog {
         display: inline-block;
         text-align: left;
         vertical-align: middle;
     }
}

/* sweetalert2 */
body .swal2-popup {
    font-size: 13px;
}

/* Custom icons */
.rvi {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rvi-add-btn:before {
    content: url('data:image/svg+xml; utf8, <svg width="38" height="38" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="15" y="8" width="2" height="16" rx="1" fill="white"/><rect x="24" y="15" width="2" height="16" rx="1" transform="rotate(90 24 15)" fill="white"/></svg>');
    display: inline-block;
    width: 38px;
    height: 38px;
    background: #EB5D5B;
    border-radius: 100%;
    filter: drop-shadow(0 3px 0 #923231);
    color: #fff;
    text-decoration: blink;
    font-style: normal;
    vertical-align: top;
    line-height: 0.9em;
    transition: all 0.2s ease-out;
}
.rvi-add-btn:hover:before {
    background: #ff6665;
}

.checkout-checkout .featured-block {
    margin-bottom: 20px;
    padding-bottom: 0;
}

#cart-recommended-products {
    margin: 0;
}

#cart-recommended-products .owl-item .product-grid.item {
    margin: 0 10px;
}

/* Disable orders*/
.dso-wrapper {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 300px;
    background: #fff;
    padding: 15px 25px;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0 0 15px 15px rgb(0 0 0 / 20%);
    z-index: 999;
}
.dso-wrapper .dso-message {
    text-align: center;
    font-size: 1.25em;
    font-weight: 600;
}