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

	Author: Webstrot
	Copyright © 2018

---------------------------------------
===  CSS TABLE CONTENT  ====
============================================

	1.0 Global Style
	2.0 Top
	3.0 Content
	4.0 Footer
	5.0 Boorstrap Custom
	5.1 Alert
	5.2 Breadcrumb
	5.3 Buttons
	5.4 List Group
	5.5 Carousel
	6.0 Box
	7.0 Product List
	8.0 Product Detail
	9.0 Compare
	10.0 Quick Shop
	11.0 Shopping Cart
	12.0 Checkout
	13.0 My Account
	14.0 Homepage
	15.0 Color Style

============================================
===  END CSS TABLE CONTENT  ====
============================================ */
*{
    word-break:break-all
}
html, html a {
    -webkit-font-smoothing: antialiased;
}

body, h1, h2, h3, h4, h5, h6, p {
    line-height: 1.55em;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 1em;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    line-height: 38px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;

}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    /* text-transform: uppercase; */
}

h3 {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

h1, h2, h3 {
    margin-top: 0;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
a {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #3695eb
}

a, button {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

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

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

.comment_row {
    margin-left: 0;
    margin-right: 0;
}

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: 15px;
}

.form-control {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

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

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

img.img-thumbnail {
    width: 165px;
    padding: 0;
    border: none;
}

@media (min-width: 768px) {
    .drop-grid-6-6, .drop-grid-5-5, .drop-grid-4-4, .drop-grid-3-3, .drop-grid-2-2, .drop-grid-1-1 {
        width: 748px;
    }

    .dropdown {
        max-width: 748px;
    }
}

@media (min-width: 992px) {
    .drop-grid-6-6, .drop-grid-5-5, .drop-grid-4-4, .drop-grid-3-3, .drop-grid-2-2, .drop-grid-1-1 {
        width: 972px;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    .dropdown {
        max-width: 748px;
    }
}

@media (min-width: 1200px) {
    .drop-grid-6-6, .drop-grid-5-5, .drop-grid-4-4, .drop-grid-3-3, .drop-grid-2-2, .drop-grid-1-1 {
        width: 1170px;
    }

    .dropdown {
        max-width: 1170px;
    }
}

.drop-grid-2-1 {
    width: 600px;
}

.drop-grid-3-2 {
    width: 800px;
}

.drop-grid-3-1 {
    width: 400px;
}

.drop-grid-4-3 {
    width: 900px;
}

.drop-grid-4-2 {
    width: 600px;
}

.drop-grid-4-1 {
    width: 300px;
}

.drop-grid-5-4 {
    width: 960px;
}

.drop-grid-5-3 {
    width: 720px;
}

.drop-grid-5-2 {
    width: 480px;
}

.drop-grid-5-1 {
    width: 240px;
}

.drop-grid-6-5 {
    width: 1000px;
}

.drop-grid-6-4 {
    width: 800px;
}

.drop-grid-6-3 {
    width: 600px;
}

.drop-grid-6-2 {
    width: 400px;
}

.drop-grid-6-1 {
    width: 200px;
}

/*1 column*/
.row-col-1 .row-grid-1 {
    width: 100%;
}

/*2 columns*/
.row-col-2 .row-grid-1 {
    width: 50%;
}

/*3 columns*/
.row-col-3 .row-grid-1 {
    width: 33.3333333333%;
}

.row-col-3 .row-grid-2 {
    width: 66.6666666667%;
}

/*4 columns*/
.row-col-4 .row-grid-1 {
    width: 25%;
}

.row-col-4 .row-grid-2 {
    width: 50%;
}

.row-col-4 .row-grid-3 {
    width: 75%;
}

/*5 columns*/
.row-col-5 .row-grid-1 {
    width: 20%;
}

.row-col-5 .row-grid-2 {
    width: 40%;
}

.row-col-5 .row-grid-3 {
    width: 60%;
}

.row-col-5 .row-grid-4 {
    width: 80%;
}

/*6 columns*/
.row-col-6 .row-grid-1 {
    width: 16.6666666667%;
}

.row-col-6 .row-grid-2 {
    width: 33.3333333333%;
}

.row-col-6 .row-grid-3 {
    width: 50%;
}

.row-col-6 .row-grid-4 {
    width: 66.6666666667%;
}

.row-col-6 .row-grid-5 {
    width: 83.3333333333%;
}

/*Col-grid*/
.col-grid-1 {
    width: 100%;
}

.col-grid-2 {
    width: 50%;
}

.col-grid-3 {
    width: 33%;
}

.col-grid-4 {
    width: 25%;
}

.col-grid-5 {
    width: 20%;
}

.col-grid-6 {
    width: 16.6666666667%;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    text-decoration: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #3695eb;
}

ul, ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

.btn {
    border-radius: 0;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

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

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #4dbeee;
}

#bt_container {
    position: relative;
    font-family: 'Lato', sans-serif;
}

#bt_header.bt-hboxed,
#bt_footer.bt-fboxed, #bt_container.bt-boxed {
    margin-left: auto;
    margin-right: auto;
}

/* top */
#top {
    background-color: #f0f0f0;
    border-bottom: 1px solid #eaeaea;
    padding: 7px 0 5px 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    color: #000;
    text-transform: uppercase;
}

#top + div {
    height: 0;
}

#top .pull-left {
    text-transform: none;
}

#top .pull-left .fa {
    margin-right: 3px;
}

#top a {
    color: #000;
}

#top a:hover, #top li.dropdown.open > a, #top .btn-group.open > .btn {
    color: #ef4056;
}

#top #top-links.pull-right {
    width: 85%;
    text-align: right;
}

#top ul.list-inline {
    float: right;
    margin-bottom: 0;
    margin-right: 15px;
}

#top .pull-right ul.list-inline > li {
    padding-left: 15px;
    padding-right: 15px;
}

#top .pull-right .fa {
    font-size: 13px;
    vertical-align: 0;
    margin-left: 0.5em;
}

#top .dropdown-menu, .bt-mobile .dropdown-menu {
    padding: 10px 20px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 3px solid #4dbeee;
    font-size: 13px;
    border-radius: 0;
    text-align: left;
    min-width: 190px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    margin: 0;
}

.bt-language .language:hover .dropdown-menu, #top #cart:hover .dropdown-menu, .bt-currency .currency:hover .dropdown-menu,
#top ul.list-inline .dropdown:hover .dropdown-menu {
    display: block;
}

#top .list-inline a > span i {
    margin-right: 5px;
}

.language .dropdown-menu, .currency .dropdown-menu {
    right: 0;
    left: auto;
}

.currency .btn-group, .language .btn-group {
    vertical-align: top;
    padding-bottom: 10px;
}

.currency .dropdown-menu .btn {
    overflow: hidden;
    width: 100%;
}

.currency .dropdown-menu .btn span {
    float: left;
}

.currency .dropdown-menu .btn span + span {
    float: right;
}

#top .list-inline > li.dropdown {
    padding-bottom: 12px;
}

#top .dropdown-menu > li {
    border-top: 1px solid #ededed;
    padding: 12px 0;
}

#top .dropdown-menu > li:first-child {
    border-top: none;
}

#top .dropdown-menu > li > a {
    padding: 0;
    color: #434343;
    overflow: hidden;
}

#top .dropdown-menu > li > a:hover {
    color: #ef4056;
}

#top .dropdown-menu > li > a span {
    float: left;
}

#top .dropdown-menu > li > a span + span {
    float: right;
}

.currency .btn, .language .btn {
    padding: 0 0 2px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    color: #000;
    text-transform: uppercase;
    background: none;
    border: none;
}

.currency .btn:hover, .language .btn:hover {
    color: #ef4056;
    text-decoration: none;
    background: none;
    border: none;
}

.currency .btn strong {
    margin-right: 3px;
    font-size: 14px;
}

.language .btn img {
    margin-right: 5px;
    margin-bottom: 3px;
}

.currency .dropdown-menu .btn {
    font-size: 13px;
    color: #434343;
}

.currency .dropdown-menu .btn:hover {
    color: #ef4056;
}

.language .dropdown-menu > li > a {
    overflow: hidden;
}

.language .dropdown-menu > li > a > .text-left {
    width: 70%;
    float: left;
}

.language .dropdown-menu > li > a > .text-right {
    float: right;
    width: 30%;
}

.menubar .container {
    width: 100%
}

.bt-mobile, .open-bt-mobile {
    display: none;
}

header {
    border-bottom: 1px solid #e4e4e4;
    padding: 25px 0 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e4e4e4;
    font-size: 15px;
    line-height: 17px;
}

.common-home header {
    border-bottom: none;
}

#logo {
    margin: 8px 0 0;
    float: left;
}

/* search */
#boss-search {
    float: right;
}

#boss-search .choose-select {
    float: right;
    position: relative;
    padding-right: 61px;
}

#boss-search .choose-select > div {
    float: right;
}

#boss-search .choose-select .input_cat {
    border-style: solid;
    border-color: #79c753;
    border-width: 2px 0 2px 1px;
    height: 50px;
    line-height: 46px;
    padding: 0;
    position: relative;
    min-width: 185px;
}

#boss-search .choose-select .input_cat .sbSelector {
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
}

#boss-search .choose-select .input_cat .sbToggle {
    background: url("../images/icon_selectsearch.png") no-repeat 0 0;
    height: 14px;
    position: absolute;
    right: 25px;
    top: 18px;
    width: 14px;
}

#boss-search .choose-select .sbHolder {
    position: relative;
    width: 100%;
}

#boss-search .choose-select .sbOptions {
    background: #fff;
    border: 1px solid #3695eb;
    left: 0;
    margin: 0;
    min-height: 150px;
    overflow: auto;
    padding: 0 0 10px;
    position: absolute;
    top: 48px !important;
    width: 100%;
    z-index: 1000;
    margin-left: -1px;
    min-width: 200px;
}

#boss-search .choose-select .sbOptions > li {
    padding: 0 6px 0 25px;
    line-height: 22px;
}

#boss-search .choose-select > div select, #search .form-control {
    height: 50px;
    line-height: 46px;
    background-color: transparent;
    font-style: italic;
}

#search {
    position: static;
}

#search .input-group-btn {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
}

#search .btn {
    border: none;
    background: #79c753;
    padding: 0 22px;
    color: #fff;
    height: 50px;
    z-index: 2;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
}

#search .btn .fa {
    vertical-align: top;
    line-height: 50px;
    font-size: 18px;
}

#search .form-control {
    border-style: solid;
    border-color: #79c753;
    border-width: 2px 0 2px 2px;
    width: 505px;
    padding: 0 20px;
    font-size: 15px;
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
}

#search .form-control::-webkit-input-placeholder {
    color: #797979;
}

#search .form-control:-moz-placeholder { /* Firefox 18- */
    color: #797979;
}

#search .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #797979;
}

#search .form-control:-ms-input-placeholder {
    color: #797979;
}

/* cart */
#cart {
    padding-bottom: 15px;
    float: right;
    width: auto;
    margin-left: 125px;
}

#cart > .btn {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #FFF;
    text-transform: uppercase;
    background: #ef4056;
    padding: 0 25px;
    border: 1px solid #ef4056;
    height: 50px;
}

#cart > .btn i {
    margin-right: 0.5em;
    font-size: 15px;
}

#cart > .btn:hover, #cart.open > .btn {
    background-color: #4dbeee;
    color: #fff;
    border: 1px solid #4dbeee;
    box-shadow: none;
    text-shadow: none;
}

.btn:active {
    box-shadow: none;
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
    min-width: 350px;
    padding: 26px 0 0;
    font-size: 14px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 3px solid #79c753;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

#cart:hover .dropdown-menu {
    display: block;
}

#cart .dropdown-menu li {
    border: none;
    padding: 0;
}

#cart .dropdown-menu li:first-child {
    padding: 0 24px
}

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

#cart .dropdown-menu .table tr:first-child td {
    padding-top: 0;
}

#cart .dropdown-menu .table td {
    background: none;
    padding: 20px 0;
    border-top: none;
    border-bottom: 1px solid #eaeaea;
}

#cart .dropdown-menu .table td.name a {
    color: #000;
    line-height: 18px;
    margin-top: 12px;
}

#cart .dropdown-menu .table td.name a:hover {
    color: #4dbeee;
}

#cart .dropdown-menu .table td.name span.price {
    display: inline-block;
}

