@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
body {
    font-family: 'Open Sans', sans-serif;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

input:focus, button:focus, textarea:focus, a:focus, .btn:focus, .btn:active:focus {
    outline: none;
    box-shadow: none;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
    margin: 0px
}

a {
    color: inherit;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

:focus {
    outline: none;
}

li {
    list-style: none;
}

ul, ol {
    padding: 0px;
    margin: 0px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: normal;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

img {
  max-width: 100%;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 */
.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Text style
   ========================================================================== */
.extra-bold {
    font-weight: 800;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.normal {
    font-weight: 400;
}

.light {
    font-weight: 300;
}

.italic {
    font-style: italic;
}

.oblique {
    font-style: oblique;
}

.justify {
    text-align: justify;
}

.underline {
    text-decoration: underline;
}

/* ==========================================================================
   Breadcrumb
   ========================================================================== */
.breadcrumb {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #cccccc;
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 8px 0px;
}

.breadcrumb a {
    color: #252525;
    font-size: 12px;
}

.breadcrumb a:after {
    content: "»";
    color: #999999;
    margin: 0px 5px;
}

.breadcrumb a:last-child:after {
    content: none;
}

/* ==========================================================================
   Custom
   ========================================================================== */
*[class^='icon-'], *[class*=' icon-'] {
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.clearfix-40 {
    height: 40px;
    clear: both;
}

.clearfix-30 {
    height: 30px;
    clear: both;
}

.clearfix-20 {
    height: 20px;
    clear: both;
}

section:after {
    clear: both;
    content: '';
    display: block;
}

.container {
    position: relative;
}

.big-sep {
    height: 3px;
    background: #86a393;
}

.navbar-right {
    float: right;
}

.header {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
    padding: 8px 0px;
    margin: 0px;
}

.heading {
    padding: 35px 0px;
    text-align: center;
}

.heading .detail {
    color: #101010;
    font-size: 14px;
    line-height: 1.571;
    margin: 0px;
}

.btn, a.btn {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    border: 0px;
    border-radius: 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
}

.btn-primary, .btn-lg {
    text-transform: uppercase;
}

.btn-lg {
    height: 52px;
    line-height: 52px;
    font-size: 17px;
    font-weight: 600;
    padding: 0px 40px
}

.btn.btn-default, .btn.btn-default:active, .btn.btn-default.active {
    color: #0e374d;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus .open > .dropdown-toggle.btn-default {
    background-color: #cfd9de;
    color: #0e374d;
}

label {
    margin: 0px 8px;
}

.form-control {
    height: 38px;
    border-radius: 0px;
    font-size: 14px;
    font-style: italic;
    color: #666666;
    font-weight: normal;
    box-shadow: none;
}

textarea {
    resize: none;
}

.form-control:focus, textarea:focus {
    border-color: #ccc;
    box-shadow: none;
}

.img {
    position: relative;
    overflow: hidden;
    display: block;
}

.img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    min-width: 100%;
    max-width: 100%;
}

.bx-wrapper {
    margin-bottom: 0;
}

.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0px;
    left: 0;
}

.center-block {
    float: none;
}

.no-padding {
    padding: 0px;
}

.form-group:after {
    clear: both;
    content: '';
    display: block;
}

.caret {
    border-style: solid;
}

.developed-by {
    padding: 45px 0px;
    border-top: 1px solid #e9e9e9;
}

.developed-by span, .developed-by .dev {
    font-size: 11px;
    font-weight: 600;
    color: #a0a0a0;
    display: inline-block;
    vertical-align: sub;
    margin: 0px;
    text-align: left;
    padding-right: 5px;
    text-transform: uppercase;
    border-right: 1px solid #93c4b1;
}

/* ==========================================================================
   Chosen select
   ========================================================================== */
.chosen-container-single .chosen-single {
    color: #2c2c2c;
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #dddddd;
    height: 42px;
}

.chosen-container-single .chosen-single span {
    overflow: visible;
    white-space: normal;
    display: table-cell;
    height: 40px;
    vertical-align: middle;
}

.chosen-container-single .chosen-single {
    padding: 0 20px 0 10px;
    line-height: 1;
    font-size: 12px;
    background: #fff;
}

.datepicker .chosen-container-single .chosen-single {
    padding: 0px 40px 0px 10px;
}

.chosen-container-single .chosen-single div b {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-top: 18px;
}

.chosen-with-drop div b {
    -webkit-transform: rotate(-180deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(-180deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(-180deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(-180deg) scale(1) skew(1deg) translate(0px);
    transform: rotate(-180deg) scale(1) skew(1deg) translate(0px);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background: none;
    border: 1px solid #dddddd;
    padding: 0px 10px;
}

.datepicker .chosen-container-active.chosen-with-drop .chosen-single {
    padding: 0px 40px 0px 10px;
}

.chosen-container-single .chosen-single div {
    width: 20px;
}

.chosen-container-single .chosen-drop {
    border: 1px solid #ddd;
    border-top: 0px;
    border-radius: 0px;
    padding: 0px 10px;
}

.chosen-container .chosen-results li.highlighted {
    background: transparent;
}

.chosen-container-single .chosen-search input[type=text] {
    border: 1px solid #c5bfb7;
    padding: 0px 30px 0px 10px;
    height: 32px;
    background: #fafafa;
    font-style: italic;
    color: #959595;
    font-size: 12px;
}

.chosen-container-single .chosen-search:after {
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    right: 8px;
    top: 7px;
}

.chosen-container .chosen-results li.active-result {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
}

.chosen-container .chosen-results li.no-results {
    background: transparent;
    font-weight: 600;
    color: #666666;
}

.chosen-container-single:not(.chosen-with-drop) .chosen-single:hover {
    background: #fafafa;
}

.chosen-container {
    max-width: 100%;
    width: 100% !important;
}

.datepicker .chosen-container {
    width: auto !important;
    min-width: 68px;
}

.chosen-container-single .chosen-search {
    position: relative;
    padding: 0px;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0 0 0 10px;
    max-height: 200px;
    height: 200px;
    width: 100% !important;
}

.datepicker .chosen-container .chosen-results {
    height: 150px;
}

/* ==========================================================================
   Jscrollpane
   ========================================================================== */

.jspVerticalBar {
    background: transparent;
}

.jspTrack {
    background: #f2f2f2;
    border-radius: 10px;
    width: 8px;
}

.jspDrag {
    background: #77c551;
    width: 4px;
    left: 2px;
    border-radius: 2px;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination {
    display: block;
    border: 1px solid #dddddd;
    border-radius: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 7px 0px;
    clear: both;
}

.pagination > li {
    display: inline-block;
    vertical-align: middle;
}

.pagination > li a {
    border: 0px;
    color: #666666;
    padding: 0px 5px;
    position: relative;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: transparent;
    color: #666666;
}

.pagination > .active > a:after, .pagination > .active > span:after, .pagination > .active > a:hover:after, .pagination > .active > span:hover:after, .pagination > .active > a:focus:after, .pagination > .active > span:focus:after {
    content: '';
    border-bottom: 1px solid #dfdfdf;
    height: 2px;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 0px;
    background-color: #a9a9a9;

}

/* ==========================================================================
   Header styles
   ========================================================================== */
.columns-2 .dropdown-menu {
    min-width: 400px;
}

.columns-3 .dropdown-menu {
    min-width: 600px;
}

header .navbar-default .menu > .active > a, header .navbar-default .menu > .active > a:active, header .dropdown-menu > li > a:hover, header .navbar-default .navbar-nav > .open > a, header .navbar-default .navbar-nav > .open > a:focus, header .navbar-default .navbar-nav > .open > a:hover, header .navbar-default .active > a:hover, header .navbar-default .active > a:focus, header .navbar-default .navbar-nav .cart a:hover {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0px;
    border: 0px;
    padding: 6px 20px 20px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    border-top-width: 2px;
    border-style: solid;
    background: #fff;
}

.navbar-nav .open .dropdown-menu {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.menu li a {
    display: block;
    padding: 7px 0px 7px 0px;
    text-transform: uppercase;
}

header .menu .dropdown-menu > li:last-child > a {
    border: 0px;
    box-shadow: none;
}

header .navbar-default .double-link a {
    display: inline-block;
}

header .navbar-default .menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.badge-sup {
    padding: 1px 6px;
    border-radius: 7px;
    line-height: normal;
    font-size: 10px;
    display: inline-block;
    min-width: 10px;
    vertical-align: top;
    margin-left: 2px;
}

.badge-big {
    display: inline-block;
    font-size: 14px;
    padding: 1px 9px;
    border-radius: 11px;
    font-weight: 600;
    vertical-align: middle;
    height: 22px;
    margin-top: -4px;
}

.product-table .remove-item {
    width: 14px;
    height: 16px;
    display: block;
    border: 0px;
    float: right;
    margin-top: 5px;
}

header .dropdown-menu {
    padding: 10px;
}

header .dropdown-menu table {
    width: 100%;
    min-width: 320px;
}

table.product-table td {
    padding: 10px;
}

.product-table.table > tbody > tr > td {
    border: 0px;
    border-bottom: 1px solid #efefef;
}

table.product-table .name, table.product-table .price {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

table.product-table .details {
    font-size: 14px;
    color: #101010;
    font-weight: 600;
}

table.product-table .price span {
    text-transform: initial;
    font-weight: 700;
    font-size: 15px;
}

.product-table.table > tbody > tr > td:first-child {
    text-align: center;
}

table.product-table .image, .table-cart .image {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: block;
    border: 1px solid rgb(227, 227, 229);
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

table.product-table .image img, .table-cart .image img {
    height: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
}

header .navbar-nav > li.cart > .dropdown-menu {
    padding: 15px 0px 0px;
}

header .dropdown-menu table tbody td:last-child {
    width: 20px;
}

.cart .cart-total td {
    font-size: 22px;
    font-weight: 600;
    vertical-align: middle;
    padding: 15px 15px 0px;
}

.cart .cart-total .btn {
    margin-right: 25px;
}

.cart .cart-total .btn:hover {
    color: #fff;
}

header .navbar-default .navbar-collapse {
    padding: 0px;
    max-width: 100%;
    margin: 0;
}

.logo {
    max-height: 100%;
}

.message-banner-bg:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(65, 94, 75, 0.5);
    content: '';
}

.news .wrap {
    border-top: 1px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
    padding: 50px 0px;
}

.news .img {
    height: 240px;
    border: 1px solid #e9e9e9;
}

.info-news {
    padding: 30px 0px 45px;
}

.info-news h2 {
    text-transform: uppercase;
    color: #171f23;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 20px;
    margin: 0px 0px 18px;
    position: relative;
}

.info-news h2:after {
    content: '';
    height: 2px;
    background: #43ad5a;
    width: 75%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.info-news p {
    padding: 0px 20px;
    color: #555555;
    font-size: 14px;
}

/* ==========================================================================
   Product
   ========================================================================== */
.product-layout {
    margin-top: 20px;
}

.product-wrapper {
    display: block;
    position: relative;
}

.product-wrapper .name {
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    height: 35px;
}

.price {
    line-height: 22px;
}

.price .new-price {
    font-weight: 700;
    display: inline-block;
    float: left;
    font-size: 21px;
}

.price .old-price {
    font-style: italic;
    font-size: 14px;
    text-decoration: line-through;
    float: right;
}

.product-img {
    height: 150px;
    position: relative;
    margin-bottom: 10px;
}

.product-img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.item-title {
    padding: 25px 0px;
}

.item-name {
    text-transform: uppercase;
    font-weight: 600;
    color: #307817;
    font-size: 15px;
    margin-bottom: 12px;
}

.item-details {
    color: #252525;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
}

*[class^='compare-'], *[class*=' compare-'] {
    color: #171f23;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding-left: 25px;
    position: relative;
    display: block;
    margin-top: 20px;
}

*[class^='compare-']:before, *[class*=' compare-']:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.item .wrap {
    background-color: #fff;
    border-bottom: 3px solid #e9e9e9;
    padding: 45px 0px 40px;
}

.item-img {
    position: relative;         position: relative;
    height: 345px;          height: 370px;
    /*border-bottom: 3px solid #e9e9e9;*/
    overflow: hidden;           overflow: hidden;
}       

.item-img img {     /*.item-img img {*/
    position: absolute;         /*position: absolute;*/
    top: 50%;           /*top: 50%;*/
    left: 50%;          /*left: 50%;*/
    max-height: 100%;           /*max-height: 100%;*/
    transform: translate(-50%, -50%);           /*transform: translate(-50%, -50%);*/
    -webkit-transform: translate(-50%, -50%);           /*-webkit-transform: translate(-50%, -50%);*/
    -moz-transform: translate(-50%, -50%);          /*-moz-transform: translate(-50%, -50%);*/
    -ms-transform: translate(-50%, -50%);           /*-ms-transform: translate(-50%, -50%);*/
    -o-transform: translate(-50%, -50%);            /*-o-transform: translate(-50%, -50%);*/
}       /*}*/

.big-price {
    position: absolute;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    max-width: 100%;
    font-weight: 700;
    top: 20px;
    left: 0px;
}

.special-price-big {
    position: relative;
    padding: 10px 35px;
    z-index: 1;
}

.big-price:before {
    border-top: 7px solid transparent;
    border-left: 5px solid transparent;
    top: -7px;
    left: -5px;
    z-index: 1;
    content: '';
    position: absolute;
}

.big-price:after {
    border-top: 0px solid transparent;
    border-bottom: 41px solid transparent;
    z-index: 1;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    left: 100%;
    top: 0px;
    content: '';
    position: absolute;
}

.price-shadow {
    position: absolute;
    content: "";
    left: 10px;
    width: 90%;
    z-index: 0;
    bottom: 3px;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(1deg) skew(30deg);
    -moz-transform: rotate(1deg) skew(30deg);
    -ms-transform: rotate(1deg) skew(30deg);
    transform: rotate(1deg) skew(30deg);
    -o-transform: rotate(1deg) skew(30deg);
    height: 23px;
}

.item-description {
    color: #171f23;
    font-size: 13px;
    font-weight: 600;
}

.item-description .info {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.item-description .name {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 0px;
}

.item-description .code {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.item-old-price {
    text-decoration: line-through;
    font-style: italic;
    font-size: 16px;
    color: #8699a3;
}

.item-new-price {
    font-weight: 700;
    color: #307817;
    font-size: 30px;
}

.qty .form-control {
    float: left;
    width: 60px !important;
    color: #2c2c2c;
    font-style: normal;
}

.item div.spinedit {
    height: 38px;
    border: 1px solid #ccc;
    border-left: 0px;
    width: 20px;
}

.item div.spinedit .icon-chevron-up, .item div.spinedit .icon-chevron-down {
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    position: absolute;
}

.item div.spinedit .icon-chevron-up:hover, .item div.spinedit .icon-chevron-down:hover {
    background: #77c551;
}

.item div.spinedit .icon-chevron-up:hover:before, .item div.spinedit .icon-chevron-down:hover:before {
    color: #fff;
}

.item div.spinedit .icon-chevron-down {
    top: 50%;
}

.item div.spinedit .icon-chevron-up:before, .item div.spinedit .icon-chevron-down:before {
    position: absolute;
    left: 5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    width: 0;
    height: 0;
    color: #54b640;
    content: '';
    display: block;
}

.item div.spinedit .icon-chevron-up:before {
    top: 5px;
    border-bottom: 6px solid;
}

.item div.spinedit .icon-chevron-down:before {
    border-top: 6px solid;
    top: 6px;
}

.item div.spinedit:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 1px;
    background: #dddddd;
}

.item-terms {
    padding: 20px;
    color: #a0a0a0;
    font-size: 12px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    font-weight: normal;
}

.item-terms:after, .comment:after {
    clear: both;
    display: block;
    content: '';
}

.item-terms li {
    float: left;
}

.item-terms li:nth-child(2n) {
    float: right;
    text-align: right;
}

.item-terms li:nth-child(2n-1) {
    clear: both;
}

.sort .form-group label, .qty label {
    display: block;
    text-transform: uppercase;
    color: #777777;
    font-size: 10px;
    font-weight: 600;
    margin: 0 0px 10px;

}

/*.item .item-rating {*/
    /*margin-top: 18px;*/
/*}*/

.items-title {
    padding: 15px 20px;
    background-color: #629c65;
    border-bottom: 3px solid #86a393;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0px;
    font-weight: 600;
}

.items-list {
    border: 1px solid #e9e9e9;
    border-top: 0px;
    padding: 12px 20px;
}

.qty {
    padding: 0px;
}

.item-tabs {
    margin-top: 20px;
    position: relative;
    margin-bottom: 40px;
}

.item-tabs:before {
    content: '';
    height: 2px;
    background: #d9d9d9;
    width: 100%;
    left: 0px;
    top: 52px;
    position: absolute;
}

.nav-tabs {
    border-bottom: 0;
    padding-left: 27%;
    text-align: center;
}

.nav-tabs > li {
    margin-bottom: -2px;
    float: none;
    display: inline-block;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
    background: transparent;
}

.nav > li > a {
    padding: 15px 35px;
    font-weight: 600;
    color: #171f23;
    text-transform: uppercase;
    border-radius: 0px;
    border: 2px solid transparent;
}

.collapse .nav > li:hover > a {
    color: #307817;
    background: transparent;
    border-color: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 2px solid #d9d9d9;
    border-radius: 0px;
    color: #307817;
    border-bottom-color: transparent;
}

.tab-content > .tab-pane {
    margin-top: 40px;
}

.panel {
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #e9e9e9;
    position: relative;
    color: #171f23;

}

.panel-heading {
    border: 0px;
    border-radius: 0px;
}

.panel-primary > .panel-heading {
    background: #86a393;
}

.panel-success > .panel-heading {
    background: #77c551;
    color: #fff;
}

.panel-default {
    font-size: 14px;
    line-height: 1.714;
}

.panel-body {
    padding: 30px;
}

.panel:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 3px;
    left: -1px;
    right: -1px;
}

.panel-default:after {
    background: #86a393;
}

.panel-success {
    background: #f2f5f3;
    font-size: 12px;
}

.panel-success:after {
    background: #77c551;
}

.item-table {
    border-spacing: 5px;
    border-collapse: inherit;
}

.item-table td {
    padding: 12px 30px 12px 0px;
    color: #171f23;
    border-bottom: 1px solid #edebe8;
}

.item-table td:last-child {
    padding-left: 30px;
}

.item-table tr:last-child td {
    border: 0px;
}

.reviews {
    margin: 20px 0px;
}

.comments {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.comment {
    border: 1px solid #c5bfb7;
    padding: 20px 20px 12px;
    margin-top: 20px;
    font-size: 14px;
    color: #171f23;
}

.comment .name {
    text-transform: uppercase;
    font-size: 14px;
    color: #171f23;
    font-weight: 700;
    float: left;
}

.comment .time-date {
    float: right;
}

.comment .text {
    clear: both;
    padding: 20px 0px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.answer {
    width: 95%;
    float: right;
}

.answer .text {
    color: #555;
}

.featured-products {
    border-top: 3px solid #e9e9e9;
}

.review-form label {
    text-transform: uppercase;
    color: #101010;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    display: block;
    text-align: left;
    margin: 0px 0px 20px;
}

.time-date {
    color: #393e40;
    font-size: 11px;
    margin-bottom: 20px;
}

.time-date:before {
    width: 10px;
    height: 12px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

/* ==========================================================================
   Store
   ========================================================================== */
.categ-title {
    display: none;
    padding: 20px;
    position: relative;
    background-color: #629b64;
    cursor: pointer;
    color: #fff;
    border-color: #629b64;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.categories {
    text-transform: uppercase;
    font-weight: 700;
}

.categories a {
    border: 1px solid #ededeb;
    display: block;
    padding: 20px;
    color: #666666;
    position: relative;
}

.categories a:after {
    position: absolute;
    bottom: -1px;
    height: 3px;
    content: '';
    background-color: #86a393;
    left: -1px;
    right: -1px;
}

.categories a.active {
    background-color: #629b64;
    color: #fff;
    border-color: #629b64;
}

.categories a.active:after {
    background-color: #629b64;
}

.chapter {
    line-height: 1.571;
    margin-bottom: 20px;
    text-align: justify;
}

.chapter .btn {
    margin-top: 15px;
}

.tags {
    padding: 10px 0px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #c5bfb7;
    margin-top: 15px;
}

.tags a {
    color: #999999;
    font-size: 12px;
    font-style: italic;
}

.articles img {
    max-width: 100%;
    margin-top: 15px;
    width: 100%;
}

.chapter img {
    float: left;
    margin: 0px 15px 10px 0px;
}

.chapter:nth-child(2n) img {
    float: right;
    margin: 0px 0px 10px 15px;
}

.chapter p, .content p {
    margin-bottom: 20px;
}

.product-wrapper .special-price {
    position: absolute;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px 20px;
    max-width: 100%;
    font-weight: 700;
    top: 30px;
    left: -4px;
    z-index: 1;
}

.product-wrapper .special-price:before {
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    top: -5px;
    left: -5px;
    z-index: 1;
    content: '';
    position: absolute;
}

.product-wrapper .special-price:after {
    border-top: 0px solid transparent;
    border-bottom: 22px solid transparent;
    z-index: 99;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    left: 100%;
    top: 0px;
    content: '';
    position: absolute;
}

.products-compare .new-price, .products-compare .old-price {
    display: block;
    float: none;
    text-align: center;
}

.item-head {
    padding-bottom: 10px;
}

.sort-by label {
    color: #666666;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.sort-by .chosen-container {
    max-width: 160px;
    text-align: left;
}

.sort-by .chosen-container-single .chosen-single span {
    text-transform: uppercase;
    font-weight: 600;
}

/* ==========================================================================
   Compare products
   ========================================================================== */
.products-compare .info-title, .checkout-cart .info-title {
    text-align: center;
    padding: 25px 0px;
}

.table-responsive {
    overflow: hidden;
}

.table-compare {
    width: 100%;
}

.table-responsive table, .table-responsive > div {
    min-width: 1000px;
}

.table-compare thead {
    vertical-align: bottom;
}

.table-compare td {
    padding: 15px 20px;
}

.table-compare td:first-child {
    width: 33%;
    color: #171f23;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
}

.table-compare thead td {
    border: 0px;
}

.table-compare th {
    border-top: 3px solid #eeeeee;
    border-bottom: 3px solid #eeeeee;
    padding: 4px 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.table-compare th > * {
    background: #f8faf9;
    padding: 20px;
}

.table-compare td {
    text-transform: uppercase;
    font-size: 13px;
    color: #293f61;
    text-align: center;
    border: 1px solid #e9e9e9;
    font-weight: 600;
}

.table-compare td p {
    font-size: 12px;
    text-transform: initial;
    color: #171f23;
    font-weight: 400;
}

.table-compare .same-product {
    background: #77c551;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 13px 20px;
}

.table-compare tfoot {
    border-bottom: 2px solid #eeeeee;
}

.table-compare tfoot td {
    font-size: 20px;
    font-weight: 700;
}

.table-compare tfoot td:first-child {
    font-size: 15px;
    font-weight: 600;
}

.add:before, .remove:before {
    width: 16px;
    height: 16px;
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
}

.add, .remove {
    color: #171f23;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    display: block;
    margin: 6px 0px;
}

/* ==========================================================================
   Checkout
   ========================================================================== */
.checkout-box {
    border: 1px solid #eeeeee;
    margin: 20px 0px 40px;
}

.checkout .head {
    margin: 5px 0px 20px;
    font-size: 15px;
    font-weight: 600;
    background: #f8faf9;
    padding: 0px 15px;
    text-transform: uppercase;
    position: relative;
    min-height: 55px;
    line-height: 55px;
}

.checkout .head:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    top: -5px;
    left: 0px;
}

.checkout .head:after {
    content: '';
    width: 100%;
    left: 0px;
    bottom: -10px;
    height: 6px;
    position: absolute;
    border-top: 1px solid #eeeeee;
}

.semi-blocks {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 16px;
    border-collapse: collapse;
}

.semi-blocks .block:first-child {
    border-left: 0px;
}

.semi-blocks .block:last-child {
    border-right: 0px;
}

.semi-blocks .block {
    display: table-cell;
    border: 1px solid #eeeeee;
    padding-top: 15px;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    color: #192942;
    cursor: pointer;
    font-size: 12px;
    padding-left: 33px;
    font-weight: normal;
    position: relative;
    margin: 0px;
}

input[type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #899ba5;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}

input[type="radio"]:checked + label:before {
    border-color: #77c551;
}

input[type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
    transform: scale(1) translate(0%, -50%);
    -webkit-transform: translate(0%, -50%) scale(1);
    -moz-transform: translate(0%, -50%) scale(1);
    -ms-transform: translate(0%, -50%) scale(1);
    -o-transform: translate(0%, -50%) scale(1);

}

input[type="radio"] + label:after {
    opacity: 0;
    width: 10px;
    height: 10px;
    content: '';
    position: absolute;
    left: 13px;
    top: 50%;
    background: #77c551;
    border-radius: 50%;
    transform: scale(0) translate(0%, -50%);
    -webkit-transform: translate(0%, -50%) scale(0);
    -moz-transform: translate(0%, -50%) scale(0);
    -ms-transform: translate(0%, -50%) scale(0);
    -o-transform: translate(0%, -50%) scale(0);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.radio .form-group {
    margin: 0px;
}

.radio input[type="radio"] + label {
    padding: 25px 8px 25px 33px;
    display: block;
    font-size: 14px;
}

.radio input[type="radio"] + label span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #77c551;
    bottom: 0px;
    left: 0px;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.radio input[type="radio"]:checked + label span:before {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.block.radio {
    padding: 0px;
}

.form-group.half {
    width: 49%;
    float: left;
}

.checkout form:after, .form-bordered:after {
    clear: both;
    content: '';
    display: block;
}

.form-bordered {
    margin: 16px 14px;
    padding: 14px 14px 0px;
    background: #f8faf9;
    border: 1px solid #eeeeee;
}

.form-group.half:nth-child(2n) {
    float: right;
}

.checkout .chosen-container-single .chosen-single {
    font-size: 14px;
    font-style: italic;
    color: #A2A2A2;
    border-color: #ccc;
}

.separ {
    height: 5px;
    background: #398e4b;
    margin-bottom: 10px;
}

.form {
    padding: 1px 28px;
    display: table;
    width: 100%;
}

.checkout form label a {
    font-weight: 600;
}

/* ==========================================================================
   Shopping Cart
   ========================================================================== */
.cart-border {
    border-top: 1px solid #77c551;
    border-bottom: 1px solid #77c551;
    padding: 5px 0px;
    position: relative;
}

.cart-border:before, .cart-border:after {
    content: '';
    width: 100%;
    left: 0px;
    height: 1px;
    background: #77c551;
    position: absolute;
}

.cart-border:before {
    top: 3px;
}

.cart-border:after {
    bottom: 3px;
}

.table-cart {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0px;
}

.table-cart p {
    color: #101010;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
}

.table-cart .title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.table-cart .price {
    font-size: 18px;
    color: #307817;
    font-weight: 700;
}

.table-cart .spin input {
    display: inline;
    width: 60px;
    color: #293f61;
    font-weight: 700;
    font-style: normal;
}

.table-cart > tbody > tr > td {
    vertical-align: middle;
    padding: 20px 8px;
}

.table-cart > tbody > tr:first-child > td {
    border-top: 0px;
}

.table-cart .cart-img {
    width: 140px;
}

.table-cart .description {
    width: 40%;
}

.table-cart td.spin {
    width: 180px;
    padding-left: 33px;
}

.table-cart > thead > tr > th {
    color: #293f61;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    border: 0px;
    padding: 25px 8px;
}

.cart-head {
    border-top: 1px solid #e9e9e9;
}

/* ==========================================================================
   Success page.
   ========================================================================== */
.success {
    text-align: center;
    padding: 30px 0px;
}

.success img {
    margin: 30px auto;
    display: block;
}

.sep {
    width: 255px;
    height: 1px;
    margin: 15px auto;
    background-color: #ddd;
}

/* ==========================================================================
   Login
   ========================================================================== */
.big-label {
    text-align: center;
    text-transform: uppercase;
    color: #101010;
    font-size: 26px;
    font-weight: 600;
    display: block;
    margin: 25px 0px 35px;
}

.login-form .form-control {
    font-style: italic;
    font-weight: 600;
    color: #95a5a6;
    font-size: 13px;
    margin-bottom: 10px;
}

.login-links {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    padding: 20px 0px;
}

.login-links a {
    margin: 0px 10px;
    color: #192942;
    font-size: 12px;
}

.has-error .form-control, .has-error .form-control:focus {
    border-color: #d9231a;
    box-shadow: none;
}

.has-success .form-control, .has-success .form-control:focus {
    border-color: #54b640;
    box-shadow: none;
}

.has-error .form-control {
    margin-bottom: 0px !important;
}

.error-text {
    display: none;
    width: 100%;
    padding: 3px 5px;
    background-color: #d9231a;
    color: #fff;
    z-index: 2;
    font-size: 12px;
}

.has-error .error-text {
    display: block;
}

.tooltip, .tooltip-inner {
    background: transparent;
    color: #8699a3;
    font-weight: 600;
    font-style: italic;
    font-family: "Open Sans";
    min-width: 200px;
    text-align: left;
}

.tooltip-arrow {
    display: none;
}

.login-form .btn-success {
    margin: 30px auto;
    display: block;
}

/* ==========================================================================
   Register page
   ========================================================================== */
.register .chosen-container-single .chosen-single span {
    font-style: italic;
    font-size: 14px;
    color: #666666;
}

.register .chosen-container-single .chosen-single, .register .chosen-container-single .chosen-drop {
    border-color: #ccc;
}

.register-form .chosen-container .chosen-results li.active-result {
    border: 0px;
}

.register-form .btn-success {
    text-transform: uppercase;
}

.register {
    text-align: center;
    padding: 30px 0px 0px;
}

.register-form {
    padding: 30px 0px 0px;
    text-align: left;
    border-top: 1px solid #e9e9e9;
    margin-top: 20px;
}

.register-form label {
    font-weight: 700;
    color: #0e374d;
    text-transform: uppercase;
    margin: 0px 18px 0px 0px;
}

/* ==========================================================================
   Contact
   ========================================================================== */
.contact-form {
    text-align: center;
    padding-bottom: 40px;
    display: none;
    background-color: #f8f8f8;
}
.info-contact:after{
    clear: both;
    display: block;
    content: '';
}

.contact-form + .contact-block {
    padding: 80px 0px 40px;
}

.contact-form .form-group {
    margin-bottom: 0px;
}

.contact-form .form-control {
    margin-bottom: 10px;
}

.contact-form *[type='submit'] {
    margin-top: 10px;
}

.info-contact {
    background-color: #fff;
    padding: 0px;
    position: relative;
}

.info-contact .blocks {
    padding: 0px 40px;
    border: 1px solid #efefef;
    border-bottom: 0px;
    background-color: #fff;
    z-index: 1;
    position: relative;
}


.info-contact .blocks > div {
    padding: 50px 0px;
}

.info-contact p, .info-contact a {
    color: #555555;
    font-size: 14px;
    font-weight: 600;
}

.info-contact .title, .prefooter .title {
    padding: 15px 0px;
    color: #0e374d;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

.info-contact .title:after {
    background-color: #415e4b;
    content: '';
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 40%;
    max-width: 100%;
}

.contact-us .btn-block {
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 0px;
    line-height: 40px;
}

.contact-us .btn-block:after {
    position: absolute;
    bottom: 0px;
    height: 2px;
    content: '';
    width: 100%;
    left: 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.contact-us .btn-block:hover:after {
    height: 100%;
}

.contact-us .btn-block .text {
    position: relative;
    z-index: 2;
}

.contact-block {
    position: relative;
    background-color: #f8f8f8;
    padding: 80px 0px;
}
.btn .icon-envelope {
    margin-right: 8px;
}
.sub-title {
    font-size: 15px;
    font-weight: 600;
    color: #1d6583;
    margin: 0 0 5px;
}
.sub-title + p{
    margin-bottom:20px;
}

div#map {
    position: absolute !important;
    height: 50%;
    width: 100%;
    top: 0px;
}

div#map:after {
    background-color: rgba(65, 94, 75, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: '';
    pointer-events: none;
}
/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media (max-width: 1200px) {
    .table-responsive {
        overflow-x: auto;
    }

    h2, .h2 {
        font-size: 28px;
    }

    h3, .h3 {
        font-size: 22px;
    }

    h4, .h4 {
        font-size: 16px;
    }

    h5, .h5 {
        font-size: 13px;
    }

}

@media (max-width: 991px) {
    body, .item-name, .comment, .btn-compare, .table-compare .same-product, .panel-default, .table-compare td {
        font-size: 13px;
    }

    .item-head {
        margin-top: 20px;
    }

    .sort .form-group {
        padding: 10px 0px;
    }

    .qty {
        padding: 0px 15px;
    }

    .table-compare .product-layout {
        padding: 0px;
    }

    .table-compare tfoot td {
        font-size: 18px;
    }

}

@media screen and (max-width: 767px) {
    h2, .h2 {
        font-size: 26px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    h4, .h4 {
        font-size: 15px;
    }

    h5, .h5 {
        font-size: 12px;
    }

    header .navbar-nav > li.cart > .dropdown-menu {
        position: absolute;
        right: 0px;
        left: auto;
        max-width: 290px;
        border-width: 2px 0px 0px;
        border-style: solid;
        background: #fff;
    }

    table.product-table .name, table.product-table .price span, table.product-table .price {
        font-size: 10px;
        text-align: left;
    }

    table.product-table .image {
        width: 70px;
        height: 70px;
    }

    header .navbar-default .navbar-nav > li.cart > a {
        font-size: 10px;
    }

    header .navbar-default .double-link {
        font-size: 9px;
    }

    table.product-table .details {
        font-size: 12px;
    }

    .cart .cart-total td {
        font-size: 18px;
    }

    h1, .h1 {
        font-size: 32px;
    }

    h2, .h2 {
        font-size: 26px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    h4, .h4 {
        font-size: 16px;
    }

    h5, .h5 {
        font-size: 13px;
    }

    header .dropdown-menu table td {
        padding: 5px;
    }

    select {
        max-width: 100%;
    }

    header .dropdown-menu table {
        max-width: 320px;
        min-width: 0px;
    }

    .item .wrap {
        padding-top: 10px;
    }

    .item-description {
        margin-top: 20px;
    }

    .item-description .code {
        margin-bottom: 15px;
    }

    .item-terms li:nth-child(2n), .item-terms li {
        float: none;
        text-align: left;
    }

    .panel-body {
        padding: 15px;
    }

    .form-group.half {
        width: 100%;
        float: none;
        margin-bottom: 15px;
        clear: both;
    }

    .comment {
        padding: 12px;
    }

    .semi-blocks, .semi-blocks .block {
        display: block;
        width: 100%;
    }

    .item-tabs:before {
        content: none;
    }

    .form-group {
        max-width: 320px;
        margin: 0px auto 15px;
    }

    .datepicker label {
        display: block;
        margin-bottom: 10px;
    }

    .form-group.half:nth-child(2n) {
        float: none;
    }
}

@media screen and (min-width: 1180px) {
    header .menu .dropdown.active .dropdown-menu {
        display: block;
    }
}