/* Pop, added to cart */
#cboxLoadedContent div {
    padding: 10px;
}


#cboxLoadedContent a {
    text-decoration: none;
}

.component a {
    text-decoration: none;
}

input[type=text].input-mini {
    width: auto;
}

.products-list-container.list .img_block,
.products-list-container.list .cell.extra {
    display: none;
}

.hidden-phone {
    float: left;
}

.hidden-phone a {
    display: block;
    width: 47px;
    height: 30px;

    background: #F0F0F0 no-repeat center;

    border: 2px solid #e5e5e5;

    float: left;
}

.hidden-phone a.btn.list {
    background-image: url('../images/display-as-list.png');
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.hidden-phone a.btn.grid {
    background-image: url('../images/display-as-grid.png');

    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.eshop-header-options div.product-show,
.eshop-header-options div.show-cart,
.eshop-header-options div.product-sorting {
    float: right;
    height: 35px;
    padding-left: 20px;
}
.eshop-header-options div.show-cart a {
    display:block;
    width:auto;
    padding:0 20px;
    margin-left:20px;
    height:30px;
    line-height:30px;
}

.eshop-header-options .selectReplacement {
    padding-right: 30px !important;
}

.checkout-content div.checkbox {
	margin-bottom: 10px;
}

.eshop-header-options div.el {
    float: left;
}

.eshop-header-options div.el.label {
    padding: 7px;
}

.ajax_block_product {
    display: table;

    padding: 35px 0;

    border-top: 2px solid #d4d4d4;
    width:100%;
}

.ajax_block_product.row0 {
    border: none;
}

.ajax_block_product .row {
    display: table-row;
}

.list .ajax_block_product .row {
    width: 60%;
    display: table-cell;
    vertical-align: top;
}

.list .ajax_block_product .row:last-child {
    width: 40%;

    padding-left: 10px;
}

.list .ajax_block_product .row .buttons {
    float: right;
}

.list .ajax_block_product .row .product_desc {
    display: none;
}

.ajax_block_product .cell,
.ajax_block_product .img_block,
.ajax_block_product .info_block,
.ajax_block_product .buttons {
    display: table-cell;
    vertical-align: top;

    margin: 0;
    padding: 0;
}

.ajax_block_product .info_block {
    padding: 0 0 0 25px;
    align-content: center;
    width: 100%;
}

.products-list-container.list .info_block {
    padding: 0;
}

.ajax_block_product .img_block {
    max-width: 210px;

    border: 2px solid #d4d4d4;
}

.ajax_block_product h5 {
    color: #0e8776;
}

.ajax_block_product .buttons {
    text-align: right;
}

.ajax_block_product .buttons .input-append {
    float: right;
}

.ajax_block_product .buttons .input-append .eshop-quantity,
.ajax_block_product .buttons .input-append .btn-primary {
    display: block;
    float: left;
}
.ajax_block_product .buttons .input-append .eshop-quantity {
    width:140px;
}

.btn.continue:hover,
.btn.checkout:hover {
    background: #0e8776;
    text-decoration: none;
}
.btn.continue,
.btn.checkout {
    width: 160px;
    background: #1ab19f;
    color: #FFFFFF;
    border: 1px solid #1ab19f;
    border-radius: 3px;
    margin-left: 10px;
    margin-top:20px;
    display:inline-block;
    padding:5px 10px;
    text-align:center;
}
    

#cboxLoadedContent a,
.checkout-content .btn-primary,
.eshop-header-options .show-cart a,
.buttons .input-append .btn-primary {
    width: 160px;
    background: #1ab19f;
    color: #FFFFFF;

    border: 1px solid #1ab19f;
    border-radius: 3px;

    height: 33px;
    margin-left: 10px;
}

.ajax_block_product .buttons .input-append a.btn-primary {
    width: auto;
    border: 0; 
   
    height: 23px;
 
    padding: 5px 15px;
}

#cboxLoadedContent a {
    width: auto;
    display: inline-block;
    padding:5px 20px;

    height: auto; 
}


.buttons .input-append .eshop-quantity a,
.buttons .input-append .eshop-quantity .label,
.buttons .input-append .eshop-quantity input {
    display: block;
    float: left;

    width: 33px;
    height: 33px;

    font-size: 13px;
    padding: 0;
    text-align: center;
}
.buttons .input-append .eshop-quantity .label {
    width:100px
}

.buttons .input-append .eshop-quantity a {
    background: #1ab19f;
    color: #FFFFFF;
    padding: 9px;
    height: 13px;
    width: 13px;

    border: 1px solid #1ab19f;

    cursor: pointer;
}

#cboxLoadedContent a:hover,
.checkout-content .btn-primary:hover,
.buttons .input-append .btn-primary:hover,
.eshop-header-options div.show-cart a:hover,
.buttons .input-append .eshop-quantity a:hover {
    background:#0e8776;

    text-decoration: none;
} 

.ajax_block_product .buttons .input-append .eshop-quantity a.button-minus {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ajax_block_product .buttons .input-append .eshop-quantity a.button-plus {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* original styling */

@import "bootstrap-responsive.css";
@import "font.css";

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev {
    background: url(../images/prev.png) no-repeat 0 0;
    left: 0px;
}

.slick-next {
    background: url(../images/next.png) no-repeat 0 0;
    right: -9px;
}

/* LOADER */
.slick-loading .slick-list {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.slick-disabled {
    display: none !important;
}

.sortPagiBar {
    margin: 0 0 20px;
}

.eshop-quantity label {
    display: inline-block;
    padding: 5px;
}

.eshop-quantity {
    margin: 0 5px 0 0;
}

.no_margin_left {
    margin-left: 0;
}

.quantityvalue {
    padding: 4px !important;
    text-align: center;
    width: 35px !important;
}

.product_list {
    margin-top: -5px;
    margin-left: 5px;
    min-height: 500px;
}

.product_list ul {
    list-style: none;
    margin: 0;
}

.product-info .thumbnails {
    margin: 10px 0 0;
}

.product-info .thumbnails li a img {
    border: 1px #ccc solid;
}

.pagination {
    margin: 0 auto;
    width: auto;
    text-align: center;
}

.product-sorting .input-large {
    width: 250px;
}

.product-show {
    display: inline-block;
    margin: 0 0 0 10px;
}

.product-show .inputbox {
    width: auto;
}

/* product_list - the side bar*/
.product_list {
    margin-top: -5px;
    margin-left: 5px;
    min-height: 500px;
}

.product_list ul {
    list-style: none;
    margin: 0;
}

.product_list > ul > li {
    padding: 8px 8px 8px 0px;
}

.product_list > ul > li + li {
    border-top: 1px solid #EEEEEE;
}

.product_list > ul > li > a {
    text-decoration: none;
}

.product_list > ul > li > a:hover {
    text-decoration: none;
    background: none;
}

.product_list > ul > li ul {
    display: none;
}

.product_list > ul > li a.active {
    font-weight: bold;
}

.product_list > ul > li a.active + ul {
    display: block;
}

.product_list > ul > li ul > li {
    padding: 5px 5px 0px 10px;
}

.product_list > ul > li ul > li > a {
    text-decoration: none;
    display: block;
}

.product_list > ul > li ul > li > a.active {
    font-weight: bold;
}

.related_products .span2 {
    width: 160px;
}

.product_comparison .thumbnail {
    border: none;
    text-align: center;
}

.module {
    position: relative;
}

.product_comparison small {
    font-weight: normal;
}

.product_comparison .product_stars {
    text-align: center;
    margin: 0 auto;
    width: 85px;
}

.product_comparison .price_summary td {
    text-align: center;
}

.navbar .btn.search_btn {
    margin-top: 1px;
}

.carousel-inner {
    height: 286px;
}

.carousel-caption {
    bottom: -77px;
}

.popular_products .span2 {
    width: 160px;
}

.customer_service {
    text-align: right;
    font-size: 13px;
    margin: 12px 0 0;
}

.table td.center_text {
    text-align: center;
}

.related_products .span2 {
    width: 160px;
}

.product_comparison .thumbnail {
    border: none;
    text-align: center;
}

.product_comparison small {
    font-weight: normal;
}

.product_comparison .product_stars {
    text-align: center;
    margin: 0 auto;
    width: 85px;
}

.product_comparison .price_summary td {
    text-align: center;
}

.navbar .btn.search_btn {
    margin-top: 1px;
}

.carousel-inner {
    height: 286px;
}

.carousel-caption {
    bottom: -77px;
}

.popular_products .span2 {
    width: 160px;
}

.customer_service {
    text-align: right;
    font-size: 13px;
}

.table td.center_text {
    text-align: center;
}

#theme_switcher {
    top: 10px;
    left: 10px;
    position: fixed;
}

.base-price {
    color: #FF0000;
    text-decoration: line-through;
}

.error {
    color: #FF0000;
    display: block;
}

.required {
    color: #FF0000;
    font-weight: bold;
}

.checkout-heading {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DBDEE1;
    color: #555555;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 8px;
}

.checkout-heading a {
    float: right;
    font-weight: normal;
    margin-top: 1px;
    text-decoration: none;
    cursor: pointer;
}

.checkout-content {
    display: none;
    overflow: auto;
    padding: 0 0 15px;
}

.checkout-content .left {
    float: left;
    width: 48%;
}

.checkout-content .right {
    float: right;
    width: 48%;
}

.checkout-content .buttons {
    clear: both;
}

.success, .warning, .attention, .information {
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
}

.warning {
    background: url("../images/warning.png") no-repeat scroll 10px center #FFD1D1;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
}

.success {
    background: url("../images/success.png") no-repeat scroll 10px center #EAF7D9;
    border: 1px solid #BBDF8D;
    border-radius: 5px 5px 5px 5px;
}

.review-list {
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
}

.review-list .author {
    float: left;
    margin-bottom: 20px;
}

.review-list .rating {
    float: right;
    margin-bottom: 20px;
}

.review-list .text {
    clear: both;
}

.product-info .product-desc {
    border-bottom: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    padding: 0 5px 10px;
}

.product-info .product-price {
    border-bottom: 1px solid #E7E7E7;
    padding: 0 5px 10px;
}

.product-info .product-options {
    border-bottom: 1px solid #E7E7E7;
    padding: 0 5px 10px;
}

.product-info .product-cart {
    border-bottom: 1px solid #E7E7E7;
    padding: 10px 5px;
    margin-bottom: 20px;
}

.product-info .product-review, .product-share {
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 5px 5px 5px;
    margin-bottom: 10px;
}

.no-content {
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
}

span.stock {
    color: #FF0000;
    font-weight: bold;
}

table.list {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 20px;
    width: 100%;
}

table.list .left {
    padding: 7px;
    text-align: left;
}

table.list td {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

table.list thead td {
    background-color: #EFEFEF;
    padding: 0 5px;
}

table.list .right {
    padding: 7px;
    text-align: right;
}

.order-content div, .download-content div {
    float: left;
    width: 33.3%;
}

download-content div {
    float: left;
    width: 33.3%;
}

.order-list .order-id {
    float: left;
    margin-bottom: 2px;
    width: 49%;
}

.order-list .order-status {
    float: right;
    margin-bottom: 2px;
    text-align: right;
    width: 49%;
}

.download-list .order-id {
    float: left;
    margin-bottom: 2px;
    width: 49%;
}

.download-list .download-size {
    float: right;
    margin-bottom: 2px;
    text-align: right;
    width: 49%;
}

.order-list .order-content, .download-list .download-content {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%;
}

.product-sorting {
    float: right;
    display: inline-block;
}

.product-info .image-additional a {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
}

.product-info .image-additional img {
    border: 1px solid #E7E7E7;
    height: auto;
}

.topmenu .nav {
    margin: 0 0 5px;
}

.pagination {
    margin: 0 auto;
    width: auto;
    text-align: center;
}

.product-sorting .input-large {
    width: 120px;
}

.product-show {
    float: right;
    display: inline-block;
    margin: 0 0 0 10px;
}

.product-show .inputbox {
    width: auto;
}

.row h5 {
    margin: 0 0 10px;
}

.related_products .thumbnail {
    text-align: center;
}

.related_products .thumbnail img {
    border: 1px solid #DDDDDD;
}

.thumbnail .caption {
    text-align: center;
}

.product-info .related_products .thumbnail .caption {
    min-height: 80px;
}

.product-info .image-additional {
    clear: both;
    margin-top: 10px;
    margin-left: 15px;
    overflow: hidden;
}

.no_margin_left {
}

.checkout-content h4 {
    margin-top: 10px;
    display: block;
    clear: both;
}

.checkout-content legend {
    padding: 10px 0;

    font-weight: bold;
    display: block;
}

.maincontentarea .control-group {
    padding: 10px 0;
}

.control-group select {
    margin: 5px;
}

.no_margin_left .btn {
    margin: 0;
}

.no_margin_left .privacy {
    float: left;
    display: inline-block;
    margin: 3px 0 0;
}

.no_margin_left .privacy input[type="checkbox"] {
    margin: 0;
}

.eshop-slideshow {
    margin: 0 0 20px;
    width: 100% !important;
}

.lof-slidecontent {
    width: auto !important;
}

body #productTab {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

body #productTab li {
    list-style: none;
}

.eshop-next-nav {

}

.eshop-pre-nav a.pull-left, .eshop-next-nav a.pull-right {
    font-size: 16px;
}

.eshop-pre-nav a.pull-left {
    background: url(../images/prev.png) no-repeat left 3px;
    padding: 0 0 0 18px;
}

.eshop-next-nav a.pull-right {
    background: url(../images/next.png) no-repeat right 4px;
    padding: 0 18px 0 0;
}

/* list */
.s_title_block a {
    text-transform: uppercase;
    color: #3F3F3F;
    font-weight: normal;
    font-size: 13px;
}

.s_title_block a:hover {
    color: #9BC607;
}

.product-info .tab-content {
    margin-bottom: 18px;
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

@media (min-width: 1024px) {
    .product-info .image-additional {
        clear: both;
        margin-top: 10px;
        margin-left: 0;
        overflow: hidden;
    }

    .product-cart .no_margin_left input.span3 {
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .eshop-product ul li.eshop_product, .eshop-product ul li.eshop_product, .eshop-slideshow {
        width: 100% !important;
    }

    .jcarousel-skin-tango .jcarousel-container-horizontal,
    .jcarousel-skin-tango .jcarousel-clip-horizontal,
    .lof-slidecontent {
        width: auto !important;
    }

    .nav-tabs {
        border-bottom: 0;
    }

    .nav-tabs > li {
        float: none;
    }

    .nav-tabs > li > a {
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-right: 0;
    }

    .nav-tabs > li:first-child > a {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs > li:last-child > a,
    .nav-tabs > .active:last-child > a {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs > li > a:hover {
        border-color: #ddd;
        z-index: 2;
    }

    .nav-tabs.nav-dark > li > a {
        border: 1px solid #333;
    }

    .nav-tabs > li:last-child > a,
    .nav-tabs > .active:last-child > a {
        border-bottom: 1px solid #333;
    }

    .product-cart .no_margin_left input.span3 {
        float: left;
        margin: 0 5px 0 0;
        max-width: 35px;
    }

    .thumbnails .thumbnail {
        text-align: center;
    }

    .product-sorting b {
        display: inline-block;
        float: left;
        padding: 5px 0 0;
    }

    .product-sorting .input-large {
        float: right;
    }
}

@media (max-width: 767px) {
    .ajax_block_product .buttons .input-append .eshop-quantity, 
    .ajax_block_product .buttons .input-append .btn-primary {
        margin-bottom:15px;
    }
    .eshop-product ul li.eshop_product, .eshop-product ul li.eshop_product, .eshop-slideshow {
        width: 100% !important;
    }

    .jcarousel-skin-tango .jcarousel-container-horizontal,
    .jcarousel-skin-tango .jcarousel-clip-horizontal,
    .lof-slidecontent {
        width: auto !important;
    }

    .nav-tabs {
        border-bottom: 0;
    }

    .nav-tabs > li {
        float: none;
    }

    .nav-tabs > li > a {
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-right: 0;
    }

    .nav-tabs > li:first-child > a {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs > li:last-child > a,
    .nav-tabs > .active:last-child > a {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs > li > a:hover {
        border-color: #ddd;
        z-index: 2;
    }

    .nav-tabs.nav-dark > li > a {
        border: 1px solid #333;
    }

    .nav-tabs > li:last-child > a,
    .nav-tabs > .active:last-child > a {
        border-bottom: 1px solid #333;
    }

    .product-cart .no_margin_left input.span3 {
        float: left;
        margin: 0 5px 0 0;
        max-width: 35px;
    }

    .thumbnails .thumbnail {
        text-align: center;
    }

    .product-sorting b {
        display: inline-block;
        float: left;
        padding: 5px 0 0;
    }

    .product-sorting .input-large {
        float: right;
    }

    /* list */
    .list .img_block {
        width: auto;
        float: none;
    }

    .list .info_block {
        float: none;
        width: auto;
        text-align: center;
    }

    .info_block h5 {
        margin: 0;
    }

    .info_block .product_desc {
        overflow: hidden;
        line-height: 20px;
    }

    .list .buttons {
        text-align: left;
    }

    .list .ajax_block_product.spanbox {
        margin-left: 0px !important;
        margin: 0 0 10px;
        padding: 0 0 10px;
        position: relative;
        width: 100%;
        border-bottom: 1px #efefef solid;
    }

    .list .buttons {
        position: inherit;
        bottom: 0;
        right: 0px;
        width: auto;
        text-align: center;
    }

    body .list .buttons .button {
        margin: 0 0 5px;
    }
}

@media (max-width: 480px) {
    .eshop-product ul li.eshop_product, .eshop-product ul li.eshop_product, .eshop-slideshow {
        width: 100% !important;
    }

    .jcarousel-skin-tango .jcarousel-container-horizontal,
    .jcarousel-skin-tango .jcarousel-clip-horizontal,
    .lof-slidecontent {
        width: auto !important;
    }

    #colorbox {
        width: 100% !important;
    }

    .nav-tabs {
        border-bottom: 0;
    }

    .nav-tabs > li {
        float: none;
    }

    .nav-tabs > li > a {
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-right: 0;
    }

    .nav-tabs > li:first-child > a {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs > li:last-child > a,
    .nav-tabs > .active:last-child > a {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs > li > a:hover {
        border-color: #ddd;
        z-index: 2;
    }

    .nav-tabs.nav-dark > li > a {
        border: 1px solid #333;
    }

    .nav-tabs > li:last-child > a,
    .nav-tabs > .active:last-child > a {
        border-bottom: 1px solid #333;
    }

    .product-cart .no_margin_left input.span3 {
        float: left;
        margin: 0 5px 0 0;
        max-width: 35px;
    }

    .thumbnails .thumbnail {
        text-align: center;
    }

    .product-sorting b {
        display: inline-block;
        float: left;
        padding: 5px 0 0;
    }

    .product-sorting .input-large {
        float: right;
    }

    #product_list .img_block, #product_list .info_block {
        width: 100%;
        padding: 10px 0;
        text-align: center;
        margin:0;
    }
}

.ps_area {
    width: 100%;
}

.ps_facebook_like, .ps_facebook_send, .ps_twitter, .ps_google, .ps_linkedin {
    float: left;
    margin: 0 5px;
}

.ps_facebook_like {
    width: 122px;
}

.ps_twitter {
    width: 69px;
    float: left;
    position: relative;
}

.ps_pinit {
    float: left;
    position: relative;
    width: 50px;
    left: 10px;
}

.ps_linkedin {
    width: 65px;
}

.ps_google {
    width: 70px;
    margin-left: -3px;
}

.radio {
    display: block;
    clear: both;
    padding: 10px 0;
}

.radio .checkbox_label,
.radio .radio_label {
    padding: 0 25px;
}

.checkout-content div {
    clear: both;
}

.maincontentarea .checkbox {
    display: block;
    padding: 10px 0;
}

.maincontentarea .checkbox .checkbox_label,
.maincontentarea .no_margin_left .checkbox_label {
    padding: 0 25px;
}

.content_price .price {
    clear: both;
    display: block;
    font-size: 200% !important;
    font-weight: normal !important;
    line-height: 35px;
    width: 100%;
}
#shipping-address, #shipping-method {
   /* display:none;*/
}


/* Browse mobile and tablet */
/* Tablet */
@media (min-width: 768px) and (max-width: 979px) {
    .ajax_block_product .img_block,
    .ajax_block_product .info_block {
        width: 50%;
    }
}

/* mobile */
@media screen and (max-width: 767px){
    .clearfix, 
    .ajax_block_product .row,
    .ajax_block_product .cell {
        display: block;
        clear: both;
    }

    .ajax_block_product .buttons .input-append {
        display: block;
        float: none;
    }

    .ajax_block_product .img_block,
    .ajax_block_product .info_block,
    .ajax_block_product .buttons {
        display: block;
        padding: 0;
        margin-bottom: 20px;
    }

    .ajax_block_product .img_block {
        max-width: 100%;
        width: 100%;
    }

    .ajax_block_product .buttons {
        clear: both;
    }

    .ajax_block_product .buttons .input-append .eshop-quantity, 
    .ajax_block_product .buttons .input-append .btn-primary {
        float:none;
        clear:both;
        width:100%;
        margin:0 0 15px 0;
        text-align:center;
    }
    .buttons .input-append .eshop-quantity a, 
    .buttons .input-append .eshop-quantity .label, 
    .buttons .input-append .eshop-quantity input {
        float:none;
        display:inline-block;
    }

    .eshop-header-options div.product-show, 
    .eshop-header-options div.show-cart, 
    .eshop-header-options div.show-cart a, 
    .eshop-header-options div.product-sorting {
        float:none;
        padding:0;
        margin:0;
    }
    .eshop-header-options div.show-cart {
        margin-bottom:15px;
    }
    .eshop-header-options div.show-cart a {
        text-align:center;
    }
    
    table.shopping-cart td .input-mini,
    table.shopping-cart td .eshop-remove-item-cart {
        display:inline-block;
    }
    table.shopping-cart td .input-mini:first-child {
        display: block;
        margin: 0 auto 5px auto;
    }
    table.shopping-cart td .eshop-remove-item-cart img {
        width:auto;
    }

    .btn.continue, .btn.checkout {
        width:100%;
        margin: 0 0 15px 0;
        box-sizing: border-box;
    }
}