#cart .dropdown-menu .table td .image {
    margin-right: 22px;
    position: relative;
}

#cart .dropdown-menu .table td .image img {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
}

#cart .dropdown-menu .table .remove {
    position: absolute;
    top: -8px;
    left: -8px;
}

#cart .dropdown-menu .table .remove .btn-danger {
    width: 21px;
    height: 21px;
    border: 1px solid #ef5b8f;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background: #ef5b8f;
    outline: none;
    padding: 0;
}

#cart .dropdown-menu .table .remove .btn-danger:hover {
    background: #fff;
    color: #ef5b8f;
}

#cart .dropdown-menu .table .remove .btn-danger .fa {
    vertical-align: top;
    line-height: 19px;
    margin-left: 0;
    letter-spacing: -1px;
}

#cart .dropdown-menu li p {
    margin: 14px 0 40px;
    font-size: 14px;
    text-transform: none;
}

#cart .dropdown-menu .cart_bottom table {
    width: 100%;
    margin-bottom: 10px;
}

#cart .dropdown-menu .cart_bottom table td {
    padding: 5px 12px 8px;
    font-weight: bold;
    color: #000
}

#cart .dropdown-menu .cart_bottom table td.text-right {
    font-size: 20px;
    line-height: 22px;
}

#cart .dropdown-menu .cart_bottom .buttons {
    background-color: #4dbeee;
    padding: 16px 20px;
    margin: 0;
}

#cart .dropdown-menu .cart_bottom .buttons .cart_bt {
    margin-right: 8px;
}

#cart .dropdown-menu .cart_bottom .buttons .cart_bt, #cart .dropdown-menu .cart_bottom .buttons .checkout_bt {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.another-language #cart .dropdown-menu .cart_bottom .buttons .cart_bt {
    width: 52%;
}

.another-language #cart .dropdown-menu .cart_bottom .buttons .checkout_bt {
    width: 44%;
}

#cart .dropdown-menu .cart_bottom .buttons .btn {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    padding: 8px;
    border: 1px solid #ef4056;
    background: #ef4056;
    width: 100%;
    font-weight: 400;
}

#cart .dropdown-menu .cart_bottom .buttons .btn:hover {
    background-color: #118acb;
    border: 1px solid #118acb;
}

.boss_header {
    background: #3695eb;
}

.bt-home-page .boss_header {
    margin-bottom: 50px;
}

.boss_header.boss_scroll {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.bt-boxed .boss_header.boss_scroll, .bt-hboxed .boss_header.boss_scroll {
    max-width: 1200px;
}

.header_category {
    z-index: 99;
    margin-bottom: 15px;
}

.header_category .box .box-content {
    overflow: visible;
}

.header_category .box-content .box-category.boss-menu-cate > li {
    border-style: solid;
    border-color: #ededed;
    border-width: 0 1px 1px;
    padding: 15px 10px 15px 15px;
    position: relative;
    display: block;
}

.header_category .box-content .box-category.boss-menu-cate > li:first-child {
    border-top-width: 1px;
    border-radius: 2px 2px 0 0;
}

.header_category .box-content .box-category.boss-menu-cate > li:last-child {
    border-radius: 0 0 2px 2px;
}

.header_category .box-content .box-category.boss-menu-cate > li .nav_title img {
    float: left;
    margin-right: 20px;
    margin-top: -4px;
}

.header_category .box-content .box-category.boss-menu-cate > li:hover {
    background: #fff;
}

.header_category .box-content .box-category.boss-menu-cate > li > .nav_title a {
    text-transform: capitalize;
    line-height: 18px;
    display: block;
}

.header_category .box-content .box-category.boss-menu-cate > li:hover > .nav_title a {
    color: #79c753;
}

.header_category .box-content .box-category.boss-menu-cate > li > .nav_title a span {
    float: right;
}

.header_category .box-content .box-category.boss-menu-cate > li .nav_submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
    background: #fff;
    z-index: 22;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 20px 30px;
    transition: transform 0.4s ease 0s;
    -webkit-transition: -webkit-transform 0.4s ease 0s;
    -moz-transition: -moz-transform 0.4s ease 0s;
    transform: scale(0.7, 1);
    -webkit-transform: scale(0.7, 1);
    -moz-transform: scale(0.7, 1);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
}

.header_category .box-content .box-category.boss-menu-cate > li .nav_submenu img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.header_category .box-content .box-category.boss-menu-cate > li:hover .nav_submenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.header_category .box-content .box-category.boss-menu-cate .nav_submenu > a + .nav_sub_submenu {
    min-height: 261px;
}

.header_category .box-content .box-category.boss-menu-cate .nav_sub_submenu > ul > li {
    float: left;
    padding: 0 28px 0 0;
    width: 20%;
}

.header_category .box-content .box-category.boss-menu-cate .nav_sub_submenu > ul > li.nav_cat_child {
    border-top: 1px solid #eaeaea;
    padding: 0;
    line-height: 34px;
    display: block;
}

.header_category .box-content .box-category.boss-menu-cate .nav_sub_submenu > ul > li.nav_cat_child:first-child {
    border-top: none;
}

.header_category .box-content .box-category.boss-menu-cate .nav_sub_submenu ul li a {
    text-transform: capitalize;
}

.header_category .box-content .box-category.boss-menu-cate .nav_sub_submenu ul li.nav_cat_parent > a {
    font-size: 16px;
    color: #79c753;
    font-weight: 700;
    line-height: 30px;
    display: block;
    margin-bottom: 14px;
}

.header_category .box-content .box-category.boss-menu-cate .nav_sub_submenu ul li.nav_cat_parent ul li {
    border-top: 1px solid #eaeaea;
    padding: 0;
    line-height: 34px;
    display: block;
}

.header_category .box-content .box-category.boss-menu-cate .nav_sub_submenu ul li.nav_cat_parent ul li:first-child {
    border-top: none;
}

.box .box-content .box-category.boss-menu-cate > li a.title i {
    color: #000;
    float: left;
    vertical-align: top;
    line-height: 18px;
    width: 20px;
    text-align: center;
}

.box .box-content .box-category.boss-menu-cate > li a.title.more i {
    margin-right: 20px;
}

.header_slider {
    float: right;
    width: 74.3%;
    margin-bottom: 30px;
}

/* content */
#content {
    min-height: 600px;
}

#content.col-sm-12 {
    padding: 0;
}

#column-left + #content.col-sm-9 {
    padding-right: 0;
    padding-left: 10px;
}

#content.col-sm-9 {
    padding-left: 0
}

#column-right {
    padding-right: 0
}

/* footer */
footer {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #4dbeee;
}

footer .bt-footer-middle {
    background-color: #404040;
    padding: 25px 0;
}

.bt-footer-middle > div > div .col-md-12 {
    padding: 0;
}

.bt-footer-middle .bt-block-footer {
    padding: 0;
}

.bt-footer-middle .bt-block-footer > div {
    padding-left: 0;
}

.bt-footer-middle .bt-block-footer img {
    margin-bottom: 15px;
}

footer h3, .bt-footer-middle .bt-block-footer p {
    /* margin-bottom: 2em; */
}

.bt-footer-middle .footer-newsletter {
    margin-bottom: 3em;
}

.bt-footer-middle .bt-block-footer ul li span {
    line-height: 30px;
}

.bt-footer-middle .bt-block-footer ul li i {
    margin-right: 25px;
    font-size: 15px;
    min-width: 15px;
}

.bt-footer-middle .bt-block-footer .bold-italic {
    font-weight: 700;
    font-style: italic;
}

footer h3 {
    position: relative;
    padding-bottom: 10px;
}

footer h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 30px;
    border-bottom: 2px solid #79c753;
}

.bt-contact-me .frm_contact .input-name, .bt-contact-me .frm_contact .input-email, .bt-contact-me .frm_contact .input-message {
    margin-bottom: 10px;
}

footer .bt-footer-bottom {
    background-color: #79c753;
    padding: 20px 0 20px;
}

.bt-footer-bottom .payment {
    float: right;
    text-align: right;
}

.bt-footer-bottom .payment ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.bt-footer-bottom .payment img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.bt-footer-bottom .link ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3px;
}

.bt-footer-bottom .link ul li:first-child a {
    border-left: none;
    padding-left: 0
}

.bt-footer-bottom .link ul li a {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
    border-left: 1px solid #fff;
    padding: 0 5px;
}

.bt-footer-bottom .link ul li a:hover {
    color: #ffffff;
}

.bt-footer-bottom .powered-payment {
    margin-top: 10px;
}

.bt-footer-bottom .powered {
    padding-left: 10px;
}

.bt-footer-bottom .powered a {
    text-decoration: underline;
}

.bt-footer-bottom .powered a:hover {
    text-decoration: none;
}

.bt-footer-bottom .powered p {
    margin-bottom: 0;
}

#back_top {
    bottom: 10px;
    cursor: pointer;
    display: none;
    padding: 4px;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    z-index: 9998;
}

#back_top span {
    border-radius: 50%;
    box-shadow: 0 0 0 4px #62ad3e;
    -webkit-box-shadow: 0 0 0 4px #62ad3e;
    -moz-box-shadow: 0 0 0 4px #2f6da5;
    color: #62ad3e;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 10px 0;
    padding-top: 6px;
    position: relative;
    text-align: center;
    transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    width: 40px;
    z-index: 1;
}

#back_top span:after {
    background: none repeat scroll 0 0 #62ad3e;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    left: -2px;
    padding: 2px;
    pointer-events: none;
    position: absolute;
    top: -2px;
    transition: transform 0.2s ease 0s, opacity 0.3s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.3s ease 0s;
    -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

#back_top:hover span:after {
    opacity: 0;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
}

#back_top i {
    font-size: 35px;
    color: #fff;
    vertical-align: top;
    line-height: 25px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}

#back_top:hover i {
    color: #62ad3e
}

/* alert */
.alert {
    padding: 8px 14px;
    margin: 0 0 15px;
}

.alert .fa {
    margin-right: 5px;
}

.alert button.close {
    font-size: 18px;
    line-height: 18px;
}

/* breadcrumb */
.breadcrumb {
    background: none;
    padding: 0 15px;
    margin: 2em 0;
}

.breadcrumb .fa {
    font-size: 18px;
}

.breadcrumb a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #a1a1a1;
}

.breadcrumb a:hover, .breadcrumb li:last-child a {
    color: #79c753;
}

.breadcrumb li + li:before {
    content: "/";
    color: #a1a1a1;
    padding: 0 6px;
}

