/* ----- HUDSON ----- */
/* font-family: 'Open Sans', sans-serif; */
* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: none;
    text-decoration: none;
    vertical-align: baseline;
}
body {
    font-size: 13px;
    line-height: 1.5em;
    font-family: 'Montserrat', sans-serif;
    color: #40362e;
}
textarea {
    resize: vertical;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
p a {
    color: #8bb395;
}
p a:hover {
    color: #40362e;
    text-decoration: none;
}
a:hover {
    color: #ec5a56;
    text-decoration: none;
}
.clear {
    clear: both;
}
.top_seller {
    padding-bottom: 30px;
}
.float_right {
    float: right;
}
input,
textarea,
select {
    font-family: 'Montserrat', sans-serif;
    outline: none;
}
.separation {
    border-bottom: 1px dotted #ccc;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 50px;
}

/* ----- SLOW ----- */
.content .navigation_arrows li,
.tt_h_cart .shipping_calculator .button,
.content .items .item .item_image,
input,
.collection .collection_box a span,
textarea,
.new-slider .counting li,
.new-slider .new-slider-arrows li,
.product .product_images a span,
option,
.shopping_cart .shopping_cart_remove,
.popup_cover .popup_item .pop_up_close,
a,
.collection .collection_box_mini .collection_right,
.collection .collection_box_mini .collection_left,
.content .item .item_image .item_view {
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}
/* ----- SLOW ----- */


/* === SEARCH === */
.search_line_all_form {
    position: relative;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    height: 43px;
}
.search_line_all_form .search_line_all {
    color: #40362e !important;
    padding: 10px 3% !important;
    border-radius: 0px !important;
    line-height: 1.7em !important;
    text-shadow: 0px 0px 1px !important;
    border: 1px solid #40362e !important;
    height: 21px !important;  
    width: 94% !important;
}
.footer .search_line_all_form .search_line_all {
    border: 1px solid #2c2621 !important;
}
.search_line_all_form .search_line_all:focus {
    box-shadow: 0px 0px 0px !important;
}

.search_line_all_form .search_line_all_button {
    margin-right: -0px !important;
    right: 0 !important;
    position: absolute !important;
    display: block !important;
    width: 47px !important;
    border: 1px solid #40362e !important;
    height: 43px !important;    
    background: #40362e url('../images/search_icon.png')no-repeat 15px 12px !important;
}
.footer .search_line_all_form .search_line_all_button {
    background: #2c2621 url('../images/search_icon.png')no-repeat 15px 12px !important;
    border: 1px solid #2c2621 !important;
}
.footer .search_line_all_form .search_line_all_button:hover {
    border: 0px solid #fff !important;
    border-top: 1px solid #2c2621 !important;
    border-bottom: 1px solid #2c2621 !important;
    border-right: 1px solid #2c2621 !important;
}
.search_line_all_form .search_line_all_button:hover {
    border: 1px solid #8bb395 !important;
    background: #a3d9b0 url('../images/search_icon.png')no-repeat 15px -53px !important;
}
/* === SEARCH === */



/* ----- POP UP ITEM ----- */
.popup_cover {
    display: none;
    z-index: 51;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}
.popup_cover .popup_item {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 3px #000;
    padding: 50px;
    width: 550px;
    z-index: 21;
    margin: 200px auto 0px;
}
.popup_cover .popup_item .pop_item_img {
    padding-left: 30px;
}
.popup_cover .popup_item .pop_item_img img {
    box-shadow: 0px 2px 3px #ccc;
}
.popup_cover .popup_item .pop_up_link {
    margin: 40px 0px 0px 30px;
    font-weight: 700;
    font-size: 10px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    text-transform: uppercase;
    color: #40362e;
    border-bottom: 1px solid #40362e;
    vertical-align: baseline;
    line-height: 1.2em;
}
.popup_cover .popup_item .pop_up_link:hover {
    border-bottom: 0px solid #ccc;
    color: #a3d9b0;
}
.popup_cover .popup_item .pop_up_close {
    float: right;
    color: #40362e;
    border: 1px solid #d5d5d5;
    text-align: center;
    display: block;
    padding: 2px 3px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    box-shadow: 0px 1px 1px #e6e5db;
    cursor: pointer;
    margin: -20px -20px 0px 0px;
}
.popup_cover .popup_item .pop_up_close:hover {
    background: #f1f1f1;
}
.popup_cover .popup_item h3 {
    color: #41362e;
    font-weight: 700;
    font-size: 14px;
    margin: 0px 0px 10px 0px;
    line-height: 1em;
    padding: 0px;
    text-transform: uppercase;
}
.popup_cover .popup_item h3 a {
    color: #41362e;
    font-weight: 700;
    text-shadow: 0px 0px 1px;
}
.popup_cover .popup_item h4 {
    color: #41362e;
    font-weight: 400;
    font-size: 14px;
    margin: 0px 0px 5px 0px;
    line-height: 1em;
    padding: 0px;
}
.popup_cover .popup_item h4 a {
    color: #41362e;
    font-weight: 400;
    text-shadow: 0px 0px 1px;
}
.popup_cover .popup_item .item_rate {
    margin: 5px 0px 20px;
    vertical-align: baseline;
    font-size: 11px;
}
.popup_cover .popup_item .item_rate img {
    margin-right: 10px;
}
.popup_cover .popup_item .pop_up_depo {
    margin: 20px 0px;
    text-transform: uppercase;
    font-weight: 700;
}
.dropdown_options {
    padding: 5px 10px;
    border-radius: 2px;
    background: #f5f4f3;
    margin: 5px 0px 0px 0px;
    display: block;
    box-shadow: 0px 1px 2px #948e8a;
    width: 50px;
}
.dropdown_options li {
    list-style: none;
    padding: 4px 0px;
    background: url('../images/bg_arr.png') no-repeat 42px 5px;
}
.dropdown_options li ul {
    display: none;
    position: absolute;
    background: #f5f4f3;
    border-radius: 2px;
    margin: 0px 0px 0px -10px;
    padding: 5px 10px;
    box-shadow: 0px 2px 2px #999;
    width: 50px;
}
.dropdown_options li ul li {
    background: none;
}
.dropdown_options li:hover ul {
    display: block;
}
.dropdown_options li a {
    color: #40362e;
    display: block;
}
.dropdown_options li a:hover {
    color: #a3d9b0;
}
.popup_cover .popup_item .item_price {
    padding: 12px 5px 11px;
    display: block;
    text-align: center;
    background: #f2f0d5;
    color: #40362e;
    font-weight: bold;
    max-width: 130px;
    line-height: 1em;
    border-radius: 3px;
    margin: 6px 0px 0px 0px;
    box-shadow: 0px 1px 2px #948e8a;
}
.popup_cover .popup_item .attributes_all {
    padding: 10px 5px;
    display: block;
    text-align: center;
    background: #f2f0d5;
    color: #40362e;
    font-weight: bold;
    max-width: 130px;
    line-height: 1.5em;
    border-radius: 3px;
    margin: 6px 0px 15px 0px;
    box-shadow: 0px 1px 2px #948e8a;
}
.popup_cover .popup_item .attributes_all p {
    margin: 0px;
}
.item_price del .amount {
    text-decoration: line-through;
    padding-right: 10px;
    font-size: 12px;
}
.popup_cover .popup_item .pop_up_depo .guide {
    text-transform: uppercase;
    color: #c06a37;
    display: block;
    margin-top: 5px;
    font-size: 10px;
}
.popup_cover .popup_item .pop_up_add {
    display: block;
    background: #a3d9b0;
    width: 140px;
    padding: 20px 0px;
    text-align: center;
    text-transform: uppercase;
    color: #789780;
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    border-radius: 2px;
    box-shadow: 0px 2px 2px #789780;
}
.popup_cover .popup_item .pop_up_add:hover {
    background: #6ea07a;
    color: #fff;
}
.price .amount {
    font-size: 50px;
    line-height: 1em;
    padding: 0px 0px 50px 0px;
    display: block;
    color: #40362e;
}
.price del .amount {
    text-decoration: line-through;
    font-size: 18px;
    padding-bottom: 15px;
}
.variations tr td {
    background-color: #fff !important;
    color: #40362e !important;
    text-transform: uppercase;
}
.variations tr td input,
.variations tr td select {
    border-radius: 0px !important;
    outline: none;
    width: 160px !important;
    display: block;
    margin: 0px 0px 10px 0px;
}
.variations tr td .reset_variations {
    display: block;
    font-size: 10px;
}



/* ----- HEADER ----- */
.header {
    border-bottom: 1px dotted #ccc;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 40px;
}
.header .top_line .sing_in_form {
    margin-top: 5px;
    padding: 30px;
    position: absolute;
    width: 240px;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 2px #ccc;
    z-index: 999;
    border-radius: 4px;
    text-align: left;
}
.header .top_line .sing_in_form h4 {
    text-transform: uppercase;
    text-align: center;
    font-size: 23px;
    margin: 0px 0px 25px;
    padding: 0px;
    color: #877f6f;
    line-height: 1em;
    font-weight: 700; 
}
.header .top_line .sing_in_form p {
    margin-bottom: 0px;
}
.header .top_line .sing_in_form a {
    color: #b4b4b4; 
    margin: 0px;
    padding: 0px;
}
.header .top_line .register_form,
.header .top_line .login_form {
    display: none;
}
.header .top_line .register_form form,
.header .top_line .login_form form {
    margin: 0px;
}
.header .social_icons {
    float: right;
}
.header .social_icons ul {
    margin: 0px;
    padding: 0px;
}
.header .social_icons ul li {
    display: inline-block;
    margin-left: 3px;
    *display: inline;
    *zoom: 1;
}
.header .social_icons ul li a {
    display: block;
    background: #40362e;
    padding-left: 6px;
    height: 28px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 27px;
    padding-top: 5px;
}
.header .social_icons ul li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.header .top_line .sing_in_form .sing_in_line {
    border: 1px solid #c1c1c1;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 0px;
    width: 208px;
    color: #40362e;
}
.header .top_line .sing_in_form .sing_in_line:focus {
    box-shadow: 0px 0px 0px;
    border: 1px solid #a3d9b0;
}
.header .top_line .sing_in_form .sing_in_form_footer {
    background: #f1efda;
    margin: 14px -30px -30px;
    padding: 24px 30px;
}
.header .top_line .sing_in_form .sing_in_form_footer .sing_in_button {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 8px 10px;
    width: 120px;
    text-transform: uppercase;
    box-shadow: 0px 2px 2px #2d251e;
    background: #9a9281;
}
.header .top_line .sing_in_form .sing_in_form_footer .sing_in_button:hover {
    color: #74a680;
    box-shadow: 0px 2px 2px #618b67;
    background: #a3d9b0;
}
.header .top_line {
    background: #40362e;
    padding: 5px 0px;
    margin-bottom: 25px;
}
.header .top_line {
    text-align: right;
    text-transform: uppercase;
    color: #877f6f;
    font-weight: 700;
    font-size: 10px;
}
.header .container {
    position: relative;
}
.header .top_line ul {
    margin: 10px 0px;
    padding: 0px;
    text-align: right;
    font-size: 0;
    line-height: 0;
}
.header .top_line ul a {
    color: #877f6f;
    cursor: pointer;
}
.header .top_line ul a:hover {
    color: #93bf9e;
}
.header .top_line ul li {
    list-style: none;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 1em;
    padding: 0px 5px;
}
.header .top_line ul li.open_login,
.header .top_line ul li.open_register {
    color: #877f6f;
    cursor: pointer;
}
.header .top_line ul li.open_login:hover,
.header .top_line ul li.open_register:hover,
.header .top_line ul li.open_login.active,
.header .top_line ul li.open_register.active {
    color: #93bf9e;
}
.header .logo img {
    max-width: 100px;
}
.header .cart_search,
.header .top_menu {
    float: right;
    width: 540px;
    margin-bottom: 6px;
}
.header .top_menu .menu ul {
    margin: 0px;
    border-top: 1px dotted #ccc;
    z-index: 100;
    border-top: 1px dashed #ccc;
    padding: 12px 0 5px 0;
}
.header .top_menu .menu ul li ul {
    display: none;
    padding: 0px;
    margin: 0px;
    border: 2px solid #555;
}
.header .top_menu .menu ul li ul li {
    display: block;
}
.header .top_menu .menu ul li:hover ul {
    position: absolute;
    display: block;
    background: #fff;
    z-index: 10;
    min-width: 50px;
    max-width: 300px;
}
.header .top_menu .menu ul li:hover ul li {
    margin: 0px;
}
.header .top_menu .menu ul li:hover ul li ul {
    display: none;
    background: #fff;
    right: 0;
    margin: -36px -100% 0px 0px;
}
.header .top_menu .menu ul li:hover ul li a {
    display: block;
    padding: 7px 23px 6px;
    border: 0px solid #fff;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0px;
    font-size: 11px;
}
.header .top_menu .menu ul li:hover ul li a:hover {
    border: 0px solid #fff;
    color: #93bf9e;
    padding: 7px 23px 6px;
    box-shadow: 0px 0px 0px #fff;
    border-bottom: 1px solid #f1f1f1;
}
.header .top_menu .menu ul li:hover ul li:hover ul {
    display: block;
}
.header .top_menu .menu ul li {
    list-style: none;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.header .top_menu .menu ul li a {
    text-transform: uppercase;
    color: #40362e;
    display: block;
    padding: 4px 20px;
    border: 3px solid #fff;
    margin-bottom: 5px;
}
.header .top_menu .menu ul li a:hover,
.header .top_menu .menu ul li a.active {
    border: 3px solid #a3d9b0;
    color: #93bf9e;
    box-shadow: 0px 2px 3px #8bb395;
}
.header .cart_search .search {
    border: 1px solid #c1c1c1;
    padding: 4px 10px;
    height: 23px;
    line-height: 1.7em;
    border-radius: 0px;
    margin: 0px;
    width: 200px;
}
.header .cart_search .search:focus {
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #40362e;
}
.header .cart_search .search_form {
    position: relative;
    width: 220px;
}
.header .cart_search .search_form .search_submit {
    position: absolute;
    width: 33px;
    height: 33px;
    background: #40362e url('../images/search_but.png') no-repeat 8px 8px;
}
.header .cart_search .search_form .search_submit:hover {
    background: #8bb395 url('../images/search_but.png') no-repeat 8px 8px;
}
.header .cart_search .search_form span {
    float: right;
}
.header .cart_search .cart {
    float: right;
    text-transform: uppercase;
    margin: 5px 0 0 0;
    padding: 0;
}
.header .cart_search .cart li {
    list-style: none;
    display: inline-block;
    color: #877f6f;
    font-size: 10px;
    font-weight: 700;
    margin-right: 20px;
    *zoom: 1;
    *display: inline;
}
.header .cart_search .cart li.cart_bg {
    padding-left: 24px;
    cursor: pointer;
    background: url('../images/cart.png') no-repeat 0px 0px;
}
.header .cart_search .cart li.currency {
    background: url('../images/d_arr.png') no-repeat right center;
    padding-right: 20px;
}
.header .cart_search .cart li span {
    color: #40362e;
}
.header .cart_search .cart li ul {
    display: none;
    position: absolute;
    border: 1px solid #eee;
    width: 35px;
    background: #fff;
    box-shadow: 0px 1px 0px 1px #ccc;
    border-radius: 3px;
    margin: 0px;
    padding: 5px 10px;
}
.header .cart_search .cart li ul li {
    margin: 5px 0px;
    display: block;
    cursor: pointer;
}
.header .cart_search .cart li:hover ul {
    display: block;
} 
.header .cart_search .cart li:hover ul li:hover {
    color: #93bf9e;
} 
/* ----- HEADER ----- */



/* ----- CENTRAL MENU ----- */
.menu_line {
    min-height: 44px;
    background: #f2f0d5;
    margin-bottom: 60px;
}
.menu_line .category_menu {
    position: relative;
}
.menu_line .category_menu.category_menu_wp ul li ul li,
.menu_line .category_menu.category_menu_wp ul li a {
    display: block !important;
}
.menu_line .category_menu.category_menu_wp ul li ul li a {
    font-size: 11px;
    display: block;
    color: #999;
    font-weight: 700;
    text-shadow: 0px 0px 0px;
    padding: 5px 20px;
    margin-bottom: 0px;
}
.menu_line .category_menu.category_menu_wp ul li ul li a:hover {
    text-decoration: none
}
.menu_line .category_menu.category_menu_wp ul li ul li {
    display: block;
    width: 100%;
}
.menu_line .category_menu.category_menu_wp ul li ul {
    padding: 10px 0px;
    border-radius: 0px;
    margin: 0px 0px 0px -2px;
    min-width: 140px;
    max-width: 300px;
    box-shadow: 0px 0px 1px #ccc;
}
.menu_line .category_menu.category_menu_wp ul li ul li ul {
    margin: -31px -100% 0px 0px;
    display: none;
    position: absolute;
    right: 0;
    background: #fff;
}
.menu_line .category_menu.category_menu_wp ul li ul li:hover ul,
.menu_line .category_menu.category_menu_wp ul li ul li {
    display: block;
}
.menu_line .category_menu ul {
    margin: 0px;
    padding: 0px;
    _position: absolute;
    margin: 0 auto;
    z-index: 50;
    text-align: center;
    border-top: 0;
}
.menu_line .category_menu ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.menu_line .category_menu ul li a {
    text-transform: uppercase;
    color: #8c8474;
    font-weight: 400;
    font-size: 14px;
    display: block;
    padding: 15px 24px;
    line-height: 1em;
    max-height: 44px;
    margin: 0px -2px;
}
.menu_line .category_menu ul li a:hover,
.menu_line .category_menu ul li a.active {
    background: #40362e;
    color: #fff;
}
.menu_line .category_menu ul li ul li a {
    padding: 0px;
    color: #2d251e;
}
.menu_line .category_menu ul li ul li a:hover {
    background: none;
    color: #2d251e;
}
.menu_line .category_menu ul li ul {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 2px #ccc;
    padding: 30px;
    margin: 0px;
    border-radius: 3px;
    text-align: left;
    z-index: 9;
}
.menu_line .category_menu ul li:hover ul {
    display: block;
}
.menu_line .category_menu ul li ul li {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    text-shadow: 0px 0px 1px;
    text-align: left;
    vertical-align: top;
    margin-right: 50px;
    *zoom: 1;
    *display: inline;
}
.menu_line .category_menu ul li ul li ul {
    background: none;
    margin: 20px 0px 0px 0px;
    position: relative;
    border: 0px;
    padding: 0px;
    box-shadow: 0px 0px 0px;
}
.menu_line .category_menu ul li ul li ul li {
    padding: 0px;
    margin: 0px;
    display: block;
}
.menu_line .category_menu ul li ul li ul li a {
    font-size: 10px;
    color: #8c8474;
    padding: 0px 0px 2px 0px;
    font-weight: 400;
    margin: 0px 0px 12px 0px;
    text-shadow: 0px 0px 1px;
}
.menu_line .category_menu ul li ul li ul li a:hover {
    background: none;
    color: #40362e;
    text-decoration: underline;
}
/* ----- CENTRAL MENU ----- */




/* ----- HOMEPAGE MENU ----- */
.content .info_line {
    color: #fff;
    background: #93bf9e;
    padding: 12px 5px 8px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.content .info_line span {
    font-size: 21px;
    color: #40362e;
}
.content .headline {
    color: #40362e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    text-shadow: 0px 0px 1px;
    margin: 0px 0px 50px 0px;
}
.content .services,
.content .offers {
    margin-bottom: 40px;
}
.content .offers img {
    box-shadow: 0px 2px 4px #c1c1c1;
}
.content .navigation_arrows {
    margin: 0px 2px 0 0;
    padding: 0px;
    text-align: right;   
    font-size: 0px;
    line-height: 0px;
}
.content .navigation_arrows li {
    list-style: none;
    display: inline-block;
    margin: 0px -1px;
    *zoom: 1;
    *display: inline;
}
.content .navigation_arrows li.left_arrow {
    background: #fbfae9 url('../images/nav_arrows.png') no-repeat 14px -108px;
    border-radius: 3px 0px 0px 3px;
    height: 24px;
    width: 35px;
    cursor: pointer;
    box-shadow: -1px 1px 1px #ccc;  
    border: 1px solid #f2f0d5;
}
.content .navigation_arrows li.left_arrow:hover {
    background: #f2f0d5 url('../images/nav_arrows.png') no-repeat 14px -69px;
}
.content .navigation_arrows li.right_arrow {
    background: #fbfae9 url('../images/nav_arrows.png') no-repeat 17px -30px;
    border-radius: 0px 3px 3px 0px;
    height: 24px;
    width: 35px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #ccc;
    border: 1px solid #f2f0d5;
}
.content .navigation_arrows li.right_arrow:hover {
    background: #f2f0d5 url('../images/nav_arrows.png') no-repeat 17px 9px;
}

/* ----- ITEMS ----- */
.content .items {
    padding: 0px 3px;
    margin: 0px -3px 40px;
}
.content .item {
    margin: 0px 0px 50px;
}
.content .item .item_image .item_view {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    background: #40362e;
    cursor: pointer;
}
.content .item:hover .item_image .item_view {
    display: block;
}
.content .item .item_image .item_view:hover {
    background: #a3d9b0;
    color: #40362e;
}
.content .item .item_image {
    background: #fff;
    box-shadow: 0px 2px 1px #e3e3e3;
    margin-bottom: 20px;
    border: 3px solid #fff;
    text-align: center;
    position: relative
}
.content .item .item_image:hover {
    border: 3px solid #f2f0d5;
}
.content .item .item_image img {
    max-width: 100%;
    height: auto;
}
.content .item h1 {
    font-size: 14px;
    text-transform: uppercase;
    color: #40362e;
    line-height: 1em;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: 700;
}
.content .item h1 a {
    font-size: 14px;
    text-transform: uppercase;
    color: #40362e;
    line-height: 1em;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    text-shadow: 0px 0px 1px;
}
.content .item h2 {
    font-size: 14px;
    text-transform: none;
    color: #40362e;
    line-height: 1em;
    padding: 0px;
    margin: 0px 0px 25px 0px;
    font-weight: 400;
}
.content .item h2 a {
    font-size: 14px;
    text-transform: none;
    color: #40362e;
    line-height: 1em;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    text-shadow: 0px 0px 1px;
}
.content .item .item_price {
    padding: 10px;
    float: left;
    text-align: center;
    background: #f2f0d5;
    color: #40362e;
    font-weight: bold;
    min-width: 100px;
    line-height: 1em;
    border-radius: 3px;
    box-shadow: 0px 1px 2px #948e8a;
}
.content .item .item_price ins {
    background: none;
}
.content .item_add_cart {
    float: right !important;
    height: 35px !important;
    width: 35px !important;
    font-size: 0px !important;
    line-height: 0em !important;
    background: #9a9281 url('../images/cart.png') no-repeat 9px -36px !important;
    box-shadow: 0px 1px 2px #948e8a !important;
    cursor: pointer !important;
    padding: 0px !important;
    border: 0px solid #ccc !important;
}
.content .item_add_cart:hover {
    background: #a3d9b0 url('../images/cart.png') no-repeat 9px -81px !important;
    box-shadow: 0px 1px 2px #acc7b3 !important;
    height: 35px !important;
    width: 35px !important;
}
.content .woo-path {
    color: #40362e;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    margin: -40px 0px 20px;
    text-shadow: 0px 0px 1px;
    word-wrap: break-word;
}
.content .woo-path a {
    color: #40362e;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
}
.content .woo-path a:hover {
    color: #a3d9b0;
    text-shadow: 0px 0px 1px #a3d9b0;
}
.entry-content .woocommerce {
    min-height: 350px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #a3d9b0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    background: #a3d9b0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #ccc;
}
.content #searchform label, .woocommerce-product-search label {
    display: none;
}
.content #searchform input, .woocommerce-product-search input{
    border-radius: 0px;
}
.price_slider_amount button{
    background: #40362e !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: uppercase !important;
    display: block !important;
    padding: 5px 15px !important;
    text-shadow: 0px 0px 0px !important;
    height: auto !important;
    line-height: 1.5em !important;
    border: 0px solid #ccc !important;
    border-radius: 0px !important;
}
.content #searchform input[type="submit"] , .woocommerce-product-search input[type="submit"]{
    background: #40362e;
    font-weight: 700 !important;
    font-size: 11px !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: uppercase !important;
    display: block !important;
    padding: 5px 15px;
    text-shadow: 0px 0px 0px !important;
    height: auto;
    line-height: 1.5em !important;
    border: 0px solid #ccc !important;
    border-radius: 0px !important;
}
.content .filter {
    margin-bottom: 20px;
}
.content .filter ul {
    margin: 0px;
    padding: 0px;
}
.content .filter ul li .count {
    float: right;
}
.content .filter ul li.chosen {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.content .filter ul li.chosen a span {
    float: none;
}
.content .filter ul li.chosen a {
    background-color: #a3d9b0;
    border: 1px solid #8bb395;
    padding: 2px 5px 0px 18px;
}
.content .filter ul li.chosen a:hover {
    background-color: #40362e;
    color: #fff;
}
.content .filter ul li.chosen {
    margin: 3px 0px;
    display: block;
}
.content .filter ul li {
    clear: both;
    height: 22px;
}
.content .filter ul li a {
    text-transform: uppercase;
    color: #40362e;
    float: left;
}
.content .filter ul li a:hover {
    color: #93bf9e;
}
.content .filter h3 {
    color: #40362e;
    font-size: 10px;
    padding: 12px 8px;
    line-height: 1em;
    background: #f2f0d5;
    margin: 0px 0px 10px 0px;
    font-weight: 700;
    text-transform: uppercase;
}
.content .filter ul {
    margin: 0px;
    padding: 0px 0px 0px 8px;
}
.content .filter ul li {
    text-transform: uppercase;
    color: #40362e;
    font-size: 10px;
    list-style: none;
}
.content .filter ul li:hover {
    text-decoration: underline;
}
.content .filter ul li label {
    font-size: 10px;
    font-weight: 700;
}
.content .filter ul li input {
    float: right;
    margin: 0px;
    padding: 0px;
}
.filter_check input {
    display: none;
}
.filter_check span {
    width: 18px;
    float: right;
    height: 18px;
    display: block;
    background: url("../images/check_bg.png") no-repeat 0px 0px;
}
.filter_check input:checked + span {
    background: url("../images/check_bg.png") no-repeat 0px -21px;
}
.content .options {
    border-top: 1px dotted #ccc;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dotted #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 25px 0px 5px; 
    margin: 10px 0px 60px;
    font-size: 11px;
    color: #40362e;
    font-weight: 700;
    text-transform: uppercase;
}
.content .orderby {
    float: right;
}
.content .orderby ul {
    z-index: 5;
    padding: 5px 10px;
    border-radius: 2px;
    background: #f5f4f3;
    margin: -9px 0px 0px 10px;
    float: right;
    box-shadow: 0px 2px 2px #999;
    width: 190px;
}
.content .orderby ul li {
    list-style: none;
    padding: 4px 0px;
    background: url('../images/bg_arr.png') no-repeat 181px 5px;
}
.content .orderby ul li ul {
    display: none;
    position: absolute;
    margin: 0px 0px 0px -10px;
    padding: 5px 10px;
}
.content .orderby ul li ul li {
    background: none;
}
.content .orderby ul li:hover ul {
    display: block;
}
.content .orderby ul li a {
    color: #40362e;
}
.content .orderby ul li a:hover {
    color: #a3d9b0;
}



/* ===== PAYMENT ===== */
.payment {

}
.payment .filter_check img {
    margin-right: 10px;
}
.payment .uller {
    margin-bottom: 50px;
}
.payment .uller li {
    margin-right: 60px;
}
.payment .uller li span,
.payment .uller li input {
    margin-top: 5px;
}
.payment h2 {
    text-transform: uppercase;
    padding: 0px;
    font-size: 14px;
    line-height: 1em;
    margin: 0px 0px 5px 0px;
}
.payment p {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 15px;
}
.payment ul {
    margin: 0px;
    padding: 0px;
}
.payment ul li {
    list-style: none;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.payment_result {
    padding-bottom: 50px;
}
.payment_result h2 {
    text-transform: uppercase;
    padding: 0px;
    font-size: 14px;
    line-height: 1em;
    margin: 0px 0px 15px 0px;
}
.payment_result .payment_total {
    float: right;
    font-weight: 700;
    color: #40362e;
    text-align: right;
}
.payment_result .payment_total p {
    margin: 0px 0px 2px 0px;
}
.payment_result .payment_total p span {
    color: #789780;
}
.payment_result .shopping_cart {
    margin-bottom: 25px;
}
.payment_click {
    padding-top: 20px;
    padding-bottom: 40px;
}
.payment_click .proceed_payment {
    float: right;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background: #40362e;
    display: block;
    padding: 20px 30px;
    box-shadow: 0px 1px 1px #333;
}
.payment_click .continue_shopping {
    text-align: center;
    text-transform: uppercase;
    color: #789780;
    font-size: 12px;
    font-weight: 700;
    background: #a3d9b0;
    display: block;
    padding: 20px 30px;
    width: 144px;
    box-shadow: 0px 1px 1px #789780;
}
.payment_click .continue_shopping:hover {
    color: #fff;
    background: #40362e;
    box-shadow: 0px 1px 1px #333;
}
.payment_click .proceed_payment:hover {
    background: #a3d9b0;
    color: #789780;
    box-shadow: 0px 1px 1px #789780;
}
/* ===== PAYMENT ===== */




.content .rubric_b {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1em;
    padding: 5px 8px 4px 8px;
    background: #40362e;
    margin-bottom: 30px;
    font-weight: 400;
    color: #f2f0d5;
}
.content .rubric_w {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1em;
    padding: 4px 0;
    margin-bottom: 30px;
    color: #40362e;
    border-bottom: 1px dotted #40362e;
}
/* ----- ITEMS ----- */



/* ----- PARTNERS ----- */
.content .partners {
    border-top: 5px solid #40362e;
    padding-top: 10px;
    margin-bottom: 50px;
    height: 150px;
    overflow: hidden;
}
.home .slider_lr .items {
    overflow: hidden;
    _height: 420px;
}
.buttons_added input {
    margin: 0px;
}
.cart_totals table {
    float: right;
}
/* ================== CHECKOUT ================== */
.h_form {
    padding-bottom: 50px;
}
.h_line {
    border: 1px solid #c1c1c1 !important;
    border-radius: 0px !important;
    padding: 5px 2% !important;
    width: 96% !important;
    color: #40362e !important;
    font-size: 11px !important;
    margin-bottom: 20px !important;
}
.h_line:focus {
    box-shadow: 0px 0px 0px !important;
    border: 1px solid #40362e !important;
}
.h_text {
    border: 1px solid #c1c1c1 !important;
    border-radius: 0px !important;
    padding: 5px 2% !important;
    width: 96% !important;
    color: #40362e !important;
    font-size: 11px !important;
    height: 140px !important;
    resize: none !important;
    margin-bottom: 20px !important;
}
.h_text:focus {
    box-shadow: 0px 0px 0px !important;
    border: 1px solid #40362e !important;
}
.h_button {
    text-transform: uppercase;
    color: #fff;
    display: block;
    width: 140px !important;
    padding: 20px 0px;
    text-align: center;
    background: #40362e;
    font-size: 10px;
    line-height: 1em;
    box-shadow: 0px 1px 2px #40362e;
}
.h_button:hover {
    background: #9a9281;
    box-shadow: 0px 1px 2px #40362e;
}

/* --- FIXED CART --- */
.right_float {
    position: relative;
    float: right;
}
.fixed_cart {
    position: fixed;
    width: 180px;
    background: #f2f0d5;
    box-shadow: 0px 2px 3px #9a9281;
    padding: 5px;
    border-radius: 3px;
    margin-left: 30px; 
}
.fixed_cart .fixed_interior {
    background: #fff;
    border-radius: 2px;
    padding: 10px;
}
.fixed_cart .fixed_interior h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.4em;
    padding: 0px;
    margin: 10px 0px 4px;
    color: #40362e;
}
.fixed_cart .fixed_interior p {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #877f6f;
    margin: 0px;
    font-weight: 700;
}
.fixed_cart .fixed_interior p span {
    color: #40362e;
}
.fixed_cart .fixed_cart_button {
    background: #9a9281;
    display: block;
    padding: 8px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0px 1px 0px #6d6558;
    margin: 20px 30px;
    text-align: center;
    box-shadow: 0px 1px 2px #40362e;
}
.fixed_cart .fixed_cart_button:hover {
    background: #6d6558;
}




/* ===== FIXED CART TOP MENU ===== */
.cart_top_region {
    padding-top: 15px;
    display: none;
}
.cart_top {
    cursor: text;
    position: absolute;
    width: 290px;
    background: #f2f0d5;
    padding: 5px;
    border-radius: 3px;
    right: 0px; 
    box-shadow: 0px 2px 3px #9a9281;
}
.cart_bg:hover .cart_top_region {
    display: block;
}
.cart_top .cart_top_interior {
    background: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 10px;
}
.cart_top .cart_top_button {
    background: #9a9281;
    display: block;
    padding: 8px 20px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0px 1px 0px #6d6558;
    margin: 20px;
    float: right;
    text-align: center;
    box-shadow: 0px 1px 2px #40362e;
}
.cart_top .cart_top_button:hover {
    background: #6d6558;
}
.cart_top .cart_top_interior .cart_top_item {
    padding-bottom: 20px;
    padding-left: 70px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    border-bottom: 1px dashed #ccc;
    min-height: 50px;
}
.cart_top .cart_top_interior .cart_top_item .cart_top_item_img {
    width: 50px;
    float: left;
    margin-left: -70px;
    height: auto;
}
.cart_top .cart_top_interior .cart_top_item .cart_top_item_img img {
    width: 50px;
    height: auto;
    box-shadow: 0px 1px 1px #ccc;
}
.cart_top .cart_top_interior .cart_top_item_all {
    padding: 15px 0px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0px 0px 1px;

    margin-top: -22px;
    font-size: 10px;
}
.cart_top .cart_top_interior .cart_top_item .cart_top_item_info {
    text-align: left;
}
.cart_top .cart_top_interior .cart_top_item .cart_top_item_info h2 {
    font-size: 10px;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    font-weight: 700;
    line-height: 1em;
}
.cart_top .cart_top_interior .cart_top_item .cart_top_item_info p {
    font-size: 10px;
    padding: 0px;
    font-weight: 700;
    margin: 0px;
    color: #40362e;
    line-height: 1em;
}
.cart_top .cart_top_interior .cart_top_item .cart_top_item_info p span {
    padding-left: 20px;
}
.cart_top .cart_top_interior .cart_top_item .cart_top_item_info h2 a {
    color: #40362e;
}
.cart_top .cart_top_interior .cart_top_item .cart_top_item_info h2 a:hover {
    color: #93bf9e;
}
.cart_top .cart_top_interior .cart_top_item .cart_top_item_info .cart_top_item_remove {
    display: block;
    float: right;
    background: #fff;
    color: #40362e;
    line-height: 1em;
    margin: 18px 0px 0px 0px;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 1px #ccc;
    padding: 2px 3px;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
}
.cart_top .cart_top_interior .cart_top_item .cart_top_item_info .cart_top_item_remove:hover {
    background: #a3d9b0;
    box-shadow: 0px 1px 1px #789780;
    color: #8bb395;
    border: 1px solid #a3d9b0;
}



/* ----- ======= PRODUCT PAGE ======= ----- */
.product {
    padding-bottom: 30px;
}
.product p.out-of-stock {
    border: 1px solid #c54848;
    padding: 5px 10px !important;
    display: inline-block;
    color: #c54848;
}
.product.outofstock .item_view {
    font-size: 0 !important;
    line-height: 0 !important;
    background: none !important;
    display: block !important;
    padding: 0 !important;
}
.product.outofstock .item_view:after {
    display: table;
    content: "Sold Out";
    width: 80px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 1em;
    padding: 10px 0;
    background: #C54848;
}
.product .collection_box_mini {
    width: 258px;
    height: 70px;
    overflow: hidden;
}
.product .collection_box_mini .collection_selection {
    margin-bottom: 20px;
}
.product .product_images {
    text-align: center;
    margin-bottom: 20px;
}
.product .product_images a {
    position: relative;
    display: block;

}
.product .product_images a span {
    position: absolute;
    display: block;
    background: url('../images/zoom.png') no-repeat center center;  
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
}
.product .product_images a:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
}
.product .product_images img {
    box-shadow: 0px 2px 2px #ccc;
}
.product h1 {
    font-size: 14px;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-weight: 700;
    color: #40362e;
    text-transform: uppercase;
    line-height: 1em;
}
.product .mini_description {
    line-height: 1em;
    font-size: 14px;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-weight: 400;
    color: #40362e;
}
.product .product_rate {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #40362e;
    font-size: 10px;
    font-weight: 700;
}
.product .product_rate span {
    color: #8bb395;
}
.product .product_price {
    color: #40362e;
    font-weight: 400;
    font-size: 50px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.product .product_selection {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
.product .product_selection .dropdown_options {
    width: 84%;
    padding: 5px 3%;
}
.product .product_links {
    margin-bottom: 30px;
    padding-top: 20px;
}
.product .product_links .butt1 {
    text-align: center;
    text-transform: uppercase;
    color: #789780;
    font-size: 12px;
    font-weight: 700;
    background: #a3d9b0;
    display: inline-block;
    padding: 20px 10px;
    width: 120px;
    margin-right: 10px;
    box-shadow: 0px 1px 1px #789780;
    *zoom: 1;
    *display: inline;
}
.product .product_links .butt2 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    width: 140px;
    font-weight: 700;
    background: #9a9281;
    display: inline-block;
    padding: 20px 10px;
    box-shadow: 0px 1px 1px #333;
    *zoom: 1;
    *display: inline;
}
.product .product_links .butt1:hover,
.product .product_links .butt2:hover {
    background: #40362e;
    color: #fff;
    box-shadow: 0px 1px 1px #333;
}
.product .product_similar {
    padding: 10px 10px 10px 0px;
    background: #f5f4f3;
    text-align: center;
    margin-bottom: 20px;
}
.product .product_similar .title {
    padding: 10px 15px;
    margin: -10px -10px 10px 0px;
    background: #40362e;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.5em;
    font-weight: 700;
    font-size: 12px;
}
.product .product_similar .product_similar_item {
    float: left;
    margin-left: 10px;
    margin-bottom: 25px;
    width: 94px;
    overflow: hidden;
    height: 120px;
}
.product .product_similar p {
    margin: 0px;
    font-weight: 700;
    text-transform: uppercase;
}
.product .product_similar p a {
    color: #40362e;
    display: block;
}
.product .product_similar p a:hover {
    color: #74a680;
}
.product .product_similar .similar_item_img {
    width: 94px;
    height: 94px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0px 1px 2px #ccc;
}
.product .product_similar .similar_item_img a:hover img  {
    border: 1px solid #74a680;
}
.product .product_similar .similar_item_img img {
    width: 92px;
    height: 92px;
    border: 1px solid #fff;
}
.product_aditional {
    padding: 30px 0px;
}
.product_aditional .tab-content {
    border: 3px solid #f2f0d5;
    padding: 30px;
}
.product_aditional .nav {
    margin: 0px;
}
.product_aditional .nav li {
    border: 0px solid #f2f0d5;
}
.product_aditional .nav li a {
    display: block;
    border: 3px solid #f2f0d5;
    background: #f2f0d5;
    padding: 20px 35px;
    color: #9a9281;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin-right: 20px;
}
.product_aditional .nav li a:hover {
    background: #dcd9b7;
}
.product_aditional .nav-tabs {
    border-bottom: 0px solid #fff;
}
.product_aditional .nav-tabs > .active > a,
.product_aditional .nav-tabs > .active > a:hover,
.product_aditional .nav-tabs > .active > a:focus {
    background: #fff;
    border: 3px solid #f2f0d5;
    border-bottom: 3px solid #fff;
}
.product_aditional .nav-tabs > li {
    margin-bottom: -3px;
}
.product .comments {
    border: 0px solid #f2f0d5;
    padding: 0px;
    margin-bottom: 0px;
}
.product .comments .comments_all {
    margin-top: 0px;
}
.product .comments .comments_all ul li {
    padding: 0px;
}
.product #respond {
    width: 90%;
}
.comments #respond {
    margin-bottom: 50px;
}
/* ----- ======= PRODUCT PAGE ======= ----- */
.save_settings {
    border-top: 1px dotted #ccc;
    padding-top: 30px;
    margin: 50px 0px;
}
.save_settings a {
    background: #9a9281;
    display: block;
    padding: 8px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
    font-size: 11px;
    width: 100px;
    font-weight: 700;
    text-shadow: 0px 1px 0px #6d6558;
    padding: 20px 30px;
    text-align: center;
    box-shadow: 0px 1px 2px #40362e;
}
.save_settings a:hover {
    background: #40362e;
    box-shadow: 0px 1px 2px #222;
}


