@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

* {
    margin: 0; 
    padding: 0
}

a {
    text-decoration: none;
    outline: 0;
    color: #444
}

p {
    line-height: 27px;
    font-size: 16px;
    color: #3b4b52;
/*    font-family: 'Open Sans'*/
        font-family: 'DINRegular';
}

p+p {
    margin-top: 30px
}

a:hover {
    text-decoration: none
}

img {
    border: medium none;
    max-width: 100%
}

hr {
    border: 0 #eee solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin: 25px 0
}

a,
a:focus,
a:hover {
    outline: 0
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.hide {
    display: none
}

button {
    overflow: visible;
    background: 0 0;
    border: none;
    cursor: pointer;
    font-family: 'Open Sans'
}

body {
    font-family: 'DINRegular';
    font-size: 14px;
    color: #333
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

.hint-text,
.note {
    font-size: 11px;
    color: #666
}

.Red,
.astrix {
    color: red
}

.small {
    font-size: 10px
}

.text-sm {
    font-size: 12px
}

.clear {
    font-size: 1%;
    clear: both;
    height: 1%;
    overflow: hidden;
    line-height: 1px
}

.clearfix {
    display: block!important
}

.block {
    display: block
}

.bold {
    font-weight: 700
}

.semibold {
    font-weight: 600
}

.normal {
    font-weight: 100
}

.uppercase {
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

.banner-box img,
.btn,
.main.nav li a,
.package-price,
.package-price .item-package,
.product-box {
    webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

.color{
    color: #ff006e    
}




.text-success {
    color: #82d03c
}

.text-primary {
    color: #30bbf9
}

.text-danger {
    color: #cb171e
}

.text-shape {
    color: #9f9f9f
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.inline-block {
    display: inline-block;
    vertical-align: middle
}

.button-search-ajax a {
    display: none
}

.btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 2px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-default {
    background: #3b495b;
    color: #fff
}

.btn-primary {
    background: #2d3a41 none repeat scroll 0 0;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-info {
    background: #e6d638;
    border: none;
    color: #fff
}

.btn-shade {
    background: #eee;
    border: none;
    color: #333
}

.btn-gray {
    background: #7e7f80;
    border: none;
    color: #fff
}

.btn-success {
    background: #82d03c none repeat scroll 0 0;
    color: #fff
}

.btn-danger {
    background: #cb171e;
    border: 1px solid #cb171e;
    color: #fff
}

.btn-border {
    border: 2px solid #fff;
    color: #fff
}

.btn-xs {
    font-size: 12px;
    padding: 0 10px;
    font-weight: 600;
    line-height: 25px
}

.btn-sm {
    font-size: 12px;
    padding: 0 10px;
    line-height: 30px;
    font-weight: 600
}

.btn-md {
    font-size: 14px;
    padding: 0 18px;
    line-height: 45px;
    font-weight: 700
}

.btn-lg {
    font-size: 22px;
    padding: 0 18px;
    font-weight: 700
}

.m-b-xs {
    margin-bottom: 5px
}

.m-b-sm {
    margin-bottom: 10px
}

.m-b-md {
    margin-bottom: 15px
}

.m-b-lg {
    margin-bottom: 30px
}

.m-b-xl {
    margin-bottom: 45px
}

.m-t-xs {
    margin-top: 5px
}

.m-t-sm {
    margin-top: 10px
}

.m-t-md {
    margin-top: 15px
}

.m-t-lg {
    margin-top: 30px
}

.m-t-xl {
    margin-top: 40px
}

.m-l-xs {
    margin-left: 5px
}

.m-l-sm {
    margin-left: 10px
}

.m-l-md {
    margin-left: 20px
}

.m-l-lg {
    margin-left: 30px
}

.m-l-xl {
    margin-left: 50px
}

.m-r-xs {
    margin-right: 5px
}

.m-r-sm {
    margin-right: 10px
}

.m-r-md {
    margin-right: 20px
}

.m-r-lg {
    margin-right: 30px
}

.m-r-xl {
    margin-right: 50px
}

.ico {
    display: inline-block;
    vertical-align: middle
}

.table-view {
    display: table;
    position: relative;
    width: 100%
}

.table-view>.cell {
    display: table-cell;
    vertical-align: middle
}

.header {
    padding: 27.5px 0;
    background: #fff;
    z-index: 77;
    position: relative;
    border-bottom: 1px solid #979797;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.header.sticky-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 15px 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, .06)
}

.header .col-xs-4 img {
    -webkit-transition: height ease-in-out .3s;
    -moz-transition: height ease-in-out .3s;
    -ms-transition: height ease-in-out .3s;
    -o-transition: height ease-in-out .3s;
    transition: height ease-in-out .3s;
    display: block;
    height: 65px
}

.header.sticky-header .main-nav .wrap>ul>li>a {
    padding: 13px 12px
}

.header.sticky-header~.login-site-margin,
.header.sticky-header~.menu-blog,
.header.sticky-header~.search-box,
.header.sticky-header~.text-cover {
    margin-top: 77px
}

.text-cover {
    position: relative
}

.text-cover .img-cover {
    line-height: 0;
    overflow: hidden
}

.text-cover .img-cover img {
    max-width: inherit;
    width: 100%
}

.text-cover .container {
    min-height: 1px
}

.text-cover.covers {
    padding-top: 80px
}

.text-cover.covers .container {
    min-height: 1px
}

.covers-logo img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.covers .head-covers .images {
    margin-top: 50px;
    line-height: 0;
    text-align: right
}

.covers .head-covers .covers-logo.pull-left {
    line-height: 0;
    margin-right: 30px
}

.covers .head-covers .content-cover {
    margin-top: 80px
}

.covers .head-covers .content-cover .title {
    margin-bottom: 15px
}

.covers .head-covers .content-cover .title h1 {
    font-size: 48px;
    line-height: 48px;
    color: #2d3a41
}

.covers .head-covers .content-cover .description {
    margin-bottom: 15px
}

.covers .head-covers .content-cover .description p {
    color: #748595;
    font-size: 18px;
    line-height: 18px
}

.covers .head-covers .content-cover .star-review {
    height: 35px;
    background: 0 0;
    display: table;
    padding: 5px 5px 0
}

.covers .head-covers .content-cover .star-review .star-rating {
    margin: 0;
    top: 3px
}

.covers .head-covers .content-cover .star-review .star-rating span {
    color: #00848a
}

.covers .nav-covers ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.covers .social-media {
    max-width: 300px
}

.covers .p-img {
    max-width: 300px
}

.covers .p-img p {
    max-width: 300px;
    text-align: center;
    color: #748595;
    margin: 20px 0 16px;
    font-size: 18px
}

.covers .social-media ul {
    display: table;
    margin: 0 auto
}

.covers .social-media li {
    float: left
}

.covers .social-media li+li {
    margin-left: 10px
}

.covers .social-media li a {
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.covers .social-media li.facebook a {
    background: #295396
}

.covers .social-media li.instagram a {
    background: #000
}

.covers .social-media li.pinterest a {
    background: #cb2027
}

.covers .social-media li.twitter a {
    background: #4cc7e8
}

.tab-text .content {
    margin-top: 30px
}

.tab-text p {
    color: #748595
}

.covers .nav-user {
    margin-top: 50px
}

.covers .nav-user ul li {
    float: right
}

.covers .nav-user ul li+li {
    margin-right: 2px
}

.covers .nav-user ul li a {
    display: block;
    height: 80px;
    line-height: 80px;
    background: #2d3a41;
    color: #fff;
    border: 1px solid #243139;
    padding: 0 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'DINRegular';
    font-size: 20px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

.covers .nav-user ul li a:hover,
.covers .nav-user ul li.active a {
    background: #fff;
    color: #2d3a41
}

.textcover,
.textcover p {
    color: #fff;
    font-family: 'Open Sans'
}

.hero-banner.home-banner .textcover {
    margin-top: 0;
    top: calc(50% - 124px)
}

.textcover {
    color: #fff;
    margin-top: 155px;
    font-family: 'DINRegular';
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.textcover p {
    font-weight: 600;
    font-size: 45px;
    line-height: 49px;
    color: #fff;
    font-family: 'DINRegular';
    text-shadow: 1px 1px #3b495b
}

.textcover span {
    margin-top: 23px;
    font-size: 20px;
    font-weight: 700;
    display: block;
    font-family: 'Open Sans'
}

.login-banner {
    background: rgba(0, 0, 0, 0) url(img/banners/mfm_image.jpg) no-repeat scroll 100% center/cover;
    position: relative
}

.florist-login-banner {
    background: rgba(0, 0, 0, 0) url(img/banners/mfm_image_3.jpg) no-repeat scroll 100% center/cover;
    position: relative
}

.contact-banner {
    background: rgba(0, 0, 0, 0) url(img/banners/mfm_image_2_1.jpg) no-repeat scroll 100% center/cover;
    position: relative
}

.hero-search {
    background: #3b495b;
    padding: 25px 0;
    width: 100%
}

.banner-search {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px
}

.banner-search label {
    color: #3b4b52;
    font-size: 22px;
    text-align: right;
    margin-top: 29px;
    font-family: 'DINRegular';
    font-weight: 700
}

.banner-search .text input {
    font-size: 18px;
    height: 93px;
    border: 2px solid #d5d5d5;
    border-radius: 10px;
    outline: 0;
    width: 100%;
    background: url(img/map.png) no-repeat 25px center;
    padding-left: 60px;
    font-family: 'DINRegular';
    font-size: 20px
}

.home-banner-search {
    margin: 0 auto;
    width: 50%;
    background: rgba(255, 255, 255, .8);
    -webkit-border-radius: 10px;
    padding: 50px 40px;
    float: right;
    text-align: center
}

.home-banner-search .text input {
    font-size: 17px;
    height: 60px;
    border: 2px solid #aaa;
    border-radius: 10px;
    outline: 0;
    width: 100%;
    background: url(img/map.png) 25px center no-repeat #FFF;
    padding-left: 60px;
    font-family: 'Open Sans'
}

.title_home_banner p {
    font-size: 25px;
    margin-top: 3px
}

.home-banner-search label {
    margin-top: 29px;
    font-family: 'DINRegular';
    font-weight: 700;
    text-align: center!important;
    font-size: 15px;
    color: #00b0f0;
    margin-bottom: 10px
}

.home-banner-search button {
    background-color: #ff0571;
    font-size: 15px;
    padding: 19px
}

@media(max-width:1000px) {
    .home-banner-search {
        width: 100%
    }
    .home-banner-search .text input {
        font-size: 12px;
        padding-left: 45px
    }
}

.banner-search.banner-search-product .text input {
    height: 93px
}

.banner-search.banner-search-product .title-deliver {
    margin-bottom: 15px
}

.banner-search.banner-search-product .title-deliver h4 {
    font-size: 20px;
    margin: 0
}

.banner-search.banner-search-product .title-deliver h3 {
    font-size: 26px
}

.banner-search.banner-search-product .title-deliver+.title-deliver {
    margin-bottom: 0
}

.banner-search .text input:focus {
    outline: 0
}

.banner-search .btn {
    line-height: 53px;
    background: #00b0f0;
    font-family: 'DINRegular';
    border-radius: 5px;
    margin-top: 19px;
    font-size: 20px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.banner-search .btn:hover {
    background: #3b495b
}

.banner-search .text {
    padding-bottom: 0
}

.banner-search.banner-search-edit {
    border: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 28px
}

.banner-search.banner-search-edit .text input {
    font-size: 22px
}

.main-heading {
    padding: 70px 0 60px
}

.main-heading h2 {
    font-size: 44px;
    line-height: 44px
}

.banner-box-section~.banner-box-section .main-heading {
    padding-top: 35px
}

.last~.newsletter-box {
    margin-top: 50px
}

.banner-box-section {
    background: #fff
}

.main-nav {
    margin-top: 1px
}

.main-nav .wrap>ul {
    list-style: none;
    float: right
}

.main-nav .wrap>ul li {
    display: inline;
    float: left;
    margin-left: 0;
    height: 63px;
    position: relative
}

.header.sticky-header .main-nav .wrap>ul>li {
    height: 46px
}

.main-nav .wrap>ul li.cart {
    position: relative;
    margin-right: 20px
}

.main-nav .wrap>ul li.cart a {
    padding: 17px 10px 15px
}

.header.sticky-header .main-nav .wrap>ul>li.cart a {
    padding: 14px 24px 13px 12px
}

.cart-count {
    background: #ff006e;
    color: #fff;
    width: 22px;
    height: 22px;
    line-height: 19px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    display: block;
    top: 10px;
    right: 20px;
    border: 2px solid #fff;
    font-size: 12px
}

.main-nav .wrap>ul li a {
    color: #3b4b52;
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    padding: 20.5px 26px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.main-nav .wrap>ul>li a:hover {
    color: #bd7b13
}

.main-nav .wrap>ul>li:nth-last-child(1) a {
    background: #2d3a41;
    color: #fff;
    padding: 21px 30px;
    font-size: 18px;
    letter-spacing: .5px;
    border-radius: 5px
}
.main-nav .wrap>ul>li:nth-last-child(1) a:hover{
    background: #fff;
    color: #3b495b;  
}


.main-nav2 .wrap>ul>li:nth-last-child(1) a {
    background: #bd7b13;
    padding: 21px 35px;
    font-size: 18px;
    letter-spacing: .5px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.main-nav2 .wrap>ul>li:nth-last-child(1) a:hover {
    background: #2d3a41
}

.main-nav .covers>ul>li a img {
    width: auto;
    height: auto;
    display: block;
    margin-top: -5px
}

.sticky-header .main-nav .wrap>ul>li a img {
    width: 20px;
    height: auto!important;
    margin-top: -2px
}

.main-nav .wrap>ul>li .dropnav.subnav {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

.main-nav .wrap>ul>li .dropnav.subnav ul {
    background: #2d3a41
}

.main-nav .wrap>ul>li .dropnav.subnav ul li {
    float: none
}

.main-nav .wrap>ul>li .dropnav.subnav ul li a {
    color: #fff;
    display: block;
    font-size: 19px;
    padding: 0 20px;
    min-width: 150px;
    height: 40px;
    line-height: 40px
}

.main-nav .wrap>ul>li .dropnav.subnav ul li a:hover {
    color: #2d3a41;
    background: #fff
}

.main-nav .wrap>ul>li:hover .dropnav.subnav {
    max-height: 1000px
}

.sticky-header .main-nav .wrap>ul>li .dropnav.subnav {
    padding-top: 0
}

.banner-box {
    position: relative;
    margin-bottom: 30px
}

.banner-box a {
    display: block
}

.banner-box img {
    display: block
}

.banner-box h3 {
    bottom: 15px;
    color: #fff;
    font-size: 20px;
    left: 20px;
    position: absolute
}

.banner-box h3 a {
    color: #fff
}

.banner-box.mid-box>h3 {
    bottom: auto;
    left: 0;
    margin-top: -20px;
    text-align: center;
    top: 50%;
    width: 100%;
    font-size: 26px
}

.newsletter-box {
    background: #3b495b;
    padding: 58.5px 0
}

.newsletter-form {
    margin: 0 auto
}

.newsletter-form label {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    text-align: left;
    margin-top: 30px;
    font-family: 'Open Sans'
}

.newsletter-form .text input {
    font-size: 20px;
    font-weight: lighter;
    height: 95px;
    border: 0 solid #3b4b52;
    outline: 0;
    width: 100%;
    background: #fff url(img/email.png) no-repeat 25px center;
    padding-left: 80px;
    font-family: 'Open Sans'
}

.newsletter-form .text input:-ms-input-placeholder {
    color: #3b4b52
}

.newsletter-form .text input::-moz-placeholder {
    color: #3b4b52
}

.newsletter-form .text input:-moz-placeholder {
    color: #3b4b52
}

.newsletter-form .text input:-moz-placeholder {
    color: #3b4b52
}

.newsletter-form .text input::-webkit-input-placeholder {
    color: #3b4b52
}

.newsletter-form .text input:focus {
    outline: 0
}

.newsletter-form .btn {
    height: 52px;
    background: #00b0f0;
    border-radius: 5px;
    margin-top: 21.5px;
    font-size: 20px;
    transition: all ease-in-out .3s;
    font-family: 'Open Sans'
}

.newsletter-form .btn:hover {
    background: #fff;
    color: #00b0f0
}

.newsletter-form .text {
    padding-bottom: 0
}

.footer {
    background: #fff;
    padding: 70px 0;
    border-top: 1px solid #3b495b
}

.footer h4 {
    font-size: 20px;
    padding-bottom: 25px;
    color: #3b4b52
}

.footer ul {
    list-style: outside none none
}

.footer ul li {
    padding: 8px 0
}

.footer ul li+li {
    margin-top: 11px
}

.footer ul li a {
    color: #3b4b52;
    font-size: 18px;
    transition: all ease-in-out .2s;
    font-weight: lighter
}

.footer ul li a:hover {
    color: #bd7b12
}

.footer-box img {
    margin-top: 60px
}

.copyrights {
    text-align: center;
    margin-top: 14px;
    font-family: 'Open Sans'
}

#footer {
    height: 123px;
    background: #1e2e42;
    padding: 48px 0
}

#footer p {
    color: #fff;
    text-indent: 173px
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer ul li {
    float: right
}

#footer ul li+li {
    margin-right: 23px
}

#footer ul li a {
    color: #fff;
    font-size: 20px;
    transition: all ease-in-out .2s
}

#footer ul li a:hover {
    opacity: .5
}

.input {
    padding-bottom: 15px;
    position: relative
}

label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 0
}

.input label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 0
}

.date select,
.email input,
.file input,
.number input,
.password input,
.select select,
.tel input,
.text input,
.textarea textarea {
    border: 1px solid #d7d7d7;
    padding: 8px;
    font-size: 14px;
    color: #555;
    width: 100%;
    font-family: 'DINRegular';
    height: 40px
}
.textarea textarea{
    border:1px solid #eeecec !important;
}
.date select {
    width: auto;
    /*    min-width: 30px*/
    width: 229px;
    max-width: 100%
}

.file input {
    height: auto
}

.textarea textarea {
    height: 160px
}

.radio label {
    display: inline-block
}

.captcha img {
    float: left
}

.captcha>input {
    width: calc(100% - 120px)
}

.submit button {
    margin-bottom: 5px
}

.select-style {
    border: 1px solid #ccc;
    position: relative;
    background: #fff;
    height: 40px
}

.select-style:hover {
    border: 1px solid #e6d638;
    box-shadow: 0 0 10px rgba(230, 214, 56, .8)
}

.select-style:before {
    content: "\f107";
    display: inline-block;
    font: 14px/1 FontAwesome;
    left: auto;
    right: 10px;
    margin-top: -7px;
    position: absolute;
    top: 50%
}

.select-style select {
    background: 0 0;
    border: none;
    display: block;
    width: 100%;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    font-size: 12px;
    padding: 0 20px 0 10px;
    height: 37px
}

div#filter {
    margin-top: 0
}

.inline-form label {
    float: left;
    line-height: 40px;
    padding-bottom: 0;
    padding-right: 20px
}

.sm-fields {
    font-size: 12px
}

.select-sm .select-style {
    border-radius: 0
}

.select-sm select {
    padding: 8px
}

.checkbox label,
.radio label {
    display: inline;
    padding-left: 2px
}

html.remodal-is-locked {
    overflow: hidden
}

.remodal,
[data-remodal-id] {
    display: none
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ""
}

.remodal-overlay,
.remodal-wrapper {
    backface-visibility: hidden
}

.remodal-overlay {
    background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.remodal {
    position: relative;
    outline: 0;
    text-size-adjust: 100%
}

.remodal-is-initialized {
    display: inline-block
}

.remodal-bg.remodal-is-opened,
.remodal-bg.remodal-is-opening {
    filter: blur(3px)
}

.remodal-overlay.remodal-is-closing,
.remodal-overlay.remodal-is-opening {
    animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
    animation: remodal-overlay-opening-keyframes .3s
}

.remodal-overlay.remodal-is-closing {
    animation: remodal-overlay-closing-keyframes .3s
}

.remodal-wrapper {
    padding: 10px 10px 0
}

.remodal {
    box-sizing: border-box;
    width: 100%;
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff
}

.remodal.remodal-is-closing,
.remodal.remodal-is-opening {
    animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
    animation: remodal-opening-keyframes .3s
}

.remodal.remodal-is-closing {
    animation: remodal-closing-keyframes .3s
}

.remodal,
.remodal-wrapper:after {
    vertical-align: middle
}

.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner,
.remodal-confirm::-moz-focus-inner {
    padding: 0;
    border: 0
}

@keyframes remodal-opening-keyframes {
    from {
        transform: scale(1.05);
        opacity: 0
    }
    to {
        transform: none;
        opacity: 1
    }
}

@keyframes remodal-closing-keyframes {
    from {
        transform: scale(1);
        opacity: 1
    }
    to {
        transform: scale(.95);
        opacity: 0
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.modal {
    background: #fff
}

.modal-heading {
    background: #2d3a41 none repeat scroll 0 0;
    color: #fff;
    padding: 15px 25px;
    position: relative
}

.modal-heading h2 {
    color: #fff;
    font-size: 20px
}

.close-modal {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 15px
}

.close-modal.blue-close {
    color: #005baa;
    font-size: 25px
}

.modal-content {
    padding: 55px 25px
}

.register-form .input {
    padding-bottom: 20px
}

.register-form .select-style,
.register-form input,
.register-form textarea {
    border-color: #444
}

.remodal {
    width: 800px;
    left: 50%;
    margin-left: -400px;
    top: 50px
}

.remodal-sm {
    width: 600px;
    margin-left: -300px
}

div.error-message {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
    border: 1px solid #333;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    color: #fff;
    display: block;
    font-size: 11px;
    padding: 4px 10px;
    position: absolute;
    z-index: 100;
    bottom: -20px
}

div.error-message:after {
    border-bottom: 6px solid rgba(0, 0, 0, .7);
    border-left: 6px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    margin-left: -5px;
    position: absolute;
    right: 50%;
    top: -7px
}

input.form-error {
    background: #ffe3e3
}

.cart table {
    margin: 15px 0;
    border: 1px solid #ddd;
    border-collapse: collapse
}

.cart table th {
    background: #2d3a41;
    padding: 10px;
    font-size: 14px;
    text-align: left;
    color: #fff
}

.cart table th a {
    color: #fff
}

.cart table td {
    padding: 10px;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #ddd
}

.cart table td input {
    padding: 3px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    width: 50px
}

.cart .prod-thumb {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
    vertical-align: middle
}

.cart table .btn {
    margin: 0 2px
}

.form-box {
    background: #d8d8d6 none repeat scroll 0 0;
    padding: 20px
}

.form-box h2 {
    font-size: 24px;
    margin-bottom: 25px;
    font-family: 'DINMedium';
}
.register-box.form-box p {
    font-family: 'DINRegular';
    color: #666;
} 
#UserResetPasswordForm .input label{
    font-family: 'DINBold';
    color: #666;
    font-size: 14px;
}
.submit button {
    margin-bottom: 5px;
    background: #87c332;
    font-weight: unset;
     font-size: 18px;
    font-family: 'DINBold';
}
.submit button:hover {
    transition: all 300ms ease-in-out;
    background: #00aeef;
    border: 1px solid #00aeef;
}
.listitem {
    margin: 15px
}

.cartHolder .form-box {
    min-height: 330px
}

.checkout-step {
    background: #d8d8d6;
    border-bottom: 5px solid #fff;
    color: #333;
    padding: 25px 35px
}

.checkout-header {
    color: #333;
    display: block;
    font-weight: 600
}

.step-box .checkStepForm {
    padding-top: 30px
}

.table {
    border: 1px solid #ddd;
    border-collapse: collapse
}

.table td,
.table th {
    border-bottom: 1px solid #ddd;
    padding: 8px 10px
}

.table th {
    background: #2d3a41;
    color: #fff;
    padding: 10px;
    text-align: left
}

.table th a {
    color: #fff
}

.data-table tr td:first-child {
    background: #f8f8f8
}

.data-table img {
    border: 1px solid #ccc;
    margin: 5px;
    max-height: 160px
}

.order-table td,
.order-table th {
    background: #fff none repeat scroll 0 0;
    color: #333
}

.order-table .table-header th {
    background: #e6d638;
    color: #fff
}

.checkout .btn {
    min-width: 150px
}

.product-tabs {
    margin: 20px 0
}

.tabs .tab-links {
    background: #e6d638;
    padding: 10px 0 0 10px;
    width: 100%
}

.tab-contents {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px
}

.tab-links ul {
    list-style: outside none none
}

.tab-links ul li {
    display: inline-block
}

.tab-links ul li a {
    background: #d8d8d6 none repeat scroll 0 0;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 30px
}

.tab-links ul li.current a {
    background: #fff none repeat scroll 0 0
}

.product-meta p {
    color: #888
}

.product-price span {
    color: #888;
    font-size: 12px
}

.product-meta {
    margin-bottom: 20px
}

.qty-form {
    background: #efefef none repeat scroll 0 0;
    margin: 20px 0;
    padding: 15px
}

.heading-ico {
    border-bottom: 5px solid #e6d638;
    font-size: 18px;
    padding-bottom: 10px;
    text-transform: uppercase
}

.heading-ico .fa {
    background: #e6d638 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    width: 40px
}

.widget {
    background: #efefef none repeat scroll 0 0;
    margin-bottom: 15px;
    padding: 15px
}

.categories-list {
    list-style: outside none none
}

.categories-list li a {
    display: block;
    padding: 5px 0;
    font-weight: 700
}

.categories-list li a:hover {
    color: #e6d638
}

.bulk-actions {
    margin: 15px 0
}

.bulk-actions label {
    display: inline;
    font-size: 14px;
    font-weight: 100;
    padding: 0 5px
}

.bulk-actions select {
    border: 1px solid #bbb;
    padding: 5px;
    width: 150px;
    height: 30px;
    font-size: 13px;
    font-weight: 600;
}

.bulk-actions .button-secondary {
    background: #ccc none repeat scroll 0 0;
    border: medium none;
    color: #333;
    font-size: 13px;
    height: 25px;
    line-height: 20px;
    min-width: 50px;
    padding: 0 5px;
    text-align: center
}

.action {
    list-style: outside none none
}

.action>li {
    display: inline-block;
    padding: 0 4px
}

.action>li a:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 14px
}

.Edit:before {
    content: "\f044"
}

.Delete:before {
    content: "\f1f8"
}

#product-view {
    margin-bottom: 80px
}

.product-view {
    padding: 50px 0
}

.product-index {
    padding: 72px 0
}

.about-product.reviews {
    margin-bottom: 0
}

.product-view .widget {
    padding: 0;
    padding-left: 50px
}

.product-meta h1 {
    line-height: 44px;
    font-size: 44px;
    margin-bottom: 0;
    color: #4b5c6d
}

.product-meta .product-short-desc,
.product-meta .product-short-desc p {
    font-size: 12px;
    line-height: normal;
    text-align: center
}

.product-meta-price {
    margin: 0;
    padding: 0
}

.product-meta-price .row {
    margin-left: -6px;
    margin-right: -6px
}

.product-meta-price .row .col-xs-4 {
    padding-left: 6px;
    padding-right: 6px
}

.package-price .item-price {
    display: block;
    font-size: 44px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: left;
    visibility: hidden;
    color: #ff2d82;
    font-family: 'Open Sans'
}

.package-price.checked .item-price {
    visibility: visible
}

.package-price .item-package {
    border: 1px #00b0f0 solid;
    background: 0 0;
    border-radius: 2px;
    color: #00b0f0;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    height: 80px;
    line-height: 80px;
    padding: 0;
    right: 0;
    text-align: center
}

.package-price.checked .item-package {
    background: #00b0f0 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding: 0;
    right: 0;
    text-align: center
}

.product-meta-price .progress-bar {
    background: #00b0f0 none repeat scroll 0 0;
    margin: 10px 25px
}

.meta-shipping {
    padding: 14px
}

.input .shipping-label {
    font-size: 12px;
    padding: 6px 0
}

.input .shipping-label .fa {
    float: left;
    font-size: 40px;
    margin-right: 8px;
    margin-top: -5px
}

.delivery-date {
    border: 2px solid #cbcbcb;
    border-radius: 4px;
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 25px 0;
    text-align: center;
    height: 100px;
    line-height: 22px;
    font-family: 'Open Sans'
}

.delivery-date span {
    display: block
}

.delivery-date:hover {
    background: #f8f8f8
}

.delivery-date.line-3 {
    padding: 24px 0
}

.delivery-date.checked {
    background: #2d3a41;
    border: 1px solid #2d3a41;
    color: #fff
}

#add_product_btn {
    background: #00ad19;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    height: 80px;
    line-height: 80px;
    font-family: 'DINRegular';
    font-weight: 700
}

.social-icons {
    text-align: left;
    margin-top: 30px
}

.social-icons a {
    display: block;
    float: left;
    transition: all ease-in-out .2s
}

.social-icons a+a {
    margin-left: 20px
}

.social-icons a:hover {
    opacity: .7
}

.rate-bar {
    background: #fff none repeat scroll 0 0;
    margin-top: 20px;
    padding: 15px 25px;
    margin-bottom: 25px
}

.rate-bar .rate,
.rate-bar h5,
.rate-bar p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.rate-bar .rate {
    padding: 5px;
    font-size: 16px
}

.rate-bar .rate {
    font-size: 23px;
    padding: 5px
}

.rate-bar p {
    padding: 5px
}

.rate-base-layer {
    color: #e7d638
}

.rate-hover-layer {
    color: #e7d638
}

.store-box .avatar {
    padding: 0
}

.store-box p {
    font-size: 12px;
    line-height: normal
}

.sale-products {
    background: #eeecec;
    padding: 30px 80px
}

.sale-slider {
    max-width: 600px;
    margin: 0 auto
}

.sale-slider .item {
    margin: 0 15px
}

.sale-slider .owl-pagination {
    display: none
}

.sale-slider .owl-next,
.sale-slider .owl-prev {
    font-size: 50px;
    left: -40px;
    margin-top: -20px;
    position: absolute;
    top: 40%
}

.sale-slider .owl-next {
    left: auto;
    right: -20px
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 30px;
    height: 6px;
    margin: 4px;
    background: #eee
}

.owl-theme .owl-controls .owl-page.active span {
    background: #fe8800
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    color: #fff;
    font-size: 12px;
    height: 10px;
    text-indent: -9999em;
    width: 10px
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.florist-views {
    padding: 40px 0
}

.florist-views h1 {
    padding-bottom: 25px
}

.widget {
    padding: 20px;
    background: #fff;
    margin-bottom: 25px
}

.widget>h3 {
    margin-bottom: 15px
}

.widget-tabs {
    margin-bottom: 25px
}

.widget-head {
    background: #e8d844 none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 25px;
    padding: 15px
}

.avatar {
    overflow: hidden;
    padding: 5px 0 20px
}

.avatar>img {
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    width: 80px;
    height: 80px;
}

.store-box .avatar>img {
    width: 80px
}

.avatar-data {
    overflow: hidden;
    padding: 10px
}

.avatar-data>a,
.avatar-data>p {
    clear: both;
    display: block;
    line-height: 15px;
    overflow: hidden;
    padding-bottom: 5px;
    font-size: 15px
}

.avatar-data .fa {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px
}

.widget-nav ul {
    list-style: outside none none
}

.widget-nav li {
    border-top: 1px solid #edebec
}

.widget-nav li a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 15px
}

.widget-nav li a.active::after {
    background: #e6d638 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: block;
    float: right;
    height: 15px;
    margin-top: 4px;
    width: 15px
}

.widget-nav ul ul {
    background: #f9f9f9 none repeat scroll 0 0;
    display: none
}

.widget-nav ul ul li a {
    font-size: 14px;
    font-weight: 100;
    padding: 10px 30px
}

.stats {
    padding: 20px 0;
    text-align: center
}

.stats-ico {
    background: #eee none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 20px;
    text-align: center;
    width: 80px;
    color: #fff
}

.stats>h3,
.stats>h4 {
    font-size: 16px
}

.orders-active h3 {
    color: #bd69c5
}

.orders-active .stats-ico {
    background: #bd69c5
}

.orders-out-for-delivery h3 {
    color: #00efef
}

.orders-out-for-delivery .stats-ico {
    background: #00efef
}

.orders-new-order h3 {
    color: #f0f
}

.orders-new-order .stats-ico {
    background: #f0f
}

.orders-accepted h3 {
    color: #0edf16
}

.orders-accepted .stats-ico {
    background: #0edf16
}

.orders-rejected h3 {
    color: red
}

.orders-rejected .stats-ico {
    background: red
}

.orders-currently-fulfilling h3 {
    color: #ff640c
}

.orders-currently-fulfilling .stats-ico {
    background: #ff640c
}

.data-table,
.listing-table,
.table {
    border: 1px solid #edebec;
    border-collapse: collapse;
    margin: 15px 0;
    width: 100%
}

.data-table td,
.data-table th,
.listing-table td,
.listing-table th,
.table td,
.table th {
    border-bottom: 1px solid #edebec;
    font-size: 12px;
    padding: 10px 5px
}

.data-table th,
.listing-table th,
.table th {
    text-align: center
}

.data-table tr td:nth-child(odd),
.listing-table tr td:nth-child(odd),
.table tr td:nth-child(odd) {
    background: #fff
}

.data-table tr td:nth-child(even),
.listing-table tr td:nth-child(even),
.table tr td:nth-child(even) {
    background: #f9f7f8
}

.status-ico {
    background: #333;
    border-radius: 50%;
    display: block;
    height: 15px;
    margin: 0 auto;
    width: 15px
}

.status-ico.new-order {
    background: #f0f
}

.status-ico.accepted {
    background: #0edf16
}

.status-ico.rejected {
    background: red
}

.status-ico.out-for-delivery {
    background: #00efef
}

.status-ico.currently-fulfilling {
    background: #ff643c
}

.status-ico.completed {
    background: #e8e8e8
}

.status-ico.inactive {
    background: #eb1b22
}

.onoffswitch {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.onoffswitch-checkbox {
    display: none
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    padding: 0
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin .3s ease-in 0s
}

.onoffswitch-inner:after,
.onoffswitch-inner:before {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    font-family: 'DINRegular';
    font-weight: 700;
    box-sizing: border-box
}

.onoffswitch-inner:before {
    content: "Open";
    padding-left: 10px;
    background-color: #fff;
    color: #000
}

.onoffswitch-inner:after {
    content: "Closed";
    padding-right: 10px;
    background-color: #de0a0a;
    color: #fff;
    text-align: right
}

.onoffswitch-switch {
    display: block;
    width: 16px;
    height: 16px;
    margin: 8px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    border-radius: 50%;
    transition: all .3s ease-in 0s;
    border: 2px solid #fff
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0;
    background: #c0e7f7;
    border-color: #c0e7f7
}

.form-box {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 21px
}

.day-box {
    background: #c0e7f7 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    padding: 5px;
    width: 92px
}

.day-box>h3 {
    color: #000;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    text-align: center
}

.data-heading {
    font-weight: 700;
    margin: 5px 0;
    padding: 5px 0
}

.date-managment .input-group-addon {
    background: #eee
}

.product-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px
}

.product-box .product-thumb img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.product-box .caption {
    background-color: #e6d638;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 8%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(80%);
    transition: all .3s ease 0s;
    visibility: hidden
}

.product-box .static-caption {
    background-color: #eee;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    padding: 8%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(0);
    transition: all .3s ease 0s
}

.product-box:hover .caption {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.product-box .caption {
    padding: 8%
}

.product-box .caption,
.product-box .caption a {
    color: #fff
}

.product-box ul.action {
    text-align: center;
    width: 100%
}

.product-box ul.action li {
    display: inline-block;
    float: none
}

.product-box .caption h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0
}

.product-box.product-boxs a {
    display: block;
    transition: all ease-in-out .2s
}

.product-box.product-boxs .pull-right.icon-img a {
    height: 80px
}

.product-box.product-boxs a:hover {
    color: #00b0f0
}

.filter-ajax+.filter-ajax {
    margin-top: 40px
}

.filter-ajax .title {
    margin-bottom: 27px
}

.filter-ajax .title h4 {
    margin: 0;
    font-family: 'DINRegular';
    font-size: 20px;
    color: #3b4b52
}

.filter-ajax .input {
    padding: 0;
    color: #748595
}

.filter-ajax .show-more a {
    font-family: 'DINRegular';
    font-size: 17px;
    font-weight: lighter;
    margin-top: 20px;
    display: block;
    transition: all ease-in-out .2s;
    color: #748595
}

.filter-ajax .show-more a:hover {
    color: #00b0f0
}

.filter-ajax .input label {
    font-family: 'DINRegular';
    font-size: 16px;
    font-weight: lighter
}

.filter-ajax ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

.toggleClass {
    max-height: 10000px!important
}

.filter-ajax ul li+li {
    margin-top: 23px
}

.filter-ajax [type=checkbox]:checked,
.filter-ajax [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

.filter-ajax [type=checkbox]:checked+label,
.filter-ajax [type=checkbox]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    padding: 1px 0 0 29px;
    height: 20px;
    line-height: 20px
}

.filter-ajax [type=checkbox]:checked+label:before,
.filter-ajax [type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 2px solid #ccc;
    background: #f8f8f8;
    border-radius: 3px
}

.filter-ajax [type=checkbox]:checked+label:after,
.filter-ajax [type=checkbox]:not(:checked)+label:after {
    content: "✔";
    position: absolute;
    top: 6px;
    left: 5px;
    font-size: 12px;
    line-height: 12px;
    color: #757575;
    transition: all .2s
}

.filter-ajax [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

.filter-ajax [type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.filter-ajax [type=checkbox]:disabled:checked+label:before,
.filter-ajax [type=checkbox]:disabled:not(:checked)+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.filter-ajax [type=checkbox]:disabled:checked+label:after {
    color: #999
}

.filter-ajax [type=checkbox]:disabled+label {
    color: #aaa
}

.filter-ajax label,
.filter-ajax label:hover:before {
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

.filter-ajax label:hover:before {
    border: 2px solid #00b0f0!important
}

.list-pro {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-pro li {
    margin-top: 10px
}

.list-pro li+li {
    margin-top: 0
}

.list-pro li strong {
    font-size: 18px;
    font-weight: lighter;
    color: #3b4b52
}

.list-pro li p {
    font-size: 14px;
    line-height: 20px;
    font-weight: lighter
}

.list-pro li p {
    color: #3b4b52
}

.product-details {
    padding: 25px 0
}

.product-details h3 {
    font-size: 16px;
    line-height: 50px
}

.status-ribbon {
    font-size: 11px;
    font-weight: 700;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    top: 0
}

.status-ribbon.active {
    background: #82d03c none repeat scroll 0 0;
    color: #fff
}

.status-ribbon.inactive {
    background: #eee;
    color: #ccc
}

.add-new-btn,
.add-new-btn:hover {
    background: #82d03c none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 11px 5px;
    text-align: center
}

.progress {
    margin-bottom: 40px;
    margin-top: 40px
}

.progress>h4 {
    font-size: 14px;
    margin-bottom: 35px
}

.progress-bar {
    background: #ccc none repeat scroll 0 0;
    height: 20px;
    position: relative
}

.progress-percent {
    background: #82d03c none repeat scroll 0 0;
    display: block;
    height: 20px;
    position: relative;
    width: 30%
}

.progress-value {
    background: #82d03c none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-right: -30px;
    min-width: 60px;
    padding: 4px 4px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -30px
}

.progress-value::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #82d03c;
    bottom: -5px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 0
}

.progress.blue .progress-percent,
.progress.blue .progress-value {
    background: #20aee9
}

.progress.blue .progress-value::after {
    border-top-color: #20aee9
}

.progress.yellow .progress-percent,
.progress.yellow .progress-value {
    background: #e7d638
}

.progress.yellow .progress-value::after {
    border-top-color: #e7d638
}

.progress.orange .progress-percent,
.progress.orange .progress-value {
    background: #e79738
}

.progress.orange .progress-value::after {
    border-top-color: #e79738
}

.visa-icon {
    color: #20aee9;
    display: block;
    font-size: 75px;
    vertical-align: top
}

.visa-icon .fa {
    display: block
}

.widget.half-widget {
    min-height: 620px
}

.popup-form form {
    max-width: 315px
}

.popup-form form .submit .btn {
    min-width: 250px
}

.snippet-box>ul {
    margin: 0 20px
}

.snippet-box li {
    float: left;
    font-size: 23px;
    font-weight: 700;
    width: 50%
}

.steps-progress {
    margin: 25px 0 15px
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none
}

.r-tabs .r-tabs-panel {
    padding: 25px;
    display: none;
    background: #fff
}

.r-tabs .r-tabs-accordion-title {
    display: none
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block
}

.r-tabs-nav {
    text-align: center
}

.r-tabs-nav a {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
    background: #2d3a41;
    color: #fff
}

.r-tabs-nav .r-tabs-state-active a {
    background: #e6d638;
    color: #fff;
    font-weight: 700
}

.r-tabs-accordion-title a {
    background: #ccc;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    color: #333;
    display: block;
    margin: 5px 0
}

.inner-tabs .r-tabs-nav {
    background: 0 0;
    padding: 0;
    text-align: left
}

.inner-tabs .r-tabs-nav li {
    border-right: 1px solid #ddd
}

.inner-tabs .r-tabs-nav li:last-child {
    border: none
}

.inner-tabs .r-tabs-nav a {
    color: #666;
    font-size: 14px;
    line-height: normal;
    padding: 0 15px;
    text-align: left
}

.inner-tabs .r-tabs-nav .r-tabs-state-active a {
    color: #6fa7e5
}

.inner-tabs .r-tabs-accordion-title a {
    background: #d8d8d6 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px
}

@media only screen and (max-width:768px) {
    .r-tabs .r-tabs-nav {
        display: none
    }
    .r-tabs .r-tabs-accordion-title {
        display: block
    }
}

.submit input {
    background: #82d03c none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 45px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase
}

.widget-header {
    font-size: 22px;
    font-weight: 700
}

#filter {
    background: #f2f2f2 none repeat scroll 0 0;
    margin: 10px 0 25px;
    padding: 15px
}

#filter .input {
    display: block;
    float: left;
    margin-right: 15px;
    max-width: 120px;
    padding-bottom: 0
}

#filter .filter-action {
    display: inline-block
}

#filter .filter-action input {
    display: inline-block
}

.FilterAction.filter-action {
    margin-top: 26px;
    margin-bottom: 0
}

.product-florist {
    font-size: 14px;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 0
}

.product-florist a {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px
}

.product-florist .florist-img {
    border-radius: 50%;
    height: 80px;
    width: 80px
}

.florist-name {
    display: block;
    padding-bottom: 5px
}

.product-details .product-price {
    font-weight: 600;
    font-size: 18px;
    float: right;
    width: 110px;
    height: 50px;
    line-height: 50px;
    background: #00b0f0;
    text-align: center;
    color: #fff;
    border-radius: 4px
}

.product-details .product-price span {
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans'
}

.sale-products .view-more {
    padding: 30px 0
}

.sale-products .view-more .btn {
    border-color: #000;
    min-width: 230px;
    color: #333
}

.filters-bar {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 35px;
    padding: 15px 30px
}

.filters-bar a {
    display: inline-block;
    font-size: 14px;
    padding: 10px 25px 5px 0
}

.filters-bar a .fa {
    font-size: 26px;
    margin-right: 5px;
    vertical-align: middle
}

.filters-bar .input {
    padding-bottom: 0
}

.product-filters {
    background: #fff
}

.product-filters .input {
    padding-bottom: 0
}

.product-filters .submit {
    padding: 20px 15px
}

.product-filters .input.checkbox {
    display: inline-block;
    float: left;
    padding: 5px 0;
    width: 50%
}

.product-filters .input.checkbox label {
    display: block;
    font-size: 12px;
    font-weight: 100;
    padding-left: 18px;
    padding-top: 0;
    text-transform: capitalize
}

.product-filters .input.checkbox input {
    float: left
}

.filter-block {
    padding: 15px;
    border-bottom: 1px solid #eeecec
}

.toggle-content {
    display: none
}

.toggle-content.active {
    display: block
}

.side-accordion {
    border-bottom: 1px solid #eeecec
}

.side-accordion .toggle-head {
    display: block;
    font-weight: 700;
    overflow: hidden;
    padding: 15px 0;
    position: relative
}

.toggle-head>.fa {
    color: #afafaf;
    float: right;
    font-size: 22px
}

.side-accordion .toggle-content {
    overflow: hidden;
    padding: 0 0 15px
}

.paging {
    display: block;
    text-align: center
}

.paging>ul {
    list-style: outside none none
}

.paging li {
    display: inline-block;
    font-size: 12px;
    background: #fff
}

.paging li a {
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    color: #fff;
    display: block;
    background: #3b495b none repeat scroll 0 0;
    padding: 11px;
    min-width: 36px
}

.paging li.current {
    background: #82d03c none repeat scroll 0 0;
    color: #fff;
    padding: 11px;
    min-width: 36px
}

.paging li a:hover {
    background: #82d03c none repeat scroll 0 0;
    color: #fff
}

.pages {
    background: #fff;
    padding: 45px 65px;
    margin-bottom: 25px
}

.bg-default {
    background: #e7d638 none repeat scroll 0 0;
    color: #333
}

.bg-default h2,
.bg-default h3 {
    color: #333
}

.img-text-content {
    padding: 40px
}

.img-text-section img {
    display: block
}

.bg-default h2 {
    font-size: 22px
}

.box-content {
    padding: 45px;
    line-height: normal;
    font-size: 20px
}

.box-content p {
    line-height: normal
}

.call-to-action {
    padding: 15px 40px
}

.call-to-action h3 {
    color: #333;
    padding-bottom: 8px;
    padding-top: 8px
}

.call-to-action .btn-white {
    background: #fff none repeat scroll 0 0;
    color: #333
}

.link-box {
    background: #e8e6e7 none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 20px;
    text-align: center
}

.link-box h3 {
    font-size: 24px;
    font-weight: 300
}

.link-box .fa {
    font-size: 80px
}

.list-items {
    list-style: outside none none
}

.list-items>li {
    margin-bottom: 25px;
    padding-left: 45px;
    position: relative
}

.list-items>li::before {
    background: #e7d638 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px
}

.crumbs {
    padding: 10px 0
}

.crumbs span {
    padding: 0 5px
}

.florist-banner {
    background: rgba(0, 0, 0, 0) url(img/four-people-bike.jpg) no-repeat scroll 100% center/cover;
    padding: 50px 0
}

.florist-banner .logo {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding: 20px
}

.florist-banner .logo img {
    max-width: 350px
}

.florist-nav {
    background: #e7d638 none repeat scroll 0 0
}

.florist-nav ul {
    list-style: outside none none
}

.main.nav>li {
    float: left
}

.main.nav li a {
    display: block;
    font-size: 18px;
    line-height: 65px;
    padding: 0 15px;
    color: #fff
}

.main.nav li a:hover {
    background: #fff;
    color: #333
}

.account-card {
    background: rgba(250, 250, 250, .8) none repeat scroll 0 0;
    margin: 100px auto;
    max-width: 450px;
    padding: 30px
}

.contact-card {
    background: rgba(250, 250, 250, .8) none repeat scroll 0 0;
    padding: 30px;
    margin: 100px 0
}

.florist-card {
    background: rgba(250, 250, 250, .8) none repeat scroll 0 0;
    margin: 100px auto;
    max-width: 450px;
    padding: 30px;
    margin-bottom: -50px
}

.card-title {
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0;
    text-align: center
}

.card-subtitle {
    font-size: 15px;
    font-weight: 300;
    margin: 15px 0;
    text-align: center
}

.horizontal-line {
    background: #fff none repeat scroll 0 0;
    height: 1px;
    margin: 20px auto;
    width: 30%
}

.content-section {
    padding: 10px 0;
    background: #fff
}

.dashboard-create-account {
    display: block
}

.hero-heading {
    display: table;
    height: 500px;
    vertical-align: middle;
    width: 100%
}

.hero-banner h1 {
    color: #fff;
    display: table-cell;
    font-size: 60px;
    text-align: center;
    vertical-align: middle
}

.section-img-heading {
    background: #4894c0;
    color: #fff
}

.section-banner-textover {
    background: rgba(0, 0, 0, 0) url(img/banners/mfm_image.jpg) no-repeat scroll 100% center/cover;
    position: relative
}

.banner-box-over {
    background: #f15e5e none repeat scroll 0 0;
    color: #fff;
    padding: 50px;
    font-size: 16px
}

.blog-post {
    padding: 30px;
    background: #fff
}

.blog .paging {
    background: #fff;
    padding: 25px 0
}

.single-post-view {
    padding-bottom: 50px
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content img,
.post-content p {
    margin-bottom: 20px
}

.post-content ul {
    margin-left: 15px
}

.post-content ul li {
    padding: 5px
}

.news-box-section {
    background: #1a5575 none repeat scroll 0 0;
    color: #fff;
    padding: 50px 0
}

.promo-details {
    padding: 20px 0
}

.promo-details h2 {
    margin-bottom: 20px
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.menu-blog {
    background: #3b495b
}

.menu-blog ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.menu-blog ul li {
    float: left
}

.menu-blog ul li+li {
    margin-left: 50px
}

.menu-blog ul li a {
    display: block;
    line-height: 121px;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

.menu-blog ul li a:hover {
    color: #bd7b13
}

.section-blog {
    padding: 0px 0;
    background: #fff
}

.row-blog+.row-blog {
    margin-top: 100px
}

.blog-images img {
    width: 100%
}

.blog-details {
    margin-top: 65px
}

.blog-details .sub-title {
    margin-bottom: 45px
}

.blog-details .sub-title span {
    font-weight: lighter;
    font-size: 24px;
    color: #3b4b52;
    line-height: 26px
}

.blog-details .title {
    margin-bottom: 45px
}

.blog-details .FEATURED h3 {
    font-size: 36px;
    color: #3b495b;
    line-height: 45px
}

.blog-details .text {
    margin-bottom: 35px;
    line-height: 26px
}

.blog-details .text p {
    line-height: 35px;
    font-weight: lighter;
    font-size: 18px;
    color: #3b495b
}

.blog-details .read-more a {
    display: table;
    background: #00b0f0;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

.blog-details.text-left .title {
    margin-bottom: 20px
}

.blog-details.text-left {
    margin-top: 25px
}

.blog-details.text-left .title h3 {
    font-size: 24px
}

.blog-details.text-left .text {
    margin-bottom: 25px
}

.blog-details.text-left .text p {
    font-size: 15px;
    line-height: 28px
}

.blog-details.text-left .read-more a {
    margin: 0
}

.blog-details .read-more a:hover {
    background: #3b495b
}

.pagination {
    border: 1px solid #bbb;
    float: right;
    display: table;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.pagination ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.pagination ul li {
    float: left
}

.pagination ul li+li {
    border-left: 1px solid #bbb
}

.pagination ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    color: #4a90e2
}

.pagination ul li a:hover,
.pagination ul li.active a {
    background: #efefef;
    color: #bbb
}

.section-blog-details .blog-images p {
    width: 100%
}

.section-blog-details .blog-images img {
    margin: 25px 0
}

.section-blog-details .blog-images img {
    margin: 25px 0
}

.section-blog-details .blog-images p+p {
    margin-top: 30px
}

.section-blog-details .blog-details .sub-title {
    margin-bottom: 3px;
    color: #3b4b52
}

.section-blog-details .blog-details .title {
    margin-bottom: 15px
}

.section-blog-details .blog-details {
    margin-top: 0
}

.section-blog-details .blog-details .text {
    margin-bottom: 57px
}

.section-blog-details .blog-details .FEATURED h3 {
    font-size: 35px;
    line-height: 45px;
    color: #3b4b52
}

.mobile-left .blog-details .sub-title {
    margin-bottom: 15px;
    margin-top: 15px;
}

.section-blog-details .blog-details .text p {
    font-size: 14px;
    color: #3b4b52
}

.section-blog.section-blog-details .list-comment {
    margin-top: 30px
}

.section-blog.section-blog-details .blog-images p {
    line-height: 26px;
    color: #3b4b52;
    margin: 25px 0
}

.row-blog.row-title {
    background: #f5f5f1;
    padding: 30px;
    border-top: 1px solid #b6b4b6
}

.row-blog.row-title .title {
    margin-bottom: 30px
}

.row-blog.row-title .title h3 {
    font-size: 17px
}

.row-blog.row-title .bolg-body .images {
    margin-bottom: 10px
}

.row-blog.row-title .bolg-body .images img {
    width: 100%
}

.row-blog.row-title .bolg-body .Recommended-tags {
    margin-bottom: 10px;
    margin-top: 5px
}

.row-blog.row-title .bolg-body ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.row-blog.row-title .bolg-body ul li {
    float: left
}

.row-blog.row-title .bolg-body ul li+li {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #9b9b9b
}

.row-blog.row-title .bolg-body ul li a {
    color: #eb6d1c;
    font-size: 19px;
    height: 19px;
    line-height: 19px;
    font-weight: lighter;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    display: block
}

.row-blog.row-title .bolg-body ul li a:hover {
    color: #e75300
}

.row-blog.row-title .Recommended-title {
    margin-bottom: 12px
}

.row-blog.row-title .Recommended-title h3 {
    font-size: 17px;
    font-weight: 700
}

.search-box {
    min-height: 600px;
    background: #3a495a
}

.search-box.imgfaqs {
    height: auto;
    min-height: 1px;
    line-height: 1px
}

.search-box .box-s {
    padding-top: 180px
}

.search-box .box-s h2 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 70px;
    font-weight: 700
}

.search-box .box-s input {
    height: 93px;
    font-size: 18px;
    width: 520px;
    display: table;
    margin: 0 auto;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #86898d;
    background: #fff url(img/search.jpg) no-repeat 25px center;
    padding-left: 80px
}

.search-box .box-s input::-webkit-input-placeholder {
    color: #3b4b52
}

.search-box .box-s input:-moz-placeholder {
    color: #3b4b52
}

.search-box .box-s input::-moz-placeholder {
    color: #3b4b52
}

.search-box .box-s input:-ms-input-placeholder {
    color: #3b4b52
}

.questions>ul {
    list-style: none
}

.questions>ul>li+li {
    margin-top: 60px
}

.questions .title-questions {
    margin-bottom: 38px;
    font-family: 'DINRegular';
    font-weight: 700
}

.questions .title-questions h3 {
    margin: 0;
    font-size: 28px;
    color: #4b5c6d
}

.questions .panel-group .panel-title a {
    font-family: 'DINRegular';
    font-weight: lighter;
    font-size: 22px;
    display: block;
    height: 22px;
    line-height: 22px;
    color: #273d54
}

.questions .panel-group .panel-title a .open-close {
    background: #3b495a;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 18px;
    float: left;
    margin-right: 20px;
    margin-top: 3px;
    position: relative;
    color: #fff;
    text-align: center
}

.questions .panel-group .panel-title a .open-close .plus1 {
    position: absolute;
    top: 0;
    left: .5px;
    width: 20px;
    height: 20px;
    z-index: 1;
    opacity: 0;
    transition: all ease-in-out .2s;
    display: table;
    line-height: 19px
}

.questions .panel-group .panel-title a .open-close .plus2 {
    position: absolute;
    top: 0;
    left: .5px;
    width: 20px;
    height: 20px;
    z-index: 101;
    opacity: 1;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    display: table;
    line-height: 18px
}

.questions .panel-group .panel-title a.collapsed .open-close .plus1 {
    opacity: 1
}

.questions .panel-group .panel-title a.collapsed .open-close .plus2 {
    opacity: 0
}

.questions .panel-group .panel {
    padding-bottom: 25px;
    border-bottom: 1px solid #979797
}

.questions .panel-group .panel+.panel {
    margin-top: 30px
}

.questions .panel-group .panel .panel-body p {
    font-family: 'DINRegular';
    margin-top: 30px;
    font-size: 16px
}

.page-terms {
    border-top: 1px solid #979797
}

.title-page {
    margin-bottom: 43px
}

.title-page h1 {
    margin-bottom: 0;
    font-size: 44px;
    line-height: 40px;
    color: #4b5c6d
}

.title-page h2 span {
    font-size: 23px;
    display: block;
    line-height: 23px
}

.title-page .sub-title {
    font-size: 23px;
    font-weight: lighter;
    display: block;
    margin-top: 15px
}

.title-page.same h2 span {
    font-size: 23px;
    display: block;
    line-height: 22px;
    font-weight: lighter
}

.title-page.same .sub-title {
    font-size: 22px;
    display: block;
    font-weight: 700;
    margin-top: 15px
}

.product-index .title-page {
    margin-bottom: 18px
}

.product-index .paragraph p {
    color: #748595;
    font-size: 22px!important
}

.box-heading {
    background-color: #3b495b;
    margin-top: 30px
}

.box-heading span {
    color: #fff;
    font-size: 20px;
    height: 58px;
    line-height: 58px;
    padding: 0 20px;
    font-family: 'DINRegular';
    font-weight: 400
}

.box-comment {
    margin-top: 30px;
    overflow: hidden;
    position: relative
}

.box-comment:nth-last-child(1) {
    margin-bottom: 30px
}

.box-comment {
    color: #3b495b
}

.box-comment p {
    color: #3b495b
}

.box-comment a {
    color: #3b495b
}

.blog-single .post-image {
    display: block;
    overflow: hidden;
    width: 100%
}

.blog-single .post-image img {
    width: 100%
}

.blog-single .comment-box {
    content: " ";
    display: table;
    padding: 20px;
    margin-top: 1px;
    width: 100%
}

.blog-single .user-image {
    width: 12%;
    display: block;
    float: left
}

.blog-single .user-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.blog-single .user-info {
    display: block;
    float: right;
    width: 87.5%;
    color: #3b495b;
    padding-left: 20px
}

.blog-single .user-info p {
    padding: 10px 0;
    margin: 0
}

.blog-single .user-info .username {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Open Sans'
}

.blog-single .user-info .sp {
    padding: 0 10px
}

.blog-single .reply {
    margin-left: 30px;
    width: auto
}

.blog-single .comment-reply {
    background-color: #f5f5f1;
    padding: 30px;
    display: table
}

.blog-single .comment-reply .title {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 20px;
    display: block;
    font-family: 'Open Sans'
}

.blog-single .comment-reply input,
.blog-single .comment-reply textarea {
    color: #777;
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 1px #ddd solid;
    margin-bottom: 10px
}

.blog-single .comment-reply input:focus,
.blog-single .comment-reply textarea:focus {
    outline: 0
}

.blog-single .comment-reply .instruction {
    font-size: 13px;
    font-weight: 300;
    color: #5e5e5e
}

.blog-single .comment-reply .btn {
    font-size: 20px;
    font-weight: 300;
    background-color: #3b495b;
    color: #fff;
    padding: 15px 30px
}

.blog-single .comment-reply input {
    height: 48px
}

.blog-single .comment-reply textarea {
    height: 164px
}

.blog-single .comment-reply .instruction {
    color: #5e5e5e;
    font-size: 13px
}

.login-site {
    background: url(../img/login.png) no-repeat center center;
    background-size: cover;
    padding: 30px 0 !important
}

.login-site.relogin {
    background: url(../img/relogin.png) no-repeat center center;
    background-size: cover;
    padding: 100px 0
}

.login-site.contact {
    background: url(../img/contact.png) no-repeat center center;
    background-size: cover;
    padding: 100px 0
}

.login-site .form-login {
    max-width: 830px;
    margin: 0 auto;
    padding: 50px;
    background: rgba(255, 255, 255, .7);
    color: #3b495b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*font-family: 'Open Sans'*/
    font-family: 'DINRegular';
}

.login-site.contact .form-login {
    padding: 30px
}

.login-site .form-login .title-login {
    margin-bottom: 15px
}

.login-site .form-login .title-login h1 {
    text-align: center;
/*    font-size: 48px;
    color: #4b5c6d;
    line-height: 48px;*/
    margin: 0;
    font-family: 'DINRegular';
    font-size: 45px;
    color: #666;
}

.login-site .form-login .sub-title {
    text-align: center;
    font-weight: lighter;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 40px;
    color: #3b4b52
}
.login-site .form-login .sub-title span {
        font-family: 'DINRegular';
}
.login-site .form-login .input {
    padding: 0
}

.login-site .form-login .input+.input {
    margin-top: 25px
}

.login-site .form-login .input input:not([type=submit]) {
    height: 60px;
    border: 1px solid #ccc;
    color: #555;
    text-align: left;
    font-size: 22px;
    font-family: 'DINRegular';
    max-width: 540px;
    display: table;
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 4px;
    outline: 0;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    padding: 0 10px;
    margin-bottom: 30px;
}

.login-site .form-login .input textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #bbbcb9;
    font-family: 'DINRegular';
    max-width: 540px;
    display: table;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 25px;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    outline: 0;
    height: 170px;
    overflow: hidden;
    resize: none;
    font-size: 22px !important;
    font-family: 'DINRegular';
}
.login-site .form-login .input textarea::placeholder {
    
}
.login-site .form-login .input input:not([type=submit]):focus,
.login-site .form-login .input textarea:focus {
    /* border: 2px solid #00b0f0*/
}

.login-site .form-login .input.submit {
    margin-top: 45px
}

.login-site .form-login .input input[type=submit] {
    /*  background: #3b495b;*/
    font-size: 18px;
    font-family: 'DINRegular';
    text-transform: lowercase;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    display: table;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    padding: 5px 70px;
}

.login-site .form-login .input input[type=submit]:hover {
    background: #00b0f0
}

.login-site .form-login .create-account {
    margin-top: 34px
}

.login-site .form-login .create-account ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.login-site .form-login .create-account ul li {
    width: 50%;
    float: left;
    text-align: left
}

.login-site .form-login .create-account ul li+li {
    text-align: right
}

.login-site .form-login .create-account ul li a {
    display: block;
    font-size: 16px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
/*    color: #3b4b52*/
        color: #666;
    font-family: 'DINRegular';
}

.login-site .form-login .create-account ul li a:hover {
    text-decoration: underline;
    color: #00b0f0
}
.login-site .form-login  .select-style{
    height: 60px;
    border-radius: 4px;
    font-family: 'DINRegular';
}

.login-site .form-login .select-style select{
    font-family: 'DINRegular';
    font-size: 14px;
    color: #555;
    height: 60px;
}


.login-site .join-now-account {
    max-width: 830px;
    margin: 30px auto 0;
    padding: 36px 120px;
    background: rgba(255, 255, 255, .7);
    color: #3b495b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.login-site .join-now-account .join-now p {
    font-size: 24px;
    font-family: 'DINRegular';
    line-height: 50px;
    margin: 0
}

.login-site .join-now-account .link {
    float: right
}

.login-site .join-now-account .link a {
    background: #87c332;
    width: 160px;
    font-size: 18px;
/*    font-family: 'DINMedium' !important;*/
        font-weight: unset;
    font-family: 'DINBold' !important;
    line-height: 133%!important;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

.login-site .join-now-account .link a:hover {
    background: #00aeef
}

p.m-b-md.text-center {
    background-color: #00b0f0;
    margin-top: 30px;
    color: #fff;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    font-family: 'DINRegular';
    font-weight: 400
}

.login-site.contact .form-login .sub-title {
    font-size: 44px;
    font-weight: 700;
    color: #4b5c6d
}

.contact-information {
    background: #fff;
    padding: 0px 0 0px 0;
}

.contact-information h2 {
    font-size: 44px;
    margin-bottom: 30px;
    line-height: 44px;
    color: #4b5c6d
}

.contact-information span {
    font-size: 22px;
    font-family: 'DINRegular';
}

.contact-information ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.contact-information ul li {
    line-height: 32px
}

.contact-information ul li+li {
    margin-top: 30px;
    line-height: 23px
}

.contact-information ul li .icon-phone {
    background: url(../img/phone.png) no-repeat;
    width: 34px;
    height: 34px;
    display: block;
    float: left;
    margin-right: 25px
}

.contact-information ul li .icon-message {
    background: url(../img/message.png) no-repeat;
    width: 38px;
    height: 25px;
    display: block;
    float: left;
    margin-right: 21px
}

.hero-banner .text-cover.covers {
    background: rgba(0, 0, 0, 0) url(../img/covers.png) no-repeat scroll 100% center/cover
}

.edit-florist-nav {
    background: #2d3a41
}

.about .textcover {
    margin-top: 242px
}

.about-message {
    padding: 20px 0;
    background: #fff
}

.about-message h2 {
    font-size: 44px;
    line-height: 49px;
    color: #4b5c6d
}

.about-message p {
    /*margin-top: 61px;*/
    line-height: 36px;
    font-size: 18px;
    color: #748595
}

.about-shop {
    padding: 122px 0;
    background: #3b495a
}

.gallaries-shop .gallary-shop:nth-child(3),
.gallaries-shop .gallary-shop:nth-child(4) {
    margin-top: 30px
}

.gallaries-shop .gallary-shop img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.about-shop h2 {
    margin-top: 20px
}

.about-shop h2,
.about-shop p {
    color: #fff
}

.about-shop p {
    color: #fff;
    margin-top: 37px;
    line-height: 34px;
    font-size: 18px
}

.online-store {
    position: relative;
}
.online-store img {
    width: 100%;
    display: block;
}
.content-ostore {
    position: absolute;
    top: calc(50% - 210px);
    left: 0;
    right: 0;
}
.online-store .box-online {
    background: #00b0f0;
    padding: 44px 50px 50px;
    display: table;
    color: #fff;
    max-width: 530px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.online-store .box-online .title-online {
    margin-bottom: 30px
}

.online-store .box-online .title-online h3 {
    color: #fff;
    font-size: 44px;
    line-height: 48px
}

.online-store .box-online .list-noline {
    margin-bottom: 25px
}

.online-store .box-online .list-noline ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.online-store .box-online .list-noline ul li+li {
    margin-top: 9px
}

.online-store .box-online .list-noline ul li p {
    color: #fff;
    font-size: 17px
}

.online-store .box-online .link a {
    color: #fff;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #3b495b;
    display: block;
    font-family: 'DINRegular';
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

.online-store .box-online .link a:hover {
    background: #fff;
    color: #3b495b
}

.page-into .title {
    margin-bottom: 25px
}

.page-into h1 {
    font-size: 46px;
    line-height: 64px;
    color: #4b5c6d
}

.page-into .paragraph p {
    font-size: 20px
}

#postcodesearch::-webkit-input-placeholder,
.login-site .form-login .input input::-webkit-input-placeholder,
.login-site .form-login .input textarea::-webkit-input-placeholder {
    color: #3b495b
}

#postcodesearch:-moz-placeholder,
.login-site .form-login .input input:-moz-placeholder,
.login-site .form-login .input textarea:-moz-placeholder {
    color: #3b495b
}

#postcodesearch::-moz-placeholder,
.login-site .form-login .input input::-moz-placeholder,
.login-site .form-login .input textarea::-moz-placeholder {
    color: #3b495b
}

#postcodesearch:-ms-input-placeholder,
.login-site .form-login .input input:-ms-input-placeholder,
.login-site .form-login .input textarea:-ms-input-placeholder {
    color: #3b495b
}
.login-site.clearPadding .form-login.form-relogin {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 21px;
    border-radius: 0;
}
.login-site.clearPadding .form-login.form-relogin .horizontal-line{
    background: #f5f5f5 none repeat scroll 0 0;
    height: 1px;
    margin: 0px auto;
}
.login-site.clearPadding .form-login.form-relogin .title-login {
    margin-bottom: 5px;
} 
.login-site.clearPadding .form-login.form-relogin .card-title{
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 0;
    margin: 0;
    text-align: left;
    font-family: 'DINBold';
    color: #666;
        margin-bottom: 7px;
}
.login-site.clearPadding .form-login.form-relogin #TherapistTherapistForgetForm > .row .col-md-6.text-left{
    display: none
}
.login-site.clearPadding .form-login.form-relogin #TherapistTherapistForgetForm .input input:not([type=submit]){
    margin-left: 0px;
    border: 1px solid #d7d7d7;
    padding: 8px;
    font-size: 14px;
    color: #555;
    width: 100%;
    font-family: 'DINRegular';
    height: 40px;
    margin-bottom: 15px;
     border-radius: 0;
}

.login-site.clearPadding .form-login.form-relogin #TherapistTherapistForgetForm .input.submit{
    width: 96px;
    margin: 0;
    margin-top: 0;
    margin-left: 0px;
}
.login-site.clearPadding .form-login.form-relogin .account-card {
    margin: 30px auto;
}
.login-site.clearPadding .form-login.form-relogin .account-card  a:hover{
    transition: all 300ms ease-in-out;
    background: #00aeef;
    border: 1px solid #00aeef;
    color: #fff
}
.form-box2 h2{
    font-size: 24px;
    margin-bottom: 25px;
    font-family: 'DINMedium';
}
.form-box2 p{
    font-family: 'DINRegular';
    color: #666;
    margin-bottom: 32px;
}

.rest2 .login-site.login-site2 .form-login .select-style select {
    font-size: 22px;
    font-family: 'DINRegular';
}
@media(min-width:992px){
    .clearPadding {
        padding-top: 0 !important;
    }
    .login-site.clearPadding .form-login.form-relogin {
        max-width: 555px;
    } 

}
.news-cover .block-news {
    overflow: hidden
}

.news-cover .block-news .images {
    width: 61%;
    float: right
}

.news-cover .block-news .images a {
    display: block
}

.news-cover .block-news .images a img {
    width: 100%;
    height: 600px
}

.news-cover .block-news .block-content {
    width: 39%;
    float: left;
    background: #3b495b;
    color: #fff;
    height: 600px;
    padding: 150px 80px 150px 150px;
    position: relative
}

.news-cover .block-news .block-content:before {
    content: '';
    position: absolute;
    border-top: 15px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 15px solid transparent;
    border-left: 20px solid transparent;
    left: 80px;
    top: calc(50% - 35px)
}

.news-cover .block-news .block-content .date {
    margin-bottom: 45px
}

.news-cover .block-news .block-content .date span {
    font-size: 22px;
    font-family: 'Open Sans'
}

.news-cover .block-news .block-content .title {
    margin-bottom: 45px
}

.news-cover .block-news .block-content .title h3 a {
    color: #fff;
    font-size: 33px;
    line-height: 49px;
    display: block;
    transition: all ease-in-out .2s
}

.news-cover .block-news .block-content .title h3 a:hover {
    color: #00b0f0
}

.news-cover .block-news .block-content .more a {
    color: #fff;
    font-size: 16px;
    transition: all ease-in-out .2s
}

.news-cover .block-news .block-content .more a:hover {
    color: #00b0f0
}

.news-content {
    padding: 87px 0
}

.title-news {
    margin-bottom: 47px
}

.title-news h2 {
    text-align: center;
    font-size: 46px;
    color: #4b5c6d
}

.blocks-news+.blocks-news {
    margin-top: 60px
}

.blocks-news .block-news .images {
    overflow: hidden
}

.blocks-news .block-news .images a {
    display: block;
    line-height: 10px
}

.blocks-news .block-news .images a img {
    width: 100%
}

.blocks-news .block-news .block-content {
    background: #3b495b;
    color: #fff;
    padding: 35px 85px;
    position: relative
}

.blocks-news .block-news .block-content .date {
    margin-bottom: 31px
}

.blocks-news .block-news .block-content .date span {
    font-size: 14px;
    font-family: 'Open Sans'
}

.blocks-news .block-news .block-content .title {
    margin-bottom: 47px
}

.blocks-news .col-md-12 .block-news .block-content .date,
.blocks-news .col-md-12 .block-news .block-content .title {
    margin-bottom: 21px
}

.blocks-news .block-news .block-content .title h3 a {
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    display: block;
    transition: all ease-in-out .2s
}

.blocks-news .block-news .block-content .title h3 a:hover {
    color: #00b0f0
}

.blocks-news .block-news .block-content .more a {
    color: #fff;
    font-size: 14px;
    transition: all ease-in-out .2s
}

.blocks-news .block-news .block-content .more a:hover {
    color: #00b0f0
}

.blocks-news .col-md-6 .block-news .images {
    width: 42%;
    float: right
}

.blocks-news .col-md-6 .block-news .block-content {
    width: 58%;
    float: left;
    padding: 60px 25px
}

.blocks-news .col-md-6 .block-news .block-content .title h3 a {
    font-size: 22px
}

.news-more {
    margin-top: 60px
}

.news-more a {
    border-top: 23px #3b495b solid;
    border-right: 15px transparent solid;
    border-bottom: 0 transparent solid;
    border-left: 15px transparent solid;
    display: table;
    margin: 0 auto;
    transition: all ease-in-out .2s
}

.news-more a:hover {
    border-top: 23px #00b0f0 solid
}

#thumbs {
    padding-right: 5px
}

#thumbs .iamges {
    margin-bottom: 27px
}

.banner-search-product h6 {
    font-weight: lighter;
    font-family: 'DINRegular';
    margin-top: 12px
}

.about-product {
    margin-bottom: 80px
}

.about-product .title {
    margin-bottom: 23px
}

.about-product .title h2 {
    color: #3b4b52;
    font-size: 36px
}

.about-product .title.mbo {
    margin-bottom: 40px
}

.about-product .content>p {
    line-height: 32px;
    color: #748595;
    font-size: 17px;
    font-weight: lighter
}

.about-product .content .images a {
    display: block
}

.about-product .content .images a img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%
}

.click_here {
    text-decoration: underline;
    color: #748595;
    margin-left: 30px
}

.reviews .title {
    margin-bottom: 30px
}

.reviews ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.reviews ul li {
    padding-bottom: 46px;
    margin-bottom: 46px;
    border-bottom: 1px solid #979797
}

.reviews .head-reviews {
    margin-bottom: 38px
}

.reviews .head-reviews .image {
    margin-right: 25px
}

.reviews .head-reviews .image a {
    display: block
}

.reviews .head-reviews .image a img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

.reviews .head-reviews .information {
    padding: 19px 0
}

.reviews .head-reviews .information h3 {
    margin-bottom: 5px
}

.reviews .head-reviews .information h3 a {
    display: table;
    color: #3b4b52;
    transition: all ease-in-out .2s
}

.reviews .head-reviews .information h3 a:hover {
    color: #00b0f0
}

.reviews .head-reviews .information p {
    color: #748595
}

.reviews .content-reviews p {
    color: #3b4b52
}

.reviews .more-reviews {
    margin-top: 16px
}

.reviews .more-reviews a {
    color: #3b4b52;
    font-size: 20px
}

@font-face {
    font-family: star;
    src: url(fonts/star.eot);
    src: url(fonts/star.eot?#iefix) format("embedded-opentype"), url(fonts/star.woff) format("woff"), url(fonts/star.ttf) format("truetype"), url(fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 18px;
    line-height: 1;
    font-size: 17px;
    width: 5.4em;
    font-family: star;
    color: #00848a;
    display: inline-block;
    margin: 0 0 0 10px
}

.star-rating:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

.more-reviews a {
    display: table;
    margin: 0 auto;
    font-size: 20px
}

.more-reviews a:hover {
    color: #00b0f0;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

.about-product .contents .img a {
    display: block
}

.about-product .contents .img a img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 95px;
    height: 95px;
    margin-top: 3px
}

.about-product .contents .info2 {
    margin-left: 30px
}

.about-product .contents .info2 ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.about-product .contents .info2 ul li+li {
    margin-top: 3px
}

.about-product .contents .info2 ul li>span {
    font-size: 17px;
    line-height: 17px;
    color: #3b4b52
}

.about-product .contents .info2 ul li>h4 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 8px
}

.about-product .contents .info2 ul li>p {
    font-size: 16px;
    line-height: 16px;
    color: #748595
}

.about-product .contents .info2 ul li>div .star-rating {
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
    line-height: 26px
}

.about-product .contents .info2 ul li>div>span {
    color: #9c9c9c;
    font-family: 'DINRegular';
    font-size: 15px
}

.about-product .contents .btn-star {
    margin-left: 100px;
    font-family: 'Open Sans'
}

.about-product .contents .btn-star a {
    display: table;
    width: 180px;
    height: 84px;
    line-height: 84px;
    color: #fff;
    text-align: center;
    background: #00b0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 17px;
    font-family: 'DINRegular';
    font-weight: 700;
    margin-top: 4px;
    transition: all ease-in-out .2s
}

.about-product .contents .btn-star a:hover {
    background: #3b495b
}

.asks {
    padding: 60px
}

.asks .asks-title {
    margin-bottom: 70px
}

.asks .asks-title h2 {
    font-size: 30px
}

.asks .asks-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.asks .asks-list ul li {
    font-size: 30px;
    font-weight: lighter;
    font-family: 'Open Sans'
}

.asks .asks-list ul li+li {
    margin-top: 70px
}

.asks .asks-enter a {
    display: block;
    width: 160px;
    height: 52px;
    font-size: 18px;
    font-family: 'DINRegular';
    text-align: center;
    line-height: 52px;
    background: #00b0f0;
    color: #fff;
    margin-top: 70px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.cover-1 {
    position: relative
}

.cover-1 .image img {
    width: 100%
}

.cover-1 .text {
    position: absolute;
    top: calc(50% - 72px);
    left: 118px
}

.cover-1 .text p {
    font-family: 'DINRegular';
    font-size: 44px;
    line-height: 48px;
    font-weight: 700;
    color: #fff
}

.section-icon {
    padding: 131px 0
}

.section-icon .table-icon {
    display: table;
    margin: 0 auto;
    text-align: center
}

.section-icon .table-icon .img-icon {
    margin-bottom: 40px
}

.section-icon .table-icon .title-icon {
    margin-bottom: 40px
}

.section-icon .table-icon .title-icon h3 {
    font-size: 30px;
    color: #273d54
}

.section-icon .table-icon .content-icon p {
    color: #748595
}

.section-notification {
    background: #3b495b;
    padding: 130px 0;
    color: #fff
}

.section-notification .title-1 h4 {
    color: #fff;
    text-align: center;
    font-size: 30px
}

.section-notification .title-1 h4+h4 {
    margin-top: 9px
}

.section-notification .more-noti {
    margin-top: 48px
}

.section-notification .more-noti a {
    display: block;
    width: 178px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    margin: auto;
    color: #fff;
    background: #bf7c11;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'DINRegular';
    font-weight: 700
}

.section-tooles {
    padding: 80px 0;
    text-align: center
}

.section-tooles .title-tooles {
    margin-bottom: 80px
}

.section-tooles .title-tooles h2 {
    color: #4b5c6d
}

.section-tooles .lists-tooles ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.section-tooles .lists-tooles ul li+li {
    margin-top: 74px
}

.section-tooles .lists-tooles ul li .row .col-md-5 .images {
    line-height: 1px
}

.section-tooles .lists-tooles ul li .row .col-md-5 .images a {
    display: block
}

.section-tooles .lists-tooles ul li .row .col-md-4 .toole {
    padding: 32px 0
}

.section-tooles .lists-tooles ul li .row .col-md-4 .toole p {
    text-align: left;
    color: #6f7d8a;
    font-size: 20px;
    font-weight: 700
}

.section-tooles .lists-tooles ul li .row .col-md-4 .toole p+p {
    margin-top: 8px
}

.sub-footer {
    background: #3b495a
}

.sub-footer .row {
    margin: 0
}

.sub-footer .row .col-md-6 {
    padding: 0
}

.sub-footer .row .sub-footer-left {
    padding: 160px 0
}

.sub-footer .row .sub-footer-left .title h3 {
    color: #fff;
    text-align: center;
    font-size: 32px
}

.sub-footer .row .sub-footer-left .title h3+h3 {
    margin-top: 1px
}

.sub-footer .row .sub-footer-left .more {
    margin-top: 45px
}

.sub-footer .row .sub-footer-left .more a {
    color: #fff;
    display: table;
    margin: 0 auto;
    background: #00b0f0;
    height: 52px;
    width: 160px;
    text-align: center;
    line-height: 52px;
    font-family: 'DINRegular';
    font-size: 18px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.sub-footer .row .sub-footer-right .img {
    display: block;
    line-height: 1px
}

.sub-footer .row .sub-footer-right .img img {
    width: 100%
}

.section-notification.start-2 {
    text-align: center;
    padding: 194.5px 0
}

.section-notification.start-2 .title-1 {
    margin-bottom: 30px
}

.section-notification.start-2 .title-1 h2 {
    color: #fff;
    font-size: 48px;
    line-height: 44px
}

.section-notification.start-2 .text p {
    color: #fff;
    font-size: 18px
}

.section-notification.start-2 .more-noti {
    margin-top: 58px
}

.section-notification.start-2 .more-noti a {
    width: 210px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #00b0f0
}

.cover-1.start-2 .text {
    right: 118px;
    left: auto
}

.cover-1.start-2 .text p {
    text-align: left
}

.mt-30 {
    margin-top: 30px
}

.sub-footer.start-2 {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey
}

.sub-footer.start-2 .sub-footer-right {
    background: #fff;
    text-align: center;
    padding: 99px 0
}

.sub-footer.start-2 .sub-footer-left .title {
    margin-bottom: 52px
}

.sub-footer.start-2 .sub-footer-right .title {
    margin-bottom: 52px
}

.sub-footer.start-2 .sub-footer-right .title h3 {
    font-size: 32px;
    color: #273d54
}

.sub-footer.start-2 .sub-footer-left .text {
    text-align: center
}

.sub-footer.start-2 .sub-footer-left .text p {
    color: #d8dbde;
    font-size: 18px;
    line-height: 30px
}

.sub-footer.start-2 .sub-footer-right .text {
    margin-bottom: 50px
}

.sub-footer.start-2 .sub-footer-right .text p {
    font-size: 18px;
    line-height: 30px;
    color: #748595
}

.sub-footer.start-2 .sub-footer-right .more a {
    color: #fff;
    display: table;
    margin: 0 auto;
    background: #00b0f0;
    height: 52px;
    width: 160px;
    text-align: center;
    line-height: 52px;
    font-family: 'DINRegular';
    font-size: 18px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

.sub-footer.start-2 .sub-footer-right .more a:hover {
    background: #3b495b
}

.section-notification.end-div .title-1 h2 {
    font-size: 44px
}

.section-notification.end-div {
    background: 0 0;
    text-align: center
}

.section-notification.end-div .more-noti a {
    background: #00b0f0;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    font-size: 19px;
    margin-top: 80px
}

.section-notification.end-div .more-noti a:hover {
    background: #3b495b
}

.row-image .col-md-3 {
    padding: 0
}

.section-notification.end-div {
    padding: 80px 0
}

.section-notification.center-div {
    padding: 120px 0;
    background-color: transparent;
    text-align: center
}

.section-notification.center-div .title-1 {
    margin-bottom: 60px
}

#owl-demo .owl-controls .owl-buttons div,
#owl-demo .owl-controls .owl-page {
    color: #000
}

#owl-demo .item {
    padding: 0 30px
}

#owl-demo .image {
    margin-bottom: 10px
}

#owl-demo .image a {
    display: block
}

#owl-demo .image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

#owl-demo .name {
    margin-bottom: 10px
}

