/*============ fonts CSS END ============*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:700,400);

/* Global site notices */

.global-site-notice {
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.global-site-notice .notice-inner {
    width: 860px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    text-align: left;
}

.global-site-notice .notice-inner p {
    margin: 0;
    border: 1px dotted #cccc73;
    padding: 10px;
}

.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}


/* Demo Notice */

.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    border: 0;
    text-align: center;
    color: #fff;
}

.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: none;
    text-align: center;
}

.demo-notice .notice-inner p {
    padding: 0;
    border: 0;
    color: #fff;
    text-align: center;
}


/*========== Common Styles ==========*/

* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none outside none;
}

body {
    color: #333;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    padding: 0;
    margin: 0;
    background-color: #f9f9f8;
}

label,
input,
button,
select,
textarea {
    font-family: "Lato", sans-serif;
}

a {
    color: #4c9a44;
    text-decoration: none
}

a:hover,
a:focus {
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.block .block-title,
.slide-title {
    color: #333;
    font-weight: normal;
    font-family: "Lato", sans-serif;
    margin: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.block .block-title a,
.slide-title a {
    color: #333;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.block .block-title a:hover,
h1 a:hover,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
.block .block-title a:focus,
.slide-title a:hover,
.slide-title a:focus {
    color: #333;
}


/* Tools ============*/

.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    float: left !important;
}

.f-right,
.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

legend {
    display: none;
}

img {
    border: none
}


/*============ Layout ============== */

.wrapper {}

.main-container {
    /*width:100%;*/
    margin: 0 auto;
    padding: 0;
    text-align: left;
    /*background: url("../images/bg.png") repeat-x scroll 0 0 transparent;*/
    /*padding-top:12px;*/
    min-height: 500px;
    overflow: hidden
}

.page-print {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-popup {
    padding: 20px;
    text-align: left;
}


/*============ Main Container ============== */

.main-container-inner {
    width: 960px;
    margin: auto;
}


/* Base Columns */

.col-main {
    width: 960px;
    margin: auto
}

.main-container.col1-layout .main-container-inner .category-products {
    padding-top: 35px
}


/* 1 Column Layout */


/* 2 Columns Layout */

.col2-left-layout .col-main {
    background-color: #FFFFFF;
    float: right;
    margin-bottom: 0;
    margin-left: 15px;
    padding: 15px 15px 0;
    width: 695px;
}

.col2-right-layout .col-main {
    float: left;
    margin-bottom: 15px;
    padding: 15px;
    width: 695px;
    background-color: #FFF;
    margin-right: 15px
}

.col-right {
    float: right;
    margin-top: 10px;
    padding: 0px;
    width: 220px;
}

.col-left {
    float: left;
    margin-top: 10px;
    padding: 0px;
    width: 220px;
}

.col2-left-layout .main-container-inner {
    clear: both;
}

.main-inner {
    width: 960px;
    margin: auto
}


/* 3 Columns Layout */


/* Content Columns */

.col2-set .col-1 {
    float: left;
    width: 48%;
    text-align: left;
    border: 0px #336600 solid;
    padding-top: 0px;
    padding-bottom: 0px;
}

.col2-set .col-2 {
    float: right;
    width: 48%;
    text-align: left;
}

.col2-set .narrow {
    width: 33%;
}

.col2-set .wide {
    width: 65%;
}

.col2-set {
    overflow: hidden;
    padding: 8px 0 0
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}

col2-set h4 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    color: #333;
    margin-bottom: 5px;
}

.manage_add {
    margin-bottom: 10px
}

.col2-set h5 {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
    color: #333;
    text-transform: uppercase
}

.col2-set strong {
    font-size: 13px;
    font-weight: 400;
    color: #000000
}

.cart .totals table th,
.cart .totals table td {
    padding: 5px;
    border: none !important;
    background: none !important;
    border: medium none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #333 !important
}

.cart .totals table th,
.cart .totals table td strong {
    font-weight: 900;
    font-size: 13px
}

.cart .cart-collaterals {
    margin-top: 15px;
    overflow: hidden;
    margin-bottom: 0px;
    clear: both;
    float: left
}

.cart .cart-collaterals .col2-set {
    float: left;
    margin: 0;
    padding: 0
}

.cart .totals h3 {
    background-color: #F8F8F8;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.cart .cart-collaterals .col2-set .col-2 {
    width: 332px;
}

.cart .totals {
    float: right;
    margin: 0;
    background-color: #fff;
    padding: 0px;
    border: 1px solid #E8E8E8;
    width: 293px
}

.cart .totals .inner {
    padding: 4px 15px 15px 15px
}

#shopping-cart-totals-table {
    float: right;
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px #eaeaea solid;
    padding-bottom: 8px
}

#shopping-cart-totals-table .price {
    font-size: 13px;
}

#shipping-zip-form p {
    margin: 2px 0 4px
}

#shipping-zip-form .form-list input.input-text {
    width: 92%
}

.cart .discount {
    margin: 0x;
    padding: 0px;
    width: 300px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #E8E8E8;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}

.cart .shipping {
    margin: 0x;
    padding: 0px;
    width: 300px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #E8E8E8;
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
    padding-bottom: 15px;
}

.cart #discount-coupon-form,
#shipping-zip-form {
    padding: 8px 15px 15px 15px
}

.cart .shipping .form-list select {
    width: 260px
}

.cart .cart .shipping .form-list input.input-text {
    width: 95%
}

.cart .cart-collaterals .col2-set h3 {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 5px;
    text-transform: uppercase;
    background-color: #F8F8F8;
    padding: 10px 15px;
}

input.input-text,
select,
textarea {
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    padding: 5px;
    outline: none
}

input#coupon_code {
    margin: 5px 0;
    width: 235px
}

.checkout {
    color: #666666;
    padding-top: 5px;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

button.disabled {}

.cart .crosssell {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E2E2E2;
    padding: 12px 15px;
    width: 290px;
    margin-right: 15px
}

.cart .crosssell h2 {
    font-size: 14px;
    font-weight: 300
}

.cart .crosssell .actions button.button {
    padding: 4px 8px;
    text-decoration: none;
    float: left;
    background: none;
    font-family: 'FontAwesome';
    font-size: 16px;
    text-transform: uppercase;
    background-color: #f47325;
    margin-right: 8px
}

.cart .crosssell .actions button.button span span {
    font-size: 12px;
    padding: 1px 0px 0px 10px;
    font-family: "Lato", sans-serif
}

.cart .crosssell .actions button.button:hover span span {
    text-decoration: none;
}

.cart .crosssell li.item:hover .actions {
    display: block;
}

.cart .crosssell .actions .add-to-links {}

.cart .crosssell .actions ul.add-to-links {
    padding: 0;
    margin: 0
}

.cart .crosssell .actions .add-to-links li {
    float: left;
    margin-left: 5px;
    display: block
}

.cart .crosssell .actions .add-to-links a.link-wishlist {
    text-decoration: none;
    font-weight: normal;
    font-family: 'FontAwesome';
    font-size: 14px;
    padding: 4px 4px 3px 4px;
    border: 1px solid;
    color: #333;
    float: left;
    margin-right: 8px
}

.cart .crosssell .actions .add-to-links a.link-wishlist:hover {
    color: #fff;
    background: #f47325;
    border: none;
    padding: 5px 5px 4px 5px;
}

.cart .crosssell .actions .add-to-links a.link-compare {
    text-decoration: none;
    font-weight: normal;
    font-family: 'FontAwesome';
    font-size: 14px;
    padding: 4px 4px 3px 4px;
    border: 1px solid;
    color: #333;
    background: none
}

.cart .crosssell .actions .add-to-links a.link-compare:hover {
    color: #f47325;
    background: #f47325;
    border: none;
    padding: 5px 5px 4px 5px;
}

ul#crosssell-products-list {
    padding: 0
}

.cart .crosssell li.item {
    margin: 8px 0;
    list-style: none;
    float: left
}

.cart .crosssell .product-image {
    border: 1px solid #D0CDC9;
    float: left;
    height: 88px;
    width: 75px;
}

.cart .crosssell .old-price .price-label {
    color: #999999;
    display: none;
    white-space: nowrap;
}

.cart .crosssell .special-price .price-label {
    color: #CD5033;
    display: none;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
}

.cart .crosssell .price-box {
    margin: 3px 0 5px 0
}

.cart .crosssell img {
    width: 100%;
}

.cart .crosssell .product-details {
    margin-left: 85px;
}

.cart .crosssell .product-name {
    font-weight: normal;
}

.crosssell {
    background-color: #FFFFFF;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.crosssell h2 {
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px
}

button.button.btn-proceed-checkout {
    background: #f47325;
    padding: 8px 12px;
}

button.button.btn-proceed-checkout:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 5px;
}

button.button.btn-proceed-checkout span {
    font-size: 14px;
}


/*============ Global Styles =============== */


/* Form Elements */

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}


/* Form Highlight */


/* Form lists */


/* Grouped fields */

.form-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-list li {
    margin: 0 0 10px;
    position: relative;
}

.form-list li.comment {
    margin-bottom: 10px;
}

.form-list li.comment p {
    margin-bottom: 0;
}

.form-list li.fields {
    margin-bottom: 0;
}

.form-list li.control,
.form-list li.has-pretty-child {
    margin-bottom: 10px;
}

.form-list label {
    position: relative;
    z-index: 0;
    font-weight: normal;
    color: #333;
    display: inline
}

.form-list label.required {}

.form-list label.required em {
    font-style: normal;
}

.form-list li.control label,
.form-list li.has-pretty-child label {
    float: none;
    vertical-align: top;
    line-height: 1;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox,
.form-list li.has-pretty-child input.radio,
.form-list li.has-pretty-child input.checkbox {
    margin-right: 6px;
    margin-top: -2px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

.form-list .input-box {
    display: block;
    clear: both;
    margin-bottom: 0;
}

.form-list .field {
    position: relative;
    margin-bottom: 25px;
}

.form-list input.input-text {
    background: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
    padding: 6px;
    width: 65%;
    margin-top: 5px;
    outline: none
}

.form-list textarea {
    height: 10em;
    margin-bottom: 0;
    outline: none
}

.form-list select {
    margin: 5px 0 2px;
    width: 360px;
    outline: none
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    outline: none
}

input.radio {
    margin-right: 3px;
}

input.qty {
    font-size: 15px;
    font-weight: 400;
    margin: 0 !important;
    padding: 6px 5px 6px 15px;
    width: 30px;
    background: #fff;
    border: 1px solid #EAEAEA;
    outline: none
}

#shopping-cart-table {
    border-bottom: none;
    border-right: none;
    border-left: 0px #EAEAEA solid;
    float: left;
    width: 100%;
    background-color: #FFFFFF
}

#shopping-cart-table .btn-remove {
    background-image: none;
    line-height: 28px;
    width: 30px;
    height: 28px;
    border-radius: 2px
}

#shopping-cart-table .btn-remove:before {
    content: "\f014";
    font-family: FontAwesome;
    font-size: 16px;
    background-image: none;
    padding: 6px 9px;
    color: #fff;
    background-color: #323C46;
    border-radius: 2px
}

#shopping-cart-table tfoot tr td.last {
    border-top: none
}

#shopping-cart-table dl {
    margin: 0;
    padding: 0
}

#shopping-cart-table .item-options dd {
    color: #CCCCCC;
    margin: 0;
}

#shopping-cart-table h4 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    text-transform: uppercase
}

#shipping-zip-form .form-list label {
    display: block
}

#shopping-cart-table .cart-price .price {
    font-size: 14px;
}

#multiship-addresses-table .btn-remove {
    background-image: none;
    line-height: 20px;
    width: 25px;
    height: 20px
}

#multiship-addresses-table .btn-remove:before {
    content: "\f014";
    font-family: FontAwesome;
    font-size: 22px;
    padding-right: 8px;
    background-image: none;
}


/* Customer */

.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
}

.form-list .customer-dob input.input-text {
    display: block;
}

.form-list .customer-dob label {}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {}

.form-list .customer-dob .dob-year {}

.form-list .customer-dob .dob-month input.input-text,
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-year input.input-text {
    text-align: center;
}

.buttons-set {
    clear: both;
    margin: 10px 0 0;
    padding: 0;
}

.buttons-set a.back-link {
    float: left;
    margin-right: 15px;
    font-weight: 900;
    color: #333
}

.buttons-set a.back-link:hover {
    float: left;
    margin-right: 15px;
    font-weight: 900;
    color: #CA0000
}

.buttons-set button.button {
    display: inline;
    margin-bottom: 0px;
}

.buttons-set p.required {
    margin: 0 0 5px;
    display: none;
}

.buttons-set-order {}

.fieldset {}

.fieldset .legend {}


/*============ BreadCrumbs */

.breadcrumbs {
    padding: 0;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    width: 100%;
    margin: auto;
    border-bottom: 1px #eaeaea solid;
    padding-bottom: 7px;
}

.breadcrumbs .inner {
    width: 960px;
    margin: auto;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs strong {
    font-weight: 900;
    color: #333 !important
}

.breadcrumbs span {
    margin: 0 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #aaa
}

.breadcrumbs a {
    color: #666;
}

.breadcrumbs a:hover {
    color: #333
}


/*============ Page Heading ============*/

.cms-home-page .page-title {}

.page-title {
    padding: 0px 0px 6px 0px;
    margin: 0 0 0px;
    margin-bottom: 4px
}

.page-title h1,
.page-title h2 {
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
}

.title-buttons {
    position: relative;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
    margin-right: 30px;
}

.title-buttons a,
.title-buttons .separator {
    margin-top: 0;
    display: inline-block;
}

.subtitle,
.sub-title {
    clear: both;
}


/*============ Pager ============*/

.pager {
    margin: 0;
    text-align: center;
    padding: 0;
}

.pager .amount {
    float: left;
}

.pager .limiter {}

.pager .limiter label {
    float: left;
    font-size: 12px;
    padding: 6px 0;
    margin-right: 10px;
    display: inline;
}

.pager .pages {
    margin: 0 0;
}

.pager .pages ol {
    display: inline;
    margin: 0;
    padding: 0;
    float: right;
}

.pager .pages li {
    display: inline;
}

.pager .pages li span {
    -webkit-box-shadow: none;
    box-shadow: none
}

.pager .pages li a {
    -webkit-box-shadow: none;
    box-shadow: none
}

.pager .pages li a.button.next:hover,
.pager .pages li a.button.next:focus {
    background-image: url(../images/icon_arrow_next_over.png);
    background-color: #323C46;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    border: 0px #fff solid;
    border-radius: 0px;
    padding: 0px 7px;
    margin: 0;
}

.pager .pages .current {}


/*============ Sorter ============*/

.sorter {
    padding: 0;
    margin: 0;
}

.sorter .actions {
    float: left;
}

.sorter .view-mode {
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}

.sorter .sort-by {
    float: left;
    margin-top: 6px
}

.sorter .link-feed {}


/*============ Toolbar ============*/

.toolbar {
    padding: 0 0 10px;
    margin-bottom: 0px;
    margin-top: 5px;
    height: 40px;
    clear: both
}

.toolbar .sorter {
    float: left
}

.toolbar-bottom {
    margin-top: 0;
}

.toolbar .pager .pages ol {
    float: none;
}


/*========== Category Toolbar, Pager ==========*/

.toolbar-bottom {
    border-width: 0 !important;
}

.toolbar .pager {
    text-align: right;
    margin: 0;
    padding: 0;
    float: right;
    margin-top: 4px
}

.pager .amount,
.sorter .amount {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    margin-top: 10px
}

.sorter .dropdown-toggle {
    width: 88px;
    text-align: left;
}

.sorter .dropdown-menu>li {
    width: 110px;
}

.pager .dropdown-toggle {
    width: 50px;
    text-align: left;
}

.pager .dropdown-menu>li {
    width: 71px;
    display: block;
    text-align: left;
}

.pager .button,
.toolbar .button,
.toolbar .btn {
    padding: 4px 11px;
}

.pager .button:hover,
.toolbar .button:hover,
.toolbar .btn:hover {
    padding: 4px 11px;
    text-shadow: none;
}

.toolbar .pager .limiter {
    margin-top: 2px;
    float: left
}

.toolbar-bottom .pager .limiter {
    position: static;
}

.toolbar .pager .pages {
    display: inline;
    margin-left: 15px
}

.pager .button {
    padding: 4px 11px;
}

.toolbar .actions {
    margin-right: 30px;
}

.pager .limiter label,
.toolbar label {
    display: inline;
    float: left;
    text-transform: lowercase;
    margin-right: 10px;
    padding: 6px 0;
    font-size: 13px;
    font-family: "Lato", sans-serif;
}

.sales-order-history .pager .limiter label,
.toolbar label {
    float: none;
}

.sales-order-history .pager .amount {
    display: none;
}

.sales-order-history .pager .limiter {
    float: left;
}

.sales-order-history .pager {
    overflow: hidden;
}

.downloadable-customer-products .pager .limiter label,
.toolbar label {
    float: none;
}

.downloadable-customer-products .pager .amount {
    display: none;
}

.downloadable-customer-products .pager .limiter {
    float: left;
}

.downloadable-customer-products .pager {
    overflow: hidden;
}

#my-downloadable-products-table {
    margin: 10px 0;
}

.toolbar .sorter .sort-by {
    margin-right: 15px;
}

.pager .amount {
    margin-right: 20px;
}

.toolbar-bottom .sorter {
    display: none;
}

.product-view .box-reviews .pager {
    border-width: 0;
    padding-top: 15px;
}

.button-viewall,
.button-grid,
.button-list {
    width: 18px;
    height: 22px;
    text-indent: -999em;
    padding: 0;
}

.button-viewall {
    width: 35px;
    height: 30px;
    padding: 0;
}

.button.next,
.button.prev {
    width: 30px;
    height: 30px;
    padding: 0;
}

.product-essential .button.next {
    float: right;
    margin-top: -25px
}

.product-essential .button.prev {
    width: 30px;
    height: 30px;
    padding: 0;
    float: right;
    margin-right: 10px;
    margin-top: -25px
}

.slider-arrow.prev,
.toolbar .view-mode .last,
.toolbar .dropdown-select .arrow {}

.slider-arrow.next,
.toolbar .view-mode .first {}

.toolbar .view-mode .first.last {}

.dropdown-select {
    margin-right: 3px;
}

.dropdown-select .button {
    color: #757575;
    background: #f8f8f8 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.toolbar span.button-active {
    background-color: #f47325;
    color: #ffffff;
    border-radius: 0px;
    border: 1px #e1e1e1 solid
}

.pager .button,
.toolbar .button,
.toolbar .btn,
.toolbar .button-arrow,
.toolbar .dropdown .button .arrow {
    background-color: #f8f8f8;
    font-size: 12px;
    text-shadow: none;
    border-radius: 0px;
}

.toolbar .button-dark,
.toolbar .btn-dark,
.pager .button-dark,
.pager .btn-dark {
    background-color: #e0e0e0;
}

.button-asc {
    background-image: url(../images/icon_asc.png);
    height: 22px;
    width: 10px;
    margin-left: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button-asc:hover,
.button-asc:focus {
    background-image: url(../images/icon_asc_over.png) !important;
}

.button-desc {
    background-image: url(../images/icon_dsc.png);
    height: 22px;
    width: 10px;
    margin-left: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button-desc:hover,
.button-desc:focus {
    background-image: url(../images/icon_dsc_over.png) !important;
}

.dropdown-select .arrow {
    background-image: url(../images/tool_arrow_down.png);
}

.dropdown-select.open .arrow,
.toolbar .dropdown-select.open .arrow {
    background-image: url(../images/tool_arrow_down_o.png) !important;
}

.toolbar .button-grid,
.button-viewall {
    background-image: url(../images/icon_grid_over.png);
}

.toolbar .button-grid:hover,
.toolbar .button-grid:focus,
.button-viewall:hover,
.button-viewall:focus,
.toolbar .button-active.button-grid {
    background-image: url(../images/icon_grid.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    /*width:15px;*/
    border: 0px #fff solid
}

.toolbar .button-list {
    background-image: url(../images/icon_list.png);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 #fff solid
}

.toolbar .button-list:hover,
.toolbar .button-list:focus,
.toolbar .button-active.button-list {
    background-image: url(../images/icon_list_over.png) !important;
    /*background-color:#323C46;*/
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    border: 0px #fff solid;
    border-radius: 0px;
    padding: 4px 12px;
    margin: 0
}

.dropdown-select .arrow {
    width: 10px;
    height: 21px;
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0;
}

.dropdown-menu {
    max-width: inherit;
}

.button-arrow.btn-remove {
    background-image: url(../images/icon_remove.png);
}

.button-arrow.btn-remove:hover,
.button-arrow.btn-remove:focus {
    background-image: url(../images/icon_remove_over.png);
}

.button.next {
    background-image: url(../images/icon_arrow_next.png);
    background-color: #eee
}

.button.next:hover,
.button.next:focus {
    background-image: url(../images/icon_arrow_next_over.png);
    background-color: #FD355A;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    border: 0px #fff solid;
    border-radius: 0px;
    padding: 0px 6px;
    margin: 0
}

.button.prev {
    background-image: url(../images/icon_arrow_prev.png);
    background-color: #eee
}

.button.prev:hover,
.button.prev:focus {
    background-image: url(../images/icon_arrow_prev_over.png);
    padding: 0;
    background-color: #323C46;
    background-position: 12px;
    background-repeat: no-repeat;
}

.products-grid .item-active .btn-cart,
.products-grid .price-review .btn-cart {
    background-image: url(../images/icon_addcart.png);
}

.products-grid .item-active .btn-cart:hover,
.products-grid .item-active .btn-cart:focus {
    background-image: url(../images/icon_addcart.png);
}

ul.products-grid {
    padding: 0;
    margin:
}


/*============ View Type: Grid ============*/

.products-grid {
    margin-top: 0px;
    padding: 0;
    margin: 0
}

.products-grid tr.odd {
    border-bottom: 0px solid #EAEAEA;
}

.products-grid tr.last {
    border-bottom: none;
}

.products-grid td {
    width: 35%;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 10px
}

.products-grid td.empty {}

.products-grid li {
    list-style: none;
    background: none repeat scroll 0 0 #fff;
    border: 5px solid #fff;
    display: block;
    float: left;
    margin: 0 10px 0px 0;
    width: 215px;
    position: relative;
}

.products-grid li:hover {
    border: 5px #eaeaea solid;
}

.products-grid li.last {
    float: left;
    width: 215px;
    padding: 0;
    margin: 0 0 15px 0;
}

li.last .new_prod {
    background-color: #ffffff;
    text-align: left;
    border-right: 0px;
    margin-right: 0px;
}

.products-grid .actions button.button {
    background: none repeat scroll 0 0 #f47325;
    float: left;
    font-family: 'FontAwesome';
    font-size: 16px;
    padding: 4px 8px;
    text-decoration: none;
    text-transform: uppercase;
}

.products-grid .actions {
    margin: 0px 10px;
    bottom: 0px;
    padding: 10px 12px 10px 0px;
    width: 100%;
}

.products-grid .actions button.button {
    padding: 4px 8px;
    text-decoration: none;
    float: none;
    background: none;
    font-family: 'FontAwesome';
    font-size: 16px;
    text-transform: uppercase;
    background-color: #f47325;
    display: inline
}

.products-grid .actions button.button span span {
    font-size: 12px;
    padding: 1px 0px 0px 10px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase
}

.products-grid .actions button.button:hover span span {
    text-decoration: none;
}

.products-grid li.item:hover .actions {
    display: block;
}

.products-grid .product-image {
    display: block;
    margin: 0px 0px 0px 0px;
}

.products-grid .product-image img {
    position: relative;
    width: auto;
    max-width: 95%;
    height: auto;
    /*	width:215px;*/
    min-height: 165px;
    /*    max-height: 200px;*/
}

.products-grid li .quick-view {
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 30%;
    background: #333;
    height: 42px;
    line-height: 42px;
    padding: 0 16px;
    color: white;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.products-grid li .quick-view:hover {
    background: #f47325;
    text-decoration: none;
    color: #fff
}

.products-grid li.item:hover .quick-view {
    opacity: 1;
    text-transform: uppercase;
    filter: alpha(opacity=100);
}


/*============ Data Table ============*/

.data-table {
    width: 100%;
}

.data-table th {
    line-height: 20px;
    padding: 10px;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase
}

.data-table td {
    line-height: 20px;
    padding: 10px;
    vertical-align: top
}

.data-table th .tax-flag {
    white-space: nowrap;
    font-weight: normal;
}

.data-table td.label,
.data-table th.label {
    font-weight: 300;
}

.data-table td.value {}

.data-table input,
data-table select,
data-table textarea {
    margin: 3px;
}

.data-table p {
    margin: 10px 0;
}

.data-table .description {
    margin: 10px 0;
}


/*============ Shopping cart total summary row expandable to details ============*/

tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -53px;
}

tr.show-details td {}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465;
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
    font-style: italic;
}


/*============ Shopping cart tax info ============*/

.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -53px;
}

.cart-table .btn-continue {
    float: left;
}


/*============ Class: std - styles for admin-controlled content ============*/

.std .subtitle {}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: 900;
}