.breadcrumb li:last-child a {
    cursor: default;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn-xs {

}

.btn-sm {

}

.btn-group > .btn-sm {

}

.btn-group > .btn-lg {

}

.btn-default {
    color: #777;
    background-color: #e7e7e7;
}

.btn-primary {
    color: #ffffff;
    background-color: #229ac8;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {

}

.btn-danger {
    color: #ffffff;
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-success {
    color: #ffffff;
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
}

.btn-info {
    color: #ffffff;
    background-color: #df5c39;
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

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

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

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

.btn-inverse {
    color: #ffffff;
    background-color: #363636;
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

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

/* list group */
.list-group a {
    color: #888888;
    padding: 8px 12px;
}

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

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

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

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

/*box*/
#column-left .box-heading h1, #column-right .box-heading h1, #boss-menu-category .box-heading h1 {
    margin-bottom: 0.75em;
    font-size: 20px;
    line-height: 22px;
}

.box .box-content {
    overflow: hidden;
}

#column-left > .box, #column-right > .box, .box.bt-filter .box-content .list a.title + div, .bt-banner-left {
    margin-bottom: 2em;
}

.box.bt-category .box-content > .box-category {
    padding-left: 5px;
}

.box.bt-category .box-content .box-category li a {
    font-size: 14px;
    color: #000;
}

.box.bt-category .box-content .box-category li a:hover {
    color: #4dbeee;
}

.box.bt-category .box-content .box-category li > a span i {
    vertical-align: top;
    line-height: 21px;
    margin-right: 5px;
}

.box.bt-category .box-content .box-category li.active > a,
.box.bt-category .box-content .box-category li a.list-group-item.active,
.box.boss_blog-cat .box-content .box-category li.active > a {
    color: #4dbeee;
    cursor: default;
}

.box.bt-category .box-content .box-category > li:first-child > a {
    border-top: none;
    padding-top: 0;
}

.box.bt-category .box-content .box-category li .item_child li a, .box.boss_blog-cat .box-content .box-category li.sub_child li a {
    padding-left: 20px;
}

.box.bt-latest .box-content .box-item {
    overflow: hidden;
    border-top: 1px solid #ebebeb;
    padding: 0.75em 0;
}

.box.bt-latest .box-content .box-item:first-child {
    border-top: none;
    padding-top: 0;
}

.box.bt-latest .box-content .image {
    float: left;
    margin-right: 10px;
}

.box.bt-latest .box-content .caption {
    overflow: hidden;
    min-width: 40%;
}

.box.bt-latest .box-content .name {
    margin-bottom: 3px;
}

.box.bt-latest .box-content .name a {
    text-transform: none;
}

.box.bt-latest .box-content .rating {
    margin-bottom: 5px;
}

.box.bt-latest .box-content .price {
    font-size: 14px;
}

.bt-filter-image ul li.active {
    border: 2px solid #3f3f3d;
}

.bt-filter li a span.fe-checkbox {
    position: relative;
    width: 14px;
    height: 14px;
    background-image: url("../images/bg_none_check.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
}

.bt-filter li.active a span.fe-checkbox {
    background-image: url("../images/bg_check.png");
}

.box.bt-filter .box-content .list .checkbox {
    font-size: 13px;
    border-top: 1px solid #eaeaea;
    padding-top: 0.75em;
    margin-bottom: 0.75em;
    margin-top: 0;
}

.box.bt-filter .box-content .list .checkbox:first-child {
    border-top: none;
    padding-top: 0;
}

.box.bt-filter .box-content .list .checkbox input {
    margin-top: 4px;
}

.box.bt-filter .box-content .btn {
    font-size: 10px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    border: 1px solid #3f383a;
    color: #3f383a;
    padding: 4px 20px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    background: #fff;
}

.box.bt-filter .box-content .btn:hover {
    background: #3f383a;
    color: #fff;
}

#tags-load {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 999;
    top: 0;
    display: none;
}

#tags-load:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
}

#tags-load .fa {
    position: absolute;
    top: 45%;
    font-size: 3em;
}

.fa-spin {
    animation: 2s linear 0s normal none infinite running fa-spin;
    -webkit-animation: 2s linear 0s normal none infinite running fa-spin;
    -moz-animation: 2s linear 0s normal none infinite running fa-spin;
}

.fa-pulse {
    animation: 1s steps(8, end) 0s normal none infinite running fa-spin;
    -webkit-animation: 1s steps(8, end) 0s normal none infinite running fa-spin;
    -moz-animation: 1s steps(8, end) 0s normal none infinite running fa-spin;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
    }
}

@-moz-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
    }
}

.bt-tagcloud .box-content a {
    border: 1px solid #eaeaea;
    padding: 4px 15px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.bt-tagcloud .box-content a:hover {
    border: 1px solid #4dbeee;
    background: #4dbeee;
    color: #fff;
}

.bt-banner-left {
    position: relative;
    overflow: hidden;
}

.bt-banner-left > a > img {
    width: 100%;
}

/* product list */
#column-left {
    padding-left: 0;
}

.bt-block-category, .category-info, .category-list {
    margin-bottom: 2em;
}

.bt-block-category {
    position: relative;
    overflow: hidden;
}

.bt-block-category img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.bt-block-category:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.bt-block-category .block-title {
    position: absolute;
    text-align: center;
    right: 8%;
    top: 24%;
}

.bt-block-category .block-title h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 52px;
    color: #fff;
    margin-bottom: 32px;
}

.bt-block-category .block-title h4 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.bt-block-category .block-title h4:before,
.bt-block-category .block-title h4:after {
    background-color: #fff;
    content: "";
    height: 2px;
    position: absolute;
    top: 50%;
    width: 60px;
    margin-top: -1px;
}

.bt-block-category .block-title h4:before {
    left: -68px;
}

.bt-block-category .block-title h4:after {
    right: -68px;
}

.category-info {
    overflow: hidden;
}

.category-info .image {
    float: left;
    margin-right: 2em;
}

.category-info .image img {
    border: none;
    padding: 0;
}

.category-info h3 {
    font-size: 18px;
    line-height: 20px;
    color: #4dbeee;
    font-weight: 400;
    margin-bottom: 15px;
}

.category-info p {
    font-size: 13px;
}

.category-list {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

.category-list h4 {
    color: #4dbeee;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}

.category-list ul {
    float: left;
    margin-bottom: 0;
    margin-bottom: 15px;
    width: 100%;
}

.category-list ul li {
    margin-bottom: 5px;
    margin-right: 5px;
    border: 1px solid #eaeaea;
    display: inline-block;
    padding: 4px 15px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.category-list ul li:hover {
    background: #4dbeee;
    border: 1px solid #4dbeee;
}

.category-list ul li:hover a {
    color: #fff;
}

.category-list ul li a {
    font-size: 13px;
}

h1 + .product-filter {
    margin-top: 35px;
}

.product-filter {
    border: 1px solid #eaeaea;
    overflow: hidden;
    margin-bottom: 35px;
    padding-left: 12px;
    font-size: 13px;
    height: 42px;
}

.product-filter * {
    height: 100%;
    line-height: 40px;
}

.product-filter .link-compare {
    float: left;
    width: 20%;
    line-height: 42px;
}

.product-filter .display {
    float: left;
    width: 10%;
}

#content.col-sm-6 .product-filter .display {
    width: 15%;
}

.product-filter .display .btn-list, .product-filter .display .btn-grid {
    background: transparent;
    border-top: none;
    border-bottom: none;
    outline: none;
    color: #000;
    width: 40px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    text-align: center;
    line-height: 42px;
}

.product-filter .display .btn-list {
    margin-right: -4px;
}

.product-filter .display .btn-list:hover, .product-filter .display .btn-grid:hover,
.product-filter .display .btn-list.active, .product-filter .display .btn-grid.active {
    color: #4dbeee;
}

.product-filter .limit-sort {
    overflow: hidden;
    text-align: right;
    width: 70%;
}

#content.col-sm-6 .product-filter .limit-sort {
    width: 65%;
}

.product-filter .limit-sort label {
    margin-bottom: 0
}

.product-filter .box_sort, .product-filter .box_limit {
    float: right;
    width: 40%;
    margin-left: 10px;
}

#content.col-sm-6 .product-filter .box_sort {
    width: 57%;
    margin-left: 8px
}

#content.col-sm-6 .product-filter .box_limit {
    margin-left: 0;
    width: 40%;
}

.product-filter .box_sort label + label, .product-filter .box_limit label + label {
    position: relative;
}

.product-filter .box_sort label + label:before, .product-filter .box_limit label + label:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/box_sort.jpg") no-repeat;
    display: block;
    height: 100%;
    width: 28px;
    pointer-events: none;
}

.product-filter .box_sort label + label select, .product-filter .box_limit label + label select {
    border: none;
    cursor: pointer;
}

.name {
    margin-bottom: 8px;
    /* height: 80px; */
}

.name a {

    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 42px;
}

.name p {
    margin: 0;
}

.name a:hover {
    color: #ef4056;
}

.price {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #118acb;
}

.price-old {
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 5px;
    font-size: 15px;
    line-height: 18px;
    color: #797979
}

.description p {
    color: #000
}

.product-thumb {
    position: relative;
}

.product-layout .product-thumb, .product-related ul li .relt_product {
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    margin: 5px;
    padding: 5px;
}

.product-layout:hover .product-thumb, .product-related ul li:hover .relt_product {
    box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
}

.product-list .product-thumb {
    overflow: hidden;
}

.product-list .product-thumb .caption {
    /* padding-top: 20px; */
}

.product-thumb .caption, .product-related ul li .relt_product .caption {
    padding: 0 6px 6px;
}

.product-thumb .image {
    position: relative;
}

.product-layout {
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
}

.product-grid {
    float: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    margin-bottom: 64px;
}

.product-grid.col-md-cs5 {
    width: 20%;
}

.product-grid.col-md-cs5 .button-group.button-grid button {
    font-size: 0;
}

.product-grid.col-md-cs5 .button-group.button-grid button i {
    margin: 0;
}

.product-layout.product-grid .product-thumb .image {
    margin-bottom: 15px;
}

.product-layout.product-grid .description {
    display: none;
}

.product-grid .rating {
    margin-bottom: 14px;
}

.product-grid .price {
    margin-bottom: 18px;
}

.product-list .b_filter {
    margin-bottom: 12px;
}

.product-grid .product-thumb .caption {
    min-height: 0;
}

.product-list.product-layout {
    /* margin-bottom: 60px; */
    height: 250px;
}

.product-list .product-thumb .image {
    float: left;
    /* margin-right: 17px; */
    max-width: 50%;
    transition: all 0.8s ease 0s;
    margin-top: 3%;
}
.box-content ul li{padding: 5px 0;}
.product-list .product-thumb .caption {
    text-align: left;
    overflow: hidden;
}

.product-list .product-thumb .caption .description {
    font-size: 13px;
    /* margin-bottom: 20px; */
}

.product-list .product-thumb .caption .rating, .product-list .product-thumb .caption .price {
    margin-bottom: 12px;
}

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

.rating i {
    color: #ef4056;
    font-size: 13px;
}

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

.label-discount {
    background: url('../images/label_sale.png') no-repeat left top;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.button-group {
    clear: both;
}

.button-group button, .btn-quickshop {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    outline: none;
}

.button-group .btn-cart, .btn-quickshop {
    background-color: #79c753;
    border: 1px solid #79c753;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.button-group .btn-cart {
    padding: 10px 22px;
    line-height: 20px;
    display: inline-block;
}

.button-group .btn-cart:hover, .btn-quickshop:hover {
    background-color: #62ad3e;
    border: 1px solid #62ad3e;
    color: #fff;
}

.btn-quickshop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    line-height: 38px;
    width: 150px;
    height: 40px;
    margin-left: -75px;
    margin-top: -40px;
}

.product-grid .b_filter {
    clear: both;
    margin-bottom: 25px;
}

.b_filter img {
    margin-right: 3px;
}

.b_filter > * {
    display: inline-block;
    vertical-align: top;
}

.b_filter > span:after {
    content: ",";
}

.b_filter > span:last-child:after {
    display: none;
}

.result-pagination {
    margin-bottom: 65px;
    margin-top: 38px;
    overflow: hidden;
}

.result-pagination .results {
    margin-top: 10px;
}

.result-pagination .links {
    overflow: hidden;
    text-align: right;
}

.result-pagination .links .pagination {
    margin: 0;
}

.result-pagination .links .pagination li {
    margin-bottom: 5px;
    display: inline-block;
}

