@font-face {
    font-family: 'Helvetica Neue';
    src: url('../helveticaneuecyr-medium.html');
    src: local('HelveticaNeue-Medium'), local('Helvetica Neue Medium'),
        url('../eot/helveticaneuecyr-mediumd41d.eot#iefix') format('embedded-opentype'),
        url('../woff/helveticaneuecyr-medium.woff') format('woff'),
        url('../ttf/helveticaneuecyr-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../helveticaneuecyr-bold.html');
    src: local('HelveticaNeue-Bold'),src: local('Helvetica Neue Bold'),
        url('../eot/helveticaneuecyr-boldd41d.eot#iefix') format('embedded-opentype'),
        url('../woff/helveticaneuecyr-bold.woff') format('woff'),
        url('../ttf/helveticaneuecyr-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../helveticaneuecyr-roman.html');
    src: local('HelveticaNeue'), local('Helvetica Neue'),
        url('../eot/helveticaneuecyr-romand41d.eot#iefix') format('embedded-opentype'),
        url('../woff/helveticaneuecyr-roman.woff') format('woff'),
        url('../ttf/helveticaneuecyr-roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@media (min-width: 1200px){
   .container {
    width: 1140px!important;
} 
}

  html{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
*,
*::before,
*::after{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
    
a{
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

a:focus {
    /* outline: thin dotted; */
    outline: none;
}

a:focus, a:hover {
    color: inherit;
}
    
ul, li{
    margin: 0;
    padding: 0;
    /* list-style: none; */
    }

button{
    padding: 0;
    margin: 0;
    }
 

body {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    color: #707070;
    font-size: 14px;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.fa {
    font-size: 14px
}

h1 {
    font-size: 31px;
    line-height: 38px;
    margin-top: 0
}

h2 {
    font-size: 31px;
    color: #140B0B;
    font-weight: bold;
}

h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #393939;
    margin-top: 60px
  }

h4 {
    font-size: 18px;
    /* color: #fff; */
    font-weight: bold;
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14.2px
}

ul {
    margin-bottom: 5px
}
.row-flex{
    -webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}

a:focus,a:hover {
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0;
    border-bottom: 2px solid #eee
}

label {
    font-size: 18px;
    font-weight: 400;
    color: #707070;
}

input[type=color].form-control,input[type=date].form-control,input[type=datetime-local].form-control,input[type=datetime].form-control,input[type=email].form-control,input[type=month].form-control,input[type=number].form-control,input[type=password].form-control,input[type=search].form-control,input[type=tel].form-control,input[type=text].form-control,input[type=time].form-control,input[type=url].form-control,input[type=week].form-control,select.form-control,textarea.form-control {
    font-size: 14px;
    border: 2px solid #f4f4f4;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 40px
}

.input-group.date button.btn.btn-default,.input-group.datetime button.btn.btn-default,.input-group.time button.btn.btn-default {
    border: 2px solid #f4f4f4;
    font-size: 16px;
    border-left: none;
    height: 40px
}

.input-group.date input,.input-group.datetime input,.input-group.time input {
    border-right: none
}

.img-thumbnail {
    border: none;
    border-radius: 0
}

hr {
    border-top: 3px solid #F4F4F4;
}

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

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

span.hidden-lg,span.hidden-md,span.hidden-sm,span.hidden-xs {
    display: inline;
    /* float: right; */
    padding-left: 5px
}

.tab-content>.tab-pane {
    border: 3px solid #F4F4F4;
    border-width: 0 3px 3px 3px;
    padding: 15px;
    margin-bottom: 15px
}

/* div.required .control-label:before {
    content: '* ';
    color: red;
    font-weight: 700
} */

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #139258;
    background-color: #fff
}

.dropdown-menu {
    border: none;
    -webkit-box-shadow: -2px 2px 82px -26px rgba(0,0,0,.25)!important;
    box-shadow: -2px 2px 82px -26px rgba(0,0,0,.25)!important;
    border-radius: 0
}

#product {
    margin-top: 10px
}
#product hr{
    margin-top: 22px;
}

@media screen and (max-width: 420px) {

	#product-product .col-xs-6.col-sm-3 {
		width:100%;
	}
}

#top {
    background-color: #f4f4f4;
    padding: 0;
    margin: 0 0 40px 0;
    min-height: 36px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px
}

#top .container {
    padding: 0 20px
}

#top #form-currency .currency-select,#top #form-language .language-select {
    text-align: left;
    color: #666;
    font-size: 13px;
    padding: 6px 16px
}

#top #form-currency .currency-select:hover,#top #form-language .language-select:hover {
    text-shadow: none;
    text-decoration: none;
    color: #222
}

#top .btn-group>.btn-link,#top-links>ul>li,#top-links>ul>li>a {
    color: #777;
    background: 0 0;
    text-decoration: none;
    font-weight: 400
}

form#form-currency {
    margin-top: 3px
}

#top .btn-group>.btn-link:hover,#top-links>ul>li>a:hover {
    color: #222
}

#top-links .dropdown-menu a {
    text-shadow: none;
    font-size: 13px;
    color: #777;
    padding: 6px 20px
}

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

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

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

#search {
    margin-bottom: 15px;
    width: 100%
}

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

#search .btn-lg {
    color: #222;
    font-size: 15px;
    line-height: 16px;
    padding: 10px 15px;
    text-shadow: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: 0 0;
    border: 2px solid #eee;
    border-left: none
}

.row.pagination-row{
    padding-bottom: 53px;
    border-bottom: 2px solid #F2F2F2;
}

.description p{
    line-height: 20px;
    font-size: 16px;
    color: #656565;
}
.description{
    margin-top: 40px;
    height: 120px;
    overflow: hidden;
    position: relative;
    /*-webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;*/
    transition: height 2s;
}
.description.show{
    height: auto;
transition: height 2s;
    
}



.description a,
#tab-description a{
    color: #139258;
}

.description-btn{
    border: none;
    background: none;
    color: #139258;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    outline: none;
}

.description-btn:active, .description-btn:focus {
    outline: none; 
}

.description>h2,
.description>h3{
    font-size: 25px;
    color: #393939;
    line-height: 30px;
    margin-bottom: 16px;
    margin-top: 0;
}