.std dl dd {
    margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0;
    padding: 0;
}

.std ul {
    list-style: none;
    padding-left: 1.5em;
    margin: 0;
    padding: 0
}

.std ol {
    list-style: none;
    padding-left: 0;
}

.std ul ul {
    list-style-type: none;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: 900;
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-weight: 900;
    color: #333
}

.std i,
.std em {
    font-style: italic;
}

.std p {
    padding-top: 0px;
}

.std ul {
    padding-left: 0px;
    padding-top: 0px;
}

.std ul li {
    margin-left: 0;
    margin-top: 0;
}

.std ol {
    padding-top: 0;
    padding-left: 0;
    margin: 0;
}

.std ol li {
    list-style: none;
    margin-top: 2px;
}

.std a {
    text-decoration: none;
}

.std a:hover {
    text-decoration: none;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
    border-left: 5px solid #ddd;
    margin: 0 0 1.5em;
}

.std p {
    padding-top: 12px;
    line-height: 1.4em;
}

.std ul {
    padding-left: 0px;
    padding-top: 5px;
}

.std ul li {
    list-style-image: url(../images/bullet_1.png);
    margin-left: 1.5em;
    margin-top: 2px;
}

.std ol {
    padding-top: 5px;
    padding-left: 1.5em;
    margin: 0 0 1em;
}

.std ol li {
    list-style: decimal;
    margin-top: 2px;
}

.std a {
    text-decoration: none;
    line-height: 17px;
}

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

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
    border-left: 5px solid #ddd;
    margin: 0 0 1.5em;
}

.order-info {
    border: 1px solid #DDDDDD;
    margin: 5px 0 8px;
    padding: 4px 8px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
    margin: 0;
    padding: 0;
}

.order-info .current {
    font-weight: 900;
}

.order-info li {
    margin: 0 3px;
}

.tags-list {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #DDDDDD;
    display: block;
    font-size: 13px;
    padding: 10px;
}

.tags-list li {
    display: inline !important;
    margin: 0 4px 0 0;
}

.tags-list li a {
    color: #666;
}


/*============ Misc ============*/

.toplinks .links {
    margin: 0;
    padding: 0
}

.toplinks .links li {
    display: inline;
    background: url(../images/top-link-sep.png) no-repeat center left;
    border-left: 0px solid #555555;
    padding: 0 6px 0 8px
}

.toplinks .links li.first {
    padding-left: 0 !important;
    border-left: none;
    background: none;
}

.toplinks .links li.last {}

.link-add,
.link-cart,
.link-wishlist,
.link-reorder,
.link-compare {
    font-weight: 900;
    font-size: 13px;
}

.link-print {
    padding: 2px 0 2px 25px;
}

.link-rss {
    white-space: nowrap;
}

.btn-remove {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 16px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: #ddd;
    text-indent: -999em;
    overflow: hidden;
}

.icon-basket {
    display: none !important
}


/*============ Header ================ */

.header-container {
    width: 100%;
    margin: auto;
    background-color: #ddd
}

.header {
    width: 960px;
    margin: auto
}

.header .logo {
    float: left;
    text-decoration: none !important;
    margin-bottom: 15px;
    margin-top: 25px
}

.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.header h1.logo {
    margin: 0;
    padding: 0;
    font-size: 30px;
}

.header .welcome-msg {
    font-weight: 900;
    text-align: right;
}

.header .welcome-msg a {}

.header .links {
    float: right;
}

.header .form-search {
    text-align: right;
}

.header .form-search .search-autocomplete {
    z-index: 999;
}

.header .form-search .search-autocomplete ul {
    border: 1px solid #ddd;
    background-color: #fff;
}

.header .form-search .search-autocomplete li {
    padding: 3px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: 900;
}

.header .form-search .search-autocomplete li.selected {}

.header .form-language {
    clear: both;
    text-align: right;
}

.header-container .top-container {
    clear: both;
    text-align: right;
}

.header-inner {
    width: 100%;
    margin: auto;
    background-color: #FFFFFF;
}


/*========== Header Top ==========*/

.header-top {
    font-size: 11px;
    max-width: 100%;
    margin: auto;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    position: relative;
    height: 30px;
}

.header-top .inner {
    font-size: 11px;
    width: 960px;
    margin: auto;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    position: relative;
    height: 30px;
    margin-bottom: 8px
}

.header-top .right {
    margin-right: 0;
    color: #333;
    font-family: "Lato", sans-serif;
    font-weight: 400
}

.header-top .right a {
    text-decoration: none
}

.welcome-msg {
    float: left;
    padding: 8px 20px 0px 0;
    margin: 0;
    font-size: 11px;
    color: #000
}

.login-link {
    padding-left: 2px;
}

.login-link a {
    text-decoration: none
}

.flexible nav {
    background: none repeat scroll 0 0 #fff;
    width: 100%;
}

.home-grid .sale-top-right {
    margin-left: 239px;
}

.home-grid .new-top-right {
    margin-left: 239px;
}

.header-right {
    float: right;
}


/*========== Top Links ==========*/

.toplinks {
    margin: 7px 0 0 0;
    padding: 0;
    float: right
}

.toplinks a {
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px
}

.toplinks a:hover {
    color: #999
}

.toplinks a .count {
    letter-spacing: 1px;
}

.btn-remove {
    background-image: url(../images/btn_remove.png);
    margin: 0px 0 0 18px;
}

.btn-edit {
    margin: 0;
}

.btn-remove:hover,
.btn-remove:focus {
    background-position: 0 -11px;
}

.btn-edit:hover,
.btn-edit:focus {
    background-position: 0 -11px;
}

.product-name,
.product-name h1,
.product-name h2,
.product-name h3,
.product-name h4,
#product-tabs>dt,
#cart-tabs>dt,
.review-title,
.author,
.fraction-slider .slide-title {
    font-family: "Lato", sans-serif;
    font-size: 16px;
}


/*========== Currency, Language Selector, Store Switcher ===============*/

.form-language {
    float: left;
    margin-top: 2px;
    margin-right: 8px
}

.form-language select {
    width: 105px;
    outline: none
}

.language-switcher {
    display: inline-block;
    float: left;
    margin-top: 2px;
    padding: 0 0 0 5px;
}

.language-switcher select {
    width: 105px;
    outline: none
}

.block-currency,
.block-language {
    float: left;
    margin-bottom: 0;
    margin-right: 0px;
    height: 30px;
    margin-top: -8px;
    margin-left: -15px
}

.block-currency .block-title,
.block-language .block-title,
.store-switcher .block-title {
    display: none;
}

.block-currency .block-content>a,
.block-language .block-content>a,
.store-switcher .block-content>a {
    padding: 8px 0px 8px 15px;
    display: block;
}

.block-language .icon-flag {
    width: 16px;
    height: 12px;
    display: inline-block;
    margin-right: 2px;
    margin-top: 0px;
    background-position: center center;
    border: 0px solid #eee;
    padding: 0;
}

.block-currency .dropdown-toggle .symbol {
    display: none;
    padding: 0;
    min-width: 18px;
    text-align: center;
}

.dropdown-menu {
    border-color: #dcdcdc;
}

.dropdown-menu>li>a,
.dropdown-submenu:focus>a {
    background-color: #f7f7f7;
    background-image: none;
    color: #737373;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-submenu:hover>a {
    background-color: #CA0000;
    background-image: none;
    color: #ffffff;
}

.block-currency .block-content>a,
.block-language .block-content>a,
.store-switcher .block-content>a {
    color: #ffffff;
}

.block-currency .dropdown-menu>li>a,
.block-currency .dropdown-submenu:focus>a,
.block-language .dropdown-menu>li>a,
.block-language .dropdown-submenu:focus>a {
    background-color: #323C46;
    color: #fff;
    text-decoration: none;
    padding: 6px 10px;
    /*width:30px;*/
    line-height: normal;
    font-weight: normal
}

.block-currency .block-content>a,
.block-language .block-content>a {
    color: #777;
    text-decoration: none
}

.block-currency .block-content.open>a,
.block-language .block-content.open>a {}

.block-currency .block-content.open>a,
.block-language .block-content.open>a,
.block-currency .dropdown-menu>li>a:hover,
.block-currency .dropdown-menu>li>a:focus,
.block-currency .dropdown-menu>.active>a,
.block-currency .dropdown-menu>.active>a:hover,
.block-currency .dropdown-menu>.active>a:focus,
.block-currency .dropdown-submenu:hover>a,
.block-language .dropdown-menu>li>a:hover,
.block-language .dropdown-menu>li>a:focus,
.block-language .dropdown-menu>.active>a,
.block-language .dropdown-menu>.active>a:hover,
.block-language .dropdown-menu>.active>a:focus,
.block-language .dropdown-submenu:hover>a {
    color: #448b33 !important;
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 86%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: auto;
    padding: 0px 0;
    margin: 0;
    font-size: 14px;
    list-style: none;
    background: #323C46;
    border-top: none;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.toolbar .dropdown-menu {
    margin-top: 4px
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    font-size: 12px
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #323C46
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

[class^="icon-"],
[class*=" icon-"] {
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 22px;
    padding: 0;
}


/*========== Quick Access, Wishlist, Compare Links ==========*/

.form-search .button {
    background: url(../images/icon_search.png) no-repeat 11px 10px;
    border: none;
}

.form-search .button:hover,
.form-search .button:focus {
    background: url(../images/icon_search.png) no-repeat 11px 10px;
    border: none;
}

#mini-cart .icon-cart {
    background-image: url(../images/icon_cart.png);
}

#mini-cart.open .icon-cart {
    background-image: url(../images/icon_cart.png);
}

.icon-fblike {
    background-image: url(../images/icon_fblike.png);
}

:hover .icon-fblike,
:focus .icon-fblike {
    background-image: url(../images/icon_fblike.png);
}

.form-search label {
    display: none;
}

#search_mini_form {}

#search_mini_form .input-text {
    color: #666;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 16px;
    margin-right: -1px
}

.form-search .input-text {
    width: 210px;
    position: absolute;
    right: 36px;
    padding: 8px;
    line-height: 17px;
    font-size: 11px;
    border-radius: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#search_mini_form .button,
#mini-cart>.button,
.store-switcher .button,
.link-wishlist,
.link-compare,
.link-edit,
.footer-top .button,
.footer-bottom .button {
    color: #ffffff;
    background-color: #4e4e4e;
}

.email-friend {
    float: left;
    font-size: 12px
}

.email-friend a:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 20px;
    padding-right: 5px;
    vertical-align: top
}

.email-friend a {
    color: #666666;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px
}

.link-wishlist:hover,
.link-wishlist:focus,
.link-compare:hover,
.link-compare:focus,
.link-friend:hover,
.link-friend:focus,
.link-edit:hover,
.link-edit:focus,
.footer-top .button:hover,
.footer-top .button:focus,
.footer-bottom .button:hover,
.footer-bottom .button:focus {
    color: #2ca2e3;
    -webkit-transition: none;
    transition: none
}

#mini-cart.open>.button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

#mini-cart .dropdown-menu {
    border-bottom: 3px solid #323C46;
    right: 0px
}

.mini-products-list .price,
#mini-cart .block-content .price {
    color: #f47325 !important;
    font-size: 14px;
    font-weight: normal;
}

.link-wishlist.no-image,
.link-compare.no-image,
.link-friend.no-image,
.link-edit.no-image {
    color: #CA0000 !important;
}

.link-wishlist.no-image:hover,
.link-wishlist.no-image:focus,
.link-compare.no-image:hover,
.link-compare.no-image:focus,
.link-friend.no-image:hover,
.link-friend.no-image:focus,
.link-edit.no-image:hover,
.link-edit.no-image:focus {
    color: #838383 !important;
}

.quick-access {
    margin-top: 20px;
    float: right;
    position: relative;
}

.header-menu-right .form-search .input-text {
    display: none;
}

.form-search .button,
.form-search .button:hover,
.form-search .button:focus {
    text-indent: -999em;
    width: 35px;
    height: 34px;
    margin-left: 0px;
    padding: 0;
    position: relative;
    z-index: 0;
    border-radius: 0
}

#mini-cart {
    float: left;
    margin-left: 8px;
    margin-right: 0;
}

#mini-cart .cart_arrow_down {
    padding: 10px 0 0 20px;
    margin-top: -13px;
    float: right
}

.header-both {
    margin-bottom: 10px;
}

.header-top #mini-cart,
.header-both #mini-cart {
    float: right;
    margin-left: 0px;
    border: none
}

#mini-cart .dropdown-toggle {
    font-size: 14px;
    padding: 0;
    height: 55px;
    text-transform: none;
    background: #f47325;
    margin-top: 75px;
}

.header-top #mini-cart .dropdown-toggle {
    height: 32px;
    padding-top: 12px;
    padding-right: 20px;
    padding-left: 16px;
    border: none
}

#mini-cart .dropdown-toggle .price {
    font-weight: 900;
    color: #FFFFFF;
    font-size: 16px
}

#mini-cart .icon-cart {
    background-position: 0 0;
    margin-right: 5px;
    margin-left: 2px;
    margin-top: 0px;
    width: 20px;
    height: 18px
}

#mini-cart .dropdown-menu {
    width: 290px;
    padding: 0;
    top: 210px;
    background: #fff;
    left: auto;
}

.header-right #mini-cart .dropdown-menu,
.header-top #mini-cart .dropdown-menu {
    top: 44px;
}

#mini-cart .block-subtitle {
    font-weight: 300;
    font-size: 13px;
    font-family: "Lato", sans-serif;
    color: #333;
    background-color: #fff;
    padding: 15px 15px;
    border-bottom: 1px #eaeaea solid;
    text-transform: uppercase;
    text-align: right
}

#mini-cart .product-name a {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    white-space: pre-wrap;
    width: 180px;
    font-weight: normal;
    color: #666666;
    line-height: normal;
    text-transform: none
}

#mini-cart .dropdown-menu .block-content .noitem {
    margin: 0;
    padding: 15px;
}

#sequence ul li {
    list-style: none;
    margin-left: 0;
    margin-top: 0;
}

.required {
    color: #FF0000;
}

#mini-cart .mini-products-list .product-name {
    padding-right: 35px;
    line-height: normal
}

#mini-cart .mini-products-list .product-name,
#mini-cart .mini-products-list .price {
    padding-right: 22px;
    font-size: 13px;
    margin: -2px 0 0 0;
    text-align: left;
    width: 180px;
}

#mini-cart .mini-products-list img {
    width: 65px;
    height: auto;
}

.block .mini-products-list .item {
    position: relative;
    padding: 10px 0;
}

.mini-products-images-list .item {
    display: inline-block;
    width: 70px;
}

.mini-products-list .product-details .btn-remove {
    position: absolute;
    top: 10px;
    right: 8px;
}

#mini-cart .mini-products-list .prod_qty {
    font-size: 13px;
}

.block-compare .mini-products-list .product-details .btn-remove,
.block-wishlist .mini-products-list .product-details .btn-remove {
    top: -5px;
}

.mini-products-list .product-details .btn-edit {
    position: absolute;
    top: 8px;
    right: 20px;
}

#mini-cart .prices-wrap {
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    color: #333;
    border-bottom: 1px solid #eaeaea;
    padding: 5px 0px;
}

#mini-cart .prices {
    margin: 6px 0;
    text-align: right;
    padding-right: 10px
}

#mini-cart .actions {
    background-color: #f8f8f8;
    padding: 15px 15px;
    overflow: hidden
}

#mini-cart .actions .btn-checkout {
    background-color: #f47325;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 5px 15px;
    border: none;
    font-family: "Lato", sans-serif;
    float: left;
    margin-top: 5px;
    cursor: pointer
}

#mini-cart .actions .view-cart {
    background: #448b33;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 5px 15px;
    border: none;
    font-family: "Lato", sans-serif;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none
}

#mini-cart .actions .view-cart:before {
    content: '\f07a';
    font-family: FontAwesome;
    font-size: 16px;
    padding-right: 8px
}

#mini-cart .actions .button {
    display: inline-block;
    width: 100px;
    text-align: center;
    margin-bottom: 3px;
    padding: 8px 10px 6px;
    text-transform: none;
    border: none;
    font-size: 14px;
    float: right;
}

#mini-cart .button.btn-checkout {
    background-color: #970400;
    color: #FFFFFF;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0px 6px;
    height: 32px;
    line-height: 32px
}

.block_mini_cart_above_products {
    margin-bottom: 15px;
}

#mini-cart>.button {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    text-shadow: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none
}

#mini-cart .cart-items {
    font-size: 14px;
    font-weight: 900;
    color: #666;
    font-family: Arial, Helvetica, sans-serif
}

#mini-cart .cart-items:hover {
    font-size: 14px;
    font-weight: 900;
    color: #999;
    font-family: Arial, Helvetica, sans-serif
}

#mini-cart .actions .empty-cart {
    margin-right: 15px;
    line-height: 35px
}

.button-inverse,
.button-tabs li.active a {
    border: 1px #111 solid;
    background: #F44D78;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#111');
    background: -moz-linear-gradient(top, #333, #111);
    text-shadow: #93101a 0 0px -2px;
    -webkit-text-shadow: #93101a 0 1px 2px;
    -moz-text-shadow: #93101a 0 1px 2px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .3), inset 0 1px 0 #999;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .3), inset 0 1px 0 #999;
    padding: 3px 12px;
    text-shadow: 0 1px 0 #000;
}

.button-inverse:hover,
.button-inverse:focus {
    border: 1px #111 solid;
    background: #F44D78;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#111');
    background: -moz-linear-gradient(top, #333, #111);
    text-shadow: #93101a 0 0px -2px;
    -webkit-text-shadow: #93101a 0 1px 2px;
    -moz-text-shadow: #93101a 0 1px 2px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .3), inset 0 1px 0 #999;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .3), inset 0 1px 0 #999;
    padding: 3px 12px;
    text-shadow: 0 1px 0 #000;
}

.button,
.btn,
.button-inverse,
.button-vote,
.sidebar .button,
.sidebar .btn,
.dropdown .dropdown-menu .button,
.buttons-set .back-link a,
.scrolltop,
.button-tabs li a {
    font-family: "Lato", sans-serif;
    border-radius: 0px;
    border: 0px #333 solid;
    background: #323C46;
    padding: 8px 12px;
    text-shadow: 0 1px 0 #333;
    text-transform: uppercase
}

.button:hover,
.button:focus,
.btn:hover,
.btn:focus,
.button-inverse,
.button-vote:hover,
.sidebar .button:hover,
.sidebar .button:focus,
.sidebar .btn:hover,
.sidebar .btn:focus,
.form-list .bootstrap-select.btn-group .btn:hover .caret,
.form-list .bootstrap-select.btn-group .btn:focus .caret,
.buttons-set .back-link a:hover,
.buttons-set .back-link a:focus,
.scrolltop,
.button-tabs li a:hover,
.button-tabs li a:focus {
    border: 0px #111 solid;
    background: #333;
    padding: 8px 12px;
}

.button:hover,
.pager .button:focus,
.toolbar .button:focus,
.toolbar .btn:focus {
    padding: 4px 11px;
}

.button-subscribe:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 5px;
}

#mini-cart .actions .btn-checkout:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 5px;
}

.button-checkout:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 5px;
}

.button-compare {
    float: left;
    margin-right: 8px !important
}

.button-compare:before {
    content: "\f074";
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 5px;
}

.button-clear:before {
    content: "\f12d";
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 5px;
}

.button-vote:before {
    content: "\f164";
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 5px;
}

.pager .button:hover,
.pager .button:focus,
.dropdown .dropdown-menu .button:hover,
.dropdown .dropdown-menu .button:focus {
    text-shadow: none
}


/*========== Main Menu ==========*/

.nav-container {
    width: 100%;
    margin: auto
}


/********** Navigation  ============== */


/********** Banner Slider > */

#banner-slider {
    margin: 0px auto 0;
    width: 100%;
}


/*========== Slider Controls, Background Colors ==========*/

.flex-control-paging li a,
.sequence-pagination li a,
.fs-pager-wrapper a,
.bx-wrapper .bx-pager.bx-default-pager a,
.tp-bullets.simplebullets.round .bullet {
    background-color: #565656;
}

.flex-control-paging li a.flex-active,
.sequence-pagination li.current a,
.fs-pager-wrapper .active,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
    background-color: #CA0000;
}

.btn,
.button,
.button-inverse,
.slider-arrow,
.button-arrow,
.dropdown .arrow,
.elastislide-next,
.elastislide-prev,
.button-up,
.button-down,
.form-list .bootstrap-select.btn-group .btn:hover .caret,
.form-list .bootstrap-select.btn-group .btn:focus .caret,
.buttons-set .back-link a,
.button-tabs li a {
    font-size: 12px;
    display: inline-block;
    *display: inline;
    padding: 2px 8px 3px;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #f4f4f4;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    *zoom: 1;
    background-position: center center;
    background-repeat: no-repeat;
}

.prod_image_detail .btn-cart {
    background: #F44D78;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa7496', endColorstr='#F44D78');
    background: -moz-linear-gradient(top, #fa7496, #F44D78);
    padding: 2px 12px 5px;
}

.prod_image_detail .btn-cart:hover {
    background: #F44D78;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#111');
    background: -moz-linear-gradient(top, #333, #111);
    padding: 2px 12px 5px;
}

.prod_image_detail .btn-cart span {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-transform: none
}

.products-list .product-shop .btn-cart {
    background: #f47325;
    padding: 4px 12px 5px;
    float: left
}

.products-list .product-shop .btn-cart:hover {
    background: #8cbd40;
    padding: 4px 12px 5px;
}

.products-list .product-shop .btn-cart span {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-transform: none
}

.btn-large,
.buttons-set button.button,
    {
    font-size: 15px;
}

.buttons-set .back-link a {
    display: inline-block;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    font-weight: 900;
    display: inline-block;
    text-shadow: none;
    padding: 0
}

.buttons-set .back-link a small {
    font-size: 16px;
    font-weight: 400;
    color: #333
}

.buttons-set .back-link a:hover small {
    font-size: 16px;
    font-weight: 400;
    color: #4c9a44;
    padding: 0
}

.buttons-set .back-link a:hover {
    display: inline-block;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #4c9a44;
    display: inline-block;
    text-shadow: none;
    padding: 0
}

.btn-mini {
    padding: 2px 6px;
}

.slider-arrow:hover,
.slider-arrow:focus,
.button-arrow:hover,
.button-arrow:focus,
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-prev:focus,
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-next:focus,
.dropdown.open .arrow,
.toolbar .dropdown.open .arrow,
.elastislide-next:hover,
.elastislide-next:focus,
.elastislide-prev:hover,
.elastislide-prev:focus,
.opc .step-title a:hover,
.opc .step-title a:focus,
.prettycheckbox>a.checked,
.prettyradio>a.checked,
.fraction-slider .prev:hover,
.fraction-slider .prev:focus,
.fraction-slider .next:hover,
.fraction-slider .next:focus,
.bx-wrapper .bx-controls-direction a:hover,
.bx-wrapper .bx-controls-direction a:focus,
.tp-leftarrow:hover,
.tp-leftarrow:focus,
.tp-rightarrow:hover,
.tp-rightarrow:focus {
    background-color: #323C46 !important;
    background-image: none;
    color: #fff;
}


/*============ Banner Static ================ */

.banner-static-contain {
    width: 100%;
    margin: auto;
    float: left;
    padding-bottom: 30px;
    border-bottom: 1px solid #E4E4E4;
}

.banner-inner .box1 {
    width: 206px;
    float: left;
    margin-right: 15px;
    background: url(../images/easy_order.png) no-repeat scroll 0% 10px;
    padding: 15px 10px 15px 90px;
    color: #333;
    text-align: left
}

.banner-inner .box2 {
    width: 206px;
    float: left;
    margin-right: 15px;
    background: url(../images/money.png) no-repeat scroll 0% 10px;
    padding: 15px 10px 15px 90px;
    color: #333;
    text-align: left
}

.banner-inner .box3 {
    width: 206px;
    float: right;
    margin-right: 0px;
    background: url(../images/original-products.png) no-repeat scroll 0% 10px;
    padding: 15px 0px 15px 90px;
    color: #333;
    text-align: left
}

.banner-inner {
    padding: 8px 0 4px;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    width: 960px;
    margin: auto
}

.banner-inner .banner-title {
    text-transform: none;
    font-size: 17px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #333;
    margin-bottom: 4px;
    text-shadow: 0 1px 0 #fff
}

.banner-center {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #ddd;
    width: 820px;
    padding: 15px 10px;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 12px;
    margin-top: 10px
}

.banner-center .left {
    width: 500px;
    float: left
}

.banner-center .right {
    width: 200px;
    float: right
}

.banner-center p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 900;
    margin: 0
}

.banner-center .banner-link {
    float: right;
    margin-top: 2px
}

.banner-center .banner-link a {
    background-color: #CA0000;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 8px 10px;
    border-radius: 3px;
    text-decoration: none;
    text-shadow: 0 1px 0 #901028
}

.banner-center .banner-link a:hover {
    border-width: 1px;
    border-color: #23AEAC;
    background-color: #32BEBC;
    text-shadow: 0 1px 0 #a1135c
}

.flex-control-nav {
    display: none
}

.product-title {
    color: #333;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0;
    padding-bottom: 12px;
    text-align: left;
    text-transform: none;
}

.prod_image_detail {
    text-align: center;
    padding-top: 10px
}

.prod_image_detail .actions {
    margin-top: 12px;
    line-height: 1.4em;
    margin: 5px 0;
    padding: 0 0 10px 0
}

.prod_image_detail .description {
    margin: 15px 0 15px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: normal
}

p {
    margin: 0 0 10px;
}


/*============ Sidebar =============== */

.block {
    margin: 0 0 15px;
}

.block .block-title {
    border-bottom: 1px solid #E5E5E5;
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 14px;
    text-transform: uppercase;
}

.block .block-title strong {
    font-weight: 900;
}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-content {
    padding: 15px 0px 10px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    background-color: #FFFFFF;
    border-top: none;
    padding: 14px;
    overflow: hidden
}

.block .block-content .item {
    padding: 5px 0;
}

.block .btn-remove,
.block .btn-edit {
    float: right;
    margin-top: 6px
}

.sidebar .block .access .btn-remove {
    float: right;
    margin-top: -38px
}

.block .actions {
    text-align: left;
    padding: 8px 0;
}

.block .actions a {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: 900;
}

.block .empty {}

.block li.odd {}

.block li.even {}

.side-nav-categories {
    background-color: #FFFFFF;
    margin-bottom: 15px
}

.side-nav-categories .block-title {
    border-bottom: 1px solid #E5E5E5;
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 14px;
    text-transform: uppercase;
}


/*============	Category boxes ============*/

.box-category {
    padding: 14px
}

.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box-category>ul>li {
    border-top: 1px solid #eaeaea;
    display: block;
    position: relative;
}

.box-category>ul>li:first-child {
    border-top: 0;
}

.box-category .subDropdown {
    top: 6px;
    right: 0;
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    padding: 2px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=60);
}

