/* ===== Start Desktops and laptops
--------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 0px) and (max-width: 1630px) {
    .promo-products-list {
        margin: 0px;
    }

    .promo-products-list .single-promo {
        padding: 0px 10px;
    }

    .desktop-checkout-review.fixed {
        left: auto;
        right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-category-section ul li a h3 {
        font-size: 48px;
        line-height: 50px;
    }

    .brand-logo {
        margin: 60px 0px 70px;
        text-align: center;
    }

    .category-col-text h3 {
        font-size: 48px;
        line-height: 50px;
    }

    .product-list li {
        width: calc(100% / 3 - 20px / 3);
        margin-right: 10px;
    }

    .product-list li:nth-child(4n) {
        margin-right: 10px;
    }

    .product-list li:nth-child(3n) {
        margin-right: 0px;
    } 

    .woocommerce .default-cart-container .cart-collaterals {
        width: 280px;
    }

    .woocommerce .default-cart-container .cart-collaterals .cart-collaterals-inner .cart_totals {
        padding: 20px;
    }

    .default-cart-form {
        width: calc(100% - 300px);
        margin-right: 20px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 992px) {
    .category-wrapper aside {
        opacity: 0;
    }

    .category-wrapper aside.active {
        opacity: 1;
    }

    .menu-toggle {
        display: block;
    }

    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        overflow: auto;
        z-index: 99992;
        background: rgba(0, 0, 0, .15);
        display: none;
    }

    .navbar .navbar-outer {
        position: fixed;
        width: 380px;
        top: 0;
        left: 0;
        height: 100%;
        background: #fff;
        z-index: 2;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow: auto;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .navbar.opened .navbar-outer {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .navbar .navbar-inner {
        padding: 50px 30px 30px;
        width: 100%;
        float: right;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .navbar-title {
        display: block;
        position: relative;
        margin-bottom: 20px;
        padding-top: 60px;
        font-weight: 900;
        font-size: 18px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .navbar-title:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background: url('../img/bgi/symbol-ok-black.svg') no-repeat center center;
        background-size: cover;
    }

    .navbar .navbar-inner > ul > li {
        position: relative;
        padding-right: 60px;
        border-bottom: 1px solid #000;
    }

    .navbar .navbar-inner > ul > li > ul {
        display: none;
    }

    .navbar .navbar-inner > ul > li > a {
        position: relative;
        display: block;
        line-height: 30px;
        padding: 15px 0px;
        text-decoration: none;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .navbar .navbar-inner > ul > li > a:hover {
        color: #000;
    }

    .navbar .navbar-inner > ul > li.menu-item-has-children > span {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 60px;
        cursor: pointer;
        height: 60px;
        opacity: 1;
        background: url('../img/bgi/chevron-right-black.svg') no-repeat center center;
        background-size: 15%;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .navbar .navbar-inner > ul > li.menu-item-has-children.active > span {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .skip-links {
        margin: 14px 0px;
    }

    .navbar .navbar-inner > ul > li.menu-item-has-children.active > span {
        opacity: 1;
    }

    .navbar .navbar-inner > ul > li.menu-item-has-children.active > a {
        color: #000;
    }

    .navbar .navbar-inner > ul > li li a {
        position: relative;
        display: block;
        line-height: 30px;
        font-weight: 400;
        font-family: 'Afacad Flux', sans-serif;
        text-decoration: none;
        color: #000;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .navbar .navbar-inner > ul > li > ul > li > a {
        font-weight: 700;
    }

    .navbar .navbar-inner > ul > li li a:hover {
        text-decoration: underline;
        color: #000;
    }

    .navbar .navbar-inner > ul > li ul {
        margin-bottom: 20px;
    }

    .navbar .navbar-inner > ul > li ul ul {
        padding:0px 10px;
    }
    
    .close-canvas-menu {
        display: block;
    } 

    #menu-main-cat-menu {
        float: left;
        width: 100%;
    }

    .normal-nav-mobile {
        display: none;
        float: left;
        width: 100%;
    }

    .normal-nav {
        padding: 20px 0px;
    }

    .normal-nav li {
        float: left;
        margin-left: 30px;
    }

    .normal-nav li a {
        display: block;
        text-decoration: none;
        color: #666;
        font-size: 12px;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: uppercase;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .header-bottom,
    .content-area {
        z-index: auto;
    }

    .woocommerce-products-header .btn {
        display: block;
        position: absolute;
        right: 0;
        top: 30px;
        width: 160px;
    }

    .tax-product_cat .woocommerce-products-header  {
        position: relative;
    }

    .desktop-checkout-review,
    .desktop-checkout-review.fixed {
        position: relative !important;
        float: none;
        width: 100%;
        bottom: 0 !important;
        right: 0 !important;
        border: 0px;
        padding: 30px 0px;
    }

    .desktop-checkout-review h2 {
        text-align: left;
    }

    .woocommerce .review-order-inner table.shop_table {
        width: 100%;
    }

    .dashboard-container {
	    display: block;
	}

    .account-detail-column {
		width: 100%;
		margin-bottom: 30px;
	}

	.account-detail-column.column-2 h2 {
	    padding-left: 0px;
	}

	.edit-account .btn {
		margin-top: 0px;
	}

	.woocommerce table.shop_table.order_details {
		margin-bottom: 0px;
	}

	.account-detail-column.column-2 .column-inner {
	    margin-left: 0px;
	}

	.account-detail-column.column-1 .column-inner {
	    margin-right: 0px;
	}

	.default-account-content .dash-box-content {
		height: auto;
        text-align: left;
        padding: 10px 0px 0px;
	}

	.dashboard-container .dash-box {
	    width: 100%;
	    margin-bottom: 30px;
	}

	.default-account-content .dash-box-content .btn {
		max-width: 200px;
	}

	.dashboard-container .dash-box.address-list {
		width: 100%;
	}

	.woocommerce table.my_account_orders.shop_table th {
	    padding: 10px 0px;
	}

	.woocommerce table.my_account_orders.shop_table td {
	    padding: 10px 0px;
	}

	.woocommerce-customer-details .dashboard-container .dash-box {
		width: 100%;
	}

	.account-inner {
		margin-bottom: 0px;
	}

    .default-account-content .dash-box-content .btn {
		position: relative;
		margin-top: 10px;
		width: 100%;
	}

    .woocommerce table.my_account_orders.shop_table {
        display: block;
    }

    .woocommerce table.my_account_orders.shop_table thead {
        display: none;
    }

    .woocommerce table.my_account_orders.shop_table tbody {
        display: block;
    }

    .woocommerce table.my_account_orders.shop_table tr {
        display: block;
    }

    .woocommerce table.my_account_orders.shop_table td,
    .woocommerce table.my_account_orders.shop_table th {
        display: block;
    }

    .woocommerce table.my_account_orders.shop_table tbody td:before,
    .woocommerce table.my_account_orders.shop_table tbody th:before {
        content: attr(data-title);
        display: inline-block;
        width: 70px;
    }

    .woocommerce table.my_account_orders.shop_table td:last-child {
        width: 100%;
    }

    .woocommerce table.my_account_orders.shop_table td:last-child:before {
        display: none;
    }

    .woocommerce table.my_account_orders.shop_table td:last-child {
        border:0px;
        margin-bottom: 30px;
    }

    .woocommerce table.my_account_orders.shop_table td:last-child a {
        display: block;
        max-width: 100%;
        width: 100%;
        position: relative;
        height: 50px;
        border: 1px solid #000;
        color: #000;
        line-height: 48px;
        text-align: center;
        background: none;
        outline: none;
        font-weight: 700;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
}

@media only screen and (min-width: 992px) {

    .menu-cat > li {
        display: inline-block;
        padding: 28px 30px 28px 0px;
        position: relative;
    }

    .menu-cat > li > a {
        position: relative;
    }

    .menu-cat > li > a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 0;
        background: #000;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .menu-cat > li:hover > a:after {
        width: 100%;
    }

    .menu-cat > li > .sub-menu {
        visibility: hidden;
        opacity: 0;
        display: flex;
        position: absolute;
        left: 0;
        padding: 20px 30px;
        bottom: 0px;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        background: #000;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .menu-cat > li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
    }

     .menu-cat > li > .sub-menu > li {
        width: 170px;
        margin-right: 40px;
        position: relative;
        padding: 10px 0px;
    }

    .menu-cat > li > .sub-menu > li > a {
        padding-bottom: 10px;
        display: block;
        font-family: 'Athletic Pro';
        text-decoration: none;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 24px;
        border-bottom: 1px solid #fff;
    }

    .menu-cat > li > .sub-menu > li .sub-menu {
        margin-top: 10px;
    }

    .sub-menu li:last-child {
        border:0px
    }

    .sub-menu li a {
        display: block;
        text-decoration: none;
        font-size: 16px;
        line-height: 24px;
        position: relative;
        font-weight: 500;
        color: #fff;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .sub-menu li a:hover {
        color: #ece400;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-category-section ul li a h3,
    .category-col-text h3 {
        font-size: 36px;
        line-height: 40px;
    }

    .brand-logo {
        margin: 40px 0px 50px;
    }

    .footer-cols-container {
        flex-wrap: wrap;
    }

    .social-footer {
        width: 100%;
    }

    .social-footer h3,
    .social-footer ul {
        text-align: center;
    }

    .category-list {
        width: 100%;
    }

    .product-list li {
        width: calc(100% / 3 - 20px / 3);
        margin-right: 10px;
    }

    .product-list li:nth-child(4n) {
        margin-right: 10px;
    }

    .product-list li:nth-child(3n) {
        margin-right: 0px;
    }

    .default-product-gallery > div {
        width: 100%;
        margin-right: 0px;
    }

    .woocommerce-product-gallery {
        width: 50%;
    }

    .entry-summary {
        width: calc(50% - 20px);
        margin-left: 20px;
    }

    .color-attribute ul li {
        width: 60px;
    }

    .default-cart-form {
        width: 100%;
        margin-right: 0px;
    }

    .woocommerce .default-cart-container .cart-collaterals {
        width: 100%;
    }

    .woocommerce .default-cart-container .cart-collaterals {
        width: 100%;
    }

    .default-checkout {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .header-top {
        min-height: 38px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header-top ul {
        display: none !important;
    }

    .header-top ul.slick-initialized {
        display: block !important;
    }

    .logo-img {
        position: absolute;
        left: 70px;
        top: 50%;
        -webkit-transform: translateY( -50%);
        transform: translateY(-50%);
    }

    .navbar-inner .account-icon,
    .navbar-inner .wishlist-icon {
        display: block;
    }

    .navbar-inner .skip-links {
        float: none;
        position: absolute;
        top: 10px;
        left: 10px;
        margin: 0px;
    }

    .h-action {
        margin-left: 7px;
    }

    .shopping-cart-icon {
        padding-right: 10px;
    }

    .header-actions .quantity-cart {
        font-size: 10px;
        line-height: 12px;
        right: 0px;
        top: 5px;
        width: 15px;
        height: 15px;
    }

    .navbar .navbar-outer {
        width: 100%;
    }

    .login-popup-container, .cart-inner {
        width: 100%;
    }

    .login-popup-container, .cart-inner {
        padding: 20px;
    }

    body .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
        display: flex;
        margin-right: 0;
        padding: 0 0px 10px;
        margin-bottom: 10px;
        max-width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-si {
        width: 50px;
    }

    body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-content-wrapp {
        width: calc(100% - 50px);
        padding-top: 0px;
        text-align: left;
        padding-left: 10px;
    }

    body .dgwt-wcas-suggestions-wrapp {
        display: block;
        padding: 30px 15px;
    }

    .result-title, .dgwt-wcas-st>span {
        height: 20px;
    }

    body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-content-wrapp .dgwt-wcas-meta .dgwt-wcas-sp {
        justify-content: flex-end;
    }

    .slider-mobile {
        display: block !important;
    }

    .slider-desktop {
        display: none !important;
    }

    .main-category-section ul {
        flex-wrap: wrap;
    }

    .main-category-section ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .promo-products-list .slick-list {
        padding:0 20% 0 0 !important;
    }

    .brand-logo {
        margin: 20px auto 40px;
        text-align: center;
        max-width: 140px;
    }

    .promo-products {
        margin-bottom: 0px;
    }

    .category-row {
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .half-col {
        width: 100%;
        margin-bottom: 20px;
    }

    .full-col .category-col-text {
        text-align: center;
        padding-left: 0px;
    }

    .home-collection-section ul {
        flex-wrap: wrap;
    }

    .home-collection-section ul li {
        width: 100%;
        margin-top: 20px;
    }

    .section-col {
        width: 100%;
    }

    .newsletter-section-inner {
        padding: 0px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footer-cols-container {
        flex-wrap: wrap;
    }

    .product-footer {
        display: none;
    }

    .footer-col {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .contact-footer {
        display: flex;
        flex-wrap: wrap;
    }

    .contact-footer div {
        width: 50%;
    }

    .footer-col.contact-footer ul {
        margin-bottom: 0px;
    }

    .social-footer h3 {
        text-align: center;
    }

    .social-footer ul {
        text-align: center;
    }

    .newsletter-section-outer {
        padding: 30px 0px;
    }

    .newsletter-text {
        padding-top: 95px;
    }

    .newsletter-text:after {
        left: 50%;
        margin-left: -40px;
    }

    .newsletter-email-input {
        width: 100%;
        margin-bottom: 5px;
    }

    .newsletter-submit-input {
        width: 100%;
    }

    .main-category-section ul li a h3 {
        font-size: 48px;
        line-height: 50px;
    }

    .main-category-section {
        margin: 30px 0px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .section-title h2, .section-title h1 {
        font-size: 36px;
        line-height: 38px;
    }

    .category-col-text h3 {
        font-size: 48px;
        line-height: 50px;
    }

    .section-content h2 {
        display: block;
        text-align: center;
    }

    .woocommerce-products-header h1 {
        margin: 30px 0px 10px;
        font-size: 36px;
        line-height: 40px;
        display: block;
    }

    .woocommerce-products-header .btn {
        position: relative;
        width: 100%;
        top: 0;
        margin-bottom: 20px;
    }

    .category-list {
        width: 100%;
    }

    .product-list li {
        width: calc(50% - 2.5px);
        margin-right: 5px;
    }

    .product-list li:nth-child(2n) {
        margin-right: 0px;
    }

    .woocommerce-product-gallery {
        width: 100%;
    }

    .default-product-gallery {
        display: block;
    }

    .entry-summary {
        width: 100%;
        margin-left: 0;
        position: relative;
        padding: 30px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .default-product-gallery > div {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .color-attribute ul li {
        width: calc(20% - 4px);
    }

    .color-attribute {
        margin: 20px 0px;
    }

    .woocommerce-product-gallery {
        position: relative;
    }

    .product-mobile-image-buttons {
        display: block;
    }

    .navbar-inner .skip-links {
        display: block;
    }

    .product-inner-section .container {
        padding:0px;
    }

    .single-product .woocommerce-breadcrumb {
        display: none;
    }

    .minicart-adding-short {
        top: auto;
        bottom: 10px;
        right: 10px;
        top: auto;
        background: #ece400;
        width: calc(100% - 20px);
        padding: 20px;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .default-cart-form {
        width: 100%;
        margin-right: 0px;
    }

    .woocommerce .default-cart-container .cart-collaterals {
        width: 100%;
    }

    .woocommerce .default-cart-container .cart-collaterals {
        width: 100%;
    }

    .default-checkout {
        padding-right: 0px;
    }

    .woocommerce-cart .default-cart-form table.cart .product-thumbnail {
        width: 100px;
    }

    .woocommerce .default-cart-form table.shop_table td.product-cart-description {
        padding: 10px;
    }

    .prod-cart-info {
        margin-left: 10px;
        width: calc(100% - 110px);
    }

    .prod-cart-skip > .amount {
        display: none;
    }

    .prod-name-link {
        height: 40px;
    }

    .prod-cart-skip .prod-cart-item-subtotal {
        width: calc(100% - 125px);
    }

    .woocommerce .prod-cart-info a.remove {
        right: -10px;
        top: -10px;
    }

    .minicart-button-wrap {
        position: sticky;
        bottom: 10px;
    }

    .default-cart-container .wc-proceed-to-checkout:not(.non-fixed) {
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 2;
        left: 0;
        padding: 0px 15px 10px;
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .default-cart-container tr.order-total:not(.non-fixed) {
        position: fixed;
        bottom: 60px;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        background: #fff;
        font-size: 20px;
        padding: 10px 15px 10px;
        box-sizing: border-box;
    }

    .woocommerce .default-cart-container .cart-collaterals .cart-collaterals-inner .cart_totals {
        padding: 20px 0px 0px 0px;
        border: 0px;
        border-top: 1px solid #000;
    }

    .default-cart-container h2 {
        font-size: 20px;
        font-weight: 700;
    }

    .checkout-cart {
        margin-top: 35px;
    }

    .woocommerce .default-checkout form.login.default-login {
        padding: 30px 10px;
    }

    .woocommerce-billing-fields .form-row,
    .woocommerce-shipping-fields__field-wrapper .form-row {
        width: 100%;
    }

    .desktop-checkout-review table .order-total th {
        font-size: 20px !important;
        line-height: 24px;
    }

    .woocommerce-checkout-place-order {
        padding: 40px 10px;
        margin-top: 0px;
        background: #fff;
        border: 1px solid #f0f0f0;
        background: #f9f9f9;
    }

    .default-checkout-container {
        margin-bottom: 60px;
    }

    .default-checkout-wrapper {
        margin: 30px auto 0px;
    }

    .default-section {
        margin-bottom: 0px;
    }

    .tinv-wishlist table.tinvwl-table-manage-list tbody tr {
        display: flex !important;
        flex-wrap: wrap;
        position: relative;
        padding: 10px;
        border: 1px solid #f0f0f0;
        margin-bottom: 10px;
    }

    .tinv-wishlist table.tinvwl-table-manage-list tbody td {
        padding: 0px;
    }

    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {
        position: absolute;
        width: 30px !important;
        height: 30px;
        right: 0;    
        top: 0;
    }

    .wishlist-section .tinv-wishlist .product-price {
        position: absolute;
        left: 100px;
        bottom: 50px;
        margin-left: 0px;
    }

    .wishlist-section .tinv-wishlist .product-action {
        position: absolute;
        left: 100px;
        bottom: 10px;
    }

    .wishlist-section .tinv-wishlist .product-thumbnail {
        min-width: 80px !important;
    }

    .wishlist-section .tinv-wishlist table.tinvwl-table-manage-list tbody td {
        width: auto !important;
        padding: 0px;
    }

    .wishlist-section .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-name {
        width: calc(100% - 90px) !important;
        margin-left: 10px;
        text-align: left;
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        padding-right: 20px;
    }

    .wishlist-section td.product-price del {
        display: inline-block;
    }

    .wishlist-section tfoot {
        display: none;
    }

    .tinv-wishlist table thead th {
        padding: 0px 0px 10px !important;
    }

    .tinv-wishlist table thead th .tinvwl-mobile {
        text-align: left;
        font-size: 20px;
    }

    .wishlist-section {
        margin-top: 30px;
    }

    .wish-inner {
        margin: 0px auto;
    }

    .home-seo-section p {
        font-size: 14px;
    }

    .product-list-content {
        padding: 10px 5px;
    }

    .top-banner  {
        margin-top: 0px;
    }

    .top-banner .container {
        padding: 0px;
    }

    .anpc a {
        margin: 0px 5px;
        width: 40%;
    }

    .anpc {
        margin-top: 0;
    }

    .woocommerce-account .login-page .register-side {
        width: 100%;
        border-top: 1px solid #f0f0f0;
        border-right: 0;
        padding: 30px 0px 0px;
        margin-top: 30px;
    }

    .register-content {
        float: none;
    }

    .woocommerce-account .login-page .login-side {
        float: left;
        width: 100%;
        padding: 0px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation.default-account-navigation {
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-content.default-account-content {
        width: 100%;
        margin-top: 30px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation.default-account-navigation a {
        background: #f9f9f9;
    }

    .woocommerce table.my_account_orders.shop_table tr {
        display: block;
        border: 1px solid #f0f0f0;
        padding: 20px;
        margin-bottom: 20px;
    }

    .woocommerce table.my_account_orders.shop_table th {
        border-top: 0px;
    }

    .woocommerce table.my_account_orders.shop_table td:last-child {
        margin-bottom: 0px;
    }

    .contact-form .form-row {
        flex-wrap: wrap;
    }

    .contact-form .form-row .form-column {
        width: 100%;
    }

    .contact-form {
        padding: 20px;
    }

    .tabel-marimi-popup-inner {
        overflow-x: auto;
    }

    .tabel-inner-content {
        width: 760px;
    }

    .magazine-list ul li figure {
        width: 100%;
    }

    .magazine-list ul li div {
        width: 100%;
        padding:20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
/* ===== End Desktops and laptops
--------------------------------------------------------------------------------------------------*/