/* ----- ======= SHOPING CART ======= ----- */
.tt_h_cart {
    background: #f2f0d5;
    border-radius: 3px;
    padding: 30px 60px;
    margin-bottom: 70px;
    box-shadow: 0px 2px 3px #ccc;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
}
.tt_h_cart .shop_table {
    border: 0px solid #fff !important;
}
.tt_h_cart .shop_table .cart_table_item {
    list-style: none;
    vertical-align: middle;
    background: #fff;
    font-size: 14px;
    border-radius: 2px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 1px #ccc;   
}
.tt_h_cart .shop_table tr td {
    padding: 15px;
}
.tt_h_cart .shop_table tr .product-thumbnail img {
    width: 70px !important;
    box-shadow: 0px 1px 1px #ccc;
}
.tt_h_cart .actions {
    padding: 15px !important;
}
.tt_h_cart a {
    color: #93bf9e;
    border-bottom: 1px dashed #93bf9e;
}
.tt_h_cart a:hover {
    color: #40362e;
    border-bottom: 0px dashed #93bf9e;
}
.tt_h_cart .shipping_calculator input,
.tt_h_cart .shipping_calculator select {
    width: 200px;
    border-radius: 0px;   
    outline: none;
}
.tt_h_cart .shipping_calculator input:focus,
.tt_h_cart .shipping_calculator select:focus {
    border: 1px solid #40362e;
    box-shadow: 0px 0px 0px;
}
.tt_h_cart .shipping_calculator input {
    padding: 15px 10px;
    outline: none;
}
.cart button,
.woocommerce-cart .entry-content .woocommerce .button,
.place-order .button,
.woocommerce p input.button,
.checkout_coupon .button,
.woocommerce form.login .button,
.woocommerce-page table.shop_table.my_account_orders .order-actions a,
#pp_full_res .pp_inline .form-submit input,
.woocommerce-tabs .panel .button,
.tt_h_cart .shipping_calculator .button,
.tt_h_cart .actions .button {
    text-align: center !important;
    text-transform: uppercase !important;
    color: #789780 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    background: #a3d9b0 !important;
    padding: 15px !important;
    border: 0px solid #ccc !important;
    box-shadow: 0px 1px 1px #789780 !important;
    margin: 0px 0px 0px 15px !important;
    line-height: 1em !important;
    text-shadow: 0px 0px 0px !important;
}
.cart button {
    padding: 9px 15px !important;
}
.checkout_coupon .button {
    padding: 12px 15px 11px !important;
    margin: 0px 0px 0px -25px !important;
}
.cart button:hover,
.woocommerce p input.button:hover,
.woocommerce-page table.shop_table.my_account_orders .order-actions a:hover,
.place-order .button:hover,
.woocommerce-cart .entry-content .woocommerce .button:hover,
.checkout_coupon .button:hover,
.woocommerce form.login .button:hover,
#pp_full_res .pp_inline .form-submit input:hover,
.woocommerce-tabs .panel .button:hover,
.tt_h_cart .shipping_calculator .button:hover,
.tt_h_cart .actions .button:hover,
.tt_h_cart .actions .button.checkout-button {
    color: #fff !important;
    background: #40362e !important;
    box-shadow: 0px 1px 1px #333  !important;
}
.woocommerce input[type="submit"].button,
.woocommerce-tabs .panel .button,
.tt_h_cart .shipping_calculator .button,
.woocommerce-cart .entry-content .woocommerce .button,
.woocommerce form.login .button,
.woocommerce a.button {
    margin: 0px !important;
}
.entry-content .woocommerce {
    padding-bottom: 50px;
}
.tt_h_cart .shipping_calculator p {
    padding: 0px;
}
.tt_h_cart .actions .button.checkout-button:hover {
    color: #789780 !important;
    background: #a3d9b0 !important; 
    box-shadow: 0px 1px 1px #789780  !important;
}
.tt_h_cart .actions #coupon_code {
    height: 43px;
    border-radius: 0px;
    border: 1px solid #ccc !important;
    width: 170px !important;
    margin-right: 20px !important;
    background: #f5f5f5;
    box-shadow: 0px 1px 1px #ccc !important;
}
.cart-collaterals {
    width: auto !important;
    vertical-align: middle;
    background: #fff;
    font-size: 14px;
    border-radius: 2px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 1px #ccc;
    padding: 40px;
}
.cart-collaterals h2 {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    line-height: 1em;
    font-size: 22px;
    color: #40362e;
}
.cart-collaterals h2 a {
    color: #93bf9e;
}