#owl-demo .name h3 {
    color: #aab4ba
}

#owl-demo .description {
    margin-bottom: 10px
}

#owl-demo .more a {
    color: #aab4ba
}

#owl-demo .owl-controls .owl-buttons div {
    font-size: 45px;
    position: absolute;
    top: calc(50% - 20px)
}

#owl-demo .owl-controls .owl-buttons div.owl-prev {
    left: 0
}

#owl-demo .owl-controls .owl-buttons div.owl-next {
    right: 0
}

.cover-1.start-3 .text {
    position: absolute;
    top: calc(50% - 24px);
    left: 118px
}

.section-notification.start-3 {
    padding: 88px 0
}

.section-notification.start-3 .title-1 h4 {
    font-size: 35px
}

.section-notification.start-3 .more-noti a {
    width: 265px;
    background: #00b0f0
}

.sect {
    padding-top: 90px;
    padding-bottom: 40px
}

.sect .col-box {
    margin-bottom: 55px
}

.sect .col-box .title {
    margin-bottom: 25px
}

.sect .col-box .title h3 {
    font-size: 18px;
    color: #273d54
}

.sect .col-box .text p {
    color: #748595
}

.section-tablet {
    padding-top: 60px;
    padding-bottom: 30px
}

.section-tablet .box-tablet .title {
    margin-bottom: 40px
}

