@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

/* Background */

body {
    background: url('../img/background.jpg') no-repeat;
	background-size: 100%;
    font-family: 'Open Sans', sans-serif !important;

}

/* ------------------------------ */

/* Transparent sides for background*/

.header-container {
    background: transparent;
}

#header {
    background: transparent;
}

header .nav {
    background: #900 ;
}

#block_top_menu {
    padding: 0;
}

.columns-container {
    background: transparent;
}

.columns-container .container .row {
    background: #fff;
}

/* ------------------------------ */

/* Styles for Universal things */

.button.button-small {
    text-shadow: 0 0 #fff;
    border: 1px #969696 solid;
    background: -webkit-linear-gradient(#f8f8f8, #d6d6d6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f8f8f8, #d6d6d6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f8f8f8, #d6d6d6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f8f8f8, #d6d6d6); /* Standard syntax */
    color: #363636;
    text-transform: uppercase;
    font: 700 11px 'Open Sans', sans-serif;
    padding: 5px 0;
}

.button.button-small:hover span {
    background: -webkit-linear-gradient(#d6d6d6, #f8f8f8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d6d6d6, #f8f8f8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d6d6d6, #f8f8f8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d6d6d6, #f8f8f8); /* Standard syntax */
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.button.button-small span {
    border: 0;
}

.cart_block .cart-buttons a#button_order_cart {
    border: 1px #969696 solid;
    font-weight: 700;
    font: 700 14px 'Open Sans', sans-serif;
}

.cart_block .cart-buttons a#button_order_cart span {
    background: -webkit-linear-gradient(#f8f8f8, #d6d6d6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f8f8f8, #d6d6d6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f8f8f8, #d6d6d6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f8f8f8, #d6d6d6); /* Standard syntax */
}

.cart_block .cart-buttons a#button_order_cart:hover span {
    background: -webkit-linear-gradient(#d6d6d6, #f8f8f8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d6d6d6, #f8f8f8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d6d6d6, #f8f8f8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d6d6d6, #f8f8f8); /* Standard syntax */
    color: #363636;
    border: 0;
}

#header .cart_block a {
    color: #363636;
}

/* ------------------------------ */

/* Styles for Header */

#header {
    padding: 0;
}

header .row #header_logo {
    /*padding: 35px 0 35px 35px;*/  /*tcl*/
    padding: 10px 0 10px 0px; /*tcl*/
}

#currencies-block-top {
    margin-left: 8px;
    border-left: 0;
    background: #900 ;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

#currencies-block-top div.current::after {
    content: none;
}

#currencies-block-top div.current:hover, #currencies-block-top div.current.active {
    background: #BA2121;
}

#currencies-block-top div.current {
    font-weight: 400;
    padding: 10px 14px 10px 14px;
    color: #fff;
    text-shadow: 0px 0px rgba(0, 0, 0, 0.0);
    cursor: pointer;
    line-height: 18px;
}

#currencies-block-top div.current strong {
    color: #fff;
}

#currencies-block-top ul {
    top: 41px;
    left: auto;
    right: 0;
    width:171px;
    background: #900 ;
}

#currencies-block-top ul li a, #currencies-block-top ul li > span {
    padding: 0 0px 0 14px;
}

#currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
    background: #BA2121;
}

.header_user_info {
    float: right;
    border-left: 0;
    border-right: 0;
}

.header_user_info a {
    color: #fff;
    font-weight: 400;
    padding: 10px 14px 10px 14px;
    cursor: pointer;
    line-height: 18px;
    background: #900 ;
    text-transform: uppercase;
    font-size: 14px;
}

.header_user_info a:hover {
    background: #BA2121;
}

#search_block_top {
    padding: 0;
    /*padding-top: 155px;*/ /*tcl*/
    padding-top: 10px; /*tcl*/
    float: right;
    width:25%;
}

#search_block_top #search_query_top {
    display: inline;
    padding: 6px 60px 6px 13px;;
    height: 32px;
    background: #fff;
    margin-right: 1px;
}

#search_block_top .btn.button-search {
    background: #900 ;
    width:auto;
    text-align: left;
    padding: 6px 14px 7px 14px;
}

