/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media screen and (max-width: 768px) and (min-width: 481px) {

    select {
        height: 32px;
        max-width: 100%;
    }
    textarea {
        max-width: 100%;
    }
    .data-table a {
        display: inline-block;
    }
    .link-rss {
        display: none;
    }

    .flyout-cart {
        display: none !important;
    }

    .master-wrapper-page {
        margin: 0 auto;
    }
    .master-wrapper-content,
    .header-line,
    .footer-upper,
    .footer-lower,
    .bottom .center {
        /*width: 97%;*/
		width: 100%;
    }
    .master-wrapper-content {
        position: relative;
		padding: 0;
		background: none;
    }
	.master-wrapper-main{
		background: #fff;
		/*padding: 15px;*/
        position: relative;
        top: 122px;
        min-height: 450px;
	}
    .center-2, .side-2 {
        float: none;
        width: auto;
    }
    .center-2 {
        margin-bottom: 20px;
    }
        .side-2:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
            font-size: 0;
        }
    .registration-result-page {
        text-align: center;
    }
    .page-title {
        text-align: center;
    }

    .inputs {
        text-align: center;
    }
    .inputs label {
        width: 100%;
        text-align: center;
        margin: 0 0 5px;
    }
    .fieldset .title, .section .title {
        text-align: center;
    }

    .admin-header-links {
        position: static;
        height: 32px;
        background: rgba(255,255,255,.75);
        margin-bottom: 1px;
    }
    .admin-header-links a {
        display: block;
        line-height: 32px;
        text-align: center;
        margin: 0;
    }

/* HEADER */

    .header-line {
        background: rgba(231, 229, 255, 0.34);
        width: 100%;
        padding: 0;
    }
    .header-logo,
    .header-selectors-wrapper,
    .search-box {
        float: none;
        text-align: center;
		/*margin: 0;*/
    }

    /*.header-logo {
        margin: 0 0 20px;
    }*/

	span.btn-country-lang-label{
		display: none;
	}

	img.btn-flag-icon{
		margin-bottom: 8px;
	}

	.header-logo {
    	top: -7px;
		left: 16px;
    }

    .header-logo a {
        display: inline-block;
    }
    .header-selectors-wrapper > div {
        float: none;
        display: inline-block;
        margin: 0 20px 0 0;
        overflow: hidden;
    }
        .header-selectors-wrapper > div:empty,
        .header-selectors-wrapper > div:last-child {
            margin:0;
        }
        .header-selectors-wrapper > div select,
        .header-selectors-wrapper > div .new_select {
            float: left;
        }

    .new_select {
        background: #fff url(../img/custom-selector.png) no-repeat 94% center;
        width: 108px !important;
        height: 30px;
    }
    .new_select > span {
        line-height: 31px;
        padding: 0 34px 0 8px;
        text-align: left;
    }
        .styleSelect_item {
            top: 28px !important;
        }
        .styleSelect_item li span {
            line-height: 28px;
        }

    .language-list a {
        width: 32px;
        height: 32px;
    }

    .search-box form {
        display: inline-block;
    }
        .search-box input.search-box-text {
            /*width: 295px !important;*/
        }
        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
            width: 354px !important;
        }