.section-tablet .box-tablet .title h3 {
    font-size: 46px;
    color: #273d54
}

.section-tablet .box-tablet .text {
    margin-bottom: 50px
}

.section-tablet .box-tablet .text p {
    color: #748595
}

.section-tablet .box-tablet .more a {
    display: block;
    width: 230px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    background: #bf7c11;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'DINRegular';
    font-weight: 700;
}

.section-tablet .images {
    display: table;
    margin: 0 auto
}

.otherblog {
    padding: 60px 0 30px;
    background: #fff
}

.otherblog .row-blog.row-title {
    background-color: transparent;
    padding: 0;
    border: 0
}

.otherblog .Recommended-in {
    background: #fff
}

.otherblog .Recommended-in .re-content {
    padding: 20px
}

.otherblog .row-blog.row-title .bolg-body .images {
    margin-bottom: 0
}

.otherblog .row-blog.row-title .bolg-body .Recommended-tags {
    margin-top: 0
}

.otherblog .row-blog.row-title .Recommended-title h3 {
    font-size: 20px
}

.otherblog .row-blog.row-title .bolg-body ul li a {
    color: #eb6d1c;
    font-size: 15px;
    height: 15px;
    line-height: 15px
}

.otherblog .row-blog.row-title .bolg-body .Recommended-tags {
    margin-bottom: 15px
}