.shopping_cart .shopping_cart_button {
    margin-top: 20px;
}
.shopping_cart .shopping_cart_button a {
    display: block;
    background: #9a9281;
    box-shadow: 0px 2px 1px #6d6558;
    text-transform: uppercase;
    float: left;
    color: #fff;
    line-height: 1em;
    padding: 22px;
}
.shopping_cart .shopping_cart_button a:hover {
    background: #a3d9b0;
    color: #789780;
    box-shadow: 0px 2px 1px #789780;
}
.shopping_cart .shopping_cart_button a.shopping_cart_button_out {
    float: right;
    padding: 22px 35px;
    background: #a3d9b0;
    color: #789780;
    box-shadow: 0px 2px 1px #789780;
}
.shopping_cart .shopping_cart_button a.shopping_cart_button_out:hover {
    background: #9a9281;
    box-shadow: 0px 2px 1px #6d6558;
    color: #fff;
}
.shopping_cart {
    background: #f2f0d5;
    border-radius: 3px;
    padding: 30px 60px;
    margin-bottom: 70px;
    box-shadow: 0px 2px 3px #ccc;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
}
.shopping_cart .shopping_cart_remove {
    display: block;
    float: left;
    background: #fff;
    color: #40362e;
    line-height: 1em;
    margin: 0px 0px 0px -55px;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 1px #ccc;
    padding: 2px 3px;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
}
.shopping_cart .shopping_cart_remove:hover {
    background: #a3d9b0;
    box-shadow: 0px 1px 1px #789780;
    color: #8bb395;
}
.shopping_cart .dropdown_options {
    text-align: left;
    margin: 0px auto;
}
.shopping_cart .align_1 {
    padding-left: 20px;
}
.shopping_cart .align_2 {
    margin-left: -15px;
}
.shopping_cart .align_3 {
    text-align: left;
    padding-left: 20px;
}
.shopping_cart .align_4 {
    padding-right: 40px;
    text-align: right;
    display: block;
}
.left_a {
    display: block;
    padding-top: 6px;
}
.center_a {
    text-align: center;
    display: block;
    padding-top: 5px;
}
.right_a {
    text-align: right;
    display: block;
    padding-top: 6px;
}
.shopping_cart .shopping_cart_item {
    list-style: none;
    vertical-align: middle;
    background: #fff;
    font-size: 14px;
    border-radius: 2px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 1px #ccc;
    padding: 40px 40px 15px 20px;
}
.shopping_cart .shopping_cart_item .item_add_cart {
    float: right;
    margin: 7px -45px 0px 0px;
}
.shopping_cart .shopping_cart_item_total {
    list-style: none;
    vertical-align: middle;
    background: #fff;
    font-size: 14px;
    border-radius: 2px;
    text-align: right;
    margin-bottom: 22px;
    box-shadow: 0px 1px 1px #ccc;
    padding: 15px 20px;
}
.shopping_cart .shopping_cart_item .shopping_cart_img {
    text-align: center;
    margin-top: -30px
}
.shopping_cart .shopping_cart_item .shopping_cart_img img {
    box-shadow: 0px 1px 1px #ccc;
}
.shopping_cart .shopping_cart_item h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #40362e;
    padding: 0px;
    line-height: 1em;
    margin: 0px 0px 5px 0px;
}
.shopping_cart .shopping_cart_item h2 a {
    color: #40362e;
}
.shopping_cart .shopping_cart_item h2 a:hover {
    color: #a3d9b0;
}
.shopping_cart .shopping_cart_item p {
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
}





