* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #554033;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

a,
a:hover {
    color: inherit;   
}

a.blue {
    color: #39c3e0;
}

img {
    max-width: 100%;
}

input[type=text], input[type=email], input[type=password], select, button, a.btn {
    border: solid 1px #cbcbcb;
    padding: 0 10px;
    border-radius: 5px;
    margin-bottom: 6px;
}

input[type=text], input[type=email], input[type=password], select {

}

p {
    padding-bottom:10px;
}

header {
    background: #3b2314;
    padding: 24px 0;
}

header a.logo {
    display: inline-block;
    
    width: 170px;
    height: 54px;
    
    background: url('../img/logo.png') no-repeat;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

header ul li {
    list-style-type: none;
    display: inline-block;
    color: #69564b;
    
}

header ul li + li:before {
    content: '|';
    display: inline-block;
    margin: 0 14px;
}

header ul li.active {
    color: #a79991;
}

header nav {
    margin-top: 14px;
}

header nav ul li {
    color: #fff;
    font-weight: 700;
}

header nav ul li.active {
    color: #39c3e0;
}

header nav ul li a.basket {
    padding-left: 26px;
    background: url('../img/icn-basket.png') no-repeat;
}

.slicknav_menu {
    display: none;
}

#mobile-menu .slicknav_menu {
    background: #fff;
}

#mobile-menu .slicknav_nav a {
    color:#3b2314;
}

nav.menu {
    background: #fff;
    line-height: 45px;
}

nav.menu ul li {
    list-style-type: none;
    display: inline-block;
    color: #3b2314;
    font-weight: 700;
}

nav.menu ul li.active {
    color: #39c3e0;
}

nav.menu ul li + li {
    margin-left: 30px;
}

section.slider {
    position: relative;
    background: #39c3e0;
    margin-bottom: 45px;
}

section.slider .bx-wrapper {
    position: relative;
}

section.slider .bx-prev {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: 10%;
    width: 24px;
    height: 54px;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
    background: url('../img/slider-prev.png') no-repeat;
}

section.slider .bx-next {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    right: 10%;
    width: 24px;
    height: 54px;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
    background: url('../img/slider-next.png') no-repeat;
}

section.slider .bx-pager {
    position: absolute;
    left: 20%;
    margin-top: -55px;
}

section.slider .bx-pager .bx-pager-item {
    display: inline-block;
    margin-left: 10px;
}