.otherblog .row-blog.row-title .bolg-body .Recommended-more {
    margin: 20px 0
}

.otherblog .row-blog.row-title .bolg-body .Recommended-more a {
    background: #00b0f0;
    width: 160px;
    height: 52px;
    font-size: 18px;
    font-family: 'DINRegular';
    line-height: 52px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: table;
    transition: all ease-in-out .2s
}

.mb-30 {
    margin-bottom: 30px
}

.otherblog.ffffff {
    background-color: transparent
}

.otherblog.ffffff .re-content {
    text-align: center
}

.otherblog.ffffff .Recommended-tags {
    display: table!important;
    margin: 0 auto
}

.otherblog.ffffff .Recommended-title h1 {
    font-weight: lighter;
    font-size: 40px
}

.more-lode a {
    width: 215px;
    height: 215px;
    line-height: 215px;
    text-align: center;
    display: table;
    margin: 30px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #203043;
    color: #203043;
    font-size: 30px
}

.share-socai {
    display: table;
    margin: 0 auto;
    margin-top: 20px
}

.share-socai ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.share-socai ul li {
    float: left
}

.share-socai ul li+li {
    margin-left: 10px
}

.share-socai ul li a {
    display: block
}

.otherblog.ffffff .count-comment span {
    color: #a9a9a9
}