.box-category .subDropdown:hover {
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.box-category .subDropdown.plus {
    background-image: url("../images/plus.png");
}

.box-category .subDropdown.minus {
    background-image: url("../images/minus.png");
}

.box-category ul li a {
    padding: 8px 5px;
    display: block;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}

.box-category ul li.double a {
    display: inline-block;
    margin: 0;
}

.box-category ul li {
    position: relative;
}

.box-category>ul>li>a {
    color: #4c9a44;
    text-transform: none;
    display: block;
    font-size: 14px
}

.box-category>ul>li ul {
    display: none;
    padding-left: 0px;
    padding-bottom: 10px
}

.box-category>ul>li a.active {
    font-weight: normal;
    font-family: "Lato", sans-serif;
}

.box-category>ul>li>a.active {
    color: #333333;
    font-weight: 900;
    margin-bottom: 0;
}

.box-category>ul>li a.active+ul {
    display: block;
}

.box-category a:hover {
    text-decoration: none;
    font-size: 14px
}

.box-category>ul>li ul li a {
    font-family: "Lato", sans-serif
}

.box-category>ul>li ul>li>a {
    border-bottom: 0 solid #EAEAEA;
    font-size: 13px !important;
    margin: 0 5px !important;
    padding: 4px 0 !important;
    text-decoration: none;
}

.box-category>ul>li ul>li ul>li a {
    text-decoration: none;
    font-size: 13px !important;
    margin: 5px 15px !important;
    padding: 5px 0px !important;
    border-bottom: 0px solid #EAEAEA;
}


/*========== Sidebar, Block ==========*/

.sidebar-left {
    margin-left: 0 !important;
}

.bv3 .sidebar-right,
.bv3 .sidebar-left {
    padding-left: 15px;
}

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

.sidebar .block-content li {
    padding: 3px 5px 3px 0px;
}

.sidebar .block-venedor-ads .block-content li {
    padding: 0;
}

.sidebar .block dt {
    text-transform: none;
    font-size: 13px;
    font-weight: 900;
    color: #333
}

.sidebar .block dd {
    padding: 0;
    margin: 0;
    border-bottom: 0px #ccc solid
}

.sidebar address {
    margin-bottom: 0;
}

.block .slider-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block-layered-nav .block-subtitle {
    font-size: 13px;
    font-family: "Lato", sans-serif
}

.block-layered-nav dt {
    font-size: 16px;
}

.block-layered-nav .currently ol {
    margin: 0;
    padding: 10px 15px;
}

.block-layered-nav .currently span.value {
    font-weight: 900;
}

.block-layered-nav li {
    padding: 5px 0;
}

.block-layered-nav .label {
    margin-right: 5px;
}

.block-layered-nav .button-arrow {
    width: 25px;
    height: 25px;
    padding: 0;
    margin-top: -2px;
    position: absolute;
    right: 15px;
}

#narrow-by-list2 dd {
    display: block !important;
}


/*========== Sidebar, Block, Data Table ==========*/

.sidebar {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 0;
}

.sidebar .block-layered-nav .price {
    font-size: 13px;
    font-weight: normal;
}

.block-layered-nav .block-subtitle,
.block-layered-nav dt {
    color: #565656;
    font-weight: 900;
    padding: 10px 0 0 10px
}

.block-layered-nav .currently ol {
    border: 1px solid #ececec;
    background-color: #f4f4f4;
    border-radius: 3px;
}

.sidebar a,
.sidebar .block-layered-nav .price .sub {
    color: #4c9a44;
    font-size: 13px;
}

.sidebar .block-layered-nav .price {
    color: #666;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

.sidebar .link-cart,
.sidebar .link-wishlist,
.sidebar .link-reorder,
.sidebar .link-compare,
.block .actions a {
    color: #CA0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 12px
}

.block-tags .actions a.view-all {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    color: #4c9a44;
    font-weight: 400
}

.sidebar .link-cart:hover,
.sidebar .link-wishlist:hover,
.sidebar .link-reorder:hover,
.sidebar .link-compare:hover,
.sidebar .link-cart:focus,
.sidebar .link-wishlist:focus,
.sidebar .link-reorder:focus,
.sidebar .link-compare:focus,
.block .actions a:hover,
.block .actions a:focus {
    color: #333;
}

.sidebar .block dl {
    border-bottom: 0px solid #ccc;
    margin: 0
}

.block .block-content .price {
    font-size: 13px
}


/*============ Mini Products List ============*/

.block-products .block-content {
    padding: 0px;
    border: 1px solid #ccc;
    border-top: none
}

.mini-products-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.mini-products-list li {
    padding: 12px 10px;
    display: block;
    border-bottom: 1px solid #eaeaea;
}

.mini-products-list li:hover {
    background-color: #fcfcfc
}

.mini-products-list .product-image {
    background-color: #FFFFFF;
    border: 1px solid #eaeaea;
    float: left;
    margin: 0;
    padding: 0px;
    width: 65px;
    height: 65px
}

.mini-products-list .product-details {
    margin-left: 80px;
}

.mini-products-list .product-name a {
    font-size: 13px;
    font-weight: normal;
    color: #333;
    text-decoration: none
}

.mini-products-list .product-name a:hover {
    font-size: 13px;
    font-weight: normal;
    color: #CA0000
}

.mini-products-list .product-details h4 {
    font-size: 1em;
    font-weight: 900;
    margin: 0;
}

.mini-products-list .item {
    position: relative;
    overflow: hidden
}


/*============ Block: Account ============*/

.block-account {
    background-color: #FFFFFF
}

.block-account .block-content {
    padding: 5px 15px 15px
}

.block-account .block-content li {
    padding: 8px 5px;
    border-bottom: 1px solid #EAEAEA
}

.sidebar .block-content li.last {
    border-bottom: none
}

.block-account .block-content li a {
    cursor: pointer
}

.sidebar .block-content li.current {
    font-weight: 400;
    color: #333;
}


/*============ Block: Currency Switcher ============*/

.block-currency {}

.block-currency select {
    width: 100%;
    margin-right: 8px
}


/*============ Block: Layered Navigation ============*/

.block-layered-nav {
    background-color: #FFF;
}

.block-layered-nav .block-content {}

.block-layered-nav dt {
    font-weight: 900;
    padding: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.block-layered-nav dd {
    margin: 0;
    padding: 0;
}

.block-layered-nav dd ol {
    position: relative;
}

.block-layered-nav .currently {}

.block-layered-nav .btn-remove {
    float: right;
}

.block-list .price {
    color: inherit;
    font-size: 12px;
}


/*============ Block: Cart ============*/

.block-cart {
    background-color: #fff;
    padding: 0px;
    overflow: hidden
}

.block-cart .summary {}

.block-cart .amount {
    margin-bottom: 5px
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 5px 0;
}

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
    white-space: normal !important;
}

.block-cart .summary {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.block-cart .amount a {
    font-weight: 900;
    color: #4c9a44
}

.block-cart .subtotal {
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 8px
}

.block-cart .block-content .summary .subtotal .label {
    background: none repeat scroll 0 0 transparent;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    padding: 2px 0;
    text-shadow: none;
}

.block-cart .subtotal .price {
    color: #f47325 !important;
    font-weight: 900;
    font-size: 13px;
}

.ajax-checkout {
    border: 0 none;
    margin: 0;
    padding: 5px 0 5px;
    text-align: left;
    margin-bottom: 0px
}

.ajax-checkout a {
    border: 0px #dc436b solid;
    background: #323C46;
    text-shadow: 0 1px 0 #333;
    border-radius: 0px;
    color: #FFFFFF;
    font-size: 11px;
    padding: 8px 12px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase
}

.ajax-checkout a:hover {
    border: 0px #111 solid;
    background: #333;
    padding: 6px 10px;
    text-shadow: 0 1px 0 #000;
    border-radius: 0px;
    color: #FFFFFF;
    font-size: 11px;
    cursor: pointer
}

.sidebar .block-cart .block-subtitle {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 8px;
    margin: 8px 0 8px;
}

.col-left .block-cart .block-content ul li .product-details {
    float: right;
    width: 130px;
}

.col-left .block-cart ul li.item {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 5px;
    padding-bottom: 8px;
}

.col-left .block-cart ul li.item.last {
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.col-left .block-cart .block-content ul li a.product-image {
    display: inline
}

.col-left .block-cart .block-content ul li a.product-image img {
    border: 1px #ddd solid
}

.col-lfet .block-cart .block-content ul li .product-name {
    margin: 0 0 2px;
    font-size: 14px
}

.price,
.breadcrumbs li strong,
.product-details span.price,
#recently-viewed-items .price-box .special-price .price,
#recently-viewed-items .price-box .regular-price .price,
.availability.out-of-stock span {
    color: #CA0000
}


/*============ Block: Wishlist ============*/

.block-wishlist {}


/*============ Block: Related ============*/

.related-slider {
    float: left;
    margin: auto;
    width: 100%;
    margin-bottom: 15px
}

.related-slider h2 {
    color: #333;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    margin: 0px 0 20px;
    text-align: left;
    text-shadow: 0 1px 0 #fff
}

.block-related {}

.block-related .block-content {
    padding: 0px 0 10px 0;
    border: 1px solid #ECECEC;
    border-top: none;
    overflow: hidden
}

.block-related ul {
    margin: 0;
    padding: 0
}

.block-related li {
    padding: 5px 0;
}

.block-related input.checkbox {
    position: absolute;
    left: 85px;
    top: 14px;
    z-index: 10;
}

.block-related .product {
    margin-left: 20px;
}

.block-related .product .product-image {
    float: left;
    margin-right: -65px;
}

.block-related .product .product-details {
    margin-left: 65px;
}

.block-related .mini-products-list .product-details {
    margin-left: 125px;
    text-align: left
}

.block-related .mini-products-list .product-details .product-name {
    text-align: left
}

.block-related .mini-products-list .product-image {
    width: 100px;
    margin: 0;
    padding: 0 10px
}

.block-related .block-subtitle {
    padding: 10px 10px 0 10px;
    font-size: 13px;
    font-weight: 900;
    margin: 0
}

.block-related .price-box .old-price .price {
    display: inline;
    font-size: 15px;
    font-family: "Lato", sans-serif
}

.block-related a.link-cart {
    text-transform: uppercase;
    font-size: 14px;
    color: #23AEAC;
    font-weight: 900;
    font-family: "Lato", sans-serif
}

.block-related a.link-cart:hover {
    text-transform: uppercase;
    font-size: 14px;
    color: #CA0000;
    font-weight: 900;
    font-family: "Lato", sans-serif
}


/*============ Block: Compare Products ============*/

.block-compare {
    background-color: #fff;
    padding: 0px
}

.block-compare li {
    padding: 5px 0;
}

.block-compare .block-content ol,
.block-compare .block-content ul {
    margin: 0;
}

ol#compare-items li a.product-name {
    font-size: 13px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    color: #666;
    line-height: 20px;
    text-transform: none
}

ol#compare-items li a.product-name:hover {
    font-size: 13px;
    color: #4c9a44
}

ol#compare-items li {
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 5px;
    background: none
}

ol#compare-items li.last {
    border-bottom: none
}


/*============ Block: Recently Viewed ============*/

.block-viewed .block-content {
    background-color: #fff;
    padding: 5px 14px 14px
}

.block-viewed li {
    padding: 8px 0px !important;
    list-style: none;
    border-bottom: 1px solid #ECECEC
}

.block-viewed li.last {
    padding: 8px 0px 3px !important;
    border-bottom: 0px #eaeaea solid;
    list-style: none;
}

.block-viewed li span {
    margin-right: 3px;
    font-size: 18px;
    font-weight: 300;
    color: #aaa;
    line-height: 15px;
    font-family: "Lato", sans-serif;
}

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

#recently-viewed-items .product-name {
    text-align: left;
    margin: 0
}

#recently-viewed-items .product-name a {
    color: #666;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    font-family: "Lato", sans-serif
}

#recently-viewed-items .product-name a:hover {
    color: #4c9a44;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none
}


/*============ Block: Recently Compared ============*/

.block-compared {
    background-color: #fff;
    padding: 12px
}

.block-compared .block-content {
    padding: 0;
}

.block-compared li {
    padding: 8px 0px !important;
    border-bottom: 1px #eaeaea solid;
    list-style: none
}

.block-compared li.last {
    padding: 6px 10px !important;
    border-bottom: 0px #eaeaea solid;
    list-style: none
}

.block-compared li span {
    float: left;
    margin-right: 5px;
    font-size: 20px;
    color: #666;
    line-height: 20px;
    font-family: "Lato", sans-serif
}

.block-list,
.block-viewed {
    background-color: #fff;
    padding: 0px
}

#recently-compared-items .product-name a {
    color: #666;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    font-family: "Lato", sans-serif
}

#recently-compared-items .product-name a:hover {
    color: #4c9a44;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none
}

.block-compared .block-content {
    background-color: #FFFFFF;
    padding: 5px 14px 14px;
}


/*============ Block: Poll ============*/

.block-poll {
    background-color: #FFFFFF;
    margin-bottom: 0;
    padding: 0;
}

.block-poll label {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    color: #666
}

.block-poll input.radio {
    float: left;
    margin: 5px -18px 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
    text-align: left;
    font-family: "Lato", sans-serif;
    padding: 0.1em 0.3em 0.1em
}

.block-poll li {
    padding: 3px 0px !important;
    background: none !important;
}

.block-poll .actions {
    margin: 5px 0 0 0px;
    padding: 0
}

.block-poll .answer {
    font-weight: 900;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}


/*============ Block: Tags ============*/

.block-tags {
    background-color: #fff;
    padding: 0px
}

.block-tags .block-content {
    overflow: hidden
}

.block-tags ul,
.block-tags li {
    display: inline;
    padding: 0 !important;
    background: none !important;
    border: none
}

.block-tags .actions {
    border: 0 none;
    float: right !important;
    margin-top: 10px;
    padding: 0px;
    text-align: left;
}


/*============ Block: Subscribe ============*/

.block-subscribe {
    background-color: #fff;
    padding: 0px
}

.block-subscribe .input-text {
    width: 90%;
    background: #fcfcfc;
    border: 1px solid #e1e1e1;
    color: #333;
    padding: 10px 7px;
    font-size: 12px
}

.form-subscribe-header {
    font-size: 14px;
    margin-bottom: 8px;
}


/*============ Block: Recently Viewed ============*/

.block-company {
    background-color: #FFFFFF
}

.block-company .block-content {
    padding: 8px 15px 15px;
}

.block-company li {
    padding: 8px 5px !important;
    border-bottom: 1px #eaeaea solid;
    list-style: none
}

.block-company li.last {
    padding: 8px 5px !important;
    border-bottom: 0px #eaeaea solid;
    list-style: none
}

.block-company li span {
    float: left;
    margin-right: 5px;
    font-size: 16px;
    color: #aaa;
    line-height: 16px;
    font-family: "Lato", sans-serif
}

.block-company li strong {
    color: #333;
    font-weight: 400
}


/*============ Block: Reorder ============*/

.block-reorder {}

.block-reorder li {
    padding: 5px 0;
}

.block-reorder input.checkbox {
    float: left;
    margin: 3px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}


/*============ Block: Banner ============*/

.block-banner {}

.block-banner .block-content {
    text-align: center;
}


/*============ Block: Ads ============*/

.block-ads {}

.block-ads .block-content {
    border: 0px #ddd solid;
    padding: 0;
    background: none
}

.block-ads .block-content ul {
    padding: 0;
    margin: 0
}

.block-ads .block-content li {
    list-style: none
}

.block-ads .block-content li img {
    border-radius: 3px;
}


/*============ Block: Login ============*/

.block-login label {
    font-weight: 900;
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}


/*============ Paypal ============*/

.sidebar .paypal-logo {
    display: block;
    margin: 10px 0 30px;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}


/********** < Dashboard ============*/

.dashboard {}

.dashboard .welcome-msg {
    text-align: left;
    padding: 0px 0 5px;
    color: #333;
    font-size: 13px
}

.dashboard .welcome-msg strong {
    font-weight: 900;
    font-size: 14px
}

#my-orders-table {
    border-bottom: none;
    border-left: 0px solid #ddd;
    margin: 10px 0;
}

.box-account {
    margin-top: 15px;
}

.box-account .page-title {
    margin: 0;
    padding: 0;
    background: none;
    border: none
}

.box-account .page-title h2 {
    font-size: 20px
}


/*========== Product ==========*/

.price {
    font-weight: 900;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #333333 !important
}

.products-grid .special-price .price {
    font-size: 15px
}

.products-grid .regular-price .price {
    font-size: 15px;
    margin-left: -30px
}


/*============ Rating ============*/

.no-rating {
    margin: 0;
}

.ratings {
    font-size: 11px;
    line-height: normal;
    margin: 2px 0;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
    display: inline-block
}

.ratings .rating-links a {
    margin: 0;
    text-decoration: none;
    color: #666666;
    font-family: "Lato", sans-serif;
    font-size: 12px
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings dt {}

.ratings dd {}

.rating-box {
    width: 76px;
    height: 14px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating1.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 16px;
    background: url(../images/bkg_rating1.png) 0 100% repeat-x;
}

.ratings .rating-box {
    margin-right: 8px;
    display: inline-block
}

.ratings .amount {}

.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: 900;
    padding-right: 8px;
}

.new-label,
.sale-label {
    position: absolute;
    z-index: 2;
    width: 45px;
    height: 25px;
    background: url(../images/labels.png);
}

.new-top-left {
    background-position: -241px 0;
}

.new-top-right {
    background-position: -178px 0;
    margin-left: 170px
}

.new-bottom-left {
    background-position: -84px -42px;
}

.new-bottom-right {
    background-position: -126px -42px;
}

.sale-top-left {
    background-position: 96px -37px;
}

.sale-top-right {
    background-position: -10px -36px;
    margin-left: 170px
}

.sale-bottom-left {
    bottom: 0;
    left: 0;
    background-position: 0 -42px;
}

.sale-bottom-right {
    bottom: 0;
    right: 0;
    background-position: -42px -42px;
}


/*============ Regular price ============*/

.regular-price {
    display: inline
}

.regular-price .price {
    font-weight: normal;
}


/*============ Old price ============*/

.old-price .price-label {
    white-space: nowrap;
    color: #999;
    display: none;
}

.special-price .price-label {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    color: #cd5033;
    display: none;
}

.old-price {
    display: inline
}

.old-price .price-label {
    white-space: nowrap;
}

.old-price .price {
    font-weight: 400;
    text-decoration: line-through;
    color: #666666;
    margin-right: 15px
}


/*============ Special price ============*/

.special-price {
    display: inline
}

.special-price .price-label {
    font-weight: normal;
    white-space: nowrap;
}

.special-price .price {
    font-weight: normal;
}


/*============ Price range ============*/

.price-from {
    margin: 0;
    font-size: 12px;
    margin-right: 10px;
    display: inline-block
}

.price-from .price-label {
    font-weight: normal;
    white-space: nowrap;
    color: #909090;
    font-size: 12px;
    font-family: "Lato", sans-serif;
}

.price-to {
    margin: 0;
    font-size: 12px;
    margin-left: 4px;
    display: inline-block
}

.price-to .price-label {
    font-weight: normal;
    white-space: nowrap;
    color: #909090;
}


/*============ Minimal price (as low as) ============*/

.minimal-price {
    margin: 0;
}

.minimal-price .price-label {
    font-weight: normal;
    white-space: nowrap;
    color: #909090;
    font-family: "Lato", sans-serif;
}

.minimal-price-link {}

.minimal-price-link .label {
    color: #909090;
    margin-left: 4px
}

.minimal-price-link .price {
    font-weight: normal;
    color: #333;
    font-size: 16px;
}

small {
    font-size: 85%;
    font-weight: normal;
    text-transform: lowercase;
    color: #999999
}

.product-name {
    color: #4c9a44;
    margin: 0px;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    text-decoration: none;
    display: block;
    line-height: 20px;
    text-transform: uppercase
}

a:hover.product-name {
    color: #4c9a44;
    margin: 0px;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    text-decoration: none;
    line-height: 20px;
    text-transform: uppercase
}

.sidebar .product-name a {
    text-transform: none
}


/*============ Category Page ============== */

.category-title {
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px;
}

.category-image {
    display: block;
    margin: 0 auto;
}

.category-products {
    padding-bottom: 5px;
}

.category-description {
    padding: 5px 0px;
}

.category-image img {
    border: 1px #eee solid;
}


/*============ View Type: List ============*/

.products-list {}

.products-list .product-name {
    text-align: left;
    margin: 0px 0 5px
}

.products-list .product-name a {
    font-size: 14px;
    color: #4c9a44;
    font-weight: normal;
    text-align: left;
    font-family: "Lato", sans-serif
}

.products-list .item.first {
    margin: 0px;
    padding: 0px 15px 15px;
    overflow: hidden;
    margin-bottom: 22px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E5E5E5
}

.products-list .item {
    padding: 0px 15px 15px;
    overflow: hidden;
    margin: 0 0 20px !important;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E5E5E5
}

.products-list .item a {
    font-weight: 400;
}

.products-list .item a:hover {
    color: #333;
}

.separator {
    color: #666666
}

.products-list .item h3 {
    font-weight: normal;
    color: #353535;
    padding-bottom: 2px;
}

.products-list .item h3 a {
    font-weight: normal;
    font-size: 12px;
    color: #407CBF;
    text-decoration: none
}

.products-list .item h3 a:hover {
    font-weight: normal;
    font-size: 12px;
    color: #333;
    text-decoration: underline
}

ol.products-list {
    padding: 0;
    margin: 0;
    float: left
}

.products-list .last {
    margin-bottom: 0;
    border-bottom: none;
    padding: 0 15px 0
}

li .list {
    border-bottom: none;
}

.products-list .product-image {
    float: left;
    padding-left: 0px;
}

.products-list .product-image img {
    width: 180px
}

.products-list .product-shop {
    float: right;
    width: 468px;
    text-align: left;
    margin-left: 15px
}

.products-list .product-shop .desc {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    margin-bottom: 12px;
    margin-top: 5px;
    color: #666
}

.products-list .product-shop p {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    color: #666
}

.products-list .product-shop .price-box {
    margin: 10px 0;
}

.products-list .desc .link-learn {
    font-size: 13px;
    font-weight: normal;
    margin-top: 5px;
}

.products-list .add-to-links {
    padding-left: 2px;
}