/* HEADER MENU */

    .header-menu {
        background: none;
        /*width: 70%;*/
		max-width: 325px;
        margin: 0 auto 20px;
    }
        .header-menu > ul {
            border-top: 0;
            display:block;
        }
    .menu-title {
        display: block;
		background: #fff;
		border-bottom: 1px solid #dedede;
        /*background: rgb(238,238,238);*/ /* Old browsers */
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(199,199,199,1)));*/ /* Chrome,Safari4+ */
        /*background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(199,199,199,1) 100%);*/ /* Chrome10+,Safari5.1+ */
        /*background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(199,199,199,1) 100%);*/ /* W3C */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c7c7c7',GradientType=0 );*/ /* IE6-9 */
    }
    .menu-title span {
        background: url(../img/icon_hamburger.png) no-repeat 97% center;
        display: block !important;
        /*font-size: 200%;*/
        line-height: 45px;
        text-transform: uppercase;
        padding: 0 0 0 2.89435600578871%;
        cursor: pointer;
        overflow: hidden;
        box-shadow: inset 0 1px #fff;
		color: #55A804;
		font-weight: 700;
		font-size: 18px;
    }
    .header-menu > ul > li > a {
        padding: 0 20px;
        float: none;
        display: block;
		border-right: 0 !important;
        /*border: 0 !important;*/
        /*border-top: 1px solid #aaa !important;*/
        /*background: rgb(238,238,238) !important;*/ /* Old browsers */
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(199,199,199,1))) !important;*/ /* Chrome,Safari4+ */
        /*background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(199,199,199,1) 100%) !important;*/ /* Chrome10+,Safari5.1+ */
        /*background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(199,199,199,1) 100%) !important;*/ /* W3C */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c7c7c7',GradientType=0 ) !important;*/ /* IE6-9 */
        /*box-shadow: inset 0 1px #fff !important;*/
        /*text-shadow: 0px 1px #fff !important;*/ 
        text-align: left;

		font: 700 16px/40px 'Open Sans', Arial, Helvetica, sans-serif;
        text-shadow: 0px 1px #fff !important;
		background: #f7f7f7;
		border-bottom: 1px solid #dedede;
		border-top: 1px solid #FFFFFF;
		font-size: 14px/43px;
		color: #555;
    }
    .header-menu > ul > li {
        float: none;
        display: block;
    }
        .header-menu > ul > li > a:hover {
            color: #fff;
			text-shadow:none !important;
        }
        .header-menu > ul > li:hover > a:before {
            display: none;
        }
        .header-menu > ul > li:first-child > a {
            border-top: 0 !important;
        }
    .header-menu > ul .nav-item-wrapper {
        position: relative;
    }
    .header-menu > ul .nav-item-wrapper:after,
    .dropdown li:after {
        content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	    line-height: 0;
	    height: 0;
    }
    .header-menu > ul > li > div > a, 
    .header-menu > ul > li > div > span, 
    .dropdown > ul > li > a, 
    .dropdown > ul > li > div > a {
        padding: 0 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        line-height: 45px;
        font-size: 14px;
        border-bottom: 1px solid #ccc;
		border-top: 1px solid #f8f8f8;
    }

	.header-menu > ul > li > div > a, 
    .header-menu > ul > li > div > span {
        font: 700 16px/40px 'Open Sans', Arial, Helvetica, sans-serif;
        text-shadow: 0px 1px #fff !important;
		background: #f7f7f7;
		border-bottom: 1px solid #dedede;
		border-top: 1px solid #FFFFFF;
		font-size: 14px/43px;
		color: #555;
    }
	.header-menu > ul .plus-button {
        position: absolute;
        top: 0px;
        right: 0px;
        border-left: 1px solid #dedede;
        width: 42px;
        height: 42px;
        background: url('../img/icon_plus.png') no-repeat center;
		background-size: 15px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: background .1s ease-in-out;
        -moz-transition: background .1s ease-in-out;
        -o-transition: background .1s ease-in-out;
        transition: background .1s ease-in-out;
    }

    .header-menu > ul .plus-button.close {
        background: url('../img/icon_minus.png') no-repeat center;
    }
    .dropdown {
        display: none;
    }
        .dropdown > ul > li > a,
        .dropdown > ul > li > div > a {
            padding: 0 0 0 35px;
            background-color: #e7e7e7;
            color: #222;
        }
        .inner-dropdown > ul > li > a {
            padding: 0 0 0 50px;
            background-color: #ddd;
        }