/* ======================================
              CONTACT PAGE
====================================== */
.h_title {
    font-size: 22px;
    line-height: 1em;
    padding: 0px;
    margin: 40px 0px;
    color: #40362e;
    font-weight: 400;
    text-transform: uppercase;
}
#map-canvas {
    border: 1px solid #ccc;
    box-shadow: 0px 2px 3px #ccc;
    margin-bottom: 30px;
}
.h_contact_form {
    box-shadow: 0px 2px 2px #ccc;
    padding: 30px;
    border: 3px solid #f2f0d5;
    margin-bottom: 70px;
}
.h_contact_form .h_line,
.h_contact_form .h_text {
    font-size: 13px !important;
}
.h_contact_form .h_button {
    font-size: 12px;
    font-weight: 700;
    text-shadow: 0px 1px 0px #222;
}
.h_contact_form h2 {
    text-transform: uppercase;
    margin: 0px 0px 30px 0px;
    line-height: 1em;
    padding: 10px 0px 0px 0px;
    font-weight: 700;
    font-size: 14px;
}


/* ===== PLACEHOLDER COLOR ====== */
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #40362e;
    line-height: 1.7em;
    vertical-align: baseline;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #40362e;
    line-height: 1.7em;
    vertical-align: baseline;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #40362e;
    line-height: 1.7em;
    vertical-align: baseline;
}
/* ===== PLACEHOLDER COLOR ====== */