.single-img {
    text-align: center;
    margin: 60px 0
}

.custom-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto
}

.single-text {
    margin-bottom: 40px
}

.single-text a {
    color: #e75300
}

.single-smalltitle {
    margin-bottom: 40px
}

.single-smalltitle h3 {
    color: #222
}

.cover-list .list-menu {
    margin: 35px 0
}

.cover-list .list-menu ul {
    padding: 0 0 0 60px;
    list-style: none;
    margin: 0
}

.cover-list .list-menu ul li+li {
    margin-top: 5px
}

.cover-list .list-menu ul li a {
    color: #e75300
}

.edit-otherblog {
    padding: 30px 0 0
}

.list-comment ul li {
    padding: 15px 0;
    border-top: 1px solid #e1e3df
}

.list-comment ul li:nth-last-child(1) {
    border-bottom: 1px solid #e1e3df
}

.list-comment .image {
    margin-right: 10px
}

.list-comment .image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 90px;
    height: 90px
}

.list-comment h3 {
    color: #e75300;
    font-size: 18px;
    margin-bottom: 5px
}

.list-comment p {
    line-height: 25px;
    color: #222
}

.banner-search .col-md-9.col-sm-9 {
    position: relative
}

.loading {
    position: absolute;
    right: 30px;
    bottom: 62px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: .25rem solid rgba(45, 58, 65, .4);
    border-top-color: #2d3a41;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.filter-ajax .input+.input {
    margin-top: 10px
}