.link-wishlist,
.link-compare {
    color: #666;
    text-shadow: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.link-wishlist:hover,
.link-compare:hover {
    color: #666;
    text-shadow: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    padding: 0
}

.link-wishlist,
.link-compare,
.link-friend,
.link-edit {
    padding: 0;
    background: none
}

.products-list .actions .add-to-links a.link-wishlist:before {
    content: "\f004";
}

.products-list .actions .add-to-links a.link-compare:before {
    content: "\f074";
}

.products-list .actions .add-to-links a.link-wishlist,
a.link-compare {
    border: 1px solid #E1E1E1;
    border-radius: 2px;
    color: #666;
    float: left;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: normal;
    margin: 0 10px 0 0;
    padding: 4px 5px 4px;
    text-decoration: none;
    background-color: #F8F8F8
}

.products-list .actions .add-to-links a.link-wishlist:hover,
a.link-compare:hover {
    border: 1px solid #323c46;
    border-radius: 2px;
    color: #fff !important;
    float: left;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: normal;
    margin: 0 10px 0 0;
    padding: 4px 5px 4px;
    text-decoration: none;
    background-color: #323c46
}

.product-view .product-shop .link-wishlist,
.product-view .product-shop .link-compare,
.product-view .product-shop .link-friend,
.product-view .product-shop .link-edit {}


/*==========  Product View ==========*/

.product-view {
    margin-top: 25px;
    width: 960px;
    margin: auto;
    position: relative
}

.product-essential {
    margin-top: 15px;
    background-color: #FFFFFF;
    padding: 15px;
    overflow: hidden
}

.product-collateral .box-collateral {
    margin: 0 0 15px;
}

.product-essential .product-img-box {
    position: relative;
    padding-right: 15px;
    float: left;
    z-index: -0;
    border-right: 1px #ddd solid;
    width: 430px
}

.product-essential .product-image {
    margin-right: auto;
    margin-bottom: 10px;
    width: 400px;
    position: relative;
    float: left;
}

.product-essential .product-image.no-gallery {
    margin-left: auto;
}

.product-essential .product-image img {
    height: auto;
    width: 420px
}

.product-essential .button-viewall {
    position: absolute;
    left: 5px;
    bottom: 5px;
    text-indent: -999em;
    z-index: 9999;
}

.more-views {
    margin: 18px auto 0;
    width: 360px;
    clear: both
}

.more-views li {
    float: left;
    margin: 0 10px 0 0;
}

.more-views li a {
    display: block;
    text-align: center;
    width: 80px;
    border: 1px #ddd solid;
    height: 80px
}

.more-views li a img {
    padding: 0px;
    width: 80px;
    height: 80px
}

.more-views .jcarousel-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 26px;
    padding-right: 5px;
    vertical-align: top;
    right: -30px;
    top: 28px;
    display: inline-block !important;
    position: absolute;
    cursor: pointer
}

.more-views .jcarousel-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 26px;
    padding-right: 5px;
    vertical-align: top;
    left: -30px;
    top: 28px;
    display: inline-block !important;
    position: absolute;
    cursor: pointer
}

.more-views .jcarousel-clip {
    overflow: hidden;
}

.product-essential .more-images {
    width: 92px;
    float: left;
    overflow: hidden;
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-essential .more-images .normal-list {
    margin-top: -6px;
}

.product-essential .more-images ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-essential .elastislide-vertical {
    margin-top: -6px;
}

.product-essential .more-images img {
    padding: 6px 0;
    width: 100%;
}


/*==========  Product Shop ===============*/

.product-view .product-shop .add-to-box button.button.btn-cart span {
    background: none;
    font-family: "Lato", sans-serif;
    margin-left: 10px
}

.product-view .product-shop {
    width: 450px;
    float: right
}

.product-view .product-name {
    /*margin:0 !important;*/
}

.product-view .product-name h1 {
    font-size: 34px;
    margin: 0 0 10px;
    text-align: left;
    font-family: "Lato", sans-serif;
    line-height: normal;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
    font-weight: 700
}

.product-view .short-description {
    border-bottom: 0px solid #DFDFDF;
    padding-bottom: 8px;
    font-size: 14px;
    /*float:left*/
}

.product-view .product-shop .add-to-box {
    background-color: #fff;
    padding: 15px 0px;
    overflow: hidden;
    text-align: center;
    margin: 0;
    border-top: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid
}

.product-view .product-shop .add-to-box .btn-cart {
    background: #f47325;
    color: #fff;
    font-size: 12px;
    font-family: FontAwesome;
    -webkit-box-shadow: 0 0px 0 #18a759, 0 0 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0px 0 #18a759, 0 0 0 rgba(0, 0, 0, 0.75);
    border: none;
    border-radius: 2px;
    text-shadow: none;
    padding: 12px 20px 12px 20px;
    float: right;
    margin-top: 0px
}

.product-view .product-shop .add-to-box .btn-cart:hover {
    background: #333;
    -webkit-box-shadow: inset 0 0 0.75rem 0.1rem rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 0 0.75rem 0.1rem rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0px 0 #37df83, 0 0 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0px 0 #37df83, 0 0 0 rgba(0, 0, 0, 0.75);
    text-shadow: none
}

.product-view .product-shop .add-to-box .icon-basket {
    margin-right: 5px
}

.product-view .product-shop .add-to-links {
    margin: 0px 0;
    font-size: 10px;
    overflow: hidden;
    font-family: "Lato", sans-serif;
    font-weight: 900
}

.product-view .product-shop ul.add-to-links {
    margin: 0;
    padding: 0;
}

.product-view .product-shop .add-to-links li {
    display: inline;
    margin-right: 0px;
    float: left
}

.product-view .product-shop .add-to-links li .separator {
    display: none;
}

.product-view .product-shop .add-to-links .link-wishlist:before {
    content: "\f004";
    font-family: FontAwesome;
    font-size: 20px;
    padding-right: 5px;
    vertical-align: top
}

.product-view .product-shop .add-to-links .link-wishlist {
    color: #666666;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 15px 0 0;
    text-transform: uppercase;
}

.product-view .product-shop .add-to-links .link-compare:before {
    content: "\f074";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 5px;
    vertical-align: top
}

.product-view .product-shop .add-to-links .link-compare {
    color: #666666;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 12px;
    border: none;
    background-color: #FFFFFF;
    font-family: "Lato", sans-serif
}

.product-view .product-shop ul.add-to-links a {
    padding: 0;
    margin: 0
}

.product-view .product-shop ul.add-to-links a:hover {
    padding: 0;
    color: #666666 !important;
}

.product-view .product-shop .ratings {
    padding: 5px 0;
    margin: 6px 0
}

.product-view .product-shop .ratings .rating-links {
    margin-bottom: 12px
}

.product-view .product-shop .price-box {
    display: block;
    padding: 5px 0px 8px 0;
    margin: 0 0 6px 0
}

.product-view .product-shop .price-box .old-price {
    margin-right: 5px;
    margin-top: 0;
    display: inline-block
}

.product-view .product-shop .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.product-view .product-shop .old-price .price {
    font-size: 20px;
}

.product-view .product-shop .price {
    font-size: 22px;
    color: #f47325 !important
}

.product-view .product-shop .price-box-bundle .price {
    font-size: 20px;
}

.product-view .product-shop .price-as-configured .price {
    font-size: 20px;
}

.add-to-cart .qty,
.qty-holder .qty {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
}

.product-shop .button-up,
.product-shop .button-down {
    height: 44px;
    width: 44px
}

.add-to-cart .button-up,
.add-to-cart .button-down {
    left: 94px;
    position: absolute;
}

.block-layered-nav .button-arrow.open,
.elastislide-vertical .elastislide-prev,
.button-up,
.opc .active .step-title a {
    background-image: url(../images/plus-img.png);
}

.button-up:hover {
    background: #333 url(../images/icon_arrow_up.png) no-repeat 15px 15px;
}

.button-down:hover {
    background: #333 url(../images/icon_arrow_down.png) no-repeat 15px 15px;
}

.button-up,
.button-down {
    height: 44px;
    text-indent: -999em;
    width: 35px;
    background-color: #f8f8f8 !important;
    border: none
}

.block-layered-nav .button-arrow,
.elastislide-vertical .elastislide-next,
.button-down,
.opc .step-title a {
    background-image: url(../images/minus-img.png);
}

.button-up:hover,
.button-up:focus {
    background-image: url(../images/icon_arrow_up.png) !important;
}

.button-down:hover,
.button-down:focus {
    background-image: url(../images/icon_arrow_down.png) !important;
}

.nova-detail-link {
    height: 35px;
    margin: 0;
    float: right
}

.nova-detail-link ul {
    margin: 0;
    padding: 0;
}

.nova-detail-link ul li {
    float: left;
    list-style: none
}

.nova-detail-link ul li a {
    border: 1px solid #999;
    border-radius: 32px;
    float: left;
    font-size: 17px;
    height: 36px;
    left: 0;
    margin-left: 10px;
    position: relative;
    text-align: center;
    top: 0;
    width: 36px;
    background-color: #ccc
}

.nova-detail-link ul li a:hover {
    border: 1px solid #f42a4f;
    border-radius: 32px;
    float: left;
    font-size: 17px;
    height: 36px;
    left: 0;
    margin-left: 10px;
    position: relative;
    text-align: center;
    top: 0;
    width: 36px;
    background-color: #2ca2e3
}

.nova-detail-link ul li a i {
    color: #CCCCCC;
    left: 6px;
    position: absolute;
    top: 4px;
}

.nova-detail-link ul li a i.icon-facebook-4 {
    left: 12px;
    position: absolute;
    top: 5px;
    background: url(../images/facebook.png) no-repeat top left;
    width: 10px;
    height: 20px
}

.nova-detail-link ul li a i.icon-twitter {
    left: 8px;
    position: absolute;
    top: 8px;
    background: url(../images/icon_twitter.png) no-repeat top left;
    width: 20px;
    height: 16px
}

.nova-detail-link ul li a i.icon-google_icon-3 {
    left: 5px;
    position: absolute;
    top: 6px;
    background: url(../images/googel.png) no-repeat top left;
    width: 21px;
    height: 20px
}

.static-banner {}

.like-me {
    float: left;
    margin: 5px 0
}

.email-addto-box {
    margin-bottom: 0px;
    overflow: hidden;
    margin-top: 10px
}

.email-addto-box .email-friend {
    margin: 0 15px 0 0;
}


/*==========  Product Collatera =============*/

.product-collateral {
    margin-top: 15px;
    float: right;
    width: 960px;
    padding: 0px;
    background-color: #FFFFFF;
    margin-bottom: 15px
}

.product-tabs {
    margin-bottom: 10px;
    float: left;
    width: 565px
}

#product-tabs {
    margin: 0;
    padding: 0;
    position: relative;
    border-radius: 2px;
}

#product-tabs>dt {
    text-transform: none;
    font-size: 14px;
    padding: 8px 0px;
    cursor: pointer;
    color: #102343;
    text-transform: none;
    font-family: "Lato", sans-serif
}

#product-tabs>dt.open {
    position: relative;
    background-color: #fff;
    z-index: 10;
    color: #2CA2E3;
}

#product-tabs>dd {
    display: none;
    right: 0;
    top: 0;
    background-color: #fff;
    margin: 0;
    padding: 6px 0;
    line-height: 1.8;
    border-bottom-width: 0 !important;
    font-size: 14px
}

#product-tabs>dd h2 {
    display: none;
}

#customer-reviews {}

#customer-reviews .pager .limiter label,
.toolbar label {
    float: none;
}

#customer-reviews .pager .amount {
    font-weight: 400;
    font-size: 12px;
}

#customer-reviews .detail {
    font-size: 14px;
    line-height: 18px
}

#customer-reviews h2 {
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 15px;
    text-transform: none;
    font-family: "Lato", sans-serif
}

#customer-reviews h4 {
    display: inline;
    font-size: 15px
}

#customer-reviews h5 {
    display: inline;
    font-size: 15px
}

.box-reviews dl {
    margin-bottom: 0;
}

.box-reviews dt {
    font-size: 15px;
    padding: 10px 0;
}

.review-title {
    margin-top: 0;
    line-height: 1.4;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
}

.review-title span {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px
}

.box-reviews>.rating-box {
    position: absolute;
    top: 30px;
    right: 30px;
}

.box-reviews dd {
    margin-left: 0;
    padding-bottom: 20px;
}

.box-reviews .author {
    font-style: italic;
    font-size: 14px;
    font-weight: 900;
    margin-right: 5px;
}

.box-reviews .date {
    color: #bdbdbd;
    font-size: 14px;
    font-style: italic;
}

.box-reviews .ratings-table {
    margin: 10px 0;
}

.box-reviews ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#customer-reviews .form-list li label {
    color: #333;
    font-family: "Lato", sans-serif;
    font-size: 16px;
}

.box-reviews .form-add h3 {
    margin-bottom: 5px;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 400
}

.box-reviews .form-add h4 {
    font-size: 15px;
}

.box-reviews textarea {
    width: 95%;
}

.upsell-products .item .product-image,
.crosssell-products .item .product-image {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
}

#upsell-product-table .ratings .rating-links {
    display: none;
}

#crosssell-products-list .products-grid.products-grid li {
    width: 218px;
    margin-right: 10px
}

#crosssell-products-list .products-grid.products-grid li.last {
    width: 218px;
    margin-right: 0px
}

#crosssell-products-list .prod_image_detail .price-box {
    padding: 0
}

#crosssell-products-list .prod_image_detail .price-box .price {
    font-size: 18px
}

#product-tabs>dd h2.product-name {
    display: block;
}

#product-tabs .crosssell .flex-direction-nav a {
    width: 50px;
    height: 40px;
    top: 112px;
}

#product-tabs .crosssell .flex-direction-nav .flex-prev {
    right: auto;
    left: -10px;
}

#product-tabs .crosssell .flex-direction-nav .flex-next {
    right: -10px;
}

.box-up-sell .flex-direction-nav a,
.box-cross-sell .flex-direction-nav a {
    width: 54px;
    height: 44px;
    top: 0;
    margin-top: -76px;
    margin-right: -1px
}

.product-view .box-tags .form-add input.input-text {
    width: 350px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 5px #eee inset;
    box-shadow: 0 1px 5px #eee inset;
    margin-right: 10px;
    padding: 8px
}

.up-sell-box {
    border: 1px #ddd solid;
    border-top: none
}

.up-sell-box p.desc {
    margin: 0;
    padding: 10px 10px 0 10px
}

#brand-slider .flex-direction-nav a {
    width: 55px;
    height: 42px;
    top: 0;
    margin-right: -1px;
}

.featured-products .flex-direction-nav a {
    width: 54px;
    height: 43px;
    top: 0;
    margin-top: -43px;
    margin-right: -1px
}

#featured-products-list-slider {
    border: 1px #ddd solid;
    border-top: none;
    width: 840px;
    height: 485px
}

#brand-slider .flex-direction-nav a {
    margin-top: -42px;
}

.box-up-sell .flex-direction-nav .flex-prev,
.box-cross-sell .flex-direction-nav .flex-prev,
#brand-slider .flex-direction-nav .flex-prev,
.featured-products .flex-direction-nav .flex-prev {
    right: 53px;
}

.main .box-up-sell h2.subtitle .line,
.main .box-cross-sell h2.subtitle .line,
.brand-slider-wrap h2.subtitle .line,
.featured-products h2.subtitle .line {
    right: 130px;
}

.featured-products {
    position: relative;
}

.product-view .box-tags .form-add label {
    line-height: 42px;
    font-size: 16px
}

.product-view .box-tags .form-add .button {
    height: 35px;
}

#addTagForm {
    margin-bottom: 5px;
    margin-top: 10px
}

.product-view .box-up-sell {
    margin-top: 10px;
    float: left
}

.product-view .box-up-sell .subtitle {
    margin-right: 0
}

.mini-products-list .price-box * {
    display: inline;
}

.mini-products-list .price-box .price {
    margin-right: 10px;
}

.product-related {
    float: left;
    width: 1224px
}

.product-related .page-title {
    padding: 15px 0px 0px;
    margin: 0 0 15px;
    text-align: left
}

.product-related .page-title h1,
.product-related .page-title h2 {
    font-size: 15px;
    color: #4D4D4D;
    text-transform: none;
    padding-bottom: 10px;
    font-weight: 900;
    border-bottom: 1px solid #CCCCCC
}


/*============ Product Tabs ============*/

.product-tabs {
    line-height: normal;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    z-index: 1;
    background-color: #fff;
    width: 940px;
    border-bottom: 2px #448b33 solid;
    margin-top: 0px;
    padding-left: 20px
}

.product-tabs li {
    float: left;
    height: auto;
    line-height: normal;
    margin: 0;
    outline: none;
    padding: 0;
    list-style: none
}

.product-tabs li.active {
    background: none
}

.product-tabs a {
    display: block;
    float: left;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    padding: 0 14px;
    text-transform: uppercase;
    font-weight: 900;
    color: #333;
    font-family: "Lato", sans-serif;
    border-right: 1px #eaeaea solid
}

.product-collateral .title-divider {
    position: relative;
    top: -1px;
}

.product-tabs-content {
    margin: 0;
    padding: 5px 0px 12px;
    border-top: 1px solid #E6E6E6;
    border-top: none;
    background-color: #fff;
    width: 565px
}

.product-tabs-content-inner {
    outline: none;
    padding: 12px 0;
    clear: both
}

.product-tabs-content-inner h2 {
    margin: 5px 0;
}

.product-tabs-content .form-add h2 {
    font-size: 100%;
    font-weight: 900
}

.product-tabs-content h1 {
    outline: none;
}

.product-tabs-content h3 {
    font-size: 100%;
}

.product-tabs-content dl {
    margin: 0;
    padding: 0;
}

.product-tabs-content dt {
    font-weight: normal;
    padding: 8px 0;
}

.product-tabs-content dd {
    margin: 0;
}

.product-tabs-content h1,
.product-tabs-content h2,
.product-tabs-content h3,
.product-tabs-content h4,
.product-tabs-content h5,
.product-tabs-content h6 {
    font-weight: lighter;
    height: auto;
    margin: 0;
    padding: 0;
}

.product-tabs-content table {
    margin: 10px 0;
}

.product-tabs-content #review-form h4 {
    margin: 5px 0 15px;
}

.product-tabs-content h4 {
    font-size: 100%;
}

.product-tabs li.active,
.product-tabs li.active a {
    color: #3498DB;
    background-color: #F5F5F5;
    text-decoration: none
}

.product-tabs li:hover,
.product-tabs li:hover a {
    color: #fff;
    background-color: #448b33;
    text-decoration: none
}

#product-tabs {
    border: 0px solid #eee;
    border-bottom-width: 0;
}

#product-tabs {}

.box-reviews dd,
.review-title {
    border-bottom: 1px solid #ccc;
}

#product-tabs>dt {
    border-bottom: 1px solid #ccc;
}

#product-tabs>dd {
    border-left: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
}

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

#product-review-table {
    margin: 10px 0;
    border-bottom: medium none;
    border-right: medium none;
}

#product-review-table th,
#product-review-table td {
    text-align: left;
}

.tab-box {
    padding: 0px 0;
}

.tab-box a.activeLink {
    background-color: #448b33;
    border-bottom: 0px solid #CCCCCC;
    color: #fff;
    font-weight: 300;
}

.tab-box li.activeLink a {
    background-color: #448b33;
    border-bottom: 0px solid #CCCCCC;
    color: #fff;
    font-weight: 300;
}

.tab-box a {
    background: none repeat scroll 0 0 #fff;
    color: #333;
    font-weight: 300;
    margin-right: 0px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Lato", sans-serif
}

.tab-box a:hover {
    text-decoration: none;
}

.tabLink {
    color: #ccc;
    font-weight: normal;
}

.tabcontent {
    background-color: #FFFFFF;
    border: 0px #ccc solid;
    padding: 20px;
    overflow: hidden;
    width: 910px;
    font-size: 14px
}

.tabcontent .std ul li {
    color: #333;
    list-style: square outside none;
    margin-left: 1em;
}

.hide {
    display: none;
}

.form-add-tags input.input-text,
select,
textarea {
    padding: 5px;
    margin-top: 0px
}

.additional p {
    font-size: 14px
}

.product-options dt label,
.box-reviews dt,
.data-table,
.fraction-slider .slide-subtitle {
    font-family: "Lato", sans-serif;
}

.specs-table {
    margin-top: 5px !important
}

.specs-table dt {
    float: left;
    font-weight: 900;
    padding: 0 3px 3px 0;
    width: 60px;
}

.specs-table dd {
    padding: 0 0 0px 90px;
}

.data-table {
    border: 0px solid #eaeaea;
    border-spacing: 0;
    text-align: left
}

.data-table thead tr,
.data-table tfoot tr {
    background-color: #F8F8F8;
}

#product-attribute-specs-table.data-table {
    border: 0px solid #EAEAEA;
}

#product-attribute-specs-table.data-table tbody th,
.data-table tbody td {
    border-right: none
}

#product-attribute-specs-table.data-table tbody th.last,
.data-table tbody td.last {
    border-right: none !important
}

.form-add-tags label {
    font-family: "Lato", sans-serif;
    margin-bottom: 5px
}

.form-add-tags button.button {
    display: inline
}

.data-table thead th,
.data-table thead td,
.data-table tfoot th,
.data-table tfoot td,
.cart .totals table th,
.cart .totals table td {
    color: #333;
    border-right: 0px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    font-family: "Lato", sans-serif;
}