/* =======================
      COLLECTION PAGE
======================== */
.collection .collection_box_mini .collection_selection {
    margin-bottom: 20px;
}
.padd_bottom {
    padding-bottom: 60px;
}
.collection .collection_box_mini {
    height: 70px;
    overflow: hidden;
}

.collection {
    padding: 10px 0px 40px;
}
.collection .collection_box {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    margin-left:auto;
    margin-right: auto;    
}
.collection .collection_box img.large_preview {
    max-width: 400px;
    width: auto;
    height: auto;
    box-shadow: 0px 2px 4px #c1c1c1;
}
.collection .collection_box p {
    margin-top: 30px;
}
.collection .collection_box a span {
    position: absolute;
    display: block;
    background: url('../images/zoom.png') no-repeat center center;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
}
.collection .collection_box a {
    color: #40362e;
    position: relative;
    *zoom: 1;
    *display: inline;
}
.collection .collection_box a:hover {
    color: #8bb395;
}
.collection .collection_box a:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
}
.collection_box_mini {
    border: 1px solid #d9d7d5;
    margin: 10px auto;
    width: 440px;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0px 1px 2px #ccc;
    position: relative;
}
.collection_box_mini .collection_left {
    position: absolute;
    margin: 24px 0px 0px 8px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #fff url('../images/nav_arrows.png') no-repeat 6px -74px;
    cursor: pointer;
    box-shadow: 0px 1px 1px #c1c1c1;
    border: 1px solid #ccc;
}
.collection_box_mini .collection_right {
    position: absolute;
    margin: 24px 8px 0px 0px;
    right: 0;
    width: 16px;
    height: 16px;
    background: #fff url('../images/nav_arrows.png') no-repeat 6px 4px;
    cursor: pointer;
    box-shadow: 0px 1px 1px #c1c1c1;
    border: 1px solid #ccc;
}
.collection_box_mini .collection_left:hover {
    background: #a3d9b0 url('../images/nav_arrows.png') no-repeat 6px -74px;
}
.collection_box_mini .collection_right:hover {
    background: #a3d9b0 url('../images/nav_arrows.png') no-repeat 6px 4px;
}
.collection_box_mini .collection_selection {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 3px solid #fff;
    display: inline-block;
    box-shadow: 0px 2px 2px #ccc;
    *zoom: 1;
    *display: inline;
}
.collection_box_mini .collection_selection img {
    width: 100%;
    height: auto;
}
.collection_box_mini .collection_selection:hover {
    cursor: pointer;
    border: 3px solid #40362e;
}



/* =======================
      COLLECTION PAGE
======================== */



/* ========================
        BLOG PAGE
======================== */
.h_blog {
    padding-bottom: 30px;
}
.h_blog .hentry {
    box-shadow: 0px 2px 3px #ccc;
    margin-bottom: 70px;
    border-bottom: 1px solid #f3f2e8;
    border-right: 1px solid #f3f2e8;
    border-left: 1px solid #f3f2e8;
}
.h_blog .hentry .post_img_vid {
    border-bottom: 5px solid #40362e;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
}
.h_blog .hentry .post_img_vid p {
    display: none;
}
.h_blog .hentry .post_img_vid img {
    max-width: 100%;
    height: auto;
}
.h_blog .hentry .post_img_vid iframe {
    width: 100%;
    min-height: 400px;
}
.h_blog .hentry.sticky h1 {
    padding: 20px 30px 20px 115px;
    margin: -5px 0px 0px -95px;
    border-top: 6px solid #40362e;
    background: url('../images/featured.png') no-repeat left top;
}
.h_blog .hentry h1 {
    padding: 20px 30px;
    margin: 0px;
    line-height: 1.3em;
    font-size: 22px;
    color: #40362e;
    text-transform: uppercase;
    font-weight: 400;
    word-wrap: break-word;
}
.h_blog .hentry h1 a {    
    color: #40362e;    
}
.h_blog .hentry h1 a:hover {
    color: #8bb395;
}
.h_blog .hentry .post_info {
    margin: 0px;
    font-size: 0px;
    line-height: 0px;
    padding: 20px 0px;
    text-align: center;
    border-top: 1px solid #ccc; 
    border-top: 1px dashed #ccc; 
    border-bottom: 1px solid #ccc; 
    border-bottom: 1px dashed #ccc; 
}
.h_blog .hentry .post_info li {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #40362e;
    line-height: 1em;
    border-left: 1px solid #ccc;
    margin-left: 20px;
    padding: 3px 0px 3px 45px;
    background: url("../images/blog_icons.png") no-repeat;
    *zoom: 1;
    *display: inline;
}
.h_blog .hentry .post_info li a {
    color: #40362e;
}
.h_blog .hentry .post_info li a:hover {
    color: #8bb395;
}
.h_blog .hentry .post_info li.post_info_1 {
    margin-left: 0px;
    border-left: 0px solid #ccc;
    background-position: 20px 1px;
}
.h_blog .hentry .post_info li.post_info_2 {
    background-position: 20px -48px;
}
.h_blog .hentry .post_info li.post_info_3 {
    background-position: 20px -101px;
    cursor: pointer;
}
.h_blog .hentry .post_info li.post_info_4 {
    background-position: 20px -154px;
}
.h_blog .hentry .post_info li.post_info_3 ul {
    display: none;
    padding: 0px;
    margin: 0px 0px 0px -20px;
}
.h_blog .hentry .post_info li.post_info_3:hover ul {
    display: block;
    position: absolute;
    padding: 23px 0px 0px 0px;
}
.h_blog .hentry .post_info li.post_info_3 ul li {
    list-style: none;
    padding: 10px 20px;
    background: #fff;
    display: block;
    margin: 0px 0px -1px;
    text-align: left;
    border: 1px dashed #ccc;
}
.h_blog .hentry .entry-content {
    padding: 20px 30px 50px 30px;
}
.h_blog .hentry .entry-content p {
    color: #40362e;
}
.h_blog .hentry .entry-content .post_tags {
    padding: 20px 30px 0px;
    margin: 30px -30px 0px;
    border-top: 1px solid #ccc;
    border-top: 1px dashed #ccc;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
}
.h_blog .hentry .post_link {
    display: block;
    margin: 40px 0px 0px 0px;
    width: 150px;
    line-height: 1em;
    font-size: 11px;
    padding: 20px;
    text-align: center;
    background: #a3d9b0;
    font-weight: 700;
    border: 3px solid #a3d9b0;
    color: #789780;
    box-shadow: 0px 1px 1px #789780;
    text-transform: uppercase;
}
.h_blog .hentry .post_link:hover {
    background: #6ea07a;
    color: #91c29d;
    border: 3px solid #a3d9b0;
}
.h_pagination {
    font-size: 0px;
    margin-bottom: 21px;
    line-height: 0px;
    float: right;
}
.h_pagination ul {
    margin: 0px;
    padding: 0px;
}
.h_pagination ul li {
    list-style: none;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.h_pagination ul li .current {
    border: 1px solid #a3d9b0;
    color: #a3d9b0;
    display:  inline-block;
    font-size: 10px;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 14px;
    font-weight: 700;
    margin-right: 3px;
    *zoom: 1;
    *display: inline;
}
.h_pagination ul li .dots {
    display:  inline-block;
    border: 1px solid #9a9281;
    font-size: 10px;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    color: #40362e;
    padding: 10px 14px;
    font-weight: 700;
    margin-right: 3px;
    *zoom: 1;
    *display: inline;
}
.h_pagination a {
    display:  inline-block;
    border: 1px solid #9a9281;
    font-size: 10px;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    color: #40362e;
    padding: 10px 14px;
    font-weight: 700;
    margin-right: 3px;
    *zoom: 1;
    *display: inline;
}
.h_pagination a:hover {
    background: #eae3d3;
}
.h_pagination a.active {
    border: 1px solid #a3d9b0;
    color: #a3d9b0;
}

.comments {
    border: 3px solid #f2f0d5;
    padding: 30px 25px;
    margin-bottom: 50px;
}
.comments h2 {
    color: #40362e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    text-shadow: 0px 0px 1px;
    margin: 0px 0px 20px 0px;
}
.comments .comments_all ul {
    margin: 0px;
    padding: 0px;
}
.comments .comments_all ul li {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}
.comments .comments_all ul li ul {
    padding-left: 40px;
}
.comments .comment_image {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 6px;
}
.comments .comment_image img {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    text-align: center;
}
.comments .comment-info {
    padding-left: 100px;
    min-height: 80px;
    margin-bottom: 30px;
}
.comments .comment-info .comment_autor {
    color: #006498;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.comments .comment-info .comment_autor span {
    color: #9a9281;
    padding-left: 20px;
}
.comments .comment-info .comment_autor a {
    color: #006498;
}
.comments .comment-info p a {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
}
.comments .comment-info a {
    text-transform: uppercase;
    color: #353534;
    font-size: 11px;
    font-weight: 700;
}
.comments .comment-info a:hover {
    color: #8bb395;
}


/* ========================
        SIDE BAR
======================== */
.sidebar {
    padding-bottom: 70px;
}
.sidebar .side_element_title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #f2f0d5;
    background: #40362e;
    margin-bottom: 20px;
    padding: 10px 20px;
} 
.sidebar img {
    max-width: 100%;
    height: auto;
}
.sidebar ul {
    margin: 0px;
    padding: 0px;
}
.sidebar ul li {
    list-style: none;
    margin-bottom: 20px;  
    font-weight: 700;
    padding: 10px 20px;
    box-shadow: 0px 2px 3px #ccc;
    border: 3px solid #fff;
    display: block;
}
.sidebar ul li a {
    font-size: 14px;
    color: #40362e;
}
.sidebar ul li:hover {
    border: 3px solid #f2f0d5;
}
.sidebar ul li a:hover { 
    color: #cdcaa2;
}






/* ========================
        SIDE BAR
======================== */







/* ========================
        ERROR 404
======================== */
.error_404 {
    background: url('../images/error_bg.png') no-repeat top left;
    margin-bottom: 70px;
    box-shadow: 0px 2px 4px #666;
    border-radius: 5px;
    min-height: 450px;
    padding: 150px 20px 20px;
}
.error_404 h1 {
    color: #f2f0d5;
    padding: 0px;
    line-height: 1em;
    margin: 0px auto 40px;
    text-align: center;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
}
.error_404 p {
    text-transform: uppercase;
    text-align: center;
    color: #f2f0d5;
}
.error_404 .error_link {
    width: 150px;
    padding: 18px 5px;
    display: block;
    margin: 0px auto;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    background: #9a9281;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0px 1px 1px #454545;
}
.error_404 .error_link:hover {
    background: #40362e;
}
.content .error_404 .search_line_all_form {
    margin: 20px auto 50px;
    width: 240px;
    position: relative;
}
.error_404 form .error_search {
    position: absolute;
    right: 0px;
    height: 32px;
    width: 32px;
    margin-right: -1px;
    background: #9a9281 url('../images/search_but.png') no-repeat 8px 8px;
}
.error_404 form .error_search:hover {
    background: #8bb395 url('../images/search_but.png') no-repeat 8px 8px;
}
.error_404 form .error_line {
    width: 94%;
    padding: 5px 3%;
    line-height: 1em;
    background: #fff;
    border: 1px solid #fff;
    font-size: 13px;
    height: 20px;
    border-radius: 0px;
}
.error_404 form .error_line:focus {
    box-shadow: 0px 0px 0px;
}



