body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #878383;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    background: #f7f7f7;
}

p {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}


/* default font size */

.fa {
    font-size: 14px;
}


/* Override the bootstrap defaults */

h1 {
    font-size: 33px;
    color: #7faf36;
    font-weight: 300;
    margin: 0 0 20px;
}

h2 {
    font-size: 25px;
    color: #7faf36;
    font-weight: 300;
    margin: 0 0 20px;
}

h3 {
    font-size: 25px;
    color: #7faf36;
    font-weight: 300;
    margin: 20px 0;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #5f5f5f;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}


/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

.tltblog_box {
    margin-bottom: 35px;
    background: url(../image/article_bg.png) no-repeat;
    background-size: contain;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.product-thumb {
    background: #fff;
    overflow: visible;
}


/* Gradent to all drop down menus */

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


/* top */

#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

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

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

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

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

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

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

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

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

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

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


/* logo */

#logo {
    margin: 30px 0 40px;
}

#logo img {
    width: 50px;
    /* background: rgb(97, 139, 179); */
}


/* search */

#search {
    margin: 5px 0;
    transition: all ease 0.3s;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    background-color: #fff;
    background-image: url(../image/search.png);
    background-repeat: no-repeat;
    border: none;
    width: 40px;
    height: 40px;
    background-position: center;
}

.my_menu>.hidden-xs>a {
    font-size: 12px;
    color: #878691;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    position: relative;
    padding: 5px;
    position: relative;
    overflow: hidden;
}

.my_menu>.hidden-xs>a:before {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    bottom: 0;
    left: 0;
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* w3c */
}

.my_menu>.hidden-xs>a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.my_menu .hidden-xs {
    padding: 0px;
    -webkit-box-shadow: 1px 1px 1px #dcdcdc;
    box-shadow: 1px 1px 1px #dcdcdc;
    text-align: center;
}

#search .btn-lg:hover {
    background-color: #f7f7f7;
    transition: all ease 0.3s;
}

.dropdown_class {
    cursor: pointer;
}

.dropdown_class .my_menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0 0 4px 4px;
}

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #000000;
    background-color: rgba(0, 0, 0, 0.1);
}

.dropdown_class>a {
    padding: 10px 20px;
}

.dropdown_class:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.64);
    position: absolute;
    top: 25px;
    right: 4px;
}

.dropdown_class:hover .my_menu {
    display: block;
}


/* cart */

#cart {
    margin-bottom: 10px;
}

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

header {
    background: url(../image/header_bg.png) no-repeat;
    padding: 10px 0;
    background-size: cover;
    background-position: center;
}

.contact_box {
    text-align: right;
}

header .telephone {
    font-size: 16px;
    color: #528406;
    font-weight: 300;
    margin-left: 10px;
}

header .address {
    font-size: 16px;
    color: #528406;
    font-weight: 300;
    margin: 0;
}

header .mail {
    display: block;
    font-size: 16px;
    color: #7faf36;
    font-weight: 300;
    margin-bottom: 50px;
}

.con {
    background-color: #7faf36;
}

#logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#logo a .comment {
    display: block;
    margin: 10px;
    font-size: 30px;
    color: #666;
    font-weight: 300;
}

#logo_footer {
    float: right;
}

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

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

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
}

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

@media (max-width: 767px) {
    .slider-mobile {
        display: block;
    }
    .slider-desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .slider-mobile {
        display: none;
    }
    .slider-desktop {
        display: block;
    }
}

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

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

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

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


/* menu */

#menu {
    border: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.owl-carousel .owl-buttons .owl-next {
    width: 50px;
    height: 50px;
    background: url(../image/right.png) no-repeat;
    display: block;
    background-size: 15px 30px;
    background-position: center;
}

.owl-carousel .owl-buttons .owl-prev {
    width: 50px;
    height: 50px;
    background: url(../image/left.png) no-repeat;
    display: block;
    background-size: 15px 30px;
    background-position: center;
}

.special .owl-next,
.special .owl-prev {
    background-color: #97c454!important;
}

.special .owl-next {
    right: -15px!important;
}

.special .owl-prev {
    left: -15px!important;
}

#menu .navbar-collapse {
    padding: 0;
}

#menu .nav>li>a {
    color: #fff;
    padding: 15px;
    background-color: transparent;
    font-size: 20px;
    font-weight: 300;
}

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