.data-table tbody th,
.data-table tbody td {
    border-right: 0px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.cart-table tbody th,
.cart-table tbody td {
    border-right: 0px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.data-table tbody th.last,
.data-table tbody td.last {
    border-right: 0px solid #eaeaea;
}

.data-table tbody tr.last th,
.data-table tbody tr.last td {
    border-bottom: 1px solid #eaeaea;
}

.data-table .price {}

.data-table .total-price .price,
.cart .totals table tfoot td .price,
.compare-table .price {
    color: #333;
}

.item-options dd {
    color: #565656;
    margin: 0
}

.compare-table th {
    color: #565656;
}

.compare-table tr.odd th {
    background-color: #ececec;
}

.compare-table tr.even th {
    background-color: #e5e5e5;
}

.compare-table tr.even td {
    background-color: #f7f7f7;
}

.my-account .data-table .price,
.my-wishlist .data-table .price {
    font-size: 15px;
    color: #737373;
    font-weight: normal;
}

.box-reviews .form-list li {
    margin-bottom: 0px;
}

.recent-orders .title-buttons {
    text-align: right;
    margin-bottom: 8px
}

.recent-orders .title-buttons strong {
    float: left;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #102343
}


/*========== Form List ==========*/

.form-list p {
    margin: 0 0 20px;
}

.fieldset p {
    line-height: 1.6;
    margin-bottom: 20px;
}

.form-list li.control,
.form-list li.has-pretty-child {
    margin-bottom: 20px;
}

.forgot-password {
    font-size: 13px;
    color: #c72928;
    position: absolute;
    right: 0;
    top: 50px;
}

.box-reviews .form-list input.input-text {
    width: 30%;
    padding: 10px 7px;
    margin-bottom: 0;
    line-height: 20px;
    background: #fcfcfc;
    border: 1px solid #E1E1E1;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
}

.box-reviews .form-list input.input-text {
    width: 30%;
    padding: 8px;
    margin-bottom: 0;
    line-height: 20px;
    background: #fcfcfc;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
}

.box-reviews .form-list select {
    padding: 12px 15px 12px 165px;
    margin: 0;
    width: 100%;
    line-height: 20px;
    height: 48px;
}

.form-list .bootstrap-select {
    position: absolute;
    width: auto;
    height: 46px;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
}

.form-list .bootstrap-select>.btn {
    width: 100%;
    padding: 13px 0;
    margin-bottom: 0;
    border-width: 0 !important;
    position: absolute;
    top: 0;
    bottom: 0;
}

.form-list .bootstrap-select.btn-group .btn .filter-option {
    left: 165px;
    right: 55px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.form-list .bootstrap-select.btn-group .btn .caret {
    right: 0;
    top: 0;
    bottom: 0;
    width: 46px;
    height: auto;
    margin: 0;
    padding: 0 !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    border-width: 0;
}

.form-list .bootstrap-select.btn-group .dropdown-menu {
    margin-top: 1px;
    left: -1px;
    right: -1px;
}

.box-reviews .form-list li label {
    font-size: 13px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
    font-family: "Lato", sans-serif;
}

.form-list li label.label-wide {
    width: auto;
    height: 46px;
    right: 1px;
    top: 2px !important
}

.form-list li.control label,
.form-list li.has-pretty-child label,
.opc .sp-methods label {
    font-size: 15px;
    position: static;
    padding: 0;
    height: auto;
    width: auto;
    vertical-align: top;
    line-height: 18px;
    background-color: transparent;
    border-width: 0;
}

.opc .sp-methods label {
    margin: -1px 0 0;
}

.form-list .validation-advice {
    position: absolute;
}

.sp-methods .prettycheckbox>a,
.sp-methods .prettyradio>a {
    margin-left: 15px;
}

.form-list textarea {
    line-height: 20px;
    margin-bottom: 0;
    padding: 10px;
    width: 100%;
}

.box-reviews textarea {
    width: 50%;
}

.form-list textarea {
    height: 10em;
    margin-bottom: 0;
}

form h2,
form h3,
.section h3 {
    color: #333;
}

.main h2.subtitle,
.main .widget .widget-title h2,
.main .page-title h1 {
    color: #444645;
}

.main h2.subtitle .line,
.main .widget .widget-title h2 .line,
.main .page-title h1 .line {
    border-top: 1px solid #e0e0e0;
}

.opc .input-text {}


/*============ Product Options ============*/

.product-options {
    padding: 0;
    margin: 0;
}

.product-options dt {
    margin-top: 20px;
}

.product-options dt label {
    font-weight: normal;
    font-size: 15px;
}

.product-options dt label em {
    margin-right: 3px;
}

.product-options dt .qty-holder {
    float: right;
}

.product-options dt .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #000;
}

.product-options dd {
    margin: 10px 0;
}

.product-options dl {
    margin: 5px 0;
}

.product-options dl.last dd.last {}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options .options-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-options .options-list li {
    margin: 12px 0;
}

.product-options .options-list input.radio {
    margin: -2px 0 0 0;
}

.product-options .options-list input.checkbox {
    margin: -2px 0 0 0;
}

.product-options .options-list .label {
    display: inline;
    margin-left: 0;
    padding: 0;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.required {
    padding: 0;
    display: none;
}

.product-options label {
    display: inline;
    margin-bottom: 0;
    line-height: 17px;
}

.product-options .qty-holder {
    display: block;
    margin: 8px 0;
}

.product-options .label,
.product-options .badge {
    background-color: transparent;
    text-shadow: none;
}

.product-options .qty {
    margin-bottom: 0;
    width: 30px;
}

.product-options-bottom {
    padding: 25px 0;
}

.product-options-bottom .price-box {
    margin: 10px 0;
}


/*============ Grouped Product ============*/

.product-view .grouped-items-table {
    margin-top: 20px;
}


/*============ Block: Description ============*/

.product-view .box-description {}


/*============ Block: Additional ============*/

.product-view .box-additional {}


/*============ Block: Upsell ============*/

.product-view .box-up-sell {}

.product-view .box-up-sell .products-grid td {
    width: 25%;
}


/*============ Block: Tags ============*/

.product-view .box-tags {}

.product-view .box-tags .form-add label {
    float: left;
    line-height: 33px;
    font-weight: 900;
    font-family: "Lato", sans-serif
}

.product-view .box-tags .form-add .input-box {
    float: left;
    margin: 0 0 0 10px;
}

.product-view .box-tags .form-add input.input-text {
    width: 320px;
    outline: none
}

.product-view .box-tags .form-add p {
    clear: both;
}


/*============ Block: Reviews ============*/

.product-view .box-reviews {}

.product-view .box-reviews .form-add {}


/*============ Send a Friend ============*/

.send-friend {}


/*========== Availability, Brand ==========*/

.availability,
.product-brand {
    margin: 12px 0 8px;
    font-weight: normal;
    font-size: 13px;
}

.availability span,
.product-brand span {
    font-weight: normal;
}

.availability.in-stock span {
    color: green;
}

.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    margin: 0 0 7px;
}

.availability-only a {
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #f2f2f2;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {}


/*========== Add to Cart ==========*/

.add-to-cart label {
    margin-right: 55px;
    font-family: "Lato", sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: 400
}

.add-to-cart .qty {
    margin: 0;
    font-size: 16px;
    height: auto;
    line-height: 40px;
    font-weight: 400;
    width: 80px;
    padding: 4px 40px 4px 15px;
    text-align: center;
    font-family: "Lato", sans-serif;
    color: #333
}

.add-to-cart button.button {
    margin-left: 5px;
}

.add-to-cart .button-up {
    position: absolute;
    left: 162px;
    border-radius: 0;
    top: 0px;
    border: 1px #eaeaea solid
}

.add-to-cart .button-down {
    position: absolute;
    left: 40px;
    border-radius: 0;
    top: 0px;
    border: 1px #eaeaea solid
}

.add-to-cart .button-up {
    outline: none
}

.add-to-cart .button-down {
    bottom: 0;
    outline: none
}

.add-to-cart button.btn-cart {
    font-size: 20px;
    padding: 15px 25px;
    margin-left: 15px;
    margin-top: -10px
}

.add-to-cart button.btn-cart.margin-none {
    margin-left: 0;
}

.add-to-cart .paypal-logo {
    clear: left;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
    margin: 0;
}


/*==========  Add to Links + Add to Cart ==============*/

.add-to-box {
    margin: 15px 0 0px;
    overflow: hidden;
    width: 445px;
    background-color: #F5F5F5;
    overflow: hidden;
    padding: 15px;
    text-align: center;
}

.add-to-box .add-to-cart,
.product-options-bottom .add-to-cart {
    margin: 0px;
    position: relative;
    float: left;
    margin-right: 0px
}

.product-options-bottom .add-to-cart {
    margin-bottom: 0;
}

.add-to-box .or {
    float: left;
    margin: 0 10px;
}

.add-to-box .add-to-links {
    float: left;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

.add-to-box .add-to-links li {
    display: block;
    margin: 0
}

.add-to-links span {
    display: none;
}

.add-to-cart .qty {
    padding: 0 15px 0px 15px;
    width: 72px;
    height: 42px;
    border: 1px #eaeaea solid
}


/*============ One Page Checkout ============*/

.block-progress {}

.block-progress .block-content {
    padding: 5px 15px 15px
}

.block-progress dl {
    border-top: none !important
}

.block-progress dt {
    font-weight: normal;
    text-transform: none !important;
    padding: 10px 0
}

.block-progress dt.complete,
.block-progress dd.complete {}

.block-progress dt.complete {
    background-color: #fff;
    margin: 0;
}

.block-progress dd {
    border: 0px solid #ddd;
    margin: 0 0 6px;
    padding: 0px 5px 5px !important;
}

address {
    display: block;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 10px;
}

.opc {
    position: relative;
}

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

.opc li.section {
    border-bottom: 0;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
}

.opc .step-title {
    position: relative;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
}

.opc .step-title .number {
    float: left;
    margin-right: 5px;
}

.opc .step-title h2 {
    float: left;
    text-transform: none;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
    padding: 0 30px 0 0;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.opc .step-title a {}

.opc .allow .step-title {
    overflow: hidden
}

.opc .active {}

.opc .active .step-title {
    border-radius: 3px 3px 0 0;
    border-top: 1px solid #ECECEC
}

.opc .step {
    padding: 15px 12px 20px;
    position: relative;
    border: 1px solid #ECECEC;
    border-top: none
}

.opc .step form {
    margin-bottom: 0;
}

.opc .step .tool-tip {
    right: 10px;
}

.opc .order-review {}

.opc .order-review .authentication {}

.opc .order-review .warning-message {}


/*============ Multiple Addresses Checkout ============*/

.checkout-progress li {
    float: left;
    width: 20%;
    border-top: 5px solid #ccc;
    text-align: center;
    color: #ccc;
}

.checkout-progress li.active {
    border-top-color: #000;
    color: #000;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 10px;
}

.multiple-checkout .grand-total {
    font-size: 1.5em;
    text-align: right;
}

.multiple-checkout .grand-total big {}

.multiple-checkout .grand-total .price {}

#wishlist-table .product-name {
    margin: 0;
    text-align: left;
    font-size: 13px;
    line-height: normal
}

#wishlist-table .price-box {
    margin: 4px 0 2px
}

#wishlist-table .product-name a {
    color: #4c9a44
}


/* Account Login/Create Pages ============ */

.account-login {}

.account-login .new-users {}

.account-login .registered-users {}

.account-create {}


/*============ Account Login/Create Pages =============== */


/*============ Checkout ================ */


/*============ One Page ============*/

select#billing-address-select {
    width: 570px;
    padding: 5px;
    margin-top: 5px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
    outline: none
}

.one-page-checkout {
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
    list-style: none;
    padding: inherit;
    padding: 0
}

.one-page-checkout li.section {
    border-bottom: 0;
    margin-bottom: 15px
}

.one-page-checkout .step-title {
    background-color: #F8F8F8;
    text-align: right;
    padding: 0px;
    border: 1px #efefef solid;
    border-radius: 0px;
    height: 35px
}

.one-page-checkout .step-title .number {
    float: left;
    line-height: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    padding: 10px 8px 10px 12px;
    background-color: #F8F8F8;
}

.one-page-checkout .step-title h3 {
    font-size: 14px;
    padding-top: 0px;
    text-align: left;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase
}

.one-page-checkout .active {}

.one-page-checkout .active .step-title {
    cursor: default;
    webkit-border-radius: 0;
    border-radius: 0;
}

.one-page-checkout .step {
    padding: 8px 10px 15px 30px;
    border: 1px #efefef solid;
    border-top: none;
    background-color: #FFFFFF;
    overflow: hidden;
}

.one-page-checkout .order-review {}

.checkout-agreements {}

.checkout-agreements .agreement-content {
    padding: 5px 0;
}

.checkout-agreements .agree {}


/*============ Multiple Addresses Checkout ============*/

.checkout-progress {
    padding-top: 0px;
    margin: 0px 0 0px;
    overflow: hidden;
    padding: 0;
    list-style: none
}

.checkout-progress li {
    float: left;
    width: 170px;
    text-align: center;
    color: #333;
    margin-right: 5px;
    padding: 5px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #FCFCFC;
    border: 1px solid #ddd;
}

.checkout-progress li.last {
    margin-right: 0;
    width: 168px
}

.checkout-progress li.active {
    background-color: #448b33;
    border: 1px solid #45c3df;
    color: #fff;
}

.multiple-checkout {
    position: relative;
}

.multiple-checkout .grand-total {
    font-size: 2.5em;
    text-align: -moz-right;
}

.multiple-checkout .grand-total big {
    font-size: 14px;
}

.multiple-checkout .grand-total .price {}

#multiship-addresses-table {
    margin-top: 5px;
    border-bottom: none;
    border-right: none;
    border-left: 0px #ddd solid
}

#multiship-addresses-table tfoot tr .last {
    border-top: none
}

.addresses {
    margin-bottom: 15px
}

#multiship-addresses-table h4 {
    font-size: 12px;
    margin: 0;
    line-height: 18px
}

.state_bar {
    padding: 0;
    margin-bottom: 15px;
    overflow: hidden;
    margin-top: 5px;
    background-color: #FFFFFF;
    padding: 15px
}

.multiple_addresses {
    margin-top: 15px;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    padding: 15px
}

.multiple-checkout .buttons-set .button {
    float: right
}

.page-title_multi {}

.addresses .title-buttons {
    text-align: right
}

.page-title_multi h2 {
    font-size: 28px;
    font-weight: 300;
    float: left;
    font-family: "Lato", sans-serif;
    text-transform: uppercase
}

p.required {
    font-size: 11px;
    margin-bottom: 5px;
    text-align: left;
    color: #FF0000;
}

.required em {
    color: #FF0000;
}

.group-select {}

.group-select ul {
    margin: 0;
    padding: 0
}

.group-select .required {
    color: #FF0000;
    font-family: "Lato", sans-serif;
    font-size: 15px
}

.group-select .require {
    color: #FF0000;
    font-size: 12px;
    margin-bottom: 3px
}

.group-select label {
    font-size: 14px;
    font-weight: 400;
    color: #333
}

.group-select .legend {}

.group-select li {
    margin: 0 0 5px;
    overflow: hidden;
    list-style: none
}

.group-select li .input-box {
    float: left;
    width: 310px;
}

.group-select li input.input-text,
.group-select li textarea {
    width: 585px;
    background: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
    padding: 6px;
    outline: none
}

.group-select li select {
    width: 256px;
    padding: 3px;
    background: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
    padding: 5px
}

.group-select li .input-box input.input-text,
.group-select li .input-box textarea {
    width: 275px;
    margin-top: 5px;
    background: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
    padding: 5px
}

.group-select li .input-box select {
    width: 290px;
    margin-top: 5px;
    outline: none
}

.group-select.wide input.input-text,
.group-select.wide textarea {
    width: 510px;
}

#wishlist-table {
    border-bottom: none;
    border-right: none;
    border-left: 0px solid #DDDDDD;
}

.my_wishlist {}

.my_wishlist .buttons-set {
    margin-bottom: 25px;
    overflow: hidden
}

.my_wishlist .buttons-set button.button {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}

.cart {
    margin-top: 10px;
    background-color: #FFFFFF;
    padding: 15px;
    overflow: hidden
}

.login_page {
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #FFFFFF;
    padding: 15px;
}

.login_page strong {
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 300
}

.login_page .content {
    margin-top: 10px
}

.login_page .content p {
    margin-bottom: 5px;
    font-size: 14px
}

.login_page .content p.required {
    font-size: 12px
}

.login_page .content .form-list label {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px
}


/*============ toTop Button ============*/

button.button#toTop:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 8px
}

#toTop {
    z-index: 9999;
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
    width: 37px;
    height: 37px;
    border: none;
    text-indent: -999999px;
    background-image: url(../images/totop.png);
    background-position: -1px -2px;
    background-repeat: no-repeat;
    border-radius: 2px;
    background-color: #444;
    border: 1px #333 solid
}

#toTopHover {
    background-image: url(../images/totop.png);
    background-position: 2px 2px;
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    margin: -3px 0 0 -3px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 2px;
    background-color: #448b33;
}

#toTop:active,
#toTop:focus {
    outline: none;
}


/*============ All Buttons Icons ============*/


/*============ All Buttons Icons ============*/

button.button.continue:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 8px
}

button.button.btn-share:before {
    content: "\f045";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 8px
}

button.button.btn-add:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 8px
}

button.button.btn-update:before {
    content: "\f021";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 8px
}

button.button.login:before {
    content: '\f13e';
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 8px
}

button.button.btn-continue:before {
    content: "\f060";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 8px
}

button.button#empty_cart_button:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 8px
}

button.button.coupon:before {
    content: "\f02b";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 8px
}

button.button.get-quote:before {
    content: "\f15c";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 8px
}

button.button.new-address:before {
    content: "\f015";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 8px
}

button.button.create-account:before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 8px
}

button.button.submit:before {
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 8px
}

.edit-bnt:before {
    content: "\f040";
    font-family: FontAwesome;
    font-size: 16px;
    padding: 6px 8px;
    color: #fff;
    background-color: #323C46;
    border-radius: 2px
}

.edit-bnt span {
    display: none
}

#shopping-cart-table .edit-bnt {
    margin-top: 4px;
    float: left
}


/*============ Global Messages  ============*/

.success {
    color: #3d6611;
    font-weight: 900;
}

.error {
    color: #df280a;
    font-weight: 900;
}

.notice {
    color: #000000;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.messages li {
    margin: 5px 0 10px !important;
}

.messages li li {
    margin: 0 0 3px !important;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    padding: 8px 8px 8px 8px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
}

.error-msg {
    border-color: #f16048;
    background-color: #faebe7;
    color: #df280a;
}

.success-msg {
    border-color: #446423;
    background-color: #eff5ea;
    color: #3d6611;
}

.note-msg,
.notice-msg {
    border-color: #fcd344;
    background-color: #fafaec;
    color: #3d6611;
}

.product-review .product-img-box {
    float: left;
    width: 200px;
}

.product-review .product-details {
    float: left;
    margin-left: 10px;
}

.most-view {
    width: 960px;
    margin: auto;
    margin-top: 25px
}

.product-next-prev {
    overflow: hidden;
    margin: -36px 0 0 0;
    position: absolute;
    right: 0px
}

.product-prev {
    margin: 0 0 0 0px;
    float: right;
}

.product-next-prev .product-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    background: #f8f8f8;
    font-size: 24px;
    line-height: 40px;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    color: #333;
    text-align: center
}

.product-next-prev .product-prev:hover {
    color: #333333;
    font-size: 13px;
    background: #333
}

.product-next {
    margin: 0 0 0 2px;
    float: right
}

.product-next-prev .product-next:before {
    content: "\f105";
    font-family: FontAwesome;
    background: #f8f8f8;
    font-size: 24px;
    line-height: 40px;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    color: #333;
    text-align: center
}

.product-next-prev .product-next {
    color: #333333;
    font-size: 13px;
}

.shipping-banner {
    padding: 16px 0px;
    width: 100%;
    text-align: center
}

html {
    background: #F3F3F3;
}

.grid {
    width: 960px;
    margin: auto
}

header .inner .logo {
    top: 0;
    left: 0;
    /*width:168px;*/
    /*	height:48px;*/
    display: block;
    position: absolute;
    overflow: hidden
}

nav.dropdown {
    margin: -8px 0 0 0;
    width: 180px;
    height: 35px;
    z-index: 10;
    position: relative;
    float: right
}

nav.dropdown p {
    background: #efefef;
    font-family: PlutoSansLight;
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    color: #666;
    text-decoration: none;
    position: relative;
    padding: 0 10px;
    padding: 0 10px\9;
    height: 32px;
    width: 180px;
    border: 1px solid #f3f3f3;
    line-height: 32px;
    cursor: pointer
}

nav.dropdown p:after {
    font-family: BreeRegular;
    font-size: 18px;
    line-height: 0;
    font-weight: 400;
    text-transform: none;
    content: 'n';
    top: 8px;
    right: 11px;
    position: absolute
}

nav.dropdown p.act {
    background: #333;
    color: #fff !important
}

nav.dropdown p.act:hover {
    background: #333;
    color: #fff !important
}

nav.dropdown p:hover {
    background: #000;
    color: #fff !important
}

nav.dropdown.error p {
    border-color: #d42630
}

nav.dropdown a {
    background: #f3f3f3;
    font-family: PlutoSansLight;
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    color: #666;
    text-decoration: none;
    display: none;
    padding: 8px 7px;
    transition: background-color .2s;
    -o-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -webkit-transition: background-color .2s
}

nav.dropdown a:hover {
    background: #fbfbfb;
    transition: background-color .2s;
    -o-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -webkit-transition: background-color .2s
}

nav.dropdown a.act {
    display: block
}

header {
    /*	height:111px;*/
    background: #fff;
    font-family: "Lato", sans-serif;
}

header a {
    text-decoration: none
}

header .inner {
    height: 150px;
    position: relative;
    width: 960px;
    margin: auto
}

header .inner a {
    color: #666;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    line-height: 34px;
    font-weight: 300;
    text-transform: uppercase
}

header .inner a:hover {
    color: #000
}

header .inner a:after,
header .inner a:before {
    font-size: 11px;
    line-height: 0;
    font-weight: 300;
    text-transform: none
}

header .inner a:after {
    margin-left: 7px
}

header .inner a:before {
    margin-right: 7px
}

header .top-link {
    height: 35px;
    width: 960px;
    margin: auto;
    border-bottom: 1px dashed #ccc;
    font-family: "Lato", sans-serif;
}

header .top-link a {
    color: #777;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    line-height: 34px;
    font-weight: 300;
    text-transform: uppercase
}

header .top-link .welcome-msg {
    color: #666;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 9px 20px 0 0;
    font-weight: 300;
}

header .top-link>ul {
    padding: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    float: right
}

header .top-link>ul>li {
    float: left;
    margin: 0 0 0 20px;
    position: relative;
    display: block
}

header .top-link>ul>li:first-child {
    margin: 0
}

header .top-link>ul>li:hover>a,
header .inner>ul>li.active>a {
    color: #000
}

header .top-link>ul>li.myaccount>a:before {
    content: '\f007';
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 3px
}

header .top-link>ul>li.wishlist>a:before {
    content: '\f004';
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 3px
}

header .top-link>ul>li.lang>a:before {
    content: '\f0ac';
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 3px
}

header .top-link>ul>li.lang>a:after {
    content: '\f0d7';
    font-family: FontAwesome;
    font-size: 14px;
    padding-left: 4px;
    padding-top: 2px
}

header .top-link>ul>.block-currency .block-content>a,
.block-language .block-content>a:after {
    content: '\f0d7';
    font-family: FontAwesome;
    font-size: 14px;
    padding-left: 4px;
    padding-top: 2px
}

header .top-link>ul>.block-currency .block-content>a,
.block-currency .block-content>a:after {
    content: '\f0d7';
    font-family: FontAwesome;
    font-size: 14px;
    padding-left: 4px;
    padding-top: 2px
}

header .top-link>ul>li.location>a:before {
    content: '\f041';
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 5px
}

header .top-link>ul>li.login>a:before {
    content: '\f13e';
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 5px
}

header .top-link>ul>li.login.failed input:not([type=submit]) {
    border-color: #d12631
}

header .top-link>ul>li.login.failed .notice {
    display: block
}

header .top-link>ul>li.logout>a:before {
    content: 'e'
}

header .inner .basket {
    top: 75px;
    right: 0px;
    position: absolute;
    z-index: 100
}