/* ----- ===== ABOUT PAGE ===== ----- */
.about_slide {
    text-align: center;
    padding-top: 50px;
    min-height: 370px;
    background: url('../images/about.jpg') no-repeat top center;
    margin-bottom: 50px;
}
.about_slide h3 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    text-align: center;
}
.about_slide h1 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 31px;
    text-align: center;
}
.about_slide p {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin-bottom: 60px;
}
.short_description {
    margin-bottom: 50px;
}
.short_description h1 {
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    line-height: 1em;
    color: #40362e;
    font-weight: 700;
    font-size: 22px;
}
.short_description p {
    text-align: center;
}

/* === ABOUT === */
.about_members {
    padding-bottom: 80px;
}
.about_members .member_image {
    margin-bottom: 20px;
}
.about_members h1 {
    text-transform: uppercase;
    line-height: 1em;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #40362e;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.about_members h2 {
    text-transform: uppercase;
    line-height: 1em;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    color: #40362e;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.about_members p {
    margin: 0px 0px 20px 0px;
}
.about_members .about_social {
    border-top: 1px dotted #ccc;
    padding-top: 20px;
    text-align: center;
}
.about_members .about_social ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.about_members .about_social ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.about_members .about_social ul li a {
    display: block;
    height: 35px;
    width: 35px;
    margin: 0px 10px;
    background: #9a9281;
    border-bottom: 1px solid #706862;
    box-shadow: 0px 1px 2px #948e8a;
    cursor: pointer;
}
.about_members .about_social ul li a img {
    margin-top: 7px;
}
.about_members .about_social ul li a:hover {
    background: #a3d9b0;
    border-bottom: 1px solid #90b599;
    box-shadow: 0px 1px 2px #acc7b3;
}
.about_members .about_all {
    width: 240px;
    padding: 20px;
    text-align: center;
    margin: 50px auto 0px;
    text-transform: uppercase;
    text-align: center;
    color: #789780;
    box-shadow: 0px 2px 2px #789780;
    font-size: 13px;
    font-weight: 700;
    background: #a3d9b0;
    border: 3px solid #a3d9b0;
    display: block;
}
.about_members .about_all:hover {
    background: #6ea07a;
    color: #a3d9b0;
    border: 3px solid #a3d9b0;
}
.h_services {
    padding-bottom: 50px;
}
.h_services .services_box {
    display: block;
    width: 100%;
    padding-top: 50px;
    min-height: 150px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700;
    box-shadow: 0px 1px 2px #ccc;
}
.h_services .services_box h3 {
    text-transform: uppercase;
    margin: 20px 0 0 0;
    padding: 0px;
    line-height: 1em;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}
.gender {
    margin-bottom: 50px;
}
.gender p {
    padding-top: 13px;
    text-align: right;
}
/* ----- FOOTER ----- */
.footer {
    padding: 20px 0px 50px 0px;
    line-height: 1em;
    background: #40362e;
    color: #877f6f;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
}
.footer .subscribe_form .newsletter_line {
    background: #fff;
    border-radius: 0px;
    padding: 8px 10px;
    font-size: 10px;
    border: 1px solid #fff;
}
.footer .subscribe_form .newsletter_line:focus {
    box-shadow: 0px 0px 0px #fff;
    border: 1px solid #a3d9b0;
}
.footer .subscribe_form .newsletter_send {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 8px 10px;
    width: 150px;
    text-transform: uppercase;
    box-shadow: 0px 2px 2px #2d251e;
    background: #9a9281;
}
.footer .subscribe_form .newsletter_send:hover {
    color: #74a680;
    box-shadow: 0px 2px 2px #618b67;
    background: #a3d9b0;
}
.footer .socials {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 0px;
    text-align: left;
}
.footer .socials li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0px 10px 0px 0px;
}
.footer .socials li a {
    display: block;
    border-radius: 100px;
    opacity: 0.4;
    filter: alpha(opacity = 40);
    border: 3px solid #60574c;
    background: #60574c;
    padding: 10px;
}
.footer .socials li a:hover {
    background: none;
    border: 3px solid #fff;
    opacity: 1;
    filter: alpha(opacity = 100);
}
.footer h4 {
    font-weight: 400;
    color: #fff;
    font-size: 10px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-shadow: 0px 0px 1px;
}
.footer ul {
    margin: 0px;
    padding: 0px;
}
.footer ul li {
    margin: 0px;
    padding: 0px;
    line-height: 1.5em;
    margin-bottom: 5px;
    margin-left: 15px;
}
.footer ul li a {
    font-weight: 700;
    color: #877f6f;
    font-size: 10px;
}
.footer ul li a:hover {
    color: #fff;
}
.footer .copyright {
    color: #877f6f;
    text-transform: uppercase;
    font-weight: 700;
}
.footer .copyright span {
    float: right;
}
.footer .copyright a {
    color: #fff;
}
.footer .copyright a:hover {
    color: #a3d9b0;
}



/* ================== SLIDER CSS ================== */
.slider {
    margin-bottom:60px;
    background:#fff;
    margin-left:auto;
    margin-right:auto;
    border-bottom: 1px solid #40362e;
    padding-bottom: 20px;
}
.slider ul {
    margin: 0px;
    padding: 0px;
}
.rs_mainslider {
    position: relative;
}
.rs_mainslider ul.rs_mainslider_items {
    position: relative;
    list-style: none;

}
.rs_mainslider ul.rs_mainslider_items li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    margin-bottom: -5px;
}
.rs_mainslider ul.rs_mainslider_items li.rs_mainslider_items_active {
    position: relative;
    z-index: 1;
}
.rs_mainslider ul.rs_mainslider_items li .rs_mainslider_items_image {
    opacity: 0;
    filter: alpha(opacity=0);
    max-width:none;
    width:100%;
    height:auto;
}
.rs_mainslider ul.rs_mainslider_items li .rs_mainslider_items_text {
    position: absolute;
    top: 130px;
    left: 150px;
    overflow: hidden;
}
.rs_mainslider ul.rs_mainslider_items li .rs_mainslider_items_text span {
    color: white;
    background: rgba(0,0,0,0.7);
    font-size: 30px;
    line-height: 43px;
    padding: 2px 14px 4px;
}
.rs_mainslider .rs_mainslider_left_container {
    position: absolute;
    left: 15px;
    z-index: 2;
}
.rs_mainslider .rs_mainslider_left_container .rs_mainslider_left {
    background:url(../images/slide_left.png);
    background-repeat:no-repeat;
    height:62px;
    width:62px;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}
.rs_mainslider .rs_mainslider_right_container {
    position: absolute;
    right: 15px;
    z-index: 2;
}
.rs_mainslider .rs_mainslider_right_container .rs_mainslider_right {
    background:url(../images/slide_right.png);
    background-repeat:no-repeat;
    height:62px;
    width:62px;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}
.rs_mainslider .rs_mainslider_dots_container {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
}
.rs_mainslider .rs_mainslider_dots_container ul.rs_mainslider_dots {
    list-style: none;
    background: #40362e;
    padding: 0px 2px;
}
.rs_mainslider .rs_mainslider_dots_container ul.rs_mainslider_dots li {
    float: left;
    width: 5px;
    height: 5px;
    background:#fff;
    border:1px solid #fff;
    margin: 3px 2px;
    cursor: pointer;
}
.rs_mainslider .rs_mainslider_dots_container ul.rs_mainslider_dots li.rs_mainslider_dots_active {
    background:#40362e;
}
.rs_center_vertical_container {
    top: 50%;
}
.rs_center_vertical_container .rs_center_vertical {
    margin-top: -50%;
}
.rs_center_horizontal_container {
    margin-left: 50%;
}
.rs_center_horizontal_container .rs_center_horizontal {
    margin-left: -50%;
    float: left;
}
@-moz-document url-prefix() {
    .rs_mainslider ul.rs_mainslider_items li .rs_mainslider_items_text span {
    line-height: 43px;
}
}







/* WOOCOMMERCE ADDITIONAL CSS */
.woocommerce .address {
    padding: 20px 0px 50px;
}
.woocommerce .address .title h3 {
    text-transform: uppercase;
    font-size: 19px;
    display: block;
    margin: 0px 0px 20px 0px;
    line-height: 2em;
}
.woocommerce .address .title a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 8px 20px;
    text-transform: uppercase;
    box-shadow: 0px 2px 2px #777;
    background: #9a9281;
    margin-bottom: 10px;
}
.woocommerce .address .title a:hover {
    color: #74a680;
    box-shadow: 0px 2px 2px #618b67;
    background: #a3d9b0;
}
.woocommerce h2 {
    text-transform: uppercase;
    font-size: 22px;
}
.woocommerce-account .entry-content .woocommerce form {
    padding-bottom: 50px;
}
.woocommerce-account .entry-content .woocommerce form label {
    color: #686868;
    text-transform: uppercase;
    font-size: 12px;
}
.woocommerce-account .entry-content .woocommerce form input,
.woocommerce-account .entry-content .woocommerce form select {
    border-radius: 0px !important;
    font-size: 13px;
    line-height: 1.5em;
    height: 35px;
    outline: none;
    border: 1px solid #ccc;
}
.woocommerce-account .entry-content .woocommerce form textarea {
    border-radius: 0px !important;
    font-size: 13px;
    line-height: 1.5em;
    outline: none;
    border: 1px solid #ccc;
    resize: vertical;
}
.woocommerce-account .entry-content .woocommerce form input:focus,
.woocommerce-account .entry-content .woocommerce form select:focus,
.woocommerce-account .entry-content .woocommerce form textarea:focus {
    border: 1px solid #40362e;
    box-shadow: 0px 0px 0px;
}
.checkout h3 {
    text-transform: uppercase;
    font-size: 19px;
    display: block;
    margin: 0px 0px 20px 0px;
    line-height: 2em;
}
.checkout input,
.checkout select {
    border-radius: 0px !important;
    font-size: 13px;
    line-height: 1.5em;
    height: 35px;
    outline: none;
    border: 1px solid #ccc;
}
.checkout textarea {
    border-radius: 0px !important;
    font-size: 13px;
    line-height: 1.5em;
    outline: none;
    border: 1px solid #ccc;
    resize: vertical;
}
.checkout input:focus,
.checkout select:focus,
.checkout textarea:focus {
    border: 1px solid #40362e;
    box-shadow: 0px 0px 0px;
}

.woocommerce a.button.added:before,
.woocommerce-page a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce #content input.button.added:before,
.woocommerce-page #content input.button.added:before {
    top: 12px;
    right: 8px;
}
.added_to_cart,
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
    display: none !important;
}


.woocommerce-page .sing_in_form form.register,
.woocommerce-page .sing_in_form form.login {
    border: 0px solid #e0dadf;
    padding: 0px; 
    display: block !important;
}

.quick_view_attributes li {
    list-style: none;
}
.quick_view_attributes {
    margin: 0px;
}



.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
    border: 0px solid #ccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    box-shadow: 0px 0px 0px !important;
}
.woocommerce-tabs .tabs {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px solid #ccc !important;
    z-index: 9;
    margin-bottom: -3px !important;
}
.woocommerce-tabs .tabs li {
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
    border: 0px solid #ccc !important;
}
.woocommerce-tabs .tabs li a {
    display: block;
    border: 3px solid #f2f0d5 !important;
    background: #f2f0d5;
    padding: 20px 35px !important;
    color: #9a9281;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin-right: 20px;
}
.woocommerce-tabs .tabs li.active a {
    background: #fff;
    border: 3px solid #f2f0d5;
    border-bottom: 3px solid #fff !important;
}
.woocommerce-tabs .panel {
    border: 3px solid #f2f0d5;
    padding: 30px !important;
}
.woocommerce-tabs .panel h2 {
    margin: 0px 0px 20px 0px;
    line-height: 1em;
    font-size: 14px;
    font-weight: 700;
}
.pp_content_container {
    padding: 40px 0 !important;
}
#pp_full_res .pp_inline h3 {
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1em;
    font-size: 14px;    
}
#pp_full_res .pp_inline p.stars {
    padding-top: 5px;
}
#pp_full_res .pp_inline label {
    float: left;
    margin-top: 5px;
    width: 130px;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 10px;
}
#pp_full_res .pp_inline input,
#pp_full_res .pp_inline textarea {
    margin: 0px;
    resize: none;
    outline: none;
    border-radius: 0px;
    width: 300px;
}
#pp_full_res .pp_inline input:focus,
#pp_full_res .pp_inline textarea:focus {
    box-shadow: 0px 0px 0px;
    border: 1px solid #40362e;
}
#pp_full_res .pp_inline .required {
    display: none;
}
.pp_details {
    clear: both;
}
#pp_full_res .pp_inline .form-submit input {
    margin-left: 140px !important;
}