#search_block_top .btn.button-search::before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    width:auto;
    text-align: left;
    font-size: 14px;
}

#search_block_top .btn.button-search span {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
}

#search_block_top .btn.button-search:hover {
    background: #BA2121;
    color: #fff;
}

/* ------------------------------ */

/* Styles for Menu */

.sf-menu {
    padding: 0;
    width:100%;
    border-bottom: 6px solid #BA2121;
    background: #BA2121 ;

}

.sf-menu > li {
    border-right: 1px solid #900 ;
    border-left: 1px solid #BA2121;
    margin-bottom: 0;
}

.sf-menu > li:first-child {
    border-left: 0;
}

.sf-menu > li:last-child {
    border-right: 0;
}

.sf-menu > li > a {
    font: 400 18px "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 14px 20px;
    border-bottom: 0;
}

.sf-menu li:hover {
    /*background: #BA2121 ;*/
}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a {
    background: #900 ;
    border-bottom: 0;
    color: #fff;
}

/* ------------------------------ */

/* Styles for Shopping Cart */

.cart_block .cart-info .quantity-formated {
    color: #fff;
}

#header .cart_block .product-atributes a {
    color: #fff;
}

#header .cart_block .product-atributes a:hover {
    text-decoration: underline;
}

#header .cart_block a.cart_block_product_name {
    color: #fff;
}

#header .cart_block a.cart_block_product_name:hover {
    text-decoration: underline;
}

#header .cart_block .cart-info .price {
    background: #900 ;
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
}

#header .shopping_cart {
    padding-top: 0;
    width:auto;
    margin-left: 8px;
}

.shopping_cart > a:first-child {
    padding: 8px 10px 8px 16px;
    background: #BA2121;
    text-shadow: 0 0 #fff;
    color: #fff;
}

#header .shopping_cart > a:first-child:before {
    content: none;
}

#header .shopping_cart > a:first-child:after {
    content: '';
    background: url('../img/addtocart.png') no-repeat center center;
    width:22px;
    height: 22px;
}

#header .shopping_cart > a:first-child:hover:after {
    content: '';
    background: url('../img/addtocart.png') no-repeat center center;
}

.shopping_cart > a:first-child b {
    vertical-align: middle;
    text-transform: uppercase;
    padding-left: 10px;
    font-size: 14px;
}

.shopping_cart .ajax_cart_quantity {
    display: inline-block !important;
    vertical-align: middle;
    height: 20px;
    width:20px;
    border-radius: 50% 50%;
    background: #900 ;
    text-align: center;
}

#header .cart_block .cart_block_list .remove_link a:hover, #header .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #f8f8f8;
}

#header .cart_block {
    background: #BA2121;
    top: 41px;
    width:270px;
}

#header .cart_block .cart-prices {
    background: #BA2121;
}

.cart_block .cart-prices .cart-prices-line {
    background: #900 ;
    border: 0;
    margin-bottom: 5px;
}

#header .cart_block .price {
    padding-right: 15px;
    padding-left: 0;
}

#header .cart_block .cart-prices span {
    padding-left: 15px;
}

#header .cart_block .cart-buttons {
    background: url(../img/cart-shadow.png) repeat-x #BA2121;
}

#header .cart_block dt {
    background: none;
    border-top: 1px solid #900 ;
    padding: 20px 0 20px 0;
    margin: 0 20px;
}

#header .cart_block dt.last_item {
    margin-bottom: 0;
}

#header .cart_block dt.first_item {
    border-top: 0;
}

#header .cart_block dl.products {
    margin-bottom: 0;
}

#header .cart_block .cart-prices {
    border-top: 1px solid #900 ;
    padding: 20px 0;
    margin: 0 20px;
}

.cart_block .cart-buttons a#button_order_cart span {
    border: 0;
}

/* -------------------------------- */

/* Styles for Columns */

.columns-container .container {
    padding-top: 0 !important;
}

#slider_row {
    display: none;
}

/* ------------------------------ */

/* Styles for Block */