.result-pagination .links .pagination li > a, .result-pagination .links .pagination li > span {
    border: 1px solid #e8e8e8;
    color: #e8e8e8;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    padding: 0;
    margin-right: 5px;
    border-radius: 0;
    background: #fff;
    width: 40px;
    margin-left: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.result-pagination .links .pagination li > a:hover, .result-pagination .links .pagination li.active > span {
    border: 1px solid #4dbeee;
    color: #79c753;
}

/*product detail*/
.product-info {
    margin-bottom: 45px;
}

.product-info .col-sm-6 + .col-sm-6 {
    /* padding-left: 30px; */
}

.product-info .bt-product-zoom {
    position: relative;
    margin-bottom: 30px;
}

.product-info .bt-product-zoom .image {
    margin-bottom: 10px;
}

.product-info .bt-product-zoom .thumbnails li .cloud-zoom img,
.product-info .bt-product-zoom .thumbnails {
    margin-bottom: 5px;
}

.product-info .bt-product-zoom .thumbnails > li {
    text-align: center;
}

.product-info .bt-product-zoom a.prev, .product-info .bt-product-zoom a.next {
    width: 28px;
    height: 28px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    border-radius: 50%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 50%;
    z-index: 100;
    margin-top: -14px;
}

.product-info .bt-product-zoom a.prev {
    left: 10px;
}

.product-info .bt-product-zoom a.next {
    right: 10px;
}

.product-info .bt-product-zoom a.prev:hover, .product-info .bt-product-zoom a.next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-info .bt-product-zoom a.prev i, .product-info .bt-product-zoom a.next i {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -2px;
}

.product-info h2 {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #276d4b;
    margin-bottom: 10px;
    FONT-WEIGHT: 600;
}

.product-info .review {
    margin-bottom: 15px;
}

.product-info .description {
    line-height: 24px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    /* margin-bottom: 18px; */
}

.product-info .description .stock {
    font-weight: 400;
}

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

.product-info .price_info {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0px;
    margin-bottom: 18px;
    line-height: 24px;
}

.product-info .price_info .price, .product-info .price_info .price-new {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4dbeee;
}

.product-info .price_info .price-old {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #a0a0a0;
    line-height: 22px;
}

.product-info .price_info .price-tax {
    line-height: 24px;
    display: block;
    text-decoration: line-through;
}

.product-info .options h3 {
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}

.product-info .options .form-group .line-bottom {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px;
}

.product-info .options .form-group .checkbox:last-child, .product-info .options .form-group .radio:last-child {
    margin-bottom: 0;
}

.product-info .options div.required .form-control {
    height: 35px;
    padding: 6px 10px;
    border: 1px solid #c9c9c9;
    line-height: 1.55em;
    font-size: 12px
}

.product-info .options div.required textarea.form-control {
    min-height: 100px;
}

.product-info .options div.required .control-label {
    margin-bottom: 8px;
}

.product-info .options div.required .control-label:after {
    color: #000;
    content: "(*) ";
}

.input-group.date button.btn-default, .input-group.time button.btn-default, .input-group.datetime button.btn-default {
    height: 35px;
    background: #fff;
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    border-left: none;
    padding: 6px 10px;

}

.input-group.date button.btn-default i, .input-group.time button.btn-default i, .input-group.datetime button.btn-default i {
    line-height: 22px;
    vertical-align: top;
}

.product-info .quantily_info {
    overflow: hidden;
    margin-bottom: 18px;
}

.product-info .quantily_info .select_number {
    overflow: hidden;
    position: relative;
    width: 100px;
    display: inline-block;
}

.product-info .quantily_info .select_number input {
    width: 65px;
    height: 38px;
    padding: 10px;
    text-align: center;
    line-height: 18px;
    border: 1px solid #c9c9c9
}

.product-info .quantily_info .select_number .increase, .product-info .quantily_info .select_number .decrease {
    position: absolute;
    left: 65px;
    width: 18px;
    height: 18px;
    background: #7f7f7f;
    border: none;
    text-align: center;
    color: #fff;
    padding: 0;
}

.product-info .quantily_info .select_number .increase:hover, .product-info .quantily_info .select_number .decrease:hover {
    background: #b2b2b2;
}

.product-info .quantily_info .select_number .increase i, .product-info .quantily_info .select_number .decrease i {
    line-height: 17px;
    letter-spacing: -2px;
    font-size: 16px;
    vertical-align: top;
}

.product-info .quantily_info .select_number .increase {
    top: 0
}

.product-info .quantily_info .select_number .decrease {
    bottom: 0
}

.product-info .quantily_info .title_text {
    float: left;
    width: 18%;
    margin-right: 8px;
    margin-top: 10px;
}

.product-info .quantily_info .minimum {
    margin-top: 15px;
}

.product-info .options .btn-upload {
    display: block;
    margin-top: 10px;
    padding: 10px 35px;
}

.product-info .button-group {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}

.product-info .button-group .btn-cart {
    padding: 10px 35px;
    margin-bottom: 10px;
    position: absolute;
    top: -28px;
    width: 200px;
}

.product-info .review .rating {
    float: left;
    margin-right: 5px;
    line-height: 17px;
}

.product-info .review .review_text {
    overflow: hidden;
    line-height: 20px;
}

.product-info .review .review_text a + a:before {
    content: "|";
    margin: 0 5px;
    color: #000
}

.thumbnails > img {
    width: 100%;
}

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

.htabs {
    border: 1px solid #ededed;
}

.htabs ul li {
    display: inline-block;
    margin-bottom: -1px;
    float: none;
    vertical-align: top;
    margin-right: -3px;
}

.htabs ul li a {
    float: left;
    padding: 12px 24px 9px 16px;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    line-height: 20px;
    color: #777;
    text-transform: uppercase;
    display: block;
    position: relative;
}

.htabs ul li a:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 2px;
    background: #4dbeee;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    top: 0;
}

.htabs ul li.active a:before, .htabs ul li a:hover:before {
    left: 0;
    width: 100%;
}

.htabs ul li + li a {
    border-left: 1px solid #ededed;
}

.htabs ul li.active a, .htabs ul li a:hover {
    color: #000
}

.htabs ul li.active a {
    border-bottom: 1px solid #fff;
}

.htabs ul li:last-child.active a {
    border-right: 1px solid #ededed;
}

.tab-content {
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding: 25px 20px 10px 25px;
    overflow: hidden;
    margin-bottom: 62px;
}

.tab-content iframe + p {
    margin-top: 1em;
}

#tab-description {
    text-align: center;
}

.tab-content #tab-description p {
    text-align: left;
    font-size: 13px;
}

#tab-description iframe {
    margin: 10px 0 25px;
    max-width: 100%;
}

.tab-content table.attribute {
    border: 1px solid #ededed;
    width: 100%;
    margin-bottom: 15px;
}

.tab-content table.attribute td {
    padding: 15px;
}

.tab-content table.attribute tbody td {
    border-top: 1px solid #ededed;
}

.tab-content table.attribute tbody td + td {
    border-left: 1px solid #ededed;
}

.review-product {
    margin-bottom: 65px;
}

.product-related .carousel-button .prev, .product-related .carousel-button .next {
    width: 30px;
    height: 30px;
    color: #000;
    border-radius: 50%;
    border: 1px solid #000;
    text-align: center;
    opacity: 0.23;
    filter: alpha(opacity=23);
}

.product-related .carousel-button .prev:hover, .product-related .carousel-button .next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-related .carousel-button .prev {
    margin-right: 10px;
}

.product-related .carousel-button .prev .fa, .product-related .carousel-button .next .fa {
    font-size: 18px;
    line-height: 28px;
}

.product-related .carousel-button .next .fa {
    letter-spacing: -2px;
}

.product-related ul li {
    display: inline-block;
    float: none;
    margin-left: 0;
    vertical-align: top;
    max-width: 300px;
}

.product-related ul li .relt_product {
    position: relative;
    margin: 0 15px;
    display: inline-block;
    overflow: hidden;
}

.product-related ul li .relt_product .image {
    position: relative;
    margin-bottom: 25px;
}

.product-related .list_carousel {
    margin: 0 -15px;
}

.bt-facecomments {
    margin-bottom: 40px;
}

/*compare*/

.compare-infomation {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 80px;
}

.compare-info {
    margin-top: 25px;
    width: 100%;
    max-width: 100%;
}

.compare-info td {
    padding: 22px 28px;
    border: 1px solid #ebebeb;
    vertical-align: middle;
}

.compare-info td.name, .compare-info td.description {
    vertical-align: top;
}

.compare-info td:first-child {
    padding: 22px 20px;
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: middle;
}

.compare-info .image img {
    max-width: 180px;
}

.compare-info .image {
    position: relative;
    padding-top: 52px;
    text-align: center;
    padding-bottom: 30px
}

.compare-info .image a {
    position: absolute;
    top: 22px;
    right: 40px;
    color: #dcdcdc;
}

.compare-info .image a:hover {
    color: #303030
}

.compare-info .stock {
    color: #79c753;
    font-style: italic;
}

.compare-info .description {
    line-height: 1.55em;
}

.compare-info .price {
    margin-bottom: 20px;

}

.compare-info .btn-cart {
    margin-bottom: 15px;
}

.compare-info .btn-cart, .compare-info .btn-wishlist {
    width: 100%;
}

.compare-info .btn-cart i, .compare-info .btn-wishlist i {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: top;
    line-height: 20px;
}

/*search page*/
h1 + .control-label {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 20px;
}

.content-search .box-search, .content-search .box-search-cate {
    margin-bottom: 10px;
}

.content-search .box-search .form-control, .content-search .box-search-cate .form-control {
    width: 40%;
}

.content-search .checkbox-search-cate input[type="checkbox"], .content-search .checkbox-search-desc input[type="checkbox"] {
    margin-top: 2px;
}

.content-search .checkbox-search-desc {
    margin-bottom: 20px;
}

#button-search {
    margin-bottom: 30px;
}

.manufacturer-list {
    border-bottom: 3px solid #3695eb;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.manufacturer-list:last-child {
    margin-bottom: 50px;
}

/*quickshop*/
.modal-header .close {
    margin-top: -10px;
}

.product-info-qs .product-name h1 {
    font-size: 24px;
    line-height: 26px;
    color: #79c753;
}

.product-info-qs.product-info {
    margin-bottom: 10px;
}

.product-info-qs.product-info .description, .product-info-qs.product-info .price_info {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.product-info .price_info .price, .product-info .price_info .price-new {
    color: #4dbeee;
    font-size: 23px;
    line-height: 32px;
    font-weight: 400;
}

.product-info-qs.product-info .viewdetail {
    text-align: right;
}

.product-info-qs.product-info .viewdetail a {
    color: #79c753;
    font-size: 12px;
    font-weight: 700;
}

.product-info-qs.product-info .viewdetail a:hover {
    text-decoration: underline;
}

.product-info-qs.product-info .image-additional ul {
    border-top: 1px solid #eaeaea;
    padding-top: 12px;
    margin-left: -8px;
}

.product-info-qs.product-info .image-additional ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.product-info-qs.product-info .bt-product-zoom .image {
    margin-bottom: 10px;
}

/*shoppingcart*/
.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
}

.cart-info, .wishlist-info, .b_bulk_order_ajax .b_bulk_table {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

.cart-info {
    margin-bottom: 2em;
    margin-top: 2em;
}

.cart-info .table, .checkout .table, .wishlist-info .table, .b_bulk_order_ajax .table {
    border: 1px solid #e9e9e9;
    margin-bottom: 0;
}

.cart-info .table thead, .checkout .table thead, .wishlist-info .table thead, .b_bulk_order_ajax .table thead {
    background: #f8f8f8;
}

.cart-info .table thead td, .checkout .table thead td, .wishlist-info .table thead td, .b_bulk_order_ajax .table thead td {
    font-size: 14px;
    text-transform: uppercase;
    color: #484848;
    line-height: 20px;
    padding: 20px 24px;
}

.cart-info .table td.image, .cart-info .table td.name, .checkout .table td.name,
.wishlist-info .table td.image, .wishlist-info .table td.name {
    text-align: left;
}

.cart-info .table tr td, .checkout .table tr td, .wishlist-info .table tr td {
    text-align: center;
    padding: 17px;
}

.cart-info .table tr td, .checkout .table tr td, .wishlist-info .table tr td, .b_bulk_order_ajax .table tr td {
    border-left: 1px solid #e9e9e9;
    vertical-align: middle;
}

.cart-info .table tbody tr td, .checkout .table tbody tr td, .wishlist-info .table tbody tr td, .b_bulk_order_ajax .table tbody tr td {
    border-top: 1px solid #e9e9e9;
}

.cart-info .table tbody tr td.name, .wishlist-info .table tbody tr td.name {
    border-left: none;
    margin-bottom: 2px;
}

.cart-info .table tbody tr td.quantity {
    min-width: 142px;
}

.cart-info .table tbody tr td.quantity button, .b_bulk_order_ajax .table tr td .input-group.btn-block button {
    background: #ebebeb;
    border: 1px solid #ebebeb;
    color: #232323;
    width: 25px;
    height: 25px;
    text-align: center;
    float: left;
}

.cart-info .table tbody tr td.quantity button .fa {
    vertical-align: top;
    line-height: 25px;
}

.cart-info .table tbody tr td.quantity input, .b_bulk_order_ajax .table tr td .input-group.btn-block input {
    height: 25px;
    padding: 5px;
    line-height: 15px;
    text-align: center;
    width: auto;
    min-width: 25px;
    margin: 0 3px;
}

.cart-info .table tbody tr td.quantity .input-group {
    margin: 0 auto;
}

.cart-info .table tbody tr td.remove .btn-update, .cart-info .table tbody tr td.remove .btn-remove,
.wishlist-info .table tbody tr td.action .btn-remove, .wishlist-info .table tbody tr td.action .btn-cart {
    background: transparent;
    border: none;
    padding: 0;
}

.cart-info .table tbody tr td.remove .btn-update {
    color: #79c753;
    margin-right: 20px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    width: 25px;
    height: 25px;
}

#content.col-sm-9 .cart-info .table tbody tr td.remove .btn-update {
    margin-right: 3px;
}