#product-search #content .product-layout.product-list .product-thumb div:last-child {
    width: 100%
}

#product-search #content .row>.col-md-3.col-sm-6 a#compare-total,#product-search #content .row>.col-md-4.col-xs-6 .form-group.input-group.input-group-sm {
    display: none
}

#product-search #content .row>.col-md-3.col-xs-6 {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end
}

#product-product .product-thumb.transition button:nth-child(1) {
    width: unset
}

#cart.btn-block {
    width: unset
}

#cart>.btn .fa {
    font-size: 22px;
    background: url('../png/cart.png') center center no-repeat;
    width: 28px;
    height: 22px;
}
#cart>.btn .fa:before {
    content: ' ';
}

#cart.open>.btn {
    background-image: none;
    color: #ddd
}

#cart.open>.btn:hover {
    color: #ddd
}

#cart .dropdown-menu {
    z-index: 1001;
    min-width: 350px
}

@media (max-width: 767px) {
    #cart {
        float:none;
        text-align: center;
        display: block
    }

    #cart>.btn {
        float: none;
        padding: 0
    }

    .description-btn{
        margin-bottom: 15px;
    }

}

@media (max-width: 480px) {
    #cart .dropdown-menu {
        min-width:100vw;
        right: -15px;
        margin-top: 0px;
    }
}
#cart .cart_qnt{
    min-width: 36px;
}
#cart .cart_img img{
    min-width: 47px;
}
#cart .dropdown-menu table {
    margin-bottom: 10px
}

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

#cart .dropdown-menu .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff
}

#cart .dropdown-menu .table>tbody>tr>td {
    border-top: none
}

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

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

#cart ul.dropdown-menu.pull-right p.text-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    text-align: center
}

#cart ul.dropdown-menu.pull-right p.text-right a:first-child {
    width: 100%;
    border: 2px solid #ddd;
    padding: 6px 12px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

#cart ul.dropdown-menu.pull-right p.text-right a:first-child:hover {
    background: #fff;
    color: #139258;
    border: 2px solid #139258
}

#cart ul.dropdown-menu.pull-right p.text-right a:last-child {
    width: 100%;
    border: 2px solid #222;
    background: #222;
    color: #fff;
    padding: 6px 12px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

#cart ul.dropdown-menu.pull-right p.text-right a:last-child:hover {
    background: #139258;
    color: #fff;
    border: 2px solid #139258
}

ul.dropdown-menu.pull-right .table-bordered {
    border: none
}

ul.dropdown-menu.pull-right .table-bordered>tbody>tr>td {
    border-bottom: 2px solid #f3f3f3;
    border-right: none;
    border-left: none;
    border-top: none
}

ul.dropdown-menu.pull-right .table-bordered>tbody>tr:last-child td {
    border-bottom: none
}

.table-bordered>tbody>tr:last-child td {
    border-bottom: none
}

.table-hover>tbody>tr:hover {
    background-color: #fafafa
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 2px solid #eee
}



#menu .navbar-collapse {
    padding: 0
}




.nav-tabs>li.active {
    margin-bottom: -4px
}

.nav>li.dropdown:first-child>a {
    padding-left: 0;
}

.nav>li.dropdown:first-child:hover{
    padding-left: 15px;
    background-color: #057944;
    /* transition: all 0.2s linear; */
    margin-left: -15px;
}

/* .nav > li {
    transition: all 0.2s linear;
} */

@media(max-width:992px){
    .nav>li.dropdown:first-child:hover{
        padding-left:10px;
        margin-left: -10px;
    }
}


.nav-tabs {
    border-bottom: 3px solid #F4F4F4;
    font-weight: 700;
    margin-top: 47px;
}

@media(max-width: 410px){
    .nav.nav-tabs li a{
        padding: 3px;
        margin: 0;
    }
}

.product-layout.product-list>.product-thumb{
    max-width: 100%;
}

.product-layout.product-list+.product-list{
    margin-top: 15px;
}

#product-category .col-sm-9 .row>.col-sm-10,#product-category .col-sm-9 .row>.col-sm-2 {
    display: none
}

#product-category .col-sm-9 hr {
    display: none
}

#product-category .col-sm-9 .row>.col-sm-3,#product-category .col-sm-9>h3 {
    display: none
}

#product-category .col-sm-9 .row>.col-md-3.col-sm-6,#product-category .col-sm-9 .row>.col-md-3.col-xs-6 {
    display: none
}

#product-category .sort {
    float: right;
}

@media(max-width:767px){
    #product-category .sort {
        float: left;
        width: 170px;
    }
}

.container-blog .list-group__title>h4{
    padding: 13px 17px 12px;
}

.container-blog .list-group{
    margin-bottom: 0;
}

.container-blog .list-group + .list-group{
    margin-top: 30px;
}

#product-category #content h1{
    font-size: 31px;
    line-height: 38px;
    color: #140B0B;
    font-weight: bold;
    margin-top: -5px;
    margin-bottom: 19px;
}



.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset
}

.col-sm-4 .btn-group {
    margin-bottom: 10px
}

.col-sm-4 .btn-group button:nth-child(1),.col-sm-4 .btn-group button:nth-child(2) {
    border-radius: 30px!important;
    margin-right: 5px;
    padding: 9px 11px
}

@media screen and (max-width: 768px) {
    .product-grid .product-thumb .button-group,.product-thumb.transition .button-group {
        opacity:1!important;
        border: 2px solid;
        margin: 0;
        top: auto;
        bottom: 0;
    }
    /* .product-thumb .button-group{
        position: relative!important;
    } */
    .product-thumb .button-group button:first-child .hidden-xs {
        display: unset!important
    }

    .product-thumb.transition button:nth-child(1) {
        width: 45%
    }
}


@media screen and (max-width: 1200px) {
    .product-thumb .button-group button:first-child .hidden-md,.product-thumb .button-group button:first-child .hidden-sm,.product-thumb .button-group button:first-child .hidden-xs {
        display:unset!important
    }

    .product-thumb.transition button:nth-child(1) {
        width: auto
    }

    .product-grid .product-thumb .button-group button:first-child .hidden-md,.product-grid .product-thumb .button-group button:first-child .hidden-sm,.product-grid .product-thumb .button-group button:first-child .hidden-xs {
        display: unset!important
    }

    .product-grid .product-thumb.transition button:nth-child(1) {
        width: 45%!important
    }
}