#menu .dropdown-menu {
    padding-bottom: 0;
}

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

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

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

.category_box {
    margin-bottom: 20px;
}

.category_block {
    position: relative;
}

.category_block a {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 175, 54, 0)), to(rgba(81, 101, 54, 0.7)));
    background: linear-gradient(180deg, rgba(127, 175, 54, 0) 0%, rgba(81, 101, 54, 0.7) 100%);
}

.category_block .caption h5 {
    position: absolute;
    bottom: 0;
    min-height: 70px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category_block span {
    display: block;
    width: 100%;
    text-align: center;
    min-height: 80px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 0 15px 0;
    background: #00000056;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.3s;
}

.category_block:hover span {
    background: #7faf3656;
    transition: all ease 0.3s;
}

.category_block .caption h5 a {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}

.tltblog a {
    font-size: 20px;
    color: #878383;
    font-weight: 300;
}

.tltblog a:hover {
    color: #423f3f;
}

.read {
    text-align: right;
}

.read_a {
    background: url(../image/read_ttl.png) no-repeat;
    background-position: 20px center;
    background-color: #659e0e;
    padding: 10px 10px 10px 60px;
    font-size: 16px!important;
    color: #fff!important;
    border-radius: 4px;
    margin: 10px 0;
    display: block;
    width: 140px;
    float: right;
}

.read_a:hover {
    background-color: #97c454;
}

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

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

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

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #55860b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#659e0e), to(#5f8722));
    background-image: linear-gradient(to bottom, #659e0e, #5f8722);
    background-repeat: repeat-x;
    border-color: #76a929 #7faf36 #659e0e;
}

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

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

@media (max-width: 767px) {
    #menu .nav>li+li {
        border-top: 1px solid #ffffff24;
    }
    .dropdown_class:before {
        content: '';
        display: none;
    }
    .dropdown_class:hover .my_menu {
        display: none!important;
    }
    header .mail {
        margin-bottom: 5px;
    }
    header .telephone {
        display: block;
    }
    .navbar-nav {
        margin: 0;
    }
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}


/* content */

#content {
    min-height: 600px;
}


/* footer */