.cart-info .table tbody tr td.remove .btn-update:hover {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.cart-info .table tbody tr td.remove .btn-remove, .wishlist-info .table tbody tr td.action .btn-remove {
    color: #dcdcdc;
}

.cart-info .table tbody tr td.remove .btn-remove:hover, .wishlist-info .table tbody tr td.action .btn-remove:hover {
    color: #000;
}

.cart-info .table tbody tr td.product-price, .cart-info .table tbody tr td.total,
.checkout .table tbody tr td.product-price, .checkout .table tbody tr td.total {
    font-size: 18px;
}

.checkout-cart #content {
    margin-bottom: 50px;
}

.checkout-cart #content > h2 {
    margin-bottom: 0.5em;
}

.cart-module .panel-body {
    padding: 15px 15px 30px 0;
    border-radius: 0;
}

.cart-module .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.cart-module .panel:first-child {
    padding-left: 0;
}

.cart-module .panel + .panel {
    margin-top: 0;
}

.cart-module .panel:last-child {
    padding-right: 0;
}

.cart-module .panel:last-child .panel-body {
    padding-right: 0;
}

.cart-module .panel > .panel-heading {
    padding: 0;
    background: none;
}

.cart-module .input-group {
    display: block;
}

.cart-module .control-label {
    margin-bottom: 8px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0;
}

.cart-module .input-group input.form-control {
    float: none;
}

.cart-module .form-control {
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    line-height: 30px;
    margin-bottom: 12px;
}

.cart-module .input-group .input-group-btn {
    display: block;
    width: 100%;
    margin-top: 8px;
}

#button-quote {
    margin-top: 8px;
}

.cart-module .required .control-label:after {
    content: "*";
    color: #ff0101;
    margin-left: 3px;
}

.cart-module .btn.btn-gray {
    font-size: 16px;
}

.cart-module {
    margin-bottom: 10px;
    overflow: hidden;
}

h4.panel-title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 1em;
    text-transform: uppercase;
}

.cart-total {
    overflow: hidden;
}

.cart-total table {
    float: right;
    text-align: right;
    width: auto;
    max-width: 100%;
    border: 1px solid #79c753;
    background: #fff;
}

.cart-total table tr td {
    border-top: 1px solid #79c753;
    line-height: 40px;
    padding-right: 55px;
    font-size: 16px;
}

.cart-total table tr td.left {
    text-align: left;
    padding-left: 25px;
}

.cart-total table tr td.right {
    padding-left: 45px;
}

.cart-total table tr:last-child td {
    font-weight: 700;
}

.cart-total table tr:first-child td {
    border-top: none;
}

.cart-total + .buttons {
    overflow: hidden;
    /* margin-top: 40px; */
    margin-bottom: 40px;
}

.cart-total + .buttons .btn.btn-blue {
    margin-right: 80px;
}

.cart-total + .buttons .btn.btn-gray, .cart-total + .buttons .btn.btn-blue, #button-confirm {
    padding: 11px 9px;
    border-radius: 5px;
}

.b_bulk_order_ajax .table tbody tr td.name {
    margin: 0;
}

/*Bulk order*/
#boss_bulk_order {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #e9e9e9;
    margin-bottom: 30px;
    padding: 20px 5px;
}

#boss_bulk_order > div {
    padding: 0 15px;
}

#boss_bulk_order input, #boss_bulk_order select {
    height: 40px;
}

#boss_bulk_order span.ui-corner-all {
    border: 4px solid #4dbeee;
    border-radius: 50%;
    height: 16px;
    top: -6px;
    width: 16px;
    outline: none;
    background: #f6f6f6;
}

#boss_bulk_order .ui-widget-content {
    height: 6px;
    margin-bottom: 2px;
}

#boss_bulk_order .ui-widget-header {
    background: #3f3f3f;
}

#boss_bulk_order .search-price input {
    color: #dd5f65 !important;
}

#boss_bulk_order, #boss_bulk_order + .form-group {
    float: left;
    width: 100%;
}

#boss_bulk_order + .form-group {
    margin: 20px 0 40px;
}

#boss_bulk_order .btn {
    margin-top: 26px;
    width: 45%;
    height: 42px;
}

.b_bulk_order_ajax {
    clear: both;
}

.b_bulk_order_ajax .table thead td {
    text-align: center;
}

.b_bulk_order_ajax .table tr td {
    padding: 20px;
    min-width: 120px;
}

.b_bulk_order_ajax .table .input-group.datetime {
    width: 180px;
}

.b_bulk_order_ajax .table .form-group {
    min-width: 150px;
}

.b_bulk_order_ajax .table .radio.bt-image-option {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.b_bulk_order_ajax .table .radio.bt-image-option label {
    padding: 0;
    font-size: 0;
}

.b_bulk_order_ajax .form-group .form-control {
    height: 35px;
    padding: 0 10px;
    line-height: 33px;
}

.b_bulk_order_ajax table td .bt-image-option img {
    margin-right: 5px;
    width: 30px;
    border-radius: 0;
    margin-bottom: 8px;
}

.b_bulk_order_ajax .table tr td .price {
    font-size: 16px;
    text-align: center;
    min-width: 95px;
}

.b_bulk_order_ajax .table tr td .price .price-tax {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.b_bulk_order_ajax .table tr td .input-group.btn-block {
    margin: 0 auto 10px;
    text-align: center;
    width: auto;
    overflow: hidden;
}

.b_bulk_order_ajax .table tr td .cart {
    text-align: center;
}

.b_bulk_order_ajax .table tr td .cart .btn {
    min-width: 88px;
}

.search-price .form-group {
    padding: 0 10px;
}

.search-price .form-group p {
    margin-left: -10px;
}

.bt-breadcrumb .container {
    padding: 0;
}

.b_bulk_order_ajax .pagination a {
    cursor: pointer;
}

.b_bulk_title {
    padding: 15px 20px;
    background: #4dbeee;
    color: #fff;
    margin: 0;
}

.b_bulk_order_ajax .table tr td .input-group.btn-block button i {
    font-size: 11px;
    vertical-align: top;
    line-height: 25px;
}

#bulk-load {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 996;
    top: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

#bulk-load:before {
    content: "\f110";
    font: 40px FontAwesome;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    -moz-animation: fa-spin 1s infinite steps(8);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -40px;
}

/*checkout*/
#content > h1 {
    margin-bottom: 0;
}

.checkout {
    margin: 2em 0 50px;
}

.checkout .panel {
    box-shadow: none;
    border-radius: 0;
    border: none;
    margin-bottom: 0.5em;
}

.checkout .panel .panel-heading {
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.checkout .panel .panel-heading.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.checkout .panel .panel-heading h4.panel-title {
    padding: 0.5em 0;
    border-bottom: 3px solid #4dbeee;
}

.checkout .panel:first-child .panel-heading h4.panel-title {
    padding-top: 0;
}

.checkout .panel .panel-body {
    padding: 20px 0;
}

.checkout .btn.btn-gray, .content-login .btn.btn-gray {
    font-size: 12px;
    padding: 6px 20px;
    margin-top: 18px;
}

.checkout .form-group + .btn.btn-gray, .content-login .form-group + .btn.btn-gray {
    margin-top: 0;
}

.checkout .panel .panel-body .form-group {
    margin-bottom: 18px;
}

.checkout .panel .panel-body .control-label {
    margin-bottom: 8px;
}

.checkout .panel .panel-body p span {
    font-weight: 700;
}

a.forgotten {
    margin-left: 10px;
    color: #ed1c24;
    font-size: 10px;
}

a.forgotten:hover {
    text-decoration: underline;
}

.checkout .panel .panel-body .form-control {
    width: 90%;
}

.checkout .form-group.required .control-label:after {
    content: "*";
    color: #ed1c24;
    margin-left: 3px;
}

.checkout h3 {
    margin-bottom: 12px;
}

.checkout .panel .panel-body .buttons {
    margin: 0
}

#shipping-existing .form-control, #payment-existing .form-control {
    width: 55%;
    margin: 8px 0;
}

#payment-new .form-control, #shipping-new .form-control {
    width: 55%;
}

#content.col-sm-9 #payment-new .form-control, #content.col-sm-9 #shipping-new .form-control {
    width: 70%;
}

.checkout .table tfoot tr td {
    font-size: 16px;
    text-align: right;
    font-weight: 700;
    border-left: none;
}

#button-confirm {
    margin-top: 30px;
}

.checkout .panel .panel-body .left-content {
    width: 45%;
    margin-right: 40px;
}

.btn, .compare-info .btn-cart, .compare-info .btn-wishlist {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    text-transform: capitalize;
    padding: 10px 15px;
    transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.btn, .compare-info .btn-cart {
    background: #4dbeee;
    border: 1px solid #4dbeee;
}

.btn:hover, .compare-info .btn-cart:hover {
    background-color: #118acb;
    color: #fff;
    border: 1px solid #118acb;
}

.btn.btn-gray {
    padding: 10px 24px;
}

.btn.btn-gray, .compare-info .btn-wishlist {
    color: #fff;
    background-color: #ef4056;
    border: 1px solid #ef4056;
}

.btn.btn-gray:hover, .compare-info .btn-wishlist:hover {
    color: #4dbeee;
    border: 1px solid #4dbeee;
    color: #fff;
}

.btn.btn-blue {
    padding: 10px 25px;
}

/*myaccount*/
.box.account {
    margin-bottom: 32px;
}

.box.account .box-heading {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #303030;
    margin-bottom: 0;
}

.box.account .box-content ul li a {
    border-top: 1px solid #ebebeb;
    line-height: 40px;
    display: block;
}

.box.account .box-content ul li:first-child a {
    border-top: none;
}

.box.account .box-content ul li a:hover, .box.account .box-content ul li.active a {
    color: #79c753;
}

.wishlist-info {
    margin-top: 2em;
}

.content-login .left {
    margin-right: 10px;
}

.content-login .right {
    margin-left: 10px;
}

.content-login p {
    line-height: 1.55em;
}

.content-login .right .form-group + .form-group {
    margin-bottom: 25px;
}

.drug_info_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

form.form-horizontal textarea.form-control {
    min-height: 100px;
}

.register .form-control {
    width: 38%;
}

.register .newsletter {
    margin-top: 6px;
}

.box.bt-category .box-content .box-category li a, .box.boss_blog-cat .box-content .box-category li a {
    border-top: 1px solid #ebebeb;
    background: none;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 0.75em 0;
}

.product-related {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.product-related .carousel-button {
    position: absolute;
    top: 0;
    right: 0;
}

.register .buttons {
    margin-top: 10px;
}

.register .button-register {
    margin-top: 18px;
}

.register .button-register .btn.btn-gray {
    padding: 6px 20px;
}

.modal-dialog .modal-content {
    border-radius: 0;
}

#content > h1.block-title {
    font-size: 20px;
    line-height: 30px;
    color: #303030;
    margin-bottom: 3px;
}

h1.block-title + ul {
    margin-bottom: 30px;
}

h1.block-title + ul li {
    margin-bottom: 6px;
}

h1.block-title + ul li a {
    line-height: 1.55em;
}

.wishlist-info + .buttons {
    margin: 15px 0 56px;
}

.wishlist-info .price {
    font-weight: 400;
}

.wishlist-info .table tbody tr td.action .btn-cart, .table-responsive .table tbody tr td .btn-cart {
    color: #434343;
    margin-right: 20px;
}

.wishlist-info .table tbody tr td.action .btn-cart:hover, .table-responsive .table tbody tr td .btn-cart:hover {
    color: #79c753;
}

.wishlist-info .table tbody tr td.name a {
    margin-bottom: 0;
}

form.form-horizontal .btn-gray + .btn-blue, h1.block-title + .table td .btn-gray + .btn-blue,
h1.block-title + .table + .buttons .btn-gray + .btn-blue {
    margin-left: 5px;
}

h1.block-title + form.form-horizontal, h1.block-title + .table, h1.block-title + .table-responsive {
    margin-top: 20px;
}

h1.block-title + .table tr td {
    vertical-align: middle;
}

.table .btn.btn-info, .table-responsive .table tbody tr td .btn-cart {
    background: transparent;
    color: #434343;
}

.table .btn-info {
    border: none;
    padding: 0
}

.table .btn-info:hover {
    color: #4dbeee;
}

.table-bordered.table thead td {
    border-bottom: none;
}

.table-responsive .table tbody tr td .btn-cart {
    border: 1px solid #434343;
}

.table-responsive .table tbody tr td .btn-cart:hover {
    border: 1px solid #4dbeee;
}

.table-responsive .table tbody tr td .btn-return {
    background: transparent;
    border: 1px solid #4dbeee;
    color: #4dbeee;
}

.table-responsive .table tbody tr td .btn-return:hover {
    background: #4dbeee;
    color: #fff;
}

h1.block-title + p + .form-horizontal {
    margin-bottom: 40px;
    margin-top: 20px;
}

h1.block-title + p + .form-horizontal fieldset + fieldset {
    margin-top: 30px;
}

.form-horizontal .input-group.date .input-group-btn {
    vertical-align: top;
}

.form-horizontal .input-group.date .input-group-btn .btn-default {
    margin-left: 0;
    height: 40px;
}

h1.block-title + p + .form-horizontal .radio {
    padding-top: 0;
}

p + .content-login {
    margin-top: 30px;
}

.form-horizontal fieldset + fieldset {
    margin-top: 30px;
}

.form-horizontal fieldset + .buttons {
    margin-bottom: 40px;
}

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

/*homepage*/
a.next, a.prev {
    display: inline-block;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
}

.bt-featured-pro.bt-nprolarge-nslider .bt-product-content .bt-item-extra.element-4 {
    float: left;
    padding: 0 12px;
    width: 25%;
}

.bt-featured-pro.bt-nprolarge-nslider .bt-product-content .bt-items.bt-product-grid {
    margin: 0 -12px;
}

.bt-featured-pro.bt-nprolarge-nslider .bt-product-content .bt-item-extra.element-4 .image {
    margin-bottom: 20px;
}

.bt-featured-pro.bt-nprolarge-nslider .bt-product-content .bt-item-extra.element-4 .image > span {
    display: none;
}

.bt-featured-pro.bt-nprolarge-nslider .bt-product-content .bt-item-extra.element-4 .rating {
    margin-bottom: 16px;
}

.bt-featured-pro.bt-nprolarge-nslider .bt-product-content .bt-item-extra.element-4 .price {
    margin-bottom: 0;
    color: #303030;
}

.bt-featured-pro.bt-nprolarge-nslider .bt-product-content .bt-item-extra.element-4 .price-new {
    color: #303030;
}

/*---*/
.boss-blog-featured {
    margin-bottom: 25px;
}

.boss-blog-featured .box-heading, .bt-featured-pro > .box-heading, .bt-product-category > .box-heading,
.bt-service .box-heading {
    margin-bottom: 10px;
    position: relative;
}

.boss-blog-featured .box-heading:before, .bt-featured-pro > .box-heading:before, .bt-product-category > .box-heading:before,
.bt-service .box-heading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 100%;
    border-top: 36px solid #eaeaea;
}