.checkout_coupon .input-text,
.woocommerce form.login .input-text {
    border-radius: 0px;
    height: 35px;
}
.checkout_coupon .input-text:focus,
.woocommerce form.login .input-text:focus {
    box-shadow: 0px 0px 0px;
    border: 1px solid #40362e;
}
.woocommerce-message {
    min-height: 20px;
    color: #518e60;
    text-shadow: 0px 1px 0px;
    border: 0px solid #ccc;
    border-bottom: 2px solid #93bf9e;
    padding: 20px 30px 20px 65px;
    background: #a3d9b0 url('../images/success_icon.png') no-repeat 10px 10px;
    box-shadow: 0px 0px 0px;
}
.woocommerce-message a.button {
    background: #9a9281;
    display: block;
    padding: 8px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0px 1px 0px #6d6558;
    width: 100px;
    text-align: center;
    box-shadow: 0px 1px 2px #40362e;
}
.woocommerce-message a.button :hover {
    background: #40362e;
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
    display: none !important;
}
.woocommerce-info {
    min-height: 20px;
    color: #4d87ac;
    text-shadow: 0px 1px 0px;
    border: 0px solid #ccc;
    border-bottom: 2px solid #89b4d0;
    padding: 20px 30px 20px 65px;
    background: #abd4ee url('../images/info_icon.png') no-repeat 10px 10px;
    box-shadow: 0px 0px 0px;
}
.woocommerce-info a {
    color: #4d87ac;
    border-bottom: 1px dashed #4d87ac;
    text-shadow: 0px 0px 0px;
}
.woocommerce-info a:hover {
    color: #40362e;
    border-bottom: 1px dashed #40362e;
}
.woocommerce-info span {
    display: block;
}
.woocommerce-info:before {
    background-color: #b81c23;
    content: "\00d7";
    font-weight: 700;
    display: none;
}

.woocommerce-error {
    min-height: 20px;
    color: #fff;
    text-shadow: 0px 1px 0px #c60000;
    border: 0px solid #ccc;
    border-bottom: 2px solid #ce3617;
    padding: 20px 30px 20px 65px;
    background: #e44424 url('../images/error_img.png') no-repeat 10px 10px;
    box-shadow: 0px 0px 0px;
}
.woocommerce-error span {
    display: block;
}
.woocommerce-error:before {
    background-color: #b81c23;
    content: "\00d7";
    font-weight: 700;
    display: none;
}
.alert .close {
    font-family: Verdana;
}
.addresses address,
.customer_details,
.order_details,
#order_review,
.woocommerce-page table.shop_table.my_account_orders {
    background: #f2f0d5;
    padding: 30px;
    border: 0px solid #e1e1e1 !important;
    border-radius: 0px !important;
    box-shadow: 0px 2px 2px #d9d7d5;
}
.order_details li {
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 1px 2px #d9d7d5;
    border: 0px solid #ccc !important;
}
.addresses address p {
    margin: 0px;
}
.addresses .title h3 {
    line-height: 1em;
    padding: 0px;
    margin: 0px 0px 10px 0px !important;
    font-size: 14px !important;
    text-transform: uppercase;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
    background: #fff;
    border: 0px;
    border-radius: 0px !important;
    box-shadow: 0px 2px 2px #d9d7d5;
}
#payment {
    background: #fff !important;
    box-shadow: 0px 1px 2px #d9d7d5;
    border: 0px solid #ccc !important;
}
.payment_methods li input {
    float: left;
}
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
    clear: both;
    display: block;
    min-height: 40px;
}
.woocommerce #payment ul.payment_methods li label,
.woocommerce-page #payment ul.payment_methods li label {
    padding-top: 8px;
    text-transform: uppercase;
    font-size: 13px;
}
.quick_view_attributes .label {
    display: block;
    text-align: left;
    background: #fff;
    color: #40362e;
    font-weight: 700;
    line-height: 1em;
    padding: 0px;
    margin: 15px 0px 5px 0px;
}
.checkout label {
    color: #444;
    text-transform: uppercase;
    font-size: 10px;
}
.checkout label .required {
    color: #ff6767 !important;
}
.woocommerce p {
    padding: 0px !important;
}
.tt_h_cart .actions .button.checkout-button {
    margin: 0px 0px 0px 15px !important;
}









/* ====================== FEATURES ====================== */
.alert_info {
    color: #4d87ac;
    font-size: 14px;
    background: #abd4ee url('../images/info_icon.png') no-repeat 10px center;
    padding: 20px 15px 20px 70px;
    margin-bottom: 20px;
    border-bottom: 2px solid #89b4d0;
    border-radius: 4px;
}
.alert_danger {
    color: #fff;
    font-size: 14px;
    background: #e44424 url('../images/error_img.png') no-repeat 10px center;
    padding: 20px 15px 20px 70px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ce3617;
    border-radius: 4px;
}
.alert_success {
    color: #518e60;
    font-size: 14px;
    background: #a3d9b0 url('../images/success_icon.png') no-repeat 10px center;
    padding: 20px 15px 20px 70px;
    margin-bottom: 20px;
    border-bottom: 2px solid #93bf9e;
    border-radius: 4px;
}
.pricing_tables {
    padding-bottom: 70px;
}




/* ============= START PRICING TABLES ============= */
.p_table {
    margin-bottom: 20px;
}
.p_table .p_table_head {
    border: 3px solid #f2f0d5;
    background: #a3d9b0;
    box-shadow: 0px 2px 2px #ccc;
    height: 60px;
    color: #74a680;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px #fff;
    text-align: center;
}
.p_table .p_table_head span {
    display: block;
    min-height: 44px;
    width: 196px;
    background: url('../images/pricing_bg.png') no-repeat center top;
    margin: -10px auto 0px;
    padding-top: 20px;
}
.p_table .p_table_body {
    border: 3px solid #eae8cc;
    background: #f2f0d5;
    text-align: center;
}
.p_table .p_table_body ul {
    padding: 0px;
    margin: 0px;
}
.p_table .p_table_body .p_table_price {
    background: #eae8cc;
    padding: 20px;
    margin-top: 20px;
    color: #74a680;
    font-size: 50px;
    line-height: 1em;
    vertical-align: baseline;
    text-shadow: 0px 1px 0px #9f9987;
}
.p_table .p_table_body .p_table_price span {
    vertical-align: top;
    font-size: 21px;
    color: #40362e;
    text-shadow: 0px 1px 0px #fff;
    line-height: 1.4em;
}
.p_table .p_table_body ul li {
    list-style: none;
    text-align: center;
    font-size: 14px;
    line-height: 1em;
    text-shadow: 0px 1px 0px #fff;
    padding: 25px 10px;
    border-top: 1px solid #fff;
    text-transform: uppercase;
    box-shadow: 0px -1px 0px #dad8b8;
}
.p_table .p_table_body .p_table_buy {
    text-align: center;
    display: block;
    min-height: 70px;
    margin-top: 30px;
    clear: both;
    margin-bottom: 20px;
}
.p_table .p_table_body .p_table_buy a {
    background: #9a9281;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 40px;
    box-shadow: 0px 2px 1px #999;
    margin: 10px auto;
} 
.p_table .p_table_body .p_table_buy a:hover {
    background: #40362e;
}
.p_table.p_table_popular .p_table_head {
    border: 3px solid #5b514a;
    background: #50463e;
}
.p_table.p_table_popular .p_table_body {
    border: 3px solid #40362e;
    background: #fff;
}
.p_table.p_table_popular .p_table_head span {
    color: #fff;
    text-shadow: 0px 1px 0px #40362e;
    background: url('../images/pricing_bg2.png') no-repeat center top;
}
.p_table.p_table_popular .p_table_body ul li {
    border-top: 1px solid #40362e;
    box-shadow: 0px 0px 0px #dad8b8;
}
.p_table.p_table_popular .p_table_body .p_table_price {
    background: #40362e;
    color: #fff;
    text-shadow: 0px 1px 0px #000;
}
.p_table.p_table_popular .p_table_body .p_table_price span {
    color: #fff;
    text-shadow: 0px 1px 0px #000;
}
/* ============= END PRICING TABLES ============= */
.col {
    border: 3px solid #a3d9b0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1px;
    font-size: 13px;
    line-height: 1em;
    margin-bottom: 20px;
    box-shadow: 0px 2px 2px #8bb395;
    color: #a3d9b0;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
}
.alignleft {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
}
.aligncenter {
    text-align: center;
    margin: 0px auto 15px;
}

/* --- CALENDAR --- */
#calendar_wrap {
    text-align:center;
}
#calendar_wrap #wp-calendar caption { 
    margin: 0 0 10px;
    font-size:1.4em;
}
#calendar_wrap {
    padding: 0;
    border: 1px solid #40362e;
}
#calendar_wrap a {
    color: #93bf9e;
}
#calendar_wrap a:hover {
    color: #ec5a56;
}
#calendar_wrap tfoot {
    background-color: #40362e;
}
#calendar_wrap tfoot a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
#calendar_wrap #wp-calendar {
    width: 100%;
}
#calendar_wrap td#prev a {
    text-align: left;
}
#calendar_wrap td#next a {
    text-align: right;
}
#calendar_wrap td {
    padding: 6px;
}
#calendar_wrap td#today {
    background-color: #40362e;
    color: #fff;
}
#calendar_wrap td#today a {
    color: #fff;
    text-decoration:underline;
}
#calendar_wrap a {
    padding: 0;
    border: none;
}
#calendar_wrap #wp-calendar caption {
    margin: 0 0 10px;
    font-size: 1.4em;
    background: #40362e;
    padding: 5px 0px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}
/* --- CALENDAR --- */