.product-list .product-thumb .button-group {
    visibility: visible;
    opacity: 1;
    bottom: 0;
    position: relative;
    width: 100%
}

.product-list .product-thumb:hover .button-group {
    bottom: 0
}

.product-list .product-thumb .button-group {
    opacity: 1;
    bottom: 0;
    position: relative;
    width: 100%
}

.product-list .product-thumb button:nth-child(1) {
    padding: 6px 12px;
    background: #fff;
    margin-right: auto
}

.product-list .product-thumb button:focus:nth-child(1) {
    outline: 0
}

.product-list .product-thumb button:nth-child(1):hover {
    color: #139258!important
}

.product-list .product-thumb:hover button:nth-child(1) {
    background: 0 0;
    color: #222;
    margin-right: auto
}

.product-list .product-thumb button:nth-child(2) {
    padding: 5px 10px;
    border-radius: 30px;
    width: auto;
    background: #fff
}

.product-list .product-thumb button:nth-child(2):hover {
    border: 2px solid #f68872
}

.product-list .product-thumb:hover button:nth-child(3) {
    padding: 5px 10px;
    border-radius: 30px;
    width: auto;
    color: #222;
    background: #fff
}

.product-list .product-thumb:hover button:nth-child(3):hover {
    color: #fff;
    background: #222
}

.product-list .product-thumb button:nth-child(3) {
    background: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    width: auto
}

.product-list .caption h4{
    margin-top: 0;
}

.product-grid .product-thumb button:nth-child(1) {
    line-height: 38px;
    background: #fff;
    margin-right: auto
}

.product-grid .product-thumb button:focus:nth-child(1) {
    outline: 0
}

.product-grid .product-thumb button:nth-child(1):hover {
    color: #139258 !important;
}

.product-grid .product-thumb:hover button:nth-child(1) {
    background: 0 0;
    color: #222;
    margin-right: auto
}

@media screen and (max-width: 600px) {
    .product-grid .product-thumb:hover button:nth-child(1) .hidden-xs {
        display:block
    }
}

@media screen and (max-width: 768px) {
    .product-grid .product-thumb button:nth-child(1) {
        width:45%;
        text-align: left;
        margin-left: 5px
    }
}

.product-grid .product-thumb button:nth-child(2) {
    padding: 5px 10px;
    border-radius: 30px;
    width: auto;
    background: #fff
}

.product-grid .product-thumb:hover button:nth-child(3) {
    padding: 5px 10px;
    border-radius: 30px;
    width: auto;
    color: #222;
    background: #fff
}

.product-grid .product-thumb:hover button:nth-child(3):hover {
    color: #fff;
    background: #222
}

.product-grid .product-thumb button:nth-child(3) {
    background: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    width: auto
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    border: 3px solid #F4F4F4;
    border-bottom-color: transparent;
    outline: none;
}

.nav-tabs>li>a {
    border-radius: 0;
    color: #999
}

.nav>li>a:focus,.nav>li>a:hover {
    border-color: #fff;
    background-color: #fff;
    color: #999
}

.product-thumb.transition button:nth-child(1) {
    line-height: 38px;
    background: #fff;
    margin-right: auto;
    text-align: left;
    margin-left: 5px
}

.product-thumb.transition button:focus:nth-child(1) {
    outline: 0
}

.product-thumb.transition button:nth-child(1):hover {
    color: #139258 !important;
}

.product-thumb.transition:hover button:nth-child(1) {
    background: 0 0;
    color: #222;
    margin-right: auto
}

.product-thumb.transition button:nth-child(2) {
    padding: 5px 10px;
    border-radius: 30px;
    width: auto;
    background: #fff
}

.product-thumb.transition:hover button:nth-child(3) {
    padding: 5px 10px;
    border-radius: 30px;
    width: auto;
    color: #222;
    background: #fff
}

.product-thumb.transition:hover button:nth-child(3):hover {
    color: #fff;
    background: #222
}

.product-thumb.transition button:nth-child(3) {
    background: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    width: auto
}

#menu .dropdown-menu {
    padding: 10px 5px
}

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

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

#menu .dropdown-inner a {
    display: block;
    padding: 5px 5px;
    clear: both;
    line-height: 20px;
    color: #393939;
    font-size: 13px;
    
}

#menu .dropdown-inner a:hover {
    color: #000;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.open>.dropdown-menu {
    display: block;
    width: 100%;
}

#menu .see-all {
    display: none
}

#menu .see-all:focus,#menu .see-all:hover {
    text-decoration: none;
    color: #fff;
    background-color: #dcdcdc
}



#menu .btn-navbar.disabled,#menu .btn-navbar:active,#menu .btn-navbar:focus,#menu .btn-navbar:hover,#menu .btn-navbar[disabled] {
    color: #fff;
}

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

    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed
    }
}

div#top-links>ul.list-inline>li:first-child {
    display: none
}

div#top-links ul li:nth-child(4) {
    display: none
}

#checkout-cart h1:first-child {
    margin-bottom: 15px
}

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


@media (max-width: 992px) {
    /* .col-sm-3 .list-group {
        padding:10px
    } */

    .col-sm-3 .list-group a {
        padding: 5px;
        font-size: 12px
    }

    .product-layout.product-grid .button-group button{
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

div#content.col-sm-9 .row .col-sm-3 {
    width: 100%
}

div#content.col-sm-12 .col-sm-4 .btn-group button:last-child {
    display: none
}

/* div#content.col-sm-9 .row {
    margin-bottom: 5px
} */

div#content.col-sm-9 .row ul {
    list-style: none;
    padding-left: 0
}

#content .pagination li a {
    color: #888;
    margin-right: 10px;
    font-size: 12px;
    padding: 5px 12px;
    margin-bottom: 10px;
}

div#content.col-sm-9 .row ul li a:hover {
    color: #222
}

.table-bordered {
    border: 2px solid #eee
}

.panel-default>.panel-heading {
    border-color: #f5f5f5
}

.panel-group .panel {
    border-radius: 0
}

.panel {
    border: 2px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5
}