.block .title_block, .block h4 {
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font: 600 18px "Open Sans", sans-serif;
    font-weight: 600;
    border: 0;
    background: #900 ;
    position: relative;
    padding: 11px 124px 11px 20px;
}

#order-opc .title_block {
    padding: 11px 5px 11px 20px;
    font-weight: 600;
    color: #fff;
}

#order-opc #opc_account_choice .title_block {
    font-size: 18px;
    padding-left: 0;
    padding-top: 20px;
    text-transform: uppercase;
    color: #333;
}

#opc_account_choice {
    background: transparent;
}

.block .title_block a, .block h4 a {
    color: #fff;
}

.block .title_block a:hover, .block h4 a:hover {
    color: #fff;
    text-decoration: underline;
}

.block .title_block:after, .block h4:after {
    background: #BA2121 url('../img/arrow_down.png') center center no-repeat;
    content: '';
    height: 100%;
    width:46px;
    position: absolute;
    top: 0;
    right: 0;
}

.block .title_block.active:after, .block h4.active:after {
    background: #BA2121 url('../img/arrow_up.png') center center no-repeat;
    content: '';
}

.block .list-block {
    margin-top: 0;
}

.block {
    margin-bottom: 20px;
}

.block .list-block li a:hover {
    color: #BA2121;
}

.block .list-block li a:before {
    color: #BA2121;
}

.block .list-block li {
    border-top: 1px #ddd solid;
}

.block .products-block li {
    border-bottom: 1px #ddd solid;
}

.block .products-block li .products-block-image {
    border: 1px #ddd solid;
}

#categories_block_left li span.grower.OPEN:before, #categories_block_left li span.grower.CLOSE:before {
    border-bottom: 1px #dddddd solid;
    border-right: 1px #dddddd solid;
    height: 41px;
    width:41px;
    line-height: 42px;
}

/* ------------------------------ */

/* Styles for Category Block */

#categories_block_left .block_content > ul {
    margin-top: -20px;
    border-top: 0;
}

#categories_block_left li a {
    font-weight: 400;
    font-size: 14px;
    color: #363636;
    border-bottom: 1px #dddddd solid;
    border-left: 1px #dddddd solid;
    border-right: 1px #dddddd solid;
    padding: 5px 30px 5px 19px;
}

#categories_block_left li a:hover {
    background: #BA2121;
    color: #fff;
    border-left: 1px #BA2121 solid;
    border-right: 1px #BA2121 solid;
}

/* ------------------------------ */

/* Styles for Product List */

#home-page-tabs {
    margin: 0 auto;
    text-align: center;
    padding: 18px 0 0 0;
}

ul.product_list.grid > li .product-container .product-image-container .content_price span.old-price {
    margin-right: 0;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-top: 5px;
}

.blockproductscategory .product-box .price_display .old-price {
    margin-right: 0;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-top: 5px;
    padding: 6px 10px;
    background: #900 ;
    display: inline-block;
}

.with-old-price {
    margin-top: -60px !important;
}

.availability-container {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bolder;
    color: #363636;
    border-top: 1px #dddddd solid;
    padding-top: 10px;
}

ul.product_list.grid li.hovered h5 {
    min-height: 53px;
}

.top-pagination-content .product-count {
    padding: 11px 0 32px 0;
}

#home-page-tabs > li a {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    background: #900 ;
    font-family: 'Open Sans', sans-serif;
    padding: 11px 18px;
}

#home-page-tabs > li {
    border: 0;
    margin: 0;
}

#home-page-tabs > li.active a, #home-page-tabs > li a:hover {
    background: #BA2121;
    color: #fff;
    margin: 0;
    padding: 11px 18px;
}

.new-label:before, .new-label:after, .sale-label:before, .sale-label:after {
    content: none;
}

.new-label {
    background: transparent;
    text-shadow: 0 0 #fff;
    font: 700 16px 'Open Sans', sans-serif;
    padding: 1px 0 5px;
}

.new-box {
    background: url('../img/new.png') no-repeat;
    width:59px;
    height: 58px;
    top: -22px;
    left: -22px;
}

.sale-box {
    top: 5px;
    right: 5px;
    left: auto;
    background: #900 ;
    height: 30px;
    border-radius: 5px;
    width:90px;
}