header .inner .basket a {
    color: #fff;
    margin: 0px;
    line-height: 55px;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

header .inner .basket a:first-child:before {
    content: '\f07a';
    font-family: FontAwesome;
    font-size: 16px;
    padding-right: 0px
}

header .inner .open .basket a {
    color: #000;
    background: #fff;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3)
}

header .inner .logo {
    top: 0;
    left: 0;
    /*	width:221px;*/
    /*	height:68px;*/
    display: block;
    position: absolute;
    overflow: hidden
}

header .search {
    top: 60px;
    right: 0;
    position: absolute
}

header .searchbox {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #E1E1E1;
    color: #666666;
    height: 34px;
    padding: 0 33px 0 10px;
    width: 350px;
}

header .searchbox:hover,
header .searchbox:focus {
    border-color: #448b33;
    background: transparent;
    transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s
}

header .tooltip,
header .tooltip a {
    font-family: PlutoSansRegular;
    font-size: 11px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase
}

header .tooltip .close {
    top: 12px;
    right: 12px;
    width: 9px;
    height: 9px;
    display: block;
    background-size: 100%;
    background-image: url(../img/header/close.png);
    position: absolute
}

header .search input[type=submit] {
    top: 1px;
    right: 1px;
    color: #fff;
    width: 32px;
    height: 29px;
    z-index: 2;
    position: absolute;
    background: transparent;
    border: none;
    cursor: pointer
}

header .search:after {
    top: 0px;
    right: 0px;
    content: '\f002';
    z-index: 1;
    display: block;
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-transform: none;
    font-family: FontAwesome;
    background: #448b33;
    color: #fff;
    height: 35px;
    line-height: 34px;
    width: 34px;
    text-align: center
}

header .checkout {
    background-color: #333;
    color: #FFFFFF !important;
    font-size: 11px;
    font-weight: 300;
    height: 22px;
    line-height: 22px !important;
    padding: 0 8px;
    text-transform: uppercase;
}

.store-img-box {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    /*display: block;*/
    display: none;
    margin: 15px auto auto;
    overflow: hidden;
    padding: 20px;
    width: 920px;
}

.store-img-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.store-img-box li {
    float: left;
    margin-bottom: 0px;
    margin-right: 20px;
    text-align: center;
    width: 292px;
    padding: 0
}

.store-img-box li.last {
    margin-right: 0
}

.store-img-box .custom-box {
    width: 235px;
    overflow: hidden;
    background: #00C0BE;
    padding: 30px;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding-top: 30px;
    line-height: 1.4em
}

.store-img-box .custom-box span {
    font-size: 20px;
    display: block;
    font-family: "Lato", sans-serif
}

.icon-thumbs-up {
    font-family: FontAwesome;
    display: block !important;
    font-size: 60px;
    padding-bottom: 8px
}

.icon-thumbs-up:hover {
    font-family: FontAwesome;
    display: block !important;
    font-size: 60px;
    padding-bottom: 8px
}

.store-img-box .shipping-box {
    width: 235px;
    overflow: hidden;
    background: #448b33;
    padding: 30px;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding-top: 30px;
    line-height: 1.4em
}

.store-img-box .shipping-box span {
    font-size: 20px;
    display: block;
    font-family: "Lato", sans-serif
}

.icon-tablet {
    font-family: FontAwesome;
    display: block !important;
    font-size: 60px;
    padding-bottom: 10px
}

.icon-smile {
    font-family: FontAwesome;
    display: block !important;
    font-size: 60px;
    padding-bottom: 10px
}

.store-img-box .offer-box {
    width: 235px;
    overflow: hidden;
    background: #f47325;
    padding: 30px;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
    padding-top: 30px;
    line-height: 1.4em
}

.store-img-box .offer-box span {
    font-size: 20px;
    display: block;
    font-family: "Lato", sans-serif
}

.free-shipping {
    font-size: 12px;
    font-weight: normal;
    padding: 45px;
    position: absolute;
    right: 400px;
    top: 10px;
    color: #999;
    width: 175px;
    text-transform: uppercase;
    line-height: 15px
}

.free-shipping span {
    float: right;
    width: 137px;
    display: inline-block;
    margin-top: 0px
}

.free-shipping .icon-truck {
    font-family: FontAwesome;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #448b33
}

.money-back {
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    position: absolute;
    right: 300px;
    top: 11px;
    color: #999;
    width: 175px;
    text-transform: uppercase;
    line-height: 15px
}

.money-back span {
    float: right;
    width: 137px;
    display: inline-block;
    margin-top: 0px
}

.money-back .icon-share-alt {
    font-family: FontAwesome;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #448b33
}

.products-list .product-shop button.button {
    font-family: 'FontAwesome';
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 8px
}

.products-list .product-shop button.button span span {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    padding: 1px 0 0 10px;
    text-transform: uppercase
}


/*========== Footer  ==========*/

.footer {
    color: #333333;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: auto;
    overflow: hidden;
    clear: both;
}

.footer-bottom-link {
    color: #444645;
    margin-top: 0px;
    text-align: left;
    width: 940px;
    margin: auto;
    padding: 10px
}

.footer-bottom-link .payment-accept {
    float: right;
    font-size: 12px;
    color: #333;
    padding-top: 6px
}

.footer-bottom-link ul {
    display: inline-block;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer-bottom-link ul.link li.first a:before {
    display: none;
}

.footer-bottom-link ul {
    display: inline-block;
    padding: 0px 0 0 0px
}

.footer-top-link {
    float: right;
    text-align: right;
    margin-top: 5px;
}

.footer-top-link ul li {
    margin-left: 10px;
    margin-right: 0;
}

.footer-top-link ul li a {
    color: #AAAAAA;
    font-size: 13px;
}

.simple .footer-bottom .copyright {
    margin-top: 10px;
    float: left;
}

.footer-bottom-link ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin-right: 10px
}

.footer-bottom-link .link li.first {
    padding-left: 0 !important;
}

.footer-bottom-link .link ul li {
    margin: 0
}

.footer-bottom-link .link li {
    display: block;
    float: left;
}

.footer-bottom-link .fb a:before {
    content: "\f09a";
    font-family: FontAwesome;
    background: #3b5997;
    font-size: 24px;
    border-radius: 3px;
    line-height: 40px;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center
}

.footer-bottom-link .fb a {
    color: #333333;
    font-size: 13px;
}

.footer-bottom-link .tw a:before {
    content: "\f099";
    font-family: FontAwesome;
    background: #34c1ed;
    font-size: 24px;
    border-radius: 3px;
    line-height: 40px;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center
}

.footer-bottom-link .tw a {
    color: #333333;
    font-size: 13px;
}

.footer-bottom-link .googleplus a:before {
    content: "\f0d5";
    font-family: FontAwesome;
    background: #e33729;
    font-size: 24px;
    border-radius: 3px;
    line-height: 40px;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center
}

.footer-bottom-link .googleplus a {
    color: #333333;
    font-size: 13px;
}

.footer-bottom-link .rss a:before {
    content: "\f09e";
    font-family: FontAwesome;
    background: #f7931e;
    font-size: 24px;
    border-radius: 3px;
    line-height: 40px;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center
}

.footer-bottom-link .rss a {
    color: #333333;
    font-size: 13px;
}

.footer-bottom-link .pintrest a:before {
    content: "\f0d3";
    font-family: FontAwesome;
    background: #bf1c23;
    font-size: 24px;
    border-radius: 3px;
    line-height: 40px;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center
}

.footer-bottom-link .pintrest a {
    color: #333333;
    font-size: 13px;
}

.footer-bottom-link .linkedin a:before {
    content: "\f0e1";
    font-family: FontAwesome;
    background: #2992b5;
    font-size: 24px;
    border-radius: 3px;
    line-height: 40px;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center
}

.footer-bottom-link .linkedin a {
    color: #333333;
    font-size: 13px;
}

.footer-bottom-link .youtube a:before {
    content: "\f167";
    font-family: FontAwesome;
    background: #e42e2d;
    font-size: 24px;
    border-radius: 3px;
    line-height: 40px;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center
}

.footer-bottom-link .youtube a {
    color: #333333;
    font-size: 13px;
}

.footer-top-link ul li a:hover {
    text-decoration: none;
    color: #FD355A
}

.footer-top-link ul.link li.first a {
    padding-left: 0;
}

.footer-top-link ul.link li.first a:before {
    display: none;
}

.footer-social {
    background: url(../images/divider.png) left bottom no-repeat;
    float: right;
    margin-right: 5%
}

ul.footer-social {
    margin: 0;
    padding: 0
}

.footer-social li {
    background: url(../images/divider.png) right bottom no-repeat;
    float: left;
    width: 58px;
    height: 48px;
    margin: 0 !important
}

.footer-social li a {
    display: block;
    height: 48px;
    padding: 10px 0
}

.footer-social li a:hover {
    background-color: #4D4D4D
}

.footer-social li i {
    display: block;
    margin: 0 auto;
    height: 48px;
    padding: 0
}

.footer-social li i.icon-facebook {
    background: url(../images/facebook.png) no-repeat center;
    width: 10px;
}

.footer-social li i.icon-twitter {
    background: url(../images/icon_twitter.png) no-repeat center;
    width: 23px;
}

.footer-social li i.icon-google {
    background: url(../images/googel.png) no-repeat center;
    width: 21px
}

.footer-social ul li a:before {
    display: none;
}

.footer-container {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    display: block;
    margin: 1px auto auto;
    overflow: hidden;
    padding: 20px;
    width: 950px;
}

.footer-column-1 {
    width: 100%;
    float: left;
    margin: 0 10px
}

.footer-column-2 {
    width: 23%;
    float: left;
    margin: 0 10px
}

.footer-column-3 {
    width: 23%;
    float: left;
    margin: 0 10px
}

.footer-column-4 {
    width: 23%;
    float: left;
    margin: 0 0px;
    font-size: 13px;
    color: #888
}

.footer-column-4 p {
    border-bottom: 1px #eaeaea solid;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin: 0px;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px
}

.footer-column-4 .icon-phone {
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block;
    padding-right: 5px;
    color: #448b33
}

.footer-column-4 .icon-envelope {
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block;
    padding-right: 5px;
    color: #448b33
}

.footer-column-4 a {
    color: #888
}

.footer h3,
.footer .title {
    color: #333333;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 15px;
    text-transform: uppercase;
}

.footer-container ul.links {}

.footer-container ul.links li {
    display: block;
    margin: 2px 0
}

.footer-container ul.links li.first {
    padding-left: 0 !important;
}

.footer-container ul.links li.last {
    background: none !important;
    padding-right: 0 !important;
}

.footer-container ul.links span {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    padding-right: 3px;
    line-height: 15px
}

.footer-container ul.links li a {
    line-height: 2;
    color: #888;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase
}

.footer-container ul.links li a:hover {
    line-height: 2;
    color: #448b33;
    text-decoration: none
}

.footer-container ul.links span:hover {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    padding-right: 3px;
    color: #448b33
}

.footer-bottom {
    text-align: left;
    width: 100%;
    margin: auto;
    margin-top: 5px;
    color: #777;
    padding: 0 10px;
    font-size: 12px;
    font-weight: normal;
}

.footer-bottom .copyright {
    text-align: right;
    display: inline-block;
    font-size: 13px;
    text-align: left;
    color: #aaa;
    margin-bottom: 0;
    padding: 5px 0 5px 0px;
}

.footer-bottom .copyright a {
    text-decoration: none
}

.footer-bottom .copyright a:hover {
    text-decoration: none;
    color: #FD355A
}

.footer-bottom a {
    color: #aaa;
}

.footer .bottom_links {
    text-align: right;
    display: inline-block;
    float: right;
    padding: 5px 10px 5px 0
}

.footer-bottom ul {
    display: inline;
    float: right;
}

.footer-bottom ul li {
    margin-left: 10px;
    float: left;
    list-style: none
}

.footer-bottom ul li a {
    background: none repeat scroll 0 0 transparent;
    font-size: 13px;
    text-decoration: none;
    line-height: normal
}

.footer-bottom ul li a:hover {
    color: #999
}

.social-links {
    overflow: hidden;
    text-align: left;
    padding: 0px;
    margin: 0px;
    margin-top: 70px
}

.social-links li {
    float: left;
    display: inline;
    margin-right: 8px
}

.social-links .pintrest a:before {
    content: "\f0d3";
    font-family: FontAwesome;
    background: #bf1c23;
    font-size: 24px;
    border-radius: 3px;
    line-height: 40px;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center
}

.social-links .pintrest a {
    color: #333333;
    font-size: 13px;
}

.social-links .linkedin a:before {
    content: "\f0e1";
    font-family: FontAwesome;
    background: #2992b5;
    font-size: 24px;
    border-radius: 3px;
    line-height: 40px;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center
}

.social-links .linkedin a {
    color: #333333;
    font-size: 13px;
}

.social-links .youtube a:before {
    content: "\f167";
    font-family: FontAwesome;
    background: #e42e2d;
    font-size: 24px;
    border-radius: 3px;
    line-height: 40px;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center
}

.social-links .youtube a {
    color: #333333;
    font-size: 13px;
}

.social-links .fb a:before {
    content: "\f09a";
    font-family: FontAwesome;
    background: #3b5997;
    font-size: 24px;
    border-radius: 3px;
    line-height: 40px;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center
}

.social-links .fb a {
    color: #333333;
    font-size: 13px;
}

.social-links .tw a:before {
    content: "\f099";
    font-family: FontAwesome;
    background: #34c1ed;
    font-size: 24px;
    border-radius: 3px;
    line-height: 40px;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center
}

.social-links .tw a {
    color: #333333;
    font-size: 13px;
}

.social-links .googleplus a:before {
    content: "\f0d5";
    font-family: FontAwesome;
    background: #e33729;
    font-size: 24px;
    border-radius: 3px;
    line-height: 40px;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center
}

.social-links .googleplus a {
    color: #333333;
    font-size: 13px;
}

.social-links .rss a:before {
    content: "\f09e";
    font-family: FontAwesome;
    background: #f7931e;
    font-size: 24px;
    border-radius: 3px;
    line-height: 40px;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center
}

.social-links .rss a {
    color: #333333;
    font-size: 13px;
}


/*========== home-right ============== */

.home-slider {
    width: 910px;
    margin: 0px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    padding: 25px;
    margin-top: 15px
}

.home-slider .home-featured {
    float: left;
}

.home-slider .featured-title h3 {
    font-family: 'open_sans_lightregular';
    font-size: 30px;
    color: #383838;
    font-weight: normal;
    margin-bottom: 15px;
}

.home-slider .featured-area {
    width: 100%;
    background: #EA493D;
    float: left;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    position: absolute;
    bottom: 0;
    height: 58px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.new-arrow1 h2 {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: normal;
    padding: 0px;
    margin: 0px
}

.new-arrow1 {
    padding: 0px 0px 0px 0px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}


/* Browser Resets */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none !important;
}


/*========== FlexSlider Necessary Styles ==========*/

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    display: block;
    width: 285px;
    -webkit-transition: all 0.7s ease;
    /* Safari and Chrome */
    /* Firefox */
    /* IE 9 */
    /* Opera */
    transition: all 0.7s ease;
}

.flexslider .slides img:hover {
    -webkit-transform: scale(1.25);
    /* Safari and Chrome */
    /* Firefox */
    /* IE 9 */
    /* Opera */
    transform: scale(1.25);
    overflow: hidden;
}

.flex-pauseplay span {
    text-transform: capitalize;
}


/* FlexSlider Default Theme */

.flexslider {
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.loading {}

.carousel li {}

.new {
    color: #F93E09;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    right: 0px;
    top: 10px;
    position: absolute;
    text-transform: uppercase;
    width: 45px;
    z-index: 1;
}

#banner-slider .flex-viewport {
    height: 360px;
}

html[xmlns] #banner-slider .slides {
    display: block;
    height: 360px;
}


/* Direction Nav */

.flex-direction-nav {
    height: 0;
}

.flex-direction-nav a {
    font-family: 'FontAwesome';
    font-size: 24px;
    text-decoration: none;
    display: block;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    background: #CCCCCC;
    height: 40px;
    width: 40px;
    text-align: center
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}

.flex-direction-nav .flex-prev {
    left: -36px;
}

.flexslider .flex-next {
    right: 0px;
    padding: 0px;
}

.flexslider .flex-next:hover,
.flexslider .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    filter: alpha(opacity=30);
    cursor: default;
}

.flexslider:hover .flex-direction-nav .flex-disabled {
    opacity: 0.3 !important;
}

#main-slider .flex-direction-nav .flex-prev {
    left: 1100px;
}

#secondary-slider .flex-direction-nav .flex-prev {
    left: 852px;
    top: -24px
}

#secondary-slider .flex-direction-nav .flex-next {
    top: -24px;
    right: -24px
}

#secondary-slider1 .flex-direction-nav .flex-prev {
    left: 852px;
    top: -24px
}

#secondary-slider1 .flex-direction-nav .flex-next {
    top: -24px;
    right: -24px
}

#secondary-slider2 .flex-direction-nav .flex-prev {
    left: 852px;
    top: -24px
}

#secondary-slider2 .flex-direction-nav .flex-next {
    top: -24px;
    right: -24px
}


/* Control Nav */

.flex-control-nav {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #CCC;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #FFF;
}

.flex-control-paging li a.flex-active {
    background: #FFF;
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

.quick-view {
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 37%;
    background: #333;
    height: 42px;
    line-height: 42px;
    padding: 0 16px;
    color: white;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    line-height: 37px !important;
}

.quick-view:hover {
    background: #f47325;
    text-decoration: none !important;
    color: #fff
}

.product-latest li.latest-product.item .quick-view {
    left: 63%;
}

.products-list li.item .quick-view {
    left: 8%;
}

.home-grid {
    position: relative;
    margin: 0px
}

.productgrid-area .price-box,
.productgrid-area .price-box .special-price .price,
.productgrid-area .price-box .regular-price .price {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 20px;
    color: #fff !important;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
}

.productgrid-area .price-box .old-price .price {
    display: block;
    margin-left: 100px;
    margin-top: -20px;
    position: absolute;
    color: #fff !important;
}

.productgrid-area .old-price .price-label {
    display: none;
}

.productgrid-area .special-price .price-label {
    display: none;
}

.productgrid-area .ratings {
    margin: 36px 9px;
}

.home-grid .productgrid-area {
    width: 100%;
    /*	background:#448b33;*/
    background: rgba(68, 139, 51, 0.7);
    /*    border: 1px solid #448b33;*/
    float: left;
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 68px;
    left: 0;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
}

.home-grid .productgrid-area .rating-box {
    width: 81px;
    height: 14px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
    position: absolute;
    right: 5px;
    margin-top: 5px
}

.home-grid .productgrid-area .rating-box .rating {
    height: 14px;
    background: url(../images/bkg_rating.png) 0 100% repeat-x;
}

.home-grid li.item {
    float: left;
    margin: 0px 0px 0px 0px;
    position: relative;
    border: 1px solid #e5e5e5;
    background: #d8d8d8;
    display: block;
    width: 285px;
    height: 250px;
    overflow: hidden;
}

.home-grid li.column2 {
    width: 422px;
    margin: 0px 23px 23px 0px;
}

.home-grid li.column3 {
    width: 272px;
    margin: 0px 24px 23px 0px;
}

.home-grid li.column4 {
    width: 197px;
    margin: 0px 24px 23px 0px;
}

.home-grid li.column2 .actions {
    width: 92% !important;
}

.home-grid li.column3 .actions {
    width: 88% !important;
}

.home-grid li.column4 .actions {
    width: 84% !important;
}

.home-grid li.item.last {
    margin: 0px 0px 27px 0px;
}

.home-grid .actions {
    border-top: 1px solid #2cb3d0;
    margin: 0px 10px;
    position: absolute;
    bottom: 0px;
    display: none;
    padding: 10px 12px 10px 0px;
    width: 88%;
}

.home-grid .actions button.button {
    padding: 4px 8px;
    text-decoration: none;
    float: left;
    background: none;
    font-family: 'FontAwesome';
    font-size: 16px;
    text-transform: uppercase;
    background-color: #f47325
}

.home-grid .actions button.button,
.products-grid .actions button.button,
.product-view .product-rolta .add-to-box .btn-cart:hover {
    background-color: #8cbd40 !important;
}

.home-grid .actions button.button span span {
    font-size: 12px;
    padding: 1px 0px 0px 10px;
    font-family: "Lato", sans-serif
}

.home-grid .actions button.button:hover span span {
    text-decoration: none;
}

.home-grid li.item:hover .actions {
    display: block;
    position: absolute;
}

.home-grid li.item:hover .price-from .price {
    font-size: 30px;
    font-family: "Lato", sans-serif;
    display: block;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
}

.productgrid-area .price-box,
.productgrid-area .price-box .special-price .price,
.productgrid-area .price-box .regular-price .price,
.productgrid-area .price-box .price-from .price {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 20px;
    color: #fff !important;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
}

.home-grid li.item .price-from .price {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    color: white;
    font-weight: 900;
}

.home-grid li.item:hover .productgrid-area {
    background: rgba(68, 139, 51, 0.7);
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    height: 135px;
}

.home-grid li.item:hover .price-box {
    position: absolute;
    bottom: 50px;
    font-size: 36px;
    font-family: "Lato", sans-serif;
    display: block;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
}

.home-grid li.item:hover .special-price .price {
    font-size: 30px;
    font-family: "Lato", sans-serif;
    display: block;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
}

.home-grid li.item:hover .regular-price .price {
    font-size: 30px;
    font-family: "Lato", sans-serif;
    display: block;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
}

.home-grid li.item:hover .old-price .price {
    display: block;
    position: absolute;
    right: 9px;
    bottom: 49px;
    color: #FFF;
    display: none
}

.home-grid li.item:hover .productgrid-area .rating-box {
    width: 81px;
    height: 14px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
    position: absolute;
    right: 5px;
    margin-top: 5px;
    bottom: 70px
}

.home-grid li.item:hover .productgrid-area .rating-box .rating {
    height: 14px;
    background: url(../images/bkg_rating.png) 0 100% repeat-x;
}

.home-grid .product-latest li.latest-product:hover .price-box .old-price .price {
    right: 0;
    position: absolute;
    font-weight: normal;
    bottom: 54px;
}

.home-grid li.item .minimal-price .price-label {
    display: none;
}

.home-grid li.item .price-to .price-label {
    display: none;
}

.home-grid li.item .price-from .price-label {
    display: none;
}

.home-grid li.item .price-to .price {
    display: none;
}

.home-grid li.item .price-from .price {
    font-family: 'open_sans_lightregular';
    font-size: 36px;
    color: white;
    font-weight: normal;
}

.home-grid li.item .minimal-price-link .price {
    color: #fff;
    display: none;
}

.home-grid li.item .minimal-price-link .label {
    color: #fff;
    display: none;
}

.home-grid li.item .minimal-price .price-label {
    display: none;
}

.home-grid li.item .price-to .price-label {
    display: none;
}

.home-grid li.item .price-from .price-label {
    display: none;
}

.home-grid li.item .price-to .price {
    display: none;
}

.home-grid li.item .price-from .price {
    font-family: "Lato", sans-serif;
    font-size: 36px;
    color: white;
    font-weight: normal;
}

.home-grid li.item .minimal-price .price {
    font-size: 20px;
    color: white !important;
}

.home-grid li.item:hover .minimal-price .price {
    font-size: 30px;
    color: white !important;
}

.home-grid li.item .minimal-price-link .price {
    color: #fff;
    font-size: 11px;
    display: none;
}

.home-grid li.item .minimal-price-link .label {
    color: #fff;
    font-size: 11px;
    display: none;
}

.home-grid.last {
    border-bottom: 0;
}

.product-latest li.latest-product.item {
    position: relative;
    float: left;
    width: 392px;
    margin: 0px 9px 9px 0px;
    padding: 0px;
    border: 0px solid #D9D9DB;
}

.product-latest li.latest-product.item.last {
    margin-right: 0px;
}

.product-latest .latest-product .product-image {
    display: block;
    width: 191px;
    height: 201px;
    margin: 0 0 0px;
}

.productgrid-area .product-name {
    margin: 10px 0px 0px 20px;
    font-weight: normal;
    font-size: 13px;
    color: #203548;
    position: absolute;
    top: 0;
    font-family: "Lato", sans-serif;
    text-transform: uppercase
}

.product-latest .actions .add-to-links {
    right: 10px;
    top: 12px;
}

.home-grid .product-name a {
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
}

.home-grid .product-name a:hover {
    text-decoration: none;
}

.product-latest .product-name a {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    font-weight: 900;
}

.product-latest .product-name a:hover {
    text-decoration: none;
}

.product-latest .price-box {
    margin: 5px 0;
    position: absolute;
    bottom: 55px;
    right: auto;
}

.home-grid .availability {
    line-height: 21px;
}

.product-latest li.latest-product .actions {
    border-top: 1px solid #fff;
    position: absolute;
    bottom: 0px;
    width: 171px;
    padding: 10px 11px 10px 0px;
    display: block;
    margin: 0px;
    float: left;
}

.home-grid .actions .add-to-links {
    position: absolute;
    right: -10px;
    top: 12px;
    margin: 0;
}

.home-grid .actions .add-to-links li {
    float: left;
    margin-left: 5px;
    display: block
}

.home-grid .actions .add-to-links a.link-wishlist {
    text-decoration: none;
    font-weight: normal;
    font-family: 'FontAwesome';
    font-size: 14px;
    padding: 4px 4px 3px 4px;
    border: 1px solid;
    color: #FFF;
    float: left;
}

.home-grid .actions .add-to-links a.link-wishlist:hover {
    color: #EA493D;
    background: #FFF;
    border: none;
    padding: 5px 5px 4px 5px;
}

.home-grid .actions .add-to-links a.link-compare {
    text-decoration: none;
    font-weight: normal;
    font-family: 'FontAwesome';
    font-size: 14px;
    padding: 4px 4px 3px 4px;
    border: 1px solid;
    color: #FFF;
    float: left;
    background: none
}

.home-grid .actions .add-to-links a.link-compare:hover {
    color: #EA493D !important;
    background: #FFF;
    border: none;
    padding: 5px 5px 4px 5px;
}

.home-grid li.item:hover .quick-view {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-latest li.latest-product.item:hover .quick-view {
    opacity: 1;
    filter: alpha(opacity=100);
}

.block-related .block-content li.item:hover .quick-view {
    opacity: 1;
    filter: alpha(opacity=100);
}

.products-list li.item:hover .quick-view {
    opacity: 1;
    filter: alpha(opacity=100);
}

.products-list li.item {
    position: relative;
}

.product-name {
    margin: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    font-weight: normal;
}

.product-name a {}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}


/* FF Fix */

button.button {
    -webkit-border-fit: lines;
}


/* <- Safari & Google Chrome Fix */

button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

button.button {
    display: inline-block;
    border: 0;
    background: #4c9a44;
    padding: 8px 12px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-weight: normal;
}

button.button:hover {
    background: #f47325;
    padding: 8px 12px;
}

button.button.btn-cart span {
    background: none;
    font-family: "Lato", sans-serif;
}

button.button span span {
    border: 0;
    padding: 0;
    background: none;
}

.ratings .amount {
    display: none;
}

.col1-layout .home-grid {
    list-style: none;
}


/********** < Product Prices */

.price {
    white-space: nowrap !important;
}

.price-box {
    margin: 10px 0;
    margin-left: 20px
}

.price-box .price {}


/* Regular price */

.regular-price {
    color: #FFF;
    font-weight: normal;
}

.regular-price .price {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: #FFF;
    font-weight: 900;
}

.block .regular-price,
.block .regular-price .price {
    color: #EA493D;
}


/* Old price */

.old-price {
    margin: 0;
    font-family: "Lato", sans-serif;
}

p.old-price {
    line-height: normal !important;
}

.old-price .price-label {
    white-space: nowrap;
    color: #999;
}

.old-price .price {
    font-weight: normal;
    font-size: 14px;
    color: white;
    text-decoration: line-through;
}

.latest-product .old-price .price-label {
    display: none;
}


/* Special price */

.special-price {
    margin: 0;
    padding: 3px 0 !important;
    line-height: normal !important;
}

.special-price .price-label {
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    color: #cd5033;
}

.special-price .price {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: white;
    font-weight: 900;
}

.latest-product .special-price .price-label {
    display: none;
}


/* Minimal price (as low as) */

.minimal-price {
    margin: 0;
}

.minimal-price .price-label {
    white-space: nowrap;
}

.minimal-price-link {
    display: inline;
}

.minimal-price-link .label {}

.minimal-price-link .price {
    font-weight: normal;
    color: #1e7ec8;
}

.add-to-links .separator {
    display: none;
}

.flexslider .flex-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    line-height: 40px
}

.flexslider .flex-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    line-height: 40px
}