.hidden-md-up {
    display: none
}

#sidebar-mobile {
    background: #2d3a41;
    overflow: hidden;
    border-right: 2px #2d3a41 solid
}

#sidebar-mobile .content-mobile {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 15px
}

.js-toggle-left-slidebar {
    float: right;
    background: #2d3941;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 25px;
    margin-top: 1px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}



.js-close-left-slidebar {
    height: 20px;
    float: right
}

.js-close-left-slidebar .bar {
    position: relative;
    margin: 0 auto;
    width: 24px;
    height: 3px;
    display: block;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.js-close-left-slidebar .bar:after,
.js-close-left-slidebar .bar:before {
    content: '';
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.js-close-left-slidebar span:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.js-close-left-slidebar span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.main-nav .wrap>ul.primary-menu li.cart .img24 {
    display: none
}

.main-nav .wrap>ul.primary-menu li:nth-last-child(2) {
    margin-right: 30px
}

ul.generic-list {
    padding-left: 17px
}

.btn-admin {
    display: none
}

.submit-custom button {
    margin-bottom: 5px;
    line-height: 53px;
    background: #00b0f0;
    font-family: 'DINRegular';
    border-radius: 5px;
    margin-top: 19px;
    font-size: 20px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.submit-custom .btn:hover {
    background: #3b495b
}

#keyword {
    height: 30px;
    padding: 5px;
    margin-bottom: 0
}

select#all_yards1 {
    height: 30px;
    padding: 5px
}

.form-group,
.result {
    padding: 0!important
}

.inputs-admin input:not([type=submit]) {
    height: 30px;
    margin-bottom: 20px;
    padding: 5px;
    width: 100%
}

input[type=checkbox].select-sub {
    float: none!important
}

.widget-tabs.tabs h2 {
    margin: 20px 0
}

.right-side {
    float: right;
    margin-left: 2%;
    padding: 0
}

#city_name~#draw,
#filter .filter-action input[type=reset],
#filter .filter-action input[type=submit],
#update_all_yards1,
.input.submit.text-center.m-t-md button.btn.btn-lg.btn-success,
.widget.col-md-12.col-sm-12 button.btn.btn-success.btn-lg {
    background: #82d03c none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    border-radius: 0;
    height: auto
}

input.btn.btn-info.btn-sm.submit {
    border-radius: 0;
    background: #82d03c
}

.r-tabs-nav .r-tabs-state-active a {
    background: #82d03c
}

.r-tabs-nav .r-tabs-state-active a:hover {
    background: #2d3a41
}

#filter .filter-action input {
    border-radius: 0;
    height: 30px;
    margin: 0;
    float: left
}

#filter .filter-action input+input {
    margin-left: 10px
}

table .input.checkbox {
    text-align: center;
    padding: 0
}

.paging li.disabled,
.paging li.prev {
    margin-right: 4px
}

.paging li.next {
    margin-left: 4px
}

.paging li.active a {
    background: #82d03c
}

#filter~.widget table {
    margin-bottom: 0
}

.titlezones {
    margin-bottom: 20px
}

.lode-search-p {
    display: none;
    position: absolute;
    top: 38px;
    right: 25px;
    width: 30px
}

.ui-autocomplete-loading~img.lode-search-p {
    display: block
}

.ui-autocomplete {
    max-height: 203px!important;
    max-width: 430px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff!important;
    border-radius: 10px!important;
    border: 2px solid #d5d5d5!important;
    border-top-width: 1px!important
}

.ui-autocomplete .ui-menu-item-wrapper {
    border: 0!important;
    height: 50px!important;
    line-height: 50px!important;
    color: #3b4b53;
    padding: 0 25px!important
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: 0!important
}

.lode-search {
    position: relative
}

.sale-products .view-more .btn {
    border: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #211f20;
    font-size: 18px;
    color: #fff
}

#CartIndexForm .cart table .btn {
    height: 52px;
    line-height: 52px;
    background: #00b0f0;
    border-radius: 5px;
    margin-top: 21.5px;
    font-size: 20px;
    transition: all ease-in-out .3s;
    font-family: 'DINRegular';
    padding: 0 10px
}

#flashMessage.Sucmessage {
    margin-top: 0
}

.table-center td,
.table-center th {
    text-align: center
}

.products-list .product-box.product-boxs .product-florist a {
    height: 21px;
    line-height: 21px;
    text-align: left
}

.products-list .product-box.product-boxs .product-florist {
    padding: 5px 5px 10px;
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.data-msg {
    text-align: center;
    margin-top: 50px
}

.data-msg p+p {
    margin-top: 18px;
    font-size: 19px
}

.main-nav .wrap>ul>li:nth-last-child(1) a.florist_dashboard {
    background: #bd7b13;
    border-radius: 5px;
    padding: 21px 30px
}

.header.sticky-header img {
    height: 43px
}

.header.sticky-header .main-nav .wrap>ul>li>a {
    padding: 13px 25px
}

.row-image img {
    width: 100%
}

.item_row {
    padding: 15px;
    background: #f8f6f2
}

.item_rows {
    margin-bottom: 30px
}

.asks-list .text input,
.asks-list .textarea textarea {
    border: 1px solid #3b495b;
    padding: 8px;
    font-size: 12px;
    color: #000;
    width: 100%;
    font-family: 'DINRegular';
    height: 40px;
    background: #d7d7d7;
    margin-top: 10px
}

.page-add-on {
    padding: 86px 0
}

.page-add-on .title-add-on {
    margin-bottom: 80px
}

.page-add-on .title-add-on a {
    float: right;
    display: block;
    height: 80px;
    line-height: 80px;
    padding: 0 120px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #00ac19;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

.page-add-on .title-add-on a:hover {
    background: #2d3a41
}

.page-add-on .title-add-on h1 {
    color: #4a5b6d;
    line-height: 80px
}

.page-add-on .row-on {
    margin: 0
}

.page-add-on .row-on .product-on-out {
    margin-bottom: 65px;
    padding: 0 40px
}

.product-on .image {
    position: relative
}

.product-on .image a {
    display: block;
    line-height: 0
}

.product-on .image a img {
    width: 100%
}

.product-on .price-on {
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100px;
    background: #ff006e;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    -webkit-border-radius: 3px 3px 0 3px;
    -moz-border-radius: 3px 3px 0 3px;
    border-radius: 3px 3px 0 3px;
    bottom: 0;
    right: 0;
    position: absolute
}

.product-on .title-on {
    margin-top: 20px
}

.product-on .title-on .addtocart-on {
    background: #00ad19;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 115px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: right;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.product-on .title-on .addtocart-on:hover {
    background: #2d3a41
}

.product-on .title-on h4 {
    line-height: 50px;
    height: 50px;
    overflow: hidden
}

.your-cart .title-cart {
    margin-bottom: 40px
}

.your-cart .title-cart h1 {
    color: #4a5b6d
}

.your-cart .title-cart ul.breadcrumbs {
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    float: right
}

.your-cart .title-cart ul.breadcrumbs li {
    display: inline-block;
    font-size: 18px;
    margin-left: 10px
}

.your-cart .title-cart ul.breadcrumbs li.active {
    font-weight: 700;
    color: #8f8f8f
}

.your-cart .title-cart ul.breadcrumbs li+li:before {
    content: ">> ";
    margin-right: 10px
}

.your-cart .title-cart ul.breadcrumbs li a {
    color: #8f8f8f
}

.row-cart ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.row-cart:after,
.row-cart:before {
    display: table;
    clear: both;
    content: ""
}

.table-cart {
    width: calc(100% - 460px);
    float: left
}

.order-summary {
    float: right;
    width: 400px;
    margin-left: 60px
}

.question-coupon {
    margin-bottom: 25px;
    padding-left: 25px
}

.question-coupon p span {
    font-weight: 700
}

.coupon-content {
    padding: 30px;
    background: #ececec;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.coupon-content .title {
    border-bottom: 3px solid #969696;
    padding-bottom: 15px;
    margin-bottom: 45px;
    text-align: center
}

.coupon-content .title h3 {
    line-height: 20px;
    color: #3b4b53!important
}

.menu-coupon+.menu-coupon {
    margin-top: 35px
}

.footer-coupon {
    margin-top: 46px
}

.footer-coupon ul li,
.menu-coupon ul li {
    font-size: 17px
}

.menu-coupon ul li+li {
    margin-top: 5px
}

.footer-coupon ul li span,
.menu-coupon ul li span {
    display: block;
    width: 70%;
    float: left;
    color: #3b4b53
}

.footer-coupon ul li span+span,
.menu-coupon ul li span+span {
    text-align: right;
    width: 30%
}

.footer-coupon ul li span {
    font-weight: 700
}

.table-cart table {
    width: 100%;
    font-size: 17px
}

.table-cart table tr th h3 {
    color: #ff2d81;
    text-align: left;
    margin-bottom: 30px
}

.table-cart table tr+tr td {
    padding-top: 60px
}

.table-cart table tr td .p-name {
    margin-bottom: 15px
}

.table-cart table tr td input {
    width: 50px;
    text-align: center;
    height: 45px;
    border: 2px solid #aaa
}

.table-cart table tr td .p-option li {
    display: inline-block
}

.table-cart table tr td .p-option li+li {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #3b4b53
}

.table-cart table tr td .p-option li a {
    font-weight: 700
}

.btns {
    margin-top: 30px
}

.btns .gotocheckout {
    display: block;
    height: 80px;
    line-height: 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #00ac19;
    color: #fff;
    font-size: 20px;
    text-align: center;
    transition: all ease-in-out .2s
}

.btns .gotocheckout+.gotocheckout {
    margin-top: 20px;
    background: #3a485a
}

.btns .gotocheckout:hover {
    opacity: .6;
    transition: all ease-in-out .2s
}

.main-delivery {
    width: calc(100% - 590px);
    float: left
}

.sidebar-delivery {
    width: 460px;
    float: right
}

.padding-right-60 {
    padding-right: 60px
}

.delivery-form .title {
    margin-bottom: 25px
}

.delivery-form .title h3 {
    color: #ff2d81;
    width: calc(100% - 30px)
}

.delivery-form label {
    color: #3b4b53;
    padding-top: 0
}

.delivery-form .input {
    margin-bottom: 5px
}

.delivery-form input:not([type=submit]),
.delivery-form select {
    border: 2px solid #f0f0f0;
    border-radius: 3px;
    height: 31px;
    padding: 5px;
    width: 100%;
    font-size: 15px
}

.delivery-form textarea {
    border: 2px solid #f0f0f0;
    border-radius: 3px;
    width: 100%;
    resize: none;
    padding: 5px;
    color: #3b4b53;
    font-size: 17px;
    height: 230px
}

.delivery-form .sidebar-delivery textarea {
    height: 140px
}

.delivery-form textarea:focus {
    outline: 0
}

.delivery-form input:focus {
    outline: 0
}

.main-delivery .box-form+.box-form {
    margin-top: 0
}

.over {
    color: red
}

.sidebar-delivery .coupon-content,
.sidebar-delivery .question-coupon {
    width: 400px
}

.btns .gotocheckout {
    width: 400px
}

.content-text+.content-text {
    margin-top: 140px
}

.content-text p {
    font-size: 24px;
    font-weight: lighter
}

.content-text p+p {
    margin-top: 10px
}

.payment-2 .order-summary {
    margin: 0;
    margin-right: 50px
}

.table-cart-form {
    width: calc(100% - 450px);
    float: right
}

.img-method {
    margin-bottom: 30px
}

.text-top {
    top: 30px
}

.text-bottom {
    bottom: 30px;
    top: auto!important
}

#noty_topRight_layout_container {
    top: 120px!important
}

.table-cart-form input:not([type=submit]) {
    border: 2px solid #f0f0f0;
    border-radius: 3px;
    height: 50px;
    padding: 5px;
    width: 100%;
    font-size: 15px
}

.delivery-table-details {
    margin-top: 40px
}

.delivery-table-details p {
    margin-top: 15px
}

#OrderDifferentAddress {
    display: none
}

label[for=OrderDifferentAddress] {
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid #4a5b6d;
    position: relative;
    font-size: 0
}

label[for=OrderDifferentAddress]:before {
    content: '';
    color: #4a5b6d;
    position: absolute;
    top: -1px;
    left: 3px;
    font-size: 14px
}