section.slider .bx-pager a.bx-pager-link {
    width: 21px;
    height: 21px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
    
section.slider .bx-pager a.bx-pager-link.active {
    opacity: 0.7;
}

section.slider h1 {
    color: #fff;
    font-size: 38px;
    line-height: 1.2em;
    margin: 0;
    margin-top: 35px;
}

h1 {
    color: #39c3e0;
    font-weight: 400;
    font-size: 32px;
    margin: 0;
}

h2 {
    color: #39c3e0;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 24px;
}

nav + hr {
    margin-top: 0;
}

nav + hr + hr {
    margin: 20px 0;
}

hr {
    border-color: #c9c0ba;
}

section.promotion {
    margin-top: -54px;
}

section.promotion h1 {
    line-height: 65px;
    background: #3b2314;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 0;   
}

section.promotion h1 a {
    color: #39c3e0;
}

section.content.margin-bottom {
    margin-bottom: 90px;
}

section.content .features {
    text-align: center;
    padding: 0 115px;
    margin-bottom: 40px;
}

section.content .step {
    margin-top: 20px;
    border-left: solid 1px #dbd5d1;
    padding-left: 15px;
}

section.content .step.first {
    padding-left: 0;
    border-left: none;
}

section.content .step img {
    float: right;
    margin-left: 40px;
}

section.content .step strong {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 12px;
}

section.content .step p {
    font-size: 14px;
    font-weight: 700;
}

section.content a.read-more {
    color: #39c3e0;
}

section.content .features figure img {
    width: 100%;
    border: solid 1px #aba19a;
}

section.content .features strong {
    display: block;
    margin: 14px 0;
}

section.content .product {
    text-align: center;
    margin-bottom: 20px;
}

section.content .product figure img {
    width: 100%;
    border: solid 1px #aba19a;
}

section.content .product strong {
    display: block;
    margin: 14px 0;
}

section.content .product span.price {
    display: block;
    margin-bottom: 8px;
    color: #39c3e0;
}

section.content .btn {
    border: none;
    display: inline-block;
    color: #fff;
    background-color: #39c3e0;
    padding: 0 20px;
    line-height: 34px;
    font-weight: 700;
}

section.content .product .btn {
    padding-left: 38px;
    background-image: url('../img/icn-basket.png');
    background-repeat: no-repeat;
    background-position: 8px center;
}

section.content ul.vertical-tabs li {
    border-right: solid 2px #ececec;
    border-top: solid 2px transparent;
    line-height: 36px;
    color: #3c2415;
    list-style-type: none;
}

section.content ul.vertical-tabs li + li {
    border-top: solid 2px #ececec;
}

section.content ul.vertical-tabs li a {
    display: block;
}

section.content ul.vertical-tabs li a.active {
    font-weight: 700;
}

section.content .testimonial strong {
    display: block;
}

section.content .testimonial p {
    margin-top: 20px;
}

section.content ul.subnav {
    margin-top: 12px;
}

section.content ul.subnav li {
    list-style-type: none;
    line-height: 36px;
}

section.content ul.subnav li.active {
    font-weight: 700;
}

section.content ul.subnav li.promotion {
    background: url('../img/badge_action.png') no-repeat right center;
}

section.content .categories .boxed {
    border: solid 1px #b5aca7;
    text-align: center;
    position: relative;
    margin-bottom: 18px;
}

section.content .categories .boxed:hover {
    border: solid 1px #39c3e0;
}

section.content .categories .boxed a {
    line-height: 150px;
}

section.content .categories .boxed + a {
    display: block;
    margin-bottom: 35px;
}

section.content .categories .boxed span {
    position: absolute;
    top: 12px;
    right: 12px;
}

section.content .order {
    margin: 0 -15px;
}

section.content .order .product {
    width: 65%;
}

section.content .order .col-md-5 {
    background: url('../img/order-process.png') no-repeat right top;
    min-height: 400px;
}

section.content .order span.text {
    display: inline-block;
    float: left;
    width: 50%;
}

section.content .order .action-img {
    float: right;
}

section.content .order span.text.large {
    font-weight: 700;
    color: #39c3e1;
    font-size: 19px;
}

section.content .order .btn {
    width: 50%;
    margin-top: 18px;
    text-align: left;
}

section.content  form label {
    float: left;
    line-height: 24px;
    clear:left;
}

section.content .order form input,
section.content .order form select {
    width: 65%;
}

section.content .order form label {
    width: 35%;
}

.customSelect { 
    width: 65%;
    height: 20px;
    border: solid 1px #cbcbcb;
    border-right: none;
    padding: 0 10px;
    border-radius: 5px;
    margin-bottom: 6px;
    background: url('../img/select-arrow.png') no-repeat right center;
}

footer {
    color: #fff;
    background: #3b2314;
    padding: 42px 0;
    margin-top: 35px;
}

footer strong {
    display: block;
    margin-bottom: 20px;
}

footer span {
    display: inline-block;
    width: 49%;
}

footer ul li {
    list-style-type: none;
}

section.copyright {
    color: #fff;
    background: #39c3e0;
    padding: 50px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.content .order .btn {
        font-size: 11px;
    }
    
    section.content .order .col-md-5 span.text {
        display: block;
        width: 100%;
    }
    
    section.content .order .col-md-5 span.text:nth-child(2n+2) {
        margin-bottom: 8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header,
    header .text-right {
        text-align: center;
    }
    
    header a.logo {
        margin-bottom: 10px;
    }
    
    nav.menu {
        text-align: center;
    }
    
    section.slider .bx-pager {
        left: 2%;
    }
    
    section.promotion h1 {
        font-size: 16px;
    }
    
    section.content .step {
        text-align: center;
    }
    
    section.content .step strong {
        display: block;
    }
    
    section.content .step img {
        float: none;
        margin: 0;
        margin-bottom: 12px;
    }
    
    section.content .step .read-more {
        display: block;
    }
    
    .testimonial {
        margin-top: 30px;
    }
    
    section.copyright {
        text-align: center;
    }
    
    section.content .order .product {
        float: left;
        width: 40%;
    }
    
    section.content .order .pricing {
        float: right;
        width: 50%;
    }
    
    section.content .order .pricing + .pricing {
        float: left;
        width: 50%;
    }
    
    section.content .order .col-md-5 {
        background: none;
    }
}

@media (max-width: 767px) {
    .slicknav_menu {
        display: block;
    }
    
    header,
    header .text-right {
        text-align: center;
    }
    
    header a.logo {
        margin-bottom: 10px;
    }
    
    nav.menu {
        display: none;
    }
    
    header nav {
        display: none;
    }
    
    section.slider h1 {
        font-size: 19px;
        text-align: center;
    }
    
    section.slider .bx-prev,
    section.slider .bx-next,
    section.slider .bx-pager {
        display: none;
    }
    
    section.content .features {
        padding: 0;
    }
    
    section.promotion h1 {
        line-height: 30px;
        font-size: 13px;
    }
    
    section.content .step {
        padding-left: 0;
        border-left: none;
    }
    
    section.content ul.vertical-tabs li {
        border-right: none;
    }
    
    .vertical-tabs-container {
        margin-top: 20px;
    }
    
    .testimonial {
        margin-top: 35px;
    }
    
    footer {
        padding-top: 22px;
    }
    
    footer strong {
        margin-top: 20px;
    }
    
    footer span {
        display: block;
    }
    
    section.copyright {
        text-align: center;
    }
    
    section.content .order .col-md-5 {
        background: none;
    }
    
    section.content .order .btn {
        font-size: 11px;
        padding: 0 12px;
    }
    
    section.content .order .product {
        width: 100%;
    }
    
    section.content .order form {
        margin-top: 25px;
    }
}

.breadcrumbs {
    margin-bottom: .5em 0;
    color: #949494;
    width:100%;
    margin:0 0 1em 0;
    padding:0;
}
.breadcrumbs li{
    display:inline
}
.breadcrumbs a {
    color: #949494;
}

.breadcrumbs .active {
    color: #4c4c4c;
}

.bg-danger {
    padding:10px;
}

.first_char_container {
    background: #f9f9f9;
    padding: 10px;
    float: left;
}

.first_char_container .first_char {
    float: left;
    margin-right:13px;
}

.first_char_container.first_char_container_dialog .first_char {
    margin-right:11px;
}

#shopping-cart-totals-table {
    margin-top: 20px; 
}

#shopping-cart-totals-table td {
    padding: 5px 0 5px 10px;
}