/* SIDEBAR */

    .block {
        margin: 0 0 2%;
        width: 49%;
        float: left;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	    box-sizing: border-box;
    }
        .block:nth-of-type(2n+1) {
            clear: both;
            margin: 0 2% 2% 0;
        }
        
		.block .title {
            padding: 0;
            background: url(../img/block-pointer.png) no-repeat right center, url(../img/rtl-block-pointer.png) no-repeat left center, #57a51d;
            text-align: center;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
        }
            .block .title strong {
                display: block;
                padding: 10px;
                cursor: pointer;
            }
        .block .listbox {
            display: none;
        }
    .listbox .list > li > a {
        padding: 11px 10px 11px 35px;
    }
    .listbox .list > li.active > a, .listbox .list > li > a.active {
        width: 100.6%;
        box-shadow: 2px 0 0 0 #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .listbox .sublist a {
        padding: 10px 5px;
    }
    .listbox .view-all a {
        display: inline-block;
        line-height: 32px;
        padding: 0 12px;
    }
    .poll .buttons input {
        line-height: 32px;
        padding: 0 12px;
    }

/* CATEGORY PAGE & PRODUCT GRIDS */

    .breadcrumb li * {
        display: inline-block;
        line-height: 32px;
    }
    .breadcrumb li a,
    .breadcrumb li strong {
        padding: 0 4px;
    }

    .product-selectors > div {
        width: 50%;
        text-align: center;
        margin-right: 0;
    }

    .item-box {
        width: 49% !important;
        margin: 0 0 2% 2% !important;
    }
        .item-box:nth-child(2n+1) {
            margin: 0 0 2% !important;
        }
    .item-box .product-title,
    .item-box .title {
        text-align: center;
    }
    .item-box .details {
        position: static;
        height: 145px;
        box-shadow: none;
        background: none;
        width: 100%;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .item-box .description {
        padding: 0 10px;
        margin: 10px 0;
        height: 45px;
        overflow: hidden;
        line-height: 1.3;
    }
        .item-box .description a {
            height: auto;
            text-align: justify;
        }
        .item-box .prices, .item-box .buttons {
            padding:0;
            text-align: center;
        }
        .item-box .prices {
            margin-bottom: 5px;
        }
            .item-box .prices > * {
                display:inline-block;
                line-height: 31px;
            }
            .item-box .old-price {
                margin: 0 5px 0 0;
            }
        .item-box input[type="button"], .item-box .buynow-button {
            padding: 6px 20px;
        }

    .home-page-category-grid .item-box .title,
    .sub-category-item .title {
        position: static;
        box-shadow: none;
    }
    .home-page-category-grid .picture,
    .sub-category-item .picture {
        /*display:none;*/
		margin-top:0;
    }

    .pager {
        text-align: center;
    }
    .pager ul {
        float: none;
    }
    .pager li {
        float: none;
        display: inline-block;
        margin: 0 5px 10px;
    }
    .pager li * {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

/* PRODUCT PAGE */

    .product-details-page {
        text-align: center;
    }
    .gallery {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
        .gallery .picture {
            margin: 0 auto;
        }
        .gallery .picture-thumbs {
            text-align: center;
        }
        .gallery .picture-thumbs a,
        .gallery .picture-thumbs a:nth-child(3n+1) {
            float: none;
            display: inline-block;
            margin: 12px 6px 0;
        }
    .product-details-page .overview {
        float: none;
        width: auto;
    }
    .overview .buttons div,
    .overview .buttons div:first-child {
        margin: 0 5px;
        display: inline-block;
        float: none;
    }
    .overview .buttons input, .variant-overview .add-to-wishlist-button, .back-in-stock-subscription .subscribe-button, .download-sample-button a {
        padding: 7px 12px;
        float: none;
    }
    .overview .manufacturers a,
    .product-review-links > *,
    .product-tags-list .tag > * {
        display: inline-block;
        line-height: 32px;
    }
    .product-review-box {
        display: inline-block;
    }
    .product-no-reviews, .product-reviews-overview {
        margin-bottom: 10px;
    }
    .overview .prices > div, .variant-overview .prices > div {
        float: none;
        margin-bottom: 5px;
    }
    .overview .add-to-cart-panel, .variant-overview .add-to-cart-panel, .product-share-button {
        display: inline-block;
    }
    .product-share-button {
        min-width: 140px;
    }
    .overview .qty-label, .variant-overview .qty-label {
        line-height: 42px;
    }
    .overview .qty-input, .variant-overview .qty-input {
        width: 42px;
        height: 42px;
        padding: 6px;
    }
    .overview .add-to-cart-button, .variant-overview .add-to-cart-button {
        height: 42px;
        margin: 0 1px 0 0;
    }
    .full-description {
        text-align: justify;
    }

    .product-variant-list {
        overflow: hidden;
    }
    .product-variant-line {
        margin: 0 0 2% 2%;
        width: 49%;
        float: left;
    }
        .product-variant-line:nth-child(2n+1) {
            margin: 0 0 2%;
        }
    .variant-picture {
        float: none;
        margin: 0 auto 15px;
        max-width: 99%;
    }
    .variant-overview {
        float: none;
        text-align: center;
        width: 100%;
    }
        .variant-overview .prices {
            display: inline-block;
        }
        .variant-overview .add-to-cart-panel > * {
            float: none;
            margin-bottom: 10px;
        }
        .variant-overview .add-to-wishlist-button {
            float: none;
            margin: 0;
        }

    .product-details-page .item-box .description {
        display: none;
    }

    .product-tags-list li {
        float: none;
        display: inline-block;
    }
    .product-tags-list li.separator,
    .tags li.separator {
        line-height: 32px;
    }

/* QUICK TABS */

    .ui-tabs .ui-tabs-nav li {
        margin: 0;
        width: 33.3333333%;
    }
    .ui-tabs .ui-tabs-nav li a {
        display: block;
        padding: 12px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	    box-sizing: border-box;
        text-align: center;
    }

/* ATTRIBUTES */

    .attributes dl > * {
        display: block;
        float: none;
        margin: 0 auto 10px;
    }
    .attributes dt {
        width: 140px;
        padding: 8px;
    }
    .attributes .option-list li > * {
        display: inline-block;
        line-height: 32px;        
    }

/* COLOR SQUARES */

    .color-squares li {
        margin: 0 5px 10px;
        display: inline-block;
        float: none;
    }
    .color-squares li:last-child {
        margin-right: 0;
    }
    .color-squares label {
        line-height: 28px;
    }
    .color-squares .color {
        width: 28px;
        height: 28px;
    }

/* GIFT CARD */

    .giftcard {
        text-align: center;
    }
        .giftcard div {
            float: none;
        }
    .giftcard label {
        float: none;
        margin-left: 0;
        width: 100%;
        display: block;
    }
    .giftcard input {
        max-width: 316px;
        width: 100%;
    }

/* SEARCH PAGE */

    .search-input .inputs {
        text-align: center;
    }
    .search-input .inputs label {
        width: 100%;
        margin: 0 0 5px;
        text-align: center;
    }
    .search-input .inputs.reversed label {
	    display: inline-block;
	    line-height: 33px;
    }
    .search-input .button-1 {
        padding: 8px 24px;
    }
    .advanced-search .inputs {
	    padding-left: 0;
    }
    .search-results .item-box {
        width: 32%;
        margin: 0 0 2% 2%;
    }
    .search-results .item-box:nth-child(3n+1) {
        margin-left: 0;
    }

/* MY ACCOUNT PAGE */

    #check-availability-button {
        display: block;
        margin: 10px auto 0;
    }
    #username-availabilty {
        left: 50%;
        bottom: -17px;
        margin-left: -44px;
        font-size: 11px;
    }
    select#CountryId, select#StateProvinceId, select#TimeZoneId {
        margin: 0;
    }
    .block-account-navigation {
        width: 60% !important;
        margin: 0 auto !important;
        float: none !important;
    }
    .registration-page .button-1, .login-page .button-1, .registration-result-page .button-1, .password-recovery-page .button-1, .account-page .button-1, .account-page .button-2, .return-request-page .button-1 {
        padding: 8px 24px;
    }
    .address-list-page .buttons input, .order-list-page .buttons input {
        padding: 8px 16px;
    }
    .avatar-page .info {
        margin-top: 10px;
    }
    .avatar-page .buttons {
        text-align: center;
    }