.sale-label {
    font-size: 14px;
    font-weight: 600;
    top: 9px;
    right: 4px;
    width:auto;
    transform: none;
    text-shadow: none;
    background: transparent;
    padding: 0;

}

ul.product_list.grid > li .product-container .product-image-container .content_price {
    background: transparent;
    display: block !important;
    padding: 0;
    width:auto;
    left: 0;
    right: 0;
    bottom: -16px;
}

ul.product_list.grid > li .product-container .product-image-container .content_price span {
    background: #900 ;
    padding: 2px 10px;
    font: 600 22px 'Open Sans', sans-serif;
}

ul.product_list.grid > li .product-container h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #363636;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    min-height: 120px;
}

ul.product_list.grid > li .product-container .product-image-container {
    border: 1px #ddd solid;
    margin-bottom: 24px;
}

ul.product_list.grid > li .product-container .button-container {
    display: block !important;
    margin-bottom: 0;
}

ul.product_list.grid > li.hovered .product-container .content_price {
    display: block;
}

ul.product_list.list > li .product-container {
    border: 0;
}

#index ul.product_list.tab-pane > li.hovered {
    height: auto !important;
    margin-bottom: 0 !important;
}

ul.product_list.grid > li.hovered .product-container {
    box-shadow: 0 0 #fff;
    -moz-box-shadow: 0 0 #fff;
    -webkit-box-shadow: 0 0 #fff;
}

#index ul.product_list.tab-pane > li {
    padding: 45px 20px 15px 20px;
    border-top: 1px #dddddd solid;
}

ul.product_list.grid > li.hovered {
    height: auto !important;
    margin-bottom: 0 !important;
}

ul.product_list.grid > li {
    padding: 45px 20px 15px 20px;
    border-top: 1px #dddddd solid;
}

ul.product_list.grid > li .product-container .functional-buttons {
    display: none !important;
}

.top-pagination-content, .bottom-pagination-content {
    padding: 20px 0 0 0;
}

ul.product_list.list > li {
    padding: 45px 0 30px 0;
    border-top: 1px #ddd solid;
}

#index .tab-content {
    margin-top: 18px;
    margin-right: 15px;
}

ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button {
    background: #900  url('../img/addtocart.png') no-repeat center center;
    width:45px;
    height: 45px;
    display: inline-block;
    border-radius: 50% 50%;
}

ul.product_list.grid > li .product-container .button-container .lnk_view {
    background: #900  url('../img/view.png') no-repeat center center;
    width:45px;
    height: 45px;
    display: inline-block;
    border-radius: 50% 50%;
}

.blockproductscategory .product-box .lnk_view {
    background: #900  url('../img/view.png') no-repeat center center;
    width:45px;
    height: 45px;
    display: inline-block;
    border-radius: 50% 50%;
    margin: 0 6px 10px 6px;
}

.blockproductscategory .product-box .ajax_add_to_cart_button {
    background: #900  url('../img/addtocart.png') no-repeat center center;
    width:45px;
    height: 45px;
    display: inline-block;
    border-radius: 50% 50%;
    margin: 0 6px 10px 6px;
    border: 0;
    text-shadow: 0 0 #fff;
    padding: 0;
    margin: 0 6px 10px 6px;
}

.blockproductscategory .product-box {
    text-align: center;
}

.blockproductscategory .product-box .price_display {
    margin-top: -25px;
}

.blockproductscategory .product-box .price_display .price {
    background: #900 ;
    padding: 2px 10px;
    font: 600 22px 'Open Sans', sans-serif;
    color: #fff;
}

#productscategory_list .product-name a {
    font-size: 18px;
    color: #363636;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 5px;
}

#productscategory_list .product-name {
    margin-top: 12px;
    margin-bottom: 6px;
}

.price {
    font-size: 22px;
}

.blockproductscategory .product-box .no-print {
    display: inline-block;
}

.blockproductscategory .product-box .ajax_add_to_cart_button:hover, .blockproductscategory .product-box .lnk_view:hover {
    border: 0;
    background-color: #BA2121;
}