.boss-blog-featured .box-heading h1, .bt-featured-pro .box-heading h1, .bt-product-category .box-heading h1,
.bt-service .box-heading h1 {
    display: inline-block;
    padding-right: 32px;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    margin: 0;
    color: #fff;
}

.boss-blog-featured .box-heading h1 {
    background-color: #f7941d;
}

.boss-blog-featured .box-heading h1, .bt-service .box-heading h1 {
    padding-left: 15px;
}

.bt-service .box-heading h1 {
    background-color: #ef4056;
}

.bt-featured-pro .box-heading h1 {
    padding-left: 47px;
}

.bt-featured-pro .box-heading h1:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 8px;
    width: 22px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: left top;
}

.bt-featured-pro.vaccines .box-heading h1 {
    background-color: #7cb147;
}

.bt-featured-pro.vaccines .box-heading h1:after {
    background-image: url('../images/icon_1.png');
}

.bt-featured-pro.cosmetics .box-heading h1 {
    background-color: #f07120;
}

.bt-featured-pro.cosmetics .box-heading h1:after {
    background-image: url('../images/icon_2.png');
}

.bt-featured-pro.vitamins .box-heading h1 {
    background-color: #855fa8;
}

.bt-featured-pro.vitamins .box-heading h1:after {
    background-image: url('../images/icon_3.png');
}

.bt-product-category .box-heading h1 {
    background-color: #1cbbb4;
    padding-left: 45px;
}

.bt-product-category .box-heading h1:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 12px;
    width: 23px;
    height: 15px;
    background: url('../images/icon_5.png') no-repeat left top;
}

.boss-blog-featured .box-heading h1 i, .bt-service .box-heading h1 i {
    margin-right: 15px;
}

.boss-blog-featured .box-heading h1 i {
    font-size: 22px;
}

.bt-service .box-heading h1 i {
    font-size: 24px;
}

.boss-blog-featured .box-heading h1:before,
.bt-featured-pro .box-heading h1:before,
.bt-product-category .box-heading h1:before,
.bt-service .box-heading h1:before {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    top: 0;
    border-right: 20px solid #eaeaea;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.boss-blog-featured .box-content .box-article {
    margin: 0 -15px;
}

.boss-blog-featured .box-content .box-article .article-items {
    width: 50%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    margin-right: -4px;
}

.boss-blog-featured .box-content .box-article .article_content {
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 0;
}

.boss-blog-featured .box-content .box-article .article_content .image {
    float: left;
    margin-right: 28px;
}

.boss-blog-featured .box-content .box-article .article_content .image a {
    position: relative;
    display: block;
}

.boss-blog-featured .box-content .box-article .article_content .image a:before {
    content: "";
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5) inset;
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    width: 100%;
    box-sizing: border-box;
}

.boss-blog-featured .box-content .box-article .article_content .image a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    box-shadow: 0 0 0 135px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 0 0 135px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 0 0 135px rgba(0, 0, 0, 0.5) inset;
}

.boss-blog-featured .box-content .box-article .article_content .image a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/viewmore_bg.png') no-repeat center center;
    transition: all 0.3s ease 0.1s;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
}

.boss-blog-featured .box-content .box-article .article_content .image a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.boss-blog-featured .box-content .box-article .article_content .article-detail {
    overflow: hidden;
    padding: 22px 15px 10px 0;
}

.boss-blog-featured .box-content .box-article .article_content .article-detail .description p {
    line-height: 23px;
    margin-bottom: 0;
}

.boss-blog-featured .box-content .box-article .article_content .article-detail .article-name a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #f7941d;
    text-transform: uppercase;
}

.boss-blog-featured .box-content .box-article .article_content .article-detail .article-name a:hover {
    color: #4dbeee;
}

.boss-blog-featured .box-content .box-article .article_content .article-detail .more-info .time-stamp {
    font-size: 13px;
    margin: 5px 0 8px;
    color: #797979;
}

.boss-blog-featured .box-content .box-article .article_content .article-detail .more-info .time-stamp a {
    color: #797979;
}

.boss-blog-featured .box-content .box-article .article_content .article-detail .more-info .time-stamp a:hover {
    text-decoration: underline;
}

.boss-blog-featured .box-content .box-viewmore {
    clear: both;
    text-align: center;
}

.boss-blog-featured .box-content .box-viewmore a {
    font-size: 10px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    border: 1px solid #3f383a;
    color: #3f383a;
    padding: 3px 20px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    background: #fff;
    display: inline-block;
}

.boss-blog-featured .box-content .box-viewmore a:hover {
    background: #3f383a;
    color: #fff;
}

.bt-home-page #column-left > *, .bt-home-page #column-right > * {
    margin-bottom: 20px;
}

.box-special, .boss-testimonial {
    position: relative;
}

.box-special .box-content {
    overflow: hidden;
    text-align: center;
}

.box-special .box-content .item {
    display: inline-block;
    vertical-align: top;
}

.box-special .box-content .item .button-group {
    text-align: center;
    clear: both;
}

.box-special .box-content .item .image {
    margin-bottom: 15px;
}

.box-special .box-content .item .caption .name a {
    line-height: 17px;
}

.box-content .prev, .box-content .next {
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #79c753;
    position: absolute;
    top: 0;
}

.box-content .prev:hover, .box-content .next:hover {
    background-color: #62ad3e;
}

.box-content .prev i {
    font-size: 15px;
    vertical-align: top;
    line-height: 19px;
    letter-spacing: 1px;
}

.box-content .next i {
    font-size: 15px;
    vertical-align: top;
    line-height: 19px;
    padding-left: 2px;
}

.box-content .prev {
    right: 25px;
}

.box-content .next {
    right: 0;
}

.box-special .box-content, .boss-testimonial .box-content {
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.box-special .box-heading h1 {
    color: #ef4056;
}

.box-special .box-content .caption {
    padding: 0 15px 30px;
}

.box-special .box-content .bt-item-extra {
    display: inline-block;
    vertical-align: top;
}

.boss-testimonial .box-content .testimonial-item {
    display: inline-block;
    vertical-align: top;
}

.boss-testimonial .box-content .testimonial-item > div {
    text-align: center;
}

.boss-testimonial .box-content .testimonial-item .testimonial-image {
    margin-bottom: 18px;
}

.boss-testimonial .box-content .testimonial-item .testimonial-image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #79c753;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.boss-testimonial .box-content .testimonial-item .testimonial-image img:hover {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 2px solid transparent;
}

.boss-testimonial .box-content .testimonial-item .testimonial-date .time-stamp small {
    font-size: 13px;
    font-weight: 700;
    color: #c5c5c5;
    font-style: italic;
}

.boss-testimonial .box-content .testimonial-item .testimonial-date .time-stamp {
    margin-bottom: 3px;
}

.boss-testimonial .box-content .testimonial-item .testimonial-name {
    font-style: italic;
    line-height: 18px;
    text-transform: capitalize;
    color: #797979;
}

.boss-testimonial .box-content .testimonial-item .testimonial-message {
    background: url('../images/quote.png') no-repeat 0 0;
    margin-bottom: 20px;
}

.boss-testimonial .box-content .testimonial-item .testimonial-message p {
    text-indent: 30px;
    line-height: 25px;
    margin-bottom: 0;
}

.boss-testimonial .box-content {
    text-align: center;
    padding: 30px 20px;
}

.bt-statickblock-learmore {
    position: relative;
    margin-bottom: 50px;
    cursor: pointer;
}

.bt-statickblock-learmore .bt-banner-title {
    position: absolute;
    left: 6%;
    bottom: 22%;
    text-align: left;
}

.bt-statickblock-learmore .bt-banner-title h2 {
    font-size: 36px;
    line-height: 40px;
    color: #79c753;
    margin-bottom: 0;
    text-transform: capitalize;
}

.bt-statickblock-learmore .bt-banner-title p {
    margin: 0;
}

.bt-statickblock-learmore .bt-banner-title p a {
    color: #79c753;
    text-decoration: underline;
    text-transform: capitalize;
    margin-left: 2px;
}

.bt-statickblock-learmore .bt-banner-title p a:hover {
    font-weight: 700;
    text-decoration: underline;
}

.bt-featured-pro {
    position: relative;
    margin-bottom: 50px;
}

.bt-featured-pro .box-content {
    overflow: hidden;
}

.bt-featured-pro .box-content .prev, .bt-featured-pro .box-content .next {
    top: 10px;
}

.bt-featured-pro .box-content .prev {
    right: 35px;
}

.bt-featured-pro .box-content .next {
    right: 10px;
}

.bt-featured-pro .box-content .bt-product-grid {
    margin: 0 -15px;
}

.bt-featured-pro.bt-nprolarge-nslider .box-content .bt-product-grid .bt-item-extra,
.bt-featured-pro.bt-prolarge-nslider .box-content .bt-product-grid .bt-item-extra {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    margin-bottom: 20px;
}

.bt-featured-pro.bt-nprolarge-nslider .box-content .bt-product-grid .element-2,
.bt-featured-pro.bt-prolarge-nslider .box-content .bt-product-grid .element-2 {
    width: 50%;
}

.bt-featured-pro.bt-nprolarge-nslider .box-content .bt-product-grid .element-3,
.bt-featured-pro.bt-prolarge-nslider .box-content .bt-product-grid .element-3 {
    width: 33.33%;
}

.bt-featured-pro.bt-nprolarge-nslider .box-content .bt-product-grid .element-4,
.bt-featured-pro.bt-prolarge-nslider .box-content .bt-product-grid .element-4 {
    width: 25%;
}