.alert {
    padding: 8px 14px 8px 14px;
    border-radius: 0;
    border: none
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: 1px;
    right: -3px;
    color: inherit
}
header + .alert {
    margin-bottom: 0px!important;
}
.breadcrumb {
    margin: 13px 0 33px 0;
    padding: 0;
    background: 0 0
}

.breadcrumb i {
    font-size: 15px
}

.breadcrumb>li {
    /* text-shadow: 0 1px 0 #fff; */
    padding: 0 7px;
    position: relative;
    white-space: nowrap
}

.breadcrumb>li:first-child {
    padding-left: 0
}

.breadcrumb>li:last-child::after {
    display: none;
}

.breadcrumb>li:last-child a{
    opacity: 1;
}


.breadcrumb>li a {
    color: #505050;
    opacity: 0.6;
    font-size: 13px;
}

.breadcrumb.breadcrumb-blog>li a {
    color: #fff;
}

.breadcrumb>li a:hover {
    opacity: 1;
}

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

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -3px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #505050;
    border-bottom: 1px solid #505050;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    opacity: 0.4;
}

.breadcrumb.breadcrumb-blog>li:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.pagination {
    margin: 0
}

.pagination li{
    outline: none;
}

.pagination li.active span{
    background-color: #139258;
    padding: 5px 12px;
    font-size: 12px;
    margin-right: 10px;
}


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #139258;
    border-color: #139258;
}

.buttons {
    margin: 1em 0
}

.btn {
    padding: 7px 16px;
    font-size: 14px;
    border: none;
    border-radius: 0
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

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

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

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

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

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

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

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

.btn-default {
    color: #777;
    border: 2px solid #eee;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.btn-default:hover {
    color: #139258;
    border-color: #139258
}

.btn-default.active,.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.btn-default:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
    background-color: transparent
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: 0
}

.btn-primary {
    color: #fff;
    background-color: #139258;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

/* .btn-primary.active,.btn-primary.disabled,.btn-primary:active,.btn-primary:hover,.btn-primary[disabled] {
    background-color: #f68872
} */

/* #button-cart:hover{
    background-color: #139258;
    font-size: 17px;
    transition: all 0.3s linear;

} */

.btn-primary:hover {
    color: #fff;
    background-color: #139258;
    border-color: #139258;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #139258;
    border-color: #139258;
}

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

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

.btn-danger {
    line-height: 26px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #da4f49
}

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

.btn-success {
    line-height: 26px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #5bb75b
}

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

.btn-info {
    line-height: 26px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #df5c39
}

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

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #ddd;
    border-radius: 0
}

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

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #363636
}

.btn-inverse.active,.btn-inverse.disabled,.btn-inverse:active,.btn-inverse:hover,.btn-inverse[disabled] {
    background-color: #222
}

a.list-group-item {
    border: none;
    padding: 9px 0;
    font-size: 16px;
    color: #717171;
    cursor: pointer;
}

a.list-group-item.medium{
    font-weight: 500;
    padding: 0;
    line-height: 40px;
    border-bottom: 3px solid #F4F4F4;
    padding-top: 14px;
    padding-bottom: 1px;

}

.list-group-filter{
    margin-bottom: 43px;
}

.list-group__items.filters>.list-group-item.medium:first-child{
    padding-top: 0;
}

a.list-group-item.medium::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 18px;
    right: 2px;
    width: 9px;
    height: 9px;
    border-right: 1px solid #505050;
    border-bottom: 1px solid #505050;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    opacity: 0.4;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a.list-group-item.medium.active::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 18px;
    right: 2px;
    width: 9px;
    height: 9px;
    border-right: 1px solid #505050;
    border-bottom: 1px solid #505050;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    opacity: 0.4;
}

.list-group-box {
    display: none;
}

.list-group-box .checkbox-input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.checkbox-input:checked{
    background-color: #139258;
}


span.check-box{
    width: 16px;
    height: 16px;
    border: 1px solid #707070;
    background-color: #fff;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;

}

.checkbox-input:checked + .check-box::after{
    opacity: 1;
}

.checkbox-input:checked + .check-box{
    background-color: #139258;
    border: 1px solid #139258;
}

.list-group-box .checkbox label{
    padding-left: 25px;
}

.check-box::after{
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: -2px;
    left: 1px;
    z-index: 2;
    font-size: 13px;
    color: #fff;
    opacity: 0;
}

#button-filter{
    margin-top: 10px;
    margin-bottom: 4px;
}

.list-group-item.medium.active + .list-group-box{
    display: block;
}

.list-group a.active,.list-group a.active:hover,.list-group a:hover {
    color: #222;
    background: #fff
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #222;
    background-color: transparent;
    border-color: transparent;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #222;
    text-decoration: none;
    background-color: transparent;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #139258;
    border-color: #139258;
}

.button-group button{
    outline: none;
}

.list-group-item:first-child,.list-group-item:last-child {
    border-radius: 0
}

.list-group__items {
    border: 2px solid #F4F4F4;
    padding: 10px 22px;
}

.list-group__items.filters{
    border: 2px solid #F4F4F4;
    padding: 6px 16px;
}

.list-group__title>h4{
    margin: 0 auto;
    padding: 9px 17px 9px;
    line-height: 23px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.list-group__title{
    background-color: #139258;
}

@media(max-width:1200px){
    .list-group__items {
        padding: 10px;
    }

    .product-layout.product-grid .product-thumb{
        max-width: 200px;
    }

    .product-layout.product-grid .product-thumb .image{
        max-width: 200px;
    }

}

.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000
}

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

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

#carousel0 {
    margin-top: 20px
}

#carousel0 img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    display: inline-block
}

.product-thumb {
    max-width: 255px;
    position: relative;
    margin: 0 auto;
}

@media(max-width: 768px){
    .product-thumb {
        min-height: 400px;
    }

    .product-list  .product-thumb {
        min-height: 100%;
    }
}

.product-layout.product-grid{
    margin-bottom: 40px;
}

.product-thumb h4 {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis
}

#latest .row,
#product__category .row,
#related .row{
    margin-left: 0;
    margin-right: 0;
}

#related{
    margin-bottom: 24px;
}

