body,
p {
    font-family: Dosis !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: DM Serif Display !important;
}

.btn {
    box-shadow: 0 10px 14px -7px #276873;
    background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
    background-color: #599bb3;
    border: 2px solid #29668f;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    padding: 15px 30px;
    text-decoration: none;
    text-shadow: 0 1px 0 #3d768a
}

.btn:hover {
    background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
    background-color: #408c99
}

.btn:active {
    position: relative;
    top: 1px
}

#order_body,
#terms_body {
    background: #fff;
}

#order_body .totals {
    overflow: hidden;
    text-align: right;
    width: 100%;
}

#order_body .totals table {
    float: right;
    margin-bottom: 20px;
}

#order_body .totals td {
    min-width: 200px;
    padding-top: 10px;
}

#order_body .totals .order_total {
    font-weight: bold;
    font-size: 30px;
}

#order_body .summary .price,
#order_body .summary .cart_checkout {
    float: right;
}

#order_body hr {
    padding: 0px;
    margin: 20px 0;
}

/******* Checkout *******/
#order_body #checkout-form h3 {
    float: none;
    text-align: center;
}

#order_body #checkout-form .summary-body {
    float: left;
    width: 500px;
}

#order_body #checkout-form #billing_address input[type=text],
#order_body #checkout-form #billing_address select,
#order_body #checkout-form .payment-methods input,
#checkout-form .payment-methods select {
    width: 100%;
}

#order_body #checkout-form label {
    margin: 10px 0 0 0;
}

#order_body #checkout-form .col-md-4 {
    padding: 40px;
    border-right: 2px solid #ccc;
    border-top: 2px solid #ccc;
}

#order_body #checkout-form .col-md-4.last {
    border-right: 0;
}

#order_body #checkout-form #order_summary {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
}

#order_body #checkout-form #order_summary .order_heading {
    font-weight: bold;
    font-size: 30px !important;
    line-height: 35px;
}

#order_body #checkout-form .order_heading {
    font-weight: bold;
    font-size: 20px;
}

#order_body #checkout-form .summary table {
    border-top: 1px solid #ccc;
    margin: 20px 0;
    width: 100%;
}

#order_body #checkout-form .summary table td {
    padding: 5px 0;
}

#order_body #checkout-form .summary .order_total {
    border-top: 1px solid #ccc;
}

#order_body #checkout-form .summary th {
    padding: 5px;
    background: #f1f1f1;
}

#order_body #checkout-form .checkbox input {
    float: left;
    margin-right: 5px;
}

#order_body #checkout-form select,
#order_body #checkout-form input {
    padding: 5px !important;
    margin-top: 10px;
    border: 1px solid #767676;
    height: auto;
    float: left;
    display: inline-block;
    width: 100%;
    height: 35px !important;
}

#order_body #checkout-form .shipping-method {
    padding: 20px 0;
}

#order_body #checkout-form .row {
    overflow: visible !important;
}

/******* Cart *******/
#CartCount {
    font-size: 10px;
    background: #000;
    color: #fff;
    padding: .25em .7em;
    vertical-align: bottom;
    margin-left: -3px;
    border-radius: 50%;
    position: absolute;
    height: 2em;
    width: 2em;
}

.badge {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#Cart input {
    width: 50px;
    padding: 5px;
}

#Cart {
    color: #222;
    font-size: 14px;
}

#Cart .delete {
    font-size: 10px;
}

#Cart td {
    padding: 20px;
}

#Cart th {
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
}

#Cart th {
    border-bottom: 1px solid #bbb;
}

#updateCart,
.continueCart a {
    height: auto !important;
    font-size: 12px !important;
    padding: 10px !important;
    cursor: pointer;
}

.continueCart {
    padding: 20px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.addToCart,
.updateCart {
    cursor: pointer;
}

.cart_product {
    box-shadow: 0px 0px 10px #cccccc;
    margin-bottom: 20px;
}

.cart_product td {
    padding: 10px;
    border: 1px solid #cccccc;
}

.cart_product_empty {
    width: 100%;
    padding: 20px;
}

.cart_shopall {
    border-top: 1px solid #ccc;
    width: 100%;
    padding: 10px;
}

.cart_shopall a {
    float: right;
}

/******* Products *******/
.product-list-title {
    padding: 5px;
}

.product-list img {
    width: 100%;
}

.product-list {
    padding-bottom: 30px;
}

.prod_quantity input {
    width: 75px;
}

.prod_addcart {
    padding: 30px 0;
}



.tab-navs {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    border: 1px solid #eee;
    border-bottom: 0;
    border-left: 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    z-index: 2;
    margin-top: 50px;
}

.tab-navs .tab-nav.active {
    padding: 12px 30px 15px;
    color: #222222;
    font-weight: 700;
    background: #fff;
    border-top: 3px solid #222222;
    border-left: 1px solid #eee;
    cursor: default;
}

.tab-panes {
    position: relative;
    top: -1px;
    z-index: 1;
}

.tab-panes .tab-pane {
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

#subheader,
#terms_body {
    padding: 50px 0;
}

p,
h2,
h1 {
    margin: 0 !important;
    padding: 0 !important;
}

.tt-image-box img {
    max-width: 300px;
    max-height: 300px;
    height: auto !important;
    width: auto !important;
    object-fit: contain !important;
}

/******* Custom Banner *******/
.custombanner1 {
    color: #fff;
    font-size: 5vw;
    line-height: 5vw;
    font-family: DM Serif Display;
    font-weight: bold;
}

.custombanner2 {
    color: #fff;
    font-size: 3vw;
    line-height: 3vw;
    font-family: Dosis;
    font-weight: bold;
}

.custombanner3 {
    color: #fff;
    font-size: 2vw;
    line-height: 2vw;
    font-family: Dosis;
    font-weight: normal;
}

/******* Custom Theme *******/
.slides {
    background: url('/template/images/background.jpg');
    background-size: cover;
    height: 800px;
}

.caption-description {
    margin: 400px;
    font-size: 30px;
    font-weight: bold;
}

.caption-description .heading_text {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
}

.caption-description .sub_heading {
    padding: 10px 0;
}

.product_list .item {
    width: 350px;
    display: inline-block;
    background: #fff;
}

.product_list img {
    height: 150px;
    width: auto !important;
}

.parallax {
    background: url('/template/images/background2.jpg');
    background-size: cover;
}

footer a {
    color: #999;
}

/*end*/