#OrderDifferentAddress:checked~label[for=OrderDifferentAddress]:before {
    content: 'Ã¢Å“â€�?'
}
.text-center-input {
    position: relative;
    display: table !important;
    margin: 0 auto !important;
    float: none !important;
    width: auto;
    padding: 0 0 0 25px;
}
.text-center-input .checkbox-florist {
    display: none;
    line-height: 17px
}
.text-center-input .label-florist {
    display: inline;
    font-weight: lighter;
    font-size: 17px;
}
.text-center-input .label-florist:before {
    content: '';
    height: 17px;
    width: 17px;
    display: table;
    border: 1px solid #3b495b;
    background: #fff;
    left: 0;
    top: 2px;
    position: absolute;
}
.text-center-input .label-florist:after {
    content: '';
    height: 13px;
    width: 7px;
    display: table;
    transform: rotate(45deg);
    border-bottom: 2px solid #3b495b;
    border-right: 2px solid #3b495b;
    background: #fff;
    left: 6px;
    top: 3px;
    position: absolute;
    opacity:  0
}
.text-center-input .checkbox-florist:checked ~.label-florist:after {
    opacity: 1
}
.text-center-input a {
    color: #3b495b;
}
.text-center-input label {
    padding: 0;
}
#uploadimage_1 ,
#uploadmain_image {
    display: none;
}
#uploadimage_1_label,
#uploadmain_image_label {
    font-weight: lighter;
}
#uploadimage_1_label span ,
#uploadmain_image_label span {
    font-size: 12px;
    padding: 0 10px;
    line-height: 30px;
    font-weight: 600;
    background: #2d3a41;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
    color: #fff;
}
button.btn-crop {
    font-size: 12px;
    padding: 0 10px;
    line-height: 30px;
    font-weight: 600;
    background: #00b0f0;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
    color: #fff;
}
#delete-tab-2 {
    background: #f00;
    border: 0;
}
#containerimage_1 input[type="text"] {
    border: 1px solid #bbb;
    padding: 2px;
    width: 150px;
    height: 30px;
}
.addaddadd {
    margin-top: 20px;
}
.croppie-container {
    padding: 30px 0 !important;
}
.croppie-container .cr-boundary {
    width: 100% !important;
}
.mobile-vs {
    display: none;
}
.sm-visible {
    display: none !important;
}

#Pages_banners {}

#Pages_banners .text-cover .img-cover {
    height: auto;
}
#Pages_banners .textcover {
    text-align: center;
    display: table;
    font-size: 45px;
    font-weight: bold;
    width: 100%;
    margin: 0;
    height: 100%;
    position: absolute;
    top: calc(50% - 16px);
}
.about .textcover, .about-message {
    margin-top: 0;
}
.book_session_modal
{
    position: fixed!important;
}
.ForBack a {
    width: 100%;
    background-color: #87c332;
    border: none;
    color: #FFF;
    font-size: 25px;
    border-radius: 8px;
    padding: 14px 30px;
    font-family: 'DINMedium';
    font-weight: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
@media (max-width:1200px) {
    .remodal {
        width: 98%;
        margin-left: -49%
    }
    .menu-blog ul li+li {
        margin-left: 25px
    }
    .menu-blog ul li a {
        line-height: 100px;
        font-size: 18px
    }
    .product-box .product-thumb img {
        width: 100%
    }
}

@media (max-width:992px) {
    .login-site .form-login.form-relogin {
        margin: 15px;
    }
    .online-store {
        overflow: hidden;
    }
    .online-store img {
        width: auto;
        max-width: inherit;
    }
    .text-coverss.text-cover .img-cover img {
        width: auto;
        max-width: inherit
    }
    .main-nav .wrap>ul>li:nth-last-child(1) a.florist_dashboard {
        background: 0 0;
        border-radius: 0;
        padding: 0 10px;
        height: 40px;
        line-height: 40px
    }
    .product-view .widget {
        padding: 0
    }
    #thumbs {
        padding-right: 0
    }
    .product-meta h1 {
        margin-top: 30px
    }
    .button-menu {
        outline: none;
        padding: 5px;
        position: relative;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        cursor: pointer;
        background-color: transparent;
    }
    .button-menu span {
        display: block;
        position: absolute;
        height: 5px;
        width: 75%;
        background: #bd7b13;
        border-radius: 9px;
        opacity: 1;
        left: 15%;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }
    .button-menu span:nth-child(1) {
        top: 9px
    }
    .button-menu span:nth-child(2),
    .button-menu span:nth-child(3) {
        top: calc(50% - 2px)
    }
    .button-menu span:nth-child(4) {
        top: 28px
    }
    .button-menu.open span:nth-child(1) {
        top: 18px;
        width: 0;
        left: 50%
    }
    .button-menu.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .button-menu.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .button-menu.open span:nth-child(4) {
        top: 18px;
        width: 0;
        left: 50%
    }
    .min-nav .button-menu {
        display: block;
        margin-top: 48px;
        float: right
    }
    .primary-menu {
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        background: #2d3941;
        padding: 0;
        margin: 0;
        width: 100%;
        z-index: 999999;
        overflow: auto;
        box-shadow: 2px 0 15px 0 rgba(0, 0, 0, .45);
        transition: left .7s ease;
        -webkit-transition: all .7s ease-in-out;
        -moz-transition: all .7s ease-in-out;
        -ms-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out
    }
    .main-nav .wrap>ul.primary-menu.open {
        left: 0
    }
    .main-nav .wrap>ul.primary-menu li {
        display: block;
        float: none;
        padding: 0;
        height: 40px
    }
    .main-nav .wrap>ul.primary-menu li:last-child{
        padding-bottom: 60px;
    }
    .main-nav .wrap>ul.primary-menu li.cart .img23 {
        display: none
    }
    .main-nav .wrap>ul.primary-menu li.cart .img24 {
        margin-top: 6px;
        display: block
    }
    .main-nav .wrap>ul.primary-menu li a {
        padding: 0 10px;
        color: #fff;
        font-size: 14px;
        background: #2d3941;
        display: block;
        height: 40px;
        line-height: 40px;
        font-weight: lighter;
        font-family: 'Open Sans'!important;
        text-transform: lowercase;
    }
    .main-nav .wrap>ul.primary-menu li a:hover {
        color: #bd7b13
    }
    .main-nav .wrap>ul.primary-menu li+li {
        border-top: 1px rgba(255, 255, 255, .23) solid
    }
    .main-nav .wrap>ul>li .dropnav.subnav ul li a {
        font-size: 15px;
        min-width: 255px
    }
    .hidden-md-up {
        display: block
    }
    .banner-search label {
        text-align: left;
        padding-top: 0
    }
    .newsletter-form label {
        text-align: left;
        padding-top: 0;
        font-size: 20px
    }
    .hero-search {
        text-align: center
    }
    .hero-search .banner-search label {
        margin-top: 0!important;
        margin-bottom: 15px;
        padding: 0!important
    }
    .hero-search .banner-search .btn {
        padding: 0!important
    }
    .banner-box-section img {
        width: 100%
    }
    .newsletter-form .btn {
        padding: 0
    }
    .newsletter-form label {
        margin-top: 0;
        margin-bottom: 15px
    }
    .mobile-left {
        float: left!important
    }
    .mobile-right {
        float: right!important
    }
    .blog-details {
        margin-top: 0;
        text-align: left
    }
    .blog-details .read-more a {
        margin: 0
    }
    .row-blog+.row-blog {
        margin-top: 30px
    }
    .mt-30s+.mt-30s {
        margin-top: 30px
    }
    .blog-details .title h3,
    .blog-details.text-left .title h3 {
        font-size: 23px;
        line-height: 23px
    }
    .blog-details .sub-title span {
        font-size: 18px;
        line-height: 18px
    }
    .blog-details.text-left {
        margin-top: 0
    }
    .blog-details .sub-title {
        margin-bottom: 15px;
        margin-top: 15px
    }
    .blog-details .title,
    .blog-details.text-left .title {
        margin-bottom: 10px
    }
    .blog-details .text {
        margin-bottom: 14px
    }

    .blog-details .read-more:last-child{
        margin: 15px 0 30px 0;
    }

    .blog-details .read-more a {
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
        font-size: 18px
    }
    .blog-details.text-left .text {
        margin-bottom: 20px
    }
    .menu-blog {
        padding: 15px 0
    }
    .menu-blog ul li a {
        line-height: 30px;
        height: 30px
    }
    .login-site {
        padding: 85px 15px
    }
    .even-input .col-md-6:nth-child(even) .input {
        margin-top: 30px
    }
    .ms-heddin {
        display: none
    }
    .content-search-ajax {
        display: none;
        position: relative;
        margin-bottom: 15px
    }
    .content-search-ajax .content-absolute {
        position: relative
    }
    .button-search-ajax a {
        display: table;
        font-weight: 600;
        font-size: 18px;
        width: 110px;
        height: 45px;
        line-height: 45px;
        background: #00b0f0;
        text-align: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        margin-bottom: 30px
    }
    img#product-images {
        width: 100%
    }
    #product-view {
        margin-bottom: 30px
    }
    .social-icons a img {
        width: 92px
    }
    .btn-admin {
        display: block
    }
    .btn-admin a {
        display: block;
        float: left;
        background: #2d3941;
        color: #fff;
        width: 40px;
        height: 40px;
        font-size: 25px;
        margin-bottom: 15px;
        padding: 5px;
        position: relative;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        transition: .3s ease-in-out;
        cursor: pointer
    }
    .btn-admin span {
        display: block;
        position: absolute;
        height: 3px;
        width: 70%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 15%;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }
    .btn-admin span:nth-child(1) {
        top: 9px
    }
    .btn-admin span:nth-child(2),
    .btn-admin span:nth-child(3) {
        top: calc(50% - 2px)
    }
    .btn-admin span:nth-child(4) {
        top: 28px
    }
    .btn-admin a.open span:nth-child(1) {
        top: 18px;
        width: 0;
        left: 50%
    }
    .btn-admin a.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .btn-admin a.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .btn-admin a.open span:nth-child(4) {
        top: 18px;
        width: 0;
        left: 50%
    }
    .rowbar {
        position: relative
    }
    .menubar {
        top: 55px;
        position: absolute;
        display: none;
        z-index: 9999;
        width: 303px
    }
    .menubar .widget {
        border: 1px solid #ccc
    }
    .widget-nav li a {
        display: block;
        font-size: 15px;
        font-weight: 600;
        padding: 10px 0
    }
    .avatar>img {
        float: none;
        margin: 0 auto 20px;
        width: 120px;
        height: 120px;
        display: table
    }
    .page-add-on .title-add-on a {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center
    }
    .page-add-on .title-add-on {
        margin-bottom: 50px
    }
    .page-add-on .row-on {
        margin: 0 -15px
    }
    .page-add-on .row-on .product-on-out {
        padding: 0 15px
    }
    .page-add-on .title-add-on {
        margin-bottom: 30px
    }
    .page-add-on .title-add-on h1 {
        color: #4a5b6d;
        line-height: 30px;
        font-size: 20px;
        margin-top: 30px
    }
    .table-cart {
        margin: 0;
        float: none;
        width: 100%
    }
    .order-summary {
        margin: 0;
        float: none;
        width: 100%
    }
    .order-summary {
        margin-top: 30px
    }
    .btns .gotocheckout,
    .sidebar-delivery .coupon-content,
    .sidebar-delivery .question-coupon {
        width: 100%
    }
    .main-delivery {
        width: 100%;
        float: none
    }
    .main-delivery .box-form+.box-form {
        margin-top: 40px
    }
    .padding-right-60 {
        padding: 0
    }
    .your-cart .title-cart {
        margin-bottom: 40px
    }
    .table-cart-form {
        margin-bottom: 40px;
        width: 100%
    }
    .mobile-vs {
        display: block;
    }
    hr.separator {
        height: 2px;
        background: #f3f3f3;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .btns-logins ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .btns-logins ul li {
        float: right;
    }
    .btns-logins ul li + li {
        margin-right: 11px;
    }
    .btns-logins ul li:nth-child(1) a {
        background: #334051;
        color: #fff;
        border-radius: 4px;
    }
    .btns-logins ul li a {
        display: block;
        padding: 0 15px;
        height: 38px;
        line-height: 38px;
    }
    .sm-hidden {
        display: none !important;
    }
    .sm-visible {
        display: block !important;
    }
    .banner-box img {
        width: 100% !important;
        height: auto !important;
    }
    .main-nav .wrap>ul.primary-menu li:nth-last-child(2) {
        margin-right: 0;
    }
    .mobile-device {}
    .mobile-device li {
        line-height: 30px!important;
        height: 30px!important;
    }
    .mobile-device li + li {
        border-top: 0!important;
        margin: 0 !important;
    }
    .mobile-device li.divider {
        position: relative;
    }
    .mobile-device li.divider:before {
        position: absolute;
        content: '';
        height: 2px;
        top: 14px;
        left: 10px;
        right: 10px;
        background: #5a626d;
    }
    .mobile-device li a {
        display: block;
        line-height: 30px!important;
        height: 30px!important;
    }
    .mobile-device li a:hover {
        background-color: transparent !important;
    }
    .btn-left {
        float: left;
    }
    .banner-right {
        float: right;
        width: calc(100% - 60px);
        display: none;
    }
    .banner-right input[type="text"] {
        background: #fff url(img/map.png) no-repeat 50px center;
        height: 57px;
        font-size: 14px;
        padding-left: 80px;
    }
    .section-tablet .box-tablet .more a{
        margin: 50px auto
    }
    .banner-box-section{
        margin-bottom: 40px !important;
    }
    .page-add-on{
        padding: 40px 0;
    }

    .table-cart .p-name a{
        font-size: 13px
    }
    .p-quantity{
        text-align: center
    }
    .table-cart .p-option ul li a{
        font-size: 13px
    }
    .sidebar-delivery .box-form:nth-child(2){
        margin-top: 40px
    }

    .menubar{
        width: 100%!important;
    }
    .r-tabs .r-tabs-panel.r-tabs-state-active{
        width: 100%;
        overflow: scroll;
    }

}

@media (max-width:768px) {
    .gallaries-shop {
        display: none;
    }
    .questions .panel-group .panel-title a {
        font-family: 'DINRegular';
        font-weight: bold;
        font-size: 16px;
        display: block;
        height: auto;
        line-height: 25px;
        color: #273d54;
    }
    .questions .panel-group .panel-title a div {
        overflow: hidden;
    }
    .pull-right.foot-right {
        display: table;
        margin: 0 auto;
        float: none!important
    }
    #footer {
        height: auto
    }
    #footer p {
        text-indent: 0;
        margin-top: 15px
    }
    #MultiSelectForm,
    .table-responsive {
        width: 100%;
        overflow-x: scroll
    }
    #MultiSelectForm #Table.table.listing-table,
    .table-responsive #Table.table.listing-table,
    .table-responsive-in {
        width: 700px
    }
    .col-sm2-6 {
        width: 50%!important;
        margin-top: 30px
    }
    .col-sm2-6:nth-child(1),
    .col-sm2-6:nth-child(2) {
        margin-top: 0
    }
    .hero-banner .text-cover {
        min-height: 400px
    }
    .hero-banner .text-cover .container {
        min-height: 400px
    }
    .hero-banner .text-cover .textcover {
        margin-top: 65px
    }
    .textcover span {
        margin-top: 20px;
        font-size: 20px
    }
    .modal-content,
    .modal-heading {
        padding-left: 20px;
        padding-right: 20px
    }
    .snippet-box li {
        float: none;
        width: auto
    }
    .avatar>img {
        float: none
    }
    .stats {
        padding: 10px
    }
    .menu-blog ul {
        margin-right: -3px;
        margin-right: -3px
    }
    .menu-blog ul li {
        margin-left: 0;
        display: inline-block;
        float: none;
        padding: 0 3px
    }
    .menu-blog ul li+li {
        margin-left: 0
    }
    .mt-15-0+.mt-15-0 {
        margin-top: 15px
    }
    .search-box {
        min-height: 400px
    }
    .search-box .box-s {
        padding-top: 80px
    }
    .search-box .box-s input {
        width: 80%
    }
    .login-site .form-login {
        padding: 20px
    }
    .login-site .form-login .title-login h1 {
        font-size: 30px;
        line-height: 30px
    }
    .login-site .form-login .title-login {
        margin-bottom: 10px
    }
    .login-site .form-login .sub-title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px
    }
    .login-site .form-login .input input:not([type=submit]) {
        height: 55px;
        font-size: 20px;
        padding: 0 15px
    }
    .login-site .form-login .input.submit {
        margin-top: 25px
    }
    .login-site .form-login .create-account {
        margin-top: 20px
    }
    .login-site .join-now-account {
        padding: 20px
    }
    .login-site .join-now-account .link {
        float: none;
        display: table;
        margin: 0 auto
    }
    .login-site .join-now-account .join-now p {
        text-align: center;
        line-height: 24px;
        margin: 15px 0 0 0
    }
    .account-card strong {
        text-align: center;
        float: none!important;
        margin-bottom: 10px;
        display: block
    }
    .account-card a.btn-md {
        display: table;
        float: none!important;
        margin: 0 auto
    }
    .login-site .form-login .input input[type=submit] {
        line-height: 40px;
        height: 40px
    }
    .login-site .join-now-account .link a {
        line-height: 40px;
        height: 40px
    }
    .login-site .form-login .create-account ul li a {
        font-size: 20px
    }
    .login-site .form-login .title-login h1 {
        font-size: 25px;
        line-height: 25px
    }
    .login-site .join-now-account .join-now p {
        font-size: 20px;
        line-height: 20px
    }
    .section-notification.start-2 {
        padding: 80px 0
    }
    .section-notification.start-2 .title-1 h2 {
        font-size: 36px;
        line-height: 36px
    }
    .section-notification.start-2 .more-noti {
        margin-top: 30px
    }
    .cover-1.start-2 {
        overflow: hidden
    }
    .cover-1.start-2,
    .cover-1.start-2 img {
        height: 330px;
        width: auto;
        max-width: 1000px
    }
    .cover-1.start-2 .text {
        right: 15px;
        left: 15px
    }
    .cover-1 .text {
        top: calc(50% - 54px)
    }
    .cover-1.start-2 .text p {
        font-size: 36px;
        line-height: 36px;
        text-align: center
    }
    .section-icon {
        padding: 80px 0
    }
    .sub-footer .row .sub-footer-left,
    .sub-footer.start-2 .sub-footer-right {
        padding: 80px 0
    }
    .sub-footer.start-2 .sub-footer-left .title,
    .sub-footer.start-2 .sub-footer-right .text,
    .sub-footer.start-2 .sub-footer-right .title {
        margin-bottom: 25px
    }
    .section-notification.center-div {
        padding: 60px 0
    }
    .about .textcover,
    .about-message {
        margin-top: 80px
    }
    .text-cover .container {
        min-height: 210px
    }
    .about-message p {
        margin-top: 40px
    }
    .about-message h2 {
        font-size: 36px;
        line-height: 36px
    }
    .about-shop {
        padding: 80px 0
    }
    .about-message.about-shop~.online-store {
        padding: 80px 0;
        height: auto
    }
    .online-store .box-online {
        max-width: 1000px
    }
    .row.gallaries-shop .col-md-6 {
        line-height: 0
    }
    .about-message.about-shop .about-title h2 {
        margin-top: 0
    }
    .sub-footer.start-2 .sub-footer-right {
        padding: 80px 0
    }
    .about-message.about-shop .about-content {
        margin-bottom: 30px
    }
    .about-message.about-shop .about-message p {
        margin-top: 30px
    }
    .about~.about-message {
        margin-top: 0
    }
    .contact-information h2 {
        font-size: 29px;
        margin-bottom: 20px;
        line-height: 29px
    }
    .contact-information span {
        font-size: 16px
    }
    .login-site.contact .form-login {
        padding: 25px
    }
    .login-site.contact .form-login .sub-title {
        font-size: 25px
    }
    #CartIndexForm {
        width: 100%;
        overflow-x: scroll
    }
    #CartIndexForm .cart table {
        width: 700px
    }
    div#dvLoginPanel .btn-info {
        background: #00b0f0
    }
    div#dvLoginPanel .checkGuest {
        margin-top: 30px
    }
    div#dvLoginPanel .col-sm-6 {
        width: 100%
    }
    .checkout-step .input.date {
        padding-bottom: 0!important
    }
    .checkout-step {
        padding: 15px
    }
    .mb20sm {
        margin-bottom: 20px
    }
    div#flashMessage {
        margin: 30px auto
    }
    .text-cover .img-cover {
        line-height: 0;
        overflow: hidden;
        height: 400px
    }
    .text-coverss.text-cover .img-cover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1
    }
    .text-coverss.text-cover .img-cover img {
        position: absolute;
        left: 50%;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .order-summary .question-coupon {
        padding-left: 0
    }
    .table-cart table tr+tr td {
        padding-top: 30px
    }
    .menu-coupon+.menu-coupon {
        margin-top: 30px
    }
    .footer-coupon {
        margin-top: 30px
    }
    .btns .gotocheckout {
        display: block;
        height: 60px;
        line-height: 60px
    }
    .table-cart {
        overflow: hidden;
        width: 100%
    }
    .table-cart table {
        width: 700px
    }
    .your-cart .title-cart ul.breadcrumbs {
        float: none;
        margin-bottom: 15px;
        text-align: center;
    }
    .dashboard-widget .widget-in {
        width: 100%;
        overflow-x: scroll;
    }
    .dashboard-widget table {
        width: 700px;
    }
    .about .textcover, .about-message {
        margin-top: 0;
    }
    .about-message.about-shop~.online-store {
        padding: 0;
    }
    .online-store .box-online .title-online h3 {
        color: #fff;
        font-size: 28px;
        line-height: 28px;
    }
    .online-store .box-online .title-online {
        margin-bottom: 20px;
    }
}
@media(min-width:992px) and (max-width:1100px) {
    #TherapistIndexForm .col-md-4 select {
        font-size: 18px;
        color: #333;
    }
}
@media only screen and (max-width:768px) and (min-width:480px) {
    .col-tb-6 {
        width: 50%
    }
}