.bt-featured-pro.bt-nprolarge-nslider .box-content .bt-product-grid .element-5,
.bt-featured-pro.bt-prolarge-nslider .box-content .bt-product-grid .element-5 {
    width: 20%;
}

.bt-featured-pro .box-content .bt-product-grid .bt-item-extra {
    padding: 0 11px 0 15px;
    margin-top: 5px;
}

.bt-nprolarge-slider .box-content .bt-item-extra .image {
    margin-bottom: 15px;
}

.bt-nprolarge-slider .box-content .bt-item-extra .image img {
    /*width: 100%;*/
    width: 268px;
}

.bt-nprolarge-slider .box-content .bt-item-extra .caption,
.product-layout.product-grid .caption {
    overflow: hidden;
}

.bt-nprolarge-slider .box-content .bt-item-extra .rating,
.product-layout.product-grid .rating, .box-special .box-content .item .caption .rating,
.product-related ul li .relt_product .caption .rating {
    float: right;
    margin-bottom: 25px;
}

.bt-nprolarge-slider .box-content .bt-item-extra .price,
.product-layout.product-grid .price, .box-special .box-content .item .caption .price,
.product-related ul li .relt_product .caption .price {
    float: left;
    margin-bottom: 25px;
}

.bt-featured-pro.bt-prolarge-nslider .box-content .bt-product-grid .element-2 .button-group .btn-cart {
    margin-bottom: 10px;
}

/*featured show product large*/
.bt-featured-pro.bt-prolarge-nslider .box-content > div {
    float: left;
    width: 50%;
}

.bt-featured-pro.bt-prolarge-nslider .box-content .bt-product-large {
    padding-right: 15px;
}

.bt-featured-pro.bt-prolarge-nslider .box-content .bt-product-large .small_detail {
    margin-top: 22px;
}

.bt-featured-pro.bt-prolarge-nslider .box-content .bt-product-large a.thumbnail {
    margin-bottom: 6px;
    padding: 0;
    border: none;
    border-radius: 0;
}

.bt-featured-pro.bt-prolarge-nslider .box-content .bt-product-large ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.bt-featured-pro .image > span {
    background: #ffac34 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
}

.bt-featured-pro .bt-product-large ul li > span {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.bt-featured-pro .bt-product-large + .bt-product-grid .image > span {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 20px;
}

#column-left .boss_homefilter_tabs .product-thumb .button-group,
#column-right .boss_homefilter_tabs .product-thumb .button-group {
    display: none;
}

.bt-product-category .bt-featured-pro.bt-nprolarge-tabs {
    overflow: hidden;
    margin: 0 -15px;
}

.bt-product-category {
    margin-bottom: 50px;
}

.bt-featured-pro .boss-category-pro .product-categories-box {
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 18px 40px;
}

.boss-category-pro .product-layout .product-thumb {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.boss-category-pro .product-layout:hover .product-thumb {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.boss-category-pro .product-layout .product-thumb .btn-quickshop {
    display: none;
}

.bt-featured-pro.bt-nprolarge-tabs h3 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 5px;
}

.bt-featured-pro.bt-nprolarge-tabs h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #79c753;
}

.bt-featured-pro.bt-nprolarge-tabs .bt-product-content .bt-item-extra {
    overflow: hidden;
    padding-bottom: 20px;
}

.bt-featured-pro.bt-nprolarge-tabs .bt-product-content .bt-item-extra {
    border-top: 1px solid #d7d7d7;
    padding-top: 20px;
}

.bt-featured-pro.bt-nprolarge-tabs .bt-product-content .bt-item-extra .product-thumb {
    margin-bottom: 0;
}

.bt-featured-pro.bt-nprolarge-tabs .bt-product-content .bt-items .image {
    float: left;
    margin-right: 20px;
}

.bt-featured-pro.bt-nprolarge-tabs .bt-product-content .bt-items .image img {
    width: 100px;
    height: 100px;
}

.bt-featured-pro.bt-nprolarge-tabs .bt-product-content .bt-items .small_detail {
    overflow: hidden;
    min-width: 50%;
    text-align: left;
}

.bt-featured-pro.bt-nprolarge-tabs .bt-product-content .bt-items .small_detail .caption {
    padding: 0;
}

.bt-featured-pro.bt-nprolarge-tabs .bt-product-content .bt-items .name, .bt-product-content .bt-items .rating {
    margin-bottom: 0;
}

.bt-featured-pro.bt-nprolarge-tabs .bt-product-content .bt-items .price {
    font-size: 15px;
    margin-bottom: 0;
}

.bt-staticblock-college .text-info {
    top: 29%;
}

.bt-staticblock-college .small-text {
    font-size: 15px;
    line-height: 18px;
}

.bt-staticblock-college .small-text.text-2 {
    margin-bottom: 20px;
}

.bt-staticblock-college .large-text {
    font-size: 50px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 15px;
}

.bt-staticblock-college > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 140px solid rgba(0, 0, 0, 0.4);
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
}

.bt-staticblock-college:hover > a:before {
    border: 0 double rgba(0, 0, 0, 0.4);
}

.bt-staticblock-college > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 0.4s linear 0.3s;
    -webkit-transition: all 0.4s linear 0.3s;
    -moz-transition: all 0.4s linear 0.3s;
}

.bt-staticblock-college:hover > a:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.bt-staticblock-college img {
    width: 100%;
}

.bt-staticblock-diet, .bt-staticblock-babyneeds, .bt-staticblock-college {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.bt-staticblock-diet img, .bt-staticblock-babyneeds img {
    width: 100%;
}

.bt-staticblock-diet > a, .bt-staticblock-college > a, .bt-banner-left > a {
    display: block;
    position: relative;
}

.bt-staticblock-diet > a:before, .bt-staticblock-babyneeds > a:before,
.bt-banner-left > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 double rgba(0, 0, 0, 0.4);
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
}

.bt-staticblock-diet:hover > a:before, .bt-staticblock-babyneeds:hover > a:before,
.bt-banner-left:hover > a:before {
    border: 140px solid rgba(0, 0, 0, 0.4);
}

.text-info {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Lato', sans-serif
}

.bt-staticblock-diet .text-info, .bt-staticblock-babyneeds .text-info,
.bt-banner-left .text-info {
    bottom: 30px;
}

.text-info a, .text-info span {
    display: block;
}

.bt-staticblock-diet .text-info .small-text, .bt-staticblock-babyneeds .text-info .small-text,
.bt-banner-left .text-info .small-text {
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    font-style: italic;
    display: inline-block;
    position: relative;
}

.bt-staticblock-diet .text-info .small-text:before, .bt-staticblock-diet .text-info .small-text:after,
.bt-staticblock-babyneeds .text-info .small-text:before, .bt-staticblock-babyneeds .text-info .small-text:after,
.bt-banner-left .text-info .small-text:before, .bt-banner-left .text-info .small-text:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 30px;
    background-color: #fff;
}

.bt-staticblock-diet .text-info .small-text:before,
.bt-staticblock-babyneeds .text-info .small-text:before,
.bt-banner-left .text-info .small-text:before {
    left: -35px;
}

.bt-staticblock-diet .text-info .small-text:after,
.bt-staticblock-babyneeds .text-info .small-text:after,
.bt-banner-left .text-info .small-text:after {
    right: -38px;
}

.bt-staticblock-diet .text-info .large-text,
.bt-staticblock-babyneeds .text-info .large-text,
.bt-banner-left .text-info .large-text {
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.btn-shopnow {
    font-size: 18px;
    line-height: 20px;
    color: #79c753;
    text-decoration: underline;
    text-transform: capitalize;
}

.btn-shopnow:hover {
    font-weight: 700;
    text-decoration: underline;
}

.bt-staticblock-shopnow {
    overflow: hidden;
    margin-bottom: 50px;
}

.bt-staticblock-shopnow > div {
    width: 50%;
    float: left;
}

.bt-staticblock-shopnow .bt-banner-item {
    position: relative;
}

.bt-staticblock-shopnow .bt-item-left {
    padding-right: 15px;
}

.bt-staticblock-shopnow .bt-item-right {
    padding-left: 15px;
}

.bt-staticblock-shopnow .bt-banner-title {
    position: absolute;
}

.bt-staticblock-shopnow .bt-item-left .bt-banner-title {
    left: 35px;
    top: 20px;
    color: #f4721e;
    max-width: 50%;
    text-align: left;
}

.bt-banner-item .bt-banner-title p {
    font-size: 15px;
    line-height: 21px;
}

.bt-item-left .bt-banner-title p {
    font-weight: 700;
    margin: 0;
}

.bt-item-left .bt-banner-title h3 {
    font-size: 40px;
    font-weight: 900;
    line-height: 42px;
    color: #f4721e;
    margin-bottom: 5px;
    text-transform: none;
}

.bt-item-left .bt-banner-title h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 0;
}

.bt-staticblock-shopnow .bt-item-right .bt-banner-title {
    top: 28px;
    left: 0;
    width: 100%;
    text-align: center;
}

.bt-item-right .bt-banner-title h2 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
    color: #8560a8;
    padding-bottom: 2px;
    display: inline-block;
    border-bottom: 2px solid #8560a8;
    margin-bottom: 16px;
}

.bt-item-right .bt-banner-title p {
    color: #282828;
    margin-bottom: 0;
}

.bt-item-right .bt-banner-title p + p {
    margin-bottom: 18px;
}

.bt-staticblock-shopnow .btn-shopnow {
    font-size: 15px;
    line-height: 21px;
}

.bt-staticblock-shopnow img {
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.bt-service {
    margin-bottom: 50px;
}

.bt-service .bt-service-content {
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 25px 24px 30px;
    text-align: center;
}

.bt-service .bt-service-content .bt-service-icon {
    display: block;
    margin-bottom: 30px;
    color: #ef4056;
}

.bt-service .bt-service-content .bt-service-icon:hover {
    color: #4dbeee;
}

.bt-service-icon i {
    font-size: 50px;
}

.bt-service .bt-service-content h2 {
    color: #ef4056;
    line-height: 21px;
    padding: 0 15px;
    margin-bottom: 10px;
}

.bt-service .bt-service-content p {
    margin-bottom: 25px;
}

.bt-service .bt-service-content .btn {
    padding: 8px 28px;
}

.content-left, .content-right {
    margin-bottom: 40px;
}

.content-left ul li a, .content-right ul li a {
    line-height: 1.55em;
}

.content-left ul li ul li, .content-right ul li ul li {
    padding-left: 20px;
}

.buttons {
    overflow: hidden;
}

#content > .panel-default {
    box-shadow: none;
    border-radius: 0;
}

#content > .panel-default + .form-horizontal .form-control {
    /*	width:50%;*/
}

/* Color Style */
#cart .dropdown-menu .cart_bottom .buttons,
.bt-footer-middle .footer-social a:hover,
.popular-cate .box-content .prev:hover,
.popular-cate .box-content .next:hover,
.bt-block-theme-features,
.htabs ul li a:before,
div.jGrowl div.jGrowl-notification .jGrowl-button .buttons,
.box .boss-alphabet ul li a:hover,
.bt-tagcloud .box-content a:hover,
.category-list ul li:hover,
.b_bulk_title,
.article-layout .article-image,
.article-related .content-articles .relt-article .image {
    background-color: #79c753;
}

#search,
.mega-menu > ul.nav > li .dropdown,
.checkout .panel .panel-heading h4.panel-title,
.result-pagination .links .pagination li > a:hover,
.result-pagination .links .pagination li.active > span,
.manufacturer-list,
#top .dropdown-menu,
.mega-menu > ul.nav > li .dropdown .menu-row ul li:hover > .sub_menu,
.bt-staticblock-shipping .bt-staticblock h3:before,
footer h3:before,
.bt-footer-middle .box.boss-recent-post .box-heading span:before,
.box .boss-alphabet ul li a:hover,
.bt-tagcloud .box-content a:hover,
.category-list ul li:hover,
#boss_bulk_order span.ui-corner-all {
    border-color: #79c753;
}

body,
a,
.product-filter .display .btn-list,
.product-filter .display .btn-grid,
.article-filter .display .btn-list,
.article-filter .display .btn-grid,
.box.bt-category .box-content .box-category li a {
    color: #000000
}