#latest .product-thumb .rating {
    margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
    .product-list .product-thumb h4 {
        white-space:unset
    }
}

.product-thumb .image {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.product-thumb .image a{
    border: 1px solid #EAEAEA;
}
.product-thumb .brand-img{
    position: absolute;
    top: 12px;
    right: 13px;
    z-index: 0;
}

/* .product-thumb .image a {
    display: block;
    width: 173px;
    height: 173px;
} */

.product-thumb .image a:hover {
    opacity: .8
}

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

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

@media(max-width: 1200px){
    .product-thumb {
        max-width: 215px;
    }

    .product-thumb .image {
        width: 215px;
        height: 215px;
    }


}


.product-thumb .caption {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #707070;
    text-transform: none;
}

.product-layout.product-list .caption{
    padding: 15px;
}


.caption>h4>a{
    white-space: normal
}
  

.product-thumb .caption>p {
    display: none
}

.product-thumb .caption>p.price {
    display: block;
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 1;
}

.product-list .product-thumb .caption {
    text-align: left;
    padding-top: 0;

}

.product-layout.product-list .product-thumb:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row
}

@media (max-width: 500px) {
    .product-layout.product-list .product-thumb:last-child {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column
    }
    .product-layout.product-list .image{
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }

}

.product-list .product-thumb .rating {
    margin-bottom: 0;
}

.rating .fa {
    font-size: 16px;
}


@media (max-width: 991px){
    .product-thumb .rating {
        margin-bottom: 10px;
    }

    
    #content.col-sm-9 {
        width: 65%;
    }

    #column-left{
        width: 35%;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height:0;
        margin-left: 0
    }

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

    #content.col-sm-9 {
        width: 100%;
    }

}

.col-sm-4 .rating .fa-stack {
    height: 27px;
    width: 20px;
    margin-top: -10px;
}

.caption .rating .fa-stack {
    /* font-size: 7px */
    height: 27px;
    width: 13px;
}

.caption .rating .fa-star::before {
    content: "\f005";
    color: #139258;
    position: relative;
}

#review .fa-star-o::before {
    content: "\f006";
    font-size: 21px;
    color: #707070;
  }

  #review .fa{
    font-size: 10px;
  }
  
  .rating .fa-star + .fa-star-o {
    color: #139258;;
  }

 .col-sm-4 .rating .fa-star-o {
    font-size: 21px;
    width: 23px;
    height: 20px;
}

/* .rating .fa-star {
    color: #ddd;
    font-size: 15px
} */

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

h2.price {
    margin: 0
}

.product-thumb .price {
    color: #707070;
}

.product-thumb h4 a{
    color: #707070;
    font-size: 16px;
    font-weight: 500;
  }

  .product-thumb h4{
    min-height: 34px;
  }

.product-list .product-thumb h4{
    min-height: auto;
  }

.product-thumb .price-new {
    font-weight: 600;
    color: #e32c2b
}

#product-product .price-new{
    font-weight: 600;
    color: #e32c2b;
    font-size: 18px;
    line-height: 30px;
}

.product-thumb .price-old {
    color: #aaa;
    text-decoration: line-through;
    margin-left: 10px
}

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

.product-thumb .button-group {
    overflow: hidden;
    visibility: visible;
    width: 100%;
    opacity: 0;
    -webkit-transition: bottom .5s ease 0s,opacity .5s;
    -o-transition: bottom .5s ease 0s,opacity .5s;
    transition: bottom .5s ease 0s,opacity .5s;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 253px;
    margin: 5px auto 15px;
    padding: 0 15px;
    top: 0;
    left: 1px;
    position: absolute;
}

@media(max-width: 1200px){
    .product-thumb .button-group {
        max-width: 213px;
    }
}

.product-thumb .button-group button:last-child {
    display: none
}

.product-thumb:hover .button-group {
    -webkit-transition: bottom .5s ease 0s,opacity .5s;
    -o-transition: bottom .5s ease 0s,opacity .5s;
    transition: bottom .5s ease 0s,opacity .5s;
    opacity: 1;
    
}

.product-thumb:hover .button-group {
    visibility: visible
}

.product-list .product-thumb .button-group {
    visibility: visible;
    max-width: 100%;
    margin-top: 15px
}

@media(max-width: 480px){
    .product-list .product-thumb .button-group {
        margin-top: 0
    }

    .product-layout.product-list .caption {
        padding: 0 15px;
    }

    #product-category .col-sm-9 .row > .col-md-4.col-xs-6 {
        float: none;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .product-layout.product-grid{
        width: 100%;
    }
}

.product-list .product-thumb .button-group button {
    border: 2px solid;
    width: unset
}

.product-list .product-thumb .caption>p {
    display: block
}

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

    .product-layout.product-list .product-thumb .image {
        padding-right: 15px
    }
}

.product-layout.product-list .product-thumb .image {
    max-width: 290px;
    min-width: 160px
}

.product-layout.product-list .product-thumb div:nth-child(2) {
    width: 100%
}

.product-thumb .button-group button {
    border: none;
    color: #222;
    font-weight: 700
}

.product-thumb .button-group button+button {
    width: 20%
}

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

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

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

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

.thumbnails {
    margin-left: -20px
}

.thumbnails>img {
    width: 100%
}


.thumbnails .image-additional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.thumbnail {
    padding: 0;
    border: none;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),#content .col-lg-3:nth-child(4n+1),#content .col-lg-4:nth-child(3n+1),#content .col-lg-6:nth-child(2n+1) {
        clear:left
    }
}

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

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

@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%
    }
}

.well {
    background-color: transparent;
    border: 2px solid #eee;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none
}

.well>h2 {
    margin-top: 0
}

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

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

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

.side-col {
    float: left;
    clear: both;
    display: block;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 1rem 0 1.5rem;
    background-color: #f1f1f1;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    text-align: center;
    min-height: 250px
}

.side-col .button a {
    margin: 1rem auto .4rem;
    background: #f1f1f1;
    color: #555;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-family: Raleway,sans-serif;
    font-size: 1.3rem;
    letter-spacing: .5px
}

.nopad {
    padding: 0
}

.infobox {
    padding: 15px;
    background: #fff
}

.msidebar {
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding: 1em;
    margin-top: 6px;
    text-align: center
}