ul.product_list.list > li .product-container .button-container .ajax_add_to_cart_button {
    background: #900  url('../img/addtocart.png') no-repeat center center;
    width:45px;
    height: 45px;
    display: inline-block;
    border-radius: 50% 50%;
    margin: 0 6px 10px 6px;
}

ul.product_list.list > li .product-container .button-container .lnk_view {
    background: #900  url('../img/view.png') no-repeat center center;
    width:45px;
    height: 45px;
    margin: 0 6px 10px 6px;
    display: inline-block;
    border-radius: 50% 50%;
}

ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button:hover, ul.product_list.grid > li .product-container .button-container .lnk_view:hover {
    background-color: #BA2121;
}

ul.product_list.grid > li .product-container {
    background: transparent;
}

#index ul.product_list.tab-pane > li.last-line {
    border-top: 1px #dddddd solid;
}

ul.product_list.grid > li.last-line {
    border-top: 1px #dddddd solid;
}

/* ------------------------------ */

/* Styles for Footer */

#facebook_block {
    margin-top: 35px;
    background: transparent;
}

#facebook_block .facebook-fanbox {
    background: transparent;
    border: 0;
}

#facebook_block h4:after {
    content: none !important;
    display: none !important;
}

.footer-container {
    /* background: url('../img/footer-bg.png') repeat-x #BA2121; */
}

.footer-container #footer h4 {
    font: 700 18px 'Open Sans', sans-serif;
    cursor: auto;
    margin: 0 0 20px 0;
    display: inline-block;
    border-bottom: #900  4px solid;
    padding: 2px 0;
    word-spacing: normal;
}

.footer-container #footer .footer-block {
    margin-top: 35px;
}

.footer-container #footer ul li a {
    text-shadow: 0 0 #fff;
    font-weight: normal;
    font-size: 14px;
}

.footer-container #footer ul li a:hover {
    text-decoration: underline;
}

.footer-container #footer ul li {
    padding-bottom: 5px;
}

.footer-container #footer a {
    color: #fff;
}

#footer #newsletter_block_left .form-group .form-control {
    color: #9c9b9b;
    background: #fff;
    border: 0;
    padding: 8px 43px 10px 12px;
}

#footer #newsletter_block_left .form-group .button-small {
    text-shadow: 0 0 #fff;
    color: #900 ;
}

#footer #newsletter_block_left .form-group .button-small:hover {
    color: #BA2121 !important;
}

#footer #newsletter_block_left h4 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 16px 0px 0;
}

#footer #newsletter_block_left .form-group .button-small:before {
    line-height: 30px;
}

/* ------------------------------ */

/* Styles for Breadcrumb */

.breadcrumb {
    margin-bottom: 0;
    margin-top: 18px;
    border-radius: 0;
    background: #BA2121;
    border: 0;
    min-height: 45px;
    color: #fff;
}

.icon-home:before {
    color: #fff;
    border: 0;
}

.breadcrumb a.home i {
    vertical-align: -2px;
}

.breadcrumb .navigation-pipe {
    width:38px;
}

.breadcrumb a.home {
    margin: 0 0 0 -11px;
    border-radius: 0;
    line-height: 41px;
    height: 45px;
    width:45px;
}

.breadcrumb a {
    background: #900 ;
    padding: 11px 15px 10px 50px;
    margin-left: -45px;
    color: #fff;
}

.breadcrumb a:after {
    width:38px;
    height: 38px;
    right: -15px;
    background: #900 ;
    border: 0;
}

.breadcrumb a:before {
    border-right: 3px #BA2121 solid;
    border-top: 3px #BA2121 solid;
    width:38px;
    height: 38px;
}

.breadcrumb a:hover {
    color: #fff;
    text-decoration: underline;
}

/* ------------------------------ */

/* Styles for Product */

.top-hr {
    margin: 15px 0 40px;
    height: 1px;
    background: #dddddd;
}

#old_price {
    padding-bottom: 0;
    display: block;
}

#availability_value, #last_quantities {
    padding: 8px 16px 8px;
    border: 0;
    /*background: #900 ;*/
}