.flexslider .flex-next:focus {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #fff !important;
}

.product-latest li.latest-product .actions button.btn-cart:before,
.products-grid .actions button.button:before,
.home-grid .actions button.button:before,
.home-grid1 .actions button.button:before,
#crosssell-products-list .actions button.button:before,
.block-reorder .actions button.button.btn-cart:before,
.product-view .product-shop button.button.btn-cart:before,
.products-list .f-fix button.button.btn-cart:before,
.products-list .product-shop button.button.btn-cart:before {
    content: "\f07a"
}

.product-latest .actions .add-to-links a.link-wishlist:before,
.home-grid .actions .add-to-links a.link-wishlist:before,
.home-grid1 .actions .add-to-links a.link-wishlist:before,
#crosssell-products-list .actions .add-to-links a.link-wishlist:before {
    content: "\f004";
}

.product-latest .actions .add-to-links a.link-compare:before,
.home-grid .actions .add-to-links a.link-compare:before,
.home-grid1 .actions .add-to-links a.link-compare:before,
#crosssell-products-list .actions .add-to-links a.link-compare:before {
    content: "\f074";
}

.slider-arrow,
.button-arrow,
.dropdown .arrow,
.elastislide-next,
.elastislide-prev {
    transition: color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    -moz-transition: color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    -webkit-transition: color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
    -o-transition: color 450ms ease-in-out, background-color 150ms ease-in-out, opacity 600ms ease-in-out, background-position 300ms ease-in-out;
}

.slider-arrow,
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next,
.button-arrow,
.pager .button,
.dropdown .arrow,
.dropdown .button,
.elastislide-next,
.elastislide-prev,
.opc .step-title a,
.prettycheckbox>a,
.prettyradio>a,
.fraction-slider .prev,
.fraction-slider .next,
.bx-wrapper .bx-controls-direction a,
.tp-leftarrow,
.tp-rightarrow {
    font-family: "Lato", sans-serif;
    background-color: #f8f8f8;
    color: #666;
}

.slider-arrow:hover,
.slider-arrow:focus,
.button-arrow:hover,
.button-arrow:focus,
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-prev:focus,
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-next:focus,
.dropdown.open .arrow,
.elastislide-next:hover,
.elastislide-next:focus,
.elastislide-prev:hover,
.elastislide-prev:focus,
.opc .step-title a:hover,
.opc .step-title a:focus,
.prettycheckbox>a.checked,
.prettyradio>a.checked,
.fraction-slider .prev:hover,
.fraction-slider .prev:focus,
.fraction-slider .next:hover,
.fraction-slider .next:focus,
.bx-wrapper .bx-controls-direction a:hover,
.bx-wrapper .bx-controls-direction a:focus,
.tp-leftarrow:hover,
.tp-leftarrow:focus,
.tp-rightarrow:hover,
.tp-rightarrow:focus {
    background-color: #323C46;
    color: #fff !important;
}


/*
Theme created for use with Sequence.js (http://www.sequencejs.com/)

Theme: Modern Slide In
Version: 1.3
Theme Author: Ian Lunn @IanLunn
Author URL: http://www.ianlunn.co.uk/
Theme URL: http://www.sequencejs.com/themes/modern-slide-in/

This is a FREE theme and is available under a MIT License:
http://www.opensource.org/licenses/mit-license.php

Sequence.js and its dependencies are (c) Ian Lunn Design 2012 - 2013 unless otherwise stated.
*/


/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */


/* !CSS RESET */


/* prefix declarations */


/* THEME STYLES */

#banner-slider {
    margin: 0 auto;
    width: 100%;
}

#banner-slider .RHS-banner {
    /*width:300px;*/
    /*float:right*/
}

#banner-slider .inner {
    width: 960px;
    margin: auto;
    overflow: hidden
}

.controls {
    margin: 0;
    padding: 0;
    list-style: none
}

.sequence-theme {
    background: #000;
}

#sequence {
    margin: 0 auto;
    position: relative;
    color: black;
    font-size: 0.625em;
    margin: 0 auto;
    position: relative;
    height: 350px;
    width: 960px;
    float: left
}

#sequence>.sequence-canvas {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

#sequence>.sequence-canvas>li {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    list-style: none
}

#sequence>.sequence-canvas>li img {
    height: 100%;
}

#sequence>.sequence-canvas li>* {
    position: absolute;
    -webkit-transition-property: left, opacity;
    transition-property: left, opacity;
}

#sequence-theme .controls a {
    background: url("../images/slider-arrow.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 26px;
    margin: 0px 0 0;
    text-indent: -9999px;
    display: none;
    top: 45%;
    width: 50px;
    z-index: 9;
    position: absolute;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#sequence-theme .controls .sequence-next {
    background-position: 13px 0px;
    right: 0;
    display: none;
}

#sequence-theme .controls .sequence-prev {
    background-position: -30px 0px;
    left: 0;
    display: none;
}

#sequence-theme:hover .controls .sequence-prev,
#sequence-theme:hover .controls .sequence-next {
    opacity: 1;
    display: block;
}

.sequence-pause {
    bottom: 0;
    cursor: pointer;
    position: absolute;
    z-index: 1000;
}

.sequence-paused {
    opacity: 0.3;
}

.sequence-prev {
    left: 3%;
}

.sequence-next {
    right: 3%;
}

.sequence-prev img,
.sequence-next img {
    height: 100%;
    width: auto;
}

#sequence-preloader {
    background: #444;
}

.sequence-pagination {
    bottom: 1%;
    display: none;
    right: 6%;
    position: absolute;
    z-index: 10;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.sequence-pagination li {
    display: inline-block;
    *display: inline;
    /* Hack for IE7 and below as they don't support inline-block */
    height: 140px;
}

.sequence-pagination li img {
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: margin-bottom, opacity;
    transition-property: margin-bottom, opacity;
}

.sequence-pagination li img:hover {
    margin-bottom: 4px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.sequence-pagination li.current img {
    opacity: 1;
}

.sequence-next,
.sequence-prev {
    position: absolute;
    opacity: 0.6;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.sequence-next:hover,
.sequence-prev:hover {
    opacity: 1;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.animate-in .intro {
    left: 50%;
    margin: 0 0 0 -470px !important;
    text-align: left;
    top: 44%;
    width: 469px;
    padding: 0;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    color: #fff;
    font-weight: 300;
    text-transform: inherit;
    opacity: 1;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.animate-out .intro {
    left: -10%;
    margin: 0 0 0 -470px !important;
    text-align: left;
    top: 44%;
    width: 469px;
    padding: 0;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    color: #fff;
    font-weight: 300;
    text-transform: inherit;
    opacity: 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.intro {
    left: -10%;
    margin: 0 0 0 -470px !important;
    top: 44%;
    width: 469px;
    text-align: left;
    padding: 0 !important;
    font-size: 18px !important;
    font-family: "Lato", sans-serif;
    color: #fff;
    font-weight: 300 !important;
    text-transform: inherit;
    opacity: 0;
    z-index: 999999;
}

.cms-index-index .model {
    left: 0%;
    margin: 0;
    bottom: 0;
    opacity: 0;
    position: relative;
    height: auto !important;
}

.animate-in .model {
    left: 0%;
    margin: 0;
    opacity: 1;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.animate-out .model {
    left: 0%;
    margin: 0;
    opacity: 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}


/*=========== slider2  ==============*/

.cms-index-index .intro-slider2 {
    padding: 0 !important;
}

.model-slider2 {
    left: 0%;
    margin: 0;
    bottom: 0;
    opacity: 0;
    position: relative;
    height: auto !important;
}

.animate-in .model-slider2 {
    left: 0%;
    margin: 0;
    opacity: 1;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.animate-out .model-slider2 {
    left: 0%;
    margin: 0px;
    opacity: 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}


/*============ end slider2 ==============*/


/*============ slider3  ===============*/

.cms-index-index .intro-slider3 {}

.model-slider3 {
    left: 0%;
    margin: 0;
    bottom: 0;
    opacity: 0;
    position: relative;
    height: auto !important;
}

.animate-in .model-slider3 {
    left: 0%;
    margin: 0;
    opacity: 1;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.animate-out .model-slider3 {
    margin: 0;
    opacity: 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}


/*============  endslider3  ===============*/


/** Logos Silder *******************************************************************************************************/

.brand-logo {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    display: block;
    margin: 15px auto auto;
    overflow: hidden;
    padding: 25px;
    width: 910px;
}

.jcarousel-skin-tango2 {
    width: 910px
}

.jcarousel-control2 {
    position: absolute;
    bottom: -45px;
    left: 0px;
}

.jcarousel-control2 a {
    float: left;
    width: 9px;
    height: 9px;
    margin: 0 5px 0 0;
    background: url(../images/bi.png) no-repeat 100% 0;
    overflow: hidden;
    text-indent: 9999px;
    outline: 0 none;
}

.jcarousel-control2 a:hover {
    background: url(../images/bi.png) no-repeat 0 0;
}

.jcarousel-scroll2 {
    position: absolute;
    bottom: -62px;
    right: 0px;
}

.jcarousel-scroll2 a {
    color: #000000;
    float: left;
    margin: 0 0 0 5px;
    outline: 0 none;
    text-decoration: none;
}

.jcarousel-skin-tango2 .jcarousel-container {
    border: 0;
}

.jcarousel-skin-tango2 .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-tango2 .jcarousel-container-horizontal {
    padding: 0px;
    width: 900px;
}

.jcarousel-skin-tango2 .jcarousel-clip-horizontal {
    width: 936px;
}

.jcarousel-skin-tango2 .jcarousel-clip-vertical {
    width: 443px;
    height: 75px;
}

.jcarousel-skin-tango2 .jcarousel-item {
    border-right: 1px dashed #DDDDDD;
    height: 47px;
    width: 145px;
}

.jcarousel-skin-tango2 .jcarousel-item-horizontal {
    margin: 0 0 0 2px;
    padding: 10px 20px;
}

.jcarousel-skin-tango2 .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 0;
}

.jcarousel-skin-tango2 .jcarousel-item-vertical {
    margin-bottom: 0;
}

.jcarousel-skin-tango2 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


/**
 *  Horizontal Buttons
 */

.jcarousel-skin-tango2 .jcarousel-next-horizontal {
    background: url("../images/cust_right.png") no-repeat -78px -2px #F8F8F8;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: -34px;
    top: -55px;
    width: 40px;
}

.jcarousel-skin-tango2 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    right: 0;
    background-image: url(../images/cust_right.png);
}

.jcarousel-skin-tango2 .jcarousel-next-horizontal:hover {
    background: url("../images/cust_right.png") no-repeat -4px -1px #666
}

.jcarousel-skin-tango2 .jcarousel-next-horizontal:active {
    background: url("../images/cust_right.png") no-repeat -4px -1px #666
}

.jcarousel-skin-tango2 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango2 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango2 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

.jcarousel-skin-tango2 .jcarousel-prev-horizontal {
    position: absolute;
    top: -55px;
    right: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../images/cust_left.png) no-repeat -62px -1px #F8F8F8;
    margin: 0;
}

.jcarousel-skin-tango2 .jcarousel-prev-horizontal:hover {
    background: url("../images/cust_left.png") no-repeat -2px -1px #666
}

.jcarousel-skin-tango2 .jcarousel-prev-horizontal:active {
    background: url("../images/cust_left.png") no-repeat -2px -1px #666
}

.jcarousel-skin-tango2 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango2 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango2 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

.product-title {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 12px;
    text-align: left;
    text-transform: uppercase;
}

#nav>li>a:hover:nth-child(1),
#nav>li>a.active:nth-child(1) {
    background: #4c9a44
}

#nav>li>a:hover:nth-child(2),
#nav>li>a.active:nth-child(2) {
    background: #D5B692
}

#nav>li>a:hover:nth-child(3),
#nav>li>a.active:nth-child(3) {
    background: #394A97
}

#nav>li>a:hover:nth-child(4),
#nav>li>a.active:nth-child(4) {
    background: #448b33
}

#nav>li>a:hover:nth-child(5),
#nav>li>a.active:nth-child(5) {
    background: #6C5649
}

#nav>li>a:hover:nth-child(6),
#nav>li>a.active:nth-child(6) {
    background: #FFC60A
}

#nav>li>a:hover:nth-child(7),
#nav>li>a.active:nth-child(7) {
    background: #abd355
}

#nav>li>a:first-child {
    margin-left: 0px;
}

#nav>li>a:last-child a {
    color: #333
}

nav {
    width: 100%;
    background: #fff;
    margin: 0px auto 0
}

#nav>li:hover>a,
.vertnav-top li>a:hover {
    background-color: #f47325;
    color: #ffffff;
}

.cms-index-index #nav #nav-home>a,
#nav>li.active>a,
.vertnav-top li.current>a {
    background-color: #f47325;
    color: #ffffff;
}

#nav:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}


/* Drop-down menu (horizontal)*/

#nav {
    position: relative;
    z-index: 10;
    -webkit-transform: translateZ(0);
    padding: 0;
    height: 55px;
    background: #C4C4C4;
    width: 960px;
    margin: auto
}


/* All levels
-------------------------------------------------------------- */

#nav li {
    text-align: left;
}

#nav li a {
    display: block;
    text-decoration: none;
}

#nav li a span {
    display: block;
    white-space: nowrap;
}

#nav li ul a span {
    white-space: normal;
}


/* 1st level only
-------------------------------------------------------------- */

#nav>li {
    float: left;
    list-style: none
}

#nav>li.last {
    padding-right: 0;
}

#nav>li>a {
    display: block;
    padding: 0 22px;
    -webkit-tap-highlight-color: transparent;
}

#nav>li>a>span {
    display: inline-block;
}


/* Drop-down boxes:
	wide:    2nd-level category drop-down box + custom block drop-down box
	classic: custom block drop-down box
-------------------------------------------------------------- */

#nav .level0-wrapper {
    position: absolute;
    left: -10000px;
    background-color: #fff;
    width: 100%;
}


/* Inner wrapper for additional padding */

#nav .level0-wrapper2 {
    padding: 20px 20px 0;
}

#nav .level0-wrapper2:before,
#nav .level0-wrapper2:after {
    display: table;
    line-height: 0;
    content: "";
}

#nav .level0-wrapper2:after {
    clear: both;
}


/* Home link
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/


/* item with "feature" class */

#nav a.level-top.feature {
    margin: 0;
}


/* Icon inside item */

#nav li a.level-top .icon {
    padding: 3px;
    margin: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent !important;
}

#nav li:hover a.level-top .icon {
    padding: 3px;
}


/* Single icon as home link
	-------------------------------------------------------------- */

#nav #homelink-icon {
    margin-left: 12px;
}

#nav #homelink-icon a.level-top {
    padding-left: 5px;
    padding-right: 5px;
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}


/* Custom menu item */

#nav .nav-custom-link>a {
    cursor: default;
}


/* Remove 'relative' positioning from custom 'li' (custom block have to be positioned relative to #nav) */

#nav .nav-custom-link {
    position: static;
}


/* Static block's content - basic formatting */

#nav .nav-custom-link .header-nav-dropdown-wrapper {
    padding: 20px 10px;
    overflow: hidden
}

#nav .nav-custom-link .header-nav-dropdown-wrapper p {
    margin: 10px 0;
    color: #666;
    line-height: 1.3em
}

#nav .nav-custom-link .header-nav-dropdown-wrapper .heading {
    margin: 10px 0;
}

#nav .nav-custom-link .header-nav-dropdown-wrapper h4.heading {
    font-size: 16px;
    text-transform: uppercase;
    color: #448b33;
    font-family: "Lato", sans-serif;
}


/* Caret
-------------------------------------------------------------- */

#nav a.level-top .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-bottom: 2px;
    margin-left: 2px;
    vertical-align: middle;
    content: "";
    border-style: solid solid none;
    border-width: 4px 4px 0;
    border-color: #333 transparent transparent;
}


/* Number of products in category
-------------------------------------------------------------- */


/* Sidebar menu */

.vertnav .number {
    margin-left: 3px;
    color: #aaa;
}


/* Main menu */

#nav .number {
    display: inline;
    margin-left: 3px;
}

#nav ul li .number {
    color: #aaa;
}


/* Other
-------------------------------------------------------------- */

.nav .itemslider {
    margin-top: 0;
    margin-bottom: 0;
}

.nav .itemslider .item {
    padding-bottom: 0;
}


/* 1st level
-------------------------------------------------------------- */

li.level0>a>span {
    position: relative;
}

li.level0>a>span>.cat-label {
    position: absolute;
    top: -14px;
    right: 0;
    padding: 0 6px;
    font-size: 14px;
    line-height: 22px;
}


/* Add pin (only 1st level) */

li.level0>a>span>.pin-bottom:before {
    position: absolute;
    right: 6px;
    top: 22px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    transition: border-color 450ms ease-in-out;
    -moz-transition: border-color 450ms ease-in-out;
    -webkit-transition: border-color 450ms ease-in-out;
    -o-transition: border-color 450ms ease-in-out;
}

li.level0>a:hover>span>.pin-bottom:before {
    transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    -o-transition-duration: 100ms;
}


/* 2nd level
-------------------------------------------------------------- */

li.level1>a>span>.cat-label {
    display: inline-block !important;
    padding: 0 4px;
    margin-left: 2px;
    vertical-align: middle;
}


/* 3rd level
-------------------------------------------------------------- */

li.level2>a>span>.cat-label {
    display: inline-block !important;
    padding: 0 4px;
    margin-left: 2px;
}


/* Category labels inside mobile menu / vertical menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

ul.vertnav li>a>span>.cat-label {
    position: static;
    display: inline-block !important;
    padding: 0 4px;
    margin-left: 2px;
}


/* Hide pin */

ul.vertnav li>a>span>.pin-bottom:before {
    display: none;
}


/* Label size: all levels
-------------------------------------------------------------- */

ul.vertnav li>a>span>.cat-label {
    font-size: inherit;
    line-height: inherit;
}

ul.vertnav-top li>a>span>.cat-label {
    font-size: 14px;
    line-height: 18px;
}


/* Category blocks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.nav-block {
    margin-top: 0;
    margin-bottom: 1%;
}

.nav-block-top {}

.nav-block-bottom {
    float: left
}

.nav-block-center {
    margin-top: 0px;
}

.nav-block-right {
    margin-top: 0px;
    float: right
}

.nav-block-level1-top {
    margin-bottom: 10px;
}

.nav-block-level1-bottom {
    margin-top: 10px;
}


/* Section line (separator) is lighter than other lines
-------------------------------------------------------------- */

.nav-block .section-line {
    border-color: #eee;
}


/* Common styles for main menu (horizontal + mobile vertical + mobile menu trigger)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/


/* horizontal + mobile menu trigger */

#nav>li>a {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase
        /*1.3333em*/
}

ul.level0 {
    padding: 0
}

ul.level1 {
    padding: 0
}

#nav .level0-wrapper,
#nav.classic ul {
    background-color: #ffffff;
    color: #333333;
}

#nav ul li a {
    color: #666;
}

#nav ul li a:hover {
    color: #00a9c7;
}

.cat-label-label1 {
    background-color: #D12631;
    color: #ffffff;
}

.cat-label-label2 {
    background-color: #d52462;
    color: #ffffff;
}

li.level0>a>span>.cat-label-label1.pin-bottom:before {
    border-top-color: #D12631;
}

li.level0>a>span>.cat-label-label2.pin-bottom:before {
    border-top-color: #d52462;
}

li>a:hover>span>.cat-label,
#nav li.level0:hover>a>span>.cat-label {
    background-color: #ff7214;
}

li.level0>a:hover>span>.pin-bottom:before,
#nav li.level0:hover>a>span>.pin-bottom:before {
    border-top-color: #ff7214;
}

#nav .level0-wrapper,
#nav.classic .parent>ul {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    border-bottom: 3px #323C46 solid
}

#nav .level0-wrapper,
#nav.classic ul.level0 {
    top: 100%;
}

#nav>li>a {
    line-height: 55px;
    color: #fff
}


/* 1st level only
-------------------------------------------------------------- */

#nav>li:hover>a {
    position: relative;
    z-index: 1;
}


/* 2nd level only
-------------------------------------------------------------- */


/* 2nd-level nav-links block: with subcategory title and a list of child categories */

#nav ul.level0>li {
    display: inline-block;
    float: none;
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 15px;
    width: 180px
}

#nav ul.level0>li>a {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    color: #448b33
}


/* 2nd level+
-------------------------------------------------------------- */

#nav ul li {
    /*float:none;*/
    margin-bottom: 1px;
    list-style: none;
    padding: 3px 0
}

#nav ul li a {
    float: none;
}


/* 3rd level only
-------------------------------------------------------------- */

#nav ul.level1 {
    position: static;
}

#nav ul.level1>li {
    float: none;
    background: url(../images/nav-bullet.png) 2px 7px no-repeat;
    padding-left: 12px;
    transition: background-position 150ms ease-out;
    -moz-transition: background-position 150ms ease-out;
    -webkit-transition: background-position 150ms ease-out;
    -o-transition: background-position 150ms ease-out;
}


/* 4th level
-------------------------------------------------------------- */

#nav ul.level2 {
    margin: 7px 0;
    padding: 0;
    position: static;
}

#nav ul.level2 a {
    font-size: 0.9166em;
    line-height: 1.2727em;
    opacity: 0.6;
}

#nav li.level2:hover ul.level2 a {
    opacity: 1;
    transition: opacity 150ms ease-out;
    -moz-transition: opacity 150ms ease-out;
    -webkit-transition: opacity 150ms ease-out;
    -o-transition: opacity 150ms ease-out;
}


/* 4rd level+
-------------------------------------------------------------- */

#nav ul ul ul li {
    background: none;
    padding-left: 0;
}


/*===============Vertical nav-links=====================*/

.nav-links>li,
.nav-links>li>a {
    line-height: 3em;
}

.nav-links>li>a {
    padding: 0 0.5833em;
}

.nav-links>li.label {
    padding-right: 0.5833em;
}


/* ============Basic nav-links, no separators============= */

.nav-links>li {
    float: left;
}

.nav-links>li>a {
    display: block;
}

.grid12-3 {
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 31%;
}

.grid12-4 {
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 0;
    width: 37%;
}

.grid12-8 {
    display: inline;
    float: left;
    margin-left: 0;
    margin-right: 1%;
    width: 61%;
}

.back-link {
    float: left
}

.col2-set .col-1 ul {
    padding: 0;
    list-style: none
}

.col2-set .buttons-set1 {
    margin-top: 30px
}

.col2-set .form-list li {
    margin: 0 0 5px
}

.hidden-desktop {
    display: none;
}


/*********/

.related-product ul {
    padding: 0;
}

.related-product ul li {
    margin: 0 6px 15px 10px !important;
    width: 275px;
}

.related-product .home-grid ul.add-to-links li {
    margin: 0 0 0 5px !important;
}

.product-options .options-list .price {
    font-size: 14px;
}

.product-shop .tier-prices .price {
    font-size: 14px;
}

.review-product-list #customer-reviews {
    padding: 20px;
}

.home-slider ul {
    padding-top: 0;
}

.home-slider ul li {
    list-style: none;
    margin-left: 0;
    margin-top: 0;
}

.banner_block {
    margin: auto;
    overflow: hidden;
    width: 960px;
}

#slideshowHolder {
    float: left;
    margin: 0 auto;
    height: 513px;
    width: 650px;
}

.banner_block .RHS-banner {
    float: right;
    width: 300px;
}

.flex-direction-nav a:hover {
    text-decoration: none;
}


/*dashboard view order*/

.sales-order-view .dashboard .link-print {
    margin-left: -24px;
}


/*======cms page========*/

.cms-page-view #banner-slider {
    display: none;
}

.cms-page-view .store-img-box {
    display: none;
}

.cms-page-view .main-container {
    width: 940px;
    padding: 10px;
}

.cms-index-noroute .store-img-box {
    display: none;
}

.cms-index-noroute #banner-slider {
    display: none;
}

.cms-index-noroute .std {
    margin: auto;
    width: 960px;
}


/*==========Checkout Shipping Page==========*/

.checkout-multishipping-overview .multiple_addresses #checkout-review-submit .grand-total big {
    float: right;
}

.checkout-multishipping-overview .multiple_addresses #checkout-review-submit #review-button {
    float: right;
    clear: both;
}

.checkout-onepage-index .one-page-checkout .btn-checkout {
    float: right;
}

.checkout-multishipping-success .multiple_addresses .btn-continue {
    float: left !important;
}

#multiship-addresses-table .btn-remove {
    background-image: none;
    line-height: 28px;
    idth: 30px;
    height: 28px;
    border-radius: 2px
}

#multiship-addresses-table .btn-remove:before {
    content: "\f014";
    font-family: FontAwesome;
    font-size: 16px;
    background-image: none;
    padding: 5px 6px;
    color: #fff;
    background-color: #323C46;
    border-radius: 2px
}

.forgot-word {
    font-size: 11px;
}