.infobox .alignleft {
    font-size: 21px;
    margin: 6px 10px 30px 0
}

.alignleft,img.alignleft {
    /* float: left; */
    margin: 6px 20px 6px 0;
    display: inline;
    border: 0;
    background: 0 0;
    padding: 0;
    display: block
}

.infobox h4 {
    padding: 0 0 5px;
    margin: 0;
    font-weight: 600;
    font-size: 15px
}

.responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%
}

.banner-1 a {
    text-decoration: underline;
    color: #fff
}

.banner-1 p {
    margin: 0
}

.banner-1 {
    background: #25211e;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
    line-height: 26px;
    padding: 12px 0
}

.banner-2 {
    position: relative;
    margin: 0 -15px 95px;
    background: url(../banner2.html) center/cover;
    text-align: center;
    padding: 100px 0
}

.banner-2 .text-content {
    font-size: 16px;
    color: #fff
}

.banner-2 .text-content a:hover {
    background: rgba(189,176,147,.7)
}

.banner-2 .text-content a {
    border: 1px solid #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px;
    color: #fff;
    margin: 0
}

.banner-2 .text-content p {
    font-size: 100.1%;
    line-height: 28px;
    margin: 0 0 50px
}

.banner-2 .text-content h1 {
    font-size: 225%;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 35px
}

.banner-3 a {
    text-decoration: underline;
    color: #fff
}

.banner-3 p {
    margin: 0
}

.banner-3 {
    margin: 0 -15px -30px;
    background: #222;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
    line-height: 26px;
    padding: 12px 0
}

.item:hover .p-grid-over,.product-grid:hover .p-grid-over {
    opacity: .25
}

.ntcd-textual {
    background-color: #f6f6f6;
    border-color: #bce8f1;
    color: #214c61;
    padding: 10px;
    text-align: center;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 3px
}

.swiper-viewport {
    -webkit-box-shadow: unset!important;
            box-shadow: unset!important
}

.form-group.input-group.input-group-sm{
    margin-top: -5px;
    position: relative;
    width: 100%;
    margin-bottom: 22px;
}

.form-group.input-group.input-group-sm .input-group-addon {
    background: 0 0;
    border: none;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 12px 10px 7px;
}

.input-group-sm>.form-control {
    border-radius: 0!important;
    height: 40px!important
}

.btn.active,.btn:active {
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important
}

#grid-view .fa,#list-view .fa {
    font-size: 18px
}

#list-view{
    padding: 0 19px;
}

#grid-view{
    padding: 0;
}

#grid-view,#list-view {
    border: none
}

#input-limit,#input-sort {
    border-width: 2px;
    font-size: 15px;
    border: none
}

select#input-sort {
    width: 100%;
    min-width: 170px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
}

#input-limit{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group.input-group.input-group-sm.quantity{
    width: 110px;
    margin-left: auto;
}

.quantity::before{
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    right: 5px;
    z-index: 3;
    font-size: 10px;
    pointer-events: none;
}

#product-category .form-group.input-group.input-group-sm::after{
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    right: 20px;
    z-index: 2;
    font-size: 10px;
    pointer-events: none;

}

#product-manufacturer .form-group.sort::after{
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    right: 20px;
    z-index: 2;
    font-size: 10px;
    pointer-events: none;

}
#product-manufacturer .form-group.sort{
    width: 170px;
}
#product-manufacturer .form-group.show-quantity{
    position: relative;
    width: 135px;
    float: right;
}


#product-manufacturer .form-group.show-quantity::after{
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    right: 20px;
    z-index: 2;
    font-size: 10px;
    pointer-events: none;

}

#product-manufacturer .row-pagination{
    margin-top: 20px;
}

.filter-blog .form-group.input-group.input-group-sm::after {
    display: none;
}

select#input-sort:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

select#input-limit {
    width: auto
}

select#input-limit:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}


/***************************** product */

#product-product .control-label{
    margin-bottom: 8px;
    font-size: 15px;
}


#product-product h1{
    font-size: 31px;
    line-height: 38px;
    margin-top: -8px;
    color: #140B0B;
    font-weight: 600;
}

#product-product h2{
    font-size: 25px;
    color: #707070;
    font-weight: normal;
    margin-top: 14px;
}

#product-product .thumbnails{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.additional-images{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 23px;
    width: 107px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.additional-images .image-additional{
    width: 107px;
    margin-bottom: 20px;
}


.form-group.required{
    position: relative;
    margin-bottom: 21px;
}


#product .form-group.required::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 20px;
    z-index: 2;
    font-size: 10px;
    pointer-events: none;
    background-image: url(../svg/arrow-back.svg);
    width: 11px;
    height: 7px;
}

#product .form-group.required select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 46px;
    cursor: pointer;
    font-size: 15px;
}

#input-quantity{
    height: 46px;
}

#product-product .thumbnails{
    margin-left: 0;
}

.main-image .thumbnail{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-image{
    position: relative;
}

.img-brand{
    position: absolute;
    top: 21px;
    right: 31px;
    z-index: 2;
}


#button-cart{
    height: 55px;
    margin-top: 8px;
    font-size: 14px;
    color: #FAFAFA;
    font-weight: 500;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #139258;
    border-color: #139258;
}

#product{
    margin-bottom: 32px;
}

#product-product .fa.fa-stack:not(#related .fa.fa-stack){
    width: 20px;
    height: 21px;
    line-height: 20px;
}

#product-product .rating-reviews-string{
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 3px solid #F4F4F4;
}

.review-string{
    margin-left: 13px;
    display: inline;
}


#product-product .rating a{
    font-size: 16px;
    color: #707070;
}


#product-product .rating .fa-star:not(#related .rating .fa-star) {
    color: #139258;
    font-size: 21px;
    position: relative;
    z-index: 2;
}

#product-product .rating .fa-star-o:not(#related .rating .fa-star-o) {
    font-size: 21px;
}

#tab-description p{
    font-size: 13px;
    line-height: 24px;
    color: #393939;
}

#tab-description h2,
#tab-description h3{
    color: #393939;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 0;
}

#tab-description li{
    font-size: 13px;
    line-height: 24px;
    color: #393939;
    margin-left: 15px;
    list-style: circle;
}