.box-info-product .exclusive.added:before {
    border: 0;
    text-shadow: none;
    line-height: 54px;
}

.box-info-product .exclusive.added {
    background: #900  !important;
}

.box-info-product .exclusive.added:hover {
    background: #BA2121 !important;
}

.content_prices div:first-child {
    padding-bottom: 15px;
}

h3.page-product-heading {
    background: transparent;
    border: 0;
    border-bottom: 1px #ddd solid;
}

.box-info-product {
    background: #fff;
    border: 0;
}

.pb-left-column #views_block {
    position: relative;
}

.product_attributes, .box-cart-bottom {
    box-shadow: 0 0 #fff;
    -moz-box-shadow: 0 0 #fff;
    -webkit-box-shadow: 0 0 #fff;
}

.show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
    width:250px;
}

.product_attributes {
    padding: 19px 0 17px;
}

.pb-center-column #buy_block label {
    text-align: left;
    display: block;
}

#view_scroll_right {
    position: absolute;
    top: 15px;
    margin-top: 0;
    right: -10px;
}

.hide-right-column.show-left-column span.view_scroll_spacer {
    margin-top: 0;
    position: absolute;
    top: 15px;
    left: -10px;
}

.content_prices {
    float: left;
    padding: 0;
    padding-top: 13px;
    margin-bottom: 25px;
    border-bottom: 1px #ddd solid;
}

#quantity_wanted_p {
    margin-bottom: 15px;
}

.box-info-product p {
    margin-bottom: 0;
}

.pb-center-column h1 {
    margin-top: 0;
}

.socialsharing_product {
    margin-top: 9px;
}

.pb-center-column .socialsharing_product {
    margin-top: -10px;
}

#usefull_link_block {
    margin-bottom: 6px;
}

.box-info-product .exclusive:before {
    content: none;
}

.box-info-product .exclusive:after {
    content: none;
}

.box-info-product .exclusive span {
    border-radius: 0;
    border: 0;
    background: #BA2121;
    text-shadow: 0 0 #fff;
}

.box-info-product .exclusive {
    border-radius: 0;
    border: 0;
    margin-right: 0;
    display: inline-block;
}

.box-info-product #add_to_cart .exclusive {
    background: url('../img/addtocart.png') no-repeat left 13px center #900 ;
    padding: 0 15px 0 46px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    height: 54px;
    text-transform: uppercase;
}

.box-info-product #add_to_cart .exclusive:hover {
    background: url('../img/addtocart.png') no-repeat left 13px center #BA2121;
    padding: 0 15px 0 46px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    height: 54px;
    text-transform: uppercase;
}

.our_price_display .price {
    font-size: 26px;
    line-height: 28px;
}

#short_description_content {
    padding-right: 0 !important;
}

.our_price_display {
    line-height: 28px;
    font-size: 26px;
}

.box-info-product .exclusive:after {
    background: none;
}

.box-info-product .buttons_bottom_block {
    padding: 0;
}

.pb-center-column #buy_block {
    margin-top: 0;
}

#thumbs_list li {
    width:50px;
    height: 50px;
}

.pb-title-column h1 {
    margin-top: 0;
    font-size: 30px;
    color: #363636;
    font-weight: 600;
    margin-bottom: 30px;
}

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

/* ------------------------------ */

/* Styles for Responsive */

@media (max-width:767px) {
    .footer-container #footer h4 {
        display: block;
        border-bottom: 0;
        padding: 8px 12px;
        background: #900 ;
    }

    .footer-container #footer h4:after {
        top: 13px;
        right: 13px;
    }

    #search_block_top {
        padding-top: 0;
        padding-bottom: 17px;
        width:100%;
    }

    .pb-right-column {
        text-align: left;
    }

    .pb-title-column h1 {
        margin-bottom: 10px;
    }

    .pb-title-column {
        margin-top: 30px;
    }

    .resetimg {
        padding: 0;
        margin: 0;
        display: none;
    }

    .pb-left-column, .pb-title-column {
        clear: both;
    }

}

@media (max-width:480px) {
    /*
    ul.product_list.grid > li .product-container h5 {
        min-height: 1px;
    }
    */
    .pb-left-column #views_block {
        height: 60px;
    }
}