/*==========Footer Links===========*/

.catalogsearch-advanced-index .dashboard .form-list .multiselect {
    width: 469px;
}

.contacts-index-index .dashboard #contactForm #comment {
    width: 64%;
}

.page-sitemap .pager {
    overflow: hidden;
}

.cms-page-view .banner_block {
    display: none;
}

.cms-page-view .ios-inner {
    display: none;
}

.checkout-cart-index .shipping .sp-methods {
    margin-left: 15px;
}

.checkout-cart-index .shipping .buttons-set11 {
    margin-left: 15px;
}


/*login page validation css*/

.form-list .validation-advice {
    color: #FF0000;
    position: relative;
}

.validation-advice {
    color: #FF0000;
}


/*newsletter*/

.sidebar #advice-required-entry-newsletter {
    color: #FF0000;
    position: relative;
}

.sidebar #advice-required-entry-newsletter {
    color: #FF0000;
    position: relative;
}

#advice-validate-email-newsletter {
    color: #FF0000;
    position: relative;
}

.product-view .grouped-items-table .price {
    font-size: 16px;
}

#wishlist-table .cart-cell p {
    clear: both;
}


/*detail page share links*/

.sharing-links li .link-email-friend {
    display: none;
}

.sharing-links {
    clear: both;
    list-style: none outside none;
    margin-bottom: 10px;
}

.product-view .product-shop .sharing-links .link-facebook:before {
    content: "\f09a";
    font-family: FontAwesome;
    font-size: 20px;
    padding-right: 5px;
    vertical-align: top;
}

.product-view .product-shop .sharing-links li {
    display: inline;
    float: left;
    margin-right: 0;
}

.product-view .product-shop .sharing-links .link-twitter:before {
    content: "\f099";
    font-family: FontAwesome;
    font-size: 20px;
    padding-right: 5px;
    vertical-align: top;
}

.product-view .product-shop .sharing-links .link-twitter {
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 15px 0 0;
    text-transform: uppercase;
}

.product-view .product-shop .sharing-links .link-facebook {
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 15px 0 0;
    text-transform: uppercase;
}

.block-language .block-content .icon-usd1 {
    font-size: 12px;
    font-weight: bold !important;
    color: #777;
}


/*--- vertical navigation starts
---------------------------------------------------------------------------*/

.LHS-nav {
    width: 220px;
    display: inline-block;
    margin-bottom: 15px;
}

.cat_img {
    border-top: 1px #ddd solid;
    padding-top: 20px;
}

.cat_img .left-cat-img {
    margin-right: 20px;
    display: inline-block;
}

.cat_img .left-cat-img1 {
    margin-right: 0px;
    display: inline-block;
}

.magik-verticalmenu {
    position: relative;
    width: 220px;
    margin-bottom: 0;
}

.magik-verticalmenu .dropdown-menu>.dropdown-menu-inner {
    padding: 10px;
}

.magik-verticalmenu .mega-group>.dropdown-toggle {
    display: block;
    font-weight: bold;
    padding: 6px 5px;
    text-transform: uppercase;
    border-bottom: solid 1px #E5E5E5;
}

.magik-verticalmenu .mega-group .dropdown-mega .mega-col-inner>ul>li a {
    margin-left: 6px;
}

.magik-verticalmenu .mega-col .mega-col-inner>ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.magik-verticalmenu .mega-col .mega-col-inner>ul>li {
    list-style: none;
    margin-left: 0;
}

.magik-verticalmenu .mega-col .mega-col-inner>ul>li>a {
    clear: both;
    color: #555555;
    display: block;
    line-height: 20px;
}

.magik-verticalmenu .dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.magik-verticalmenu .dropdown-submenu>.dropdown-menu {
    border-radius: 0 6px 6px 6px;
    left: 100%;
    margin-left: -6px;
    margin-top: -6px;
    top: 0;
}

.widget-product-list img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 12px;
}

.widget-banner .w-banner {
    margin: 6px 10px;
    float: left;
}

.magik-verticalmenu .aligned-center .dropdown-menu {
    top: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.magik-verticalmenu .aligned-right .dropdown-menu {
    left: auto;
    top: 0;
}

.magik-verticalmenu .aligned-left .dropdown-menu {}

.magik-verticalmenu .megamenu .aligned-fullwidth {
    position: inherit !important;
}

.magik-verticalmenu .aligned-fullwidth .dropdown-menu {
    height: 100% !important;
    top: 0;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 19px;
}

.navbar:before,
.navbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.navbar:after {
    clear: both;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav>li.disabled>a {
    color: #999999;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #777777;
}

.nav .nav-divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-nav>li {
    float: left;
}

.navbar-nav>li>a {
    padding-top: 11px;
    padding-bottom: 11px;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #e4e4e4 transparent black transparent;
}

.navbar-inverse .navbar-brand {
    color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #999999;
}

.navbar-inverse .navbar-nav>li>a {
    color: #999999;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #e6e6e6;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #ededed;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #e6e6e6;
    color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #e4e4e4 transparent black transparent;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #999999;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #e6e6e6;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.navbar-btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}

.navbar-text {
    float: left;
    margin-top: 15.5px;
    margin-bottom: 15.5px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row:before,
.row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.row:after {
    clear: both;
}

.col-sm-6 {
    width: 28%;
}

.col-sm-8 {
    width: 29%;
}

.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -10px;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
}

.navbar-collapse .navbar-text:last-child {
    margin-right: 0;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    /*min-width: 160px;
        padding: 5px 0;*/
    margin: 0 0;
    list-style: none;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #428bca;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999999;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
}

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

.open>a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #999999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.col-sm-6 {
    float: left;
}

.col-sm-8 {
    float: left;
}

.col-sm-6,
.col-sm-8,
.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

#magik-verticalmenu .actions {
    padding: 0 !important;
}

#magik-verticalmenu .product-info {
    line-height: 1.4;
}

#magik-verticalmenu .nav-title {
    background: #fff;
    border: none;
    line-height: 34px;
    padding: 7px 18px 7px 15px;
    position: relative;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    /* margin-bottom:14px; */
}

#magik-verticalmenu .nav-title:before,
#magik-verticalmenu .nav-title:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

#magik-verticalmenu .nav-title:after {
    clear: both;
}

#magik-verticalmenu .nav-title span {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    float: left;
    font-family: "Lato", sans-serif;
    font-weight: normal;
}

#magik-verticalmenu .verticalmenu.navbar-nav .dropdown-menu a.menu-title,
#magik-verticalmenu .verticalmenu.navbar-nav .dropdown-menu .title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    color: #448b33;
    display: block;
}

#magik-verticalmenu .verticalmenu.navbar-nav .dropdown-menu .title {
    margin: 0;
    padding: 0;
}

#magik-verticalmenu .verticalmenu.navbar-nav .dropdown-menu li>a,
#magik-verticalmenu .verticalmenu.navbar-nav .dropdown-menu .widget-inner {
    color: #666666;
    font-weight: normal;
    line-height: 28px;
    padding: 0;
    font-size: 12px;
}

.widget-inner .product-block .image img {
    width: 100%;
}

#magik-verticalmenu .verticalmenu.navbar-nav .dropdown-menu li>a:hover {
    color: #00a9c7;
}

#magik-verticalmenu .verticalmenu.navbar-nav .dropdown-menu .widget-inner .product-block p {
    line-height: 1.55;
}

#magik-verticalmenu .verticalmenu.navbar-nav .dropdown-menu li {
    line-height: 1.4;
    background: url(../images/nav-bullet.png) 2px 9px no-repeat;
    padding-left: 12px;
    transition: background-position 150ms ease-out;
    -moz-transition: background-position 150ms ease-out;
    -webkit-transition: background-position 150ms ease-out;
    -o-transition: background-position 150ms ease-out;
}

#magik-verticalmenu .verticalmenu.navbar-nav>li {
    float: none;
}

#magik-verticalmenu .verticalmenu.navbar-nav>li>a {
    color: #4c9a44;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    padding: 8px 0px 8px 5px;
    margin: 0px 14px;
}

#magik-verticalmenu .verticalmenu.navbar-nav>li.last a {
    border-bottom: none;
    margin-bottom: 10px;
}

#magik-verticalmenu .verticalmenu.navbar-nav>li:first-child a {
    border-top: none;
}

#magik-verticalmenu .verticalmenu.navbar-nav>li:first-child a:hover {
    color: #4c9a44;
}

#magik-verticalmenu .verticalmenu.navbar-nav>li.dropdown {
    position: static;
}

#magik-verticalmenu .verticalmenu.navbar-nav>li.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
}

#magik-verticalmenu .verticalmenu.navbar-nav>li.dropdown:hover>a {
    position: relative;
}


/*#magik-verticalmenu .verticalmenu.navbar-nav > li.dropdown:hover > a:after {
        width: 3px;
        height: 100%;
        background: #4c9a44;
        content: "";
        position: absolute;
        top: 0;
        right: 0px;
        z-index: 9999;
}*/

.rtl #magik-verticalmenu .verticalmenu.navbar-nav>li.dropdown:hover>a:after {
    left: -2px;
    right: auto;
}

#magik-verticalmenu .verticalmenu.navbar-nav>li:hover>a {
    color: #4c9a44;
}

#magik-verticalmenu .verticalmenu.navbar-nav>li>a>span span {
    margin-left: 35px;
    margin-left: 35px;
}

.rtl #magik-verticalmenu .verticalmenu.navbar-nav>li>a>span span {
    margin-right: 35px;
    margin-left: inherit;
}

#magik-verticalmenu .navbar-nav {
    width: 100%;
}

#magik-verticalmenu .navbar-nav .menu-icon {
    background-position: left center;
    background-position: left 0 !important;
}

.rtl #magik-verticalmenu .navbar-nav .menu-icon {
    background-position: right 0 !important;
}

#magik-verticalmenu .navbar-nav li {
    padding: 0px;
}

#magik-verticalmenu .navbar {
    position: static;
    border-top: none;
    background: #fff;
    margin-bottom: 0px;
    padding-top: 7px;
}

.rtl #magik-verticalmenu .nav-title span {
    float: right !important;
}

#magik-verticalmenu .nav-title span.round-arrow {
    background: none repeat scroll 0 0 #61a22c;
    border-radius: 30px;
    color: #fff;
    float: right;
    height: 22px;
    line-height: 22px;
    padding-left: 7px;
    text-align: center;
    width: 16px;
    margin-top: 5px;
}

#magik-verticalmenu .nav-title span.round-arrow:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    text-transform: none;
    font-size: 16px;
}

.round-arrow {
    background: none repeat scroll 0 0 #448b33;
    border-radius: 1px;
    color: #fff;
    float: right;
    height: 16px;
    line-height: 17px;
    margin-top: -2px;
    padding: 2px;
    text-align: center;
    width: 16px;
    opacity: 0.8;
}

.round-arrow:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    text-transform: none;
    font-size: 16px;
}

#magik-verticalmenu .navbar .navbar-collapse {
    padding: 0px;
}

.rtl #magik-verticalmenu .navbar .navbar-collapse {
    padding: 0px 0px 0px 0px;
}

#magik-verticalmenu .navbar .navbar {
    border: none;
}


/* line 567, ../sass/magento/_magento-module.scss */

#magik-verticalmenu .magik-widget {
    margin-bottom: 10px;
}

#magik-verticalmenu .magik-widget h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    color: #448b33;
    padding: 7px 0px;
    line-height: 20px;
}

#magik-verticalmenu .verticalmenu.navbar-nav .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    border: 0;
    padding: 20px;
    min-width: 225px;
    min-height: 100%;
    right: auto;
    left: 100%;
}

.rtl #magik-verticalmenu .verticalmenu.navbar-nav .dropdown-menu {
    right: 100%;
    left: auto;
}


/*--- vertical navigation ends */

#block-related>ul>li:nth-child(1)>a.product-image>img {
    /*margin-left: 10%;*/
}

.paypal-button {
    margin-top: 20px;
}

.paypal-logo.no-bml {
    margin-top: 70px;
}

.paypal-logo-carrinho img {
    max-width: 100%;
}

.paypal-or {
    clear: right;
}

.postTitle h2 {
    font-size: 30px;
    color: #4c9a44;
    text-transform: uppercase;
    font-weight: 700;
}

div.hover a {
    position: relative;
    display: block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 1.35em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 40px;
}

div.hover a:hover,
div.hover a:focus {
    outline: none;
}


/* Effect 1: Brackets */

.cl-effect-1 a::before,
.cl-effect-1 a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
}

.cl-effect-1 a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.cl-effect-1 a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}


/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */

.cl-effect-2 a {
    line-height: 44px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cl-effect-2 a span {
    position: relative;
    display: inline-block;
    padding: 0 14px;
    background: #2195de;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.csstransforms3d .cl-effect-2 a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0965a0;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .cl-effect-2 a:hover span::before,
.csstransforms3d .cl-effect-2 a:focus span::before {
    background: #28a2ee;
}


/* Effect 3: bottom line slides/fades in */

.cl-effect-3 a {
    padding: 8px 0;
}

.cl-effect-3 a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(33, 49, 195, 0.9);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}


/* Effect 4: bottom border enlarge */

.cl-effect-4 a {
    padding: 0 0 10px;
}

.cl-effect-4 a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
    height: 5px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}


/* Effect 5: same word slide in */

.cl-effect-5 a {
    overflow: hidden;
    padding: 0 4px;
    height: 1em;
}

.cl-effect-5 a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.cl-effect-5 a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}


/* Effect 5: same word slide in and border bottom */

.cl-effect-6 a {
    margin: 0 10px;
    padding: 10px 20px;
}

.cl-effect-6 a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
}

.cl-effect-6 a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

.cl-effect-6 a:hover::before {
    top: 100%;
    opacity: 1;
}

.cl-effect-6 a:hover::after {
    height: 100%;
}


/* Effect 7: second border slides up */

.cl-effect-7 a {
    padding: 12px 10px 10px;
    color: #566473;
    text-shadow: none;
    font-weight: 700;
}

.cl-effect-7 a::before,
.cl-effect-7 a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #566473;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}

.cl-effect-7 a::after {
    opacity: 0;
    -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, opacity 0.3s, transform 0.3s;
    transition: top 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.cl-effect-7 a:hover::before,
.cl-effect-7 a:hover::after,
.cl-effect-7 a:focus::before,
.cl-effect-7 a:focus::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cl-effect-7 a:hover::after,
.cl-effect-7 a:focus::after {
    top: 0%;
    opacity: 1;
}


/* Effect 8: border slight translate */

.cl-effect-8 a {
    padding: 10px 20px;
}

.cl-effect-8 a::before,
.cl-effect-8 a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #354856;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.cl-effect-8 a::after {
    border-color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-7px) translateX(6px);
    transform: translateY(-7px) translateX(6px);
}

.cl-effect-8 a:hover::before,
.cl-effect-8 a:focus::before {
    opacity: 0;
    -webkit-transform: translateY(5px) translateX(-5px);
    transform: translateY(5px) translateX(-5px);
}

.cl-effect-8 a:hover::after,
.cl-effect-8 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px);
}


/* Effect 9: second text and borders */

.cl-effect-9 a {
    margin: 0 20px;
    padding: 18px 20px;
}

.cl-effect-9 a::before,
.cl-effect-9 a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0.2;
    -webkit-transition: opacity 0.3s, height 0.3s;
    transition: opacity 0.3s, height 0.3s;
}

.cl-effect-9 a::after {
    top: 100%;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cl-effect-9 a span:first-child {
    z-index: 2;
    display: block;
    font-weight: 300;
}

.cl-effect-9 a span:last-child {
    z-index: 1;
    display: block;
    padding: 8px 0 0 0;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: none;
    text-transform: none;
    font-style: italic;
    font-size: 0.75em;
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.cl-effect-9 a:hover::before,
.cl-effect-9 a:focus::before {
    height: 6px;
}

.cl-effect-9 a:hover::before,
.cl-effect-9 a:hover::after,
.cl-effect-9 a:focus::before,
.cl-effect-9 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.cl-effect-9 a:hover span:last-child,
.cl-effect-9 a:focus span:last-child {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}


/* Effect 10: reveal, push out */

.cl-effect-10 {
    position: relative;
    z-index: 1;
}

.cl-effect-10 a {
    overflow: hidden;
    margin: 0 15px;
}

.cl-effect-10 a span {
    display: block;
    padding: 10px 20px;
    background: #0f7c67;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.cl-effect-10 a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #0f7c67;
    content: attr(data-hover);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(-25%);
}

.cl-effect-10 a:hover span,
.cl-effect-10 a:focus span {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.cl-effect-10 a:hover::before,
.cl-effect-10 a:focus::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}


/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */

.cl-effect-11 a {
    padding: 10px 0;
    border-top: 2px solid #0972b4;
    color: #0972b4;
    text-shadow: none;
}

.cl-effect-11 a::before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 10px 0;
    max-width: 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;
}

.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before {
    max-width: 100%;
}


/* Effect 12: circle */

.cl-effect-12 a::before,
.cl-effect-12 a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
    transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.cl-effect-12 a::after {
    width: 90px;
    height: 90px;
    border-width: 6px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-12 a:hover::before,
.cl-effect-12 a:hover::after,
.cl-effect-12 a:focus::before,
.cl-effect-12 a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}


/* Effect 13: three circles */

.cl-effect-13 a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.cl-effect-13 a::before {
    position: absolute;
    top: 100%;
    left: 50%;
    color: transparent;
    content: '•';
    text-shadow: 0 0 transparent;
    font-size: 1.2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.cl-effect-13 a:hover::before,
.cl-effect-13 a:focus::before {
    color: #fff;
    text-shadow: 10px 0 #fff, -10px 0 #fff;
}

.cl-effect-13 a:hover,
.cl-effect-13 a:focus {
    color: #ba7700;
}


/* Effect 14: border switch */

.cl-effect-14 a {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
    position: absolute;
    width: 45px;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

.cl-effect-14 a::before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.cl-effect-14 a::after {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
    opacity: 1;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
    left: 50%;
    -webkit-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
    right: 50%;
    -webkit-transform: rotate(0deg) translateX(50%);
    transform: rotate(0deg) translateX(50%);
}


/* Effect 15: scale down, reveal */

.cl-effect-15 a {
    color: rgba(0, 0, 0, 0.2);
    font-weight: 700;
    text-shadow: none;
}

.cl-effect-15 a::before {
    color: #fff;
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.cl-effect-15 a:hover::before,
.cl-effect-15 a:focus::before {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
}


/* Effect 16: fall down */

.cl-effect-16 a {
    color: #6f8686;
    text-shadow: 0 0 1px rgba(111, 134, 134, 0.3);
}

.cl-effect-16 a::before {
    color: #fff;
    content: attr(data-hover);
    position: absolute;
    opacity: 0;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    pointer-events: none;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
    -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    opacity: 1;
}


/* Effect 17: move up fade out, push border */

.cl-effect-17 a {
    color: #10649b;
    text-shadow: none;
    padding: 10px 0;
}

.cl-effect-17 a::before {
    color: #fff;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    pointer-events: none;
}

.cl-effect-17 a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    pointer-events: none;
}

.cl-effect-17 a:hover::before,
.cl-effect-17 a:focus::before {
    opacity: 0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.cl-effect-17 a:hover::after,
.cl-effect-17 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}


/* Effect 18: cross */

.cl-effect-18 {
    position: relative;
    z-index: 1;
}

.cl-effect-18 a {
    padding: 0 5px;
    color: #b4770d;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.cl-effect-18 a::before,
.cl-effect-18 a::after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background: #b4770d;
    content: '';
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    pointer-events: none;
}

.cl-effect-18 a::before {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.cl-effect-18 a::after {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.cl-effect-18 a:hover,
.cl-effect-18 a:focus {
    color: #fff;
}

.cl-effect-18 a:hover::before,
.cl-effect-18 a:hover::after,
.cl-effect-18 a:focus::before,
.cl-effect-18 a:focus::after {
    opacity: 0.7;
}

.cl-effect-18 a:hover::before,
.cl-effect-18 a:focus::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cl-effect-18 a:hover::after,
.cl-effect-18 a:focus::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* Effect 19: 3D side */

.cl-effect-19 a {
    line-height: 2em;
    margin: 15px;
    -webkit-perspective: 800px;
    perspective: 800px;
    width: 200px;
}

.cl-effect-19 a span {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 14px;
    background: #e35041;
    -webkit-transition: -webkit-transform 0.4s, background 0.4s;
    -webkit-transition: background 0.4s, -webkit-transform 0.4s;
    transition: background 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, background 0.4s;
    transition: transform 0.4s, background 0.4s, -webkit-transform 0.4s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -100px;
    transform-origin: 50% 50% -100px;
}

.csstransforms3d .cl-effect-19 a span::before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #b53a2d;
    content: attr(data-hover);
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    pointer-events: none;
}

.cl-effect-19 a:hover span,
.cl-effect-19 a:focus span {
    background: #b53a2d;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.csstransforms3d .cl-effect-19 a:hover span::before,
.csstransforms3d .cl-effect-19 a:focus span::before {
    background: #ef5e50;
}


/* Effect 20: 3D side */

.cl-effect-20 a {
    line-height: 2em;
    -webkit-perspective: 800px;
    perspective: 800px;
}

.cl-effect-20 a span {
    position: relative;
    display: inline-block;
    padding: 3px 15px 0;
    background: #587285;
    -webkit-box-shadow: inset 0 3px #2f4351;
    box-shadow: inset 0 3px #2f4351;
    -webkit-transition: background 0.6s;
    transition: background 0.6s;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.cl-effect-20 a span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #2f4351;
    content: attr(data-hover);
    -webkit-transform: rotateX(270deg);
    transform: rotateX(270deg);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
}

.cl-effect-20 a:hover span,
.cl-effect-20 a:focus span {
    background: #2f4351;
}

.cl-effect-20 a:hover span::before,
.cl-effect-20 a:focus span::before {
    -webkit-transform: rotateX(10deg);
    transform: rotateX(10deg);
}


/* Effect 21: borders slight translate */

.cl-effect-21 a {
    padding: 10px;
    color: #237546;
    font-weight: 700;
    text-shadow: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cl-effect-21 a::before {
    top: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cl-effect-21 a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.cl-effect-21 a:hover,
.cl-effect-21 a:focus {
    color: #fff;
}

.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.reage {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: rgb(40, 134, 204) !important;
}

.reage:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: rgb(149, 152, 163) !important;
}

#co-shipping-method-form>div>button {
    margin-top: 10px;
}


/* alterações 17/02/2017 */

.page-title h1 {
    color: white;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}


/* alteracoes Junho 2017 fc - filipe@reage.pt */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 0px;
    background: #448b33;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.copyright {
    float: left;
}

/* .payment-options {
    float: right;
} */

.footer-texto {
    line-height: 2;
    color: #888;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
}

.teste {
    font-size: 120px;
}


.centered-content {
    width: 960px;
    margin: auto;
}


/* slick slider */

/* the slides */
.slick-slide {
    margin: 0 10px;
}

/* the parent */
.slick-list {
    margin: 0 -10px;
}

.slick-mainslider .slick-slide {
    margin: 0;
}

/*.slick-slide .product-image img:hover{
  transform: scale(1.25);
    overflow: hidden;
    transition: all .25s ease-in-out;
}
.slick-slide .product-image img{
    transition: all .25s ease-in-out;
}*/

.product_image_link {
    overflow: hidden;
}

.section_h1 {
    padding: 15px 0px 15px 25px;
    margin: 15px 0px;
    background-color: #f47325;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.producto-nome .price {
    color: #f47325 !important;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    font-family: 'Arial Black', sans-serif !important;
}

.dados_produto {
    margin: 15px 0px;
    height: 70px;
}

.bestsellers-slider .price-box,
.slider-destaques .price-box {
    margin-left: 0px;
}


/*.bestsellers-slider .slick-prev, .bestsellers-slider .slick-next{
  background-color: #f47325;
  border-radius: 0px;
  padding: 7px;
  font-size: 16px;
}*/

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #f47325 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.link_produto_slick:hover {
    text-decoration: none;
}


footer .footer-texto li a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #f47325;
}

/*  nav sliders  */

.main-slider-nav-right i {
    position: absolute;
    top: 315px;
    right: 0px;
    z-index: 9999;
}

.main-slider-nav-left i {
    position: absolute;
    z-index: 9999;
    top: 315px;
    right: 44px;
}

.main-slider-nav-right i,
.main-slider-nav-left i {
    color: white;
    background-color: #f47325;
    padding: 8px 15px;
    font-size: 18px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.main-slider-nav-right i:hover,
.main-slider-nav-left i:hover {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
    color: #f47325;
    background-color: #fff;
}

.productsliderNewStamp {
    border-radius: 50%;
    width: 60px;
    position: absolute;
    z-index: 80;
}

.productsliderNewStamp p {
    text-align: center;
    padding: 0;
    margin: 0;
    height: 60px;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 60px;
}