.form-control:focus {
    border-color: #139258;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


#review .fa-star::before {
    content: "\f005";
    font-size: 21px;
    color: #139258;
    z-index: 5;
    position: relative;
}

.list-unstyled {
    font-size: 16px;
    color: #393939;
    line-height: 24px;
}

#tab-review h2{
    font-size: 18px;
}

#tab-review .control-label{
    font-size: 16px;
}

#compare-total{
    font-size: 15px;
    font-weight: bold;
    color: #555;
}
#compare-total:hover{
    text-decoration: none;
}


@media(max-width:1200px){
    #product-product .thumbnails {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .additional-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
        margin-top: 40px;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .additional-images .image-additional {
        margin-bottom: 0;
        margin-right: 30px;
    }


    .main-image .thumbnail img {
        margin: 0;
    }

    .col-sm-4 .rating a {
        font-size: 14px;
    }

    .col-sm-4 .rating span + a {
        margin-left: 8px;
    }

    .review-string {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }

    #product-product .rating-reviews-string {
        margin-bottom: 15px;
        padding-top: 15px;
    }

    #product-product .rating hr{
        margin-top: 15px;
        margin-bottom: 15px;
    }
 
}

@media(max-width:991px){
    .nav-tabs {
        margin-top: -50px;
    }
    #compare-total {
        float: right;
        margin-bottom: 10px;
    }
}


@media(max-width:767px){
    #product-product .thumbnails {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .additional-images {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

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

    .tab-content>.tab-pane {
        padding: 5px;
    }

    #related {
        margin-bottom: 0;
    }

    #compare-total {
        float: left;
        padding: 7px;
    }

    #product-manufacturer .form-group.show-quantity {
        float: left;
    }

    #product-manufacturer .form-group.sort {
        margin-bottom: 8px;
    }

}


/***************************** BLOG */

#column-right .search-blog{
    font-size: 14px;
    line-height: 16px;
    color: #707070;
    padding: 15px 19px;
    margin-bottom: 27px;
    height: 46px;
}

.search-blog-box{
    position: relative;
}

.search-blog-box .dropdown-menu{
    padding: 15px 20px;
}

.search-blog-box .dropdown-menu a:hover{
    color: #222;
}


.search-blog-btn::after{
    content: "";
    position: absolute;
    top: 12px;
    right: 14px;
    width: 21px;
    height: 21px;
    background-image: url("../svg/loupe.svg");
    background-repeat: no-repeat;
}

#column-right .list-group__items {
    padding: 5px 22px 20px;
}

.blog-post-content{
    font-size: 16px;
    line-height: 20px;
    color: #707070;  
    padding-bottom: 30px;
    border-bottom: 2px solid #F2F2F2;

}

.post-inform{
    font-size: 16px;
    line-height: 19px;
    color: #393939;
    font-weight: 500;
    padding-top: 20px;
}

.blog-top{
    background-size: cover;
    width: 100%;
    min-height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 48px;
    position: relative;
}

.blog-top::before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0.18;
}

.blog-top .container{
    position: relative;
}

.blog-top .title-blog{
    font-size: 40px;
    line-height: 49px;
    color: #fff;
    margin-top: 89px;
}

.blog-post-content img{
    /* width: 100%!important; */
    max-width: 100%!important;
    height: auto;
}

.post-inform span::after{
    content: "|";
    position: relative;
    margin: 0 5px;
}

.post-inform span:last-child::after{
    display: none;
}

@media (max-width: 768px){
    .posts-row .product-thumb {
        min-height: 100%;
    }
}


/*****************************LATEST BLOG */

.blog-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 36px;
    align-items: stretch;
}

.blog-box h4{
    margin-top: 0;
    margin-bottom: 13px;
}

.bg-blog{
    margin-top: 79px;
    padding: 84px 0;
    width: 100%;
    background: #F7F7F7;
    height: 100%;
}

.blog-part-big{
    width: 60%;
    max-width: 593px;
    background: #fff;
}

.blog-part-small{
    width: 40%;
    max-width: 415px;
    height: 100%;
 
}
/*.blog-small-item{
        background-position: center center;
     background-repeat: no-repeat; 
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     height: 311px;
}*/

.blog-inform{
    background: #fff;
    padding: 37px 42px 39px 39px;
}

.blog-part .image>a{
    display: block;
}

.blog-part-big h4{
    font-size: 22px;
    line-height: 27px;
    color: #393939;
}

.blog-part-big p{
    font-size: 16px;
    line-height: 24px;
    color: #717171;
    margin-bottom: 16px;
}

.blog-part-big .blog-read-more {
    margin-left: 5px;
}