/* --- DEFAULT CSS --- */
.entry-content table,
.comments table {
    border-bottom: 1px solid #ededed;
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    width: 100%;
}
.entry-content table caption,
.comments table caption {
    font-size: 16px;
    font-size: 1.142857143rem;
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.entry-content td,
.comments td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
.entry-content blockquote,
.comments blockquote {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    padding: 24px;
    padding: 1.714285714rem;
    font-style: italic;
}
.entry-content blockquote p {
    font-size: 13px !important;
    line-height: 1.7em;
}
.entry-content blockquote p:last-child,
.comments blockquote p:last-child {
    margin-bottom: 0;
}
.entry-content img {
    max-width: 100%;
}
.entry-content p {
    word-wrap: break-word;
}
.entry-content dl,
.comments dl {
    margin: 0 24px;
    margin: 0 1.714285714rem;
}
.entry-content dt,
.comments dt {
    font-weight: bold;
    line-height: 1.714285714;
}
.entry-content dd,
.comments dd {
    line-height: 1.714285714;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}
.h_blog .hentry .entry-content h1 {
    text-transform: none;
    font-size: 36px;
    margin: 10px 0px;
    font-weight: 700;
    padding: 0px;
}
.span2 input, .span3 input, .span4 input, .span5 input, .span6 input, span7 input, .span8 input, .span9 input, .span10 input, .span11 input, .span12 input {
    max-width: 100% !important;
} 
del {
    color: #333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
#content .entry-content {
    padding-bottom: 50px;
}




/* --- FIXES --- */
.header .top_menu .menu li a:hover,
.header .top_menu .menu li a.active,
.header .top_menu .menu li.current-menu-item > a,
.header .top_menu .menu li.current-page-item > a {
    border: 3px solid #a3d9b0;
    color: #93bf9e;
    box-shadow: 0px 2px 3px #8bb395;
}
.menu_line .category_menu li a:hover,
.menu_line .category_menu > li.current-menu-item > a,
.menu_line .category_menu > li.current-product_cat-ancestor > a{
    background: #40362e;
    color: #fff;
}
.menu_line .category_menu li ul {
    z-index: 999;
}
.content .info_line.strip_no_padding {
    padding:0;
}
.content .info_line p {
    padding:0;
    margin:0;
}
.cart_top .cart_top_button {
    display: inline-block;
    margin-right:8px;
}
.cart_top {
    z-index: 999;
}
.rubric_b h1 {
    font-size:22px;
    margin:0;
    padding:0;
    line-height: 1em;
}
#map-canvas {
    height: 700px;
}
.form-submit #submit {
    text-transform: uppercase;
    color: #fff;
    display: block;
    width: 140px !important;
    padding: 20px 0px;
    text-align: center;
    background: #40362e;
    font-size: 10px;
    line-height: 1em;
    box-shadow: 0px 1px 2px #40362e;
}
.form-submit #submit:hover {
    background: #9a9281;
    box-shadow: 0px 1px 2px #40362e;
}
.comments h3#reply-title {
    color: #40362e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    text-shadow: 0px 0px 1px;
    margin: 0px 0px 20px 0px;
}
.about_slide {
    padding-top: 0;
    margin-bottom: 50px;
}
.fixed_cart {
    position: absolute;
    width: 180px;
    background: #f2f0d5;
    box-shadow: 0px 2px 3px #9a9281;
    padding: 5px;
    border-radius: 3px;
    margin-left: 30px; 
}
.fixed_cart.affix {
    position: fixed;
    top: 20px;
}
.fixed_cart.affix-bottom {
    position: absolute;
    bottom: 0;
}
.product_images .large_preview {
    /* width:190px;
    height: 253px; */
    background: url('../images/ajax-loader.gif') no-repeat center;
}
#comment-nav-below .nav-previous {
    float: left;
}
#comment-nav-below .nav-next {
    float: right;
}
.entry-content .more-link {
    text-transform: uppercase;
    display: block;
    margin-bottom: -10px;
    text-align: right;
    font-weight: 700;
    font-size: 11px;
}
.entry-content iframe {
    max-width: 100%;
}
.tagcloud a {
    font-size: 11px !important;
    line-height: 1.5em !important;
    color: #877f6f;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 3px 5px;
    border: 1px solid #877f6f;
    margin-bottom: 3px;
}
.tagcloud a:hover {
    color: #93bf9e;
    border: 1px solid #93bf9e;
}
.footer #calendar_wrap {
    width: 100%;
    border: 1px solid #4a4036;
    padding: 5px 0px 1px;
}
.footer #calendar_wrap tbody {
    padding: 10px 0px;
}
.footer #calendar_wrap tbody a {
    color: #fff;
}
.footer #calendar_wrap tbody a:hover {
    color: #93bf9e;
}
.footer #calendar_wrap tbody td {
    border: 1px solid #4a4036;
}
.footer #calendar_wrap thead tr th {
    padding: 5px 0px;
}
.footer #calendar_wrap tfoot tr td {
    padding-top: 8px;
}
.widget {
    margin-bottom: 30px;
}
.widget_search {

}



/* ======= RESPONSIVE ======= */
@media (min-width: 1200px) {
    .right_float {
        display: block;
    }
}
@media (max-width: 1400px) {
    .right_float {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .right_float {
        display: none;
    }
    .item_price del {
        display: none;
    }
    .content #searchform input , .woocommerce-product-search input{
        width: 96%;
        padding: 5px 2%;
    }
}
@media (max-width: 767px) {
    .tabs li.active,
    .tabs li {
        width: 100%;
        border: 0px solid #f2f0d5 !important;
    }
    .tabs li.active a,
    .tabs li a {
        display: block !important;
        margin-right: 0px !important;
        border: 3px solid #f2f0d5 !important;
        border-bottom: 3px solid #f2f0d5 !important;  
    }
    .popup_cover .popup_item {
        margin: 50px auto 0px;
        width: 260px;
    }
    .entry-content dl,
    .comments dl {
        margin-bottom: 20px;
    }
    .about_members .about_social {
         margin-bottom: 20px;
    }
    .about_members .member_image {
        text-align: center;
    }
    .services img,
    .offers img {
        display: block;
        margin: 0px auto 20px;
    }
    .content .info_line p {
        line-height: 1.5em;
    }
    .logo {
        text-align: center;
        margin-bottom: 15px;
    }
    .right_float {
        display: none;
    }
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
    body .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header .cart_search,
    .header .top_menu {
        float: none;
        width: 100%;
    }
    .top_menu {
        text-align: center;
    }
    .content .item {
        max-width: 300px;
        margin: 0px auto 50px;
    }
    #tt_subscribe_form input {
        display: block;
    }
}
@media (max-width: 480px) {
    .woocommerce .star-rating, .woocommerce-page .star-rating {
        float: none;
        margin-bottom: 5px;
    }
    .header .cart_search .cart {
        float: none;
         text-align: center;
        display: block;
        margin-bottom: 10px;
    }
    .header .cart_search .search {
        padding: 4px 5%;
        width: 90%;
    }
    .header .cart_search .search_form {
        width: 100%;
    }
    .right_float {
        display: none;
    }
    .header .cart_search .search_form span {
        position: absolute;
        height: 33px;
        width: 33px;
        right: -2px;
        float: none;
    }

}

/* Fixes */
.price del {display:block;}
.price .amount { display: inline-block; }
.price ins { font-size: 50px; }
.widget_shopping_cart_content p.total {
    margin-top: 10px !important;
    padding-left: 8px !important;
    font-size: 12px !important;
}
.widget_shopping_cart_content li { min-height: 60px !important; }
.woocommerce-message a.button { min-width: 100px !important; }
.widget_shopping_cart_content li a { float: none; }
.widget_shopping_cart_content li .quantity { display: block; margin: 0 !important;}

.product-categories {
    position: relative;
}
.product-categories li ul {
    display: none !important;
    position: relative !important;
}
.product-categories li:hover>ul {
    display: block !important;
    position: absolute !important;
    background: #fff;
    margin: -6px 0 0 100% !important;
    left: 0;
    z-index: 10;
    padding: 0 0 0 10px !important;
    width: 100%;
}
.product-categories li:hover>ul li:first-child {
    border-top: 1px solid #ddd;
}
.product-categories li:hover>ul li {
    border: 1px solid #ddd;
    padding: 5px 5%;
    width: 90%;
    border-top: 0px solid #ddd;
}
.product-categories li ul li:hover ul {
    left: 0;
    margin-left: 100% !important;
    margin-top: -6px !important;
    padding: 0 !important;
}
.product-categories li,
.product-categories li ul li {
    position: relative;
}
.product-categories {
    text-align: right;
}
.product-categories a {
    float: left;
}
.product-categories span {
    display: block;
    float: none;
}








/* --- LATEST FIX --- */
.category-responsive,
.menu-responsive {
    display: none;
}
@media (min-width: 979px) {
    .header .top_menu .menu>ul {
        display: block !important;
    }
    .category_menu>ul {
        display: block !important;
    }
}
@media (max-width: 979px) {
    .menu_line .category_menu ul {
        background: #fff;
        border: 1px dotted #ccc;
        left: 0;
        right: 0;
    }
    .category_menu>ul {
        display: none;
    }
    .header .top_menu .menu ul {
        border-top: 0;
    }
    .menu-responsive {
        display: block;
        border: 1px dashed #ccc;
        padding: 5px 10px;
        text-align: center;
        background: #f9f9f9;
        text-transform: uppercase;
        cursor: pointer;
        margin-bottom: 20px;
    } 
    .menu-responsive:hover {
        background: #f2f0d5;
    }
    .header .top_menu .menu {
        position: relative;
    }
    .header .top_menu .menu ul {
        display: none;
        position: absolute;
        padding: 0;
        margin-top: -20px;
        width: 100%;
        background: #fff;
    }
    .header .top_menu .menu ul li {
        display: block;
    }
    .header .top_menu .menu ul li ul li a {
        border: 3px solid #fff;
    }
    .header .top_menu .menu ul li:hover ul,
    .header .top_menu .menu ul li ul li:hover,
    .header .top_menu .menu ul li ul {
        max-width: 100%;
        display: block;
        position: relative;
        border: 0;
    }
    .header .top_menu .menu ul li:hover ul li a,
    .header .top_menu .menu ul li:hover ul li {
        font-size: 13px;
    }
    .category-responsive {
        display: none;
    } 
    .header .top_menu .menu ul li:hover ul li a:hover,
    .header .top_menu .menu ul li:hover ul li a {
        margin-bottom: 6px;
        border-bottom: 0;
    }

    .category-responsive {
        display: block;
        border: 1px dashed #ccc;
        padding: 12px 10px;
        text-align: center;
        line-height: 1.5em;
        text-transform: uppercase;
        cursor: pointer;
    } 
    .category-responsive:hover {
        background: rgba(0,0,0, 0.1);
    }
    .menu_line .category_menu ul li {
        display: block;
    }
    .menu_line .category_menu ul li ul {
        display: block;
        position: relative;
    }
}

/* WC cart fix */
.woocommerce-cart .entry-content .woocommerce .cross-sells .button {
    background: #9a9281 url('../images/cart.png') no-repeat 9px -36px !important;
    padding: 0 !important;
}
.woocommerce-cart .entry-content .woocommerce .cross-sells .button:hover {
    background: #a3d9b0 url('../images/cart.png') no-repeat 9px -81px !important;
    box-shadow: 0px 0px 0px #333 !important;
}

/* --- NEW SLIDER --- */
.new-slider {
    position: relative;
    margin-bottom: 60px;
}
.new-slider .new-slider-arrows {
    width: 100%;
    z-index: 13;
    position: absolute;
    margin: 0;
    top: 50%;
}
.new-slider .new-slider-arrows li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    opacity: 0.5;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    position: absolute;
}
.new-slider:hover .new-slider-arrows li {
    opacity: 1;
}
.new-slider .new-slider-arrows li.slide-right {
    right: 0;
    border-radius: 5px 0 0 5px;
    width: 80px;
    height: 64px;
    background: url('../images/slide_right.png') no-repeat center center;
}
.new-slider .new-slider-arrows li.slide-left  {
    left: 0;
    width: 80px;
     background: url('../images/slide_left.png') no-repeat center center;
    height: 64px;
    border-radius: 0 5px 5px 0;
}
.new-slider .slide-wrapper {
    margin: 0;
}
.new-slider .slide-wrapper li {
    list-style: none;
    margin: 0;
}
.new-slider .new-slider-arrows li i {
    width: 50px;
    display: block;
    text-align: center;
    margin-top: -20px;
    cursor: pointer;
    padding-top: 16px;
    font-size: 20px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    height: 50px;
}
.new-slider .counting {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 10px;
    text-align: center;
}
.new-slider .counting li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border: 1px solid #fff;
    background: none;
    border-radius: 30px;
    margin: 0 3px;
}
.new-slider .counting li:hover {
    border: 1px solid #474747;
}
.new-slider .counting li.active {
    background: #474747;
}
/* Woo Messages */
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce-message {
    min-height: 20px;
    color: #518e60;
    text-shadow: 0px 1px 0px;
    border: 0px solid #ccc;
    border-bottom: 2px solid #93bf9e;
    padding: 20px 30px 20px 65px !important;
    background: #a3d9b0 url('../images/success_icon.png') no-repeat 10px 10px;
    box-shadow: 0px 0px 0px;
}
.woocommerce .woocommerce-message a.button,
.woocommerce-page .woocommerce-message a.button,
.woocommerce-message a.button {
    background: #9a9281;
    display: block;
    padding: 8px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0px 1px 0px #6d6558;
    width: 100px;
    text-align: center;
    box-shadow: 0px 1px 2px #40362e;
}
.woocommerce .woocommerce-message a.button:hover,
.woocommerce-page .woocommerce-message a.button:hover,
.woocommerce-message a.button:hover {
    background: #40362e;
}
.entry-content .woocommerce .customer_details{
    margin: 0 0 15px;
}
.home .content .items { padding: 0 0 15px 0; }
.content .item .item_price{ max-width: 145px; }
.content .filter ul.product_list_widget li { min-height:40px; padding-left: 50px; padding-top: 0; position: relative; }
.content .filter ul.product_list_widget li img { position: absolute; top:0; left:0; }
.content .filter ul.product_list_widget li a { float: none; line-height: 1.3em; }
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info{
    border-bottom-color: #f2f0d5;
    border-top-color: #40362e;
    background-image: none;
}
.woocommerce span.onsale{
    z-index: 9;
}