footer {
    padding-top: 30px;
    background-color: #2c3126;
    background-image: url(../image/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #b9b9b9;
    line-height: 26px;
    display: block;
}

footer .mail {
    margin-top: 35px;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    margin: 15px 0;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

footer .address {
    color: #b9b9b9;
    line-height: 26px;
    font-size: 12px;
}


/* alert */

.alert {
    padding: 8px 14px 8px 14px;
}


/* breadcrumb */

.breadcrumb {
    margin: 20px 0;
    padding: 8px 0;
    background: transparent;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 15px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li>a {
    color: #7faf36;
    white-space: normal;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: -5px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #7faf368c;
    border-bottom: 1px solid #7faf3694;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}


/* buttons */

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 8px 25px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

textarea {
    resize: vertical;
    min-height: 80px;
}

.testimlonial {
    margin-bottom: 20px;
}

.testimlonial_live textarea {
    resize: none;
    height: 100px;
}

.testimlonial_live .form_name {
    color: #b9b9b9;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

#logo_footer a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#logo_footer a .comment {
    display: block;
    font-size: 30px;
    color: #e0e0e0;
    font-weight: 300;
    margin: 10px;
}

footer .box_20 {
    width: 20%;
    float: left;
}

footer .box_40 {
    width: 40%;
    float: left;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    background-color: #659e0e;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #97c454;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.cust__search,
.cust__cart {
    display: none
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #97c454;
    border-color: #97c454;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #659e0e;
    border-color: #659e0e;
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e06342), to(#dc512c));
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

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

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
    background-image: linear-gradient(to bottom, #333333, #111111);
}


/* list group */

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

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

.price_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-grow: 1;
    padding: 0 0 10px;
    /* min-height: 80px; */
}


/* carousel */

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

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

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


/* product list */

.product-thumb {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
    overflow: auto;
    border-radius: 5px;
    padding: 10px;
    min-height: 480px;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
}

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

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

.read_all {
    color: #659e0e!important;
    font-size: 14px!important;
    padding: 6px 10px;
    width: 120px;
    border: 1px solid #659e0e;
    border-radius: 4px;
    display: block;
    text-align: center;
}

.read_all:hover {
    background: #659e0e;
    color: #fff!important;
}

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

.horizontal-sreview {
    border: none!important;
    margin: 0!important;
}

.horizontal-sreview .caption {
    padding: 0!important;
}

.review-author {
    font-size: 18px!important;
    font-weight: 400;
    color: #615f5f;
}

.autor_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimlonial_live {
    background: url(../image/test_bg.png) no-repeat;
    background-position: bottom;
    padding: 15px 0 40px;
}

.testimlonial_block {
    padding-right: 105px;
    position: relative;
}

.testimlonial_block:before {
    content: '';
    background: url(../image/test_line.png) no-repeat;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.autor_text {
    margin: 10px 0;
    border-radius: 4px;
}

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

.product-grid {
    margin: 0 0 20px;
}

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

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

.product-thumb h4 {
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.product-thumb h4 a {
    color: #3d5a11;
}

.product-thumb .caption {
    padding: 20px;
    /* min-height: 70px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.tltblog img {
    width: 100%;
}

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

@media (max-width: 991px) {
    .testimlonial_live .form_name {
        margin: 20px 0;
    }
    .testimlonial_block {
        padding: 15px;
    }
    .testimlonial_block:before {
        content: '';
        display: none;
    }
    #logo_footer {
        float: none;
    }
    footer .box_20,
    footer .box_40 {
        width: 100%;
        padding: 0 30px;
    }
    .special .owl-next {
        right: 0px!important;
    }
    .special .owl-prev {
        left: 0px!important;
    }
}

@media (max-width: 767px) {
    #logo a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

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

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

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

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

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

.botom_margin {
    margin-bottom: 25px;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #7faf36;
    font-size: 16px;
    margin: 0;
}

.product-thumb .price-new {
    display: block;
}

.product-thumb .price-old {
    color: #659e0e;
    text-decoration: line-through;
    margin-top: 10px;
    display: block;
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnails>img {
    width: 100%;
}

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

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

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


/* fixed colum left + content + right*/

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


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

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


/* fixed mobile cart quantity input */

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

.kttlogo img:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    position: relative;
    z-index: 1;
}

.kttlogo img {
    -webkit-transition: all 0.5s;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.kttlogo {
    text-align: center;
    padding-bottom: 20px;
}

.cont__product__desktop {
    display: block;
}

#h1-to {
    display: none;
}

#floatingcart {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
    background: #7faf36 url(../image/cart.svg) no-repeat;
    background-size: 60%;
    background-position: center;
    position: fixed;
    z-index: 100;
    right: 40px;
    bottom: 40px;
    cursor: pointer;
}

#scroll-up {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
    background: #7faf36 url(../image/arr-up.svg) no-repeat;
    background-size: 60%;
    background-position: center;
    position: fixed;
    z-index: 100;
    left: 40px;
    bottom: 40px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s ease-in;
}

.popup-wrap {
    /* display: none; */
    position: fixed;
    z-index: 200;
    width: 100%;
    height: 100%;
    background: #00000086;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-cont {
    min-width: 500px;
    min-height: 300px;
    max-height: 90vh;
    border-radius: 5px;
    padding: 65px 20px 20px;
    background: #fff;
    position: relative;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    overflow-y: auto;
}


/* @media (max-height: 90vh) {
    .popup-cont {
        overflow-y: scroll;
    }
} */

header .container .col-lg-2 #cart #cart-drop {
    display: none !important;
}

.header-flex-cont {
    display: flex;
    /* justify-content: space-between; */
}

@media (max-width: 768px) {
    .header-flex-cont {
        flex-direction: column;
    }
    .header-flex-cont .col-sm-2 {
        width: 100%;
    }
}


/* .option-wrapper {} */

.customcart {
    position: static !important;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff !important;
    /* padding-top: 40px; */
}

.cust-cart-h4 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 20px;
    border: none;
    background: transparent;
    display: block;
    width: 100%;
    pointer-events: none;
}

.cust-cart-h4 i {
    font-size: 20px;
    color: #7faf36;
    margin: 0 20px 0;
}

.custcart-center-text {
    vertical-align: middle !important;
}

.custcart-remove {
    background: transparent;
    border: none;
}

.custcart-remove .fa-times:before {
    color: red;
}

.custcart-bottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 30px;
}

.custcart-bottom i {
    color: #7faf36;
    margin-right: 15px;
}

#close-box {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 300000;
    cursor: pointer;
    top: 20px;
    right: 20px;
    background: url(../image/close.svg) no-repeat;
    background-size: 60%;
    background-position: center;
}

.form-group {
    flex-grow: 1;
}

.cd-top {
    display: none !important;
}

.count {
    display: block;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(253, 253, 253);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
}


/* .cont__product__mobile {
    display: none;
} */

@media (max-width: 480px) {
    /* .cont__product__desktop {
        display: none;
    }
    .cont__product__mobile {
        display: block;
    } */
    .count {
        top: -5px;
    }
    .popup-cont {
        min-width: 200px;
        min-height: 200px;
    }
    #floatingcart {
        width: 55px;
        height: 55px;
        right: 30px;
        bottom: 30px;
    }
    #scroll-up {
        width: 40px;
        height: 40px;
        left: 30px;
        bottom: 30px;
    }
    .reverse-columns {
        display: flex;
        flex-direction: column-reverse;
    }
    #h1-to {
        display: inline;
    }
    .category_wall .col-xs-12 {
        width: 50%;
    }
    .category_block span {
        min-height: 100%;
        font-size: 12px;
        font-weight: 700;
        padding: 0 10px 0;
    }
    .product-thumb .caption h4 {
        font-size: 12px;
    }
    /* #content .row .col-xs-12 {
        width: 50%;
    } */
    .product-thumb {
        position: relative;
        /* padding-bottom: 90px; */
        overflow: visible;
        /* display: flex; */
        /* flex-flow: column wrap; */
    }
    #logo {
        margin: 0 0 5px;
    }
    .contact_box .address,
    .contact_box .mail {
        display: none;
    }
    .contact_box .telephone {
        text-align: center;
    }
    #menu .btn-navbar {
        background-color: transparent;
        background-image: none;
        background-image: none;
        background-repeat: repeat-x;
        border: none;
        box-shadow: none;
        /* border-color: #7faf36; */
    }
    #menu .btn-navbar {
        background-color: transparent;
        background-image: none;
        background-image: none;
        background-repeat: repeat-x;
        border: none;
        box-shadow: none;
        padding: 0 18px;
        /* border-color: #7faf36; */
    }
    #menu .btn-navbar i {
        font-size: 24px;
        position: absolute;
        top: 7px;
    }
    #menu .btn-navbar:hover,
    #menu .btn-navbar:focus,
    #menu .btn-navbar:active,
    #menu .btn-navbar.disabled,
    #menu .btn-navbar[disabled] {
        background-color: transparent;
        height: 0px;
    }
    #search {
        display: none;
        transition: all ease 0.3s;
        /* opacity: 0; */
    }
    .cust__search,
    .cust__cart {
        display: inline-block;
        width: 20px;
        height: 30px;
        /* background: rgb(216, 142, 142); */
        margin: 11px 15px 0 0;
    }
    .cust__search {
        background-image: url(../image/search.svg);
        background-repeat: no-repeat;
        background-position: center;
        object-fit: contain;
    }
    .cust__cart {
        background-image: url(../image/cart.svg);
        background-repeat: no-repeat;
        background-position: center;
        object-fit: contain;
    }
    .contact_box {
        text-align: center;
    }
    .contact_box a {
        display: inline-block;
        width: 45%;
    }
    .contact_box a:last-child {
        display: none;
    }
    .img-thumbnail {
        display: none;
    }
    #content hr {
        margin: 0;
    }
    #content .col-sm-10 p {
        display: none;
    }
    #content h2 {
        font-weight: 700;
    }
    .product-thumb {
        min-height: 361px;
        display: flex;
        flex-flow: column wrap;
    }
    .product-thumb .caption {
        flex-grow: 1;
    }
    td .btn-danger {
        padding: 8px 10px;
    }
    .dropdown-menu .table-bordered .text-right,
    .dropdown-menu p {
        text-align: center !important;
    }
    .fa-shopping-cart,
    .fa-share {
        color: #7faf36;
        margin-right: 4px;
    }
    #logo_footer {
        width: 50px;
    }
}

.option-wrapper {
    display: flex;
    flex-flow: row wrap;
}

.option-item-wrapper {
    margin: 0 5px 5px 0 !important;
}

.option-item {
    padding: 5px 10px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid black;
    background-color: #fff;
    color: #000;
}

.option-item-active {
    background-color: #3d5a11;
    color: white;
}

.header-container .container {
    display: flex;
    justify-content: space-between;
}