.blog-read-more{
    font-size: 14px;
    line-height: 17px;
    color: #139258;
    border: 2px solid #139258;
    padding: 9px 18px 8px;
    font-weight: 500;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-read-more:hover{
    color: #fff;
    background-color: #139258;
}

.blog-small-item{
    position: relative;
    overflow: hidden;
    height: 311px;
}

.blog-small-item .caption{
    position: absolute;
    bottom: 19px;
    left: 15px;
    z-index: 3;
    padding: 10px;
}
.blog-part{
      display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
           -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.blog-small-item .caption>h4{
    font-size: 22px;
    line-height: 27px;
    color: #fff;
}


.blog-small-item .image::after{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #139258;
    opacity: 0;
    position: absolute;
    transition: all 0.3s linear;
}

.blog-small-item:hover .image::after{
    opacity: 0.9;
    transition: all 0.3s linear;
}

.blog-small-item .image::before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000B5), to(#54545415));
    background: -o-linear-gradient(bottom, #000000B5, #54545415);
    background: linear-gradient(to top, #000000B5, #54545415);
    position: absolute;
    opacity: 0.5;
}

/* .blog-small-item:first-child .blog-read-more{
    border-color: #fff;
} */

.blog-small-item .blog-read-more{
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.blog-small-item .blog-read-more:hover {
    background-color: #fff;
    color: #139258;
}

.blog-small-item + .blog-small-item {
    margin-top: 31px;
}

.blog-image{
    margin: 0 auto;
}

@media(max-width: 1200px){
    .blog-part + .blog-part{
        margin-left: 30px;
    }
}

@media(max-width: 991px){
    .bg-blog {
        margin-top: 40px;
        padding: 40px 0;
    }

    .blog-read-more {
        font-size: 14px;
        line-height: 17px;
        padding: 5px 10px;
        margin-top: 10px;
    }

    .blog-box {
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog-part-big{
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .blog-part-small{
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .blog-part + .blog-part {
        margin-left: 0;
    }

    .blog-small-item{
        width: 50%;
    }

    .blog-small-item + .blog-small-item {
        margin-top: 0;
        margin-left: 15px;
    }
}

@media (max-width: 576px){
    .blog-part-small {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .blog-small-item + .blog-small-item {
        margin-left: 0;
        margin-top: 15px;
    }

    .blog-small-item {
        width: 100%;
    }
    .blog-small-item .caption>h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .blog-inform{
        padding: 15px;
    }
    
}
.description_collapsed:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 82px;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
    content: "";
}
.container-blog .product-thumb .image{
    overflow: hidden;
}

.menu__user-panel, #logo_top, #btn-search {
    display: none;
}
.menu-bot-mobile {
    display: none!important;
}
#menu .nav > li button {
    display: none;
}
.mfp-hide {
    display: none;
}


@media (max-width: 767px) {
    header {
  background: url('../jpg/header-bg.jpg') 70% 0 no-repeat!important;
  background-size: 300%!important;

}
    .menu-bot-mobile {
        display: block!important;
    }
        header {
        position: relative;
        z-index: 99;
    }
    .header__user-panel {
        display: none!important;
    }

    header > .header__top-search {
        position: absolute!important;
        top: 130px;
        left: 0;
        width: 100%;
        background: #fff!important;
        display: none;
    }
    header > .header__top-search #logo {
        display: none;
    }
    .header__search-box {
        height: auto!important;
    }
    #search .form-control.input-lg {
        width: 100%!important;
        margin-top: 5px;
    }
    .header__top-search {
        width: 100%!important;
    }
    .header__top-inner {
        width: 50%; 
        float: right; 
            -webkit-box-align: flex-end!important;
    -ms-flex-align: flex-end!important;
    align-items: flex-end!important;
        margin-top: 0!important;
    }
    .header__top-inform {
        text-align: right;
    }
    #logo_top {
        width: 50%; 
        float: left; 
        display: block;
        padding-top: 6px;
    }
    #logo_top img {
        max-width: 100%;
        height: auto;
        display: block;
    }
    #menu .btn-navbar {
        font-size: 26px;
        border: 0!important;
        border-radius: 0;
    }
    #menu .btn-navbar i {
        font-size: 24px;
    }
    #menu .in {
        border: 0!important;
        background: #067844;
    }
    #menu {
        position: inherit;
        width: 100%;
    } 
    .header__menu-items {
        width: 100%;
        left: 0;
    }

    #menu .navbar-header {
        height: 47px;
    }
    .navbar-collapse.navbar-ex1-collapse.collapse.in .nav.navbar-nav {
        width: 100%!important;
        left: 15px;
        padding: 0 10px;
    }
    #menu .navbar-nav {
        background: #fff!important;
        position: relative!important;
        margin-top: 0;
        margin-bottom: 0;
    }
    #menu .nav > li {
        border-bottom: 1px solid #000;
    }
    #menu .nav > li:last-child {
        border-bottom: 0;
    }
    #menu .nav > li > a {
        color: #000!important;
    }
    #menu .nav > li > a:focus, .nav>li.dropdown:first-child:hover, #menu .nav > li.open > a, #menu .nav > li:hover > a  {
        background: none!important;
    }
    #menu .dropdown-toggle::after {
        display: none!important;
    }
    #btn-search {
        width: 50px;
        display: block;
        float: right;
        padding: 0;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        overflow: hidden;
        margin-right: 10px;
        height: 100%;
        text-align: center;
    }
    #btn-search i {
        color: #fff!important;
        display: block;
        width: 30px;
        height: 30px;
        margin: 10px 0 0 0;
        overflow: hidden;
        position: absolute;
        right: 5px;
        top: -5px;
    }
    #menu .nav > li button {
        display: block;
        position: absolute;
        right: 0px;
        top: 0px;
        border: 0;
        background: none;
        width: 40px;
        height: 37px;
    }


    #menu .nav > li button span{
        display: block;
        position: absolute;
        right: 10px;
        top: 12px;
        border: 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        width: 7px;
        height: 7px;
        
        transform: rotate(225deg);
    }
    #menu .nav > li button.open span{
        transform: rotate(45deg);
        top: 14px;
    }
    #menu .dropdown-menu {
        position: relative;
        width: 100%;
        padding: 10px 20px;
        background: none!important;
        box-shadow: none!important;
    }
    #menu .dropdown-inner .active a {
        color: #129257;
    }

    #menu .navbar-nav.bottom-menu {
        margin: 0 -15px;
        padding-top: 15px;
        padding-bottom: 25px;
        border-top: 1px solid #000;
    }

    #menu .navbar-nav.bottom-menu > li {
        border: 0;
    }
    #menu .navbar-nav.bottom-menu > li > a {
        padding-bottom: 0!important;
    }
    .product-layout.product-grid {
        width: 50%!important;
    }

}


@media (max-width: 480px) {
    .product-thumb {
        min-height: 340px;
    }
    .product-thumb .image {
        width: 100%;
        height: auto;
    }
    .product-thumb .button-group button:first-child .hidden-md,.product-thumb .button-group button:first-child .hidden-sm,.product-thumb .button-group button:first-child .hidden-xs {
        display:none!important;
    }
    .product-grid .product-thumb .button-group button:first-child .hidden-md,.product-grid .product-thumb .button-group button:first-child .hidden-sm,.product-grid .product-thumb .button-group button:first-child .hidden-xs {
        display: none!important;
    }

    .product-thumb .button-group {
        max-width: calc(100% - 2px);
    }


}


.custom-field .sub_title {font-size: 12px; margin-bottom: 5px;}
#payment-custom-field1 label {margin-bottom: 0;}
.blog-part.blog-part-small .image {display: block; width: 100%; height: 100%;}
.blog-part.blog-part-small .image a {display: block; width: 100%; height: 100%; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center;}