/* ------------------------------ */

/* openservis - shaim - begin */
div.gender-line,
div.date-select,
div.phone-number,
.shaim_hide, #shaim_hide {
    display: none !important;
}

@media (max-width:480px) {
    .shaim_hide_mobile, #shaim_hide_mobile {
        display: none !important;
    }
}

#thumbs_list ul#thumbs_list_frame {
    height: 100px;
}

input#vat_number, input #vat_number_block_invoice {
    display: block !important;
}

p.payment_module a.cod:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width:14px;
    color: #777;
}

p.payment_module a.cod {
    /* background: url(../img/cashondeliveryplus.gif) 15px 50% no-repeat #fbfbfb; */
    background: url(../img/cash.png) 15px 50% no-repeat #fbfbfb;
}

p.payment_module a.bankwire {
    background: url(../img/bankwire.png) 15px 50% no-repeat #fbfbfb;
}

p.payment_module a:hover {
    background-color: #D2CECE !important;
}

p.payment_module a.cheque {
    background: url(../img/cheque.png) 15px 50% no-repeat #fbfbfb;
}

p.payment_module a.cash {
    background: url(../img/cash.png) 15px 50% no-repeat #fbfbfb;
}

@media (min-width:1024px) {

    p.payment_module span.dokonceni_obj_text {
        float: right;
        color: #BA2121;
    }

    p.payment_module a.cash span.dokonceni_obj_text {
        margin-top: 10px;
    }
}

.footer-container .container {
    padding-bottom: 0px;
}

#facebook_block, #cmsinfo_block {
    min-height: 299px;
    height: 299px;
}

div#demo_shop {
    text-align: center;
    background-color: red;
    color: black;
    padding: 10px;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

div#subcategories {
   /* display: none;*/
}

@media (max-width:1024px) {
    div#newsletter_block_left, section.blockcategories_footer, ul#home-page-tabs, ul#homefeatured {
        /*display: none !important;*/ /*tcl*/
    }

    /*.sf-menu > li span:after {
        color: #f6f6f6;
    }*/

    .pb-left-column #image-block {
        width:100%;
    }

    div.header_user_info {
        float: left;
    }

}

@media (min-width:1024px) {
    button#opc_createAccount {
        margin-bottom: 20px;
    }

}

#address .box, #identity .box, #account-creation_form .box, #new_account_form .box, #opc_account_form .box, #authentication .box {
    padding-bottom: 0px;
}

/*.submenu-container {
    display: none !important;
}*/

/* openservis - shaim - end */


/*      Registrační a přihlašovací tlačítka     */


.button.button-medium {
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    padding: 0;
    font-weight: bold;
    background: #900;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#900 ), to(#900));
    background-image: -webkit-linear-gradient(top, #900 , 0%, #900, 100%);
    background-image: -moz-linear-gradient(top, #900  0%, #900 100%);
    background-image: linear-gradient(to bottom, #900  0%, #900 100%);
    background-repeat: repeat-x;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF43B754', endColorstr='#FF42AC52', GradientType=0);
    border: 1px solid;*/
    border-color: #900 #900  #900 #900;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}


.button.button-medium span {
    display: block;
    padding: 10px 10px 10px 14px;
    border: 1px solid;
    border-color: #900 ;
}

.button.button-medium span:hover {
    display: block;
    padding: 10px 10px 10px 14px;
    border: 1px solid;
    border-color: #BA2121 ;
}

.button.button-medium:hover {
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    padding: 0;
    font-weight: bold;
    background: #BA2121 ;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#BA2121), to(#BA2121 ));
    background-image: -webkit-linear-gradient(top, #BA2121, 0%, #BA2121 , 100%);
    background-image: -moz-linear-gradient(top, #BA2121 0%, #BA2121  100%);
    background-image: linear-gradient(to bottom, #BA2121 0%, #BA2121  100%);
    background-repeat: repeat-x;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF43B754', endColorstr='#FF42AC52', GradientType=0);
    border: 1px solid;*/
    border-color: #BA2121  #BA2121 #BA2121 #BA2121 ;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