/* SHOPPING CART PAGE */

    .order-progress li {
        width: 15%;
    }
    .shopping-cart-page .common-buttons {
        text-align: center;
    }
    .cart-footer {
        text-align: center;
    }
    .cart-footer .cart-collaterals {
        width: 380px;
        display: block;
        margin: 0 auto;
        float: none;
    }
    .cart-collaterals > * {
        float: none !important;
    }
    .shopping-cart-page .button-2, 
    .checkout-page .button-2, 
    .order-details-page .page-title a {
        padding: 8px 10px;
    }
    .shopping-cart-page .button-1, .checkout-page .button-1, .order-details-page .button-1, .button-2.order-completed-continue-button {
        padding: 8px 36px;
    }
    .cart-footer .cart-collaterals > div {
        min-height: 0;
    }
    .cart-footer .totals,
    .cart-footer .deals,
    .cart-footer .shipping {
        display: inline-block;
        float: none;
        margin-bottom: 20px;
    }
    .cart-footer .deals {
        width: 248px;
    }
    .shipping-options .inputs,
    .cart-footer .shipping .inputs label {
        text-align: left;
    }
        .cart-footer .deals input[type="text"] {
            height: 32px;
        }
    .cart-footer .shipping .inputs [type="text"] {
        width: 240px;
    }