.tabs {
    display: table;
    padding: 0;
    width: 100%;
    margin-top: 20px;
}
.tabs li {
    border-bottom: 1px solid #eee;
    display: table-cell;
    margin-right: -6px;
    text-align: center;
}
.tabs li.active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee #eee transparent;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px 1px 0;
}
.tabs li.active a {
    color: #212121 !important;
    text-decoration: none;
}
.tabs li a {
    display: block;
    padding: 8px 16px;
}

#form-error {
    background: #fff2fb none repeat scroll 0 0;
}

input, textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 0 0 1em;
    padding: 3px 5px;
}
input {
    padding: 11px 5px;
}
input[type="radio"], input[type="checkbox"] {
    margin-top: 20px;
}
label {
    font-weight: bold;
}
label input[type="radio"], label input[type="checkbox"] {
    margin: -9.5px 0;
}
.form-full {
    width: 100%;
}
.form-full input:not(input[type=checkbox]), .form-full label, .form-full textarea {
    display: block;
    width: 100%;
}
.form-full label input {
    display: inline-block;
    width: auto;
}
.form-horizontal {
    width: 100%;
}
.form-horizontal label input[type="radio"] {
    margin-left: -15px;
    margin-right: 3px;
}
.form-horizontal::after {
    clear: both;
    content: "";
    display: table;
}
form .required {
    color: red;
    float: right;
}
form .help {
    color: #293133;
    margin: 0.5em 0;
}
form .error {
    border: 1px solid red;
}
form .success {
    border: 1px solid green;
}

#frmPayType {
    margin: 1em 0;
}
#frmPayType .alert {
    margin: 0.5em 0;
}
#frmPayType object {
    clear: right;
    height: 40px;
}
#frmPayType label {
    font-weight: normal;
}
#frmPayType .extra-paymethods-btn {
    display: block;
    margin-bottom: 1em;
    text-align: center;
}
#frmPayType .bank_select select {
    margin: 7px 0;
}
#form-error {
    background: #fff2fb none repeat scroll 0 0;
}

.-hide-if-js {
    display: none;
}

.-paymethods label {
    width: 100%;
    display: block;
}

.-totals-table {
    width: 100%;
    padding:5px;
}

.-totals-table td {
    padding: 5px;
}

.-order-btn {
    width: 100%;
}

#form-profile {
    margin-top:20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 1em;
    table-layout: fixed;
    border: 1px solid #eee;
}

.-orders td {
    padding-bottom:5px;
}

.progress_container {
    display: none;
}

#frmPayType h2 {
    padding-left: 0;
    margin-top: 30px !important;
}

#frmPayType.form-full input[type=radio] {
    width: auto;
    display: inline;
}

table.shoppingcart td, table.shoppingcart th {
    padding: 7px;
}

div.-orders {
    background-color: #e1f5fb;
    border: 1px #eee solid;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
}