a:hover,
a:focus,
.boss-blog-featured .box-content .box-article .article_content .article-detail .article-name a:hover,
.product-filter .display .btn-list:hover,
.product-filter .display .btn-grid:hover,
.product-filter .display .btn-list.active,
.product-filter .display .btn-grid.active,
.category-info h3,
.category-list h4,
.article-filter .display .btn-list:hover,
.article-filter .display .btn-grid:hover,
.article-filter .display .btn-list.active,
.article-filter .display .btn-grid.active,
.article-name a:hover,
.boss_article-detail .article-title .date-post .comment-count,
.comment-item .comment-item-header .comment-by span,
.product-info .price_info .price,
.product-info .price_info .price-new,
#review .box-review p.author span:after,
h1.page-title,
.result-pagination .links .pagination li > a:hover,
.result-pagination .links .pagination li.active > .product-info h2,
.bt-recent-comments .box-content .recent-comment-item .comment-by,
.box.bt-category .box-content .box-category li.active > a,
.box.bt-category .box-content .box-category li:hover > a,
.box.bt-category .box-content .box-category li a.list-group-item.active,
.box.boss_blog-cat .box-content .box-category li.active > a,
.box.bt-category .box-content .box-category li a:hover,
div.jGrowl div.jGrowl-notification div.jGrowl-message h3 a,
div.jGrowl div.jGrowl-notification div.jGrowl-header,
.bt-service .bt-service-content .bt-service-icon:hover {
    color: #fb0206;
}

.boss-blog-featured .box-heading h1,
.bt-featured-pro .box-heading h1,
.bt-product-category .box-heading h1,
.bt-service .box-heading h1 {
    color: #ffffff
}

.boss-blog-featured .box-content .box-article .article_content .article-detail .article-name a,
.article-name a {
    color: #f7941d
}

a.btn-readmore,
.comments .submit-button .btn-submit {
    color: #3c3b48
}

.bt-service .bt-service-content h2,
.bt-service .bt-service-content .bt-service-icon,
.box-special .box-heading h1 {
    color: #e45e5e
}

#top {
    background-color: #f0f0f0
}

header {
    background-color: #f8f8f8
}

#top,
#top a,
.currency .btn,
.language .btn {
    color: #000000
}

#top a:hover,
#top li.dropdown.open > a,
#top .btn-group.open > .btn,
#top .dropdown-menu > li > a:hover,
.currency .btn:hover,
.language .btn:hover,
.currency .dropdown-menu .btn:hover {
    color: #e45e5e
}

#top .dropdown-menu > li > a,
.currency .dropdown-menu .btn {
    color: #434343
}

#top {
    border-color: #eaeaea
}

header {
    border-color: #e4e4e4
}

footer .bt-footer-middle {
    background-color: #232323
}

footer .bt-footer-bottom {
    background-color: #79c753;
}

footer,
footer h3,
footer a {
    color: #ffffff
}

footer a:hover,
.bt-footer-middle .bt-block-footer ul li i {
    color: #79c753;
}

footer .form-control {
    color: #797979
}

.boss_header {
    background-color: #79c753;
}

.mega-menu > ul.nav > li > a:hover,
.mega-menu > ul.nav > li > a:focus,
.mega-menu > ul.nav > li:hover > a {
    background-color: #118acb
}

.navbar .nav > li > a,
.mega-menu ul.nav > li > a {
    color: #ffffff
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.mega-menu > ul.nav > li > a:focus,
.mega-menu ul.nav > li > a:hover {
    color: #ffffff
}

.mega-menu,
.mega-menu a,
.navbar,
.navbar a {
    color: #000000
}

.mega-menu a:hover,
.mega-menu > ul.nav > li .dropdown .menu-column ul.column.product .name a:hover,
.mega-menu > ul.nav > li .dropdown .menu-column .parent,
.navbar a:hover {
    color: #ef4056
}

.name a,
#cart .dropdown-menu .table td.name a {
    color: #333;
    font-weight: bold;
}

.name a:hover,
#cart .dropdown-menu .table td.name a:hover {
    color: #e45e5e
}

.description p {
    color: #000000
}

.price,
#cart .dropdown-menu .cart_bottom table td,
.cart-info .table tbody tr td.product-price,
.cart-info .table tbody tr td.total,
.checkout .table tbody tr td.product-price,
.checkout .table tbody tr td.total,
.cart-total table tr td.right {
    color: #fe1a26
}

.price-new {
    color: #e45e5e
}

.price-old {
    color: #797979
}

.rating i {
    color: #e45e5e
}

.btn,
.btn.btn-gray:hover,
#cart > .btn:hover,
#cart.open > .btn,
.compare-info .btn-cart,
.compare-info .btn-wishlist:hover {
    background-color: #79c753;
}

.btn:hover,
.jGrowl-button .buttons .btn:hover,
.compare-info .btn-cart:hover,
#cart .dropdown-menu .cart_bottom .buttons .btn:hover {
    background-color: #62ad3e;
}

.btn,
.btn.btn-gray:hover,
#cart > .btn:hover,
#cart.open > .btn,
.compare-info .btn-cart,
.compare-info .btn-wishlist:hover {
    color: #ffffff
}

.btn:hover,
.jGrowl-button .buttons .btn:hover,
.compare-info .btn-cart:hover,
#cart .dropdown-menu .cart_bottom .buttons .btn:hover {
    color: #ffffff
}

.btn,
.btn.btn-gray:hover,
#cart > .btn:hover,
#cart.open > .btn,
.compare-info .btn-cart,
.compare-info .btn-wishlist:hover {
    border-color: #79c753;
}

.btn:hover,
.jGrowl-button .buttons .btn:hover,
.compare-info .btn-cart:hover,
#cart .dropdown-menu .cart_bottom .buttons .btn:hover {
    border-color: #62ad3e;
}

.btn.btn-gray,
#cart > .btn,
.jGrowl-button .buttons .btn,
.compare-info .btn-wishlist,
#cart .dropdown-menu .cart_bottom .buttons .btn {
    background-color: #e45e5e;
}

.btn.btn-gray,
#cart > .btn,
.jGrowl-button .buttons .btn,
.compare-info .btn-wishlist,
#cart .dropdown-menu .cart_bottom .buttons .btn {
    color: #ffffff
}

.btn.btn-gray,
#cart > .btn,
.jGrowl-button .buttons .btn,
.compare-info .btn-wishlist,
#cart .dropdown-menu .cart_bottom .buttons .btn {
    border-color: #e45e5e;
}

.box.bt-filter .box-content .list a.title,
.box.account .box-heading,
.register h1,
h1.block-title,
.article-related h1,
.boss_article-detail .product-related h1,
.boss_article-detail .comments h1,
.boss_article-detail + .bt-facecomments h1 {
    color: #303030
}

.breadcrumb a {
    color: #a1a1a1
}

.breadcrumb a:hover,
.breadcrumb li:last-child a {
    color: #79c753;
}

.bt-featured-pro.vaccines .box-heading h1 {
    background-color: #7cb147
}

.bt-featured-pro.cosmetics .box-heading h1 {
    background-color: #f07120
}

.bt-featured-pro.vitamins .box-heading h1 {
    background-color: #855fa8
}

.bt-service .box-heading h1 {
    background-color: #e45e5e
}

.bt-product-category .box-heading h1 {
    background-color: #1cbbb4
}

.product_info_list ul {
    list-style: disc;
    margin-top: 20px;
    padding-left: 18px;
}

.price_info {
    padding-top: 5px;
    padding-bottom: 100px;
}

.product_info_list ul li {
    margin-top: 10px;
}

.drug_contect_padding {
    padding-top: 10px;
}

.page-notfound h2 {
    font-size: 150px;
    font-weight: 900;
    padding-top: 100px;
    color: #79c753;
}

.page-notfound h1 {
    margin-top: -50px;
}

.input-box input, .input-box-comment textarea {
    width: 96% !important;
}

#product_related li {
    border: 1px solid #eeeeee;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 270px !important;
    margin-left: 20px;
}

#product_related li:hover {
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.product-related .caroufredsel_wrapper {
    height: 700px !important;
}

.boss-blog-featured .box-heading h1 {
    background-color: #f7941d
}

h1,
h2,
h3,
.box.boss-recent-post .box-heading span {
    color: #000000
}

.checkout-card {
    background: #fff;
    box-shadow: 0 0 9px 0 rgba(6, 16, 35, 0.11);
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.checkout-card ul li.chechout-title {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
}

.checkout-card ul li {
    margin-bottom: 15px;
    color: #212121;
    font-weight: 500;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 15px;
}

.checkout-card ul li:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.checkout-card ul > li > span {
    width: 30%;
    float: right;
    color: #212121;
    font-weight: 600;
}

ul.chechout-item li img {
    width: 45px;
    margin-right: 20px;
}

.checkout-card ul > li > span {
    width: 30%;
    float: right;
    color: #212121;
    font-weight: 600;
}

ul.chechout-item span {
    margin-top: 11px;
}

span.Subtotal {
    color: #b40d1a !important;
}

.title-bottom-spacing {
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 30px;
}

#countrySelector {
    padding: 5px 20px;
    display: block;
    border-radius: 3px;
    height: 45px;
}

.form-group input {
    border: 1px solid #bdbdbd;
    box-shadow: none;
    padding: 20px 20px;
    display: block;
    border-radius: 3px;
}

small {
    font-size: 15px;
}

.form-control-feedback {
    top: 8px;
}

#map-canvas {
    background-color: #212121;
    height: 515px;
    position: relative;
    z-index: 1;
}

.glyphicon-chevron-left:before {
    content: "\f104";
    font-family: 'FontAwesome';
    color: #000;
    font-size: 70px;
}

.glyphicon-chevron-right:before {
    font-family: 'FontAwesome';
    content: "\f105";
    color: #000;
    font-size: 70px;
}

.carousel-control {
    background-image: linear-gradient(to right, rgb(255 255 255) 0, rgba(0, 0, 0, .0001) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

#boss-image-additional li {
    border: 1px solid #d7d7d7;
    margin-bottom: 3px;
}

.tagItem{
    padding: 0 10px 10px 10px;
}
.tagItem li{
    border: 1px solid #d9d9d9;
    margin: 5px;
    background-color: #fff;
    color: #f4891f;
    transition: 0.3s;
    padding: 0;
}
.tagItem li a{
    padding: 9px 17px!important;
    display: inline-block;
    width: 100%;
}
.tagItem li:hover{
    border: 1px solid #f4891f;
    background-color: #fff;
    color: #fff;
}
.tagItem li a:hover{
    color: #f4891f;
}
.product-section_title {
    margin-bottom: 1em;
    border-bottom: 2px solid #79c753;
    padding-bottom: 12px;
}
.cateliitem {margin-bottom: 20px;padding: 5px;border: 2px solid #e5e5e5;border-radius: 3px;}.cateliitem li{width: 24%;padding: 5px;}.cateliitem li a{font-weight: bold;}.catebrand li{text-align: center;border: 2px solid #ff7572;margin: 5px 5px;}.catebrand li a{width: 100%;display: inline-block;padding: 20px 40px;}.catebrand p{border-bottom: 2px solid rgb(0, 0, 0);margin-left: 5px;font-size: 20px;font-weight: 600;}.cateletter li a{font-size: 20px}.cateletter{margin-bottom: 20px;}
.paysuccess .order_table {
    margin-top: 20px;
}
.order_table {
    margin-bottom: 35px;
}
.checkout_form_right {
    padding: 20px;
}
.paysuccess{position:relative;margin:150px auto 150px}.paysuccess img{width: 70px}.paysuccess dt{position:absolute;top:-35px;left:44%;background-color:#fff;border-radius:50%}.paysuccess dd{border:2px solid #ffa141}.paysuccess .order_table table{overflow:hidden}.successtotal{padding:10px 0;margin:10px 0;background-color:#ffa141;text-align:center}.successtotal h3{color:#fff}.successtotal p{color:#fff;font-weight:bold}.about-nav{border:1px solid #ebebeb;background-color:#fff;margin-bottom:15px}.about-nav .nav-active{background-color:#79c753;color: #fff;    padding: 10px;}.about-nav li{display:inline-block;padding:10px;margin:10px}.about-nav .nav-active a{color:#fff}
#blog .list-group-item:first-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
#blog .list-group-item:last-child{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
#content .product-thumb .image img{
    width: 200px;
    /* height: 200px; */

}
.dl,.dy{
    height: 40px;
    margin: 10px 0px!important;
    font-size: 14px;
    overflow: hidden;
}