/* CHECKOUT PAGE */

    .checkout-page .address-grid {
        padding: 10px 10px 0;
        font-size: 0;
    }
    .checkout-page .address-item, .checkout-page .address-item:nth-child(4n+1) {
        float: none;
        display: inline-block;
        border: 1px dotted #ddd;
        width: 49%;
        margin: 0 0 10px 2%;
        text-align: center;
        padding: 10px;
        font-size: 12px;
    }
        .checkout-page .address-item:nth-child(2n+1) {
            margin: 0 0 10px;
        }
    .checkout-page .address-item input[type="button"] {
        padding: 8px 12px;
        width: auto;
        max-width: 100%;
    }
    .checkout-page .select-button .button-1 {
        font-size: 13px;
    }
    .checkout-page .edit-address {
        width: auto;
    }
    .checkout-page .edit-address .inputs {
        white-space: normal;
    }
    .checkout-page .edit-address label {
        width: 100%;
    }
    .edit-address select {
        width: 300px;
    }
    .shipping-method .method-list li label, .payment-method .method-list li label {
        display: inline-block;
        line-height: 32px;
    }
    .order-review-data ul {
        text-align: center;
    }
    .order-details-page .page-title h1 {
        line-height: 33px;
    }

/* EU COOKIE LAW */

    [aria-describedby="dialog-eu-cookie-law"] {
        width: 380px !important;
        margin-left: -190px !important;
    }
    [aria-describedby="dialog-eu-cookie-law"] button {
        padding: 7px 21px;
    }
    [aria-describedby="dialog-eu-cookie-law"] .ui-dialog-titlebar button,
    [aria-describedby="terms-of-service-warning-box"] .ui-dialog-titlebar button {
        padding: 12px;
    }

/* LOGIN PAGE */

    .login-page .inputs.reversed label,
    .login-page .inputs.reversed a {
        display: inline-block;
        line-height: 32px;
        background: rgba(255,255,255,0.8);
        padding: 0 8px;
    }