@media (max-width:480px) {
    .gallaries-shop .gallary-shop:nth-child(2) {
        margin-top: 30px
    }
    .textcover p {
        font-size: 26px;
        line-height: 26px
    }
    .about .textcover p {
        line-height: 46px
    }
    .online-store .box-online {
        padding: 20px
    }
    [off-canvas*=left] {
        width: 100%
    }
    .hero-banner .text-cover {
        min-height: 340px
    }
    .hero-banner .text-cover .container {
        min-height: 340px
    }
    .hero-banner .text-cover .textcover p {
        font-size: 30px;
        line-height: 35px;
    }
    .hero-search {
        padding: 40px 0;
    }
    .hero-search .banner-search .text input {
        height: 55px;
        background: #fff url(img/map.png) no-repeat 15px center;
        padding: 0 0 0 45px;
        font-size: 15px
    }
    .banner-search {
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
    }
    .hero-search .banner-search label {
        font-size: 19px;
        color: #ffffff;
    }
    .banner-search .btn {
        line-height: 45px;
        background: #00b0f0;
        font-family: 'DINRegular';
        border-radius: 5px;
        margin-top: 19px;
        font-size: 18px
    }
    .banner-box-section .main-heading {
        padding: 30px 0;
    }
    .newsletter-form .btn {
        height: 45px
    }
    .newsletter-form .text input {
        font-size: 15px;
        height: 65px;
        background: #fff url(img/email.png) no-repeat 15px center;
        padding-left: 64px
    }
    .footer-box img {
        margin: 0 auto;
        display: table;
        max-width: 180px;
    }
    .copyrights {
        margin-top: 0;
    }
    .mobile-foot .row {
        margin: 0 -5px;
    }
    .mobile-foot [class^="col-"] ,
    .mobile-foot [class*="col-"] {
        padding: 0 5px;
    }
    .footer h4 {
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        padding-bottom: 10px;
    }
    .footer ul li {
        padding: 5px 0;
    }
    .footer ul li+li {
        margin-top: 0;
    }
    .footer ul li a {
        text-align: center;
        font-size: 12px;
        display: block;
    }
    .row-blog .blog-images {
        margin-top: 0;
    }
    .search-box .box-s input {
        height: 65px;
        font-size: 15px;
        padding: 15px;
        background: #fff url(img/search.jpg) no-repeat 15px center;
        padding-left: 55px
    }
    .search-box .box-s h2 {
        font-size: 30px;
        margin-bottom: 30px
    }
    .search-box {
        min-height: 340px
    }
    .questions .title-questions h3 {
        font-size: 25px
    }
    .questions .panel-group .panel-title a {
        font-size: 30px;
        height: 30px;
        line-height: 30px
    }
    .questions .panel-group .panel-title a .open-close {
        margin-right: 10px
    }
    .account-card {
        padding: 15px
    }
    .card-subtitle {
        margin: 10px auto
    }
    .horizontal-line {
        margin: 10px auto
    }
    .card-title {
        font-size: 25px
    }
    .create-account0 {
        text-align: left
    }
    .card-title {
        margin-top: 0
    }
    .col-sm2-6 {
        width: 100%!important;
        margin-top: 30px
    }
    .col-sm2-6:nth-child(1) {
        margin-top: 0
    }
    .col-sm2-6:nth-child(2) {
        margin-top: 30px
    }
    .product-meta h1 {
        line-height: 30px;
        font-size: 30px;
        margin-top: 15px
    }
    .social-icons a+a {
        margin-left: 10px
    }
    .package-price .item-price {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 15px
    }
    .product-meta {
        margin-bottom: 10px
    }
    .package-price .item-package,
    .package-price.checked .item-package {
        height: 60px;
        line-height: 60px;
        font-size: 14px
    }
    .banner-search.banner-search-edit .text input {
        font-size: 16px;
        height: 60px;
        line-height: 60px;
        background: url(img/map.png) no-repeat 15px center;
        padding-left: 42px
    }
    .delivery-date {
        padding: 25px 0;
        height: 100px
    }
    #add_product_btn {
        height: 60px;
        line-height: 60px
    }
    .about-product .contents .btn-star a {
        height: 60px;
        line-height: 60px
    }
    .social-icons a img {
        width: 71px
    }
    .about-product .contents .btn-star,
    .about-product .contents .info2,
    .about-product .img,
    .reviews .head-reviews .image {
        float: none!important;
        display: table;
        margin: 0 auto 20px;
        text-align: center
    }
    .reviews .head-reviews .information h3 a {
        display: block
    }
    .reviews .head-reviews .information {
        text-align: center;
        padding: 0
    }
    .reviews .head-reviews {
        margin-bottom: 15px
    }
    .reviews .content-reviews p {
        text-align: center
    }
    .reviews ul li {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
    .about-product .title h2 {
        text-align: center;
        font-size: 30px
    }
    .about-product .title,
    .about-product .title.mbo {
        margin-bottom: 20px
    }
    .about-product {
        margin-bottom: 25px
    }
    .about-product .contents .btn-star {
        margin-bottom: 0
    }
    #product-view {
        margin-bottom: 0
    }
    .product-actions>.row>.m-b-sm {
        margin-bottom: 0
    }
    .click_here {
        margin-left: 10px
    }
    .about-product .content>p {
        text-align: center
    }
    .contact-information ul li .icon-message,
    .contact-information ul li .icon-phone {
        margin-right: 10px
    }
    .text-cover .img-cover {
        height: 340px
    }
    .about-message {
        padding: 50px 0
    }
    .about-message h2 {
        font-size: 23px
    }
    .newsletter-box {
        background: #3b495b;
        padding: 40px 0;
    }
    .banner-box-section .row {
        margin: 0 -7px;
    }
    .banner-box-section [class*="col-"] {
        padding: 0 7px;
    }
    .main-heading h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .banner-box-section .banner-box {
        margin-bottom: 40px;
    }
    .banner-box-section .banner-box + .banner-box {
        margin-bottom: 0;
    }
    .questions .panel-group .panel+.panel {
        margin-top: 15px
    }
    .questions .panel-group .panel {
        padding-bottom: 15px;
        border-bottom: 1px solid #979797
    }
    .questions .panel-group .panel-title a {
        font-size: 16px;
        height: auto;
        line-height: 26px;
    }
    .questions .panel-group .panel .panel-body p {
        font-size: 14px;
        margin-top: 20px;
    }
    .questions .title-questions {
        margin-bottom: 15px;
    }
    .questions>ul>li+li {
        margin-top: 15px;
    }
    #Pages_banners .textcover {
        font-size: 20px;
    }
}

@media (max-width:320px) {
    .banner-box img {
        width: 100%
    }
    .main-heading {
        padding: 20px 0
    }
    .main-heading h2 {
        font-size: 20px
    }
    .banner-box h3 {
        font-size: 14px
    }
    .banner-box.mid-box>h3 {
        font-size: 16px
    }
    .main-nav>ul>li {
        margin-left: 0
    }
    .main-nav>ul>li a {
        padding: 0;
        font-size: 12px
    }
    div#dvLoginPanel .btn-md {
        font-size: 13px;
        padding: 0 15px
    }
}

.ui-menu-item-wrapper {
    height: 30px!important;
    line-height: 30px!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    border-top: 1px solid #f5f5f5!important;
    border-bottom: 1px solid #f5f5f5!important
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border-top: 0!important;
    border-bottom: 0!important;
    background: #efefef!important;
    color: #ff2d81!important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.stripe_logo_class img {
    max-width: 200px;
    width: 100%
}

input#OrderDifferentAddress {
    width: auto;
    height: auto
}

.sidebar-delivery .input.checkbox {
    display: inline-block;
    padding: 0;
    margin: -22px 0 0 0;
    float: right
}

.table-cart .image img {
    max-width: 130px;
    width: 100%
}

.table-cart table tr td .p-name {
    margin-bottom: 15px;
    max-width: 150px
}

.table-cart table tr td .p-name h4 {
    font-size: 16px
}

.margin-you {
    margin-top: 95px
}

.sidebar-delivery .box-form:nth-child(2) {
    margin-top: 94px
}

a#apply_code {
    display: table;
    float: right;
    background: #ff2d81;
    color: #fff;
    height: 40px;
    width: 60px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    border-radius: 5px
}

#promo_div {
    margin-top: 20px
}

#promo_div .input {
    padding-bottom: 0
}
#draw_range_wrapper {
    margin-top: 25px;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 10px;
    border: 1px solid #d7d7d7;
    padding: 8px;
    font-size: 12px;
    color: #000;
    font-family: 'DINRegular';
    height: 40px;
}
#draw_range_length select {
    border: 1px solid #d7d7d7;
    padding: 8px;
    font-size: 12px;
    color: #000;
    font-family: 'DINRegular';
    height: 40px;
}
.day-delivery {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 0 0;
    overflow: hidden;
}
.icon-delevery-big p {
    line-height: 50px;
}
.icon-delevery-big {
    padding-left: 30px;
    margin-top: 15px;
}
.icon-delevery-big img {
    margin-right: 10px;
}



/* Edit by YSM At 20 / 09 / 2017 */

.table-cart .p-quantity input
{
    text-align: center;
    padding: 10px;
    border: 2px solid #CCC;
    margin-top: 50%;
}

.table-cart .p-name{

    margin-top: 20px;
    margin-bottom: 15px;
}
.table-cart .p-name a{
    font-size: 16px
}

.table-cart .p-price{
    display: inline-block;
    float: left;
}

.table-cart .p-option ul li {
    display: inline-block;
}
.table-cart .p-option ul li a {
    font-size: 16px;
    font-weight: bold;
}
.table-cart .price_info-table{
    margin-top: 50%;
}
.p-price span
{
    margin-right: 30px;
    font-size: 16px;
    line-height: 25px;
}

.register-side {
    background-color: #fff!important;
}
.register-side p {
    color: #666!important
}
#confirmSearch {
    padding: 20px;
    left: 54%;
}
#confirmSearch h1 {
    margin-top: 0
}
.mt-20 {
    margin-top: 20px;
}

#confirmSearch .search_btn{
    padding: 14px 28px;
    border-color: #87c332;
    width: 50%;
    font-size: 16px;
    font-weight: bold;
}

#confirmSearch .search_btn:hover{
    color: #000
}

#confirmSearch .close-reveal-modal{
    color: #FFF;
    font-weight: bold;
    padding: 14px 28px;
    border-color: #00aeef;
    background: #00aeef !important;
    position: unset;
    float: right;
    font-family: 'DINRegular';
    font-size: 16px;
    line-height: inherit !important;
}

/*// AE 7/5/2020 -- from elp */
.NewFooter {padding: 16px 0 0px 0 !important; background: #d1d1d1 !important;font-family: "Roboto" !important;}
.NewFooter .col-md-4 h4 {
    font-size: 26px;
    margin-bottom: 25px;
    color: #666;
    font-weight: 400;
}
.NewFooter .title-foot {
    margin-bottom: 28px;
    margin-top: 17px;
}
.NewFooter .title-foot h4 {
    font-size: 26px;
    padding-left: 20px;
    color: #666;   
    font-family: "DINLight" !important;
    font-weight: 400;
}
.NewFooter .sm-center h4 span{
    font-size: 13px;
}
.NewFooter .linksFooter {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
}
.NewFooter .linksFooter p{
    font-size: 16px !important;
    padding-bottom: 15.5px;
}
.NewFooter .linksFooter p a {font-size: inherit!important;color: #666 !important;}
.NewFooter .owl-stage-outer .item {margin: 0 10px;}
.NewFooter .owl-stage-outer .item .title img{
    width: auto !important;
    margin: 0 auto;
}
.NewFooter #owl-footer .owl-prev,.NewFooter #owl-footer .owl-next {color: #fff}
.NewFooter #owl-footer .owl-prev i,.NewFooter #owl-footer .owl-next i{font-weight: bold}
.NewFooter #owl-footer .image{padding: 0px !important;}
.NewFooter .disktopPadding {
   padding-left: 108px;
    padding-right: 30px;
}
.NewFooter .owl-theme .owl-nav .owl-prev[class*=owl-],.NewFooter .owl-theme .owl-nav .owl-next[class*=owl-] {
    all: unset
}
.NewFooter .owl-theme .owl-nav .owl-prev i,
.NewFooter .owl-theme .owl-nav .owl-next i{
    position: absolute;
    font-weight: bold;
    font-size: 40px;
    top: 25%;
    cursor: pointer
}
.NewFooter .owl-theme .owl-nav .owl-prev i{left: -28px;}
.NewFooter .owl-theme .owl-nav .owl-next i{right: -28px;}
.NewFooter .dashboard-copyright-footer .rights p{font-weight: 400;}
.NewFooter .dashboard-copyright-footer .social .text p{font-weight: 400;}
.title-foot {
    margin-top: 8px;
    margin-bottom: 25px;
    font-weight: bold;
    margin-top: 50px;
}

.title-foot h4 {
    margin: 0;
    color: #6fa151;
    font-size: 34px;
    font-family: "robotoLight";
}
.result-list .news-image{
    width: 100%
}
.news .news-image{
    margin-bottom: 30px;
}