/* REVIEW PAGE */

    .write-review .review-rating label {
        width: 100%;
        margin: 0 0 10px;
    }
    .write-review .review-rating,
    .write-review .review-rating label {
        text-align: center;
    }
    .product-review-helpfulness .vote {
        background: rgba(0,0,0,.05);
        padding: 0 8px;
        line-height: 32px;
        display: inline-block;
    }
    .write-review .button-1 {
        padding: 8px 24px;
    }

/* RETURN REQUEST PAGE */

    .return-request-page {
        text-align: center;
    }
    .return-request-page .inputs label {
        width: 100%;
        line-height: 30px;
        margin: 0;
    }

/* WISHLIST PAGE & COMPARE PRODUCTS PAGE */

    .compare-products-page .clear-list {
        line-height: 32px;
        top: 5px;
    }
    .wishlist-content .button-2, 
    .compare-products-table .button-2, 
    .compare-products-table-mobile .button-2 {
        padding: 7px 14px;
        margin: 0 0 15px;
    }
    .wishlist-page .share-info a {
        line-height: 32px;
    }

/* EMAILaFRIEND PAGE & CONTACT PAGE */

    .contact-page .button-1, .email-a-friend-page .button-1 {
        padding: 8px 24px;
    }

/* PASSWORD PROTECTION */

    .registration-page .inputs label, 
    .login-page .inputs label, 
    .password-recovery-page .inputs label {
        width: 100%
    }
    .enter-password-form input[type="password"] {
        height: 30px;
    }

/* SITEMAP */

    .sitemap-page a {
        line-height: 32px;
    }

/* BLOG & NEWS */

    .blog-page .tags, .blogpost-page .tags {
        padding: 8px 8px 0;
    }
    .blog-page .tags a, .blogpost-page .tags a {
        padding: 8px;
        margin-bottom: 8px;
    }
    .blog-page .tags label, .blogpost-page .tags label {
        padding: 9px 5px;
    }
    .year strong {
        width: 100.2%;
        box-shadow: 2px 0 0 0 #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url('../img/bullet5.png') 12px center no-repeat, #bbb url('../img/block-pointer.png') no-repeat right center;
    }

    .news-items .read-more {
        padding: 8px 14px; 
    }
    .news-item-page .button-1,
    .new-comment .button-1 {
        padding: 8px 24px;
    }

/* TABLES */

    .cart, .data-table, .compare-products-table, .forums-table-section table {
        box-shadow: none;
    }
    .compare-products-table {
        display: none;
    }
    .shopping-cart-page .cart,
    .checkout-page .cart,
    .wishlist-page .cart,
    .account-page .data-table,
    .order-details-page .data-table,
    .return-request-page .data-table,
    .compare-products-table-mobile {
        background: none;
    }
    .compare-products-table-mobile,
    .compare-products-page table {
        box-shadow: none;
        border: none;
        background: none;
    }
    .account-page .data-table td:before,
    .order-details-page .data-table td:before,
    .return-request-page .data-table td:before,
    .order-details-page .data-table td:before,
    .shopping-cart-page .cart td:before,
    .checkout-page .cart td:before,
    .wishlist-page .cart td:before,
    .compare-products-table-mobile td:before {
        content: attr(data-title);
        position: absolute;
        left: 10px;
        top: 10px;
        font-weight: bold;
        font-size: 13px;
        color: #333;
        width: 115px;
        overflow: hidden;
    }
    .shopping-cart-page .cart td.product-picture:before,
    .checkout-page .cart td.product-picture:before,
    .wishlist-page .cart td.product-picture:before {
        display: none;
    }
    .shopping-cart-page .cart thead,
    .checkout-page .cart thead,
    .wishlist-page .cart thead,
    .account-page .data-table thead,
    .order-details-page .data-table thead,
    .return-request-page .data-table thead {
        display: none;
    }
    .compare-products-table-mobile tbody,
    .compare-products-table-mobile tr {
        display: block;
        width: 100%;
    }
    .shopping-cart-page .cart tr,
    .checkout-page .cart tr,
    .wishlist-page .cart tr, 
    .account-page .data-table tr,
    .return-request-page .data-table tr,
    .compare-products-table-mobile tr,
    .shopping-cart-page .cart tbody,
    .checkout-page .cart tbody,
    .wishlist-page .cart tbody, 
    .account-page .data-table tbody,
    .return-request-page .data-table tbody,
    .compare-products-table-mobile tbody,
    .shopping-cart-page .cart,
    .checkout-page .cart,
    .wishlist-page .cart, 
    .account-page .data-table,
    .return-request-page .data-table,
    .compare-products-table-mobile {
        display: block;
    }
    .shopping-cart-page .cart td,
    .checkout-page .cart td,
    .wishlist-page .cart td, 
    .account-page .data-table td,
    .order-details-page .data-table td,
    .return-request-page .data-table td,
    .compare-products-table-mobile td {
        padding: 10px 20px 10px 140px;
        display: block;
        border: none;
        position: relative;
        text-align: left;
        border-top: 1px dotted #ddd;
        border-bottom: 1px dotted #f5f5f5;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        background: #fff;
        min-height: 18px;
    }
    .downloadable-products-page .data-table *, .back-in-stock-subscription-list-page .data-table * {
        text-align: left;
    }
    .subscription-list tr td:first-child:before {
        display: none;
    }
    .shopping-cart-page .cart tr td:first-child,
    .checkout-page .cart tr td:first-child,
    .wishlist-page .cart tr td:first-child,
    .account-page .data-table tr td:first-child,
    .order-details-page .data-table tr td:first-child,
    .return-request-page .data-table tr td:first-child,
    .compare-products-table-mobile tr td:first-child {
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }
    .compare-products-page tr:first-child td {
        background: #fff;
        padding: 10px 20px 10px 140px;
        border-bottom: 1px dotted #f5f5f5;
    }
    .shopping-cart-page .cart tr td:last-child,
    .checkout-page .cart tr td:last-child,
    .wishlist-page .cart tr td:last-child,
    .account-page .data-table tr td:last-child,
    .order-details-page .data-table tr td:last-child,
    .return-request-page .data-table tr td:last-child,
    .compare-products-table-mobile tr td:last-child {
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }
    .shopping-cart-page .cart tbody tr:last-child td:last-child,
    .checkout-page .cart tbody tr:last-child td:last-child,
    .wishlist-page .cart tbody tr:last-child td:last-child,
    .account-page .data-table tbody tr:last-child td:last-child,
    .return-request-page .data-table tbody tr:last-child td:last-child {
        margin: 0;
        border-radius: 0;
    }

/* FOOTER */

    .footer-block {
        width: 49%;
        margin:0 0 2% 2%;
    }
        .footer-block:nth-child(2n+1) {
            margin-left: 0;
        }
    .footer-block li a {
        display: block;
        line-height: 32px;
        padding: 0 0 0 12px;
    }
    .footer-block-first li {
        line-height: 32px;
        padding: 0 0 0 32px;
    }

    .footer-lower > * {
        margin: 0 auto 10px;
        float: none;
        text-align: center;
    }
        .footer-lower > *:last-child {
            margin-bottom: 0;
        }
    .accepted-payment-methods li {
        float: none;
        display: inline-block;
        margin: 0 5px 10px !important;
    }
    .social-sharing li {
        float: none;
        display: inline-block;
    }
    .subscribe-to-newsletter {
        width: 244px;
    }

    .bottom .center > * {
        float: none;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    .footer-store-theme select {
        width: 100px;
        margin-left: -50px;
        margin-top: -16px;  
    }
    .footer-powered-by {
        width: 135px;
    }
    .footer-disclaimer {
        width: 270px;
    }

}